/*
Theme Name: Child-theme
Description: This is a child theme for Flatsome Theme
Author: Truong Phong Themewpgiare.com
Template: flatsome
Version: 3.0
*/

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





.modal-overlay .img-inner {
	position: relative;
	border-radius: 8px;
}

.modal-overlay .img-inner:before,
.social-icons .icon::before,
.product-info button.single_add_to_cart_button::before,
.product-info .shopee_link::before,
.product-footer .woocommerce-tabs .devvn_readmore_flatsome a::before,
.widget.widget_media_image::before,
.off-canvas .mfp-content.off-canvas-cart .cart-popup-inner a.button::before {
    content: "";
    left: 0;
    opacity: 1;
    position: absolute;
    right: 0;
    top: 0;
    background: rgba(255,255,255,0.6) none repeat scroll 0 0;
    height: 0;
    transition: all 0.5s ease-in-out 0s;
    width: 100%;
    z-index: 1;
}

.modal-overlay .img-inner:hover:before,
.social-icons .icon:hover::before,
.product-info button.single_add_to_cart_button:hover::before,
.product-info .shopee_link:hover:before,
.product-footer .woocommerce-tabs .devvn_readmore_flatsome a:hover::before,
.widget.widget_media_image:hover::before,
.off-canvas .mfp-content.off-canvas-cart .cart-popup-inner a.button:hover::before {
    opacity: 0;
    height: 100%;
}


.fake_slb { padding-top: 16px;
border-top: 1px solid rgb(228, 232, 237);}
.css-tc11gt {
font-size: 14px;
line-height: 20px;
font-weight: 600;
color: #dc6803;
}
.css-u5y24t { 
display: inline-block;
vertical-align: -0.5em;}

.custom-button-wrapper {
    position: relative;
    display: inline-block;
}

.custom-tooltip {
    visibility: hidden;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    text-align: center;
    padding: 5px 10px;
    border-radius: 5px;
    position: absolute;
    bottom: 110%;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.custom-button-wrapper:hover .custom-tooltip {
    visibility: visible;
    opacity: 1;
}
.cart {
	margin-bottom: 8px !important;
}

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


}