/*
Redesigned by Min SNV
*/

/* Shop page */
.shop .added_to_cart {
  display: none;
}
section.shop .woocommerce-result-count {
  display: none;
}
.shop .page-title {
  text-transform: capitalize;
  font-size: 27px;
}
.woocommerce-ordering {
  margin-bottom: 22px;
}
.shop ul.products {
  padding: 0;
  margin-right: -15px;
  margin-left: -15px;
}
.attachment-woocommerce_thumbnail {
  display: block;
  /* margin: 0 auto; */
  width: 72%;
  height: auto;
}
.woocommerce-loop-product__title {
  font-size: 22px;
  margin-top: 12px;
  margin-bottom: 6px;
}
.onsale {
  display: none;
}
.add_to_cart_button {
  display: block;
  width: fit-content;
  margin-top: 15px;
}
.products .product {
  margin-bottom: 30px;
}
.products .product:nth-child(4n+1) {
  clear: both;
}

/* Single product page */
.related.products {
  display: none;
}
.single .shop {
  padding: 30px 0;
}
.woocommerce-product-gallery__wrapper img {
  width: 62%;
  height: auto;
}
.single .product {
  display: flex;
  flex-wrap: wrap;
}
.single .product .woocommerce-product-gallery {
  flex: 35%;
}
.single .product .entry-summary {
  flex: 65%;
}
.single .product form.cart {
  display: flex;
  margin-bottom: 12px;
}
.single .product form.cart button {
  margin-left: 12px;
}
.single .product form.cart input[name="quantity"] {
  width: 80px;
  height: 41px;
}
.woocommerce-product-details__short-description {
  margin-bottom: 28px;
}

/* Cart page */
.cart .coupon {
  display: none;
}
.cart_totals .woocommerce-shipping-destination,
.cart_totals .woocommerce-shipping-calculator, 
.woocommerce-notices-wrapper {
  display: none;
}
label[for="shipping_method_0_pickup_location0"] {
  visibility: hidden;
  position: relative;
}
label[for="shipping_method_0_pickup_location0"]::after {
  content: "Khu vực Đà Nẵng: 19.000 ₫";
  visibility: visible; 
  position: absolute; 
  top: 0;
  left: 0;
}
.woocommerce-cart-form .product-thumbnail {
  width: 180px;
  height: auto;
  padding-right: 30px!important;
}
.woocommerce-cart-form th,
.woocommerce-cart-form td {
  text-align: left;
}

/* Checkout page */
.woocommerce-form-coupon-toggle,
#billing_address_2,
.woocommerce-terms-and-conditions-wrapper,
#billing_email_field .optional,
#order_comments_field .optional,
#ship-to-different-address,
.woocommerce-billing-fields h3,
.woocommerce-order-details .shipped_via {
  display: none;
}
#billing_postcode_field {
  display: none!important;
}
#billing_country_field .woocommerce-input-wrapper strong {
  visibility: hidden;
  position: relative;
}
#billing_country_field .woocommerce-input-wrapper strong::after {
  content: "Việt Nam";
  width: 240px;
  visibility: visible; 
  position: absolute; 
  top: 0;
  left: 0;
}
#order_review_heading {
  font-size: 21px;
  text-transform: capitalize;
  margin-top: 22px;
}
#order_comments {
  height: 220px;
}
.woocommerce-checkout-review-order-table th {
  text-align: left;
}

/* Order Received page */
.woocommerce-thankyou-order-received {
  display: none;
}
.cod-thank-you-msg {
  font-size: 16px;
  color: #155724;
  background-color: #d4edda;
  padding: 12px 20px;
  margin-bottom: 32px;
  border: 1px solid transparent;
  border-radius: 5px;
}
.sepay-pay-info .bank-info img {
  max-height: none!important;
  width: 60px;
  height: auto;
}
.sepay-pay-info .bank-info .banner {
  height: auto;
}

@media screen and (max-width: 414px) {
  .single .product {
    flex-direction: column;
  }
  .woocommerce-product-gallery__wrapper {
    margin-bottom: 22px;
  }
  .cart .woocommerce-shipping-methods {
    margin-top: 32px!important;
    text-align: left;
  }
}