@media screen and (max-width: 600px) {
.variant-links {
    visibility: hidden;
    display: none;
  }
}

@media screen and (max-width: 600px) {
.product-buttons a {
    font-size: 1.7rem;
  }
}

@media (max-width: 991.98px) {
    #footer .h4,h4 {
        font-size:1.65rem;
    }
}

@media (max-width: 991.98px) {
    .h6,h6 {
        font-size:1.12714rem;
    }
}

@media (max-width: 991.98px) {
    .breadcrumb {
        font-size: 1.12714rem;
    font-weight: 300;
        color: #4f4f4f
    }
}

@media screen and (max-width: 600px) {
.products-sort-order {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-weight: 600;
    line-height: 1.35714rem;
    font-size: 1.62857rem;
    color: #000
    }
}

@media screen and (max-width: 600px) {
    .isStuck .link>span:not(.compare-counter):not(.cart-products-count) {
        display: inline-block
    }
}

@media screen and (max-width: 600px) {
    .header-nav {
        position: relative;
        align-items: center;
        padding-top: 1.128rem !important;
    }
}

@media screen and (max-width: 600px) {
    #footer {
        font-size: 1.35857rem;
    }
}

@media screen and (max-width: 600px) {
    ul.list-default li,ul[class*=" list-default-"] li,ul[class^=list-default-] li {
        margin-bottom: 1rem;
        font-size: 1.35857rem
    }
}

@media screen and (max-width: 600px) {
    .mt-4,.my-4 .pt-4,.py-4 .mb-5,.my-5 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem!important;
    }
}

@media screen and (max-width: 600px) {
    .mb-5,.my-5 {
        margin-bottom: 1.5rem!important;
    }
}

@media screen and (max-width: 600px) {
    .pb-4,.py-4 {
        padding-bottom: 1.5rem!important;
    }
}

@media screen and (max-width: 600px) {
    #ps-image-slider .swiper-slide {
        padding: inherit;
    }
}

@media screen and (max-width: 600px) {
    #ps-image-slider .swiper-pagination {
        left: 3%;
        color: #5765ad;
        font-size: 2.07143rem;
    }
}