

@media (min-width: 1200px) {
    #header .header-nav {
        background: #ffffff;
    }

    #header .header-nav > .container > .row {
        border-bottom: 1px solid #e0e0e0;
        margin: 0;
    }
    

    #header .header-nav #contact-link i, #header .header-nav #contact-link, #header .header-nav #contact-link a, 
    #header .language-selector-wrapper .dropdown .expand-more, #header .currency-selector .expand-more, 
    #header .header-nav .user-info i, #header .header-nav .user-info a {
        color: #4a4a4a;
    }

    #header .header-nav .currency-selector:after, #header .header-nav .language-selector:after {
        /* border-right: 1px solid #4a4a4a; */
        border-right: 0; 
    }
}


@media (min-width: 1200px) {
main.animsition {opacity: 1!important;
animation-fill-mode: none!important;;
-webkit-animation-fill-mode: none!important;;
animation-duration: initial!important;}
} 



div#left-column {
    float: left;
}

/* Primary and secondary colors */
#left-column .block-categories a.h6, #left-column #search_filters > p.h6, #wrapper #left-column .sidebar-block p.h6, .tabs .nav-tabs .nav-link.active {
    background: #ff5238;
}
.search-widget form button[type=submit] i {
    color: #ff5238;
}
.tabs .nav-tabs .nav-link.active {
    border: 1px solid #ff5238;
}

.header .fa-shopping-cart:before {
    color: #ED658C;
}

#wrapper #left-column .sidebar-block.specials p.h6 {
    background: #ED658C;
}


.btn.btn-secondary, #authentication [data-action="show-password"],
#blockcart-modal .cart-content .btn.btn-secondary, #blockcart-modal .cart-content .btn.btn-tertiary,
#products .up .btn-secondary, #products .up .btn-tertiary {
    background: #888888;
    color: #ffffff;
    font-size: 14px;
}

.btn.btn-secondary:hover, #authentication [data-action="show-password"]:hover,
#blockcart-modal .cart-content .btn.btn-secondary:hover, #blockcart-modal .cart-content .btn.btn-tertiary:hover {
    background: #666666;
    color: #ffffff;
}

#wpimageslider-wrap .btn-default, .btn.btn-primary, #header .header-top .blockcart .cart-summary a.btn, .product-miniature:hover .product-actions #add-to-cart-or-refresh button, .btn-comment {
    background-color: #ffd314;
    color: #000000;
}

#wpimageslider-wrap .btn.btn-default:hover, .btn-primary:hover:hover, #header .header-top .blockcart .cart-summary a.btn:hover, .product-miniature .product-actions #add-to-cart-or-refresh button:hover, .btn-comment:hover   {
    background-color: #F6CC13;
    color: #000000;
}

#main .product-miniature .product-flags .new, .pb-left-column li.product-flag {
    background: #64ac5a;
    color: #ffffff;
}

#main .product-miniature.prod-box-grid .discount-percentage, #main .product-miniature .discount-amount.discount-amount {
    background: #cd2026;
    color: #ffffff;
}

#main .product-miniature.prod-box-grid .on-sale, #main li.product-flag.on-sale {
    background: #f13340;
    color: #ffffff;
}

/* menu */
#header .header-top #_desktop_top_menu > ul#top-menu {
    background: #ffffff;
}

#header .header-top #_desktop_top_menu a[data-depth="0"] {
    color: #040404;
}

/* 1st level menu items font size */
#header .header-top #_desktop_top_menu a[data-depth="0"] {
    font-size: 15px;  
    text-transform: uppercase;
}

/* menu active background */
#header .header-top .menu > ul#top-menu > li:hover a[data-depth="0"] {
    background: #ffffff;
}

#header #_desktop_top_menu a[data-depth="0"].submenu:before {
 display: block; 
}

/* menu active font color */
#header .header-top .menu > ul#top-menu > li:hover a[data-depth="0"] {
    color: #377CBC;
    border: 2px solid #E5E5E5;
    border-bottom: 0;
    z-index: 88;
}

/* Google fonts */
/* headings */
body#product #main h1, #footer p.h3, #footer span.h3, #index .featured-products h2, #index .new-products h2, #index .special-products h2,
.block-category h1, .product-price-and-shipping, #slideshow #wpimageslider-wrap li .caption,
h2.products-section-title, #search_filters p.h6, .block-categories a.h6, #wrapper .sidebar-block p.h6,
#header .header-top #_desktop_top_menu a[data-depth="0"], #custom-text h1, #custom-text h2 {
 font-family: 'Ubuntu', sans-serif;
}

