/*
Theme Name: themewpvn
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 6.0.14
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

footer .list-link , footer .list-link li {list-style:none}
footer .list-link li {margin-left:0;padding-left:0}

form.cart .single_add_to_cart_button {text-transform:capitalize !important}

.product-small.box .box-image img {
    object-fit: cover;
    object-position: top;
}

.single-product .woocommerce-product-gallery {
    margin-top: 0;
    max-height: 1100px;
    overflow: hidden;
}

.related .product-small.box .box-image ,.product-list-new .product-small.box .box-image {height:220px;box-shadow: 0 0 0 !important;border:none}
.related .image-tools, .product-list-new .image-tools {min-width:100%}

@media (min-width: 1024px) {
	.home .product-small.box .box-image {height:220px;box-shadow: 0 0 0 !important;border:none}
	.home .image-tools {min-width:100%}
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
	.home .price-wrapper, .product-list-new-mb .price-wrapper {padding:15px 0}

}

/*end*/