/*

Theme Name: Clothing

Theme URI: http://www.Clothing.com

Author: Clothing

Author URI: http://www.Clothing.com

Description: Simple and Responsive Wordpress theme.

*/

@font-face {
  font-family: "OpenSans-Regular";
  src: url("fonts/OpenSans-Regular.ttf");
}

@font-face {
  font-family: "OpenSans-Medium";
  src: url("fonts/OpenSans-Medium.ttf");
}

@font-face {
  font-family: "OpenSans-SemiBold";
  src: url("fonts/OpenSans-SemiBold.ttf");
}


@font-face {
  font-family: "OpenSans-Bold";
  src: url("fonts/OpenSans-Bold.ttf");
}

@font-face {
  font-family: "Ionicons";
  src: url("../fonts/ionicons.woff2") format("woff2"),
    url("../fonts/ionicons.woff") format("woff"),
    url("../fonts/ionicons.ttf") format("ttf")
}


/* -- style for common -- */

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "OpenSans-Regular";
  overflow-x: hidden;
}

p {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 26px;
  color: #000000;
  font-family: "OpenSans-Regular";
}

img {
  max-width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  color: var(--black);
  font-family: "OpenSans-Bold";
}

a,
input,
textarea,
button,
select {
  outline: none;
}

a:hover,
a:focus,
input:focus,
textarea:focus,
button:focus,
select:focus {
  outline: none;
  text-decoration: none;
}

a:hover {
  color: var(--black);
  text-decoration: none;
}

input,
textarea,
button,
select,
label,
a,
span,
img {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
}

img {
  max-width: 100%;
  height: auto;
}

:focus {
  box-shadow: none !important;
}

.container {
  width: 100%;
  max-width: 1200px;
}

ul,
ol {
  text-decoration: none;
  padding: 0;
  margin: 0;
}

a {
  color: #d6b69a;
  text-decoration: none;
}

/* Common Style */

:root {
  --primary: #ddd;
  --black: #000;
  --white: #fff;
}

.category-box img {
  width: 200px;
  height: auto;
}

.home-cat-sec {
  display: grid;
  grid-template-columns: repeat(4, 1fr) !important;
  column-gap: 40px;
  row-gap: 35px;
}

.category-box img {
  width: auto;
  height: 100px;
  object-fit: cover;
  object-position: center;
}

.home-cat-list-sec {
  text-align: center;
  display: flex;
  justify-content: center;
}

.category-box {
  flex-direction: column;
  width: 240px;
  background-color: #fff8f2;
  display: inline-flex;
  border-radius: 50%;
  padding: 50px;
  height: 240px;
  max-width: 100%;
}

.padding70 {
  padding-top: 70px;
}

.cart-icon {
  list-style-type: none;

}

.header-top a {
  color: #fff;
}

.img-fluid {
  width: auto !important;
  height: 250px !important;
  object-fit: contain;
  margin: 0 auto !important;
}

.product .img-fluid {
  height: 250px !important;
  padding: 10% 0;
}

.btm-are-btn {
  width: 50%;
}

.bottom-area.d-flex.px-3 {
  align-items: center;
}

.btm-are-btn a {
  padding: 4px;
  min-height: 44px;
  display: inline-flex;
  justify-content: center;

}

.btm-are-btn form {
  background-color: #fff;
  min-height: 44px;
}

.btm-are-btn form:hover {
  color: #fff8f2;
}

.ftco-footer.ftco-section p {
  color: #fff;
}

.row.no-gutters.ftco-services .icon span::before {
  font-size: 90px;
}

#home-section .img-fluid {
  height: auto !important;
  max-height: 700px;
  margin: 0 !important;
}

.frm_button_submit,
.button,
.btn,
.submit {
  background: #fff8f2 !important;
  border: 1px solid #fff8f2 !important;
  color: #000 !important;
  border-radius: 30px !important;
  min-width: 178px !important;
  min-height: 52px !important;
  font-family: "OpenSans-Regular" !important;
  font-size: 14px !important;
  box-shadow: none !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}

button.single_add_to_cart_button.button.alt {
  background-color: #000 !important;
  color: #fff !important;
  border: 1px solid #000 !important;
}

.frm_button_submit:hover,
button:hover,
.btn:hover,
button.single_add_to_cart_button.button.alt:hover,
.submit:hover {
  background: #fff !important;
  color: #000 !important;
}

