.archive #shop-main .cat-buy-button i {
    display: inline-block!important;
}

.mobile-grid-layout .product__content {
    position: relative;
}
.product__image:hover:before {
	content:none!important;
}
.product__image.scale:hover img.wp-post-image {
    -webkit-transform: none!important;
    transform: none!important;
    opacity: 1!important;
}
@media (max-width: 1023px) and (min-width:768px) {
	.archive #shop-main, .archive-shop {
    left: 250px;
    width: calc(100% - 250px);
}
.archive #shop-sidebar, .archive-sidebar {
    width: 250px;
    right: calc(100% - 250px);
}
	#shop-main .products.grid-layout .product {
width: 33%;
    left: initial!important;
    position: relative!important;
    display: inline-block!important;
    vertical-align: top!important;
    float: left!important;
    top: initial!important;
}
}
@media (min-width: 768px) {
#shop-mobile-sidebar {
    display: none;
}
}
@media (min-width: 769px) {
.mobile-product-categories {
	display:none;
}
}
@media (max-width: 768px) and (min-width: 768px) {
	body .wrapper-outer>.wrapper>.header-outer ~ div {
    position: relative;
    z-index: 1;
}
.archive .mobile-product-categories {
    max-width: 100%;
	overflow: hidden;
}
.archive .mobile-product-categories>div {
    padding: 30px 0;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-scroll-chaining: none;
}
.archive .mobile-product-categories a {
    padding: 0 30px;
    font-size: 16px;
    white-space: nowrap;
}
.archive .mobile-product-categories:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 120px;
    height: 100%;
    pointer-events: none;
    background-image: -moz-linear-gradient(0,rgba(245,245,245,0) 0,whitesmoke 100%);
    background-image: -webkit-linear-gradient(0,rgba(245,245,245,0) 0,whitesmoke 100%);
    background-image: -ms-linear-gradient(0,rgba(245,245,245,0) 0,whitesmoke 100%);
}
}
@media (max-width: 768px) {
.archive #shop-sidebar, .archive-sidebar {
	display:none;
}
}