@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body {
    margin: 0;
    color: #000000;
}
a {
    text-decoration: none;
    color: #000000;
}
.text-right {
    text-align: right;
}
.overflow-hidden {
    overflow-y: hidden!important;
    overflow-x: hidden;
}
.relative {
    position: relative;
}
/* Custom width */
.w-48 {
    width: 48%;
}
.w-20 {
    width: 20%;
}
/* Headings */
.heading-1 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 97px;
    line-height: 118px;
    letter-spacing: -1.5px;
}
.heading-2 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 61px;
    line-height: 74px;
    letter-spacing: -0.5px;
}
.heading-3 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 48px;
    line-height: 140%;
}
.heading-4 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 34px;
    line-height: 120%;
    letter-spacing: 0.25px;
}
.heading-5 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 160%;
}
.heading-6 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.15px;
}
.subtitle-1 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.15px;
}
.subtitle-bold-1 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.15px;
}
.subtitle-2 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 142%;
    letter-spacing: 0.1px;
}
.subtitle-bold-2 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 142%;
    letter-spacing: 0.1px;
}
.body-1,
.text-content p,
.text-content ul li,
.text-content ol li {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 137%;
    letter-spacing: 0.5px;
}
.body-2 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 134%;
    letter-spacing: 0.3px;
}
.button {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 1.25px;
    text-transform: uppercase;
}
.button-2 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.5px;
}
.button-underline {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.5px;
    text-decoration-line: underline;
}
.caption {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 134.84%;
    letter-spacing: 0.5px;
}
.caption-2 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 134.84%;
    letter-spacing: 0.1px;
}
.overline {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}
/* Text content styles */
.text-content ul,
.text-content ol {
    margin-left: 0px;
}
.text-content ul li {
    margin-bottom: 16px;
}
.text-content ul li::marker {
    font-size: 10px;
}
/* Text colors */
.color-primary {
    color: #151617;
}
.color-primary-dark {
    color: #09295B;
}
.color-primary-default {
    color: #0B3D8B;
}
.color-blue-transparent {
    color: #002154;
}
.color-secondary {
    color: #343434;
}
.color-secondary-2 {
    color: #333333;
}
.color-text-2 {
    color: #484848;
}
.color-secondary-default {
    color: #0F75BA;
}
.color-disabled {
    color: #D4D4D4;
}
.color-third {
    color: #9FA5B1;
}
.color-light-blue {
    color: #F5F9FF;
}
.color-dark {
    color: #343434;
}
.color-grey {
    color: #667085;
}
.color-green {
    color: #17A500;
}
.color-red {
    color: #C41818;
}
.color-error {
    color: #E70A0A;
}
.color-gray-empty {
    color: #B3B3B3;
}
.color-white {
    color: #F6F6F6;
}
/* Background colors */
.bg-white {
    background-color: #FFFFFF;
}
.bg-middle {
    background-color: #F8F9FB;
}
.bg-light {
    background-color: #F5F9FF!important;
}
.bg-light-blue {
    background-color: #FAFCFF;
}
.bg-primary-dark {
    background-color: #09295B;
}
.bg-primary-default {
    background-color: #0B3D8B;
}
.bg-dark-blue {
    background-color: #041735;
}
/* Effects */
.blue-shadow {
    box-shadow: 0px 0px 9px rgba(190, 216, 255, 0.3);
}
.drop-shadow {
    box-shadow: 0px 4px 8px rgba(142, 141, 208, 0.16);
}
/* Buttons */
.button-sm {
    height: 46px;
    border-radius: 8px;
}
.button-border {
    height: 46px;
    border: 1px solid #0B3D8B;
    border-radius: 8px;
}
.btn-primary {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    display: flex;
    align-items: center;
    letter-spacing: 0.5px;
    color: #FFFFFF;
    background: #0B3D8B;
    border-radius: 8px;
    padding: 12px 16px 12px 12px;
    border: 0;
    text-transform: none;
    height: 44px;
}
/* Card styles */
.card-light {
    background: #FFFFFF;
    border: 1px solid #F0F6FF;
    border-radius: 10px;
}
.card-line {
    width: 100%;
    height: 1px;
    background-color: #F5F9FF;
    display: none!important;
}
/* Inputs */
.input-text {
    background: #FFFFFF;
    border: 1px solid #E8E8E8!important;
    border-radius: 10px!important;
    padding: 14.5px 12px!important;
}
.input-tip {
    color: #757E86;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.048px;
    margin-top: 6px;
    margin-bottom: 0px;
}
.input-error {
    border: 1px solid red!important;
}
.input-text::placeholder {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 134%;
    color: #9FA5B1;
}
.input-checkbox {
    appearance: none;
    -webkit-appearance: none;
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border: 1.5px solid #09295B;
    border-radius: 3.1875px;
}
.input-checkbox:checked {
    background: #09295B;
    background-image: url(../img/icons/check.svg);
    background-size: 9px 9px;
    background-position: center;
    background-repeat: no-repeat;
}
/* Margins */
.mb-4px {
    margin-bottom: 4px;
}
.mb-6px {
    margin-bottom: 6px;
}
.mb-8px {
    margin-bottom: 8px;
}
.mb-10px {
    margin-bottom: 10px;
}
.mb-12px {
    margin-bottom: 12px;
}
.mb-16px {
    margin-bottom: 16px;
}
.mb-18px {
    margin-bottom: 18px;
}
.mb-21px {
    margin-bottom: 21px;
}
.mb-24px {
    margin-bottom: 24px; 
}
.mb-28px {
    margin-bottom: 28px; 
}
.mb-30px {
    margin-bottom: 30px;
}
.mb-32px {
    margin-bottom: 32px;
}
.mb-36px {
    margin-bottom: 36px;
}
.mb-38px {
    margin-bottom: 38px;
}
.mb-40px {
    margin-bottom: 40px;
}
.mt-24px {
    margin-top: 24px;
}
.mt-32px {
    margin-top: 32px;
}
.ml-8px {
    margin-left: 8px;
}
.ml-16px {
    margin-left: 16px;
}
.mr-8px {
    margin-right: 8px;
}
.mr-10px {
    margin-right: 10px;
}
.mr-16px {
    margin-right: 16px;
}
.mr-24px {
    margin-right: 24px;
}
.mr-30px {
    margin-right: 30px;
}
.mr-32px {
    margin-right: 32px;
}
.mr-48px {
    margin-right: 48px;
}
.mt-6px {
    margin-top: 6px;
}
/* Paddings */
.px-0 {
    padding: 0px;
}
.pl-24px {
    padding-left: 24px;
}
.p-16px {
    padding: 16px;
}
.pt-32px {
    padding-top: 32px;
}
.pb-32px {
    padding-bottom: 32px;
}
/* Opacity */
.opacity-0 {
    opacity: 0;
}
/* Custom containers */
@media screen and ( min-width: 2180px ) {
    .container {
        max-width: 1680px; 
    }
}
@media screen and ( min-width: 960px ) {
    .brand__form .shop__filters-mobile{
        display: none!important;  
    }
    .brand__form .sort__block {
        display: flex;
    }
}
@media screen and ( max-width: 959px ) {
    .brand__form .sort__block{
        display: none; 
    }
    /* .brand__form > div:nth-child(2){
        display: none;  
    } */
    .brand__form > div:nth-child(3){
        width: 100%;  
    }
}
@media screen and ( max-width: 768px ) {
    .shop__page-layout .products {
        gap: 16px 6px;
    }
    ul.products li.product {
        width: calc(50% - 3px);
    }
}
@media screen and ( max-width: 350px ) {
    ul.products li.product {
        width: 100%;
    }
}
/* Custom containers */
@media screen and ( min-width: 960px ) {
    .container {
        max-width: 960px;
    }
}
@media screen and ( min-width: 1440px ) {
    .container {
        max-width: 1300px;
        padding: 0 15px;
    }
}
/* Custom 10 columns grid */
@media screen and ( min-width: 1440px ) {
    .col-lg-1-10 {
        width: 10%;
    }
    .col-lg-2-10 {
        width: 20%;
    }
}
/* Custom containers */
@media screen and ( min-width: 2160px ) {
    .container {
        max-width: 1680px; 
    }
}
.btn-white {
    border: 1px solid #0B3D8B;
    border-radius: 8px;
    padding: 12px 16px 12px 12px;
    letter-spacing: 0.5px;
    color: #0B3D8B;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    cursor: pointer;
}
/*Wish list*/
.add_to_wishlist, .yith-wcwl-wishlistexistsbrowse .feedback {
    padding: 10px;
    width: 44px;
    height: 44px;
    border: 1px solid #0B3D8B;
    border-radius: 8px;
    display: block;
    margin-left: 10px!important;
}
.fa-heart-o:before , .fa-heart:before {
    color: #0B3D8B;
    width: 100% !important;
}
.yith-wcwl-icon {
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 20px;
}
.yith-wcwl-wishlistaddedbrowse .feedback {
    padding: 10px;
    width: 44px;
    height: 44px;
    border: 1px solid #0B3D8B;
    border-radius: 8px;
    display: block;
    margin: 0 10px !important;
}
.text-content ol li ul {
    padding-left: 0;
}
.text-content ol li ul li {
    margin-bottom: 0;
}
.text-content tr td {
    border-width: 1px 1px 1px 1px;
    border-style: solid;
    border-color: #F5F9FF;
    padding: 8px 16px;
    width: 50%;
    color: #343434;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 134%;
}
.text-content tr:nth-child(2n) {
    background: #FAFCFF;
}
@media screen and ( max-width: 992px ) {
    /* .add_to_wishlist, .yith-wcwl-wishlistexistsbrowse .feedback {
        margin: 0!important;
    } */
}