.page-header{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 250px;
    background-position: center;
    background-size: cover;
    text-align: center;
    color: #222;
}

.page-header .background-black{
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
}

.page-header .page-title {
    font-family: Poppins,sans-serif;
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 3rem;
    line-height: 1.125;
    font-weight: 600;
    color: white;
    overflow: hidden;
    z-index: 999;
}


.page-header img{
    width: 100%;
    height: 100%;
}

.page-header .breadcrumb{
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    z-index: 999;
    font-weight: 600;
}

.page-header li a{
    text-decoration: none;
    transition: opacity .3s;
    color: #fff;
}
.page-header li a i{
    margin-top: 4px;
}
.page-header li:not(:last-child) a{
    opacity: .5;
    margin-right: 10px;
}

.page-header a:hover{
    opacity: 1!important;
}

.products-page .container{
    margin-left: auto;
    margin-right: auto;
    max-width: 1220px;
    padding-bottom: 20px;
}

.products-page .container .products-container{
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(250px,1fr));
    grid-gap:1em;
    justify-content: center;
}

.products-page .container .filters-container .attribute-container .attribute-children-container{
    max-height: 215px;
    height: 100%;
    display:none;
}

.products-page .container .filters-container .attribute-container .attribute-children-container li{
    overflow:hidden;
}

.products-page .container .filters-container .attribute-container  .filter-category-toggler{
    padding: 0px;
    color:black!important;
}

.products-page .container .filters-container .attribute-container  .attribute-children-container li .boxes{
    margin-top: 4px;
    margin-bottom: 4px;
}

.products-page .container .filters-container .attribute-container .attribute-container-header .main-filter-anchor{
    text-decoration: none;
    color:black;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 17px;
}

.products-page .container .filters-container .attribute-container .attribute-container-header{
    display:flex;
    justify-content:space-between;
    margin-bottom: 7px;
}

.products-page .container .filters-container .attribute-container .attribute-container-header .main-filter-anchor::before{
    border-color: transparent transparent transparent #000;
    border-style: inset;
    border-width: 6px 0 6px 9px;
    content: "";
    display: inline-block;
    height: 0;
    margin-bottom: 1px;
    margin-right: 6px;
    width: 8px;
}

.products-page .container .filters-container .attribute-container.active .attribute-container-header .main-filter-anchor::before{
    border-color: #000 transparent transparent;
    border-width: 9px 6px 0;
    padding-bottom: 1px;
}

.products-page .container .filters-container .attribute-container.active .attribute-children-container{
    display:block;
}

.products-page .container .filters-container .filters-container-header{
    display: flex;
    border-bottom: 1px solid white;
    margin-bottom: 10px;
    padding-bottom: 5px;
    justify-content: space-between;
}

.products-page .container .filters-container .filters-container-header .filters-container-header-text{
    font-size: 17px;
    font-weight: 700;
}

.products-page .container .filters-container .filters-container-header .filters-container-header-button a{
    color: black;
}

.products-page .container .filters-container .filters-container-header .filters-container-header-button{
    text-align: end;
}

.products-page .container-buttons-filter-order{
    margin-bottom: 10px;
}

.products-page .container-buttons-filter-order .filter-button-container{
    display:none;
}

.products-page .container .products-container-all .products-container-header{
    border-bottom: 1px solid white;
    margin-bottom: 10px;
    padding-bottom: 6px;
    display: flex;
    justify-content: space-between;
}

.products-page .container .products-container-all .products-container-header .products-container-header-text{
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    text-align: start;
}

.products-page .container .products-container-all .products-container-header .products-container-header-number{
    color:black;
    text-align: end;
}

.products-page .container-buttons-filter-order .container-order-by-button{
    padding-left: 0px!important;
}


@media(max-width:991px){
    .products-page .container-buttons-filter-order .filter-button-container{
        display: block;
    }

    .products-page .container-buttons-filter-order .container-order-by-button{
        padding-left: 0px!important;
    }


    .products-page .container .filters-container{
        display: none;
    }

    .products-page .container .products-container-all{
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
    }
}
@media(max-width:597px){
    .products-page .container .products-container-all .products-container{
        grid-template-columns: repeat(auto-fit,minmax(200px,1fr));
    }
}

@media(max-width:497px){
    .products-page .container .products-container-all .products-container{
        grid-template-columns: repeat(auto-fit,minmax(150px,1fr));
    }

    .products-page .product-grid .product-content{
        padding-left: 6px;
        padding-right: 6px;
    }
    .products-page .product-grid .title{
        font-size: 14px;
    }
    .products-page .product-grid .product-content p{
        font-size: 12px;
    }
    .products-page .product-grid .price,
    .products-page .product-grid .price span{
        font-size: 13px;
    }

    .products-page .product-grid .ratings-container a,
    .products-page .product-grid .ratings-container div i{
        font-size: 10px;
    }

    .products-page .product-grid .add-to-cart{
        font-size: 13px;
    }

}

