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

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

.home .title-1 {padding-bottom:14px}

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

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

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

.khoi-box ul.list-star li:before {content: '\f005' !important;}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}

/*end*/