/** PRODUCT **/
.product-container {
   list-style: none;
   margin: 20px 0;
   padding: 20px;
}
.product-container .product-price {
    font-size: 18px;
    line-height: 37px!important;
    font-weight: 600;
    margin: 0 auto;
    width: 100%;
    text-align: center;
}
#sp-page-builder input,
.productdetails .chzn-container-single .chzn-single {
    border-radius: 0!important;
}
.productdetails > li:hover > a > img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.productdetails li .addtocart-button .addtocart-button {
    -webkit-transition: 0.7s ease-in-out;
    -moz-transition: 0.7s ease-in-out;
    -ms-transition: 0.7s ease-in-out;
    -o-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;
}
.productdetails li:hover .addtocart-button .addtocart-button {
    -webkit-transform: rotateX(360deg);
    -moz-transform: rotateX(360deg);
    -ms-transform: rotateX(360deg);
    -o-transform: rotateX(360deg);
    transform: rotateX(360deg);
}
.virtuemart_search .inputbox {
    display: inline;
}
.category-view .category h2 a {
    display: inherit;
    text-align: center;
}
.category-view .row .category .spacer h2 a img {
  margin: 0 auto;
}
.productdetails div.clear {
  	margin-top: 20px;
}
.category-view > .row,
.latest-view > .row,
.featured-view > .row,
.topten-view > .row {
    flex-wrap: wrap!important;
}
/***** Responsive ****/
@media (min-width: 481px) and (max-width: 767px) {
    .lt-promod-right-image-2 {
        left: 20%!important;
    }
    .lt-client-item {
        width: 50%!important;
    }
    .lt-product .product-container {
        width: 50%!important;
    }
}
@media (max-width: 480px) {
.row > .product {
    	width: 50%!important;
        min-width: 50%!important;
    }
    .row > .product:nth-child(3n) {
        clear: left!important;
    }
}