input,
textarea,
select {
  width: 100% !important;
  min-height: 52px !important;
  background: #fff !important;
  color: #000000 !important;
  font-size: 14px !important;
  border-radius: 0px;
  border: 1px solid #ced4da !important;
}

input {
  min-height: 52px !important;
}

textarea {
  min-height: 170px !important;
}

iframe {
  width: 100%;
}

.wpgs-for .attachment-shop_single {
  height: 500px !important;
  object-fit: contain;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price,
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
  color: #000 !important;
  font-size: 16px !important;
}

.tabs.wc-tabs li a::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  width: 0;
  content: '';
  height: 0;
  margin: 0 auto;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #fff8f2 transparent transparent transparent;
  opacity: 0;
}

.tabs.wc-tabs li.active a::after {
  opacity: 1;
}

.tabs.wc-tabs li a {
  padding: 8px 20px !important;
  border-radius: 0;
  margin-bottom: 0;
  color: #000000;
  font-size: 20px;
  position: relative;
  display: inline-block;
  border: 1px solid transparent;
  background: rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  width: 200px;
  max-width: 100%;
  text-align: center;
  color: #000 !important;
  border-top-left-radius: 15px;
}

.tabs.wc-tabs li.active a {
  color: #fff;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid transparent;
  background: #fff8f2
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  padding: 0px !important;
  margin: 0px !important;
  padding-bottom: 10px;
  border: 0px !important;
  margin-right: 10px !important;
}

.woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
  display: none !important;
}

.tabs.wc-tabs {
  padding: 0px !important;
  margin: 0px !important;
  margin-bottom: 0px;
  margin-bottom: 20px !important;
  border-bottom: 1px solid #fff8f2;
}

.woocommerce-tabs.wc-tabs-wrapper {
  padding-top: 70px;
  padding-bottom: 70px;
}

.tabs.wc-tabs .panel {
  margin: 0px !important;
}

h2 {
  margin-bottom: 30px;
}

.products.columns-4 {
  margin: 0px;
}

.onsale {
  display: none;
}

.quantity {
  width: 100%;
  padding: 20px 0px;
}

.woocommerce-product-details__short-description {
  margin-top: 30px;
}

.qib-button {
  width: 50px !important;
  height: 41px !important;
}

.quantity.wqpmb_quantity {
  padding: 0px !important;
}

.quantity.wqpmb_quantity input {
  height: 41px !important;
  min-height: 41px !important;
  font-size: 14px !important;
  width: 80px !important;
  padding: 0px !important;
}

.qib-button-wrapper {
  width: 100%;
  float: left !important;
  padding: 20px 0px;
  justify-content: flex-start !important;
  gap: 3px !important;
}

.quantity.wqpmb_quantity {
  width: 80px;
}

input[type="checkbox"] {
  width: 20px !important;
  height: 20px !important;
  min-height: 20px !important;

}

.comment-form-cookies-consent {
  display: flex;
  align-items: flex-start;
  gap: 12px !important;
}

.comment-form-cookies-consent label {
  margin-bottom: 0px !important;

}

.submit {
  max-width: 178px !important;
}

.wc-tab h2 {
  font-size: 25px !important;
  margin-bottom: 18px;
  margin-top: 20px;
}

.required {
  color: red;
}

table th,
table td {
  color: #000;
}

.cart-collaterals {
  margin-top: 70px;
}

/* Container class to align checkbox and label nicely */
.comment-form-cookies-consent {
  display: flex;
  align-items: center;
  gap: 8px;
}

/* Hide the default checkbox */
#wp-comment-cookies-consent {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #fff8f2;
  border-radius: 4px;
  background-color: #fff;
  cursor: pointer;
  position: relative;
  transition: all 0.2s ease-in-out;
}

/* Checkbox tick mark using pseudo-element */
#wp-comment-cookies-consent:checked::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 1px;
  width: 6px;
  height: 12px;
  border: solid #ff4e94;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

/* Optional: label styling */
.comment-form-cookies-consent label {
  font-size: 14px;
  color: #333;
  cursor: pointer;
}


#commentform {
  width: 600px;
  max-width: 100%;
}

.stars a {
  color: #fbbc04;
}

.star-rating {
  color: #fbbc04;
}

.woocommerce-cart-form .actions .button {
  float: right !important;
}

#coupon_code {
  width: 250px !important;
  margin-right: 10px;
}

.checkout-button.button.alt.wc-forward {
  width: 100% !important;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
  float: right;
  width: 43% !important;
}

.padding90 {
  padding-top: 90px;
}

.col-1 {
  max-width: 100% !important;
}

