@media (min-width:1025px) {
    #header {
        box-shadow: 1px 1px 5px #a5a5a5;
    }
}
@media(max-width:1200px) {
    #page #iqitcontentcreator ul.product_list.grid {
        display: flex;
        justify-content: center;
    }
    #page .product_list.grid > li {
        max-width: calc(100%/4) !important;
    }
    #page .product_list.grid > li .product-container {
        width: 242px;
        margin: 0 auto;
    }
}
@media(max-width:999px) {
    #page .product_list.grid > li {
        max-width: calc(100%/3) !important;
    }
    #page .breadcrumb {
        display: none;
    }
    .responsive_switcher {
        display: none;
    }
}
@media(max-width:767px) {
    #page .page-heading {
        font-size: 18px !important;
        line-height: 21px !important;
        text-align: center;
        margin-top: 20px;
    }
    #page .content_sortPagiBar .sortPagiBar {
        display: block !important;
    }
    #page .content_sortPagiBar .product_sort_btn, #page .content_sortPagiBar .view-and-count {
        display: none !important;
    }
    #page .heading-counter {
        text-align: center !important;
    }
    #category #left_column {
        display: none;
    }
    #page .product_list.grid > li {
        max-width: calc(100%/2) !important;
    }
    #page #iqitcontentcreator ul.product_list.grid {
        display: flex;
        justify-content: unset;
        overflow-x: auto;
        flex-wrap: nowrap;
        overflow-y: hidden;
    }
    .below-banner {
        flex-wrap: nowrap;
        overflow-x: scroll;
    }
    #page p, #page p span {
        font-size: 12px;
        line-height: 14px;
    }
    #product .product-tabs-container .nav-tabs li a {
        font-size: 14px !important;
        line-height: 16px !important;
        padding: 3px 4px !important;
    }
    #product .accessory-heading {
        text-align: center;
    }
    #product .multi-accessories .product-miniature > div {
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
    }
    #product .multi-accessories .product-miniature > div img {
        margin: 0 auto;
    }
    #product .tab-content > section {
        padding: 8px !important;
    }
    #page .blue-heading {
        font-size: 18px;
        line-height: 21px;
    }
    #page .blue-title {
        font-size: 16px;
        line-height: 19px;
    }
    #page .green-btn {
        font-size: 16px !important;
        line-height: 19px !important;
        color: #000 !important;
    }
    #page #columns .iqitcontent-element-id-22 .nav-tabs > li > a {
        padding: 0;
        font-size: 14px;
    }
    .iqitcontent-element-id-22 .nav-tabs:before {
        background: #132D91;
    }
    #page .section-have-a-seat .bg-chair {
        height: 512px;
    }
}
@media(max-width:575px) {
    #page .section-have-a-seat .bg-chair {
        height: 420px;
    }
}
@media(max-width:540px) {
    #page .product_list.grid > li {
        max-width: 100% !important;
    }
}
@media(max-width:420px) {
    .mobile-layout .custom_attrs {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    #product .box-cart-bottom {
        flex-wrap: wrap;
        justify-content: center;
    }
    #product #add_to_cart {
        margin-top: 20px;
    }
}

.mobile-layout .mobile-buy_block {
    position: fixed;
    bottom: 5px;
    z-index: 20;
    background: #fff;
    width: 98%;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px 15px 25px;
    transition: all 0.3s;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
    box-sizing: border-box;
    background: linear-gradient(#fff, #fff), linear-gradient(to bottom, #58C5CA, #fff);
    border: 1px solid transparent !important;
    background-repeat: no-repeat;
    background-origin: padding-box, border-box;
}
header .mobile-condensed-header #mh-sticky.sticked {
    transition: all 0.3s;
}
#product .mobile-layout .pb-left-column #image-block {
    margin-bottom: 0;
}
#product .mobile-layout .pb-left-column #views_block {
    position: relative;
    bottom: 0;
    max-width: unset;
}
#product .mobile-layout #views_block ul li {
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
#product .mobile-layout .product-title > h1 {
    font-size: 16px !important;
    line-height: 19px !important;
    margin: 0;
}
#product .mobile-layout .our_price_display, #product .mobile-layout .our_price_display span, #product .mobile-layout .tax-label {
    font-size: 16px;
    line-height: 19px;
}
#product .mobile-layout .product-price-discount p {
    margin-bottom: 0 !important;
}
#product .mobile-layout .box-info-attr-side > div:first-child {
    width: 100%;
}
#product .mobile-layout .box-info-attr-side > div:first-child {
    width: 100%;
}
#product .mobile-layout .box-info-attr-side > div:last-child {
    width: 100%;
}

