:root {
    --general-text-color: #333;
    --header-text-color: #031D40;
    --link-text-color: #074E8C;
    --hover-link-text-color: #2995D9;
    --backgound-form-color: #f2f2f2;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    color: var(--header-text-color) !important;
}

#header .header-top-main.bg_main #cpheadercms2 .offer-link a, .special-products .product-flag.discount, .cart-products-counthome, .ap-total-wishlist, .ap-total-compare, .customNavigation i.next:hover::before, .customNavigation i.prev:hover::before, .special-products .products .product_list .product-actions .btn.add-to-cart:hover, .special-products .products .product_list .product-actions-main .btn.add-to-cart:hover, #left-column .block_content .allproducts, .btn:focus, .btn, .btn-primary, .btn-secondary, .btn-tertiary, a.btn:hover, .newsletter-form a.button, .newsletter-form a.button:hover, #blockcart-modal .cart-content .btn.btn-secondary.btn-primary, #blockcart-modal .cart-content a.btn-primary, #blockcart-modal .cart-content a.btn-primary, #blockcart-modal .cart-content a.btn-primary, .flexslider .caption-description .sliderbutton, .checkout.cart-detailed-actions .btn.btn-primary, .products .product_list .product-actions .add-to-cart, .products .product_list .product-actions-main .add-to-cart, .products .product_list li .product-miniature .product-actions-main .view_detail, .products .product_list li .product-miniature .product-actions .view_detail, .products-sort-order .select-list:hover, #js-product-list .product_list.gridcount.list li.product_item .product-actions-main .view_detail, #js-product-list .product_list.gridcount.list li.product_item .product-actions .view_detail, body#checkout [data-action="show-password"], .custom-radio input[type="radio"]:checked + span, #authentication [data-action="show-password"], .input-group .input-group-btn > .btn, #cpnavcmsblock .contact_description a::before, .pagination .current a, .pagination a:hover, .cpcategory-container .categoryblock .block_content .categorylist .cate-btn a:hover, .checkout-step li.nav-item .nav-link.active, .search-widget form button[type="submit"]:hover, #header .header-top .header_logo::before, .cat-title.title2, .Recnet-blog .pagination li.active > span, .blog-image .blogicons .icon:hover::before, .blog-image .blogicons .icon:active::before, .blog-image .blogicons .icon:focus::before, #left-column #cpinstagramblock .products-section-title, #cpinstagramblock .instagramblock .instagram_list article.instagram_item a::before, #cpinstagramblock .instagramblock .instagram_list article.item a::before, #header .header-top .header_logo a::before, #cpnavcmsblock .contact_description .offer-icon::before, .progress .progress-bar, #header .vertical_currency li.current a.dropdown-item, #cpcmsbanner2 .cms-block .offer-button a::after, #cpcmsbanner3 .cms-block .offer-button a::after, #header .vertical_currency ul.dropdown-menu li:hover a, #cp_sidevertical_menu_top .title_main_menu, #cp_sidevertical_menu_top .title_main_menu, .products article.item:hover .product-bottom .add-to-cart, .products article.product_item:hover .product-bottom .add-to-cart, #_desktop_user_info .user-info .logout.hidden-md-down, #cpcmsbanner1_block2 .cms_content .cms-block .offer-button a::after, #cpcmsbanner1_block1 .cms_content .cms-block .offer-button a::after, #_desktop_user_info .user-info .logout.hidden-md-down, .flexslider .flex-direction-nav .flex-next:hover, .flexslider .flex-direction-nav .flex-prev:hover, .block-promo .promo-input + button, #search_block_top .btn.btn-primary, .product-quantity .add .btn.btn-primary.checkout_button, #_desktop_user_info .user-info .logout.hidden-md-down:hover, #footer .footer-before, .product-quantity .add .add-to-cart {
    background-color: var(--primary-color);
    color: var(--secondary-color) !important;
}


h1 {
    font-size: 35px !important;
}

body {
    color: var(--general-text-color);
}

a:not(.dropdown-item) {
    color: var(--link-text-color) ;
}

a:not(.dropdown-item):hover:not(.product-list-summary-category) {
    /* color: var(--secondary-color); */
    color: var(--primary-color);
}

.product-description .product-brand,
.products .product-miniature:hover .product-flag.new,
.products .product-miniature1:hover .product-flag.new,
.quickview li.product-flag.new,
.product-leftside li.product-flag.new,
.products li.product-flag.new,
#product_comparison li.product-flag.new {
    color: var(--general-text-color) !important;
}

a.subcategory-name.btn.btn-primary {
    padding: 10px 0px 10px;
}

.productpaymentlogo {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.footer-after .container {
    text-align: center;
}

.copyright {
    margin: 0;
    width: auto;
    float: none;
    overflow: hidden;
    z-index: 9;
}

/* Product page */

.product-page .productpage-attributes-items {
    gap: 0px;
    border: none;
    text-transform: uppercase;
    font-weight: 600;
}

.product-page .productpage-attributes-items span {
   color: var(--general-text-color);
}

.product-page .productpage-attributes-items .manufacturer-content a {
    /* text-decoration: underline; */
}


.product-page .productpage-attributes-items a:hover span {
    color: var(--link-text-color);
}

.product-page .productpage-attributes-items label {
    font-weight: 600;
    margin-bottom: 0px;
    margin-top: 0px;
}

.product-prices .tax-shipping-delivery-label {
    vertical-align: unset;
    font-size: 14px;
    font-weight: 200;
}

.product-page .cpproductpaymentlogo img {
    height: auto;
    margin: 0;
    position: relative;
    mix-blend-mode: multiply;
}

.product-page .productpage-attributes-items {
    flex-direction: column;
}

#products .product_list.list .row {
    justify-content: space-between;
}

img.manufacturer-logo-img {
    max-width: 60px;
    margin-left: 20px;
}

.brand-infos {
    display: flex;
    align-items: center;
    gap: 10px;
}

.fw-label-product label {
    margin-top: 6px;
}

