body{
    font-size: 16px!important;
    line-height: 1.5;
    margin: 0;
    padding: 0;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    color: #fff;
    background-color: #000;
}

html{
}

.container {
    max-width: 1800px!important;
    padding-right: 40px;
    padding-left:  40px;
    margin-right: auto;
    margin-left: auto;
}
@media (max-width:579px){
    .container{
        padding-right: 15px;
        padding-left:  15px;
    }
}
/*.container-fluid {overflow: hidden;}*/

a,
a.nav-link{
    color: white;
    transition: .4s;
}
a:hover,
a:not([class]):hover,
a.nav-link:hover,
a.nav-link:focus{
    color: #CD2027;
}

b{
    font-weight: bold;
}

/* BOOTSTRAP CUSTOM
================================
================================*/
.btn{
    height: 60px;
    border-radius: 0 !important;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    column-gap: 5px;
    border-radius: 10px;
}
/*
@media (max-width: 579px){
    .btn{
        height: 40px !important;
        font-size: 14px !important;
    }
}
*/

/* BTN RED */
.btn-red {
    color: #fff;
    background-color: #CF4242;
    border-color: #CF4242
}

.btn-red:hover {
    color: #fff;
    background-color: #bb2d3b;
    border-color: #b02a37
}

.btn-check:focus+.btn-red,
.btn-red:focus {
    color: #fff;
    background-color: #bb2d3b;
    border-color: #b02a37;
    box-shadow: 0 0 0 .25rem rgba(225, 83, 97, .5)
}

.btn-check:active+.btn-red,
.btn-check:checked+.btn-red,
.btn-red.active,
.btn-red:active,
.show>.btn-red.dropdown-toggle {
    color: #fff;
    background-color: #b02a37;
    border-color: #a52834
}

.btn-check:active+.btn-red:focus,
.btn-check:checked+.btn-red:focus,
.btn-red.active:focus,
.btn-red:active:focus,
.show>.btn-red.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem rgba(225, 83, 97, .5)
}

.btn-red.disabled,
.btn-red:disabled {
    color: #fff;
    background-color: #CF4242;
    border-color: #CF4242
}
/* BTN RED END */


/* FONT FAMILY
================================
================================*/
.fonts{
    font-family: fonts-title ;
}

/* FONT WEIGHT
================================
================================*/
.fw-100{
    font-weight: 100 !important;
}
.fw-200{
    font-weight: 200 !important;
}
.fw-300{
    font-weight: 300 !important;
}
.fw-400{
    font-weight: 400 !important;
}
.fw-500{
    font-weight: 500 !important;
}
.fw-600{
    font-weight: 600 !important;
}
.fw-700{
    font-weight: 700 !important;
}
.fw-800{
    font-weight: 800 !important;
}
.fw-900{
    font-weight: 900 !important;
}

/* FONT SIZE 
================================
================================*/
.t-68{
    font-size: 68px;
}
.t-48{
    font-size: 48px;
}
.t-40{
    font-size: 40px;
}
.t-38{
    font-size: 38px;
}
.t-36{
    font-size: 36px;
}
.t-26{
    font-size: 26px;
}
.t-24{
    font-size: 24px;
}
.t-22{
    font-size: 22px;
}
.t-18{
    font-size: 18px;
}

@media (max-width:579px){
    .t-30m{
        font-size: 30px;
    }
    .t-28m{
        font-size: 28px;
    }
    .t-22m{
        font-size: 22px;
    }
    .t-20m{
        font-size: 20px;
    }
    .t-14m{
        font-size: 14px;
    }
}

/* LOST CSS
================================
================================*/
.ttu{
    text-transform: uppercase;
}

.op-05{
    opacity: 0.5;
}

.lh-1{
    line-height: 1;
}
.lh-12{
    line-height: 1.2;
}
.lh-13{
    line-height: 1.3;
}

/* COLOR & BACKGROUND
================================
================================*/
.text-red{
    color: #CD2027;
}

/* MOBILE NAV SWIPE 
================================
================================*/


/* HEADER 
================================
================================*/
header{
    padding-top: 1rem;
    padding-bottom: 1rem;
}

header.header{
    position: sticky !important;
}

