.ads-on-both-sides{
     position: relative !important;
     top: unset !important; 
}
.ads-on-both-sides .ads-left img, .ads-on-both-sides .ads-right img{
  height:unset !important;
  width:8vw;
}
.ads-on-both-sides .ads-right{
	left:-10vw;
}
.ads-on-both-sides .ads-left{        
  right: -10vw;
}
.card-dropdown:hover .card-dropdown-target {
	z-index: 10;
}
@media (max-width: 992px){
  .nav-header.open{
		z-index: 3;
  }
	.nav-header.open+.nav-overlay-menu {
		z-index: 2;
  	}
}

.shop_info_tab ul li {
  list-style-type: disc;
}

.shop_info_tab img {
	height:unset !important;
}
@media only screen and (max-width: 991px) {
    .product_action_box {
        display: none !important;
    }
}