/* Header logo */

#header .site-header__left .site-header__logo .desktop {
        margin-top: -5px;
}

@media(max-width: 1219px) {
        #header .site-header__left .site-header__logo .desktop {
                display: none;
                visibility: hidden;
        }
}
@media(min-width: 1220px) {
        #header .site-header__left .site-header__logo {
                height: 50px;
                position: relative;
        }
        #header .site-header__left .site-header__logo .mobile {
                display: none;
                visibility: hidden;
        }
}



ul#bymenu > li.active > ul > li > a {
	color: #262728 !important;
}
ul#bymenu > li.active > ul > li.active > a {
	color: #f1490e !important;
}
#content #product-page #addTo > div:first-child {
	padding-bottom: 20px;
}
#content #product-page #addTo > div:last-child {
	padding-bottom: 0;
}
#content #product-page #addTo > div:last-child p:last-child {
	margin-bottom: 0;
}

.ajax-products, .ajax-products:hover {
    background-color: #f5a924;
    border-color: #f5a924;
    text-decoration:none;
}

#category-page.search {
    margin-bottom:20px;
}