@media(max-width:365px){
    .products-page .product-grid .title{
        font-size: 16px;
    }
    .products-page .product-grid .product-content p{
        font-size: 14px;
    }
    .products-page .product-grid .price,
    .products-page .product-grid .price span{
        font-size: 15px;
    }

    .products-page .product-grid .ratings-container a,
    .products-page .product-grid .ratings-container div i{
        font-size: 12px;
    }

    .products-page .product-grid .add-to-cart{
        font-size: 15px;
    }
}


@media(max-width:275px){
    .products-page .product-grid .title{
        font-size: 14px;
    }
    .products-page .product-grid .product-content p{
        font-size: 12px;
    }
    .products-page .product-grid .price,
    .products-page .product-grid .price span{
        font-size: 13px;
    }

    .products-page .product-grid .ratings-container a,
    .products-page .product-grid .ratings-container div i{
        font-size: 10px;
    }

    .products-page .product-grid .add-to-cart{
        font-size: 13px;
    }
    .product-grid .product-content .product-manufacturer{
        font-size: 12px;
    }

}



@media (max-width: 465px)
{
    .products-page .product-grid {
        margin: 0;
        margin-left: auto;
        margin-right: auto;
    }
}


.products-page .container .filters-container .attribute-container .attribute-container-header .main-filter-anchor::before{
    border-color: transparent transparent transparent #000;
    border-style: inset;
    border-width: 6px 0 6px 9px;
    content: "";
    display: inline-block;
    height: 0;
    margin-bottom: 1px;
    margin-right: 6px;
    width: 8px;
}

.products-page .container .filters-container .attribute-container.active .attribute-container-header .main-filter-anchor::before{
    border-color: #000 transparent transparent;
    border-width: 9px 6px 0;
    padding-bottom: 1px;
}

.filter-nav ul .main-filter-li .main-filter-anchor::before{
    border-color: transparent transparent transparent white;
    border-style: inset;
    border-width: 6px 0 6px 9px;
    content: "";
    display: inline-block;
    height: 0;
    margin-bottom: 1px;
    margin-right: 6px;
    width: 8px;
}

.filter-nav ul .main-filter-li.active .main-filter-anchor::before{
    border-color: white transparent transparent;
    border-width: 9px 6px 0;
    padding-bottom: 1px;
}

.filter-nav ul .main-filter-li .menu-dropdown{
    display:none;
    padding-left: 1px!important;
}

.filter-nav ul .main-filter-li.active .menu-dropdown{
    display:block
}

.products-page .button-31{
    width: 100%;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    font-size: 12px;
}

.products-page .button-31 span:nth-child(2){
    font-weight: normal;
}

.product-grid{
    padding: 0px;
    height: fit-content;
}
.product-grid .button-div{
    background-color: #fff;
    height: 50px;
    display: flex;
    align-items: center;
}


.products-page .product-grid{
    position: relative;
    border: 1px solid white;
    max-width: 300px;
    padding: 0px;
}
.lds-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #fff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #fff transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.product-image .image img{
    height: 300px;
}

.product-grid .product-image a img{
    cursor: pointer;
    object-fit: contain;
    background-color: white;
}

.filter-side-nav{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background:rgba(0, 0, 0, 0.6);
    z-index: 1000;
}

.filter-nav{
    margin-left: -300px;
    background-color: black;
    max-width: 296px;
    padding: 2rem 1.5rem;
    height: 100%;
    box-shadow: 1px 0 5px rgba(31, 31, 31, 0.5);
}
.filter-nav a{
    text-decoration: none;
    color: #bbbbbbd8!important;
    font-weight: 600;
    letter-spacing: inherit;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
    color: inherit;
    transition: color .3s;
}

.filter-nav ul .main-filter-li{
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -.025em;
    overflow:hidden;
    transition:height 0.3s ease-out;
}



.filter-nav ul .main-filter-li a{
    display: block;
    position: relative;
    padding-right: 15px;
}

.filter-nav ul .main-filter-li .main-filter-anchor, .filter-nav ul .main-filter-li i{
    color: white!important;
}

.filter-nav ul .main-filter-li ul li a{
    color: white!important;
}


.filter-nav ul .main-filter-li ul a{
    padding-left: 2rem;
}

@media(max-width:280px){
    .filter-nav a {
        font-size: 13px;
    }
}

.logo-filter-nav{
    display: flex;
    justify-content: center;
    margin-top: 50px;
}



