/*
Theme Name: dulich-child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.1
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap");

html,
body,
button,
input,
select,
textarea {
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body,
body * {
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
}

@media only screen and (min-width: 1200px) {
  #masthead .header-inner.container {
    max-width: 1560px !important;
  }

  #masthead .flex-col.hide-for-medium.flex-left.flex-grow {
    min-width: 0;
    padding-right: 48px;
  }

  #masthead .flex-col.hide-for-medium.flex-right {
    flex: 0 0 auto;
    z-index: 3;
  }

  #masthead .header-nav.nav-left {
    flex-wrap: nowrap;
  }

  #masthead .header-nav.nav-left > li:last-child {
    margin-right: 48px !important;
  }

  #masthead .header-nav.nav-right > li.header-search {
    margin-left: 10px !important;
  }
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}
/* Unified button corner radius */
button,
input[type="button"],
input[type="submit"],
input[type="reset"],
a.button,
.wp-block-button__link,
.elementor-button,
.btn {
  border-radius: 5px !important;
}

@media only screen and (min-width: 1024px) {
  .woocommerce #reviews .comment-respond .comment-reply-title,
  .woocommerce #reviews .comment-respond .comment-form {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .single-product .product-main .tab-panels table,
  .single-product .woocommerce-tabs table,
  .single-product .entry-content table {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
  }
}

