/*
Theme Name: vinocave
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  ***************/


}

@media only screen and (min-width: 71.25em) {
/*************** ADD PC ONLY CSS HERE  ***************/


}

.header-top {
	border-bottom: 1px solid #ded6d4;
}

span.amount {
	color: #b50000;
}

.so-luong-text{
    display: inline-flex;
    height: 40px;
    align-items: center;
}

form.cart {
	flex-wrap: inherit;
	padding-top: 10px;
	
}

form.cart>* {
 	flex: inherit;
}

span.gia-hien-thi-single-product {
	font-size: medium;
}

.product-info .price {
	line-height: 1.5;
}

.so-luong-text-sau {
    margin: 20px 0;
}

td, th {
	border: 1px solid #c1b497;
	padding: .5em !important;
}

.home-row-san-pham {
	border-top: 3px solid #c1b497;
}

.home-row-san-pham .row>.col {
    border-right: 1px solid #ded6d4;
    border-bottom: 1px solid #ded6d4;
}

.home-row-san-pham .box-image {
	padding: 0 10px;
}

.home-row-san-pham .row {
	margin: 0 !important;
	height: 518px;
}

.home-noi-bat .row {
	border-bottom: 1px solid #c1b497;
}

.footer-wrapper {
	font-size: .9em;
}

h2.h2-header {
    margin-bottom: 0;
    margin-right: 80px;
}

ul.header-nav li.menu-item a {
	padding: 0 1.6em;
}

.icon-box-left, .icon-box-right {
	display: flex;
	align-items: center;
}

.single-product .price-wrapper {
	border-bottom: 1px dashed #e3e3e3;
	border-top: 1px dashed #e3e3e3;
    margin-bottom: 20px;
}

.single-product .row.content-row.mb-0 {
	border: 1px solid #ddd;
	padding-top: 20px;
}

.single-product .product-images {
	border: 1px solid #ddd;
}

.single-product .container {
	padding-left: 0;
	padding-right: 0;
}

.product-footer .woocommerce-tabs {
	border: none;
}

.related .price-wrapper {
	border: none;
}

.box-text {
	text-align: center;
}