#product .product-actions {
    display: flex;
}

#product .product-add-to-cart .product-quantity {
    justify-content: start;
}

#product .product-add-to-cart.js-product-add-to-cart {
    flex-wrap: wrap;
}

#product .product-quantity .add {
    width: 50%;
}

#product .product-quantity .add button.btn.btn-primary.add-to-cart {
    width: 100%;
    justify-content: center;
}

#product .product-description p {
    display: block;
    margin-bottom: 5px;
}
/* CMS */

.legal-section {
    margin-bottom: 3rem;
}

.legal-section h2 {
    margin-bottom: 1rem;
}

.legal-section h3 {
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
}

.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    display: flex !important;
    flex-wrap: wrap
}

.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-wrapper-outer {
    overflow-x: clip;
    position: relative;
    float: left;
    width: 100%;
    padding: 0
}

.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out
}

.owl-carousel .owl-item {
    float: left;
    display: flex;
    height: auto
}

.owl-carousel .owl-item .manu_image a {
    display: inline-block
}

.owl-carousel .owl-item .manu_image a img {
    max-width: 100%
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    text-align: center
}

.customNavigation {
    position: absolute;
    z-index: 9;
    width: 100%;
    top: 50%;
    direction: ltr !important;
    right: 0;
    left: auto;
    opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0
}

.products .customNavigation {
    top: 48%;
}

.tmcategorylist .customNavigation,
.testimonial-block-part .customNavigation {
    top: 54%
}

.tmcategorylist:hover .customNavigation {
    opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1
}

.customNavigation a.prev::before {
    content: "\E314";
    font-family: "Material Icons";
    position: absolute;
    font-size: 20px;
    right: 5px;
    top: -1px;
    color: gray
}

.customNavigation a.next::before {
    content: "\E315";
    font-family: "Material Icons";
    position: absolute;
    font-size: 20px;
    position: absolute;
    right: 3px;
    top: -1px;
    color: gray
}

#tmtestimonialcmsblock .customNavigation {
    top: -24px;
    z-index: 5;
    right: 15px
}

#index #tmtestimonialcmsblock .customNavigation {
    top: -40px;
    right: 0
}

.special-products .customNavigation {
    top: 52%
}

.special-products:hover .customNavigation,
.products:hover .customNavigation,
.testimonial-block-part:hover .customNavigation,
.tmblog-latest:hover .customNavigation,
#tminstagramblock:hover .customNavigation,
.product-accessories:hover .customNavigation,
.productscategory-products:hover .customNavigation {
    opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1
}

.lastest_block .customNavigation {
    top: 44%
}

.customNavigation i {
    color: #222 !important;
    cursor: pointer;
    font-size: 0;
    font-weight: 500;
    height: 38px;
    line-height: 32px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    text-align: center;
    width: 38px;
    background: transparent;
    border-radius: 0;
    font-style: unset;
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, .11)
}

.customNavigation i.prev {
    background: transparent;
    right: auto;
    background: #fff;
    border-radius: 50%;
    left: -5px
}

.customNavigation i.next {
    background: transparent;
    right: 0;
    background: #fff;
    border-radius: 50%;
    right: -5px
}

.tmcategorylist .customNavigation i.prev,
.testimonial-block-part .customNavigation i.prev,
#tminstagramblock .btn.prev.instagram_prev,
.special-products .customNavigation i.prev {
    left: -20px
}

.tmcategorylist .customNavigation i.next,
.testimonial-block-part .customNavigation i.next,
#tminstagramblock .btn.next.instagram_next,
.special-products .customNavigation i.next {
    right: -20px
}

