

.woocommerce div.product .verticalimage .images img {
    max-width: 35%;
}

.verticalimage {
  margin-top: -15%;
   padding-top: 15%;
  text-align: center;
}

@media only screen and (min-width: 1201px) and (max-width: 1499px){
.drop_down .second .inner ul.right li ul {
	    left: -83%!important;
	}
}

@media only screen and (min-width: 1000px) and (max-width: 1200px){
.drop_down .second .inner ul.right li ul {
	    left: -83%!important;
	}
}
@media only screen and (min-width: 1921px){
	.woocommerce div.product.product-cat-horizontal .images img {
	    max-width: 100%!important;
	    width: 100%!important;
	}
}