.block-category h1, h2.products-section-title, #custom-text h1, #custom-text h2 {
    font-size: 20px;
    text-transform: uppercase!important;
}

/* separated h1 to keep the size of product heading */
body#product #main h1 {
    text-transform: uppercase!important;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px!important;
}

#index #product-availability, .prod-box-grid #product-availability {
    display: none;   
}

#subcategories {
    display: block;   
}

.product-miniature .product-actions #add-to-cart-or-refresh button.add-to-cart {
    display: inline-block;  
}
.product-actions .add-to-cart .material-icons {
    display: inline-block; 
}

.highlighted-informations  {
    display: inline;
}

.block-category .category-cover img {
    display: block;
}


@media (min-width: 1200px) {

body {
    background: #e6f2f5 url("/modules/wpstyleswitcher/views/img/patterns/cross.png");  
}

main {
    margin: 25px auto;
    max-width: 1170px;
    border-radius: 20px;
   	overflow: hidden;
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2), 0 0 50px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2), 0 0 50px rgba(0, 0, 0, 0.1) inset;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.2), 0 0 50px rgba(0, 0, 0, 0.1) inset;
  }

#header, #wrapper, .footer-before-container, .footer-container, .footer-copyright {
    padding-left: 15px;
    padding-right: 15px;
}

}


@media (min-width: 1440px) {
  main { max-width: 1300px; }
}

@media (min-width: 1920px) {
  main { max-width: 1500px; }
 .container { width: 100%; max-width: 2400px; padding-left: 20px; padding-right: 20px;}
    body.layout-left-column #left-column {width: 20%; }
    body.layout-left-column #content-wrapper {width: 80%}
    #js-product-list .products > .product-miniature.prod-box-grid {width: 25%}

}





/* Megamenu headings text color */
#header #_desktop_top_menu .top-menu a[data-depth="1"] {
    color: #000000;
}

/* Megamenu columns text color */
#_desktop_top_menu .top-menu a:not([data-depth="0"]) {
    color: #666666;   
}

/* Megamenu subitems text on hover */
#header #_desktop_top_menu .top-menu .sub-menu a:hover  {
    color: #377cbc;
}

#_desktop_top_menu .top-menu .sub-menu {
background: #ffffff;
}

#_desktop_top_menu .top-menu .top-menu [data-depth="3"] {
    display: none;
}

@media (min-width: 992px) {
    #_desktop_top_menu .sub-menu ul[data-depth="1"] > li {
      width: 20%;
    }
    #_desktop_top_menu .top-menu .sub-menu ul[data-depth="1"]>li:nth-child(4n+1) {
        clear: left;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #_desktop_top_menu .sub-menu ul[data-depth="1"] > li {
        width: 27%;
    }
    #_desktop_top_menu .top-menu .sub-menu ul[data-depth="1"]>li:nth-child(3n+1) {
        clear: left;
    }
}    


#_desktop_top_menu .top-menu .sub-menu {margin-top: -2px;}

#header #_desktop_top_menu .top-menu[data-depth="1"] > li.cat-thumb {position: relative}
#header #_desktop_top_menu .top-menu[data-depth="1"] > li.cat-thumb a[data-depth="1"] {padding-left: 75px; }
#header #_desktop_top_menu .top-menu[data-depth="1"] > li.cat-thumb ul.top-menu {padding-left: 75px; }
#header #_desktop_top_menu .top-menu[data-depth="1"] > li.cat-thumb .category-thumbnail {position: absolute; top: 5px; left: 0; padding: 0}
#header #_desktop_top_menu ul[data-depth="1"] > li.cat-thumb > .category-thumbnail img { max-width: 65px; max-height: 65px; padding-right: 0 }

#header #_desktop_top_menu li.cat-thumb a[data-depth="0"] > img {max-width:32px}
#header #_desktop_top_menu ul[data-depth="0"] > li.cat-thumb > a.submenu {padding: 6px 1.25rem 3px 1rem}
/* eliminate 3rd level category images */
#header #_desktop_top_menu .top-menu[data-depth="2"] > li.cat-thumb .category-thumbnail {display: none}