.logo-filter-nav img{
    width: 200px;
    cursor: pointer;
}

@media(max-width:270px){
    .logo-filter-nav img{
        width: 150px;
    }

}
.show-sideNav{
    display: block!important;
}

.filter-nav-effect{
    margin-left: 0;
    transition: 1s;
}
.filter-nav-close{
    margin-left: -300px;
    transition: 0.5s;
}
.filter-close-button{
    position: absolute;
    right: 20px;
    top: 0;
    margin-right: 30px;
    margin-top: 30px;
    height: fit-content;
    transition: all 0.2s;
    padding: 10px;
    overflow: hidden;
}

.filter-close-button i {
    transition: all 0.2s;
}

.filter-close-button i:hover{
    transform: scale(1.5);
}

.filter-close-button i{
    font-size: 40px;
    color: white!important;
}


.menu-dropdown {
    min-width: 100%;
    position: relative;
    transition: 0.5s padding, 0.5s background;
}


.menu-dropdown > * {
    overflow: hidden;
    height: 70px;
    transition: 0.5s height cubic-bezier(0.73, 0.32, 0.34, 1.5), 0.5s padding cubic-bezier(0.73, 0.32, 0.34, 1.5), 0.5s margin cubic-bezier(0.73, 0.32, 0.34, 1.5), 0.5s 0.2s color, 0.2s background-color;
}
.menu-hidden > .menu-dropdown > * {
    visibility: hidden;
    height: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0;
    transition: 0.5s 0.1s height, 0.5s 0.1s padding, 0.5s 0.1s margin, 0.3s color, 0.6s visibility;
    z-index: 99;
}

.navSide-effect{
    margin-left: 0;
    transition: 1s;
}
.navSide-close{
    margin-left: -300px;
    transition: 0.5s;
}

.filter-nav .logoutButton{
    background-color: white;
    color: black;
    font-weight: 1000;
    cursor: pointer;
    border-color: white;
    width: 100%;
    height: 40px;
    position: relative;
    margin-top: 5%;
}

.button-31 span{
    cursor: pointer;
}

.filter-nav .logoutButton::before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    background-color: black;
    transition: transform 0.5s;
    transform: scaleX(0);
}



.filter-nav .logoutButton:hover::before, .filter-nav .logoutButton:focus::before{
    transform: scaleX(1);
}

.main-filter-li div{
    overflow: hidden;
    width: fit-content;
}

.main-filter-li div i{
    padding: 10px 15px!important;
}

.main-filter-li div a{
    padding-top:10px;
    padding-bottom:10px;
}

.main-filter-li ul a{
    padding: 10px 15px!important;
}

.products-page .modaltest .content-wrapper{
    position: absolute;
    top: 20px;
    width: auto;
}

.products-page .modaltest .content-wrapper .content{
    border-bottom: 1px solid #dee2e6;
    border-top: 1px solid #dee2e6;
    width: 100%;
    justify-content: start;
}

.products-page .modaltest .content-wrapper .content a{
    display: flex;
    font-size: 18px;
    font-weight: 500;
    align-items: center;
    margin-bottom: 1.5rem;
}

.products-page .modaltest .content-wrapper .content a div{
    margin-left: 5px;
    margin-right: 5px;
}

.products-page .modaltest .content-wrapper .content a .boxes input[type="checkbox"] + label {
    padding-left: 22px;
}

.products-page .modaltest .content-wrapper .modal-header{
    justify-content: start;
    width: 100%;
    border-bottom: 0;
    align-items: unset;
}

.products-page .modaltest .content-wrapper .modal-footer{
    border-top: 0;
}

.products-page .modaltest .content-wrapper .modal-header h2{
    width: fit-content;
}

.order-close-button{
    margin-right: 5px;
    height: fit-content;
    transition: all 0.2s;
    padding: 10px;
    overflow: hidden;
    color: black;
    position: absolute;
    top: -3px;
    right: 0;
}

.order-close-button i{
    font-size: 30px;
    transition: all 0.2s;
}
.order-close-button i:hover{
    transform: scale(1.5);
}

.products-page .modaltest .content-wrapper .modal-footer .logoutButton{
    background-color: black;
    color: white;
    font-weight: 1000;
    cursor: pointer;
    border-color: black;
    width: 100%;
    height: 40px;
    position: relative;
    margin-top: 5%;
}

.products-page .modaltest .content-wrapper .modal-footer .logoutButton::before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    background-color: white;
    transition: transform 0.5s;
    transform: scaleX(0);
}

.products-page .modaltest .content-wrapper .modal-footer .logoutButton:hover::before,
.products-page .modaltest .content-wrapper .modal-footer .logoutButton:focus::before{
    transform: scaleX(1);
}


