@import url('https://fonts.googleapis.com/css2?family=Golos+Text:wght@400;500;600;700;800;900&display=swap');
body {
    font-family:'Golos Text', sans-serif;
}
header#main-header {
    position:relative;
    z-index:1;
}
.col-full {
    max-width:1320px !important;
}
ul,ol {
    list-style:none;
    padding:0;
}
h1, h2, h3, h4, h5, h6, p, ul, ol {
    margin: 0;
    padding: 0;
    font-family:'Golos Text', sans-serif;
}
img {
    max-width: 100%;
}
p, li, input, label, a, th, td {
    font-family: 'Golos Text', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
}
label.required::after {
    content:'*';
    color:#E2574C;
}
.form-control {
    height:56px;
    border-radius:0;
    border-color:#dbdbdb;
    margin-bottom:20px;
}
textarea.form-control {
    height:152px;
}
.cursor-pointer {
    cursor: pointer;
}
.object-fit-cover {
    object-fit: cover;
}
.aspect-ratio-image {
    aspect-ratio: 4/3;
}
.aspect-ratio-square {
    aspect-ratio: 1/1;
}
.site .btn-theme,
.btn-theme {
    font-family: 'Golos Text', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-transform: capitalize;
    text-decoration: none;
    color: #fff;
    background: #3A1078;
    padding: 14px;
    min-width: 202px;
    display: inline-block;
    box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.25);
    text-align: center;
}
.site .btn-theme:hover,
.btn-theme:hover {
    background:#3A1078;
    color:#fff;
}
.site .btn-outline,
.btn-outline {
    background: #fff;
    border-radius: 0;
    color: #3A1078 ;
    border: solid 1px #3A1078 ;
    font-weight: 400;
    font-size: 16px;
    font-family: 'Golos Text', sans-serif;
    padding: 0 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 56px;
    text-transform: capitalize;
    text-decoration: none;
}
.site .btn-outline:hover, .btn-outline:hover {
    background: transparent;
    color: #3A1078 ;
}
ol.order-list-decimal {
    list-style-type:decimal;
    margin-left:19px;
}
ol.order-list-decimal > li {
    margin-bottom:15px;
}
ol.order-list-decimal li ul {
    list-style: disc;
    margin-left: 19px;
}
.section-heading small {
    font-family: 'Golos Text', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    text-transform: capitalize;
    color: #000000;
    display: block;
}
.section-heading .section-title {
    font-family: 'Golos Text', sans-serif;
    font-weight: 500;
    font-size: 36px;
    line-height: 50px;
    text-align: center;
    text-transform: capitalize;
    color: #000000;
    margin-bottom: 55px;
}

/* Start: Page Title, description, body */
.page-template-header {
    margin-bottom:29px;
}
.page-template-header .page-title {
    font-family: 'Golos Text', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 46px;
    text-transform: capitalize;
    color: #000000;
    margin-bottom:10px;
}
.page-template-header .page-title-big {
    font-family: 'Golos Text', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 60px;
    line-height: 66px;
    text-transform: capitalize;
    color: #000000;
    margin-bottom:19px;
}
.page-template-header .page-description {
    font-family: 'Golos Text', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #000000;
}
.page-template-body {
    margin-bottom:135px;
}
.page-template-header .date {
    font-family: 'Golos Text', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #717171;
}
@media (max-width:768px) {
    .page-template-header .page-title-big {
        font-size: 40px;
        line-height: 46px;
        margin-bottom:16px;
    }
    .page-template-body {
        margin-bottom:80px;
    }
}
/* End: Page Title, description, body */

/* Start: Breadcrumb */
.breadcrumbs {
    margin-top: 80px;
    margin-bottom: 63px;
}
.breadcrumbs ul li {
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
}
.breadcrumbs ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    list-style:none;
    margin:0;
    padding:0;
}
.breadcrumbs ul li,
.breadcrumbs ul li a {
    color: #000;
    text-decoration: none;
}
.breadcrumbs ul li a:after {
    content: "/";
    display: inline-block;
    margin-right: 5px;
    margin-left: 5px;
}
.aioseo-breadcrumbs {
    margin:60px 0 43px;
}
.aioseo-breadcrumbs a {
    color:#000;
    font-family:'Golos Text', sans-serif;;
    font-size:16px;
    text-decoration:none;
}
span.aioseo-breadcrumb:last-of-type,
.breadcrumbs ul li:last-of-type {
    text-decoration: underline;
    color: rgba(58, 16, 120, 1);
    font-family:'Golos Text', sans-serif;
}
/* End: Breadcrumb */

