/*
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  ***************/
  
  
  }
#main, #wrapper {
    background-color: #F9FAFB;
}
.header-main .nav > li > a:after {
  content: '';
  position: absolute;
  width: 0;
  height: 1px;
  bottom: 10px;
  left: 0;
  background-color: #a38b6d;
  transition: width 0.3s ease;
}
.header-main .nav > li>a:hover:after {
  width: 100%;
}
  .ux-menu .ux-menu-link__link {
    min-height: 1em;
  }
  .footer-primary {
    border-top: 1px solid rgb(31 41 55 / var(--tw-border-opacity, 1));
    padding-top: 1.5em;
}
  .absolute-footer .copyright-footer {
    color: #9ca3af;
  }
  #footer p, #footer a {
    color: #9ca3af;
}
#footer a:hover{
    color: #fff;
}
  #footer {
    padding-top: 30px;
    border-top: 1px solid rgba(0, 0, 0, 0.21);
  }
  
  #footer p {
    margin-bottom: 0.4em;
  }
  
  .product-small .product-title {
    font-size: 1.2em;
    margin-bottom: .8em;
    line-height: 1.5;
    margin-top: .5em;
  }
  
  .product-small .product-title a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
	color: #111827;
    font-weight: 600;
  }
  
  .img-box .img-inner::before, .img-box .img-inner::after {
    content: '';
    position: absolute;
    background: rgba(255, 255, 255, 0.2);
    width: 0;
    height: 0;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    border: 1px solid rgba(255, 255, 255, 0.6);
    visibility: hidden;
  }
  
  .img-box .img-inner::before {
    top: 0;
    left: 0;
  }
  
  .img-box .img-inner::after {
    bottom: 0;
    right: 0;
  }
  
  .img-box .img-inner:hover::before, .img-box .img-inner:hover::after {
    width: 100%;
    height: 100%;
    visibility: visible;
  }
  
  .product-widget .widget {
    margin: 0;
    font-size: 15px;
  }
  
  .widget .widget-title, .widget .widgettitle {
    font-family: 'Playfair Display';
    font-size: 1em;
    font-weight: 600;
    line-height: 1.8;
  }
  
  img.wp-smiley, img.emoji {
    display: inline !important;
    border: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    height: 1em !important;
    width: 1em !important;
    margin: 0 .07em !important;
    vertical-align: -0.1em !important;
    background: none !important;
    padding: 0 !important;
  }
  
  .product-widget fieldset {
    margin-top: .5em;
    margin-bottom: 1.2em;
    border: 1px solid #e2e2e2;
    padding: 10px 30px;
    max-width: 450px;
  }
  
  .product-widget fieldset legend {
    display: block;
    margin: 0 auto;
    width: inherit;
    padding: 10px;
    color: #111;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    border-bottom: 0px;
    text-transform: initial;
    padding-bottom: 0px;
  }
  
  .product-widget .widget fieldset p {
    margin-top: -15px;
    margin-bottom: 0;
  }
  /* menu 3 cap*/
  .nav-dropdown {
     padding: 0;
  }
   .nav-dropdown > li.nav-dropdown-col {
     display: block;
     width: 100%;
     border-right: 0;
  }
   .nav-dropdown .nav-dropdown-col > a {
     font-weight: normal !important;
     text-transform: none !important;
     font-size: 15px;
     font-weight: 500;
  }
   .nav-dropdown .nav-dropdown-col > ul {
     margin-top: -40px;
     display: none;
     position: absolute;
     left: 100%;
     z-index: 9;
     background: #fff;
     min-width: 240px;
  }
   .nav-dropdown .nav-dropdown-col > ul li:hover {
     background: #f1f1f1;
  }
   .nav-dropdown .nav-dropdown-col > ul li:hover > a {
     color: #000000;
  }
   .nav-dropdown .nav-dropdown-col > ul li a {
     padding: 10px;
     text-transform: none;
     color: black;
  }
   .nav-dropdown li a {
     font-weight: normal !important;
     text-transform: none !important;
     font-size: 15px;
     font-weight: 500;
  }
   .nav-dropdown-default > li:hover {
     background: #fbae3c;
  }
   .nav-dropdown-default > li:hover > a {
     color: #000000;
  }
   .nav-dropdown-default > li > a {
     border-bottom: 0 !important;
  }
   .nav-dropdown-has-arrow li.has-dropdown:before {
     border-width: 10px;
     margin-left: -10px;
  }
   .header-nav li.nav-dropdown-col:hover > ul {
     display: block !important;
  }