.col-2 {
  max-width: 100%;
}

.woocommerce-input-wrapper {
  width: 100%;
}

#customer_details {
  width: 55% !important;
  float: left;
  padding-right: 20px;
  margin-bottom: 0px;
}

.woocommerce #customer_details .col-1,
.woocommerce-page #customer_details .col-2 {
  width: 100% !important;
}

/* #order_review,
  #order_review_heading {
    width: 45% !important;
    float: right;
  }
   */
/* .checkout.woocommerce-checkout {
  display: flex;
  gap: 40px;
} */

.order-review-sec {
  width: 45%;
  float: right;
}

.select2-container .select2-dropdown,
.select2-container .select2-selection {
  border: 1px solid #ced4da !important;
  min-height: 52px !important;
}

.form-submit {
  margin-top: 25px !important;
}

.woocommerce-info::before {
  color: #fff8f2 !important;
}

.woocommerce-terms-and-conditions-wrapper {
  margin-bottom: 30px;
}

/* Wrap label for better alignment */
.woocommerce-form__label-for-checkbox {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  position: relative;
}

/* Hide default checkbox */
.woocommerce-form__input-checkbox {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
  position: relative;
  cursor: pointer;
  transition: border-color 0.2s ease-in-out, background-color 0.2s;
}

/* Tick mark when checked */
.woocommerce-form__input-checkbox:checked::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid #ff4e94;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

/* Optional hover effect */
.woocommerce-form__input-checkbox:hover {
  border-color: #ff4e94;
}

/* Style the span label */
.woocommerce-form__label-for-checkbox span {
  font-size: 14px;
  color: #333;
}

.btn-sec {
  width: 100%;
}

.padding30 {
  padding-top: 30px;
}

p {
  margin-bottom: 15px;
}

p:last-child {
  margin-bottom: 0px;
}

/* Ensure label and checkbox are inline */
.woocommerce-form__label-for-checkbox {
  display: flex;
  align-items: center;
}

.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox input {
  margin-top: -5px !important;
}

.woocommerce-shipping-fields {
  padding: 3px;
}

#ship-to-different-address .woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox span {
  padding-left: 5px;
}

/* My Account */
#customer_login form {
  /* min-height: 388px !important; */
  min-height: 388px !important;
  margin-bottom: 0px !important;
}

.phone-number.phone-fld a:hover {
  color: var(--green-color);
}

.woocommerce-MyAccount-content {
  box-shadow: 0px 1px 8px -2px #cbbeb5ba;
  padding: 30px 20px;
}

nav.woocommerce-MyAccount-navigation {
  padding: 30px 20px;
  background-color: #fff8f2;

}

nav.woocommerce-MyAccount-navigation ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}

nav.woocommerce-MyAccount-navigation li a {
  color: #000;
  font-size: 16px;
  font-family: "OpenSans-Medium";
}

nav.woocommerce-MyAccount-navigation li {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}

nav.woocommerce-MyAccount-navigation ul li:last-child {
  margin-bottom: 0px;
}

.u-columns.woocommerce-Addresses.col2-set.addresses .u-column1.col-1.woocommerce-Address {
  padding-left: 0px;
}

.u-columns.woocommerce-Addresses.col2-set.addresses .u-column2.col-2.woocommerce-Address {
  padding-right: 0px;
}

.woocommerce-privacy-policy-text {
  margin-bottom: 10px;
}

.password-input {
  width: 100%;
}



/* Ensure label and checkbox are inline */
.woocommerce-form-login__rememberme {
  display: flex;
  align-items: center;
}

#rememberme {
  margin-top: -5px;
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
  padding: 0px !important;
}

.woocommerce .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-1,
.woocommerce-page .col2-set .col-2 {
  padding: 0px !important;
}

.woocommerce-form.woocommerce-form-register.register .woocommerce-form-row.woocommerce-form-row--wide.form-row.form-row-wide {
  padding: 0px;
}

.woocommerce-form.woocommerce-form-login.login .form-row {
  padding-left: 0px;
  padding-right: 0px;
}

#customer_login .woocommerce-form-row.form-row {
  padding: 0px !important;
}

.woocommerce-lost-password .post-content {
  width: 650px;
  float: none;
  margin: 0 auto;
  /* box-shadow: 0px 1px 8px -2px #cbbeb5ba;
    padding: 30px 20px; */
  max-width: 100%;
  border: 1px solid #cfc8d8;
  padding: 20px;
  border-radius: 5px;
}

