<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media(min-width: 768px) and (max-width: 991px) {
    .tooltripDiv{
        width: 100px !important;
        left: auto !important;
        right: 90px !important;
    }
    .phone_chat a {
        font-size: 18px;
        margin-right: 12px;
    }
    .top_cart .title {
        font-size: 14px;
    }
    .product_sold_out,.product_out_of_season{
        font-size: 18px;
    }
    .top_4 .sale_banners {
        padding: 0px;
    }

    .products .row {
        margin: 0px -15px;
    }
    .products .wrapper {
        padding: 0px 5px;
    }
    .products .wrapper .inner {
        height: 360px;
    }
    .products .wrapper .inner .add {
        height: 40px;
        width: 90%;
        left: 5%;
    }
    .products .wrapper .inner .based {
        display: none;
    }
    .products .wrapper .inner .stars {
        bottom: 130px;
        left: 0px;
        margin: 0 auto;
        width: 100%;
    }
    .products .wrapper .inner .product-image {
        height: 160px;
    }
    .products .wrapper .inner a.product-title {
        -webkit-line-clamp: 2;
        height: 36px;
    }
    .products .wrapper .inner .old_price {
        bottom: 90px;
    }
    .products .wrapper .inner .price {
        font-weight: normal;
        bottom: 60px;
    }

    div.collapse.navbar-collapse {
        display: none !important;
    }

    .extra_products .wrapper {
        padding: 0px 5px;
    }
    .extra_products .wrapper .inner {
        height: 360px;
    }
    .extra_products .wrapper .inner .add {
        height: 40px;
        width: 90%;
        left: 5%;
    }
    .extra_products .wrapper .inner .based {
        display: none;
    }
    .extra_products .wrapper .inner .stars {
        position: absolute;
        bottom: 130px;
        left: 0px;
        margin: 0 auto;
        width: 100%;
    }
    .extra_products .wrapper .inner .product-image {
        height: 160px;
    }
    .extra_products .wrapper .inner a.product-title {
        -webkit-line-clamp: 2;
    }
    .extra_products .wrapper .inner .old_price {
        bottom: 90px;
    }
    .extra_products .wrapper .inner .price {
        font-weight: normal;
        bottom: 60px;
    }

    table.table.cart th:nth-child(1) {
        width: 60%;
    }
    table.table.cart th:nth-child(2) {
        width: 10%;
    }
    table.table.cart th:nth-child(3) {
        width: 20%;
        min-width: 131px;
    }
    table.table.cart th:nth-child(4) {
        width: 10%;
    }
    table.table.cart th:nth-child(5) {
        width: 10%;
    }

    .phone_chat_search .banner_top {
        margin-top: 15px;
    }
    .phone_chat_search a {
        font-size: 16px;
    }

    .extra_products_new .wrapper:nth-of-type(1), .extra_products_new .wrapper:nth-of-type(5) {
        border-left: 1px solid #EEEEEE;
    }
    .extra_products_new .wrapper:nth-of-type(n+5) { 
        border-top: none;
    }

    div.container.product_details_wrapper div.sku {
        display: block;
        float: none;
        margin-top: 5px;
    }

    div.container.subcategories .wrapper {
        padding: 0px 5px;
    }
    div.container.subcategories div.row {
        margin-right: -15px;
        margin-left: -15px;
    }
    div.container.subcategories div.inner {
        height: 240px;
    }
    div.container.subcategories div.inner div.image {
        height: 150px;
        margin-bottom: 10px;
    }

    .products .wrapper .inner .product-image .product_image_real {
        max-height: 100%;
    }
    div.container.billing_wrapper {
        border-radius: 20px;
        padding:0px;
    }
    div.container.shipping_wrapper {
        border-radius: 20px;
        padding:0px 15px;
    }
}</pre></body></html>