/* Start: Footer */
.footer-container {
    display: grid;
    grid-template-columns: 1fr 2fr;
}
.footer-widget-area {
    padding-left: 132px;
    padding-right: 42px;
    background: #47198C;
}
.site-footer .footer-widget {
    max-width:100%;
    width:100%;
    padding:0;
}
.site-footer .footer-wrapper {
    margin:0;
    padding:0;
}
.site-footer .footer-wrapper h3.footer-title {
    font-size:24px;
    line-height:26px;
    margin-bottom:19px;
}
.site-footer .footer-wrapper p.footer-desc {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 53px;
}
.site-footer .footer-wrapper .footer-widget-title {
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 12px;
    font-family: 'Golos Text', sans-serif;
    font-weight: 400;
}
.site-footer .footer-widget-area .col-full {
    padding:58px 0 50px;
}
.footer-widget .tnp-subscription {
    margin:0;
    max-width:unset;
}
.footer-widget .tnp-subscription form {
    display:flex;
    flex-direction:row;
    align-items:center;
    gap:12px;
    margin:0;
}
.footer-widget .tnp-subscription form .tnp-field.tnp-field-email {
    width: 100%;
}
.footer-widget .tnp-subscription form input.tnp-submit {
    background:rgba(47, 88, 205, 1);
    border:none;
    height:41px;
}
.footer-copyright {
    padding:0;
    background:#3A1078;
}
.footer-copyright .col-full {
    height:100%;
    padding:0;
}
.footer-copyright .copyright {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.footer-copyright .copyright .copyright-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding:58px 132px 30px 100px;
    gap:20px 0;
}
.footer-copyright .copyright .copyright-list > div {
    width:25%;
}
.footer-copyright .copyright .copyright-list h4 {
    font-size:16px;
    line-height:26.5px;
    font-weight:500;
    font-family:'Golos Text', sans-serif;
    margin-bottom:20px;
    color:#fff;
}
.footer-copyright .copyright .copyright-list li {
    margin-bottom:12px;
}
.footer-copyright .copyright .copyright-list li a {
    text-decoration: none;
    font-size: 14px;
}
.footer-copyright .credit-cards {
    display:block;
    text-align:left;
}
.footer-copyright .copyright-wrapper {
    width:100%;
    background:#2E0C61;
    padding:21px 132px 21px 100px ;
    display:flex;
    flex-direction:row;
    justify-content:space-between;
    flex-wrap:wrap;
    margin-bottom:0;
}
.footer-copyright .copyright-wrapper a {
    text-decoration:none;
}
.footer-social {
    display: flex;
    gap: 25px;
}
.footer-social a {
    text-decoration:none;
}
.copyright-wrapper span + span {
    border-left:unset;
    margin-left:0;
    padding-left:0;
}
@media (max-width:1200px) {
    .footer-copyright .copyright .copyright-list > div {
        width:50%;
    }
    .footer-widget-area {
        padding-left:30px;
        padding-right:30px;
    }
    .footer-copyright .copyright .copyright-list {
        padding-left:30px;
        padding-right:30px;
    }
    .footer-copyright .copyright-wrapper {
        padding-left:30px;
        padding-right:30px;
    }
}
@media (max-width:992px) {
    .footer-container {
        grid-template-columns:1fr;
    }
    .footer-widget-area {
        padding-right:15px;
        padding-left:15px;
    }
    .footer-copyright .copyright .copyright-list {
        padding-left:15px;
        padding-right:15px;
    }
    .footer-copyright .copyright-wrapper {
        justify-content:center;
        padding-right:15px;
        padding-left:15px;
    }
    .footer-copyright .copyright-wrapper > span {
        text-align: center;
    }
    .footer-copyright .copyright {
        padding:0 !important;
    }
    .footer-social {
        flex-wrap:wrap;
        gap:5px;
    }
}