.dashboard-user {
  margin-top: 20px;
  width: 100%;
  float: left;
}

.woocommerce-ResetPassword.lost_reset_password .woocommerce-form-row.woocommerce-form-row--first.form-row.form-row-first {
  width: 100%;
}

.woocommerce-ResetPassword.lost_reset_password .form-row.form-row {
  padding-left: 0px;
  padding-right: 0px !important;
}

.woocommerce-ResetPassword.lost_reset_password .form-row.form-row {
  margin: 0px;
  padding: 0px;
}

.woocommerce-ResetPassword.lost_reset_password .woocommerce-form-row.woocommerce-form-row--first.form-row.form-row-first {
  margin-bottom: 15px;
}

.woocommerce-MyAccount-content .woocommerce-info {
  width: 100%;
  float: left;
  margin-bottom: 10px !important;
}

.woocommerce-EditAccountForm.edit-account legend {
  margin-top: 20px;
  width: 100%;
  float: left;
  font-family: "CormorantGaramond-Bold";
}

.woocommerce-EditAccountForm.edit-account .form-row {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.woocommerce-MyAccount-navigation ul li.is-active a {
  text-decoration: underline;
}

.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme {
  width: 100%;
}

.woocommerce-info {
  border-top-color: #fff8f2 !important;
}

.woocommerce-address-fields__field-wrapper {
  margin-bottom: 30px;
}

.woocommerce-EditAccountForm.edit-account .button {
  margin-top: 25px !important;
}

/* .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  margin: 0 1.8% 1.992em 0 !important;
  width: 23.20% !important;
} */
.bottom-area.d-flex.px-3 {
  column-gap: 10px;
}

.filter-price {
  width: 100%;
  border: 0;
  padding: 0;
  margin: 0;
}

.price-title {
  position: relative;
  color: #fff;
  font-size: 14px;
  line-height: 1.2em;
  font-weight: 400;
}

.price-field {
  position: relative;
  width: 100%;
  height: 36px;
  box-sizing: border-box;
  /* background: #d3134f; */
  padding-top: 15px;
  border-radius: 3px;
}

.price-field input[type=range] {
  position: absolute;
  -webkit-appearance: none;
  width: 100%;
  background: transparent;
  /* remove default */
  position: absolute;
  pointer-events: none;
}

/* Reset style for input range */

.price-field input[type=range] {
  width: 100% !important;
  height: 2px !important;
  border: 0 !important;
  outline: 0;
  box-sizing: border-box;
  border-radius: 5px !important;
  pointer-events: none;
  -webkit-appearance: none;
  min-height: 2px !important;

}

.price-field input[type=range] {

  background: #d6b69a !important;

}

.price-field input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
}

.price-field input[type=range]:active,
.price-field input[type=range]:focus {
  outline: 0;
}

.price-field input[type=range]::-ms-track {
  width: 188px !important;
  height: 2px !important;
  border: 0;
  outline: 0;
  box-sizing: border-box;
  border-radius: 5px;
  pointer-events: none;
  background: transparent;
  border-color: transparent;
  color: transparent;
  border-radius: 5px !important;
  min-height: 2px !important;
  margin: 0 5px;
}

/* Style toddler input range */

.price-field input[type=range]::-webkit-slider-thumb {
  /* WebKit/Blink */
  -webkit-appearance: none;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: #d6b69a;
  cursor: pointer;
  margin-top: -4px;
  pointer-events: all;
  position: relative;
  z-index: 100;
}

.price-field input[type=range]::-moz-range-thumb {
  /* Firefox */
  position: relative;
  appearance: none;
  margin: 0;
  border: 0;
  outline: 0;
  border-radius: 50%;
  height: 10px;
  width: 10px;
  margin-top: -5px;
  background-color: #d6b69a;
  cursor: pointer;
  cursor: pointer;
  pointer-events: all;
  z-index: 100;
}

.price-field input[type=range]::-ms-thumb {
  /* IE */
  position: relative;
  appearance: none;
  margin: 0;
  border: 0;
  outline: 0;
  border-radius: 50%;
  height: 10px;
  width: 10px;
  margin-top: -5px;
  background-color: #d6b69a;
  cursor: pointer;
  cursor: pointer;
  pointer-events: all;
  z-index: 100;
}

/* Style track input range */

.price-field input[type=range]::-webkit-slider-runnable-track {
  height: 2px;
  background: #d6b69a;
  border-radius: 5px;
  width: calc(100% - 10px);
  /* 👈 shrink by thumb size */

}

