/**
 * WARNING: do not edit this file. It was generated automatically, your changes will be overwritten and lost.
 * To override or extend default CSS styles use custom.css file (refer to the user guide for details).
 * 2024-03-20 13:06:23 */

/* w:1440, b:1440*/









        




    
        




        




        
    @media only screen and (min-width: 1440px)     {
        /* Misc
        -------------------------------------------------------------- */
        /* Mini cart */
        .after-mini-cart { clear:none; }
        
        /* Cloud zoom
        -------------------------------------------------------------- */
        .itemslider-thumbnails.count-4,
        .itemslider-thumbnails.count-5,
        .itemslider-thumbnails.count-multi { max-width:316px; } /*4*/
        
        /* Direction navigation */
        .itemslider-thumbnails.count-4 .direction-nav { display:none; }
        
        /* Slideshow caption
        -------------------------------------------------------------- */
                
    }

    




        
    @media only screen and (min-width: 1200px) and (max-width: 1439px)     {
        /* Cart
        -------------------------------------------------------------- */
        .cart-table .product-image { max-width:110px; }
        
        /* Misc
        -------------------------------------------------------------- */
        /* Mini cart */
        .after-mini-cart { clear:none; }

        /* Cloud zoom
        -------------------------------------------------------------- */
        .itemslider-thumbnails.count-4,
        .itemslider-thumbnails.count-5,
        .itemslider-thumbnails.count-multi { max-width:316px; } /*4*/
        
        /* Direction navigation */
        .itemslider-thumbnails.count-4 .direction-nav { display:none; }
        
        /* Slideshow caption
        -------------------------------------------------------------- */
        
    }

    




    @media only screen and (max-width: 1199px) {
    }





        
    @media only screen and (min-width: 992px) and (max-width: 1199px)     {
        /* Cart
        -------------------------------------------------------------- */
        .cart-table .product-image { max-width:80px; }
    }

    




    
    @media only screen and (min-width: 992px)
    {
        /* Labels in product view
        -------------------------------------------------------------- */
        .product-view .round-stickers .sticker {
            width: 80px;
            height: 80px;
            font-size: 1.6rem;
            line-height: 80px;
        }
    }





    @media only screen and (max-width: 991px)
    {

        /* Products view
        -------------------------------------------------------------- */

            /* Product collateral data container
            -------------------------------------------------------------- */

            /* Headings */

            .product-view .box-collateral > h2:first-child,
            .product-view .collateral-block > h2:first-child,
            .product-view .box-collateral .section-title
            {
                font-size: 19px;
            }

        /* Products grid: override size of elements (values like size-s)
        -------------------------------------------------------------- */
        /* Product labels */
        .round-stickers .sticker {
            width: 45px;
            height: 45px;
            font-size: 1.2rem;
            line-height: 45px;
        }

        /* Misc
        -------------------------------------------------------------- */
        /* Scroll to top button */
        #scroll-to-top {
            /*display:none !important;*/
            width:40px;
            height:40px;
            line-height:40px;
            font-size:28px;
            bottom:81px;
            right:0;
            border-radius:0;
        }

        /* Hide amount. Note: has to be defined after aligning ".amount" center */
        .toolbar .sorter .amount {
            display:none !important;
        }

        /* Banners
        -------------------------------------------------------------- */
        /* Make the font size smaller on mobile */
        .cap-text-bg .text {
            padding: 2px 4px;
        }

        .cap p {
            font-size: 1.4rem !important;
        }

        .cap h1,
        .cap h2,
        .cap h3,
        .cap h4 {
            font-size: 1.9rem !important;
        }
        .cap h5,
        .cap h6 {
            font-size: 1.6rem !important;
        }

    }





        
    @media only screen and (min-width: 768px) and (max-width: 991px)     {

        /* Default Magento classes
        -------------------------------------------------------------- */
        .nobr { white-space:normal !important; }
        
        /* Cart
        -------------------------------------------------------------- */
        .cart-table .product-name { font-size:1em; font-family: inherit; }
        .cart-table .product-image { max-width:80px; }
        
        /* Product page
        -------------------------------------------------------------- */
        /* Related - simple */
        .block-related-thumbnails .product-details {
            margin-left:0;
            margin-bottom:10px;
            clear:left;
        }
        
        /* Cloud zoom
        -------------------------------------------------------------- */
        /* Shrink the slider if to many thumbnails */
        .itemslider-thumbnails.count-3,
        .itemslider-thumbnails.count-4,
        .itemslider-thumbnails.count-5,
        .itemslider-thumbnails.count-multi { max-width:158px !important; } /*2*/
        
        /* Direction navigation */
        .itemslider-thumbnails.count-3 .direction-nav,
        .itemslider-thumbnails.count-4 .direction-nav,
        .itemslider-thumbnails.count-5 .direction-nav,
        .itemslider-thumbnails.count-multi .direction-nav { display:block; }

        /* Thumbnails */
        .img-box .thumbnails.show-all.auto-adjust-width .item { max-width: 32%; }
        
        /* Slideshow caption
        -------------------------------------------------------------- */
                
        .caption button.button span span {
            height: 35px;
            line-height: 35px;
            padding: 0 15px;
        }

    }

    





