.sticky-product{opacity:0;height:0;transition:0.5s ease;}
.sticky-product.sticky{opacity:1;height:auto;border-bottom:2px solid #e3e3e3;margin:0 auto;max-width:100%;position:fixed;top:0;width:100%;z-index:9;transition:0.5s ease;background:#ffffff;}
.sticky-product.sticky .container{display:block;}
.sticky-product ul{list-style:none;margin:0 auto;width:100%;max-width:1200px;padding:10px 0;text-align:center}
.sticky-product ul li{display:inline-block;margin:0;padding:0 15px;width:auto;vertical-align:middle;max-width:750px;}
.sticky-product ul li.sticky-image{width:10%;}
.sticky-product ul li.sticky-product-sku{max-width:150px;}
.sticky-product ul li .product-name{margin:0;}
.sticky-product ul li p{margin:0;}
.sticky.actions .action.primary{border-radius:0;}

@media all and (max-width:767px){
	.sticky-product{display:none;}
	.sticky-product.sticky_mobile{display:block;padding:15px 0;text-align:center;}
	.sticky-product ul li{padding:5px 15px;width:100%;max-width:90%;}
	.sticky-product ul li.sticky-product-sku{max-width:90%;}
	.sticky-product ul li .product-name{font-size:20px;}
}