.price-field input[type=range]::-moz-range-track {
  height: 2px;
  background: #d6b69a;
  border-radius: 5px;
  margin: 0 5px;
}

.price-field input[type=range]::-ms-track {
  height: 2px;
  background: #d6b69a;
  border-radius: 5px;
  margin: 0 5px;
}


/* Style for input value block */

.price-wrap {
  display: flex;
  justify-content: center;
  color: #000;
  font-size: 14px;
  line-height: 1.2em;
  font-weight: 400;
  margin-bottom: 7px;
  align-items: center;
}

.price-wrap-1,
.price-wrap-2 {
  display: flex;
  align-items: center;
}

.price-title {
  margin-right: 5px;
  color: #000;
}

.price-wrap_line {
  margin: 0 10px;
}

.price-wrap #one,
.price-wrap #two {
  width: 30px !important;
  text-align: right;
  margin: 0 !important;
  margin-right: 0px;
  padding: 0;
  margin-right: 2px !important;
  background: 0 !important;
  border: 0 !important;
  outline: 0 !important;
  color: #000 !important;
  font-size: 14px !important;
  line-height: 1.2em;
  font-weight: 400;

}

.price-wrap label {
  text-align: right;
  margin: 0px !important;
}

/* Style for active state input */

.price-field input[type=range]:hover::-webkit-slider-thumb {
  box-shadow: 0 0 0 0.5px #fff;
  transition-duration: 0.3s;
}

.price-field input[type=range]:active::-webkit-slider-thumb {
  box-shadow: 0 0 0 0.5px #fff;
  transition-duration: 0.3s;
}

.product-categories-list {
  display: flex;
  list-style-type: none;
  gap: 40px;
  justify-content: center;
}

.product-categories-list a {
  font-size: 16px;
  font-family: "OpenSans-SemiBold";
  line-height: 26px;
  color: #000;
  text-decoration: underline;
}

.product-categories-list li.active a {
  color: #d6b69a;
}

.ftco-footer.ftco-section ul {
  list-style-type: none;
}

.carouseltestimony .slick-slide {
  margin: 0 10px;
  /* 10px left + 10px right = 20px total gap */
  background: #fff;
  padding: 20px;
  border-radius: 20px;
}

.carouseltestimony .slick-list {
  margin: 0 -10px;
  /* Prevents extra space on edges */
}

.slick-dots li button {
  font-size: 6px;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots button {
  width: 10px !important;
  height: 10px !important;
  border: 1px solid #000 !important;
  border-radius: 50% !important;
  background-color: #000 !important;
}

.slick-dots button::before {
  display: none;
}

.slick-dots li.slick-active button {
  border: 1px solid #d6b69a !important;
  border-radius: 50% !important;
  background-color: #d6b69a !important;
}

.slick-arrow {
  display: none !important;
}

.slick-dots {
  position: relative !important;
  bottom: 0px !important;
  padding-top: 50px !important;
}

.products.columns-4 li,
.products.columns-3 li {
  width: 100% !important;
  margin: 0px !important;
}

.products.columns-4::before,
.products.columns-4::after,
.products.columns-3::before,
.products.columns-3::after {
  display: none !important;
}

.products.columns-4 {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 12px !important;
}

.products.columns-3 {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 12px !important;
}

.navbar-toggler.collapsed:hover {
  background: #000 !important;
}

.rating {
  display: none;
}

.icon-shopping_cart,
.cart-count-sec {
  color: #000;
}

.navbar-toggler:hover {
  background: transparent !important;
}

.frm_error {
  color: red !important;
}

.header_nav_img {
  width: 100px;
}

.footer-logo img {
  width: 150px;
}

.fa-facebook-f {
  background-color: #4267B2;
}

.fa-twitter {
  background-color: #000;
}

.fa-linkedin {
  background-color: #0a66c2;
}

.product-share a {
  width: 40px;
  height: 40px;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 18px;
  transition: transform 0.3s ease;
}

.product-share {
  margin-top: 20px;
}

.product-share-sub {
  display: flex;
  gap: 20px;
}

.product-share-sub {
  width: 100%;
  margin-top: 10px;
}

.product-share h4 {
  font-size: 18px;
}

.woocommerce-Tabs-panel h2 {
  display: none;
}

.one-forth.d-flex.align-items-center.ftco-animate.fadeInUp.ftco-animated {
  justify-content: end;
}

.circle-category-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  width: 100%;
}

.circle-category-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  text-decoration: none;
  color: #222;
}