/* Header */
.main-header {
    display:flex;
    flex-direction:row;
    justify-content:space-between;
    flex-wrap:wrap;
}
.main-header::after {
    display:none;
}
.header-left {
    display:flex;
    flex-direction:row;
    align-items:center;
    gap:100px;
}
#menu-primary-menu-header-1 {
    display: flex;
    gap: 20px;
}
.main-navigation .menu > li > a {
    text-decoration:none;
    font-size:16px;
}
.checkout-links {
    display: flex;
    align-items: center;
    gap: 20px;
}
.checkout-links a,
.checkout-links span {
    color: #000;
    font-size: 16px;
    text-decoration: none;
}
.mobile-menu .cart-link,
.checkout-links .cart-link {
    position: relative;
    width:18px;
}
.mobile-menu .cart-link svg {
    position:relative;
    top:-2px;
}
.mobile-menu .cart-link span,
.checkout-links .cart-link span {
    position: absolute;
    display: flex;
    min-width: 20px;
    height:20px;
    background: #000;
    color: #fff;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    font-size: 12px;
    padding: 0 7px 1px;
    box-sizing: border-box;
    bottom: -8px;
    right: 7px;
}
.site-search-container {
    max-width: 100%;
    justify-content: space-between;
    display:flex;
    align-items:center;
    gap:10px;
    margin:0 auto;
}
.site-search form {
    max-width: 960px;
    width: calc(100% - 140px);
}
.invisible {
    visibility:hidden;
}
.checkout-links .signin-link {
    position:relative;
}
.checkout-links .signin-link::after {
    content: '';
    display: inline-block;
    width: 7px;
    height: 7px;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    margin-left: 10px;
    margin-bottom: 3px;
    transform: rotateZ(-45deg);
}
.checkout-links .signin-link:hover::after {
    transform: rotateZ(135deg);
    margin-bottom:0;
}
.signin-link__dropdown {
    position: absolute;
    background: #fff;
    top:100%;
    left:50%;
    transform:translateX(-50%);
    z-index:1;
    display:none;
    box-shadow:0 2px 3px 1px #eee;
}
.signin-link:hover .signin-link__dropdown {
    display: block;
}
.signin-link__dropdown a {
    color:#000 !important;
    font-size:20px;
}
.signin-link__dropdown h3 {
    color:#000 !important;
    margin-bottom:12px;
    font-size:25px;
    font-weight:600;
    line-height:35px;
}
.signin-link__dropdown .dropdown-inner-link li:not(:last-of-type) {
    margin-bottom: 12px;
}
.signin-link__dropdown .dropdown-inner-link a {
    display: flex;
    align-items: center;
    gap: 16px;
}
.signin-link__dropdown .dropdown-inner {
    padding: 25px;
}
.signin-link__dropdown .dropdown-inner:first-of-type {
    border-bottom: 1px solid rgba(219, 219, 219, 1);
}
.signin-link__dropdown .btn-signin {
    width: fit-content;
    display: block;
    white-space: nowrap;
    background: rgba(58, 16, 120, 1);
    color: #fff !important;
    padding: 10px 56px;
    font-size:16px;
}
.pushy.responsive-navigation {
    background:#fff;
    max-width:290px;
    width:100%;
    z-index:999999;
}
.pushy-left {
    transform: translate3d(-290px, 0, 0);
}
.pushy.responsive-navigation h4 {
    padding: 0 15px 6px;
    font-size: 18px;
    line-height: 25px;
    font-weight: 600;
}
.responsive-navigation .primary-navigation {
    margin-bottom: 20px;
}
.responsive-navigation .primary-navigation li {
    border:none;
}
.responsive-navigation .primary-navigation li a {
    color:#000;
    text-decoration:none;
    font-weight:400;
    padding:5px 15px;
}
.secondary-navigation .menu > li > a {
    color:#000;
    text-decoration:none;
    font-size:16px;
}
.pushy.responsive-navigation .signin-link__container {
    padding:15px;
    border-top:1px solid rgba(219, 219, 219, 1);
}
.pushy.responsive-navigation .signin-link__container a.btn-signin {
    display:block;
    white-space:nowrap;
    background:rgba(58, 16, 120, 1);
    color:#fff !important;
    padding:12px 15px;
    font-size:16px;
    text-decoration:none;
    text-align:center;
}
.mobile-nav-header {
    padding: 15px 15px 40px;
}
@media (max-width:1200px) {
    .header-left {
        gap:20px;
    }
    .main-navigation .menu > li > a {
        font-size:14px;
    }
    ul#menu-primary-menu-header-1 {
        gap:10px;
    }
    .checkout-links {
        gap:10px;
    }
    .checkout-links a {
        font-size:14px;
    }
}
@media (max-width:768px) {
    .checkout-links,
    #menu-primary-menu-header-1 {
        display:none;
    }
}

/* Cookie */
.cky-consent-container {
    width:553px !important;
}
.cookie-container {
    display:flex;
    flex-direction:row;
    gap:25px;
    margin-bottom:45px;
}
.cookie-container::before {
    content:'';
    width:48px;
    height:48px;
    background-image:url(../../images/cookie.svg);
    background-repeat:no-repeat;
    background-size:contain;
}
.cookie-container p {
    font-size:16px;
    line-height:26px;
    font-weight:400;
    font-family:'Golos Text', sans-serif;
    color:rgba(39, 39, 39, 1);
    width:calc(100% - 73px);
}
.cookie-container p a {
    color:rgba(39, 39, 39, 1);
}
.cky-notice-btn-wrapper {
    flex-direction:column-reverse !important;
}
.cky-notice-btn-wrapper .cky-btn {
    width:100%;
    margin:0 0 10px !important;
    order:0 !important;
}
@media (max-width:768px) {
    .cky-consent-container.cky-box-bottom-left {
        left:0;
        bottom:0;
        width:100%;
        max-width:100%;
    }
}