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

/*************** ADD CUSTOM CSS HERE.   ***************/
* {
	padding: 0px;
	margin: 0px;
}

.product-gallery-slider.slider img, .product-thumbnails img {
    border-radius: 5px;
}

.stack.custom-price-product .product-price-container .price {
    margin: 0px;
    color: #41b120;
}

.stack.custom-price-product .product-price-container .price span {
    color: #41b120;
}

.stack.custom-price-product {
    margin-bottom: 15px;
}

.stack.custom-price-product .image-cover img {
    object-fit: unset;
}

.woocommerce-variation-price {
    text-align: center;
    font-size: 150%;
    border-bottom: 1px dashed #ddd;
    margin-bottom: 1rem;
}

section.custom-form input, section.custom-form textarea {
    border: 1px solid #777;
    border-radius: 5px;
    padding: 30px 10px;
}

section.custom-form input.wpcf7-submit {padding: 10px 10px;display: block;width: 100%;border: 0px;}

.woocommerce-variation-add-to-cart.variations_button button {
    width: 100%;
    background: #41b120;
    opacity: 1;
    border-radius: 5px;
    padding: 10px;
}

/* Tooltip */
.ux-swatch-tooltip {
    background: #5ABD1C !important;
    color: #fff !important;
    border-radius: 6px;
}

/* Mũi tên */
.ux-swatch-tooltip:after {
    border-top-color: #5ABD1C !important;
}




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


}