.header-wrapper{
    display: grid;
    align-items: center;
    justify-content: space-between;
    grid-template-columns: 1.75fr 4.5fr 2fr;
    column-gap: 1rem;
}

.header-middle{
    display: flex;
    align-items: center;
    column-gap: 1rem;
}

.header-middle .btn-catalog{
    height: 60px;
    background-color: #CD2027;
    border: 0;
    color: white;
    font-size: 22px;
    font-weight: 500;
    text-transform: uppercase;
    padding: .25rem 1rem;
    display: flex;
    align-items: center;
    column-gap: 1rem;
    transition: .4s;
}
.header-middle .btn-catalog:hover{
    background-color: #BA181E;
}
.header-middle .btn-catalog:focus{
    box-shadow: 0 0 0 .25rem rgba(205, 32, 39, .5);
}

.form-search{
    position: relative;
}

.form-search input{
    height: 60px;
    background-color: rgba(255, 255, 255, .1);
    border:0;
    box-shadow: none;
    padding: 1rem;
    color: white;
    transition: .4s;
    font-size: 16px;
}
.form-search input:placeholder{
    font-size: 16px;
}
.form-search input:hover{
    background-color: rgba(255, 255, 255, .15);
}

.form-search input:focus{
    box-shadow: 0 0 0 .25rem rgba(255, 255, 255, .25);
}
.form-search input:focus-visible{
    outline: none;
}

.form-search .btn-search{
    position: absolute;
    top: 0;
    right: .25rem;
    bottom: 0;
    margin: auto;
    background-color: transparent;
    border:0;
    box-shadow: none;
}

.header-middle .bootstrap-select{
    border-radius: 0;
    color: white;
}

.header-middle .dropdown-toggle{
    height: 60px;
    width: 55px;
    background-color: #000;
    border: 0;
}

.header-middle .dropdown-toggle::after{
    position: absolute;
    content: '';
    width: 18px;
    height: 11px;
    background-image: url(angle-down-grey.svg);
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border: 0;
    transition: .4s;
}

.header-middle .dropdown-toggle[aria-expanded="true"]::after{
    transform: scale(1,-1);
}

.header-middle .filter-option{
    display: flex !important;
    align-items: center;
    color: white;
    font-size: 24px;
}


.header-middle .dropdown-toggle:focus{
    box-shadow: none;
    outline: none !important;
    border-color: transparent;
}

.header-middle .dropdown-menu{
    background-color: #222;
}

.header-middle .dropdown-menu li{
    margin-top: 0;
}
.header-middle .dropdown-menu li::before{
    display: none;
}

.header-middle .dropdown-menu .dropdown-item{
    color: white;
    text-align: center;
}

.header-middle .dropdown-menu .dropdown-item:hover{
    background-color: #333;
}

.header-middle .dropdown-menu .dropdown-item.active{
    background-color: #CD2027;
}

.header-info{
    display: flex;
    align-items: center;
    column-gap: 1rem;
    text-decoration: none;
    color: white;
}

.header-info img{
    transform: translateY(-2px);
}

@media (max-width:1500px){
    .header-info{
        font-size: 14px;
        text-wrap: nowrap;
    }
    .header-info img{
        transform: translateY(0);
    }
}

.nav-header-tools{
    display: flex;
    align-items: center;
    column-gap: 2.25rem;
    justify-content: end;
}

.nav-header-tools li a{
    position: relative;
    transition: .4s;
}
.nav-header-tools li a:hover{
    opacity: .75 !important;
}

.nav-header-tools li a .count{
    position: absolute;
    top: -.5rem;
    right: -0.75rem;
    height: 22px;
    width:  22px;
    display: block;
    border-radius: 22px;
    background-color: white;
    color: #CD2027;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 600;
    padding-left: .05rem;
}

.nav-header-tools li a.dropdown-toggle{
    position: relative;
    padding-right: 1.8rem;
    transition: .4s;
}

@media (max-width:1500px){
    .nav-header-tools li a.dropdown-toggle{
        padding-right: 1.5rem;
    }
    .nav-header-tools{
        column-gap: 1.25rem;
        justify-content: space-between;
    }
}

.nav-header-tools li a.dropdown-toggle::after{
    position: absolute;
    content: '';
    width: 18px;
    height: 11px;
    background-image: url(angle-down-grey.svg);
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border: 0;
    transition: .4s;
}
.nav-header-tools li a.dropdown-toggle[aria-expanded="true"]::after{
    transform: scale(1,-1);
}