.customNavigation i.prev::before {
    content: '';
    -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMDcwLjggNjg2LjIiPjxwYXRoIGQ9Ik0xMDY5LjU1LDMyNi4yM2MtOC45My0xMS4xMS0yMy40Ni0xMi4zMy0zNy44OC0xMi0xMzguMzMuMTUtMjk5LjI5LjEyLTQ1NSwuMS0xNTEuNDksMC0zMDgtLjA1LTQ0My43OC4wOSw0MC4xOC00MCw4MC43NC04MC42MywxMjAtMTIwLDQxLjg0LTQxLjg5LDg1LjEyLTg1LjIyLDEyNy44NS0xMjcuNzUsNy40NS03LjU2LDE1LjQtMTYuNjEsMTUuNTktMjguNDRhMzEuMiwzMS4yLDAsMCwwLTgtMjNBMzEuNTYsMzEuNTYsMCwwLDAsMzY2LjI2LDQuMzdjLTE2LTEuNzQtMjguMzEsMTEuMjktMzUsMTguMzVDMjU5LjkxLDk0LjI0LDE4Ny4yNSwxNjYuODYsMTE3LDIzNy4xUTYzLjM1LDI5MC42OCw5Ljc0LDM0NC4yOGwtMy4xOCwzLjE4LDMuMTgsMy4xOEMxMTQsNDU0LjkxLDIyMS44Myw1NjIuNzMsMzI4LjY0LDY2OS4zNGwyLjQ2LDIuNDhjOC4xMiw4LjI3LDE4LjIyLDE4LjU0LDMyLjI1LDE4LjU0aDBjLjU3LDAsMS4xNCwwLDEuNzEsMGEzMi4xOCwzMi4xOCwwLDAsMCwzMS4zMi0zMC43MWMuODgtOS4zMS0zLjM0LTE5LTEyLjUyLTI4LjczbC0uMS0uMWMtNDEuMTQtNDEtODIuODMtODIuNjgtMTIzLjE0LTEyMy00MS44Mi00MS44NS04NS04NS0xMjcuNzItMTI3LjU3LDIwOS44NC4xNCw0NjYuMTQuMTIsNjkyLjc0LjFoMjE0LjM3YzkuMTctLjQzLDE5LjUxLTEuODYsMjYuNzQtOS4wOWEzMi4zOSwzMi4zOSwwLDAsMCwyLjc2LTQ1WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTYuNTYgLTQuMjEpIi8+PC9zdmc+);
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMDcwLjggNjg2LjIiPjxwYXRoIGQ9Ik0xMDY5LjU1LDMyNi4yM2MtOC45My0xMS4xMS0yMy40Ni0xMi4zMy0zNy44OC0xMi0xMzguMzMuMTUtMjk5LjI5LjEyLTQ1NSwuMS0xNTEuNDksMC0zMDgtLjA1LTQ0My43OC4wOSw0MC4xOC00MCw4MC43NC04MC42MywxMjAtMTIwLDQxLjg0LTQxLjg5LDg1LjEyLTg1LjIyLDEyNy44NS0xMjcuNzUsNy40NS03LjU2LDE1LjQtMTYuNjEsMTUuNTktMjguNDRhMzEuMiwzMS4yLDAsMCwwLTgtMjNBMzEuNTYsMzEuNTYsMCwwLDAsMzY2LjI2LDQuMzdjLTE2LTEuNzQtMjguMzEsMTEuMjktMzUsMTguMzVDMjU5LjkxLDk0LjI0LDE4Ny4yNSwxNjYuODYsMTE3LDIzNy4xUTYzLjM1LDI5MC42OCw5Ljc0LDM0NC4yOGwtMy4xOCwzLjE4LDMuMTgsMy4xOEMxMTQsNDU0LjkxLDIyMS44Myw1NjIuNzMsMzI4LjY0LDY2OS4zNGwyLjQ2LDIuNDhjOC4xMiw4LjI3LDE4LjIyLDE4LjU0LDMyLjI1LDE4LjU0aDBjLjU3LDAsMS4xNCwwLDEuNzEsMGEzMi4xOCwzMi4xOCwwLDAsMCwzMS4zMi0zMC43MWMuODgtOS4zMS0zLjM0LTE5LTEyLjUyLTI4LjczbC0uMS0uMWMtNDEuMTQtNDEtODIuODMtODIuNjgtMTIzLjE0LTEyMy00MS44Mi00MS44NS04NS04NS0xMjcuNzItMTI3LjU3LDIwOS44NC4xNCw0NjYuMTQuMTIsNjkyLjc0LjFoMjE0LjM3YzkuMTctLjQzLDE5LjUxLTEuODYsMjYuNzQtOS4wOWEzMi4zOSwzMi4zOSwwLDAsMCwyLjc2LTQ1WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTYuNTYgLTQuMjEpIi8+PC9zdmc+);
    mask-position: center;
    mask-repeat: no-repeat;
    background-color: #000;
    mask-size: 14px;
    font-size: 14px;
    width: 38px;
    height: 38px;
    display: block;
    -webkit-mask-size: 14px
}

#tmtestimonialcmsblock .customNavigation i.prev::before {
    right: 1px;
    font-weight: 500
}

#tmtestimonialcmsblock .customNavigation i.next::before {
    right: 0;
    font-weight: 500
}

.customNavigation i.next::before {
    content: '';
    -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMDcwLjggNjg2LjIiPjxwYXRoIGQ9Ik0xNC4zOCwzMjYuMjNjOC45Mi0xMS4xMSwyMy40Ni0xMi4zMywzNy44Ny0xMiwxMzguMzQuMTUsMjk5LjMuMTIsNDU1LC4xLDE1MS40OSwwLDMwOC0uMDUsNDQzLjc3LjA5LTQwLjE3LTQwLTgwLjc0LTgwLjYzLTEyMC0xMjAtNDEuODUtNDEuODktODUuMTItODUuMjItMTI3Ljg2LTEyNy43NS03LjQ0LTcuNTYtMTUuMzktMTYuNjEtMTUuNTktMjguNDRBMzIuMzMsMzIuMzMsMCwwLDEsNzE3LjY2LDQuMzdjMTYtMS43NCwyOC4zMSwxMS4yOSwzNSwxOC4zNUM4MjQsOTQuMjQsODk2LjY4LDE2Ni44Niw5NjcsMjM3LjFxNTMuNjEsNTMuNTgsMTA3LjIyLDEwNy4xOGwzLjE4LDMuMTgtMy4xOCwzLjE4Qzk2OS45MSw0NTQuOTEsODYyLjEsNTYyLjczLDc1NS4yOCw2NjkuMzRsLTIuNDUsMi40OGMtOC4xMyw4LjI3LTE4LjIyLDE4LjU0LTMyLjI1LDE4LjU0aDBjLS41NywwLTEuMTUsMC0xLjcyLDBBMzIuMTgsMzIuMTgsMCwwLDEsNjg3LjUsNjU5LjdjLS44Ny05LjMxLDMuMzQtMTksMTIuNTItMjguNzNsLjExLS4xYzQxLjEzLTQxLDgyLjgyLTgyLjY4LDEyMy4xNC0xMjMsNDEuODItNDEuODUsODUtODUsMTI3LjcyLTEyNy41Ny0yMDkuODQuMTQtNDY2LjE0LjEyLTY5Mi43NC4xSDQzLjg4Yy05LjE3LS40My0xOS41MS0xLjg2LTI2Ljc1LTkuMDlhMzIuNCwzMi40LDAsMCwxLTIuNzUtNDVaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNi41NiAtNC4yMSkiLz48L3N2Zz4=);
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMDcwLjggNjg2LjIiPjxwYXRoIGQ9Ik0xNC4zOCwzMjYuMjNjOC45Mi0xMS4xMSwyMy40Ni0xMi4zMywzNy44Ny0xMiwxMzguMzQuMTUsMjk5LjMuMTIsNDU1LC4xLDE1MS40OSwwLDMwOC0uMDUsNDQzLjc3LjA5LTQwLjE3LTQwLTgwLjc0LTgwLjYzLTEyMC0xMjAtNDEuODUtNDEuODktODUuMTItODUuMjItMTI3Ljg2LTEyNy43NS03LjQ0LTcuNTYtMTUuMzktMTYuNjEtMTUuNTktMjguNDRBMzIuMzMsMzIuMzMsMCwwLDEsNzE3LjY2LDQuMzdjMTYtMS43NCwyOC4zMSwxMS4yOSwzNSwxOC4zNUM4MjQsOTQuMjQsODk2LjY4LDE2Ni44Niw5NjcsMjM3LjFxNTMuNjEsNTMuNTgsMTA3LjIyLDEwNy4xOGwzLjE4LDMuMTgtMy4xOCwzLjE4Qzk2OS45MSw0NTQuOTEsODYyLjEsNTYyLjczLDc1NS4yOCw2NjkuMzRsLTIuNDUsMi40OGMtOC4xMyw4LjI3LTE4LjIyLDE4LjU0LTMyLjI1LDE4LjU0aDBjLS41NywwLTEuMTUsMC0xLjcyLDBBMzIuMTgsMzIuMTgsMCwwLDEsNjg3LjUsNjU5LjdjLS44Ny05LjMxLDMuMzQtMTksMTIuNTItMjguNzNsLjExLS4xYzQxLjEzLTQxLDgyLjgyLTgyLjY4LDEyMy4xNC0xMjMsNDEuODItNDEuODUsODUtODUsMTI3LjcyLTEyNy41Ny0yMDkuODQuMTQtNDY2LjE0LjEyLTY5Mi43NC4xSDQzLjg4Yy05LjE3LS40My0xOS41MS0xLjg2LTI2Ljc1LTkuMDlhMzIuNCwzMi40LDAsMCwxLTIuNzUtNDVaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNi41NiAtNC4yMSkiLz48L3N2Zz4=);
    mask-position: center;
    mask-repeat: no-repeat;
    background-color: #000;
    mask-size: 14px;
    font-size: 14px;
    width: 38px;
    height: 38px;
    display: block;
    -webkit-mask-size: 14px
}