.products-page .toolbox-pagination {
    position: relative;
    margin-bottom: 1rem;
    border-top: 1px solid #e1e1e1;
    width: 100%;
    padding: 12px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1220px;
}

.products-page .toolbox {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    transition: margin .4s;
    justify-content: space-between;
}

.products-page .toolbox>*:not(:last-child), .toolbox-left>*:not(:last-child), .toolbox-right>*:not(:last-child) {
    margin-right: 1.8rem;
}

.products-page .toolbox .show-info {
    margin: 0;
    color: white;
    font-family: "Space Mono", monospace;
    border: 1px solid white;
    background-color: #101010;
    padding: 5px;
}

.products-page .toolbox .show-info span {
    margin: 0 0.5rem;
    color: white;
}

.products-page .toolbox .pagination {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: 1rem;
    letter-spacing: .01em;
    justify-content: center;
    color: white;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.products-page .toolbox .pagination .page-item:not(:last-child) {
    margin-right: 0.25rem;
}

.products-page .toolbox .pagination .selected-page-item{
    border: 0.1rem solid white!important;
    color: white!important;
    border-radius: 0!important;
    z-index: 999;
    pointer-events: none;
}
.products-page .toolbox .pagination .page-item{
    padding: 0.1rem;
}

.products-page .toolbox .pagination .active>.page-link {
    border-color: #dadada;
    border-radius: 0;
    color: white;
}

.products-page .toolbox .pagination .page-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.5 0.7rem;
    background-color: transparent;
    border: 0.1rem solid transparent;
    transition: border .3s, color .3s;
    color: gray;
    border-radius: 0;
    box-shadow: none;
}
.products-page .toolbox .pagination .page-link:hover{
    border: 0.1rem solid white;
    color: white;
    cursor: pointer;
    border-radius: 0;
    z-index: 999;
}

.products-page .toolbox-right{
    max-width: 1220px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    display: flex;
    justify-content: end;
}
.products-page .toolbox-right .toolbox-item {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    right: 0;
}

.products-page .toolbox-right .select-box::before {
    font-size: 1rem;
    right: 1.7rem;
    color: white;
    z-index: 2;
    cursor: pointer;
}

.products-page .select-box::before, .select-menu::before {
    content: '\f078';
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    font-weight: 900;
    font-size: 9px;
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.products-page .toolbox-right label {
    margin-right: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff!important;
    font-size: 1.3rem;
    line-height: 1.5;
}

.products-page #selectperpage {
    cursor: pointer;
    border-color: #ccc;
    color: #fff!important;
    position: relative;
    max-width: 14rem;
    min-height: auto;
    width: auto;
    height: 100%;
    border: 1px solid #d7d7d7;
    border-radius: 2px;
    color: inherit;
    background: rgb(11,11,11);
    font-family: inherit;
    letter-spacing: inherit;
    -moz-appearance: none!important;
    -webkit-appearance: none!important;
    box-shadow: none!important;
    outline: 0!important;
    z-index: 1;
    border-radius: 0!important;
    padding-right: 25px;
    cursor: pointer;
}

.products-page .select-box option {
    font-size: 1.2rem;
    color: #fff!important;
    cursor: pointer;
}


@media(max-width:700px){
    .order-close-button i{
        font-size: 20px;
    }
}


@media (max-width: 358px){
    .products-page .modaltest .content-wrapper .content a{
        display: flex;
        flex-direction: column;
        align-items: start;
    }

    .products-page .modaltest .content-wrapper .content a div{
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 10px;
    }

}

@media(max-width:303px){
    .products-page .button-31{
        font-size: 10px;
    }

    .products-page #selectperpage, .products-page .toolbox-right label{
        font-size: 14px;
    }
}