.circle-category-img {
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 20px;
  background-size: contain !important;
  background-position: center !important;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  background-repeat: no-repeat !important;
  position: relative;
}

.circle-category-item:hover .circle-category-img {
  transform: scale(1.05);
}

.circle-category-item:hover .circle-category-img {
  background: #fff8f2;
  /* Light dark overlay on hover */
}

.circle-category-item p {
  font-size: 1.1rem;
  font-weight: 600;
  margin-top: 10px;
  color: #222;
  transition: color 0.3s ease;
}

.circle-category-item:hover p {
  color: #c0392b;
  /* Change to brand highlight color */
}


.flex-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.testimony-section {
  background-color: #fff8f2;
}

.added_to_cart.wc-forward {
  position: absolute;
  top: -38px;
  width: 120px !important;
  text-align: center;
  min-height: 32px;
}



/* Responsive */
@media (max-width: 992px) {
  .circle-category-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .circle-category-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .circle-category-grid {
    grid-template-columns: 1fr;
  }
}

.gallery.image-popup {
  object-fit: contain;
  background-size: contain;
  height: 360px;
}

.product-categories-list li {
  position: relative;
}

.child-category-list {
  /* display: none; */
  position: absolute;
  left: 0px;
  bottom: -34px;
  list-style-type: none;
}

.toggle-child {
  background-image: url(./images/down-arrow.png);
  width: 20px;
  height: 20px;
  background-size: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

.parent-cat {
  display: flex;
  align-items: center;
  gap: 8px;
}

.woocommerce-checkout .ftco-footer,
.woocommerce-checkout .padding90,
.woocommerce-checkout .hero-wrap,
.woocommerce-checkout .inner-page-content-sec.full-width {
  width: 100%;
  float: left;
}

.woocommerce-error a,
.woocommerce-error li {
  color: #b81c23;
}

.copy-link-btn {
  background-color: #E1306C;
}

.product.type-product:hover img {
  -webkit-transform: scale(1) !important;
}

.product.type-product:hover {
  box-shadow: none !important;
}

#wpfront-scroll-top-container img {
  border-radius: 50%;
  background-color: #000;
  transition: 0.5s;
}

#wpfront-scroll-top-container img:hover {
  transform: rotate(45deg);
}

#wpfront-scroll-top-container:hover {
  background: transparent !important;
}

/* Default (menu closed) → Hamburger */
.navbar-toggler .icon::before {
  content: "\2630";
  /* Unicode ☰ hamburger */
  font-size: 24px;
}

/* When menu is open (collapsed class removed) → Close icon */
.navbar-toggler:not(.collapsed) .icon::before {
  content: "\2715";
  /* Unicode ✖ close */
  font-size: 24px;
}

header {
  z-index: 999;
  position: relative;
}

.white-logo {
  display: none;
}

.woocommerce div.product form.cart .variations {
  margin-top: 30px;
}

.variations select {
  padding-left: 10px;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJmZWF0aGVyIGZlYXRoZXItY2hldnJvbi1kb3duIj48cG9seWxpbmUgcG9pbnRzPSI2IDkgMTIgMTUgMTggOSI+PC9wb2x5bGluZT48L3N2Zz4=) no-repeat !important;
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: auto;
  background-size: 16px !important;
  -webkit-background-size: 16px !important;
  background-position: calc(100% - 12px) 50% !important;
  -webkit-background-position: calc(100% - 12px) 50% !important;
}

.variations th,
.variations td {
  padding-bottom: 10px !important;
}

.wpgs-for img {
  height: 400px !important;
  object-fit: contain;
}

.variable-item.button-variable-item {
  color: #fff !important;
  box-shadow: none !important;
  padding: 5px 10px !important;
  background-color: black !important;
  border: 1px solid black !important;
}

.variable-item.button-variable-item.button-variable-item-black {
  background-color: black !important;
  border: 1px solid black !important;
}

.variable-item.button-variable-item.button-variable-item-red {
  background-color: red !important;
  border: 1px solid red !important;
}

.variable-item.button-variable-item.button-variable-item-blue {
  background-color: blue !important;
  border: 1px solid blue !important;
}

.variable-item.button-variable-item.selected {
  background-color: white !important;
  color: black !important;
}

section.archive-cat-section {
  padding: 25px 0;
  background: #fff8f2;
}

.home-slider,
.owl-stage-outer,
.ftco-animated {
  touch-action: pan-y !important;
  /* ✅ allow vertical scroll while swiping */
}

.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y !important;
}