#product .mobile-layout .box-info-attr-side {
    display: block;
}
#product .mobile-layout #attributes {
    display: block;
    width: 100%;
}

.product-atts-modal li a {
    display: inline-block;
    background: none !important;
    color: #555;
    text-align: center;
}
.product-atts-modal li a span {
    display: block;
    margin-top: 5px;
}
.product-atts-modal li {
    padding: 0px;
    margin: 5px 5px 10px;
    text-align: center;
    width: calc((100%/3) - 10px);
}
.product-atts-modal ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.custom-atts-button {
    background: #3B84B1;
    border-radius: 5px;
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF !important;
    display: flex;
    align-items: center;
    border: 0;
    text-transform: uppercase;
    width: 100%;
    height: 30px;
    text-align: left;
    padding: 0 30px 0 10px;
    margin: 5px 0;
    position: relative;
}
.custom-atts-button:before {
    content: url(../../img/product/icon-wt-arrowdown.png);
    top: 10px;
    right: 10px ;
    position: absolute;
}
.mobile-layout .custom_attrs {
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
}
#product .mobile-layout #quantity_wanted_p .quantity-input-wrapper .product_quantity_up {
    top: -8px;
    right: -25px;
}
#product .mobile-layout #quantity_wanted_p .quantity-input-wrapper .product_quantity_down {
    bottom: -12px;
    top: unset;
    right: -25px;
}
#product .mobile-layout #quantity_wanted {
    width: 45px;
    padding-right: 0;
}
#product .mobile-layout .qty-line {
    display: none;
}
#product .mobile-layout .sale-label {
    position: absolute;
    left: unset;
}
#product .mobile-layout .new-label {
    position: absolute;
}
#product .mobile-layout .custom_attrs li {
    padding: 0 2px;
}
#modal_custom_atts_color .attribute_fieldset {
    box-sizing: border-box;
    background: linear-gradient(#fff, #fff), linear-gradient(to bottom, #58C5CA, #fff);
    border: 1px solid transparent !important;
    background-repeat: no-repeat;
    background-origin: padding-box, border-box;
    padding: 15px;
    margin-bottom: 10px;
}
#modal_custom_atts_color .attribute_fieldset h3 {
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    color: #555555 !important;
    border-bottom: 0;
    text-align: center;
    padding: 0;
}
#product select {
    border-color: #58C5CA;
    color: #555;
}
#product .mobile-layout #all-images-ww {
    border: 0 !important;
}
#product .mobile-layout .first-section {
    padding: 2px;
}
#product .mobile-layout .product-tabs-container {
    margin-top: 30px;
}
#product .mobile-layout .tab-pane .rte {
    padding-bottom: 0;
}

