@font-face {
    font-family: 'CaliforniaStreet';
    src: url('../fonts/CaliforniaStreet.woff2') format('woff2'),
        url('../fonts/CaliforniaStreet.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
.avi-filter-sli .slick-list .slick-track {
  display: flex;
  overflow-x: scroll;
  overflow-y: hidden;
}
.woocommerce .woocommerce-order .woocommerce-order-details {
  margin-top: 60px;
  margin-bottom: 40px !important;
}
.woocommerce-order section.woocommerce-customer-details address {
  background-color: #ffffff;
  height: 100%;
  max-height: 183px;
  min-height: 183px;
  padding: 20px !important;
  border: none !important;
  border-radius: 10px !important;
  font-size: 16px;
  font-family: "Noto Sans", Sans-serif;
  margin-top: 30px;
}
.woocommerce-order .order-received {
  background-color: #f4eee0;
  padding: 30px 30px 25px;
  border-radius: 10px;
}
.woocommerce-order .order-received ~ p {
  display: none;
}
.woocommerce-order .order-received p.woocommerce-notice {
  font-size: 24px;
  font-family: "Noto Sans", Sans-serif;
  font-weight: 600;
  text-transform: capitalize;
}
.order-received ul.order_details {
  padding: 0;
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
}
.order-received ul.order_details li {
  background: #fff;
  padding: 20px 15px;
  border: none;
  width: 31%;
  margin: 0;
  font-size: 18px;
  font-family: "Noto Sans", Sans-serif;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  border-radius: 10px;
}
.order-received ul.order_details li strong {
  font-size: 16px;
  width: 100%;
}
.custom-order-details h2.woocommerce-order-details__title,
.woocommerce-column h2.woocommerce-column__title {
  font-size: 37px;
  margin: 0;
  line-height: 35px;
}
.woocommerce-customer-details h2.woocommerce-column__title {
  font-size: 34px;
  line-height: 35px;
}
/* Container */
.order-box {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  margin-top: 20px;
  padding: 0;
}

/* Table */
.order-summary-table {
  width: 100%;
  border-collapse: collapse;
  font-family: "Noto Sans", Sans-serif;
  table-layout: fixed; /* force equal column widths */
}

/* Header */
.order-summary-table thead th {
  background: #ffffff;
  padding: 14px 16px;
  border: none;
  border-bottom: 1px solid #eee;
  font-weight: 500;
  font-size: 18px;
  color: #333;
  font-family: "Noto Sans", Sans-serif;
  text-align: center;
  border-block-start: none !important;
}

/* Define exact column widths */
.order-summary-table thead th:first-child,
.order-summary-table tbody td:first-child {
  width: 55%; /* Product column */
  text-align: left;
}

.order-summary-table thead th:nth-child(2),
.order-summary-table tbody td:nth-child(2) {
  width: 15%; /* Qty */
  text-align: center;
}

.order-summary-table thead th:nth-child(3),
.order-summary-table tbody td:nth-child(3) {
  width: 15%; /* Rate */
  text-align: center;
}

.order-summary-table thead th:nth-child(4),
.order-summary-table tbody td:nth-child(4) {
  width: 15%; /* Total */
  text-align: center;
}

/* Body */
.order-summary-table tbody td {
  padding: 16px;
  border-bottom: 1px solid #eee !important;
  vertical-align: middle;
  font-size: 15px;
  font-family: "Noto Sans", Sans-serif;
  color: #444;
  background-color: #fff !important;
  border: none;
}

/* Product Layout */
.product-flex {
  display: flex;
  align-items: center;
  gap: 14px;
}

.product-thumb img {
  width: 60px;
  height: 60px;
  border-radius: 8px;
  object-fit: cover;
}

.product-info {
  display: flex;
  flex-direction: column;
}

.product-info .product-name {
  font-weight: 600;
  font-size: 16px;
  font-family: "Noto Sans", Sans-serif;
  color: #000;
  margin-bottom: 3px;
}

.product-info .order-date {
  font-size: 13px;
  color: #777;
}

/* Footer Totals */
.order-summary-table tfoot th,
.order-summary-table tfoot td {
  padding: 14px 16px;
  font-size: 15px;
  font-weight: 600;
  color: #333;
  text-align: right;
  border: none;
}

.order-summary-table tfoot tr:last-child td {
  font-size: 18px;
  font-weight: 700;
  color: #000;
}

/*--------------------------------------*/
.elementor-field-type-upload .uploaded-file-name {
  display: block;
  margin-top: 5px;
  font-size: 14px;
  color: #000000;
  width: 100%;
}

.woocommerce form .form-row .input-text,
.woocommerce form .form-row select,
.select2-container .select2-selection--single .select2-selection__rendered,
.select2-container .select2-selection {
  border-color: #b2bcca !important;
  font-family: "Noto Sans", Sans-serif;
  font-size: 14px;
}
#curleejo-forgot-password-form .form_content h2 {
  font-size: 42px;
}
#curleejo-forgot-password-form .from-group button:hover {
  background-color: #000000;
  color: #fff;
}
#curleejo-forgot-password-form .from-group button {
  margin-top: 15px;
}
/* Home page CSS */