@media only screen and (min-width: 768px)
{
    h1 { font-size: 4.0rem; }
    h2 { font-size: 3.0rem; }
    h3 { font-size: 2.4rem; }
    h4 { font-size: 1.9rem; }
    h5 { font-size: 1.6rem; }
    h6 { font-size: 1.4rem; }
    
    /* Mobile collapsible
    -------------------------------------------------------------- */
    .footer .mobile-collapsible .block-title { border-bottom: none; } /* Hide line when not on mobile */
}






@media only screen and (max-width: 767px)
{
    
    /* Grid and basic layout
    -------------------------------------------------------------- */
    
        /* Margin for basic Magento columns */
        .col-main,
        .col-left,
        .col-right
        {
            margin-bottom:30px;
        }
        
        
        /* Remove additional margin for sidebars */
        .col-left > *,
        .col-left .widget-static-block { margin-right: 0; }
        .col-right > *,
        .col-right .widget-static-block { margin-left: 0; }
    
    /* Magento utility classes
    -------------------------------------------------------------- */
    .nobr { white-space:normal !important; }
    
    /* Forms
    -------------------------------------------------------------- */
    .form-list .field,
    .form-list input.input-text,
    .form-list textarea,
    .form-list select,
    .form-list li.wide .input-box,
    .form-list li.wide input.input-text,
    .form-list li.wide textarea,
    .form-list li.wide select { max-width:100%; }
    
    /* Tables
    -------------------------------------------------------------- */
    .data-table thead .nobr { white-space:normal !important; }
    .data-table th,
    .data-table td { padding:5px; }
    
    /* Data tables formatting
    -------------------------------------------------------------- */
    
        /* Basic formatting */
            .cart .data-table thead,
            .my-wishlist .data-table thead,
            .my-account .data-table thead,
            .order-review .data-table thead { display:none; }
            
            .cart .data-table tbody,
            .my-wishlist .data-table tbody,
            .my-account .data-table tbody,
            .order-review .data-table tbody { background:transparent !important; }
            
            .cart .data-table tr,
            .cart .data-table td,
            .my-wishlist .data-table tr,
            .my-wishlist .data-table td,
            .my-account .data-table tr,
            .my-account .data-table td,
            .order-review .data-table tr,
            .order-review .data-table td { border:none !important; background:transparent !important; display:block; width:100%; text-align:left !important; }
            
            .cart .data-table tr,
            .my-wishlist .data-table tr,
            .my-account .data-table tr,
            .order-review .data-table tr { border-bottom:1px solid #e5e5e5 !important; margin-bottom:20px; }
            
        /* Highlight first cell in table footer */
            .my-account .data-table tfoot tr td:first-child,
            .order-review .data-table tfoot tr td:first-child { font-weight:bold; }
    
        /* Show cell label */
            .data-table .cell-label {
                display:inline-block;
                width:30%;
                min-width:100px;
                max-width:140px;
                margin-right:10px;
                font-weight:bold;
            }
    
    /* Header
    -------------------------------------------------------------- */

        /* Global notices
        -------------------------------------------------------------- */
        .global-site-notice .notice-inner { background:none; padding:10px 0; text-align:center; }
        .global-site-notice .notice-inner p { width:100%; padding:0 0 10px; }
        .global-site-notice .notice-inner .actions { padding-bottom:5px; }

        /* Items in the top header
        -------------------------------------------------------------- */
        /* Make side margins smaller */
        .header-regular .item-left { margin-right: 5px; }
        .header-regular .item-right { margin-left: 5px; }
        
        /* Other
        -------------------------------------------------------------- */
        /* User menu (Top Links) */
        .user-menu { width:100%; margin-left:0; margin-right:0; }
        
        /* Top links */
        .top-links { float:left; }

        /* Line breaker - disable on narrow screens */
        .user-menu .line-break-after { clear:none; }

    /* Header - old styles applied when mobile header mode is not enabled
       and the "header-regular" class is not removed from header container on narrow screens
    -------------------------------------------------------------- */

        /* Vertically aligned blocks.
           Reset block below this breakpoint - blocks become full width and stack vertically
        -------------------------------------------------------------- */
        .header-regular .hp-blocks-holder { display:block; }
        .header-regular .hp-blocks-holder .hp-block {
            float:inherit;
            display: block;
            width: 100%;
            margin-left: 0;
            margin-right: 0;
            padding-left: 0;
            padding-right: 0;
        }

        /* Logo
        -------------------------------------------------------------- */
        .header-regular .header .logo-wrapper { text-align:center; }
        .header-regular .header .logo-wrapper .logo { width:70%; margin-left:auto; margin-right:auto; }
        
        /* Quick search
        -------------------------------------------------------------- */

            /* Search: mobile (search bar layout for narrow screens)
            -------------------------------------------------------------- */
            .header-regular .search-wrapper-mobile {
                display: block; /* To override possible inline styles */
                clear: both;
                width: 100%;
                margin: 10px 0;
                /*float: none;*/
            }
            .header-regular .search-wrapper-mobile .form-search {
                width: 100%;
                max-width: 440px;
                margin-left: auto;
                margin-right: auto;
            }
            .header-regular .search-wrapper-mobile .form-search .input-text {
                width: 100%;
                min-width: 100%; /* Cancel minimum width */
            }

            /* Search: header inline
            -------------------------------------------------------------- */
            /* Note: added .header class to override other selectors */
            .header-regular .header .search-wrapper-inline {
                display: block;
                clear: both;
                width: 100%;
                margin: 10px auto;
            }

    /* Main
    -------------------------------------------------------------- */

        /* On mobile there is no need to set minimum height of the content area */
        .main { min-height: 100px; }
    
    /* Footer
    -------------------------------------------------------------- */

        /* Footer elements - align center */
            
            .footer .mobile-inline-container { text-align:center; }
            .footer .mobile-inline-container > * { float:none; display:inline-block; margin-left:5px; margin-right:5px; }

            .footer-primary-top-spacing,
            .footer-primary-bottom-spacing,
            .footer-top .links,
            .footer-bottom { text-align:center; }
            
            .footer-primary-top-spacing .item,
            .footer-primary-bottom-spacing .item,
            #subscribe-form,
            .footer-bottom .item,
            .footer-top .links li { float:none; display:inline-block; }
            .footer-top .item { float:none; }
        
        /* Simplify links */
        .footer .links-wrapper-separators .links li a,
        .footer .links-wrapper-separators-left .links li a { background-image:none; }
        
        /* Footer elements */
        .footer-primary-bottom-spacing .item { width:100%; margin:0; }
        .footer-bottom .item { margin-left:5px; margin-right:5px; }

        /* Copyright - remove space */
        .footer-copyright { margin-left:0;  }

        /* Primary and secondary section: additional inner padding */
        .footer-primary > .grid-full > .section,
        .footer-secondary > .grid-full > .section { padding:15px 10px; }

    /* Breadcrumbs on product page
    -------------------------------------------------------------- */
    .catalog-product-view .breadcrumbs { text-align: center; }
    .catalog-product-view .breadcrumbs > * { display: inline-block; }
    
    /* Layered navigation
    -------------------------------------------------------------- */

        .block-layered-nav {
            margin-top: 30px;
            margin-bottom: 30px;
        }
        /* Hide main heading of the block */
        .block-layered-nav .block-title {
            display: none;
        }
        .block-layered-nav .block-content {
            font-size: 14px;
            padding: 0;
        }
        #narrow-by-list,
        #narrow-by-list2 {
            margin: 0 15px;
        }

        /* Attributes
        -------------------------------------------------------------- */
        .block-layered-nav .block-content > dl > dt {
            cursor: pointer;
            padding: 7px 10px 7px 25px;
            border-bottom: 1px solid #f5f5f5;
            text-transform: uppercase;
        }
        .block-layered-nav .block-content > dl > dt:after {
            display: block; /* Show on mobile */
            content: '';
            position: absolute;
            width: 0;
            height: 0;
            border-top: 5px solid transparent;
            border-bottom: 5px solid transparent;
            border-left: 5px solid #ddd;
            border-right: none;
        }
        .block-layered-nav .block-content > dl > dd {
            display: none;
            padding: 10px 0;
        }

        /* Accordion opened */
        .block-layered-nav .block-content.accordion-open > dl > dt.current:after {
            content: '';
            position: absolute;
            width: 0;
            height: 0;
            display: block;
            border-right: 5px solid transparent;
            border-left: 5px solid transparent;
            border-top: 5px solid #ddd;
            border-bottom: none;
            left: 6px;
            top: 50%;
            margin-top: -3px;
        }
        .block-layered-nav .block-content.accordion-open > dl > dd.current {
            display: block;
        }

        /* Block subtitle
        -------------------------------------------------------------- */
        .block-layered-nav .block-subtitle--filter {
            margin: 0;
            display: block;
        }

        /* Single filter
        -------------------------------------------------------------- */
        .block-layered-nav dl dd ol > li > a,
        .block-layered-nav dl dd ol > li > span {
            position: static;
            padding: 7px 14px;
            margin-bottom: 5px;
        }
        .block-layered-nav dl dd ol > li > a:before {
            display: none; /* Hide on mobile */
        }
        .block-layered-nav dl dd ol > li > a {
            color: inherit;
            background-color: #f9f9f9;
            padding: 5px 10px;
        }
        .block-layered-nav dl dd ol > li > a:hover {
            text-decoration: none;
            background: #f5f5f5;
        }
    
    /* Toolbar
    -------------------------------------------------------------- */
    
        /* All elements - align center and increase vertical spacing */
        .pager,
        .sorter { text-align:center; }
        .pager .amount,
        .pager .limiter,
        .pager .pages,
        .sorter .amount,
        .sorter .limiter,
        .sorter .view-mode,
        .sorter .sort-by { display:inline-block; float:none; padding-top:0; padding-bottom:0; }
        
        .toolbar .sort-by,
        .toolbar .sorter .amount { border-right:none; }

        .sorter .per-page,
        .pager .per-page { display:none; }

    /* Category view
    -------------------------------------------------------------- */
    
        .note-msg.empty-catalog {
            background-position:center 10px !important;
            color:inherit;
            padding:150px 10px 10px !important;
            text-align:center;
        }

        /* Page heading with RSS link */
        .page-title { position:relative; }
        .page-title .link-rss { float:none; display:block; position:static; margin:10px 0 0; }

    /* Products list
    -------------------------------------------------------------- */
    .products-list .product-shop-inner { padding-right:0; border-right:none; }

    /* Products grid: override size of elements (values like size-s)
    -------------------------------------------------------------- */
    /* Product name */
    .products-grid .product-name {
        font-size:1.1666em; /*14px*/
        line-height:1.2307em; /*16px*/
    }

    /* Product view
    -------------------------------------------------------------- */

        /* Reset "nested container" style */
        .product-view {
            width: 100%;
            margin-left: 0;
        }

        /* Margin for all product view columns
        -------------------------------------------------------------- */

        .product-img-column,
        .product-primary-column,
        .product-primary-column-part2,
        .product-secondary-column,
        .product-lower-primary-column,
        .product-lower-primary-column-part2,
        .product-lower-secondary-column
        {
            margin-bottom:30px;
        }

        /* Order of product page columns in mobile view
        -------------------------------------------------------------- */

        /* Make this element a flex container */
        .product-view {
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
        }

        /* Order of product view columns in mobile view */
        .product-img-column {
            -ms-flex-order: 0;
             -webkit-order: 0;
                     order: 0;
        }
        .product-primary-column {
            -ms-flex-order: 10;
             -webkit-order: 10;
                     order: 10;
        }
        .product-primary-column-part2 {
            -ms-flex-order: 11;
             -webkit-order: 11;
                     order: 11;
        }
        .product-lower-primary-column {
            -ms-flex-order: 20;
             -webkit-order: 20;
                     order: 20;
        }
        .product-secondary-column {
            -ms-flex-order: 30;
             -webkit-order: 30;
                     order: 30;
        }
        .product-lower-secondary-column {
            -ms-flex-order: 40;
             -webkit-order: 40;
                     order: 40;
        }
        .product-lower-primary-column-part2 {
            -ms-flex-order: 50;
             -webkit-order: 50;
                     order: 50;
        }

        /* Product collateral data container
        -------------------------------------------------------------- */

        /* Headings */

        .product-view .box-collateral > h2:first-child,
        .product-view .collateral-block > h2:first-child, /* Rule required in case a heading is not a child of "box-collateral" */
        .product-view .box-collateral .section-title
        {
            font-size: 17px;
        }

        /* Other
        -------------------------------------------------------------- */

        /* Wrapper for collaterals - remove top margin (grid units already have bottom margin) */
        .product-view .box-additional { margin-top:0; }
        
        /* Related: remove bottom margin */
        .block-related-slider { margin-bottom:0; }

        /* Sidebar */
        .product-view .custom-sidebar-right .inner { padding-left:0; border-left:none; }
        .product-view .custom-sidebar-left .inner { padding-right:0; border-right:none; }

        /* Add-to links */
        .product-view .add-to-links { text-align: center; }
        .product-view .add-to-links li { float: none; display: inline-block; }
    
    /* Cart
    -------------------------------------------------------------- */
    
        /* Buttons below table: align center */
        .cart-table tfoot tr.first td { text-align:center !important; padding:0; margin-bottom:20px; }
        .cart-table tfoot button { display:inline-block; float:none !important; margin:0 0 3px; padding:0; }
    
    /* One Page Checkout
    -------------------------------------------------------------- */
        
        /* Step title - link "edit" */
        .opc .allow .step-title a { display:none; }
    
        /* Form */
        /*.opc form fieldset { display:table-column-group; }*/

    /* Account
    -------------------------------------------------------------- */
    .my-wishlist .product-image { max-width: none;  }
    
    /* Items slider
    -------------------------------------------------------------- */
    .control-nav.control-paging { display:none; } /* Deprecated */

    /* If only one item exists */
    .itemslider.single-item .slides > li { margin: 0 auto; } /* Deprecated */
    
    /* Slideshow
    -------------------------------------------------------------- */
    /* When additional banners are on the left side, the slideshow is on the right side - but not on mobile! */
    .slideshow-wrapper._right {
        float: none !important;
    }

    .slideshow-wrapper-additional { margin-top: 0 !important; /* Reset nagative top margin */ }

    /* Additional banners */
    .slideshow-banners {
        padding-left: 0;
        padding-right: 0;
    }
       
    /* Slideshow navigation: move buttons to the top right corner */
    .slideshow-wrapper-outer .slider-arrows2 .owl-controls .owl-buttons .owl-prev { top:10px; right:60px; left:auto; }
    .slideshow-wrapper-outer .slider-arrows2 .owl-controls .owl-buttons .owl-next { top:10px; right:10px; left:auto; }

    /* Pagination */
    .slideshow-wrapper-outer .owl-pagination { display: none; }
    
    /* Slideshow caption */
    /* Shrink font, hide all elements except heading */
    .caption > * { display:none !important; }
    .caption .heading { display:inline-block !important; font-size:2.0833em; margin-bottom:1px; }
    .caption p { font-size:1.1666em; margin-bottom:1px; }        
    .caption button.button span span {
        height: 30px;
        line-height: 30px;
        padding: 0 10px;
    }
    
    /* Cloud Zoom
    -------------------------------------------------------------- */
    /* Hide zoom */
    .cloud-zoom-big,
    .cloud-zoom-lens { display:none !important; }
    .cloud-zoom-lens { cursor:default !important; }

    /* Thumbnails */
    .img-box .thumbnails.show-all.auto-adjust-width .item { max-width: 16%; }
    
    /* Lightbox
    -------------------------------------------------------------- */
    #cboxTitle,
    #cboxCurrent { display:none !important; }
    
    /* Accordion
    -------------------------------------------------------------- */
    .accordion-style1 li a {
        padding:15px 10px;
        font-size: 1.1666em; /*14px*/
        line-height: 1.2857em; /*18px*/
    }
    /* Space for openner if item has children. It has to be a few pixels wider than openner */
    .accordion-style1 li.parent > a { padding-right:53px; }
    .accordion-style1 .opener { width:48px; height:48px; line-height:48px; }

    /* Different types of collapsible blocks
    -------------------------------------------------------------- */
    /* Sidebar blocks */
    .sidebar .block {
        margin-bottom: 20px;
    }

    /* Blocks collapsible only on mobile, so icon visible only on mobile */
    .mobile-collapsible .block-title:after,
    .sidebar .block .block-title:after,
    .block-layered-nav .block-title:after {
        /* Show only on mobile */
        display: inline-block !important;
    }
    .mobile-collapsible .block-title,
    .sidebar .block .block-title,
    .block-layered-nav .block-title {
        cursor: pointer;
    }

}