@media(max-width:499px)
{
    .products-page .toolbox-pagination{
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .products-page .toolbox-pagination .pagination{
        margin-top: 10px;
    }
}


@media(max-width:249px){
    .products-page .toolbox .show-info {
        font-size: 13px;
    }
    .products-page .toolbox .pagination .page-link {
        font-size: 13px;
    }
}


.products-page .loader-container{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 100;
}
.products-page .loader {
    width: 30px;
    height: 30px;
    border: 5px solid #FFF;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    }

    @keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
    }

    .products-page .middle {
        width: 50%;
        max-width: 500px;
    }

    .products-page .slider {
        position: relative;
        z-index: 1;
        height: 10px;
        margin: 0 15px;
        overflow-y: hidden;
    }
    .products-page .slider > .track {
        position: absolute;
        z-index: 1;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        border-radius: 5px;
        background-color: #c6aee7;
    }
    .products-page .slider > .range {
        position: absolute;
        z-index: 2;
        left: 25%;
        right: 25%;
        top: 0;
        bottom: 0;
        border-radius: 5px;
        background-color: #6200ee;
    }
    .products-page .slider > .thumb {
        position: absolute;
        z-index: 3;
        width: 30px;
        height: 30px;
        background-color: #6200ee;
        border-radius: 50%;
        box-shadow: 0 0 0 0 rgba(98,0,238,.1);
        transition: box-shadow .3s ease-in-out;
    }
    .products-page .slider > .thumb.left {
        left: 25%;
        transform: translate(-15px, -10px);
    }
    .products-page .slider > .thumb.right {
        right: 25%;
        transform: translate(15px, -10px);
    }
    .products-page .slider > .thumb.hover {
        box-shadow: 0 0 0 20px rgba(98,0,238,.1);
    }
    .products-page .slider > .thumb.active {
        box-shadow: 0 0 0 40px rgba(98,0,238,.2);
    }

    .products-page .multi-range-slider input[type=range] {
        position: absolute;
        pointer-events: none;
        -webkit-appearance: none;
        z-index: 2;
        height: 10px;
        width: 100%;
        opacity: 0;
    }
    .products-page .multi-range-slider input[type=range]::-webkit-slider-thumb {
        pointer-events: all;
        width: 30px;
        height: 30px;
        border-radius: 0;
        border: 0 none;
        background-color: red;
        -webkit-appearance: none;
    }



.products-page .reset-filter-button a:hover{
    color: white!important;
}

.products-page .reset-filter-button{
    width: 100%;
    text-align: end;
    margin-bottom: 20px;
}



.products-page .filter-side-nav .boxes{
    width: fit-content;
}
/*Checkboxes styles*/
.products-page .filter-side-nav .boxes input[type="checkbox"] {
    display: none;
}
.products-page .filter-side-nav .boxes input[type="checkbox"] + label {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 20px;
    font: 14px/20px 'Open Sans', Arial, sans-serif;
    color: white!important;
    cursor: pointer;
    white-space: initial;

}
.products-page .filter-side-nav .boxes input[type="checkbox"] + label:last-child {
    margin-bottom: 0;
}
.products-page .filter-side-nav .boxes input[type="checkbox"] + label:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid white!important;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.6;
    -webkit-transition: all 0.12s, border-color 0.08s;
    transition: all 0.12s, border-color 0.08s;
}
.products-page .filter-side-nav .boxes input[type="checkbox"]:checked + label:before {
    width: 10px;
    top: -5px;
    left: 5px;
    border-radius: 0;
    opacity: 1;
    border-top-color: transparent!important;
    border-left-color: transparent!important;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.products-page .filter-side-nav .boxes a{
    text-decoration: none;
    color: white!important;
}

.products-page .filter-side-nav .boxes a:hover{
    text-decoration: underline;
    color: white!important;
}


.products-page .modaltest {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 0vh;
    background-color: transparent;
    overflow: hidden;
    transition: background-color 0.25s ease;
    z-index: 9999;
}
.products-page .modaltest.open {
    position: fixed;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    transition: background-color 0.25s;
}
.products-page .modaltest.open > .content-wrapper {
    transform: scale(1);
}
.products-page .modaltest .content-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    margin: 0;
    padding: 2.5rem;
    background-color: white;
    border-radius: 0.3125rem;
    box-shadow: 0 0 2.5rem rgba(0, 0, 0, 0.5);
    transform: scale(0);
    transition: transform 0.25s;
    transition-delay: 0.15s;
}

.products-page .modaltest .content-wrapper .modal-header {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0;
    padding: 0 0 1.25rem;
    overflow-y: hidden;
}
.products-page .modaltest .content-wrapper .modal-header h2 {
    font-size: 1.5rem;
    font-weight: bold;
}
.products-page .modaltest .content-wrapper .content {
    position: relative;
    display: flex;
}
.products-page .modaltest .content-wrapper .content p {
    font-size: 0.875rem;
    line-height: 1.75;
}
.products-page .modaltest .content-wrapper .modal-footer {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0;
    padding: 1.875rem 0 0;
}
.products-page .modaltest .content-wrapper .modal-footer .action {
    position: relative;
    margin-left: 0.625rem;
    padding: 0.625rem 1.25rem;
    border: none;
    background-color: slategray;
    border-radius: 0.25rem;
    color: white;
    font-size: 0.87rem;
    font-weight: 300;
    overflow: hidden;
    z-index: 1;
}
.products-page .modaltest .content-wrapper .modal-footer .action:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.2);
    transition: width 0.25s;
    z-index: 0;
}
.products-page .modaltest .content-wrapper .modal-footer .action:first-child {
    background-color: #2ecc71;
}
.products-page .modaltest .content-wrapper .modal-footer .action:last-child {
    background-color: #e74c3c;
}
.products-page .modaltest .content-wrapper .modal-footer .action:hover:before {
    width: 100%;
}