.nav-header-tools li .dropdown-menu{
    top: 1rem !important;
    border-radius: 0;
    background-color: #252525;
}

.nav-header-tools li .dropdown-menu li a{
    color: white;
    text-align: left;
}

.nav-header-tools li .dropdown-menu li a:hover{
    background-color: #CD2027;
}

#catalogue{
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 13;
}

.header-catalogue{
    width: 100%;
    height: 100vh;
    background-color: black;
    z-index: 1;
}

.catalog-header{
    padding-top: 2rem;
    padding-bottom: 2rem;
    display: flex;
    justify-content: space-between;
}

.catalog-close{
    display: flex;
    align-items: center;
    column-gap: 1rem;
    cursor: pointer;
}

.catalog-list{
    height: 75vh;
    overflow-y: auto;

    overflow-x: hidden;
    padding-right: 2rem;
    margin-right: -2rem;
}




/* SCROLL on PAGE  */
.catalog-list::-webkit-scrollbar {
    width:4px;
    cursor: pointer;
    border-radius: 4px;
}

.catalog-list::-webkit-scrollbar-track {
    background-color:#ccc;
}

.catalog-list::-webkit-scrollbar-track:hover {
    background-color: #bbb;
}
.catalog-list::-webkit-scrollbar-thumb {
    background-color: #CD2027;
}

.catalog-list::-webkit-scrollbar-thumb:hover {
    background-color: #FF3594;
}
.catalog-list::-webkit-scrollbar-button {
    display:none
}
/* SCROLL on PAGE END */

@media (max-width:1500px){
    .header-middle .btn-catalog{
        font-size: 16px;
        column-gap: .25rem;
    }
}

@media (max-width:579px){
    .btn-search-mobile{
        background-color: #333;
        width: 40px;
        height: 40px;
        min-height: 40px;
        padding: 0;
    }
    header .header-middle .dropdown-toggle{
        height: 40px;
        width: 40px;
        background-color: transparent;
        padding: 0;
    }
    .header-middle .btn-catalog{
        height: 40px;
        font-size: 12px;
        padding: .25rem .5rem;
    }
    .btn-catalog img{
        width: 14px;
    }
    header{
        padding-top: 1rem;
        padding-bottom: 1rem;
        background-color: #222;
    }
    .catalog-close img{
        width: 18px;
    }
    .catalog-header{
        padding-top: 1.5rem;
        padding-bottom: .5rem;
    }
    .header-wrapper{
        grid-template-columns: 1fr 6fr 1fr;
        column-gap: 2rem;
    }

}

header .is-show .custom-scroll{
    position: absolute;
    height: 400px;
    z-index: 13;
    background: black;
    padding: 1rem;
    border: 4px solid rgba(255, 255, 255, .1);
}

header ul li:before{
    width: 20px;
    height: 12px;
    margin-right: 5px;
    margin: auto 0;
    background-position: left;
    min-width: 30px;
}
/* NAVIGATION
================================
================================*/


/* MAIN INDEX 
================================
================================*/