.wpcf7 form.sent .wpcf7-response-output,
.wpcf7 form .wpcf7-response-output.wpcf7-mail-sent-ok {
  border: 1px solid #1f8a4c;
  background: linear-gradient(135deg, #ecfff3 0%, #d9f7e6 100%);
  color: #0f5a2f;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  border-radius: 12px;
  padding: 14px 16px;
  box-shadow: 0 8px 22px rgba(31, 138, 76, 0.18);
  text-align: center;
}

.woocommerce-order-received .woocommerce {
  max-width: 1120px;
  margin: 0 auto;
}

.woocommerce-order-received .woocommerce-order {
  background: #ffffff;
  border: 1px solid #e8ecf2;
  border-radius: 18px;
  padding: 28px;
  box-shadow: 0 14px 34px rgba(15, 24, 52, 0.08);
}

.woocommerce-order-received .woocommerce-order.row {
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
}

.woocommerce-order-received .woocommerce-thankyou-order-received {
  background: linear-gradient(135deg, #f0fff6 0%, #e6f9ff 100%);
  border: 1px solid #bfe9cf;
  color: #0f5a2f;
  border-radius: 14px;
  padding: 14px 16px;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 18px;
  white-space: normal;
  line-height: 1.45;
}

.woocommerce-order-received .woocommerce-order-overview {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
}

.woocommerce-order-received .woocommerce-order-overview li {
  float: none;
  width: auto;
  min-width: 0;
  min-height: 86px;
  margin: 0;
  border: 1px solid #e8ecf2;
  border-radius: 12px;
  padding: 12px;
  background: #f9fbff;
  font-size: 13px;
}

.woocommerce-order-received .woocommerce-order-overview li strong {
  display: block;
  margin-top: 6px;
  font-size: 16px;
  color: #111827;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.woocommerce-order-received .woocommerce-order-overview__payment-method strong {
  padding-left: 4px;
}

.woocommerce-order-received .woocommerce-order-overview__email,
.woocommerce-order-received .woocommerce-order-overview__date {
  overflow-wrap: anywhere;
  word-break: break-word;
}

.woocommerce-order-received .woocommerce-order-overview__email strong,
.woocommerce-order-received .woocommerce-order-overview__date strong {
  overflow-wrap: anywhere;
  word-break: break-word;
}

.woocommerce-order-received .woocommerce-Price-amount.amount {
  display: inline-block;
  max-width: 100%;
  font-size: 14px;
  line-height: 1.4;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.woocommerce-order-received .woocommerce-table__line-item.order_item .woocommerce-Price-amount.amount bdi {
  font-size: 16px;
}

.woocommerce-order-received .woocommerce-order-details,
.woocommerce-order-received .woocommerce-customer-details {
  margin-top: 18px;
  border: 1px solid #e8ecf2;
  border-radius: 14px;
  padding: 18px;
  background: #ffffff;
}

.woocommerce-order-received .woocommerce-order-details__title,
.woocommerce-order-received .woocommerce-column__title {
  font-size: 22px;
  line-height: 1.3;
  margin-bottom: 12px;
}

.woocommerce-order-received .woocommerce-table--order-details {
  border: 1px solid #e8ecf2;
  border-radius: 10px;
  overflow: hidden;
}

.woocommerce-order-received .woocommerce-table--order-details th,
.woocommerce-order-received .woocommerce-table--order-details td {
  padding: 12px 14px;
  border-color: #edf1f6;
}

.woocommerce-order-received .woocommerce-customer-details address {
  border: 1px solid #edf1f6;
  border-radius: 10px;
  padding: 14px;
  background: #f8fafc;
}

.woocommerce-order-received .large-7.col p {
  padding-left: 8px;
}

.image-zoom {
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

.image-zoom img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.woocommerce-order-received .is-well.col-inner.entry-content {
  margin-left: 14px;
}

@media only screen and (min-width: 1024px) {
  .shop-container .products .box-text.box-text-products {
    padding: 14px 14px 16px !important;
  }

  .shop-container .products .box-text.box-text-products .name.product-title,
  .shop-container .products .box-text.box-text-products .name.product-title a,
  .shop-container .products .box-text.box-text-products .woocommerce-loop-product__title,
  .shop-container .products .box-text.box-text-products .woocommerce-loop-product__title a {
    font-size: 16px !important;
    line-height: 1.45 !important;
    font-weight: 600 !important;
    letter-spacing: 0.1px !important;
  }

  .shop-container .products .box-text.box-text-products .price,
  .shop-container .products .box-text.box-text-products .amount,
  .shop-container .products .box-text.box-text-products .woocommerce-Price-amount.amount,
  .shop-container .products .box-text.box-text-products .woocommerce-Price-amount.amount bdi {
    font-size: 15px !important;
    line-height: 1.4 !important;
    font-weight: 600 !important;
  }

  .shop-container .products .box-text.box-text-products .button,
  .shop-container .products .box-text.box-text-products .add_to_cart_button {
    font-size: 14px !important;
    font-weight: 600 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .woocommerce-order-received .woocommerce-order {
    padding: 20px;
    border-radius: 14px;
  }

  .woocommerce-order-received .woocommerce-thankyou-order-received {
    font-size: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .page-checkout,
  .page-checkout .container,
  .page-checkout .cart-container,
  .woocommerce-checkout .page-wrapper {
    padding-left: 10px !important;
    padding-right: 10px !important;
    margin-left: auto;
    margin-right: auto;
  }

  .woocommerce-checkout .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .woocommerce-checkout .row .col,
  .woocommerce-checkout .large-7.col,
  .woocommerce-checkout .large-5.col {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .woocommerce-order-received .entry-title,
  .woocommerce-order-received .page-title,
  .woocommerce-order-received h1.entry-title,
  .woocommerce-order-received h1.page-title {
    font-size: 14px !important;
    line-height: 1.2;
    white-space: nowrap;
  }

  .woocommerce-order-received .woocommerce-order.row {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .woocommerce-order-received .woocommerce-order.row .col {
    padding-left: 8px;
    padding-right: 8px;
  }

  .woocommerce-order-received .woocommerce-order {
    padding: 14px;
    border-radius: 12px;
  }

  .woocommerce-order-received .woocommerce-order-overview {
    grid-template-columns: 1fr;
  }

  .woocommerce-order-received .woocommerce-order-overview li {
    min-height: 74px;
  }

  .woocommerce-order-received .woocommerce-order-details,
  .woocommerce-order-received .woocommerce-customer-details {
    padding: 14px;
    margin-left: 0;
    margin-right: 0;
  }

  .woocommerce-order-received .woocommerce-order-details__title,
  .woocommerce-order-received .woocommerce-column__title {
    font-size: 18px;
  }

  .woocommerce-order-received .woocommerce-thankyou-order-received {
    font-size: 14px;
  }

  .woocommerce-order-received .is-well.col-inner.entry-content {
    margin-left: 0;
  }

  .woocommerce-order-received .large-7.col p {
    padding-left: 0;
  }

  .woocommerce-checkout .row .col {
    padding-left: 8px;
    padding-right: 8px;
  }

  .woocommerce-checkout #customer_details h3,
  .woocommerce-checkout .woocommerce-billing-fields h3,
  .woocommerce-checkout .checkout-sidebar h3,
  .woocommerce-checkout h3#order_review_heading {
    font-size: 14px !important;
    line-height: 1.25;
  }

  .woocommerce-checkout .checkout-breadcrumbs,
  .woocommerce-checkout .checkout-breadcrumbs a,
  .woocommerce-checkout .checkout-breadcrumbs .no-click {
    font-size: 24px !important;
    line-height: 1.25;
  }
}