/* 480px <= width < 768px */

@media only screen and (min-width: 480px) and (max-width: 767px)
{

    /* Category view
    -------------------------------------------------------------- */
    .products-list .product-shop,
    .products-list .right-column,
    .products-list .product-image-wrapper { width:48%; margin-left:1%; margin-right:1%; }
    
    /* Cloud zoom
    -------------------------------------------------------------- */
    /* Broaden the slider if at least 4 thumbnails */
    .itemslider-thumbnails.count-4,
    .itemslider-thumbnails.count-5,
    .itemslider-thumbnails.count-multi { max-width:316px; } /*4*/
    
    /* Direction navigation */
    .itemslider-thumbnails.count-4 .direction-nav { display:none; }

    /* Shrink and align center the main image */
    .img-box .product-image { width:60.4651%; /*364px*/ }   

}





/* 640px <= width < 768px */

@media only screen and (min-width: 640px) and (max-width: 767px)
{
}





/* width < 640px */

@media only screen and (max-width: 639px)
{
    /* Mobile header
    -------------------------------------------------------------- */
    .header-mobile .skip-link .label { display: none !important; }
    .header-mobile .skip-link .icon { margin-right: 0; }
    .header-mobile .skip-link .count { margin-right: 0; /* Reset negative margin to align content of a skip-link */ }

    /* Dropdowns in mobile header collaterals */
    .header-mobile .header-collateral .dropdown .dropdown-heading {
        line-height: 36px;
        max-height: 36px;
    }

    /* Cloud zoom
    -------------------------------------------------------------- */
    /* Thumbnails */
    .img-box .thumbnails.show-all.auto-adjust-width .item { max-width: 19%; }

    /* Banners
    -------------------------------------------------------------- */
    /* Make the font size smaller on mobile.
       Added "ban" class to make the selector more specific. */
    .ban .cap p {
        font-size: 1.2rem !important;
    }

    .ban .cap h1,
    .ban .cap h2,
    .ban .cap h3,
    .ban .cap h4,
    .ban .cap h5,
    .ban .cap h6 {
        font-size: 1.6rem !important;
    }

}





