.product .vm-product-media-container img:hover {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
    opacity: 0.9;
	}

.product .vm-product-media-container img {

-webkit-transition: transform .25s ease;
-moz-transition: transform .25s ease;
-ms-transition: transform .25s ease;
-o-transition: transform .25s ease;
transition: transform .25s ease;

}
.vm-animated-products .vmproduct .vm-product-content   
{
    padding: 4px 0 2px;
    bottom: -120px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    }
#jm-logo-bar1{ padding-top:0; text-align: left;
}

.product-related-categories .product-field-display a { font-size: 24px; }
.product-field-display select {    
color: #5f5f5f;
    font-size: 15px;}

.product-field-display select:not(:last-child) {
    display: none;
}
.dj-slide-title a{font-size:13px;}

.vm-product-content p.product_s_desc{
  display:none;
}

.vm-details-button{
  display:none;
}
.category-view span.PricesalesPrice{
  font-weight: bold !important;
    color: #889398 !important;
    position: relative !important;
    background: none !important;
}

.category-view span.PricesalesPrice:after{
    background: none !important;
}
.category-view span.PricesalesPrice:before{
    background: none !important;
}
.category-view span.product-fields-title {
    display: none;
}
.product h2{
  max-width: fit-content !important;
}

.billto-shipto:nth-child(2) {
    display: none;
}