.customNavigation i.next:hover::before,
.customNavigation i.prev:hover::before {
    color: #fff
}

#cpleftbanner1 img,
#cpleftbanner2 img {
    max-width: 100%
}

#cpleftbanner1 li,
#cpleftbanner2 li {
    overflow: hidden;
    position: relative;
    float: left;
    border-radius: 5px
}

#cpleftbanner1 li a,
#cpleftbanner2 li a {
    display: inline-block;
    position: relative;
    overflow: hidden;
    vertical-align: top
}

.footer-container .links.lastest_block .customNavigation i.prev:hover {
    color: #9bbab1 !important
}

.footer-container .links.lastest_block .customNavigation i.next:hover {
    color: #9bbab1 !important
}

#header .header-nav .left-nav,
#_desktop_currency_selector,
#_desktop_language_selector,
#header .currency-selector .material-icons,
#header .language-selector .material-icons,
#_desktop_user_info a.top-link,
#_desktop_user_info a.top-link {
    color: #fff;
}

#header #_desktop_user_info .account .account-icon,
#header #_desktop_user_info .track-order .track-icon {
    background-color: #fff;
}

#cpcmsbanner1 {
    margin: 30px 0 15px;
}
.products-section-title h2.title{font-weight: 700;}

#cpcmsbanner1 .container {
    column-count: 1;
    text-align: center;
    gap: 20px;
}
#products .product-title a, .products .product-title a, .product-accessories .product-title a{font-size:14px;line-height: 20px;height: 40px;}

#cpcmsbanner1 .container h1 {
    margin-bottom: 0;
    font-weight: 700;
}
#index .products .product-price-and-shipping, .product-price, 
#product .products .product-price-and-shipping, .product-price{
    font-size: 15px;
    font-weight: 700;
    color: #074E8C;
}
#products .grid article.product_item .product-bottom, .product_list article.product_item .product .product-bottom, .product_list article.item .product .product-bottom{
   padding:  0px 0px;
}

#index .products .product_list article.product_item {
    display: initial;
}

.block_newsletter .title {
    color: var(--secondary-color);
}

#cpcategorytabs .category-tab-content .categorylist-block {
    grid-template-columns: 100%;
}

.whatsapp-link {
    background-color: #1da110;
    color: white;
    padding: 10px;
    border-radius: 5px;
    text-decoration: none;
}

div#layout-error .page-content {
    float: none;
    border: none;
    margin-bottom: 0;
}

#header #_desktop_user_info .account .account-icon {
    height: 25px;
    width: 23px;
    -webkit-mask-size: 23px;
    margin-right: 0;
}

.header-top .header-div .container {
    display: grid;
    grid-template-columns: 350px 78px calc(100% - 458px);
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.header-top .header-div .container>*:nth-child(3) {
    justify-self: end;
}

.header-top .header-div .container>*:nth-child(4) {
    grid-column: 1 / -1;
    width: 100%;
}

.link.hidden-lg-up.vertical_language {
    display: none;
}

.header-top-main.bg_main #_top_main_menu li {
    margin-inline: 7px;
}

.header-top-main.bg_main #_top_main_menu li a[data-depth="0"] {
    padding: 6px 0;
}

ul#top-menu li.menu-icon {
    margin: 3px 0px !important;
    color: #fff;
    position: absolute;
    left: 0;
    cursor: pointer;
}

.text-xs-center.mobile {
    display: none !important;
}

#header .currency-selector .expand-more,
#header .language-selector .expand-more {
    text-transform: uppercase;
}

#header #_desktop_user_info .account {
    display: flex;
    align-items: center;
}

#header #_desktop_user_info .account .account-icon {
    margin-right: 5px;
}

#search_block_top #search_query_top {
    background-color: var(--backgound-form-color);
    color: var(--general-text-color);
}

.searchtoggle {
    width: 304px !important;
}

.header-top .header-div .container .header-right {
    gap: 20px;
}

body#index .product-description .product-brand,
body#product .product-description .product-brand {
    display: block;
    color: var(--general-text-color) !important;
    font-weight: 700;
    height: 25px;
    line-height: 25px;
    overflow: hidden;
}

/*personalizado*/
#js-product-list-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

#js-product-list-top .product_sort {
    display: flex;
}