/* BOX SELLER */
.bg-best-seller{
    background-image: url(bg-best-seller.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.box-seller{
    display: block;
    border: 1px solid rgba(255, 255, 255, .5);
    padding: .75rem;
    aspect-ratio: 4/3.25;
    text-align: center;
    color: white;
    text-decoration: none;
}

.box-seller .cover{
    aspect-ratio: 1/1;
    max-width: 145px;
    max-height: 145px;
    margin: auto;
    display: block;
    margin-top: 1.45rem;
}
.box-seller .cover img{
    width: 100%;
    height: 100%;
    opacity: .75;
    transition: .4s;
}
.box-seller:hover .cover img{
    transform: scale(1.1);
    opacity: 1;
}

.box-seller .text{
    font-size: 32px;
    color: rgba(255, 255, 255, .65);
    line-height: 1.3;
    font-weight: 500;
    transition: .4s;
    margin-top: 1.25rem;
}

.box-seller:hover .text{
    color: #CD2027;
}

/* BOX CHOOSE */
.box-choose{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, .5);
    padding: .75rem;
    aspect-ratio: 1/1;
    text-align: center;
    color: white;
    text-decoration: none;
}

.box-choose .cover{
    aspect-ratio: 1/1;
    max-width:  80px;
    max-height: 80px;
    margin: 0 auto;
    display: block;
}
.box-choose .cover img{
    width: 100%;
    height: 100%;
    opacity: .5;
    transition: .4s;
}
.box-choose:hover .cover img{
    transform: scale(1.1);
    opacity: 1;
}

.box-choose .text{
    font-size: 20px;
    color: rgba(255, 255, 255, .65);
    line-height: 1.3;
    transition: .4s;
    margin-top: 1rem;
}

.box-choose:hover .text{
    color: #CD2027;
}

.box-choose{
    background-color: transparent;
    transition: .4s;
}
.box-choose:hover{
    background-color: #50181a;
}

.choose-more{
    position: relative;
    text-align: center;
    padding: 0 0 2rem 0;
    display: block;
}
.choose-more::before{
    position: absolute;
    content: '';
    top: -200%;
    left: 0;
    width: 100%;
    height: 200%;
    background: linear-gradient(0deg, black 20%,transparent);
}

.choose-more::after{
    position: absolute;
    content: '';
    top: 1.75rem;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, .5);
    z-index: -2;
}

.choose-more .btn{
    position: relative;
}

.choose-more .btn::before{
    position: absolute;
    content: '';
    top: 0;
    left: -20%;
    width: 140%;
    height: 100%;
    background-color: black;
    z-index: -1;
}

.choose-more .btn[aria-expanded="true"]{
    visibility: hidden;
    margin-top: -1rem;
}

.choose-more{
    transition: visible .4s;
    padding: 0;
}
.choose-more:has(> .btn[aria-expanded="true"]) {
    visibility: hidden;
    display: none;
}

/* REVIEWS */
.title-image{
    display: flex;
    align-items: center;
    column-gap: 1rem;
    justify-content: center;
}

.wrapper-swiper{
    position: relative;
}

.wrapper-swiper .swiper-button-prev{
    left: -9rem;
}
.wrapper-swiper .swiper-button-next{
    right: -9rem;
}

.wrapper-swiper .swiper-button-prev,
.wrapper-swiper .swiper-button-next{
    background-color: rgba(255, 255, 255, .1);
    width: 100px;
    height: 70px;
}

.box-reviews{
    padding: 2rem;
    background-color: rgba(255, 255, 255, .1);
}

.nav-star{
    column-gap: .5rem;
}

.wrapper-swiper .swiper-button-prev::after,
.wrapper-swiper .swiper-button-next::after{
    content: '';
    width: 41px;
    height: 26px;
    background-size: cover;
    border:0;
}


.wrapper-swiper .swiper-button-prev::after{
    background-image: url(arrow-red-left.svg);
}
.wrapper-swiper .swiper-button-next::after{
    background-image: url(arrow-red-right.svg);
}

.all-reviews{
    height: 80px;
}

/* FAQ */
.accordion-faq .accordion-item{
    background-color: transparent;
    border:0;
    border-top: 1px solid red;
    transition: .4s;
}

.accordion-faq .accordion-item:last-child{
    border-bottom: 1px solid red;
}

.accordion-faq .accordion-item:has(.accordion-button[aria-expanded="true"]){
    background-color: rgba(205, 32, 39, .2);
}

.accordion-faq .accordion-button{
    height: 120px;
    border:0;
    background-color: transparent;
    color: white;
    font-size: 32px;
    font-weight: 500;
}

.accordion-faq .accordion-button:focus{
    box-shadow: none;
}

.accordion-faq .accordion-button::after{
    content: '';
    width: 30px;
    height: 30px;
    background-image: url(acc-plus.svg);
    background-size: cover;
    transform: rotate(0);
    transition: .4s;
}

.accordion-faq .accordion-button[aria-expanded="true"]::after{
    transform: rotate(90deg);
}