@media(max-width:300px){
    .products-page .modaltest .content-wrapper .content p{
        font-size: 16px!important;
    }
}

.products-page .container-no-products .no-products-message{
    color: white;
    font-weight: 600;
    font-size: 20px;
}
.products-page .container-no-products{
    border: 1px solid white;
    padding: 20px;
    margin-left: auto;
    margin-right: auto;
    background-color: #101010;
}

.products-page .container-no-products .container-back-to-shop, .products-page .container-no-products .no-products-message{
    margin-left: auto;
    margin-right: auto;
}
.products-page .container-no-products .container-back-to-shop{
    max-width: 500px;
}
.products-page .container-no-products .checkout-button{
    max-width: 500px;
    margin-top: 10px!important;
}


.products-page .checkout-details .checkout-button, .container-no-products .checkout-button{
    background-color: white;
    color: black;
    font-weight: 1000;
    cursor: pointer;
    border-color: white;
    width: 100%;
    height: 40px;
    position: relative;
}

.products-page .checkout-details .checkout-button::before, .container-no-products .checkout-button::before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    background-color: black;
    transition: transform 0.5s;
    transform: scaleX(0);
}

.products-page .checkout-details .checkout-button:hover::before,
.products-page .checkout-details .checkout-button:focus::before,
.container-no-products .checkout-button:hover::before,
.container-no-products .checkout-button:focus::before{
    transform: scaleX(1);
}


.products-page .checkout-details .checkout-button a, .container-no-products .checkout-button a{
    text-decoration: none;
    color: black;
}

.products-page .toolbox .pagination .page-link{
    font-family: "Space Mono", monospace;
    background-color: #101010;
}

@media(max-width:275px){
    .products-page .container-no-products .checkout-button{
        height: fit-content;
        padding-top: 5px;
        padding-bottom: 5px;
    }
}

.products-page .container-no-products-search{
    margin-left: auto;
    margin-right: auto;
    max-width: 1220px;
}


.products-page .container-no-products-search .container-no-products-search-response{
    border: 1px solid white;
    padding: 15px 10px;
    background-color: #101010;
}

.products-page .container-no-products-search .container-no-products-search-response .no-products-message{
    color:white;
    font-size:20px;
    font-family: Poppins,sans-serif;
}

@media(max-width:650px){
    .products-page .container-no-products-search .container-no-products-search-response .no-products-message{
        font-size:15px;
    }
}

@media(max-width:400px){
    .products-page .container-no-products-search .container-no-products-search-response .no-products-message{
        font-size:12px;
    }
}

.filter-nav .close-button-smaller-size{
    font-size: 27px;
    color: white!important;
    position: absolute;
    right: 10px;
    top: -1px;
    display: none;
}

@media(max-width:410px)
{
    .filter-close-button{
        display: none;
    }
    .filter-nav .close-button-smaller-size{
        display: block;
    }
}

.filter-nav ul .main-filter-li .menu-dropdown li{
    height: fit-content;
}

@media(max-width:950px){
    .page-header .page-title{
        font-size: 2rem;
    }
}

@media(max-width:450px){
    .page-header .page-title{
        font-size: 1.5rem;
    }
}

@media(max-width: 400px){
    .products-page .modaltest .content-wrapper .modal-header h2 {
        font-size: 20px;
    }
}

@media(max-width:250px){
    .products-page .modaltest .content-wrapper {
        padding: 25px;
    }

    .order-close-button{
        margin-right: 0px;
        top: -6px;
    }
}


.products-page .page-header
{
    position: relative;
    min-height: 300px;
    max-width: 1220px;
    width: 100%;
    margin: auto;
}
.products-page .page-header .category-background-image{
    height: 300px;
    position: absolute;
    object-fit: cover;
    width: 100%;
}

.products-page .container .filters-container .filters-container-header .filters-container-header-text,
.products-page .container .filters-container .filters-container-header .filters-container-header-button a,
.products-page .container .products-container-all .products-container-header .products-container-header-text,
.products-page .container .products-container-all .products-container-header .products-container-header-number,
.products-page .container .filters-container .attribute-container .attribute-container-header .main-filter-anchor,
.products-page .container .filters-container .attribute-container .attribute-children-container li .boxes label{
    color:white;
}

.products-page .container .filters-container .attribute-container.active .attribute-container-header .main-filter-anchor::before{
    border-color: #fff transparent transparent;
}

.products-page .container .filters-container .attribute-container .attribute-container-header .main-filter-anchor::before{
    border-color: transparent transparent transparent #fff;
}