#js-product-list-top .products-sort-order {
    width: auto;
    min-width: 190px;
}

#js-product-list .product_list.gridcount.list article .product-miniature {
    border: none;
    margin-bottom: 40px;
}

#products .product-description, 
.products .product-description, 
.product-accessories .product-description {	padding: 5px 0px 0;}

#products .product-title, .products .product-title, .product-accessories .product-title{
    margin: 0px 0 8px;
}

.product_list article.product_item .product-miniature:not(:hover) .product-bottom .add-to-cart-button, .product_list article.item .product-miniature:not(:hover) .product-bottom .add-to-cart-button {
    opacity: 1;
    visibility: visible;
    transform: none;
    position: relative;
    padding: 0;
}

#products .products .list article.product_item .center-block {
    min-height: 180px;
}

#js-product-list .product_list.gridcount.list .product-title {
    margin-bottom: 3px;
}

#js-product-list .product_list.gridcount.list .product-description .product-title a {
    font-size: 17px;
    font-weight: 700;
    line-height: 22px;
    height: 22px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    color: var(--general-text-color);
}


#js-product-list .product_list.gridcount.list .product-description .product-title a:hover {
    color: var(--primary-color);
}

#js-product-list .product_list.gridcount.list .product-description .product-brand {
    margin-bottom: 0px;
    display: flex;
}

#js-product-list .product_list.gridcount.list .product-list-separator {
    display: flex;
    height: 1px;
    margin: 0px 0 5px;
    background:  #e0e0e0;
}
    
#js-product-list .product_list.gridcount.list .product-list-summary {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 5px;
}

#js-product-list .product_list.gridcount.list .product-list-summary-reference {
    font-size: 12px;
    font-weight: 600;
}
#js-product-list .product_list.gridcount.list .product-listgrid-author {
    margin-right: 15px;
}



#js-product-list .product_list.gridcount.list .product-listgrid-author-link {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--general-text-color);
}


#js-product-list .product_list.gridcount.list .product-listgrid-author-link:hover {
    color: var(--primary-color);
}

#js-product-list .product_list.gridcount.list .product-listgrid-title-full a {
    white-space: normal;
    word-wrap: break-word;
}

#js-product-list .product_list.gridcount.list .product-listgrid-sello {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

#js-product-list .product_list.gridcount.list a.product-listgrid-sello {
    text-decoration: none;
    color: var(--general-text-color);
}

#js-product-list .product_list.gridcount.list a.product-listgrid-sello:hover {
    color: var(--primary-color);
}

#js-product-list .product_list.gridcount.list .product-listgrid-ref,
#js-product-list .product_list.gridcount.list .product-list-summary-reference.product-listgrid-ref {
    font-weight: 400;
    margin-right: 15px;
}

#js-product-list .product_list.gridcount.list .product-listgrid-flag,
#js-product-list .product_list.gridcount.list .product-list-summary-condition.product-listgrid-flag {
    font-weight: 400;
}

#js-product-list .product_list.gridcount.list .product-listgrid-year {
    font-size: 12px;
    font-weight: 400;
}

#js-product-list .product_list.gridcount.list .product-list-summary-condition {
    font-size: 12px;
    font-weight: 400;
}

#js-product-list .product_list.gridcount.list .product-list-description-content {
    margin-bottom: 5px;
}


#js-product-list .product-list-summary-categories {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 5px;
}

#js-product-list .product_list.gridcount.list .product-list-summary-category {
    display: inline-block;  
    padding: 3px 9px;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 500;
    text-decoration: none;
    transition: opacity 0.2s ease;
}

#js-product-list .product_list.gridcount.list .product-list-summary-category:hover {
    opacity: 0.9;
}

#js-product-list .product_list.gridcount.list .product-list-summary-category--primary {
    background-color: var(--primary-color, var(--link-text-color));
    color: var(--backgound-form-color) !important;
}

#js-product-list .product_list.gridcount.list .product-list-summary-category--primary:hover {
    color: var(--secondary-color, #fff) !important;
}

#js-product-list .product_list.gridcount.list .product-list-summary-category--neutral {
    background-color: var(--backgound-form-color);
    color: var(--general-text-color);
}
#js-product-list .product_list.gridcount.list .product-list-summary-category--neutral:hover {
    background-color: var(--primary-color);
    color: var(--secondary-color, #fff) !important;
}

#js-product-list .product_list.gridcount.list article.product_item .product-bottom  {
    display: flex;
    flex-direction: column;
    width: 170px;
}

#js-product-list .product_list.gridcount.list article.product_item .product-listgrid-availability-wrap {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 6px;
    font-size: 13px;
    flex-direction: column;
    width: 100%;
    text-align: right;
    color: #f9a726;
    font-weight: 700;
    text-transform: uppercase;
}

#js-product-list .product_list.gridcount.list article.product_item .product-listgrid-availability .product-listgrid-availability--reserve {
    color: var(--link-text-color);
    font-weight: 700;
    text-transform: uppercase;
}

#js-product-list .product_list.gridcount.list article.product_item .product-listgrid-availability-wrap .product-listgrid-availability--in-stock {
    color: #2e7d32;
    font-weight: 700;
    text-transform: uppercase;
}

#js-product-list .product_list.gridcount.list article.product_item .product-listgrid-availability-wrap .product-listgrid-availability--preorder {
    text-transform: initial;
    font-weight: 500;
    color: var(--general-text-color);
}
#js-product-list .product_list.gridcount.list article.product_item .product-price-and-shipping {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
}

#js-product-list .product_list.gridcount.list article.product_item .product-price-and-shipping .price {
    font-weight: 700;
    font-size: 15px;
    color: var(--link-text-color);
}
#js-product-list .product_list.gridcount.list article.product_item .product-price-and-shipping .regular-price {
    font-weight: 700;
    font-size: 15px;
    color: var(--color-primary);
}

#js-product-list .product_list.gridcount.list .product-add-to-cart {
    display: flex;
    align-items: center;
    gap: 10px;
    border: none;
    padding: 0;
}


