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

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


footer#footer {
	font-size: 14px;
}
footer#footer h3{
	margin-bottom: 15px;
}


.product-small .box-image::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.product-small .box-image:hover::before{
    -webkit-animation: shine .75s;
    animation: shine .75s;
}
.product-small.box .product-title {
    font-size: 18px;
    margin-bottom: 10px;
}
.product-small.box .price {
    margin-top: 10px;
}
.product-small.box .price, .product-small.box .price span.amount {
    color: #b99470;
    font-size: 18px;
    font-style: italic;
    font-weight: bold;
}
.price-wrapper .price {
    margin: 0;
    margin-bottom: 15px;
}
.single-product .product-info .price span.amount {
    color: #a99246;
}
.thong-bao {
    background: #fff8e5;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 0;
    font-size: 14px;
    color: #3a3a3a;
    margin-top: 8px;
    border-left: 4px solid #ffb900;
}
.thong-tin-chi-tiet {
    font-size: 14px;
    display: inline-block;
    clear: both;
    width: 100%;
}
.thong-tin-chi-tiet .cot1 {
    border-radius:0px 0px 5px 5px;
    border: 1px solid #dedede;
}
.thong-tin-chi-tiet .cot2 {
    border-radius:0px 0px 5px 5px;
    border: 1px solid #dedede;
}
.thong-tin-chi-tiet h2 {
    color: #2d2d2d;
    font-size: 17px;
    background: #d4d4d4;
    padding: 9px 15px;
    margin-bottom: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.thong-tin-chi-tiet table tr {
    display: flex;
    width: 100%;
    clear: both;
    border-top: 1px dashed #dedede;
    padding: 7px 0;
    background-image: url(images/dot.jpg);
    background-repeat: no-repeat;
    background-position-y: 19px;
    padding-left: 25px;
    background-position-x: 10px;
    padding-right: 10px;
}
.thong-tin-chi-tiet table td{
	border-bottom: 0px;
	font-size: 15px;
}
.thong-tin-chi-tiet table td:first-child{
	font-weight: bold;
    width: 35%;
    padding-right: 10px;
    display: inline-block;
}
.thong-tin-chi-tiet table tr:nth-child(2n){
	    background-color: whitesmoke
}
.ux-quantity,.single_add_to_cart_button,.single-product .product_meta {
	display: none;
}
.ux-buy-now-button{
	width: 100%;
}
.woocommerce-variation-add-to-cart, form.cart {
    display: flex
;
    flex-wrap: wrap;
    gap: 0px;
    width: 100%;
}
.wceb-price-format {
    color: #a99246;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
.header-button a{
    font-size: 12px;
    padding: 0px 10px;
}
#logo {
    width: 100px !important;
}
}