.bdr-10{
	overflow:hidden;
}
.bdr-10 img{
	overflow:hidden;
	border-radius:10px;
}
.h_contact_form .col-inner{
	box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
}
.badge-inner.on-sale {
    background-color: #dc2626;
    border: none;
    color: #fff;
    font-size: .8em;
    padding: 0px 5px;
    border-radius: 3px;
}
.badge-container {
    left: 1rem;
    margin: 0;
    top: 1rem;
}
.badge-frame {
    height: 1.5em;
    margin-left: 0;
}
.product .col-inner {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
	overflow:hidden;
}
.h_collections .img-box .button {
    display: none;
    position: absolute;
    top: -100%;
    left: calc(50% - 95px);
	transition: .3s all;
}
.h_collections .img-box{
	transition: 1s all;
}
.h_collections .img-box:hover .button {
    display: block;
    transition: 1s all;
}
.product-footer .woocommerce-tabs ul li a {
    font-family: 'Playfair Display';
    font-size: 1em;
    color: rgb(107 114 128);
    font-weight: 600;
    text-transform: capitalize;
}
.product-footer .woocommerce-tabs ul li{
  padding: 5px 15px;
}
.product-footer .woocommerce-tabs ul li.active a {
    color: rgb(17 24 39);
}
.form_subscribe {
    max-width: 500px;
    margin: auto;
}
.form_subscribe .form-flat input[type=email] {
    border-radius: 8px 0px 0px 8px;
    font-size: 14px;
    min-height: 45px;
}
.form_subscribe .form-flat input[type=submit] {
	border-radius: 0px 8px 8px 0px;
    width: 100%;
    text-transform: capitalize;
    min-height: 45px;
}
.form_subscribe span.wpcf7-spinner {
    display: none;
}
.form_subscribe .ml-half {
    margin-left: 0;
}
.form_subscribe .flex-row.form-flat .flex-col {
    padding-right: 0;
}
.product .box-text-products {
  padding: 1em;
}
.pa_sizes--label,.quantity-label {
  font-family: 'Playfair Display';
  font-size: 1.130em;
}
.product-info button.single_add_to_cart_button.button {
  display: block;
  width: 100%;
  background-color: rgb(17 24 39) !important;
  border-radius: 5px;
  min-height: 45px;
  padding: 8px 15px;
  text-transform: capitalize;
}
.product-info button.single_add_to_cart_button.button:before {
  font-family: "Font Awesome 6 Free";
  content: "\f290";
  padding-right: 10px;
}
.custom-size-text {
  font-size: .75em;
  color: rgb(107 114 128);
  margin-bottom: 10px;
  font-weight: normal;
  text-align: left;
  border-bottom: 1px solid rgb(243 244 246);
  padding-bottom: 1.5em;
}
.product-info.summary{
  background: rgb(255 255 255);
  padding: 1.5em;
  box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  border-radius: 10px;
}
.stars a{
  font-size: 0px;
}
.stars a:after {
  font-size: 16px;
  margin-right: 12px;
  margin-left: 12px;
}
.tab-panels .entry-content {
  font-size: 1em;
  line-height: 1.5;
}
.product-sku {
  color: rgb(75 85 99);
  font-size: .875em;
  line-height: 1.5;
}
.product-short-description :is(h1, h2, h3) {
  font-size: 1.125em;
}
.product-short-description :is(h4, h5, h6) {
  font-size: 1em;
}
.product-short-description {
  border-bottom: 1px solid rgb(243 244 246);
  margin-bottom: 1em;
}
.product-short-description :is(h1, h2, h3) {
  font-size: 1.125em;
  margin-bottom: .7em;
  margin-top: 1em;
}
.ux-quantity.quantity  {
  border-radius: 5px;
  overflow: hidden;
}
.quantity input[type=number] {
  max-width: 3.5em;
  width: 100%;
}
.ux-quantity.quantity .ux-quantity__button.minus,.ux-quantity.quantity .ux-quantity__button.plus {
  border-radius: 5px;
}
.ux-quantity.quantity .ux-quantity__button {
  width: 40px;
  font-size: 1.8em;
  padding: 0px;
  line-height: normal;
  min-height: unset;
}
.quantity input[type=number] {
  max-width: 3.5em;
  width: 3.5em;
}
.secure-checkout-message {
  font-size: .9em;
  color: #4b5563;
  font-weight: 600;
  margin-top: 10px;
  text-align: center;
}
.secure-checkout-message:before {
  font-family: "Font Awesome 6 Free";
  content: "\f023";
  margin-right: 8px;
}
.btn_single_product {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}
.btn_single_product .button {
  background: #fff;
  color: rgb(55 65 81);
  border: 1px solid rgb(209 213 219);
  padding: 6px 1px;
  border-radius: 5px;
  margin: 0;
  text-transform: capitalize;
  font-weight: 600;
}
.btn_single_product .button:hover{
  background:rgb(249 250 251 );
}
.product-stock-status {
  font-size: 14px;
  color: rgb(22 163 74);
  margin-top: 10px;
  font-weight: 600;
}
.product-stock-status.out-of-stock {
  color: red; /* Màu đỏ cho thông tin "Out of stock" */
}
.product-stock-status span {
  color: rgb(107 114 128);
  margin-left: 5px;
}
.product-info.summary p.stock.out-of-stock,.product-info.summary p.stock.in-stock {
  display: none;
}
.product-info .price {
  font-size: 1.7em;
  font-weight: 700;
}
.product-info .price ins .woocommerce-Price-amount {
  color: rgb(17 24 39);
}
@media screen and (max-width: 849px) {
    .h_box_icon{
        padding-bottom: 15px;
    }
	.form_subscribe .form-flat input[type=email],.form_subscribe .form-flat input[type=submit] {
    	border-radius: 5px;
	}
}