#js-product-list .product_list.gridcount.list .product-add-to-cart .add-to-cart-button { 
    display: flex;  
    width: 100%;
}

#js-product-list .product_list.gridcount.list .product-add-to-cart .add-to-cart-button form {   
    align-items: end;
    gap: 10px;
    border: none;
    justify-content: end;
    display: flex;
    flex-direction: column;
    padding: 0;
    margin: 0;  
    width: 100%;
}

#js-product-list .product-information .product-quantity, .product-add-to-cart .product-quantity {
    width: 100%;
    display: flex;
    justify-content: end;
}

.product-listgrid-quantity {
    margin-bottom: 10px;
}

.product-listgrid-quantity .control-label {
    display: block;
    margin-bottom: 5px;
    font-size: 12px;
    font-weight: 500;
}

.product-listgrid-quantity .product-listgrid-qty {
    width: 70px;
    max-width: 100%;
}

#js-product-list .product_list.gridcount.list .product-quantity .qty-wrap {
    display: inline-flex;
    align-items: center;
    flex-wrap: nowrap;
    border: 1px solid #ddd;
    border-radius: 4px;
    overflow: hidden;
    width: auto;
    padding: 3px 5px;
    width: 100%;
}


#js-product-list .product_list.gridcount.list .product-quantity .qty-wrap .control-label {
    font-weight: 700;
    font-size: 12px;
}



.product-quantity .qty-wrap .js-quantity-wanted {
    width: 50px;
    min-width: 50px;
    margin: 0;
    border: none;
    border-radius: 0;
    text-align: center;
    -moz-appearance: textfield;
}

#js-product-list .product_list.gridcount.list .product-quantity .qty-wrap .js-quantity-wanted:disabled {
    cursor: not-allowed;
}

.product-quantity .qty-wrap .js-quantity-wanted::-webkit-inner-spin-button,
.product-quantity .qty-wrap .js-quantity-wanted::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.listgrid-add-to-cart-errors {
    margin: 8px 0 0 0;
    padding: 0;
    min-height: 0;
    font-size: 12px;
}

.listgrid-add-to-cart-errors--visible {
    margin-top: 8px;
}

.listgrid-add-to-cart-errors-list {
    margin: 0;
    padding-left: 1.2em;
    list-style: disc;
    color: #c00;
}

.listgrid-add-to-cart-error {
    margin: 4px 0;
    color: #c00;
}

.product_list article.product_item .product .product-bottom .add-to-cart-button{
    position: relative;
}

.product_list article.product_item:hover .product .product-bottom .add-to-cart-button{
    bottom: 0;
    padding: 0
}

.products .product_list .wishlist span {
    font-size: 0;
    -webkit-mask-image: url(../img/megnor/wishlist.svg);
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-image: url(../img/megnor/wishlist.svg);
    mask-position: center;
    mask-repeat: no-repeat;
    mask-size: 17px;
    -webkit-mask-size: 17px;
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    display: block;
    position: relative;
    background-color: #111111;
    line-height: 30px;
    width: 17px;
    height: 17px;
}

.products .product_list .wishlist .added span, .products .product_list .wishlist span:hover { 
    font-size: 0;
    -webkit-mask-image: url(../img/megnor/wishlist_hover.svg);
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-image: url(../img/megnor/wishlist_hover.svg);
    mask-position: center;
    mask-repeat: no-repeat;
    mask-size: 17px;
    -webkit-mask-size: 17px;
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    display: block;
    position: relative;
    background-color: var(--hover-link-text-color);
    line-height: 30px;
    width: 17px;
    height: 17px;
}

#js-product-list .product_list.gridcount.list article.product_item .add-to-cart {
    width: 100%;
}

#search_filters .facet .facet-label a:hover,
#_desktop_user_info .user-info a:hover {
    color: var(--primary-color);
}

/* Cart icon on add-to-cart button */
button.btn.btn-primary.add-to-cart::before {
    content: "";
    display: inline-block;
    width: 1.1em;
    height: 1.1em;
    margin-right: 0.4em;
    vertical-align: middle;
    background: url("../img/megnor/cart.svg") no-repeat center;
    background-size: contain;
}

#index .products .product-price-and-shipping,
#product .products .product-price-and-shipping {
    display: flex;
    align-items: center;
}

#product article.item:hover .product .product-bottom .add-to-cart-button {
    bottom: 0;
    display: inherit;
    position: relative;
    padding: 0;
}

/* Price left, wishlist + add-to-cart right */
.product-price-and-shipping .wishlist {
    margin-left: auto;
}

.product-page .productpage-attributes-items a:hover {
    color: var(--primary-color);
}

.footer-container {
    border-top: 1px solid #e5e5e5;
}

#footer .footer-before {
    margin: 0;
}

#footer .footer-middle {
    margin: 30px 0px;
}

.products .product_list article.product_item {
    margin-bottom: 30px;
}

#cpcategorytabs .category-tab-content {
    margin: 0;
}

.products li.product-flag{
    display: block;
    background-color: #e7e7e7;
    color: var(--general-text-color);
    text-transform: uppercase;
}

span.h3.product-title a {
    display: -webkit-box;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

span.h3.product-title a:hover {
    color: var(--primary-color);
}

button.btn.btn-primary.add-to-cart {
    width: auto;
    display: flex;
    align-items: center;
    padding: 12px;
}

button.btn.btn-primary.add-to-cart::before{
    margin-right: 0;
}

a.st-wishlist-button.btn-product.btn {
    margin-right: 10px;
}

a#link-custom-page-34658056017-3 {
    background-color: #25D366; 
    color: #ffffff; 
    padding: 10px;
    border-radius: 6px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
}

a#link-custom-page-34658056017-3:hover {
    background-color: #1ebe5d; 
    color: #ffffff !important;
}