@media (max-width:579px){
    .box-choose .cover{
        max-width: 60px;
        max-height: 60px;
    }
    .box-choose .text{
        font-size: 12px;
        margin-top: .5rem;
    }
    .catalog-list{
        height: 85vh;
    }

    /* box seller */
    .box-seller{
        height: 100%;
        aspect-ratio: auto;
    }
    .box-seller .cover{
        max-width: 95px;
        max-height: 95px;
    }
    .box-seller .text{
        font-size: 16px;
    }
    /* reviews */
    .title-image img{
        width: 40px;
    }
    .wrapper-swiper .swiper-button-prev,
    .wrapper-swiper .swiper-button-next{
        top: -10.25rem;
        width: 70px;
        height: 50px;
    }
    .wrapper-swiper .swiper-button-prev{
        left: 1rem;
    }
    .wrapper-swiper .swiper-button-next{
        right: 1rem;
    }
    .wrapper-swiper .swiper-button-prev::after, 
    .wrapper-swiper .swiper-button-next::after {
        width: 30px;
        height: 18px;
    }
    .nav-star li img{
        width: 32px;
    }
    /* faq */
    .accordion-faq .accordion-button{
        height: 80px;
        font-size: 20px;
    }
    .accordion-faq .accordion-button::after{
        width: 20px;
        height: 20px;
    }
}