/* 480 <= width < 640px */

@media only screen and (min-width: 480px) and (max-width: 639px)
{
}





/* width < 480px */

@media only screen and (max-width: 479px)
{
    /* Buttons - stretch full width
    -------------------------------------------------------------- */
    .buttons-set .button,
    .title-buttons .button,
    .cart .btn-checkout,
    .mini-cart .actions .button,
    .mini-compare .actions .button {
        float: none;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 7px;
    }
    .buttons-set .button:last-child,
    .cart .btn-checkout:last-child,
    .mini-cart .actions .button:last-child {
        margin-bottom: 0;
    }

    /* Button on product page - stretch full width and remove vertical alignment
    -------------------------------------------------------------- */
    .product-view .add-to-cart {
        display: block;
        float: none;
    }
    .product-view .add-to-cart .btn-cart {
        display: block;
        width: 100%;
        margin: 0 0 7px;
    }
    .add-to-cart.left-side .qty-wrapper label {
        padding-left: 0;
    }

    /* Buttons set
    -------------------------------------------------------------- */
    .buttons-set .back-link {
        display: none;
    }
    .buttons-set .required {
        display: none;
    }
    
    /* Grid elements
    -------------------------------------------------------------- */
    .col2-set .col-1,
    .col2-set .col-2 { width:100%; }
    
    /* Header
    -------------------------------------------------------------- */

        /* Simplify horizontal links */
        .header .links-wrapper-separators .links li a,
        .header .links-wrapper-separators-left .links li a { background-image:none; }
        
        /* Header elements - align center.
           TODO: apply or remove in future updates.
        -------------------------------------------------------------- */
            .header .mobile-inline-container { text-align:center; }
            .header .mobile-inline-container > * { float:none; display:inline-block; margin-left:5px; margin-right:5px; }

        /* Header top elements - align center
        -------------------------------------------------------------- */
            /*.header-top { text-align:center; }
            .header-top .item { float:none; display:inline-block; margin-left:5px; margin-right:5px; }
            .header-top .links { text-align:center; }
            .header-top .links li { float:none; display:inline-block; }*/

    /* Header - old styles applied when mobile header mode is not enabled
       and the "header-regular" class is not removed from header container on narrow screens
    -------------------------------------------------------------- */
        
        /* Header elements - align center
        -------------------------------------------------------------- */

            /* Links */
            .header-regular .header .links { text-align:center; }
            .header-regular .header .links li { float:none; display:inline-block; }

            /* User menu */
            .header-regular .user-menu { text-align:center; }
            .header-regular .user-menu > *,
            .header-regular .user-menu .links,
            .header-regular .dropdown { float:none !important; display:inline-block !important; }
    
    /* Products list
    -------------------------------------------------------------- */
    .products-list .item { margin-bottom:20px; }
    .products-list .item:first-child { margin-top:1px; /* Move item down to uncover the border of the toolbar */ }
    .products-list .product-image { margin-bottom:20px; }

    /* Products list: disable hover effect
    -------------------------------------------------------------- */
    /* Cancel "hover effect" styles: apply the same styles which item has without "hover effect" */
    .products-list.hover-effect .item { border-top: none; }
    .products-list.hover-effect .item:hover {
        margin-left:0;
        margin-right:0;
        padding-left:0;
        padding-right:0;
        box-shadow: none !important;
    }

    /* Products grid: override size of elements (values like size-xs)
    -------------------------------------------------------------- */
    /* Product labels */
    .round-stickers .sticker {
        width: 40px;
        height: 40px;
        font-size: 1.1rem;
        line-height: 40px;
    }
    
    /* Product page
    -------------------------------------------------------------- */
    
        /* Reviews */
        .product-view .box-reviews .form-add .data-table th,
        .product-view .box-reviews .form-add .data-table td { padding: 6px 1px; }
        .product-view .box-reviews .form-add .form-list input.input-text,
        .product-view .box-reviews .form-add .form-list textarea { width: 100%; }

        /* Add-to links */
        .product-view .add-to-links { text-align: inherit; }
    
    /* Toolbar
    -------------------------------------------------------------- */
    
        .toolbar .limiter { display:none; }
        .sorter .view-mode { display:none; }
        .sorter .sort-by { background:none; margin-right:0; margin-left:0; padding-right:0; padding-left:0; } /* Remove right divider */
    
    /* Account
    -------------------------------------------------------------- */
    
        /* Account info + Order info */
            /*
            .box-account.box-info .col-1,
            .order-info-box .col-1 { border-right:none; }
            .box-account.box-info .col-1 .box,
            .order-info-box .col-1 .box { padding-right:0; }
            */
            
            .my-account .col2-set .col-1 { border-right:none; margin-bottom:20px; }
            .my-account .col2-set .col-1 .box { padding-right:0; }
        
        /* Order details */
            .order-items .sub-title .separator { display:none; }

    /* Checkout
    -------------------------------------------------------------- */
    .opc .step-title h2 { font-size:1em; line-height:2.8333em; }

    /* Advanced search results
    -------------------------------------------------------------- */
    .advanced-search-summary ul { width: 100%; margin-right: 0; }

    /* Footer
    -------------------------------------------------------------- */
    #subscribe-form label {
        display: inline-block;
        float: none;
        line-height: 1em;
        margin: 15px 0 2px;
    }
    #subscribe-form .input-box {
        display: inline-block;
        float: none;
        margin: 5px 0;
        position: relative;
        width: 100%;
    }
    #subscribe-form .input-text { width:100%; max-width:100%; }
    #subscribe-form .button {
        display: inline-block;
        float: none;
    }
    /*TOOD: check on mobiles*/
    #subscribe-form .input-box .validation-advice { width: 100%; left: 0; }
    
    /* Slideshow
    -------------------------------------------------------------- */
    /* Slideshow caption */
        /* Shrink font. Hide all elements, even with class "permanent" (except heading with "permanent") */
        .caption > *,
        .caption .heading,
        .caption .permanent { display:none !important; }
        .caption .heading.permanent { display:inline-block !important; }

        .caption .heading { font-size:1.3333em; }
        .caption p { font-size:1em; }

    /* Itemslider
    -------------------------------------------------------------- */
    /* Pagination */
    .itemslider .owl-pagination { display: none; }
    
    /* Cloud zoom
    -------------------------------------------------------------- */
    #zoom-btn { display:none; }

    /* Thumbnails */
    .img-box .thumbnails.show-all.auto-adjust-width .item { max-width: 24%; }

    /* Banners
    -------------------------------------------------------------- */
    /* Make the font size smaller on mobile.
       Added "ban" class to make the selector more specific. */
    .ban .cap p {
        font-size: 1.1rem !important;
    }

    .ban .cap h1,
    .ban .cap h2,
    .ban .cap h3,
    .ban .cap h4,
    .ban .cap h5,
    .ban .cap h6 {
        font-size: 1.3rem !important;
    }
    
}