.footer-container .footer-right li a#link-custom-page-34658056017-3::before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 0;
    margin-top: 0;
    vertical-align: middle;
    -webkit-mask: none !important;
    mask: none !important;
    -webkit-mask-image: none !important;
    mask-image: none !important;
    background-color: transparent;
    background-image: url("../img/megnor/whatsapp.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

#product .product-page-header {
    display: flex;
    gap: 10px;
    justify-content: space-between;
    align-items: start;
}

#product .product-page-header .product-prices {
    display: flex;
    gap: 3px;
    justify-content: space-between;
    align-items: center;
    margin: 0;
}

#product .product-page-header .product-prices div {
    font-weight: 900;
    color: var(--primary-color);
    font-size: 24px;
    line-height: 32px;
}

#product .product-page-header .product-prices .tax-shipping-delivery-label {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    font-weight: 400;
    display: none;
}

#product .product-page.product-container {
    display: flex;
    flex-direction: row;
    gap: 30px;
}

#product .images-container .js-qv-mask {
    width: auto
}

#product .product-leftside .product-cover {
    width: auto;
    position: relative;
}

#product .product-leftside .product-cover .product-cover-badge,
.product-leftside .product-cover .product-cover-badge {
    position: absolute;
    top: 25px;
    right: -50px;
    z-index: 99999;  
    padding: 6px 48px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    background-color: var(--primary-color, #074E8C);
    color: #fff;
    transform: rotate(45deg);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    border-radius: 2px;
}

#product .productpage_title {
    font-size: 24px !important;
    font-weight: 700;
    line-height: 32px;
    max-height: 64px;
    height: auto;
}

.products-section-title a, .products-section-title a:hover {
    color: var(--header-text-color) !important;
}

#checkout-delivery-step svg:not(:root) {
    height: auto;
    width: auto;
}

.block-categories .category-sub-menu li > a:hover {
    color: var(--primary-color);
}

@media (max-width: 1449px) {
    /*
    height: 100%;
    width: 100%;
    padding: 10px;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transition: all 0.3s ease;
    &:hover {
        opacity: 1;
        visibility: visible;
    }
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    */

    .tmcategorylist .customNavigation i.prev,
    .testimonial-block-part .customNavigation i.prev,
    #tminstagramblock .btn.prev.instagram_prev,
    .special-products .customNavigation i.prev {
        left: -15px
    }


    .customNavigation i.next {
        right: 0
    }

    .customNavigation i.prev {
        left: 0
    }

    .tmcategorylist .customNavigation i.next,
    .testimonial-block-part .customNavigation i.next,
    #tminstagramblock .btn.next.instagram_next,
    .special-products .customNavigation i.next {
        right: -15px
    }

    .customNavigation i.next {
        right: 0
    }

    .customNavigation i.prev {
        left: 0
    }

    .header-top .header-div .container {
        grid-template-columns: 260px 78px calc(100% - 358px);
    }

    .searchtoggle {
        width: 320px !important;
    }
}

@media (max-width: 1199px) {
    #tmtestimonialcmsblock .customNavigation {
        top: -36px;
        z-index: 5;
        right: -18px
    }

    .searchtoggle {
        width: 304px !important;
    }
}

@media (max-width: 999px) {
    .text-xs-center.mobile {
        display: inherit !important;
    }

    #wrapper .text-xs-center.mobile {
        display: none !important;
    }

    h1 {
        font-size: 30px !important;
    }

    .searchtoggle {
        right: -152px !important;
        top: 25px !important;
    }

    .container #columns_inner #content-wrapper #left-column {
        display: none;
    }
}

@media (max-width: 991px) {

    #cpleftbanner1 li img,
    #cpleftbanner2 li a {
        width: auto
    }

    #tmtestimonialcmsblock .customNavigation {
        top: 0;
        right: 0
    }

    .header-top .header-div .container {
        grid-template-columns: 230px 78px calc(100% - 308px);
    }
}

@media (max-width: 767px) {
    .customNavigation {
        opacity: 1;
        -khtml-opacity: 1;
        -webkit-opacity: 1;
        -moz-opacity: 1
    }

    .tmcategorylist .customNavigation i.prev,
    .testimonial-block-part .customNavigation i.prev,
    #tminstagramblock .btn.prev.instagram_prev,
    .special-products .customNavigation i.prev,
    .btn.prev.accessories_prev {
        left: 0
    }

    .tmcategorylist .customNavigation i.next,
    .testimonial-block-part .customNavigation i.next,
    #tminstagramblock .btn.next.instagram_next,
    .special-products .customNavigation i.next,
    .btn.next.accessories_next {
        right: 0
    }

    .quickview .mask.additional_slider .customNavigation i.prev {
        left: -10px !important
    }

    .quickview .mask.additional_slider .customNavigation i.next {
        right: -10px !important
    }

    .btn.next.brand_next {
        left: auto;
        right: 0;
        position: absolute
    }

    .btn.prev.brand_prev {
        left: 0;
        right: auto
    }

    .customNavigation i.next {
        left: auto;
        right: 0
    }

    .header-top .header-div .container>*:nth-child(3) {
        margin-right: 20px;
    }

    a.account.top-link span, a.account.top-link .expand-more {
        display: none;
    }

    #header #_desktop_user_info .account .account-icon {
        margin-right: 0px !important;
    }

    .searchtoggle {
        right: 0 !important;
    }

    #js-product-list .product_list.gridcount.list article.product_item .row {
        grid-gap: 10px;
        flex-direction: row;
        align-items: flex-start;
        flex-wrap: wrap;
    }

    #products .products .list article.product_item .thumbnail-container {
        width: 196px;
    }

    #products .products .list article.product_item .center-block {
        width: calc(100% - 206px);
    }



    #js-product-list .product_list.gridcount.list article.product_item .product-bottom {
        width: 100%;
        flex-direction: row;
        align-items: center;
        gap: 15px;;
    }

    #js-product-list .product_list.gridcount.list .product-add-to-cart {
        width: auto;
    }

    .product_list article.product_item:hover .product .product-bottom .add-to-cart-button, .add-to-cart-button {
        display: block;
    }

    #js-product-list .product_list.gridcount.list article.product_item .product-listgrid-availability-wrap {
        margin: 0;
    }

    #js-product-list .product_list.gridcount.list article.product_item .product-price-and-shipping {
        width: 100%;
        text-align: left;
        justify-content: flex-start;
    }

    #js-product-list .product_list.gridcount.list .product-add-to-cart .add-to-cart-button form {
        flex-direction: row;
        justify-content: center;
        align-content: center;
        align-items: center;
        width: auto;
    }

    #js-product-list .product_list.gridcount.list .product-add-to-cart .add-to-cart-button {
        justify-content: end;
    }

    #js-product-list .product_list.gridcount.list .product-add-to-cart .add-to-cart {
        min-width: 120px;
    }

    #product .product-page.product-container {
        flex-direction: column;
    }

    #product .product-quantity .add {
        width: 100%;
    }

    .product-additional-info.js-product-additional-info {
        display: none;
    }

    #product .images-container .js-qv-mask {
        width: 100%;
    }

    #product .page-content .product-leftside {
        width: 100%;
    }

    #product .product-images > article.thumb-container > .thumb, 
    #product .images-container .product_list .thumb-container .thumb {
        max-width: 100px;
        height: auto;
    }

    #product .images-container .js-qv-mask .owl-item {
        max-width: 110px;
        height: auto;
    }


}

