/*
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 screen and (min-width: 768px){
.hoang-nt>.col:nth-child(odd) .product-small .box-text{float: right; max-width: 50%; padding: 5px 12px;}
.hoang-nt>.col:nth-child(odd) .product-small .box-image{float: left;}
.hoang-nt>.col:nth-child(even) .product-small .box-text{float: left; max-width: 50%;padding: 5px 12px;}
.hoang-nt>.col:nth-child(even) .product-small .box-image{float: right;} }
.box-text p {
    margin-top: .1em;
    margin-bottom: 1em;
    font-weight: 600;
	
}

.portfolio-box .box-image img {
 max-width: 100%;
    width: 100%;
    margin: 0 auto;
    max-height: 272px;
    object-fit: cover;
    min-height: 245px;
}
.shop-container .box-text p { font-size:16px;}
.category-page-row .shop-container .product-small ul {display: none; }
@media screen and (max-width: 600px) {
	.hoang-nt .product-small .box-image {width: 100% !important;max-height: 250px;}
}
.section-tranh .box-excerpt {display: none}

form.checkout h3 {
    font-size: 1.1em;
    overflow: hidden;
    padding-top: 10px;
    font-weight: lighter;
    text-transform: uppercase;
}
.shop_table thead th {
	border-width: 1px;
}
.shop_table th:first-child {
	padding-left: 0;
    font-weight: 100;
}
.cart-subtotal {
	display: none;
}
.button.alt:not(.is-outline) {
	background-color: #161f30;
    
    font-weight: 100;
}
.woocommerce-billing-fields__field-wrapper label {
	font-weight: 100;
}
.woocommerce-additional-fields {
	display: none;
}
.woocommerce-billing-fields {
	box-shadow: 0px 2px 3px 1px rgba(0,0,0,0.2), 0 1px 0 rgba(0,0,0,0.07), inset 0 0 0 1px rgba(0,0,0,0.05);
	padding: 30px;
	border-top: 1px solid #ddd;
}
.shop_table .order-total th {
	border-width: 1px;
}
.shop_table tfoot th {
    font-size: 95%;
    text-transform: uppercase;
    }
#payment label {
	font-weight: 100;}

.woocommerce-shipping-fields {display: none}
.sortbypttuan410 {display: flex}
.title_page {
    float: left;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
}
.sortbypttuan410 {
    display: flex;
    margin-top: 5px;
    justify-content: flex-end;
}
.sortbypttuan410 form {
    padding: 0 0 0 20px;
}
.sortbypttuan410 .pt-checkbox {
    margin-right: 0px;
}
.box-image { border-radius: 15px}

.son-menu-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.son-menu-item {
  background-color: #af0000;
  color: #fff;
  text-decoration: none;
  padding: 8px 14px;
  border-radius: 6px;
  font-size: 15px;
  display: inline-block;
  transition: 0.3s;
  white-space: nowrap;
}

.son-menu-item:hover {
  background-color: #fff;
  color: #000;
  border: 1px solid #000;
}