/* 320px <= width < 480px */

@media only screen and (min-width: 320px) and (max-width: 479px)
{
   
    /* Cloud zoom
    -------------------------------------------------------------- */
    /* Shrink the slider if to many thumbnails */
    .itemslider-thumbnails.count-3,
    .itemslider-thumbnails.count-4,
    .itemslider-thumbnails.count-5,
    .itemslider-thumbnails.count-multi { max-width:237px; } /*3*/       /*{ max-width:158px; }*/ /*2*/
    
    /* Direction navigation */
    .itemslider-thumbnails.count-3 .direction-nav,
    .itemslider-thumbnails.count-4 .direction-nav,
    .itemslider-thumbnails.count-5 .direction-nav,
    .itemslider-thumbnails.count-multi .direction-nav { display:block; }
    
}





/* width < 320px */

@media only screen and (max-width: 319px)
{
    /* Mobile header
    -------------------------------------------------------------- */
    .header-mobile .header-collateral {
        float: none;
        text-align:center;
    }
    .header-mobile .header-collateral > * {
        display: inline-block;
    }
    .header-mobile .logo-wrapper--mobile {
        float: none !important;
        text-align: center !important;
    }

    /* Product page
    -------------------------------------------------------------- */
    /* Related - thumbnails */
    .block-related-thumbnails .product-details {
        margin-left:0;
        margin-bottom:10px;
        clear:left;
    }
    .block-related-thumbnails .product-details .price-box { display: inline-block; margin-right:5px; }
    .block-related-thumbnails .product-details .related-add-to-wishlist { display: inline-block; }
    
    /* Cloud zoom
    -------------------------------------------------------------- */
    /* Thumbnails */
    .img-box .thumbnails.show-all.auto-adjust-width .item { max-width: 32%; }
    
    /* Slideshow
    -------------------------------------------------------------- */
    .slideshow-wrapper-outer .owl-buttons { display: none; }

}






