@charset "UTF-8";
/**
 * _base.scss
 * 
 * 1/ biến màu săc
 * 2/ biến kích thước font chữ
 * 3/ Cấu hình border
 * 4/ Mixin
 * 5/ Responsive
*/
.woocommerce-customer-details--phone {
  margin-bottom: unset;
}

.product-small .box-text {
  padding: 15px 0 20px !important;
  background-color: var(--background-color);
}
.product-small .box-text .product-title {
  margin-bottom: 10px;
}
.product-small .box-text .product-title a {
  font-size: 24px;
  font-family: "Cormorant Garamond", sans-serif;
  color: #000000;
  font-weight: bold;
  line-height: 1;
}
.product-small .box-text .price {
  font-size: 18px;
}

.product-info {
  padding-top: 0;
}
.product-info .single_add_to_cart_button,
.product-info .ux-quantity,
.product-info .breadcrumbs {
  display: none !important;
}
.product-info .ux-buy-now-button {
  width: 300px;
}
@media (max-width: 768px) {
  .product-info .ux-buy-now-button {
    width: 100%;
  }
}