@media (max-width: 575px) {
    .header-top .header-div .container {
        grid-template-columns: 230px 33px calc(100% - 263px);
    }

    .header-top .header-div .container .header-right {
        gap: 10px;
    }

    div#_desktop_language_selector .language-selector-wrapper {
        display: none;
    }

    #products .products .list article.product_item .thumbnail-container {
        width: 140px;
    }

    #products .products .list article.product_item .center-block {
        width: calc(100% - 150px);
    }

    #products .products .list article.product_item .product-flags {
        width: 196px;
        margin: auto;
        left: calc(50% - 94px);     
    }

    #js-product-list .product-list-summary-categories {
        justify-content: center;
    }

    #js-product-list .product_list.gridcount.list .product-quantity .qty-wrap {
        flex-direction: column;
    }

    #js-product-list .product_list.gridcount.list article.product_item .product-bottom {
        flex-wrap: wrap;
    }

    #js-product-list .product_list.gridcount.list article.product_item .product-price-and-shipping, 
    #js-product-list .product_list.gridcount.list article.product_item .product-listgrid-availability-wrap {
        width: calc(50% - 8px);
    }


    #js-product-list .product_list.gridcount.list article.product_item .product-price-and-shipping {
        justify-content: flex-end;
    }


    #js-product-list .product_list.gridcount.list article.product_item .product-listgrid-availability-wrap {
        text-align: left;
    }

    #js-product-list .product_list.gridcount.list .product-add-to-cart {
        width: 100%;
    }

    #js-product-list .product_list.gridcount.list .product-add-to-cart .add-to-cart-button form {
        width: 100%;
    }

    #js-product-list .product_list.gridcount.list article.product_item .product-add-to-cart .product-quantity {
        display: none;
    }

    #js-product-list .product_list.gridcount.list article.product_item .add-to-cart {
        width: 100%;
        padding: 15px;
        font-weight: 700;
        font-size: 18px;
    }

    .product_list.gridcount.list .product_item {
        padding: 0 0 10px;
        margin-bottom: 30px;
    }

    #js-product-list .product_list.gridcount.list article .product-miniature {
        padding: 0;
    }

}

/* Filtro Sello (manufacturer): colapsable */
#search_filters .facet.facet--manufacturer-manufacturer .facet-sello-toggle {
  cursor: pointer;
  padding: 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  user-select: none;
}
#search_filters .facet.facet--manufacturer-manufacturer .facet-sello-toggle .facet-title {
  margin: 0;
  padding: 0; 
}

#search_filters .facet.facet--manufacturer-manufacturer .facet-sello-toggle .collapse-icons .add {
  display: inline-block;
}
#search_filters .facet.facet--manufacturer-manufacturer .facet-sello-toggle .collapse-icons .remove {
  display: none;
}
#search_filters .facet.facet--manufacturer-manufacturer .facet-sello-toggle[aria-expanded="true"] .collapse-icons .add {
  display: none;
}
#search_filters .facet.facet--manufacturer-manufacturer .facet-sello-toggle[aria-expanded="true"] .collapse-icons .remove {
  display: inline-block;
}
#search_filters .facet.facet--manufacturer-manufacturer .collapse.facet-sello-list,
#search_filters .facet.facet--manufacturer-manufacturer .collapse {
  display: block !important;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.2s ease, opacity 0.2s ease;
}
#search_filters .facet.facet--manufacturer-manufacturer .collapse.facet-sello-list.in,
#search_filters .facet.facet--manufacturer-manufacturer .collapse.in {
  max-height: 800px;
  opacity: 1;
}

@media (max-width: 480px) {
    #header .header-top .header_logo img.logo {
        width: 180px;
    }

    .header-top .header-div .container {
        grid-template-columns: 150px 33px calc(100% - 183px);
    }

    .searchtoggle {
        width: 244px !important;
    }


    #products .products .list article.product_item .thumbnail-container {
        width: 100%;
    }

    #products .products .list article.product_item .center-block {
        width: calc(100%);
    }


}


/* media queries */

@media (min-width: 1450px) {

    #header .header-top .header_logo {
        width: 220px;
        margin-top: 10px;
    }

    #cpcategorytabs .products .product_list article.product_item.col-sm-6{
        width: 14.260%;
    }


}

@media (min-width: 1200px) and (max-width: 1449px) {

    #search_block_top #search_query_top {
        width: 276px !important;
    }
}

@media (min-width: 992px) and (max-width: 1449px) {

    #header .header-top .header_logo {
        width: 200px;
        margin-top: 10px;
    }

}

@media (max-width: 997.99px) {

    #header .header-top .header_logo {
        width: 190px;
    }

}

@media (max-width: 768px) {
    .productpaymentlogo {
        display: block;
    }
}