/* COLLECTION 
================================
================================*/
.collection-title-sort{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.collection-title{
    display: flex;
    align-items: center;
    column-gap: 1rem;
}

/* SIDEBAR */
.nav-collection{
    flex-direction: column;
    row-gap: 1rem;
    font-size: 20px;
}

.nav-collection li .nav-link{
    padding: 0;
    color: rgba(255, 255, 255, .9);
    display: inline-block;
}

.nav-collection li .nav-link.is_subcol{
    position: relative;
    display: block;
}
.nav-collection li .nav-link .text{
    color: rgba(255, 255, 255, .5);
}
.nav-collection li .nav-link.is_subcol[aria-expanded="true"] .text,
.nav-collection li .nav-link.active .text{
    color: white;
}

.nav-collection li .nav-link.is_subcol::after{
    position: absolute;
    content: '';
    width: 19px;
    height: 19px;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-image: url(coll-plus.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transition: .4s;
}
.nav-collection li .nav-link.is_subcol[aria-expanded="true"]::after{
    transform: rotate(45deg);
}

.nav-collection li .nav-link:hover{
    color: white;
}

.nav-collection .count{
    color: #CD2027;
    margin-left: 1rem;
}

.nav-subcollection{
    flex-direction: column;
    row-gap: .5rem;
    padding-left: 2rem;
    margin-top: 1rem;
    font-size: 18px;
}

.nav-subcollection li .nav-link.is_subcol::after{
    position: absolute;
    content: '';
    width: 16px;
    height: 9px;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-image: url(coll-angle.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transition: .4s;
}
.nav-subcollection li .nav-link.is_subcol[aria-expanded="true"]::after{
    transform: rotate(180deg);
}

.nav-lostcollection{
    flex-direction: column;
    row-gap: .5rem;
    padding-left: 2rem;
    margin-top: 1rem;
    font-size: 16px;
}

/* FILTER */
.filter-check{
    display: flex;
    align-items: center;
    column-gap: 1rem;
    cursor: pointer;
    margin-block: 1rem;
}
.filter-check:last-child{
    margin-bottom: 0;
}

.filter-check .checkbox{
    width: 30px;
    height: 30px;
    border: 1px solid rgba(255, 255, 255, .5);
    transition: .4s;
}

.filter-check input {
    display: none;
}
.filter-check input:checked + .checkbox{
    box-shadow: inset 0 0 0px 6px black;
    background-color: red;
}

.filter-check .text{
    font-size: 24px;
    color: rgba(255, 255, 255, .75);
    transition: .4s;
}

.filter-check input:checked ~ .text{
    color: white;
}

/* PRICE */
.sidebar-filter-price{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 1rem;
    row-gap: 1rem;
    margin-top: 3rem !important;
}

.filter-radio{
    cursor: pointer;
    display: flex;
}

.filter-radio input{
    display: none;
}
.filter-radio .text{
    border: 1px solid #222;
    padding: 1rem;
    background-color: #222;
    transition: .4s;
}

.filter-radio input:checked + .text{
    border-color: red;
    background-color: rgba(205, 32, 39, .25);
}

a.filter-radio.active .text{
    border-color: red;
    background-color: rgba(205, 32, 39, .25);
}

/* NAV COLLECTION SEO */
.nav-collection-seo{
    column-gap: 1rem;
    row-gap: 1rem;
}

.nav-collection-seo li .nav-link{
    padding: 1rem;
    background-color: #222;
    border:1px solid #222;
}
.nav-collection-seo li .nav-link.active{
    border-color: rgba(205, 32, 39, 1);
    background-color: rgba(205, 32, 39, .25);
}

/* COLLECTION LIST */
.box-product{
    background-color: #363434;
    border: 1px solid #666;
    transition: .4s;
    height: 100%;
    display: grid;
}
.box-product:hover{
    border-color: red;
}

.box-product .cover{
    aspect-ratio: 1/1;
    background-color: red;
    overflow: hidden;
}
.box-product .cover img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .4s;
}
.box-product:hover .cover img{
    transform: scale(1.05);
}

.box-product-info{
    position: relative;
    padding: 2rem;
    padding-top: .5rem;
    display: flex;
    flex-direction: column;
}

.box-product-info::before{
    position: absolute;
    content: '';
    top: -10rem;
    left: 0;
    height: 10rem;
    width: 100%;
    background: linear-gradient(0deg, #363434 10%, transparent);
}

.box-product-price{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.box-product-small .box-product-info{
    padding: 1rem;
    padding-top: .5rem;
    height: 100%;
    aspect-ratio: 4 / 2.75;
    display: grid;
}

.box-product-small .box-product-info::before{
    top: -5rem;
    height: 5rem;
}

.box-product-small .box-product-info-title{
    font-size: 14px;
}

.box-product-add-fav .favorite svg.icon{
    width: 32px;
    height: 32px;
}

.box-product-add-fav .favorite.favorites-added svg.icon{
    fill: #cd2027;
}

.box-product-small .box-product-add-fav .btn-red{
    height: 48px;
}

#collection-collapse{
    display: block;
    height: 60vh;
    overflow: hidden;
}

#collection-collapse.show{
    height: auto;
}

/* Pagination & View */
.collection-pagin-view{
    margin-top: 2rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.show-more-link{
    color: white;
    text-decoration: none;
    border-bottom: 1px solid white;
    padding-bottom: .25rem;
    font-weight: 500;
    text-transform: uppercase;
}

@media (max-width:579px){
    .collection-title img{
        width: 32px;
    }

    .collection-sidebar {
        position: fixed;
        width: 88%;
        z-index: 13;
        top: 0;
        left: -120%;
        padding-left: 0;
        padding-right: 0;
        transition: .4s;
    }
    .collection-sidebar.active{
        left: 0;
        transform: .4s;
    }
    .collection-filter{
        background-color: #111;
        border-right: 4px solid red;
        height: 100vh;
        padding: 1rem;
        overflow-y: auto;
    }

    .box-filter-close {
        position: absolute;
        top: 0;
        right: calc(-20% - 1rem);
        width: calc(20% + 1rem);
        height: 100%;
        /* background-color: blue; */
        background-color: rgba(0, 0, 0, .5);
        backdrop-filter: 5px;
    }
    .box-product-small .box-product-info{
        aspect-ratio: initial;
    }
    .box-product-small .box-product-add-fav .btn-red{
        height: 42px;
        min-height: 42px;
        padding: .25rem .25rem;
    }
    .box-product-add-fav .favorite svg.icon{
        width: 26px;
        height: 26px;
    }
    .box-product-small .box-product-info{
        padding: .5rem;
    }
    .page-collection .wrapper,
    .page-product .wrapper{
        padding-top: 0;
    }
    .nav-collection li{
        font-size: 16px;
    }
    .nav-subcollection li{
        font-size: 14px;
    }
    .nav-subcollection li{
        font-size: 12px;
    }
    .filters-list .count-product .count,
    .filters-list .count-product .label{
        font-size: 24px;
    }
    .nav-collection .count{
        margin-left: .5rem;
    }
    .filters-wrap .range-slider-wrap{
        margin: 0;
    }
    .pagination{
        width: 100%;
        padding: 0 1rem;
    }
    .pagination-list{
        width: 100%;
        justify-content: space-between;
    }
    .collection-pagin-view{
        justify-content: space-between;
    }

    #header-search{
        position: absolute;
        top: 72px;
        width: 100%;
        z-index: 13;
        background-color: black;
        border: 2px solid #222;
    }
    header .is-show .custom-scroll{
        background-color: #222;
    }

    #header-tools{
        position: absolute;
        top: 72px;
        width: 100%;
        z-index: 13;
        background-color: black;
        border: 2px solid #222;
    }
    .nav-header-tools{
        justify-content: space-between;
        padding: 1rem;
    }

    .page-product .breadcrumb{
        column-gap: 1rem;
        margin-top: 5px;
    }

    .page-product .breadcrumb--item{
        font-size: 13px;
        padding-left: 0;
        margin-left: 0;
    }
    .page-product .breadcrumb--item:first-child::before{
        content: '';
        position: absolute;
        top: 50%;
        right: -8%;
        transform: translateY(-50%);
        width: 1px;
        height: 20px;
        min-width: 1px;
        margin: 0;
        background: #ffffff;
        opacity: .5;
    }
    .page-product .breadcrumb--item::before{
        left: auto;
        right: -8%;
    }
}

/* SIDEBAR 
================================
================================*/


/* PRODUCT 
================================
================================*/
.product-simple-qty-wrapper{
    display: flex;
    align-items: center;
    column-gap: 1rem;
    margin-top: 4rem;
}
.quantity-title{
    font-size: 24px;
    font-weight: 500px;
}
.quantity-simple{
    display: flex !important;
    align-items: center;
    column-gap: 1rem;
    flex-wrap: nowrap;
    margin: initial;
}
.quantity-simple button{
    width: 50px;
    height: 50px;
    min-width: 50px;
    min-height: 50px;
    border: 2px solid #bb2d3b;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 50px;
    flex: auto;
}

.quantity-simple button[data-quantity-change="-1"]{
    padding-bottom: .45rem;
}

.quantity-simple input{
    width: 50px;
    min-width: 50px;
    flex: auto;
}

@media (max-width:579px){
    .product-detail-wrap .product-title-mobile{
        text-align: left;
    }
    .product-info-wrap{
        margin: 0;
    }
    .excellent-cont-cont{
        margin-top: 15px !important;
        overflow: hidden;
    }
    .excellent-cont-cont .trustpilot-widget{
        transform: scale(1.5);
    }

    .page-product .header{
        box-shadow: none;
    }

    .product-detail-wrap .product-detail .span-option .properties-item{
        display: block;
        margin-top: 1rem;
    }
    .product-detail-wrap .product-detail .product-info .properties .label{
        font-size: 18px;
        margin-bottom: .75rem;
    }
    .product-detail-wrap .product-detail .product-info .properties .label::after{
        display: none;
    }
    .product-detail-wrap .product-detail .span-option .properties-item .is-span{
        margin: 0;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        column-gap: 1rem;
        row-gap: 1rem;
    }
    .product-detail-wrap .product-detail .span-option .properties-item .is-span .option-value{
        margin: 0;
        margin-right: auto;
    }
    .product-detail-wrap .product-detail .span-option .properties-item .is-span .icon{
        margin-left: 0;
    }
    .product-detail label.option-value{
        display: flex;
        flex-direction: row-reverse;
        column-gap: 1rem;
    }

    .product-detail-wrap .section .label{
        font-size: 18px;
    }
    .product-detail .checkbox-list{
        margin: 0;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        column-gap: 1rem;
        row-gap: 1rem;
    }
    .product-detail .checkbox-list .checkbox{
        margin: 0;
    }

    .product-detail .checkbox-list label.option-value{
        flex-direction: unset;
        align-items: center;
    }
    .product-detail .checkbox .icon{
        margin-right: 0;
    }
    .product-detail .checkbox .icon{
        font-size: 16px;
    }
    .product-detail .checkbox .icon{
        width: 18px;
        min-width: 18px;
        height: 18px;
    }
    .product-detail .checkbox .icon:before{
        width: 10px;
        height: 10px;
        min-width: 10px;
    }
    .product-detail .checkbox .image{
        margin-right: 0;
    }
    .product-detail-wrap .product-detail .checkbox .text{
        font-size: 16px;
        line-height: 1.2;
    }
    .product-detail-wrap .product-control .cost{
        font-size: 38px;
    }
    .product-detail-wrap .product-control .express-service{
        justify-content: flex-end;
    }
    .product-detail-wrap .product-control .time-block .num{
        font-size: 22px;
    }
    .product-detail-wrap .product-control .btn{
        max-width: 100%;
    }
    .product-detail-wrap .tabs-head{
        display: flex;
        align-items: center;
        column-gap: .5rem;
        row-gap: .5rem;
    }
    .product-detail-wrap .tabs .tabs-head--item{
        font-size: 14px;
        line-height: 1.2;
        max-width: fit-content;
        min-height: 20px;
        padding: 5px;
    }
    .product-detail-wrap .similar-slider-wrap{
        max-width: 100%;
    }
}


/* BASKET 
================================
================================*/


/* FOOTER 
================================
================================*/
.bg-footer{
    background-image: url(bg-footer.svg);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: contain;
}

footer .logo{
    padding-right: 10rem;
    display: block;
}

.nav-social{
    column-gap: 1rem;
}

.nav-social li .nav-link{
    padding: 0;
}

.nav-footer{
    row-gap: 1rem;
    flex-direction: column;
}

.nav-footer li .nav-link{
    padding: 0;
    display: inline-block;
    text-decoration: none;
    font-size: 20px;
}

.box-footer-title{
    display: flex;
    align-items: center;
    column-gap: 1rem;
}

.box-footer-title .cover{
    width: 50px;
    height: 50px;
}
.box-footer-title .cover img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.box-footer-title .text{
    font-size: 20px;
}

.nav-box-footer{
    flex-direction: column;
    row-gap: 1rem;
}

.nav-box-footer li .nav-link{
    padding: 0;
    padding-left: calc(50px + 1rem);
}

.load-more-games{
    position: relative;
    transition: visible .4s;
}
.load-more-games:has(.btn[aria-expanded="true"]){
    visibility: hidden;
    margin-top: -1rem !important;
}

.load-more-games::before{
    position: absolute;
    content: '';
    top: -200%;
    left: 0;
    width: 100%;
    height: 200%;
    background: linear-gradient(0deg, black 20%, transparent);
}

.footer-menu .text-lg-start{
    text-align: left !important;
}

@media (max-width:579px){
    .nav-social{
        justify-content: center;
    }
    footer .logo{
        padding-right: 0;
        max-width: 70%;
        margin: auto;
    }
    .footer-menu .col{
        width: 100%;
        flex: auto;
    }
    .footer-menu .btn-red{
        width: 100%;
    }

    .accordion-footer .accordion-item{
        background-color: transparent;
        border:0;
        border-top: 1px solid rgba(255, 255, 255, .5);
        transition: .4s;
    }

    .accordion-footer .accordion-item:last-child{
        border-bottom: 1px solid rgba(255, 255, 255, .5);
    }

    .accordion-footer .accordion-button{
        height: 80px;
        border:0;
        background-color: transparent;
        color: white;
        font-size: 18px;
        text-transform: uppercase;
        font-weight: 500;
    }

    .accordion-footer .accordion-button:focus{
        box-shadow: none;
    }

    .accordion-footer .accordion-button::after{
        content: '';
        width: 16px;
        height: 9px;
        background-image: url(coll-angle.svg);
        background-size: cover;
        transform: rotate(0);
        transition: .4s;
    }

    .accordion-footer .accordion-button[aria-expanded="true"]::after{
        transform: rotate(180deg);
    }
}

footer .accordion-item .accordion-button,
footer .accordion-item{
    border-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

/* Engine css */
.layout,
.widget-type_category-icon{
    background-color: transparent;
}

.accordion-button::after{
    margin-right: inherit;
}


ul.nav li.is_parent{
    order: 0;
}
ul.nav li.is_parent a{
    background-color: #CF4242;
    padding: .5rem;
    color: white;
    display: inline-block;
}

ul.nav li{
    margin-top: 0;
    order: 2;
}
ul.nav li:before{
    display: none;
}

ul.nav li.is_curent{
    order: 1;
}

.ms-auto{
    margin-right: unset !important;
}

.range-slider-wrap{
    display: block;
    margin-bottom: 1rem;
}

.text-end{
    text-align: right !important;
}


.whatsapp-wrap .dropdown-wrap .dropdown{
    position: absolute;
    top: 40px;
    left: 0;
    background-color: black;
}