.subcategory-slick .slick-slide {
  display: block;
  margin: 0 15px;
}
.subcategory-slick .subcategory-img {
  width: 208px;
  height: 208px;
}

/* About Page CSS */

.our-goal {
  background: linear-gradient(
      154.49deg,
      rgba(121, 117, 131, 0.2) 5.35%,
      rgba(54, 53, 103, 0.2) 83.85%
    ),
    rgba(30, 37, 37, 0.3);
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
}

/* Contact US PAge CSS */

body .contact-form h1 {
  color: #101b21;
  font-size: 26px;
  text-align: center;
  line-height: 36px;
  margin: 0 0 10px 0;
}
body .contact-form p {
  color: #101b21;
  font-size: 16px;
  text-align: center;
  line-height: 26px;
  margin: 0 0 17px 0;
}
body .contact-form input {
  height: 50px;
}
body .contact-form textarea {
  height: 128px;
}
body .contact-form .elementor-field-type-submit {
  margin-top: 17px;
}
body .contact-form .elementor-field-type-upload input {
  display: none;
}
body .contact-form .elementor-field-type-upload label {
  padding: 8px 23px 8px 41px !important;
  cursor: pointer;
  border: 1px solid #e1e3e6;
  border-radius: 4px;
  background: #f5f5f7;
  font-size: 14px !important;
  transition: 0.3s;
  color: #333333;
  background-image: url(/wp-content/uploads/2025/08/upload.svg);
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: 13px;
}

body .contact-form .elementor-field-type-upload label:hover {
  background-color: #eee;
}

body .contact-form #file-name {
  font-size: 14px !important;
  color: #101b21;
  line-height: 26px !important;
}

.single-post blockquote::before {
  content: "";
  background: url(../images/blockquote.svg) no-repeat;
  width: 50px;
  display: block;
  height: 50px;
  position: absolute;
  left: 0;
}

.single-post .elementor-widget-theme-post-content p {
  margin-bottom: 20px;
}

.single-post blockquote p:last-child {
  font-size: 14px;
  font-family: "Noto Sans", Sans-serif;
  line-height: 1.6;
}

@media screen and (max-width: 1536px) {
  body .email-form .elementor-field-type-submit button {
    padding: 17px 30px;
  }
}
@media screen and (max-width: 1024px) {
  .woocommerce ul.order_details::before {
    display: none !important;
  }
  .order-received ul.order_details li {
    width: 47%;
  }
  .woocommerce-customer-details h2.woocommerce-column__title {
    line-height: 66px;
  }
  .woocommerce-order section.woocommerce-customer-details address {
    margin-top: 10px;
  }
}
@media screen and (max-width: 991px) {
  .customers-say .elementor-widget-testimonial,
  .customers-say .elementor-testimonial-content {
    padding: 0 !important;
    font-size: 16px !important;
  }
}