#product .mobile-layout #selected_product_attrib {
    justify-content: flex-end;
    margin-top: 10px;
}
#product .mobile-layout #short_description_block, #product .mobile-layout #short_description_block p {
    margin: 0;
}
#product .mobile-layout .page-product-box .slick-arrow, #product .mobile-layout .page-product-box .slick-dots {
    display: none !important;
}
#page .mobile-footer #block_various_links_footer {
    display: none;
}
#page .mobile-footer #block_contact_infos, #page .mobile-footer .blockcategories_footer, #page .mobile-footer .my-account-footer {
    width: 100%;
    text-align: center;
    margin-top: 10px;
    transition: all 0.3s;
    opacity: 0;
    visibility: hidden;
    max-height: 0;
    margin: 0;
}
#page .mobile-footer #block_contact_infos.active, #page .mobile-footer .blockcategories_footer.active, #page .mobile-footer .my-account-footer.active {
    opacity: 1 !important;
    visibility: visible !important;
    max-height: unset;
    margin: auto;
}
#page .footer-container.mobile-footer:before {
    top: 88px;
}
#page .mobile-footer-links h6 {
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
    color: #000;
}
.mobile-footer a, .mobile-footer li {
    font-weight: 500 !important;
}

#accordionAttrFilter button.btn {
    border-top: 1px solid #3B84B1 !important;
    background: #56BFC9;
    border-radius: 0;
    border-bottom: 0;
    border-left: 1px solid #3B84B1 !important;
    border-right: 1px solid #3B84B1 !important;
    color: #fff;
    text-transform: none;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
    position: relative;
    line-height: 16px;
    padding-right: 30px;
}
#accordionAttrFilter .collapse {
    background: #56BFC9;
    color: #fff;
    padding: 0 20px 10px;
    border-left: 1px solid #3B84B1 !important;
    border-right: 1px solid #3B84B1 !important;
}
#accordionAttrFilter .layered_filter .collapse ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
}
#accordionAttrFilter .layered_filter .collapse ul li .checker {
    opacity: 0;
    height: 0 !important;
    width: 0;
}
#accordionAttrFilter .layered_filter .collapse ul li label, #accordionAttrFilter .layered_filter .collapse ul li label a {
    background: #152E85;
    border-radius: 10px;
    padding: 4px 10px;
    margin: 2px 5px;
    font-size: 12px;
    line-height: 14px;
    color: #fff !important;
}
#accordionAttrFilter .collapse ul li {
    padding: 0;
}
#accordionAttrFilter .layered_price {
    display: none !important;
}
#page #accordionAttrFilter .color-option {
    height: 40px;
    width: 40px;
    margin: 0 5px;
}
#accordionAttrFilter .color-option.on {
    border: 2px solid #152E85 !important;
}
.mobile-layout #layered-mobile-wrapper {
    margin-top: -5px;
    padding-top: 5px;
    background: #3b84b1;
    max-height: 350px;
    overflow: auto;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom: 1px solid #3b84b1 !important;
}
.mobile-layout #layered-mobile-wrapper .block {
    margin-bottom: 0;
}
#page.mobile-layout #search_filter_toggler span {
    padding: 15px 30px 15px 15px;
    position: relative;
}
#accordionAttrFilter button[aria-expanded="false"]:after {
    content: url(../../img/category/icon-wht-arrowdown.png);
    right: 10px;
    position: absolute;
}
#accordionAttrFilter button[aria-expanded="true"]:after {
    content: url(../../img/category/icon-wht-arrowup.png);
    right: 10px;
    position: absolute;
}
#page.mobile-layout #search_filter_toggler span:after {
    content: url(../../img/category/icon-wht-arrowdown.png);
    right: 10px;
    position: absolute;
}
#page.mobile-layout #search_filter_toggler.toggle-open span:after {
    content: url(../../img/category/icon-wht-arrowup.png);
    right: 10px;
    position: absolute;
}
#page.mobile-layout #search_filter_toggler span i {
    display: none;
}
#page.mobile-layout #search_filter_toggler {
    background: #3B84B1 !important;
    width: 100%;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    border: 0 !important;
    font-size: 14px;
    line-height: 16px;
    font-weight: 300;
    text-align: left;
}
#page.tablet-layout #search_filter_toggler {
    background: #3B84B1 !important;
    width: 100%;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    border: 0 !important;
    font-size: 14px;
    line-height: 16px;
    font-weight: 300;
    text-align: left;
}