/*
Theme Name:           Flatsome
Theme URI:            http://flatsome.uxthemes.com
Author:               UX-Themes
Author URI:           https://uxthemes.com
Description:          Multi-Purpose Responsive WooCommerce Theme
Version:              3.19.2
Requires at least:    6.4
Requires PHP:         7.4
WC requires at least: 8.3
Text Domain:          flatsome
License:              https://themeforest.net/licenses
License URI:          https://themeforest.net/licenses
*/


/***************
All custom CSS should be added to Flatsome > Advanced > Custom CSS,
or in the style.css of a Child Theme.
***************/
body.home .product > div, body.woocommerce-shop .product > div, body.single-product .product > div {
  background: #fff;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 7px;
  box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.1);
}
body.single-product .related{
	margin-bottom: 50px;
}
.chung-toi .img_intro_list.img_intro_list_mobile{
	margin-top: 0px;
	margin-left: 0px;
	padding: 16px;
}
.image-tools .wishlist-icon .wishlist-button{
	background-color: #b20000;
	color: #b20000;
}
.image-tools .wishlist-icon .wishlist-button .icon-heart{
	color: #fff;
}
.image-tools .wishlist-icon .wishlist-button:hover{
	background-color: #b20000;
}
.quantity input[type="number"]{
	height: 50px;
}
body #main{
	padding-bottom: 60px;
}