/*
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.   ***************/


@media only screen and (max-width: 48em) {

    /*************** ADD MOBILE ONLY CSS HERE  ***************/
    .khuyenmai-category .box.box-vertical.box-blog-post {
        flex-direction: column !important;
    }
	.product-small .box a {
		display: block;
	}

}

.khacbiet-section .box-image,
.menu-section .box-image {
    border: 10px solid #fff;
    margin-bottom: 20px;
}

.khacbiet-section .box-overlay:hover .button.is-outline,
.menu-section .box-overlay:hover .button.is-outline {
    display: inline-block;
}

.khacbiet-section .button.is-outline,
.menu-section .button.is-outline {
    display: none;
}

.khuyenmai-category .row .col.post-item:nth-child(2n+1) .box.box-vertical.box-blog-post {
    flex-direction: row-reverse;
}

.khuyenmai-category .box.box-vertical.box-blog-post {
    display: flex;
    align-items: center;
}

.khuyenmai-category .box.box-vertical.box-blog-post .box-text {
    flex: 1;
    text-align: center;
}

@media screen and (min-width: 550px) {

    .box-list-view .box,
    .box-vertical {
        display: table;
        width: 100%;
    }
}
.product-small .col-inner {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 5px 0px #ddd;
	padding:10px;
}
span.amount {
    color: #d27f26 !important;
    font-size: 24px;
    font-weight: 700;
    line-height: 45px;
}

.product-small .box a {
    display: inline-block;
    font-weight: 700;
    text-transform: uppercase;
}
a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained, button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained {
    background-color: #f05736;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
	padding: 0;
}
/* #billing-country, #billing-city, #billing-postcode, .wc-block-components-country-input {
	display: none !important;
} */