@media screen and (max-width: 767px) {
  .order-summary-table tfoot th,
  .order-summary-table tfoot td {
    padding: 7px 7px;
    font-size: 13px;
  }
  .order-summary-table tfoot tr:last-child td {
    font-size: 12px;
  }
  /**-------------------------*/
  .order-summary-table thead th:first-child,
  .order-summary-table tbody td:first-child {
    width: 40%;
  }
  .woocommerce .woocommerce-order .woocommerce-order-details {
    margin-top: 35px;
  }
  .woocommerce-order .order-received p.woocommerce-notice {
    font-size: 22px;
  }
  .order-received ul.order_details li {
    font-size: 16px;
    gap: 5px;
  }
  .order-received ul.order_details li strong {
    font-size: 16px;
  }
  .woocommerce-order .order-received {
    padding: 25px 20px 10px;
  }
  .order-received ul.order_details li {
    width: 100%;
  }
  .customers-say .elementor-widget-testimonial,
  .customers-say .elementor-testimonial-content {
    padding: 0 !important;
    font-size: 22px !important;
    line-height: 28px !important;
  }
  .sidebar-content {
    width: 100%;
    max-width: 100%;
  }
  #login-sidebar.active {
    width: 100%;
  }
}

.login-sidebar {
  position: fixed;
  top: 0;
  right: -400px;
  width: 400px;
  height: 100%;
  background: #fff;
  box-shadow: -2px 0 5px rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  z-index: 9999;
  overflow-y: auto;
}
.login-sidebar.active {
  right: 0;
}
.sidebar-content {
  padding: 30px;
}
.close-sidebar {
  font-size: 28px;
  cursor: pointer;
  float: right;
}
.form-section {
  display: none;
}
.form-section.active {
  display: block;
}

.woocommerce-MyAccount-navigation-link--dashboard a::before,
.woocommerce-MyAccount-navigation-link--orders a::before,
.woocommerce-MyAccount-navigation-link--downloads a::before,
.woocommerce-MyAccount-navigation-link--edit-address a::before,
.woocommerce-MyAccount-navigation-link--edit-account a::before,
.woocommerce-MyAccount-navigation-link--customer-logout a::before,
.woocommerce-MyAccount-navigation-link--wishlist a::before {
  background-size: contain;
  width: 24px;
  height: 24px;
}
.woocommerce-account li.woocommerce-MyAccount-navigation-link a:hover:before,
li.woocommerce-MyAccount-navigation-link.is-active a:before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(12%) saturate(7432%)
    hue-rotate(228deg) brightness(113%) contrast(115%);
}
.woocommerce-MyAccount-navigation-link--dashboard a::before {
  content: "";
  background: url(../images/dashborduser.svg) no-repeat;
}
.woocommerce-MyAccount-navigation-link--orders a::before {
  content: "";
  background: url(../images/order.svg) no-repeat;
}
.woocommerce-MyAccount-navigation-link--wishlist a::before {
  content: "";
  background: url(../images/wishlist.svg) no-repeat;
}
.woocommerce-MyAccount-navigation-link--downloads a::before {
  content: "";
  background: url(../images/download.svg) no-repeat;
}
.woocommerce-MyAccount-navigation-link--edit-address a::before {
  content: "";
  background: url(../images/address.svg) no-repeat;
}
.woocommerce-MyAccount-navigation-link--edit-account a::before {
  content: "";
  background: url(../images/accounts-icon.svg) no-repeat;
}
.woocommerce-MyAccount-navigation-link--customer-logout a::before {
  content: "";
  background: url(../images/logout-log.svg) no-repeat;
}

#login-form .form-message a {
  display: none;
}

#trade-register-form .checkbox-group label {
  font-size: unset;
}
.yith-wcwl-feedback-messages-container {
  display: none;
}

#avi-product-wrapper .avi-loader {
  text-align: center;
  /* margin-top: 10px;
  font-weight: bold;
  position: absolute; */
  /* background: #8080801f; */
  /* top: 50%;
  left: 0;
  bottom: 0; */
  display: none;
  /* justify-content: center;
  width: 100%;
  height: 90%;
  align-items: center; */
}
.avi-loader img#loader {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.single-product .woocommerce-variation-add-to-cart {
  flex-wrap: wrap !important;
}

.variations_form .variations tbody th.label {
  display: none;
}
table tbody > tr:nth-child(odd) > td,
table tbody > tr:nth-child(odd) > th {
  background-color: hsl(0deg 0% 50% / 0%) !important;
  border: none;
  height: auto;
}
.woocommerce table.shop_table td.product-name {
}
#TB_window > :nth-child(n+4) {
    display: none;
}
.preview-text {
    line-height: 1em !important;
	text-align: center;
}

.position-controls {
    display: flex;
    gap: 10px;
}