/* 240px <= width < 320px */

@media only screen and (min-width: 240px) and (max-width: 319px) {

    /* Cloud zoom
    -------------------------------------------------------------- */
    /* Shrink the slider if to many thumbnails */
    .itemslider-thumbnails.count-3,
    .itemslider-thumbnails.count-4,
    .itemslider-thumbnails.count-5,
    .itemslider-thumbnails.count-multi { max-width:158px; } /*2*/

}






/* width < 240px */

@media only screen and (max-width: 239px) {

    /* Cloud zoom
    -------------------------------------------------------------- */
    /* Shrink the slider if to many thumbnails */
    .itemslider-thumbnails.count-2,
    .itemslider-thumbnails.count-3,
    .itemslider-thumbnails.count-4,
    .itemslider-thumbnails.count-5,
    .itemslider-thumbnails.count-multi { max-width:79px !important; } /*1*/
    
    /* Direction navigation */
    .itemslider-thumbnails.count-2 .direction-nav,
    .itemslider-thumbnails.count-3 .direction-nav,
    .itemslider-thumbnails.count-4 .direction-nav,
    .itemslider-thumbnails.count-5 .direction-nav,
    .itemslider-thumbnails.count-multi .direction-nav { display:block; }

}





/**
 * Override styles configured via admin panel
 */



/* Additional styles for interface icons
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/

/* Icons with no background
-------------------------------------------------------------- */
/* Toolbar */
.sorter .view-mode a,
.sorter .sort-by .category-asc,
.sorter .sort-by .category-desc,
.pager .pages li a,

/* Slider arrows (for zoom thumbnails) */
.slider-arrows3 .owl-controls .owl-buttons div,
.slider-arrows3 .owl-controls.clickable .owl-buttons div.disabled:hover
{
	background-color:transparent;
}

/* Other icons
-------------------------------------------------------------- */
/* Add-to links icons in product grid - square, no rounding */
.products-grid .addto-links-icons span.icon { border-radius: 0; }

/* Pager */
.pager .pages li a { background-color:#f5f5f5; }

/* Add-to links */
.addto-links-icons .ic { background-color:#fff; }