.products-page .container .filters-container .attribute-container .attribute-children-container li .boxes input[type="checkbox"] + label:before{
    border: 1px solid white;
}

.products-page .container .filters-container .attribute-container .attribute-children-container li .boxes input[type="checkbox"]:checked + label:before{
    border-top-color: transparent;
    border-left-color: transparent;
}

.products-page .container .filters-container .container-filter-products-button{
    margin-top: 15px;
    margin-bottom: 15px;
}

.products-page .container .filters-container .container-filter-products-button button{
    background-color: white;
    color: black;
    font-weight: 1000;
    margin: 0;
    cursor: pointer!important;
    border: 1px solid white;
    width: 100%;
    height: 40px;
    position: relative;
}

.products-page .container .filters-container .container-filter-products-button button::before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    background-color: black;
    transition: transform 0.5s;
    transform: scaleX(0);
}

.products-page .container .filters-container .container-filter-products-button button:hover::before,
.products-page .container .filters-container .container-filter-products-button button:hover::before{
    transform: scaleX(1);
}

.form-filter .loader-container{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 100;
    overflow-y: hidden;
}
.form-filter .loader-container .loader {
    width: 30px;
    height: 30px;
    border: 5px solid #FFF;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.container-no-products-found{
    color:white;
}

@media(max-width:350px){
    .container-no-products-found{
        font-size: 14px;
    }
}


.products-page .filters-container,
.products-page .filters-container .container-filters,
.products-page .filters-container .container-filters .container-price-range-filter,
.products-page .filters-container .container-filters .container-price-range-filter .attribute-container,
.products-page .filters-container .container-filters .container-price-range-filter .attribute-container .attribute-children-container,
.products-page .filters-container .container-filters .container-price-range-filter .attribute-container .attribute-children-container .noUi-target,
.products-page .filters-container .container-filters .container-price-range-filter .attribute-container .attribute-children-container .noUi-target .noUi-base,
.products-page .filters-container .container-filters .container-price-range-filter .attribute-container .attribute-children-container .noUi-target .noUi-base .noUi-origin,
.products-page .filter-side-nav .container-filters-mobile .container-price-range-filter-mobile,
.products-page .filter-side-nav .container-filters-mobile .container-price-range-filter-mobile .attribute-container,
.products-page .filter-side-nav .container-filters-mobile .container-price-range-filter-mobile .attribute-container .attribute-children-container,
.products-page .filter-side-nav .container-filters-mobile .container-price-range-filter-mobile .attribute-container .attribute-children-container .noUi-target,
.products-page .filter-side-nav .container-filters-mobile .container-price-range-filter-mobile .attribute-container .attribute-children-container .noUi-target .noUi-base,
.products-page .filter-side-nav .container-filters-mobile .container-price-range-filter-mobile .attribute-container .attribute-children-container .noUi-target .noUi-base .noUi-origin{
    overflow-x: unset;
    list-style: none;
}

.products-page .filters-container{
    overflow-y:auto;
    overflow-x:hidden;
    padding-right: 17px;
}

.container-price-range-filter-mobile .slider-data-max,
.container-price-range-filter-mobile .slider-data-min
{
    color: white;
}

.filters-container .container-filters .container-price-range-filter .attribute-container .attribute-children-container .slider-data,
.filter-side-nav .container-filters-mobile .container-price-range-filter-mobile .attribute-container .attribute-children-container .slider-data{
    display: flex;
    justify-content: space-between;
    margin-top: 5px;
}

.filters-container .container-filters .container-price-range-filter .attribute-container .reset-price-filter,
.filter-side-nav .container-filters-mobile .container-price-range-filter-mobile .attribute-container .reset-price-filter{
    color: white;
    position: absolute;
    top: 0;
    right: -14px;
}

.filter-nav .container-price-range-filter-mobile .main-filter-anchor {
    color: white!important;
}


.container-price-range-filter-mobile div a {
    padding-top: 10px;
    padding-bottom: 10px;
}

.filter-nav .container-price-range-filter-mobile li a {
    display: block;
    position: relative;
    padding-right: 15px;
}

.container-price-range-filter-mobile li div a {
    padding-top: 10px;
    padding-bottom: 10px;
}

.filter-nav .container-price-range-filter-mobile  li.active .main-filter-anchor::before {
    border-color: white transparent transparent;
    border-width: 9px 6px 0;
    padding-bottom: 1px;
}

.filter-nav .container-price-range-filter-mobile li .main-filter-anchor::before {
    border-color: transparent transparent transparent white;
    border-style: inset;
    border-width: 6px 0 6px 9px;
    content: "";
    display: inline-block;
    height: 0;
    margin-bottom: 1px;
    margin-right: 6px;
    width: 8px;
}

.filter-nav .container-price-range-filter-mobile li.active .attribute-children-container{
    display: block;
}

.filter-nav .container-price-range-filter-mobile li .attribute-children-container {
    display: none;
    padding-left: 1px!important;
}

.filter-side-nav .container-filters-mobile .container-price-range-filter-mobile .attribute-container .reset-price-filter{
    padding-right: 0px;
    text-transform: lowercase;
    text-decoration: underline;
    height: 18px;
    color: white;
    top: 10px;
}

.filter-side-nav .container-filters-mobile .container-price-range-filter-mobile .attribute-container .reset-price-filter{
    right: 0px;
}

.container-search-attributes{
    margin-bottom: 5px;
}

.container-search-attributes input{
    width: 100%;
    height: auto;
    color: white!important;
    border: 1px solid;
    border-color: #2e3237;
    background-color: transparent;
    border-radius: 0;
}



.container-search-attributes input:focus{
    background-color: transparent!important;
    border-color: white!important;
    box-shadow: 0 0 0 0!important;
}



/* LIGHT MODE */

.light-mode .filters-container .container-filters .container-price-range-filter .attribute-container .reset-price-filter{
    color: black;
}

.light-mode .products-page .container-no-products-search .container-no-products-search-response{
    border-color: 1px solid white;
    padding: 15px 10px;
    background-color: #101010;
}

.light-mode .products-page .toolbox-pagination{
    border-top: 1px solid black;
}

.light-mode .products-page .toolbox .show-info,
.light-mode .products-page .toolbox .show-info span,
.light-mode .products-page .toolbox .pagination,
.light-mode .products-page .toolbox .pagination .page-link,
.light-mode .products-page .container-no-products-search .container-no-products-search-response .no-products-message{
    color: black!important;
}


.light-mode .products-page .toolbox .show-info,
.light-mode .products-page .container-no-products-search .container-no-products-search-response{
    background-color: white;
    border-color: black;
}

.light-mode .products-page .toolbox .pagination .selected-page-item{
    border: 0.1rem solid black!important;
}

.light-mode .products-page .container-no-products .checkout-button{
    background-color: black;
    color: white;
    border: 1px solid black;
}
.light-mode .products-page .container-no-products .checkout-button::before{
    background-color: white;
}


.light-mode .products-page .container-no-products .no-products-message{
    color:black;
}

.light-mode .products-page .container-no-products{
    border: 1px solid black;
    background-color: white;
}

.light-mode .products-page .container-no-products .checkout-button::before{
    background-color: white;
}

.light-mode .products-page .container-no-products .no-products-message{
    color: black!important;
}

.light-mode .products-page .toolbox .pagination .page-link {
    background-color: white;
}

.light-mode .products-page .product-grid{
    border-color:  black;
}

.light-mode .products-page .container .filters-container .filters-container-header .filters-container-header-text,
.light-mode .products-page .container .filters-container .filters-container-header .filters-container-header-button a,
.light-mode .products-page .container .products-container-all .products-container-header .products-container-header-text,
.light-mode .products-page .container .products-container-all .products-container-header .products-container-header-number,
.light-mode .products-page .container .filters-container .attribute-container .attribute-container-header .main-filter-anchor,
.light-mode .products-page .container .filters-container .attribute-container .attribute-children-container li .boxes label{
    color:black!important;
}

.light-mode .products-page .container .filters-container .attribute-container.active .attribute-container-header .main-filter-anchor::before{
    border-color: black transparent transparent!important;
}

.light-mode .products-page .container .filters-container .attribute-container .attribute-container-header .main-filter-anchor::before{
    border-color: transparent transparent transparent black!important;
}

.light-mode .products-page .container .filters-container .attribute-container .attribute-children-container li .boxes input[type="checkbox"] + label:before{
    border: 1px solid black;
}

.light-mode .products-page .container .filters-container .attribute-container .attribute-children-container li .boxes input[type="checkbox"]:checked + label:before{
    border-top-color: transparent;
    border-left-color: transparent;
}

.light-mode .products-page .container .filters-container .filters-container-header,
.light-mode .products-page .container .products-container-all .products-container-header{
    border-color: black;
}

.light-mode .products-page .container .filters-container .container-filter-products-button button{
    background-color: black;
    color: white;
    border-color: black;
}

.light-mode .products-page .container .filters-container .container-filter-products-button button::before{
    background-color: white;
}

.light-mode .container-no-products-found{
    color:black;
}

.light-mode .container-search-attributes input{
    color: black!important;
}



.light-mode .container-search-attributes input:focus{
    border-color: black!important;
}
