.woocommerce .wt-factor-button {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  background: #059F50;
  color: #fff !important;
  text-decoration: none;
  padding: 10px 16px;
  border-radius: 10px;
  font-size: 19px;
  font-weight: 700;
  box-shadow: 0 6px 16px rgba(5, 159, 80, .18);
  transition: background .2s ease, transform .2s ease, box-shadow .2s ease;
}

.woocommerce .wt-factor-button:hover {
	background: #048a45;
	transform: translateY(-1px);
	box-shadow: 0 10px 22px rgba(5,159,80,.22);
}

.woocommerce .wt-factor-button i {
	font-size: 22px;
	line-height: 1;
}

html[dir="rtl"] .woocommerce .wt-factor-button i { margin-left: 5px; margin-right: 0; }
.woocommerce-order .wt-thankyou-row {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  align-items: start;
  margin-bottom: 40px;
  gap: 50px;
  justify-items: center;
}
.woocommerce-order .wt-thankyou-row .woocommerce-notice--success,
.woocommerce-order .wt-thankyou-row .woocommerce-thankyou-order-details {
	margin: 0;
}
@media (max-width: 768px) {
	.woocommerce-order .wt-thankyou-row {
		grid-template-columns: 1fr;
		gap: 30px;
		height: auto;
		margin-bottom: 30px;
	}

	.woocommerce-notice--success {
		height: auto;
		min-height: 300px;
		padding: 3rem 2rem;
		font-size: 18px;
	}

	.woocommerce-notice--success img {
		width: 120px !important;
		height: auto !important;
		margin-left: 8px !important;
	}

	.woocommerce .wt-factor-button {
    font-size: 22px;
    padding: 14px 24px;
    margin-top: 20px;
	}

	.woocommerce .wt-factor-button i {
		font-size: 18px;
	}

	.woocommerce-order-overview {
		height: auto;
	}

	.woocommerce-order-overview li {
		padding: 12px 18px;
		flex-wrap: wrap;
		gap: 8px;
	}

	.woocommerce-order-overview li strong {
		font-size: 15px;
		line-height: 1.5;
	}

	.dp-typ-icon-text {
		font-size: 14px;
		line-height: 1.5;
	}

	.dp-typ-icon-box {
		width: 24px;
		height: 24px;
		margin-left: 6px;
	}

	.dp-typ-icon-box i {
		font-size: 18px;
	}

	.woocommerce-order-overview__date strong,
	.woocommerce-order-overview__email strong,
	.woocommerce-order-overview__payment-method strong {
		font-size: 14px;
	}

	.woocommerce-order-overview__total strong {
		font-size: 16px;
	}

	.woocommerce-thankyou-order-details .woocommerce-Price-amount {
		font-size: 20px;
	}
}
.we-review-extra-fields {
    display: flex;
    min-width: 600px;
    gap: 16px;
}
.we-review-extra-fields > p {
    position: relative;
}
.we-review-extra-fields > p label {
    margin: 0;
    font-weight: 600;
}
.we-review-extra-fields > p input[type="text"] {
    height: 38px;
    padding: 6px 10px;
    border: 1px solid #e1e5e9;
    border-radius: 8px;
    font-size: 14px;
    padding-right: 42px;
}
.we-added-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 10px;
  line-height: 18px;
  margin-top: 10px;
  border-radius: 8px;
  margin: 10px 0;
  font-size: 12px;
}
.we-added-item.we-added-item--pros{ background:#e6f7ed; color:#28a745 }
.we-added-item.we-added-item--cons{ background:#fde8e8; color:#dc3545 }
.we-added-item input[type="hidden"]{display:none}
.we-added-item .we-remove-item{
  border: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  line-height: 1;
  font-size: 18px;
}
.we-added-item.we-added-item--pros .we-remove-item{ color:#28a745 }
.we-added-item.we-added-item--cons .we-remove-item{ color:#dc3545 }
.we-review-extra-fields .add_text_to_field {
  position: absolute;
  left: 8px;
  top: 50px;
  border: 2px solid #ccc;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 300;
  color: #333;
  cursor: pointer;
  z-index: 1;
}

#review_form_wrapper[aria-hidden="true"] {
    display: none;
}
#faq_form_wrapper[aria-hidden="true"] {
    display: none;
}

#faq_form_wrapper.we-modal[aria-hidden="false"] {
  position: fixed;
  inset: 0;
  margin: 0;
  display: flex;
  border-radius: 0;
  align-items: center;
  justify-content: center;
  background: rgb(0 0 0 / 33%);
  z-index: 9999;
  padding: 20px;
}

#faq_form_wrapper.we-modal #faq_form {
  max-width: 600px;
  width: 100%;
  max-height: 100%;
  overflow-y: auto;
  scrollbar-color: #4260ff rgba(0, 0, 0, 0.1) !important;
  background: #fff;
  border-radius: 12px;
  padding: 24px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, .18);
}

#we-faq-modal-close {
    position: absolute;
    top: 18px;
    right: 22px;
    background: transparent;
    border: 0;
    font-size: 26px;
    line-height: 1;
    cursor: pointer;
    color: #333;
}

#faq_reply_wrapper[aria-hidden="true"] { display:none; }
#faq_reply_wrapper.we-modal[aria-hidden="false"] {position:fixed;inset:0;margin:0;display:flex;border-radius:0;align-items:center;justify-content:center;background:rgb(0 0 0 / 33%);z-index:9999;padding:20px}
#faq_reply_wrapper.we-modal #faq_reply_form {max-width:620px;width:100%;max-height:100%;overflow-y:auto;scrollbar-color:#4260ff rgba(0,0,0,0.1)!important;background:#fff;border-radius:12px;padding:24px;box-shadow:0 12px 32px rgba(0,0,0,.18)}
#we-faq-reply-modal-close {position:absolute;top:18px;right:22px;background:transparent;border:0;font-size:26px;line-height:1;cursor:pointer;color:#333}
#faq_reply_form .remodal-header{display:flex;align-items:center;justify-content:space-between;margin:0 0 16px 0}
#faq_reply_form .title-feed{font-size:17px;font-weight:700;color:#122763;margin:0}
#faq_reply_form .faq-reply-text{width:100%;min-height:120px;padding:10px 12px;border:1px solid #e1e5e9;border-radius:10px;background:#fff;font-size:14px;color:#111;line-height:1.9;resize:vertical}
#faq_reply_form .faq-reply-text:focus{outline:none;border-color:#3498db;box-shadow:0 0 0 3px rgba(52,152,219,.12)}
#faq_reply_form .term-replay-button{display:flex;align-items:center;gap:10px;margin-top:12px}
#faq_reply_form .faq-reply-cancel{display:inline-flex;align-items:center;gap:6px;padding:8px 14px;border:1px solid #dcdcdc;border-radius:8px;background:#f7f7f7;color:#333;cursor:pointer}
#faq_reply_form .faq-reply-submit{display:inline-flex;align-items:center;justify-content:center;height:44px;padding:0 18px;border-radius:9px;background:#4260ff;color:#fff;font-weight:700;cursor:pointer}
#faq_reply_form .faq-reply-submit:hover{background:#1e53e5}
#faq_form { direction: rtl; text-align: right; }
#faq_form .remodal-header{display:flex;align-items:center;justify-content:space-between;margin:0 0 16px 0}
#faq_form .title-feed{font-size: 19px;font-weight: 600;color: #090909;margin: 0;}
#faq_form .faq-question-loading{display:none}
#faq_form .faq-question-text{width:100%;min-height:140px;padding:12px 14px;border:1px solid #e1e5e9;border-radius:10px;background:#fff;font-size:14px;color:#111;line-height:1.9;resize:vertical}
#faq_form .faq-question-text:focus{outline:none;border-color:#3498db;box-shadow:0 0 0 3px rgba(52,152,219,.12)}
#faq_form .button-insert-question{ display: inline-flex;align-items: center;justify-content: center;margin-top: 14px;height: 46px;width: 100%;padding: 0 22px;border-radius: 9px;background: var(--wetheme-secondary-color);color: #fff;font-weight: 700;font-size: 16px;cursor: pointer;border: 0;text-decoration: none;}
#faq_form .sec-pages{margin-top:12px;font-size:12px;color:#6b7280}
#faq_form .sec-pages a{text-decoration:underline;color:#4260ff}

@media (max-width: 768px) {
  #faq_form_wrapper.we-modal[aria-hidden="false"],
  #faq_reply_wrapper.we-modal[aria-hidden="false"] {
    padding: 12px;
  }

  #faq_form_wrapper.we-modal #faq_form,
  #faq_reply_wrapper.we-modal #faq_reply_form {
    max-width: 100%;
    max-height: 100vh;
    border-radius: 10px;
    padding: 18px;
  }

  #faq_form .title-feed,
  #faq_reply_form .title-feed {
    font-size: 16px;
  }

  #faq_form .faq-question-text,
  #faq_reply_form .faq-reply-text {
    min-height: 120px;
  }

  #faq_form .button-insert-question,
  #faq_reply_form .faq-reply-submit {
    width: 100%;
  }

  #we-faq-modal-close,
  #we-faq-reply-modal-close {
    top: 12px;
    right: 16px;
    font-size: 22px;
  }
}

#review_form_wrapper.we-modal[aria-hidden="false"] {
  position: fixed;
  inset: 0;
  margin: 0;
  display: flex;
  border-radius: 0;
  align-items: center;
  justify-content: center;
  background: rgb(0 0 0 / 33%);
  z-index: 9999;
  padding: 20px;
}

#review_form_wrapper.we-modal #review_form {
  max-width: 720px;
  width: 100%;
  max-height: 100%;
  overflow-y: auto;
  scrollbar-color: var(--wetheme-secondary-color) rgba(0, 0, 0, 0.1) !important;
  background: #fff;
  border-radius: 12px;
  padding: 24px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, .18);
}

@media (max-width: 768px) {
  #review_form_wrapper.we-modal {
    padding: 16px;
  }

  #review_form_wrapper.we-modal #review_form {
    max-width: 100%;
    max-height: 100vh;
    border-radius: 10px;
    padding: 20px 16px 24px;
  }
}

#we-review-modal-close {
    position: absolute;
    top: 18px;
    right: 22px;
    background: transparent;
    border: 0;
    font-size: 26px;
    line-height: 1;
    cursor: pointer;
    color: #333;
}

.we-comments-list-toggle {
    margin-top: 12px;
}
.we-comments-list-toggle .wc-desc-toggle {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 14px;
    border: 1px solid #dcdcdc !important;
    background: #f7f7f7;
    color: #111111;
    border-radius: 8px;
    cursor: pointer;
    transition: background .2s ease, border-color .2s ease, color .2s ease;
}
.we-comments-list-toggle .wc-desc-toggle .ico {
    display: inline-flex;
}
.woocommerce .woocommerce-delivery-date { margin-top: 40px !important; }
.woocommerce .delivery-date-title { margin-bottom: 12px; font-weight: 600; font-size: 16px; }
.woocommerce .delivery-date-carousel { display: block;width: 100%;max-width: 770px;padding: 10px 0;box-sizing: border-box;}
.woocommerce .delivery-date-swiper { overflow: hidden; }
.woocommerce .delivery-date-swiper .swiper-wrapper { display: flex; }
.woocommerce .delivery-date-swiper .swiper-slide { width: auto; }
.woocommerce .delivery-date-swiper, 
.woocommerce .delivery-date-swiper .swiper-wrapper, 
.woocommerce .delivery-date-swiper .swiper-slide { touch-action: pan-y; }
.woocommerce .delivery-date-swiper .swiper-wrapper { cursor: grab; padding: 10px; }
.woocommerce .delivery-date-option {width: 100px;height: 100px;border: 1px solid #e5e7eb;border-radius: 16px;display: grid;place-items: center;cursor: pointer;background: #fff;transition: all .1s ease;}
.woocommerce .delivery-date-option .delivery-date-weekday { font-weight: 400; font-size: 14px; margin-bottom: 6px; }
.woocommerce .delivery-date-option .delivery-date-jdate { opacity: .85; font-size: 14px; font-weight: 400; }
.woocommerce .delivery-date-option:hover { transform: translateY(-1px); }
.woocommerce .delivery-date-option.is-selected { background: var(--wetheme-gradient);color: #ffff; }

@media (max-width: 768px) {
	.woocommerce .woocommerce-delivery-date {
		margin-top: 20px !important;
	}

	.woocommerce .delivery-date-title {
		margin-bottom: 10px !important;
		font-size: 14px !important;
		gap: 6px !important;
	}

	.woocommerce .delivery-date-title svg {
		width: 20px !important;
		height: 20px !important;
	}

	.woocommerce .delivery-date-carousel {
		padding: 8px 0;
    max-width: 100%;
	}

	.woocommerce .delivery-date-swiper .swiper-wrapper {
		padding: 8px;
	}

	.woocommerce .delivery-date-option {
		width: 85px;
		height: 85px;
		border-radius: 12px;
	}

	.woocommerce .delivery-date-option .delivery-date-weekday {
		font-size: 12px;
		margin-bottom: 4px;
	}

	.woocommerce .delivery-date-option .delivery-date-jdate {
		font-size: 12px;
	}

	.woocommerce .delivery-date-swiper .swiper-slide {
		margin-left: 12px !important;
	}
}

@media (max-width: 480px) {
	.woocommerce .woocommerce-delivery-date {
		margin-top: 30px !important;
	}

	.woocommerce .delivery-date-title {
    margin-bottom: 10px !important;
    font-size: 15px !important;
    gap: 7px !important;
	}

	.woocommerce .delivery-date-title svg {
		width: 21px !important;
		height: 21px !important;
	}

	.woocommerce .delivery-date-carousel {
		padding: 6px 0;
    max-width: 330px;
	}

	.woocommerce .delivery-date-swiper .swiper-wrapper {
		padding: 6px;
	}

	.woocommerce .delivery-date-option {
		width: 70px;
		height: 70px;
		border-radius: 10px;
	}

	.woocommerce .delivery-date-option .delivery-date-weekday {
		font-size: 11px;
		margin-bottom: 3px;
	}

	.woocommerce .delivery-date-option .delivery-date-jdate {
		font-size: 10px;
	}

	.woocommerce .delivery-date-swiper .swiper-slide {
		margin-left: 10px !important;
	}

	.woocommerce .delivery-date-option.is-selected {
		box-shadow: none;
	}
}

.woocommerce-checkout .woocommerce-order-notes {
	margin-top: 24px;
}

.woocommerce-checkout .woocommerce-order-notes .form-row {
	margin-bottom: 0;
}

.woocommerce-checkout .woocommerce-order-notes label {
	display: block;
	margin-bottom: 6px;
	font-weight: 500;
	color: #333;
	font-size: 14px;
}

.woocommerce-checkout .woocommerce-order-notes label .optional {
	color: #95a5a6;
	font-weight: 400;
	font-size: 13px;
}

.woocommerce-checkout .woocommerce-order-notes textarea {
	width: 100%;
	padding: 12px 16px;
	border: 2px solid #e1e5e9;
	border-radius: 8px;
	font-size: 14px;
	transition: border-color 0.3s ease;
	background-color: #fff;
	min-height: 100px;
	resize: vertical;
	font-family: inherit;
	line-height: 1.6;
}

.woocommerce-checkout .woocommerce-order-notes textarea:focus {
	outline: none;
	border-color: #3498db;
	box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.1);
}

.woocommerce-checkout .woocommerce-order-notes textarea::placeholder {
	color: #95a5a6;
	font-size: 14px;
}

@media (max-width: 768px) {
	.woocommerce-checkout .woocommerce-order-notes {
		margin-top: 20px;
	}

	.woocommerce-checkout .woocommerce-order-notes label {
		font-size: 13px;
	}

	.woocommerce-checkout .woocommerce-order-notes textarea {
		padding: 10px 14px;
		font-size: 13px;
		min-height: 90px;
	}
}

@media (max-width: 480px) {
	.woocommerce-checkout .woocommerce-order-notes {
		margin-top: 16px;
	}

	.woocommerce-checkout .woocommerce-order-notes label {
		font-size: 12px;
	}

	.woocommerce-checkout .woocommerce-order-notes textarea {
		padding: 10px 12px;
		font-size: 12px;
		min-height: 80px;
	}
}

.wetheme-ajax-loader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.wetheme-tracking-box {
  background-color: rgba(25, 191, 211, .07);
  padding: 24px;
  border-radius: 8px;
  margin-top: 20px;
  direction: rtl;
  font-size: 14px;
}
.wetheme-tracking-text {
  color: #81858b;
  font-size: 14px;
  margin: 0 0 16px;
  font-weight: 500;
}
.wetheme-tracking-link a {
  color: #19bfd3;
  font-size: 14px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  font-weight: 700;
}
.wetheme-tracking-code {
  font-size: 14px;
  color: #333;
  margin: 10px 0 0;
}
.wetheme-copy-code {
  cursor: pointer;
  padding: 2px 6px;
  border-radius: 4px;
  user-select: none;
  font-weight: 700;
}
.wetheme-tooltip {
  display: inline-block;
  background: #19bfd3;
  color: #fff;
  padding: 2px 6px;
  border-radius: 4px;
  font-size: 12px;
  margin-right: 6px;
  vertical-align: middle;
  opacity: 1;
  transition: opacity 0.3s ease;
}
.wetheme-tooltip.error { background: #d32f2f; }
.wetheme-tooltip.fade-out { opacity: 0; }
@media (max-width: 480px) {
  .wetheme-tracking-box { padding: 10px; }
  .wetheme-tracking-text,
  .wetheme-tracking-link a,
  .wetheme-tracking-code { font-size: 13px; }
  .wetheme-tooltip { font-size: 11px; padding: 2px 5px; margin-right: 4px; }
}

.wetheme-ajax-loader.active {
    opacity: 1;
    visibility: visible;
}

.wetheme-ajax-loader .loader-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.13);
    backdrop-filter: blur(2px);
}

.wetheme-ajax-loader .loader-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 10000;
}

.wetheme-ajax-loader .loader-spinner {
    width: 50px;
    height: 50px;
    border: 4px solid #f3f3f3;
    border-top: 4px solid var(--wetheme-primary-color);
    border-radius: 50%;
    animation: wetheme-spin 1s linear infinite;
    margin: 0 auto 15px;
}

.wetheme-ajax-loader .loader-text {
    font-size: 16px;
    font-weight: 500;
    color: #333;
    font-family: 'IRANYekan', sans-serif;
}

@keyframes wetheme-spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.shop-row-2.is-loading {
    position: relative;
    min-height: 400px;
}

.shop-row-2.is-loading::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.8);
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
}

.shop-row-2.is-loading::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 30px;
    height: 30px;
    border: 3px solid #f3f3f3;
    border-top: 3px solid #3b5bff;
    border-radius: 50%;
    animation: wetheme-spin 1s linear infinite;
    z-index: 11;
}

.woocommerce-pagination {
    margin: 40px 0;
    text-align: center;
    max-width: 100%;
    padding: 0px 10px;
}

.woocommerce-pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.woocommerce-pagination .page-numbers li {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.woocommerce-pagination .page-numbers a,
.woocommerce-pagination .page-numbers span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 0 12px;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    color: #666;
    background: #fff;
    transition: all 0.3s ease;
    line-height: 1;
}

.woocommerce-pagination .page-numbers a:hover {
    background: var(--wetheme-secondary-color);
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(59, 91, 255, 0.3);
}

.woocommerce-pagination .page-numbers .current {
    background: var(--wetheme-secondary-color);
    color: #fff;
    font-weight: 600;
}

.woocommerce-pagination .page-numbers li::before,
.woocommerce-pagination .page-numbers li::after {
    display: none;
}

.rtl .woocommerce-pagination .page-numbers .next span {
    transform: scaleX(-1);
}

/*Related Products*/
.single-product .related.products {
	width: 100%;
	margin-top: 40px;
	display: block;
}

.single-product .related-products-row {
	width: 100%;
	display: block;
	clear: both;
}

.single-product .related-products-row-1 {
	margin-bottom: 20px;
	width: 100%;
	display: block;
}

.single-product .related-products-row-1 h2 {
	font-size: 24px;
	font-weight: 600;
	color: #333;
	margin: 0 0 20px 0;
	text-align: right;
	width: 100%;
	display: block;
}

.single-product .related-products-row-2 {
	width: 100%;
	display: block;
	clear: both;
  border: 1px solid #eaeaea;
  border-radius: 15px;
}

.single-product .related-products-row-2 .products {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 20px;
	width: 100%;
	clear: both;
}

@media (max-width: 1024px) {
	.single-product .related-products-row-1 h2 {
		font-size: 22px;
	}

	.single-product .related-products-row-2 .products {
		grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	}
}

@media (max-width: 768px) {
	.single-product .related-products-row-1 h2 {
		font-size: 19px;
		margin-bottom: 12px;
	}

	.single-product .related-products-row-2 .products {
		display: flex;
		gap: 12px;
		padding: 10px 6px 14px;
	}

	.single-product .related-products-row-2 .products > li.product {
		flex: 0 0 75%;
    max-width: 250px;
		scroll-snap-align: start;
	}
}

@media (max-width: 480px) {
	.single-product .related-products-row-2 .products > li.product {
		flex-basis: 85%;
    padding: 10px 10px 20px 10px;
    border-radius: 10px;
	}
}

.single-product .related.products .products {
	display: grid !important;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)) !important;
	gap: 20px !important;
	width: 100% !important;
}

.single-product .related.products .wetheme-related-swiper .products {
	display: flex !important;
	gap: 0 !important;
	width: 100% !important;
	flex-wrap: nowrap !important;
  padding: 15px 15px 15px 0px;
  margin: 0;
}

.single-product .related.products .wetheme-related-swiper .products .product {
	flex: 0 0 auto !important;
	width: 100% !important;
}

.single-product .related.products .product {
	position: relative;
	background: #fff;
	border-radius: 16px;
	box-shadow: 0 4px 18px rgba(0,0,0,.08);
	padding: 16px;
	display: flex;
	flex-direction: column;
	transition: transform .2s ease, box-shadow .2s ease;
	height: 425px;
	justify-content: space-between;
	width: 100%;
	max-width: 330px;
}

.single-product .related.products .product:hover {
	transform: translateY(-2px);
	box-shadow: 0 10px 24px rgba(0,0,0,.12);
}

.single-product .related.products .product .product-inner {
	display: flex;
	flex-direction: column;
	height: 100%;
}

@media (max-width: 768px) {
	.single-product .related.products .product .product-inner {
		height: 300px;
	}
}

.single-product .related.products .product .product-link {
	display: flex;
	flex-direction: column;
	height: 330px;
	text-decoration: none;
	color: inherit;
}

@media (max-width: 768px) {
	.single-product .related.products .product .product-link {
		height: 260px;
	}
}

.single-product .related.products .product .woocommerce-loop-product__link,
.single-product .related.products .product a {
	display: flex;
	align-items: center;
	text-align: center;
	overflow: hidden;
	background-color: #ffffff;
	flex-shrink: 0;
}

.single-product .related.products .product .woocommerce-loop-product__link img,
.single-product .related.products .product a img,
.single-product .related.products .product img {
	max-width: 70% !important;
	max-height: 50% !important;
	/*width: auto !important;*/
	height: auto !important;
	border-radius: 8px;
	object-fit: scale-down;
  margin-top: 20px;
}

.single-product .related.products .product .woocommerce-loop-product__title {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.7;
  margin: 20px 0 8px 0;
  position: relative;
  padding-bottom: 8px;
  height: 55px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  flex-shrink: 0;
  color: #000000;
  text-decoration: none;
}

.single-product .related.products .product .price {
   margin-top: auto;
   text-align: left;
   width: 100%;
   align-self: flex-start;
   font-weight: 600;
   color: #000000;
   font-size: 20px;
   display: flex;
   flex-direction: column;
   gap: 4px;
}

.single-product .related.products .product .price del {
	color: #999;
	font-size: 14px;
	font-weight: 400;
	text-decoration: line-through;
	order: 1;
}
.single-product .related.products .product .price del .woocommerce-Price-currencySymbol {
  color: #999;
	font-size: 12px;
	font-weight: 400;
}

.single-product .related.products .product .price ins {
	order: 2;
}

.single-product .related.products .product .price ins .woocommerce-Price-amount {
  text-decoration: none;
  color: #000000;
  font-weight: 600;
  font-size: 20px;
}

.single-product .related.products .product .price .amount:not(del .amount):not(ins .amount) {
	color: #000000;
	font-weight: 600;
	font-size: 20px;
}

.single-product .related.products .product .add_to_cart_button {
  display: block;
  text-align: center;
  background: var(--wetheme-button-cart-archive-color);
  color: #ffffff;
  padding: 10px;
  max-height: 42px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  margin-bottom: 10px;
  margin-top: auto;
  border: none;
  cursor: pointer;
  transition: filter 0.2s ease;
}

.woocommerce ul.products li.product .button.out-of-stock,
.woocommerce ul.products .button.out-of-stock,
.products .button.out-of-stock {
  background-color: #a5a5a5 !important;
  color: #fff !important;
  display: block;
  text-align: center;
  padding: 10px;
  max-height: 42px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  margin-bottom: 10px;
  margin-top: auto;
  border: none;
  transition: filter 0.2s ease;
}

.woocommerce ul.products li.product .button.out-of-stock:hover,
.woocommerce ul.products .button.out-of-stock:hover,
.products .button.out-of-stock:hover {
box-shadow: none;
}

.single-product .woocommerce-product-gallery {
  position: relative;
}
.single-product .sp-gallery-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  width: 44px;
  height: 44px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--wetheme-primary-color);
  color: #fff;
  border: 0;
  cursor: pointer;
  transition: background 0.2s ease;
}
.single-product .sp-gallery-nav:hover { background-image: linear-gradient(rgb(82 58 58 / 20%), rgb(118 73 73 / 20%)); }
.single-product .sp-gallery-prev { right: auto; left: 25px; }
.single-product .sp-gallery-next { left: auto; right: 25px; }

.single-product .related.products .product .add_to_cart_button:hover {
	filter: brightness(0.95);
}

.single-product .related.products .product .yith-wcwl-add-to-wishlist {
	position: absolute;
	top: 10px;
	right: 10px;
	background: #fff;
	border: 0;
	border-radius: 50%;
	width: 34px;
	height: 34px;
	box-shadow: 0 2px 6px rgba(0,0,0,.08);
	cursor: pointer;
	color: #ff0000;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
	z-index: 2;
}

.single-product .related.products .product .yith-wcwl-add-to-wishlist:hover {
	transform: scale(1.1);
	box-shadow: 0 4px 12px rgba(0,0,0,.15);
}

.single-product .related.products .product .onsale {
	position: absolute;
	top: 15px;
	left: 15px;
	background: var(--wetheme-onsale-badge-color);
	color: #fff;
	border-radius: 8px;
	padding: 2px 8px;
	font-size: 12px;
	font-weight: 700;
	z-index: 2;
}

.wt-thankyou-lottie {
  width: 160px;
  height: 160px;
  display: block;
  margin: 0 auto;
}

.success-lottie svg,
.wt-thankyou-lottie svg {
  width: 100% !important;
  height: 100% !important;
}

@media (max-width: 1024px) {
	.single-product .related.products .product {
		height: 380px;
	}

	.single-product .related.products .product .woocommerce-loop-product__link {
		height: 260px;
	}
}

@media (max-width: 768px) {
	.single-product .related.products .product {
		height: 100%;
		max-width: none;
	}

	.single-product .related.products .product .woocommerce-loop-product__link {
		height: auto;
		padding-bottom: 12px;
	}

	.single-product .related.products .product .woocommerce-loop-product__title {
    height: 50px;
    -webkit-line-clamp: 2;
	}

	.single-product .related.products .product .price {
		margin-top: auto;
		font-size: 18px;
		gap: 0;
	}

	.single-product .related.products .product .price del {
		font-size: 13px;
	}

	.single-product .related.products .product .price del .woocommerce-Price-currencySymbol {
		font-size: 11px;
	}

	.single-product .related.products .product .price ins .woocommerce-Price-amount,
	.single-product .related.products .product .price .amount:not(del .amount):not(ins .amount) {
		font-size: 16px;
	}

  .single-product .related.products .product .price ins .woocommerce-Price-currencySymbol {
		font-size: 12px;
	}


	.single-product .related.products .product .add_to_cart_button {
    width: 100%;
    height: 36px;
    font-size: 13px;
    display: flex;
    text-align: center;
    background: var(--wetheme-primary-color);
    color: #ffffff;
    padding: 8px;
    max-height: 40px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    margin-bottom: 0;
    margin-top: 5px;
    align-items: center;
    align-content: center;
    justify-content: center;
	}

	.single-product .related.products .product .woocommerce-loop-product__link img,
	.single-product .related.products .product a img,
	.single-product .related.products .product img {
		max-width: 60% !important;
		max-height: 45% !important;
		margin: 12px auto 0;
	}

  .woocommerce-cart .shop_table .product-remove {
    font-size: 18px;
    padding: 12px 0px !important;
  }

  .woocommerce-cart .shop_table .product-name {
    font-size: 14px;
    padding: 10px 8px;
  }

  .woocommerce-cart .shop_table .product-price {
    font-size: 16px;
  }

  .woocommerce-cart .shop_table .product-name a {
    font-size: 15px;
  }

  .woocommerce-cart .shop_table .product-quantity {
    font-size: 16px;
  }

  .woocommerce-cart .shop_table .product-subtotal {
    font-size: 16px;
  }

  .woocommerce-cart .shop_table tbody td {
    padding: 12px 8px !important;
    font-size: 16px;
  }

  .woocommerce-cart .shop_table .product-thumbnail img {
    width: 70px !important;
    height: 70px !important;
  }

  .woocommerce-cart .shop_table .product-name {
    font-size: 16px;
  }

  .woocommerce-cart .cart-actions-buttons .button {
    padding: 10px 20px;
    font-size: 16px;
    flex: 1;
    min-width: 140px;
  }
  
}

@media (max-width: 480px) {
	.single-product .related.products .product .woocommerce-loop-product__title {
		font-size: 13px;
		line-height: 1.7;
    padding-bottom: 0;
    margin-bottom: 0;
    -webkit-line-clamp: 2;
    margin-top: 15px;
	}

	.single-product .related.products .product .woocommerce-loop-product__link {
		height: auto;
	}

  .single-product .related.products .product .onsale {
    position: absolute;
    top: 15px;
    left: 15px;
    background: #111;
    color: #fff;
    border-radius: 5px;
    padding: 2px 5px;
    font-size: 11px;
    font-weight: 600;
  }
}
.post-type-archive-product ul.products,
.tax-product_cat ul.products,
.tax-product_tag ul.products {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 20px;
	width: 100%;
}
.post-type-archive-product .product .product-inner{
  display: flex;
  flex-direction: column;
  height: 100%;
  min-width: 100%;
}

.post-type-archive-product ul.products li.product,
.tax-product_cat ul.products li.product,
.tax-product_tag ul.products li.product {
	position: relative;
	background: #fff;
	border-radius: 16px;
	box-shadow: 0 4px 18px rgba(0,0,0,.08);
	padding: 16px;
	display: flex;
	flex-direction: column;
	transition: transform .2s ease, box-shadow .2s ease;
	height: 420px;
	justify-content: space-between;
	width: 100%;
	max-width: 330px;
}

/* Product Colors */
.post-type-archive-product ul.products li.product .we-product-colors,
.tax-product_cat ul.products li.product .we-product-colors,
.tax-product_tag ul.products li.product .we-product-colors {
  position: absolute;
  top: 50px;
  left: 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  z-index: 5;
}

.post-type-archive-product ul.products li.product .we-product-colors .we-color-dot,
.tax-product_cat ul.products li.product .we-product-colors .we-color-dot,
.tax-product_tag ul.products li.product .we-product-colors .we-color-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block;
  flex-shrink: 0;
}

.post-type-archive-product ul.products li.product .we-product-colors .we-color-more,
.tax-product_cat ul.products li.product .we-product-colors .we-color-more,
.tax-product_tag ul.products li.product .we-product-colors .we-color-more {
  height: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 500;
  position: relative;
  color: #4f4f4f;
  margin-top: 4px;
}

/* Archive Tablet */
@media (min-width: 769px) and (max-width: 1024px) {
	.post-type-archive-product ul.products,
	.tax-product_cat ul.products,
	.tax-product_tag ul.products {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 18px;
	}
	
	.post-type-archive-product ul.products li.product,
	.tax-product_cat ul.products li.product,
	.tax-product_tag ul.products li.product {
		height: 420px;
		max-width: 100%;
		padding: 14px;
		border-radius: 14px;
	}
	
	.post-type-archive-product ul.products li.product .we-product-colors,
	.tax-product_cat ul.products li.product .we-product-colors,
	.tax-product_tag ul.products li.product .we-product-colors {
		top: 45px;
		left: 22px;
		gap: 4px;
	}

	.post-type-archive-product ul.products li.product .we-product-colors .we-color-dot,
	.tax-product_cat ul.products li.product .we-product-colors .we-color-dot,
	.tax-product_tag ul.products li.product .we-product-colors .we-color-dot {
		width: 8px;
		height: 8px;
	}
	
	.shop-archive-layout {
		grid-template-columns: 1fr;
		gap: 20px;
	}
	
	.shop-archive-layout .shop-filters {
    display: none;
    position: fixed !important;
    margin-bottom: 0 !important;
    left: 0;
    right: 0;
    bottom: 0;
    top: auto;
    z-index: 202;
    background: #fff;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 60px 20px 20px 20px;
    margin: 0;
    border-radius: 20px 20px 0 0 !important;
    max-height: 85vh;
    height: auto;
    transform: translateY(100%);
    transition: transform 0.3s ease;
    -webkit-overflow-scrolling: touch;
	}
	
	.shop-archive-layout .shop-filters.mobile-filters-open {
		transform: translateY(0);
	}
	
	.mobile-filter-toggle-btn {
    position: fixed;
    bottom: 30px;
    left: 30px;
    z-index: 100;
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 0 24px;
    min-width: 80px;
    height: 80px;
    background: #4562ff;
    color: #fff;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
	}
	
	.mobile-filter-toggle-btn:hover {
		background: #333;
		box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
	}
	
	.mobile-filter-toggle-btn svg {
		width: 34px;
		height: 34px;
		flex-shrink: 0;
	}
	
	.mobile-filter-toggle-btn__text {
		font-size: 1rem;
		font-weight: 500;
		white-space: nowrap;
	}
	
	.mobile-filters-overlay {
		display: block !important;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background: rgba(0, 0, 0, 0.5);
		z-index: 200;
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
		transition: opacity 0.3s ease, visibility 0.3s ease;
	}
	
	.mobile-filters-overlay.active {
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
	}
	
	/* دکمه اعمال فیلتر */
	.mobile-filters-close {
		display: none;
	}
	
	.post-type-archive-product .woocommerce-breadcrumb,
	.tax-product_cat .woocommerce-breadcrumb,
	.tax-product_tag .woocommerce-breadcrumb {
		margin-bottom: 18px;
		margin-right: 0;
		margin-left: 0;
		padding: 10px 14px;
		font-size: 14px;
		border-radius: 10px;
	}
	
	.shop-archive-layout .shop-row-2 .products {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 18px;
	}

  .shop-ordering-inline .ordering-label {
    width: 150px;
  }
  
}

/* Product Colors */
@media (max-width: 768px) {
	.post-type-archive-product ul.products li.product .we-product-colors,
	.tax-product_cat ul.products li.product .we-product-colors,
	.tax-product_tag ul.products li.product .we-product-colors {
		top: 40px;
		left: 20px;
		gap: 4px;
	}

	.post-type-archive-product ul.products li.product .we-product-colors .we-color-dot,
	.tax-product_cat ul.products li.product .we-product-colors .we-color-dot,
	.tax-product_tag ul.products li.product .we-product-colors .we-color-dot {
		width: 8px;
		height: 8px;
	}
}

/* Cart Page */
@media (min-width: 769px) and (max-width: 1024px) {
	.woocommerce-checkout .woocommerce {
    padding: 0 !important;
  }

	.woocommerce-cart .shop_table thead th {
		padding: 12px 8px;
		font-size: 14px;
	}
	
	.woocommerce-cart .shop_table tbody td {
    padding: 12px 8px !important;
    font-size: 14px;
	}
	
  .woocommerce-cart .shop_table .product-thumbnail img {
    width: 70px !important;
    height: 70px !important;
  }
	
	.woocommerce-cart .shop_table .product-name {
		font-size: 14px;
    padding: 10px 8px;
	}
	
	.woocommerce-cart .shop_table .product-price {
		font-size: 14px;
	}
	
	.woocommerce-cart .shop_table .product-quantity {
		font-size: 14px;
	}
	
	.woocommerce-cart .shop_table .product-subtotal {
		font-size: 14px;
	}
	
	.woocommerce-cart .shop_table .product-remove {
    font-size: 18px;
    padding: 12px 0px !important;
	}
	
	.woocommerce-cart .shop_table td.product-subtotal .wth-add-shoppingcart-container a.wth-add-to-next-shopping-list {
		font-size: 11px;
		padding: 6px 0px;
	}
	
	.woocommerce-cart .shop_table td.product-subtotal .wth-add-shoppingcart-container a.wth-add-to-next-shopping-list svg {
		width: 14px;
		height: 14px;
	}
	
	/* دکمه‌های عملیات */
	.woocommerce-cart .cart-actions-buttons {
		gap: 12px;
	}
	
	.woocommerce-cart .cart-actions-buttons .button {
		padding: 10px 20px;
		font-size: 14px;
		flex: 1;
		min-width: 140px;
	}
	
	.woocommerce-checkout .col2-set,
	.woocommerce-checkout .col2-set .col-2,
	.woocommerce-checkout .checkout-step-2-grid .col-2,
	.woocommerce-cart .woocommerce {
		position: relative !important;
		min-height: 40vh;
	}
	
	.woocommerce-checkout .checkout-step-2-grid .col-2 {
		grid-column: 1 !important;
		display: block !important;
		width: 100% !important;
		align-self: auto !important;
		position: relative !important;
	}
	
	.woocommerce-checkout .col2-set .col-2 .cart_totals,
	.woocommerce-checkout .checkout-step-2-grid .col-2 .cart_totals,
	.woocommerce-checkout .cart_totals,
	.woocommerce-cart .cart-collaterals {
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    padding: 20px 30px !important;
    border-radius: 19px !important;
    border: 1px solid #e0e0e0;
    background: transparent !important;
	}
	
	.woocommerce-cart .woocommerce-cart-form {
		margin-bottom: 480px;
	}
	
	.woocommerce-cart .cart_totals h2 {
		font-size: 17px;
		margin-bottom: 14px;
	}
	
	.woocommerce-cart .cart_totals .payment-info-header h3 {
		font-size: 17px;
		margin-bottom: 14px;
	}
	
	.woocommerce-cart .cart_totals .shop_table th,
  .woocommerce-checkout .cart_totals .shop_table th,
	.woocommerce-cart .cart_totals .shop_table td {
		padding: 12px 10px;
		font-size: 17px !important;
	}
	
	.woocommerce-checkout .cart_totals .shop_table td .woocommerce-Price-amount,
  .woocommerce-cart .cart_totals .shop_table td .woocommerce-Price-amount {
		font-size: 18px !important;
	}
	
	.woocommerce-cart .cart_totals .shop_table td .woocommerce-Price-currencySymbol {
		font-size: 12px;
	}

  #back-to-details {
    display: none !important;
  }
	
	.woocommerce-cart .cart_totals .cart-totals-coupon .coupon {
		height: 48px;
		gap: 6px;
	}
	
	.woocommerce-cart .cart_totals .cart-totals-coupon .coupon input#coupon_code {
		height: 48px;
		font-size: 14px;
		padding: 0 10px;
	}
	
	.woocommerce-cart .cart_totals .cart-totals-coupon .coupon .button {
		height: 32px;
		width: 80px;
		font-size: 13px;
		padding: 0 14px;
	}
	
	/* دکمه پرداخت */
	.woocommerce-cart .cart_totals .wc-proceed-to-checkout .button {
		height: 50px;
		font-size: 17px;
		margin-top: 12px;
		border-radius: 10px;
	}
	
	/* Cart Extras */
	.woocommerce-cart .cart-extras {
		padding: 8px 12px;
		margin: 6px 0 0 0;
	}
	
	.woocommerce-cart .cart-extras .cart-extra {
		gap: 8px;
	}
	
	.woocommerce-cart .cart-extras .cart-extra .t {
		font-size: 12px;
	}
	
	.woocommerce-cart .cart-extras .cart-extra .p {
		font-size: 12px;
	}
	
	.woocommerce-cart .cart-extras .cart-extra .p .woocommerce-Price-currencySymbol {
		font-size: 10px;
	}
	
	/* Payment Methods */
	.woocommerce-checkout .woocommerce-payment-methods {
		padding: 0;
	}
	
	.woocommerce-checkout .woocommerce-payment-methods h4 {
		font-size: 16px !important;
		margin-bottom: 20px !important;
		gap: 8px !important;
		font-weight: 600;
	}
	
	.woocommerce-checkout .woocommerce-payment-methods h4 svg {
		width: 23px !important;
		height: 23px !important;
	}
	
	.woocommerce-checkout .woocommerce-payment-methods .wc_payment_methods {
		padding: 0;
		list-style: none;
		margin: 0;
	}
	
	.woocommerce-checkout .woocommerce-payment-methods .wc_payment_methods li {
		padding: 14px 20px 14px 16px;
		margin-bottom: 12px;
		background: #fff;
		border: 2px solid #eee;
		border-radius: 14px;
		position: relative;
	}
	
	.woocommerce-checkout .woocommerce-payment-methods .wc_payment_methods li input[type="radio"] {
		width: 19px;
		height: 19px;
		right: 18px;
		top: 50%;
		transform: translateY(-50%);
	}
	
	.woocommerce-checkout .woocommerce-payment-methods .wc_payment_methods li label {
		font-size: 15px;
		gap: 16px;
		display: flex;
		align-items: center;
		cursor: pointer;
	}
	
	.wc_payment_methods .wt-shipping-label {
		display: flex;
		flex-direction: column;
		width: auto;
		flex: 1;
		min-width: 0;
		gap: 6px;
    width: 100% !important;
	}
	
	.wc_payment_methods .wt-payment-title {
		font-size: 15px;
		font-weight: 600;
		color: #0c0c0c;
	}
	
	.wc_payment_methods .wt-payment-desc {
		font-size: 13px;
		font-weight: 400;
		color: #6b7280;
		line-height: 1.5;
	}
	
	.wc_payment_methods .wt-payment-icon {
		width: 36px;
		height: 36px;
		margin-left: 12px;
		flex-shrink: 0;
	}
	
	/* Place Order Button */
	.woocommerce-checkout #payment .form-row.place-order {
		margin-top: 20px;
	}
	
	.woocommerce-checkout #payment .form-row.place-order .button {
		width: 100%;
		height: 52px;
		font-size: 17px;
		font-weight: 600;
		border-radius: 10px;
	}
	
	/* Terms and Conditions */
	.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper {
		margin-top: 18px;
	}
	
	.woocommerce-checkout .woocommerce-privacy-policy-text {
		padding: 14px;
		margin-bottom: 14px;
		background: #f8f9fa;
		border-radius: 10px;
		border: 1px solid #e9ecef;
	}
	
	.woocommerce-checkout .woocommerce-privacy-policy-text p {
		margin: 0;
		font-size: 14px;
		font-weight: 600;
		color: #222222;
		line-height: 1.6;
		display: flex;
		align-items: center;
		gap: 8px;
	}
	
	.woocommerce-checkout .woocommerce-privacy-policy-text input[type="checkbox"],
	.woocommerce-checkout #terms_accepted {
		width: 18px !important;
		height: 18px !important;
		margin-right: 8px !important;
		cursor: pointer;
		accent-color: var(--wetheme-primary-color);
	}
	
	.success-lottie svg,
	.wt-thankyou-lottie svg {
		width: 100% !important;
		height: 100% !important;
	}
	
}

@media (max-width: 480px) {
	.post-type-archive-product ul.products li.product .we-product-colors,
	.tax-product_cat ul.products li.product .we-product-colors,
	.tax-product_tag ul.products li.product .we-product-colors {
    gap: 0;
    bottom: 20px;
    top: auto;
    right: 45px;
    left: auto;
    flex-direction: row;
    background: #f0f0f0;
    padding: 5px;
    border-radius: 20px;
    border: 1px solid #d7d7d7;
	}

	.post-type-archive-product ul.products li.product .we-product-colors .we-color-dot,
	.tax-product_cat ul.products li.product .we-product-colors .we-color-dot,
	.tax-product_tag ul.products li.product .we-product-colors .we-color-dot {
    width: 10px;
    height: 10px;
    margin-left: -1px;
    margin-right: -1px;
  }

}

.post-type-archive-product ul.products li.product:hover,
.tax-product_cat ul.products li.product:hover,
.tax-product_tag ul.products li.product:hover {
	transform: translateY(-2px);
	box-shadow: 0 10px 24px rgba(0,0,0,.12);
}

.post-type-archive-product ul.products li.product .woocommerce-LoopProduct-link,
.tax-product_cat ul.products li.product .woocommerce-LoopProduct-link,
.tax-product_tag ul.products li.product .woocommerce-LoopProduct-link,
.post-type-archive-product ul.products li.product .woocommerce-loop-product__link,
.tax-product_cat ul.products li.product .woocommerce-loop-product__link,
.tax-product_tag ul.products li.product .woocommerce-loop-product__link,
.post-type-archive-product ul.products li.product a,
.tax-product_cat ul.products li.product a,
.tax-product_tag ul.products li.product a {
  display: flex;
  flex-direction: column;
  height: 325px;
  text-decoration: none;
  color: inherit;
  align-items: center;
  text-align: center;
  overflow: hidden;
  background-color: #ffffff;
  flex-shrink: 0;
}

.post-type-archive-product ul.products li.product .woocommerce-loop-product__link img,
.tax-product_cat ul.products li.product .woocommerce-loop-product__link img,
.tax-product_tag ul.products li.product .woocommerce-loop-product__link img,
.post-type-archive-product ul.products li.product a img,
.tax-product_cat ul.products li.product a img,
.tax-product_tag ul.products li.product a img,
.post-type-archive-product ul.products li.product img,
.tax-product_cat ul.products li.product img,
.tax-product_tag ul.products li.product img {
	width: 80% !important;
	height: 55% !important;
	border-radius: 8px;
	object-fit: scale-down;
}

.post-type-archive-product ul.products li.product .woocommerce-loop-product__title,
.tax-product_cat ul.products li.product .woocommerce-loop-product__title,
.tax-product_tag ul.products li.product .woocommerce-loop-product__title {
	font-size: 15px;
	font-weight: 600;
	line-height: 1.7;
	margin: 20px 0 8px 0;
	position: relative;
	padding-bottom: 8px;
	height: 55px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	flex-shrink: 0;
	color: #000000;
	text-decoration: none;
}

.post-type-archive-product ul.products li.product .price,
.tax-product_cat ul.products li.product .price,
.tax-product_tag ul.products li.product .price {
	margin-top: auto;
	text-align: left;
  width: 100%;
	align-self: flex-end;
	font-weight: 600;
	color: #000000;
	font-size: 20px;
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.post-type-archive-product ul.products li.product .price,
.tax-product_cat ul.products li.product .price,
.tax-product_tag ul.products li.product .price {
	align-items: flex-start;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 6px;
}
.post-type-archive-product ul.products li.product .we-stock-inline,
.tax-product_cat ul.products li.product .we-stock-inline,
.tax-product_tag ul.products li.product .we-stock-inline{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:500;color:#4562ff;margin-top:2px}
.post-type-archive-product ul.products li.product .we-stock-inline .ico,
.tax-product_cat ul.products li.product .we-stock-inline .ico,
.tax-product_tag ul.products li.product .we-stock-inline .ico{display:inline-flex;color:currentColor}
.post-type-archive-product ul.products li.product .we-stock-inline.is-outofstock,
.tax-product_cat ul.products li.product .we-stock-inline.is-outofstock,
.tax-product_tag ul.products li.product .we-stock-inline.is-outofstock{color:#f11919}
.post-type-archive-product ul.products li.product .we-price-inline,
.tax-product_cat ul.products li.product .we-price-inline,
.tax-product_tag ul.products li.product .we-price-inline{display:flex;align-items:center;justify-content:space-between;width: 100%;order: 2;}
.post-type-archive-product ul.products li.product .we-price-inline .we-stock-inline,
.tax-product_cat ul.products li.product .we-price-inline .we-stock-inline,
.tax-product_tag ul.products li.product .we-price-inline .we-stock-inline{margin-inline-end:8px}

.post-type-archive-product ul.products li.product .price del,
.tax-product_cat ul.products li.product .price del,
.tax-product_tag ul.products li.product .price del {
  margin-right: auto;
	color: #999;
	font-size: 14px;
	font-weight: 400;
	text-decoration: line-through;
}

.post-type-archive-product ul.products li.product .price ins{
  margin-right: auto;

}
.post-type-archive-product ul.products li.product .price del .woocommerce-Price-currencySymbol,
.tax-product_cat ul.products li.product .price del .woocommerce-Price-currencySymbol,
.tax-product_tag ul.products li.product .price del .woocommerce-Price-currencySymbol {
	color: #999;
	font-size: 12px;
	font-weight: 400;
}

.post-type-archive-product ul.products li.product .price .we-price-del-wrapper,
.tax-product_cat ul.products li.product .price .we-price-del-wrapper,
.tax-product_tag ul.products li.product .price .we-price-del-wrapper,
.single-product .related ul.products li.product .price .we-price-del-wrapper {
  display: flex;
  align-items: center;
  width: 100%;
  margin-right: auto;
  justify-content: space-between;
  order: 1;
}

.post-type-archive-product ul.products li.product .price .we-loop-rating,
.tax-product_cat ul.products li.product .price .we-loop-rating,
.tax-product_tag ul.products li.product .price .we-loop-rating,
.single-product .related ul.products li.product .price .we-loop-rating {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	flex-shrink: 0;
}

.post-type-archive-product ul.products li.product .price .we-loop-rating .we-star-icon,
.tax-product_cat ul.products li.product .price .we-loop-rating .we-star-icon,
.tax-product_tag ul.products li.product .price .we-loop-rating .we-star-icon,
.single-product .related ul.products li.product .price .we-loop-rating .we-star-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #f4b400;
	flex-shrink: 0;
}

.post-type-archive-product ul.products li.product .price .we-loop-rating .we-rating-number,
.tax-product_cat ul.products li.product .price .we-loop-rating .we-rating-number,
.tax-product_tag ul.products li.product .price .we-loop-rating .we-rating-number,
.single-product .related ul.products li.product .price .we-loop-rating .we-rating-number {
  font-size: 12px;
  font-weight: 500;
  color: #333;
  line-height: 1;
}

.post-type-archive-product ul.products li.product .price ins .woocommerce-Price-amount,
.tax-product_cat ul.products li.product .price ins .woocommerce-Price-amount,
.tax-product_tag ul.products li.product .price ins .woocommerce-Price-amount {
	text-decoration: none;
	color: #000000;
	font-weight: 600;
	font-size: 20px;
}

.post-type-archive-product ul.products li.product .we-price-inline .woocommerce-Price-amount,
.tax-product_cat ul.products li.product .we-price-inline .woocommerce-Price-amount,
.tax-product_tag ul.products li.product .we-price-inline .woocommerce-Price-amount {
	text-decoration: none;
	color: #000000;
	font-weight: 600;
	font-size: 20px;
}

.post-type-archive-product ul.products li.product .we-price-inline .woocommerce-Price-currencySymbol,
.tax-product_cat ul.products li.product .we-price-inline .woocommerce-Price-currencySymbol,
.tax-product_tag ul.products li.product .we-price-inline .woocommerce-Price-currencySymbol {
	font-size: 14px;
	font-weight: 400;
	color: #000000;
}

.archive, .archive *, .archive-title, .archive-title *, .archive-description, .archive-description *{
  text-decoration: none;
}

.post-type-archive-product ul.products li.product .button,
.tax-product_cat ul.products li.product .button,
.tax-product_tag ul.products li.product .button,
.post-type-archive-product ul.products li.product .add_to_cart_button,
.tax-product_cat ul.products li.product .add_to_cart_button,
.tax-product_tag ul.products li.product .add_to_cart_button {
	display: block;
	text-align: center;
	background: var(--wetheme-button-cart-archive-color);
	color: #ffffff;
	padding: 10px;
	max-height: 42px;
	border-radius: 7px;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	margin-top: 12px;
	border: none;
	cursor: pointer;
	transition: filter 0.2s ease;
}
.post-type-archive-product ul.products li.product .button:hover,
.tax-product_cat ul.products li.product .button:hover,
.tax-product_tag ul.products li.product .button:hover,
.post-type-archive-product ul.products li.product .add_to_cart_button:hover,
.tax-product_cat ul.products li.product .add_to_cart_button:hover,
.tax-product_tag ul.products li.product .add_to_cart_button:hover {
	filter: brightness(0.95);
  transform: none;
  box-shadow: none;
}

.post-type-archive-product ul.products li.product .onsale,
.tax-product_cat ul.products li.product .onsale,
.tax-product_tag ul.products li.product .onsale {
  position: absolute;
  top: 15px;
  left: 15px;
  background: var(--wetheme-onsale-badge-color);
  color: #fff;
  border-radius: 8px;
  padding: 2px 8px;
  font-size: 12px;
  font-weight: 700;
}

.shop-archive-layout{display:grid;grid-template-columns:350px 1fr;gap:24px;width:100%;}
.shop-archive-layout .shop-filters{position:relative;background:#fff;border:1px solid #e5e7eb;border-radius:20px;padding:10px;margin-bottom:20px}

.mobile-filter-toggle-btn,
.mobile-filters-overlay {
	display: none;
}
.shop-archive-layout .shop-products{min-width:0}
.filters-header{display:flex;justify-content:space-between;align-items:center;margin-top: 10px;margin-bottom:16px;padding-bottom:16px;border-bottom:1px solid #e5e7eb}
.filters-title{display:flex;align-items:center;gap:8px;padding: 8px 5px;font-size:15px;font-weight:600;color:#000000}
.filters-icon{display:flex;align-items:center;justify-content:center;width:20px;height:20px;color:#000000}
.filters-text{font-family:inherit;font-size:inherit;font-weight:inherit;color:inherit}
.clear-filters-btn{display:flex;align-items:center;gap:6px;padding:8px 12px;background:#f3f4f6;border:1px solid #d1d5db;border-radius:8px;cursor:pointer;font-size:14px;font-weight:500;color:#6b7280;transition:all 0.2s ease}
.clear-filters-btn:hover{background:#e5e7eb;border-color:#9ca3af;color:#374151}
.clear-filters-icon{display:flex;align-items:center;justify-content:center;width:16px;height:16px;color:inherit}
.clear-filters-text{font-family:inherit;font-size:inherit;font-weight:inherit;color:inherit}
.filters-accordion{display:flex;flex-direction:column;gap:8px;position: sticky;top: 10px; }
.filter-section{border:1px solid #e5e7eb;border-radius:12px;overflow:hidden}
.filter-toggle{width:100%;display:flex;align-items:center;justify-content:space-between;padding:20px 20px;background:#f9fafb;border:none;cursor:pointer;font-size:15px;font-weight:600;color:#000000;transition:all 0.2s ease}
.filter-toggle:hover{background:#f3f4f6}
.filter-toggle[aria-expanded="true"] .filter-icon{transform:rotate(180deg)}
.filter-icon{margin-top: 5px;transition:transform 0.2s ease;}
.filter-content{padding:20px;background:#fff}
#price-filter {display: block;}
.filter-list{list-style:none;margin:0;padding:0}
.filter-list li{margin:0;padding:0}
.filter-list a{display:block;padding:8px 12px;color:#333333;text-decoration:none;border-radius:4px;transition:all 0.2s ease;font-size:14px}
.filter-list a:hover{background:#f3f4f6;color:#374151}
.filter-list a.active{background: #ffffff;color: #4260ff;border: 1px solid #4260ff;border-radius: 8px;font-weight: 500;}
.color-filter-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:8px}
.color-filter-item{margin:0;padding:0}
.color-filter-label{display:flex;align-items:center;gap:8px;padding:8px 12px;border:1px solid #e5e7eb;border-radius:6px;cursor:pointer;transition:all 0.2s ease;background:#fff}
.color-filter-label:hover{border-color: #4260ff;border-radius: 8px;background:#f8faff}
.color-filter-label.is-selected{border-color:#4260ff;border-radius:8px;background:#f8faff}
.color-checkbox{display:none}
.color-checkbox:checked + .color-swatch{border: 1px solid #4260ff;}
.color-checkbox:checked ~ .color-name{color:#4260ff;font-weight:500}
.color-swatch{width:20px;height:20px;border-radius:50%;border:2px solid #e5e7eb;flex-shrink:0;transition:all 0.2s ease}
.color-name{font-size:13px;color:#374151;transition:all 0.2s ease}
.filter-actions{display:flex;gap:8px;margin-top:16px;padding-top:16px;border-top:1px solid #e5e7eb}
.sp-share-btn:hover{transform:scale(1.1)}
.sp-share-btn:active{transform:scale(0.95)}
.sp-share-message{position:fixed;top:20px;right:20px;background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:12px 16px;box-shadow:0 4px 12px rgba(0,0,0,0.15);z-index:9999;font-size:14px;font-weight:500;max-width:300px}
.sp-share-message.success{color:#059669;border-color:#10b981}
.sp-share-message.error{color:#dc2626;border-color:#ef4444}
.product_meta .posted_in{display:none !important}
.sp-wishlist-btn{background:none;border:none;cursor:pointer;border-radius:50%;transition:all 0.3s ease;display:flex;align-items:center;justify-content:center}
.sp-wishlist-btn:hover{transform:scale(1.1)}
.wpc-wishlist.wpc-wishlist-active i{color:#ff0000}
.wpc-wishlist.wpc-wishlist-loading{opacity:0.6;cursor:not-allowed}
.wpc-wishlist i{font-size:30px;line-height:1;transition:all 0.3s ease}
.sp-share-btn{background:none;border:none;cursor:pointer;border-radius:50%;transition:all 0.3s ease;display:flex;align-items:center;justify-content:center;}
.sp-share-btn i{font-size:30px;line-height:1;transition:all 0.3s ease}
.sp-share-btn:hover{transform:scale(1.1);color:#333}
.sp-attrs-title i{font-size:20px;margin-left:6px;vertical-align:middle}
.product_warranty .warranty-icon i{font-size:20px;line-height:1;color:currentColor}
.color-label-with-icon i{font-size:20px;margin-left:6px;vertical-align:middle;color:currentColor}
.apply-filters-btn,.clear-filters-btn{font-size:14px;font-weight:500;cursor:pointer;transition:all 0.2s ease;border:none}
.apply-filters-btn{background:#4260ff;color:#fff}
.apply-filters-btn:hover{background:#4260ff}
.clear-filters-btn{color:#428eff;}
.clear-filters-btn:hover{color:#4260ff}
.filter-content#brand-filter .filter-list{display:grid;grid-template-columns:1fr 1fr;gap:6px}
.filter-content#brand-filter label{display:flex;align-items:center;gap:9px;padding:8px 12px;border:1px solid #e5e7eb;border-radius:8px;cursor:pointer}
.filter-content#brand-filter label:hover{border:1px solid #4260ff;}
.filter-content#brand-filter .brand-name{font-size:13px;color:#333333}
.filter-content#brand-filter .brand-checkbox:checked{background-color: #4260ff;}
.filter-content#category-filter .filter-list{display:grid;grid-template-columns:1fr;gap:6px}
.filter-content#category-filter label{display:flex;align-items:center;gap:9px;padding:10px 10px;border:1px solid #e5e7eb;border-radius:8px;cursor:pointer}
.filter-content#category-filter label:hover{border:1px solid #4260ff;}
.filter-content#category-filter .category-name{font-size:14px;font-weight:400;color:#333333;margin:0;}
.filter-content#price-filter .price-range-ui{display:flex;flex-direction:column;gap:14px}
.filter-content#price-filter .price-readouts{display:flex;justify-content:space-between;align-items:center;font-weight:600;color:#111827}
.filter-content#price-filter .price-readouts span{font-size:14px}
.filter-content#price-filter .price-slider{position:relative;height:36px}
.filter-content#price-filter .slider-track{position:absolute;left:0;right:0;top:50%;height:8px;background:#cfd2d6;border-radius:10px;transform:translateY(-50%)}
.filter-content#price-filter input[type=range]{position:absolute;left:0;right:0;top:0;bottom:0;margin:0;width:100%;height:36px;background:none;pointer-events:none;-webkit-appearance:none}
.filter-content#price-filter input[type=range]::-webkit-slider-thumb{pointer-events:auto;-webkit-appearance:none;width:28px;height:28px;background:#3b5bff;border-radius:50%;border:none;box-shadow:0 3px 6px rgba(0,0,0,.15)}
.filter-content#price-filter input[type=range]::-moz-range-thumb{pointer-events:auto;width:28px;height:28px;background:#3b5bff;border:none;border-radius:50%;box-shadow:0 3px 6px rgba(0,0,0,.15)}
.filter-content#price-filter .price-extremes{display:flex;justify-content:space-between;align-items:center}
.filter-content#price-filter .price-btn{padding:10px 16px;border-radius:10px;font-weight:600;border:0;cursor:pointer}
.filter-content#price-filter .price-lowest{background:#e8f8ef;color:#10b981}
.filter-content#price-filter .price-highest{background:#fdecec;color:#ef4444}
.shop-archive-layout .shop-row-1{display:flex;justify-content:space-between;align-items:center;margin-bottom:25px}
.shop-archive-layout .shop-row-2 .products{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:12px}
.wt-archive-filter-checkbox{display:flex;align-items:center;gap:10px;padding:20px;border:1px solid #e5e7eb;border-radius:12px;background:#fff}
.wt-archive-filter-checkbox-icon{display:none}
.wt-archive-filter-checkbox-body{display:flex;align-items:center;justify-content:space-between;gap:14px;width:100%}
.wt-archive-filter-checkbox-body-title{font-size:15px;font-weight:600;color:#000}
.wt-archive-filter-checkbox-body-handle{display:flex;align-items:center}
.wt-archive-filter-checkbox-body-handle input[type="checkbox"]{position:absolute;opacity:0;pointer-events:none}
.wt-archive-filter-checkbox-body-handle label{position:relative;display:inline-block;width:46px;height:26px;border:2px solid #000;border-radius:26px;background:#fff;cursor:pointer;transition:all .2s ease}
.wt-archive-filter-checkbox-body-handle label::after{content:"";position:absolute;top:50%;left:5px;width:14px;height:14px;border-radius:50%;background:#000;transform:translateY(-50%);transition:transform .2s ease}
#wt-archive-filter-checkbox-instock:checked + label{border-radius:30px;border:2px solid #3EB580;background:#3EB580}
#wt-archive-filter-checkbox-instock:checked + label::after{transform:translateY(-50%) translateX(20px);background:#ffffff}
#wt-archive-filter-checkbox-onsale:checked + label{border-radius:30px;border:2px solid #3EB580;background:#3EB580}
#wt-archive-filter-checkbox-onsale:checked + label::after{transform:translateY(-50%) translateX(20px);background:#ffffff}
html[dir="rtl"] .wt-archive-filter-checkbox-body-handle label::after{left:auto;right:5px}
html[dir="rtl"] #wt-archive-filter-checkbox-instock:checked + label::after{transform:translateY(-50%) translateX(-20px);background:#ffffff}
html[dir="rtl"] #wt-archive-filter-checkbox-onsale:checked + label::after{transform:translateY(-50%) translateX(-20px);background:#ffffff}
.shop-ordering-inline{display:block}
.shop-ordering-inline{display:flex;align-items:center;gap:12px;max-width: 100%;}
.shop-ordering-inline .ordering-label{display: inline-flex;align-items: center;gap: 6px;color: #000;font-size: 16px;font-weight: 400;}
.shop-ordering-inline .ordering-label .ico{display:inline-flex;color:#000}
.shop-ordering-inline .ordering-list{display:flex;gap:10px;margin:0;padding:0;list-style:none;overflow-x:auto;flex-wrap:nowrap;scrollbar-width:thin;scrollbar-color:#e1e1e1 transparent}
.shop-ordering-inline .ordering-list::-webkit-scrollbar{height:2px}
.shop-ordering-inline .ordering-list::-webkit-scrollbar-track{background:transparent}
.shop-ordering-inline .ordering-list::-webkit-scrollbar-thumb{background:#e1e1e1;border-radius:2px}
.shop-ordering-inline .ordering-list::-webkit-scrollbar-thumb:hover{background:#cfcfcf}
.shop-ordering-inline .ordering-item{margin:0}
.shop-ordering-inline .ordering-link{display: inline-flex;align-items: center;gap: 6px;padding: 8px 48px;border: 1px solid #e1e1e1;border-radius: 10px;background: #fff;color: #333;text-decoration: none;font-size: 16px;font-weight: 400;transition: all .15s;}
.shop-ordering-inline .ordering-link:hover{border-color:#cfcfcf;background:#fafafa}
.shop-ordering-inline .ordering-link:focus{outline:none;box-shadow:0 0 0 3px rgba(66,96,255,.18)}
.shop-ordering-inline .ordering-item.is-active .ordering-link{background:var(--wetheme-primary-color);color:#fff;}

@media (max-width: 992px){
	.shop-archive-layout{grid-template-columns:1fr;gap:20px}
	.shop-archive-layout .shop-filters{order:2}
	.shop-archive-layout .shop-products{order:1}
}

@media (max-width: 768px) {
	.shop-archive-layout {
		gap: 16px;
	}

	.shop-archive-layout .shop-filters {
		display: block;
		border-radius: 16px;
		padding: 8px;
		margin-bottom: 16px;
		position: relative;
		transform: none;
	}

	.filters-header {
		margin-top: 8px;
		margin-bottom: 12px;
		padding-bottom: 12px;
	}

	.filters-title {
		font-size: 14px;
		padding: 6px 4px;
	}

	.filters-icon {
		width: 18px;
		height: 18px;
	}

	.clear-filters-btn {
		padding: 6px 10px;
		font-size: 13px;
	}

	.clear-filters-icon {
		width: 14px;
		height: 14px;
	}

	.filter-toggle {
		padding: 16px;
		font-size: 14px;
	}

	.filter-content {
		padding: 16px;
	}

	.filter-list a {
		padding: 6px 10px;
		font-size: 13px;
	}

	.shop-archive-layout .shop-row-1 {
		margin-bottom: 20px;
		flex-wrap: wrap;
		gap: 12px;
	}

	.shop-archive-layout .shop-row-2 .products {
		grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
		gap: 16px;
	}

	.post-type-archive-product ul.products,
	.tax-product_cat ul.products,
	.tax-product_tag ul.products {
		grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
		gap: 16px;
	}

	.post-type-archive-product ul.products li.product,
	.tax-product_cat ul.products li.product,
	.tax-product_tag ul.products li.product {
		padding: 12px;
		border-radius: 12px;
	}

	.post-type-archive-product ul.products li.product .woocommerce-LoopProduct-link,
	.tax-product_cat ul.products li.product .woocommerce-LoopProduct-link,
	.tax-product_tag ul.products li.product .woocommerce-LoopProduct-link {
		height: 280px;
	}

	.post-type-archive-product ul.products li.product .woocommerce-loop-product__link img,
	.tax-product_cat ul.products li.product .woocommerce-loop-product__link img,
	.tax-product_tag ul.products li.product .woocommerce-loop-product__link img {
		margin-top: 16px;
	}

	.post-type-archive-product ul.products li.product .woocommerce-loop-product__title,
	.tax-product_cat ul.products li.product .woocommerce-loop-product__title,
	.tax-product_tag ul.products li.product .woocommerce-loop-product__title {
		font-size: 14px;
		margin: 16px 0 6px 0;
		padding-bottom: 6px;
	}

	.post-type-archive-product ul.products li.product .price ins .woocommerce-Price-amount,
	.tax-product_cat ul.products li.product .price ins .woocommerce-Price-amount,
	.tax-product_tag ul.products li.product .price ins .woocommerce-Price-amount {
		font-size: 18px;
	}

	.post-type-archive-product ul.products li.product .we-price-inline .woocommerce-Price-amount,
	.tax-product_cat ul.products li.product .we-price-inline .woocommerce-Price-amount,
	.tax-product_tag ul.products li.product .we-price-inline .woocommerce-Price-amount {
		font-size: 18px;
	}

	.post-type-archive-product ul.products li.product .we-price-inline .woocommerce-Price-currencySymbol,
	.tax-product_cat ul.products li.product .we-price-inline .woocommerce-Price-currencySymbol,
	.tax-product_tag ul.products li.product .we-price-inline .woocommerce-Price-currencySymbol {
		font-size: 13px;
	}

	.post-type-archive-product ul.products li.product .button,
	.tax-product_cat ul.products li.product .button,
	.tax-product_tag ul.products li.product .button {
		padding: 8px;
		font-size: 13px;
		max-height: 38px;
	}

	.post-type-archive-product ul.products li.product .onsale,
	.tax-product_cat ul.products li.product .onsale,
	.tax-product_tag ul.products li.product .onsale {
		font-size: 11px;
		padding: 2px 6px;
		margin-inline-start: 4px;
	}

	.wt-archive-filter-checkbox {
		padding: 16px;
	}

	.wt-archive-filter-checkbox-body-title {
		font-size: 14px;
	}

	.shop-ordering-inline {
		flex-wrap: nowrap;
		gap: 10px;
    scrollbar-width:thin;
		overflow-x: auto;
	}

	.shop-ordering-inline .ordering-label {
		font-size: 15px;
		gap: 5px;
		flex-shrink: 0;
	}

	.shop-ordering-inline .ordering-label .ico {
		width: 20px;
		height: 20px;
	}

	.shop-ordering-inline .ordering-label .ico svg {
		width: 20px;
		height: 20px;
	}

	.shop-ordering-inline .ordering-list {
		gap: 8px;
		flex-wrap: nowrap;
		overflow-x: auto;
		padding-bottom: 4px;
		flex-shrink: 0;
	}

	.shop-ordering-inline .ordering-link {
		padding: 7px 32px;
		font-size: 15px;
		border-radius: 8px;
		white-space: nowrap;
		flex-shrink: 0;
	}
}

@media (max-width: 480px) {
  .shop-archive-layout .shop-products {
    order: 1;
    width: 100%;
  }
	.shop-archive-layout {
		gap: 12px;
    justify-items: center;
	}

	.shop-archive-layout .shop-filters {
		display: none;
		position: fixed;
		left: 0;
		right: 0;
		bottom: 0;
		top: auto;
		z-index: 202;
		background: #fff;
		overflow-y: auto;
		overflow-x: hidden;
		padding: 20px 20px 20px 20px;
		margin: 0;
		border-radius: 20px 20px 0 0;
		max-height: 85vh;
		height: auto;
		transform: translateY(100%);
		transition: transform 0.3s ease;
		-webkit-overflow-scrolling: touch;
	}

	.shop-archive-layout .shop-filters.mobile-filters-open {
		transform: translateY(0);
	}

	.mobile-filter-toggle-btn {
		position: fixed;
		bottom: 90px;
		left: 10px;
		z-index: 100;
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 5px;
		padding: 0 14px;
		min-width: 50px;
		height: 50px;
		background: #4562ff;
		color: #fff;
		border: none;
		border-radius: 50px;
		cursor: pointer;
		box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
		transition: all 0.3s ease;
	}

	.mobile-filter-toggle-btn:hover {
		background: #333;
		box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
	}

	.mobile-filter-toggle-btn svg {
		width: 22px;
		height: 22px;
		flex-shrink: 0;
	}

	.mobile-filter-toggle-btn__text {
		font-size: 0.875rem;
		font-weight: 500;
		white-space: nowrap;
	}

	.mobile-filters-overlay {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background: rgba(0, 0, 0, 0.5);
		z-index: 200;
		opacity: 0;
		transition: opacity 0.3s ease;
	}

	.mobile-filters-overlay.active {
		opacity: 1;
	}

	.mobile-filter-toggle-btn {
		display: flex;
	}

	.mobile-filters-close {
		width: 100%;
		display: block;
		padding: 14px 20px;
		margin: 0;
		margin-top: 16px;
		font-size: 1rem;
		font-weight: 600;
		color: #fff;
		background: #4562ff;
		border: none;
		border-radius: 10px;
		cursor: pointer;
		transition: background 0.2s ease;
	}
	.mobile-filters-close:hover {
		background: #333;
	}

	.filters-header {
		margin-top: 6px;
		margin-bottom: 10px;
		padding-bottom: 10px;
		flex-wrap: wrap;
		gap: 8px;
	}

	.filters-title {
		font-size: 13px;
		padding: 5px 3px;
		gap: 6px;
	}

	.filters-icon {
		width: 16px;
		height: 16px;
	}

	.clear-filters-btn {
		padding: 5px 8px;
		font-size: 12px;
		gap: 4px;
	}

	.clear-filters-icon {
		width: 12px;
		height: 12px;
	}

	.filter-toggle {
		padding: 12px;
		font-size: 13px;
	}

	.filter-content {
		padding: 12px;
	}

	.filter-list a {
		padding: 5px 8px;
		font-size: 12px;
	}

	.color-filter-list {
		grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
		gap: 6px;
	}

	.color-swatch {
		width: 18px;
		height: 18px;
	}

	.color-name {
		font-size: 12px;
	}

	.shop-archive-layout .shop-row-1 {
		margin-bottom: 20px;
		flex-direction: column;
		align-items: center;
		gap: 10px;
	}

	.shop-archive-layout .shop-row-2 .products {
		grid-template-columns: 1fr;
		gap: 0;
    margin: 0;
	}

	.post-type-archive-product ul.products,
	.tax-product_cat ul.products,
	.tax-product_tag ul.products {
		grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
		gap: 12px;
	}

	.post-type-archive-product ul.products li.product,
	.tax-product_cat ul.products li.product,
	.tax-product_tag ul.products li.product {
    padding: 15px;
    height: auto;
    min-height: 160px;
    min-width: 100%;
    box-shadow: none;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #e7e7e7;
	}

	.post-type-archive-product ul.products li.product .woocommerce-LoopProduct-link,
	.tax-product_cat ul.products li.product .woocommerce-LoopProduct-link,
	.tax-product_tag ul.products li.product .woocommerce-LoopProduct-link,
	.post-type-archive-product ul.products li.product .woocommerce-loop-product__link,
	.tax-product_cat ul.products li.product .woocommerce-loop-product__link,
	.tax-product_tag ul.products li.product .woocommerce-loop-product__link,
	.post-type-archive-product ul.products li.product a,
	.tax-product_cat ul.products li.product a,
	.tax-product_tag ul.products li.product a {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-auto-rows: auto;
    column-gap: 10px;
    row-gap: 15px;
    align-items: flex-start;
    text-align: right;
    height: auto;
	}

	.post-type-archive-product ul.products li.product .woocommerce-loop-product__link img,
	.tax-product_cat ul.products li.product .woocommerce-loop-product__link img,
	.tax-product_tag ul.products li.product .woocommerce-loop-product__link img,
	.post-type-archive-product ul.products li.product a img,
	.tax-product_cat ul.products li.product a img,
	.tax-product_tag ul.products li.product a img,
	.post-type-archive-product ul.products li.product img,
	.tax-product_cat ul.products li.product img,
	.tax-product_tag ul.products li.product img {
    width: 100px !important;
    height: 100px !important;
    margin-top: 15px;
    margin-left: 5px;
    flex-shrink: 0;
    grid-row: 1 / span 2;
    grid-column: 1;
	}

	.post-type-archive-product ul.products li.product .woocommerce-loop-product__title,
	.tax-product_cat ul.products li.product .woocommerce-loop-product__title,
	.tax-product_tag ul.products li.product .woocommerce-loop-product__title {
    font-size: 11px;
    margin: 15px 0 0px 0;
    line-height: 1.5rem;
    padding-bottom: 5px;
    height: auto;
    grid-row: 1;
    grid-column: 2;
	}

	.post-type-archive-product ul.products li.product .price ins .woocommerce-Price-amount,
	.tax-product_cat ul.products li.product .price ins .woocommerce-Price-amount,
	.tax-product_tag ul.products li.product .price ins .woocommerce-Price-amount {
		font-size: 16px;
	}

	.post-type-archive-product ul.products li.product .we-price-inline .woocommerce-Price-amount,
	.tax-product_cat ul.products li.product .we-price-inline .woocommerce-Price-amount,
	.tax-product_tag ul.products li.product .we-price-inline .woocommerce-Price-amount {
		font-size: 16px;
	}

	.post-type-archive-product ul.products li.product .we-price-inline .woocommerce-Price-currencySymbol,
	.tax-product_cat ul.products li.product .we-price-inline .woocommerce-Price-currencySymbol,
	.tax-product_tag ul.products li.product .we-price-inline .woocommerce-Price-currencySymbol {
		font-size: 13px;
	}

	.post-type-archive-product ul.products li.product .price,
	.tax-product_cat ul.products li.product .price,
	.tax-product_tag ul.products li.product .price {
    grid-row: 2;
    grid-column: 2;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    gap: 0;
    flex-wrap: wrap;
	}

	.post-type-archive-product ul.products li.product .price del,
	.tax-product_cat ul.products li.product .price del,
	.tax-product_tag ul.products li.product .price del {
    margin-right: 0;
		font-size: 12px;
		order: 0;
	}

	.post-type-archive-product ul.products li.product .price .we-price-del-wrapper,
	.tax-product_cat ul.products li.product .price .we-price-del-wrapper,
	.tax-product_tag ul.products li.product .price .we-price-del-wrapper,
	.single-product .related ul.products li.product .price .we-price-del-wrapper {
    display: flex;
    align-items: center;
    margin-right: 0;
    order: 0;
    justify-content: space-between;
    width: 100%;
	}

	.post-type-archive-product ul.products li.product .price .we-loop-rating,
	.tax-product_cat ul.products li.product .price .we-loop-rating,
	.tax-product_tag ul.products li.product .price .we-loop-rating,
	.single-product .related ul.products li.product .price .we-loop-rating {
		gap: 3px;
	}

	.post-type-archive-product ul.products li.product .price .we-loop-rating .we-star-icon svg,
	.tax-product_cat ul.products li.product .price .we-loop-rating .we-star-icon svg,
	.tax-product_tag ul.products li.product .price .we-loop-rating .we-star-icon svg,
	.single-product .related ul.products li.product .price .we-loop-rating .we-star-icon svg {
		width: 12px;
		height: 12px;
	}

	.post-type-archive-product ul.products li.product .price .we-loop-rating .we-rating-number,
	.tax-product_cat ul.products li.product .price .we-loop-rating .we-rating-number,
	.tax-product_tag ul.products li.product .price .we-loop-rating .we-rating-number,
	.single-product .related ul.products li.product .price .we-loop-rating .we-rating-number {
		font-size: 11px;
	}

	.post-type-archive-product ul.products li.product .onsale,
	.tax-product_cat ul.products li.product .onsale,
	.tax-product_tag ul.products li.product .onsale {
    position: static;
    background: #111;
    color: #fff;
    border-radius: 999px;
    padding: 2px 5px;
    font-size: 10px;
    line-height: 1.4;
    margin-right: auto;
    margin-left: 6px;
	}

	.post-type-archive-product ul.products li.product .button,
	.tax-product_cat ul.products li.product .button,
	.tax-product_tag ul.products li.product .button {
		display: none !important;
	}

	.wt-archive-filter-checkbox {
		padding: 12px;
	}

	.wt-archive-filter-checkbox-body-title {
		font-size: 13px;
	}

	.filters-accordion {
		gap: 6px;
		position: static;
		overflow: visible;
	}

	.filter-section {
		border-radius: 10px;
	}

	.filter-actions {
		gap: 6px;
		margin-top: 12px;
		padding-top: 12px;
	}

	.apply-filters-btn,
	.clear-filters-btn {
		font-size: 12px;
		padding: 6px 10px;
	}

	.filter-content#price-filter .price-readouts span {
		font-size: 12px;
	}

	.filter-content#price-filter .price-btn {
		padding: 8px 12px;
		font-size: 13px;
	}

	.filter-content#brand-filter label {
		padding: 7px 8px;
	}

	.filter-content#brand-filter .brand-name {
		font-size: 12px;
	}

  .filter-content#category-filter .category-name {
    font-size: 12px;
  }

	.shop-ordering-inline {
		flex-wrap: nowrap;
		gap: 8px;
		overflow-x: auto;
	}

	.shop-ordering-inline .ordering-label {
   display: none;
	}

	.shop-ordering-inline .ordering-label .ico {
		width: 18px;
		height: 18px;
	}

	.shop-ordering-inline .ordering-label .ico svg {
		width: 18px;
		height: 18px;
	}

	.shop-ordering-inline .ordering-list {
		gap: 6px;
		flex-wrap: nowrap;
		overflow-x: auto;
		flex-shrink: 0;
		padding-bottom: 4px;
	}

	.shop-ordering-inline .ordering-link {
    padding: 6px 8px;
    font-size: 11px;
    border-radius: 7px;
		white-space: nowrap;
		flex-shrink: 0;
	}

	.post-type-archive-product ul.products li.product .we-stock-inline,
	.tax-product_cat ul.products li.product .we-stock-inline,
	.tax-product_tag ul.products li.product .we-stock-inline {
		font-size: 11px;
		gap: 4px;
	}

	.post-type-archive-product ul.products li.product .we-price-inline {
		gap: 4px;
	}

	.post-type-archive-product ul.products li.product .price del .woocommerce-Price-currencySymbol,
	.tax-product_cat ul.products li.product .price del .woocommerce-Price-currencySymbol,
	.tax-product_tag ul.products li.product .price del .woocommerce-Price-currencySymbol {
		font-size: 10px;
	}

	.post-type-archive-product ul.products li.product .price ins .woocommerce-Price-currencySymbol,
	.tax-product_cat ul.products li.product .price ins .woocommerce-Price-currencySymbol,
	.tax-product_tag ul.products li.product .price ins .woocommerce-Price-currencySymbol {
		font-size: 13px;
	}
}

.woocommerce #page.site {
  overflow-y: visible !important;
  overflow-x: clip;
}
.woocommerce .site-content,
.woocommerce .container,
.woocommerce .row,
.woocommerce .shop-archive-layout {
  overflow: visible;
}
.single-product .woocommerce-Reviews .commentlist{list-style:none;margin:0;padding:0}
.single-product .woocommerce-Reviews .commentlist > li{list-style:none}
.single-product .woocommerce-Reviews .comment_container{padding:12px 0;border-bottom:1px solid #e1e1e1}
.single-product .woocommerce-Reviews .review-row-1{display:flex;align-items:center;gap:10px;margin-bottom:8px}
.single-product .woocommerce-Reviews .review-row-1 .review-author-date{display:flex;align-items:center;gap:6px}
.single-product .woocommerce-Reviews .review-row-1 .review-date{margin-inline-start:auto;color:#777;font-size:13px}
.single-product .woocommerce-Reviews .review-avatar img{width:48px;height:48px;object-fit:cover;display:block}
.single-product .woocommerce-Reviews .review-author-date{font-size:14px;color:#333}
.single-product .woocommerce-Reviews .review-author-date .woocommerce-review__author{font-weight:600}
.single-product .woocommerce-Reviews .review-author-date .woocommerce-review__dash{margin:0 6px;color:#999}
.single-product .woocommerce-Reviews .review-author-date .woocommerce-review__published-date{color:#777;font-size:13px}
.single-product .woocommerce-Reviews .review-row-2{margin-bottom:8px}
.single-product .woocommerce-Reviews .we-stars{display: flex; justify-content: flex-start; gap: 0px; color: #bbbbbb;}
.single-product .woocommerce-Reviews .we-stars .we-star{display:inline-flex}
.single-product .woocommerce-Reviews .we-stars .we-star.filled{color:#f4b400}
.single-product .woocommerce-Reviews .review-row-3{color: #000000;}
.single-product .woocommerce-Reviews .review-row-3 .description {display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.single-product .woocommerce-Reviews .review-row-3 .description.we-desc-expanded{display:block}
.single-product .woocommerce-Reviews .review-row-3 .description p {font-size: 14px; font-weight: 400; line-height: 2.2; color: #000000; margin:0}
.single-product .woocommerce-Reviews .we-review-readmore{display: flex;align-items: center;justify-content: flex-start;cursor: pointer;color: #4260ff;font-size: 14px;text-decoration: underline;text-underline-offset: 4px;}
.single-product .woocommerce-Reviews .we-review-pros-cons{display:flex;gap:0px;margin-top:15px}
.single-product .woocommerce-Reviews .we-review-pros-cons .we-pros,
.single-product .woocommerce-Reviews .we-review-pros-cons .we-cons{flex:1}
.single-product .woocommerce-Reviews .we-pros-list,
.single-product .woocommerce-Reviews .we-cons-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:6px}
.single-product .woocommerce-Reviews .we-pros-list li,
.single-product .woocommerce-Reviews .we-cons-list li{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500}
.single-product .woocommerce-Reviews .we-item-icon{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;border-radius:50%}
.single-product .woocommerce-Reviews .we-item-icon--pros{background:#e6f7ed;color:#28a745}
.single-product .woocommerce-Reviews .we-item-icon--cons{background:#fde8e8;color:#dc3545}
.single-product .woocommerce-Reviews .we-item-text{color:#333}

@media (max-width: 768px) {
  .single-product .woocommerce-Reviews .we-pros-list li,
  .single-product .woocommerce-Reviews .we-cons-list li {
    font-size: 12px;
    gap: 6px;
  }

  .single-product .woocommerce-Reviews .we-item-text {
    color: #111;
  }
}
.single-product .product-reviews__sidebar-info-average,
.single-product .product-faq__sidebar-info-average{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:10px;
  text-align:center;
}
.single-product .product-reviews__sidebar-info-average--number,
.single-product .product-faq__sidebar-info-average--number{
  font-size: 43px;
  line-height: 1;
  font-weight: 700;
  color: #000000;
  letter-spacing: 1px;
}
.single-product .product-reviews__sidebar-info-average--number .product-reviews__sidebar-info-average--from,
.single-product .product-faq__sidebar-info-average--number .product-reviews__sidebar-info-average--from{
  font-size: 17px;
  font-weight: 700;
  color: #000000;
  margin-right: -2px;
}
.single-product .product-reviews__sidebar-info-average .star-rating{float:none;margin:0;color:#D6DDE7;font-size:22px;line-height:1;height:auto}
.single-product .product-reviews__sidebar-info-average .star-rating::before{opacity:1}
.single-product .product-reviews__sidebar-info-average .star-rating span{color:#DB9521}
.single-product .product-reviews__sidebar-info-average .star-rating span::before{opacity:1}

.single-product .product-reviews__sidebar-info-average--count,
.single-product .product-faq__sidebar-info-average--count{
  display:inline-flex;
  align-items:center;
  flex-direction: row;
  gap:4px;
  color: #8b8b8b;
  font-size: 14px;
  font-weight: 600;
}
.rtl .single-product .product-reviews__sidebar-info-average--count,
.rtl .single-product .product-faq__sidebar-info-average--count{flex-direction:row}
.single-product .product-reviews__sidebar-info-average--count span,
.single-product .product-faq__sidebar-info-average--count span{order:0}
.single-product .product-reviews__sidebar-add-comment--button,
.single-product .product-faq__sidebar-add-comment--button{
  border-radius: 17px;
  background: #fff;
  box-shadow: 0px 11px 5px -6px rgba(223, 228, 235, 0.5);
  display: flex;
  gap: 15px;
  align-items: self-start;
  padding: 25px;
  margin-bottom: 25px;
  margin-top: 25px;
  cursor: pointer;
  position: relative;
  width: 90%;
  justify-content: center;
}
.single-product .product-reviews__sidebar-add-comment--button::before,
.single-product .product-faq__sidebar-add-comment--button::before{content: "";
  position: absolute;
  inset: 0;
  border-radius: 17px;
  padding: 1px;
  background: linear-gradient(180deg, #cfd8e4, #ffffff);
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;}
.single-product .product-reviews__sidebar-add-comment--button-text,
.single-product .product-faq__sidebar-add-comment--button-text{display:flex;flex-direction:column;gap:4px;color:#000000;font-weight:800}
.single-product .product-reviews__sidebar-add-comment--button-text span,
.single-product .product-faq__sidebar-add-comment--button-text span{font-size:12px;font-weight:600;opacity:.85}
.single-product .product-reviews__sidebar-add-comment--button-icon,
.single-product .product-faq__sidebar-add-comment--button-icon{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-size:24px;
  color:#000000;
}
.single-product .product-reviews__sidebar-add-comment--button-icon i,
.single-product .product-faq__sidebar-add-comment--button-icon i{
  font-size:inherit;
  color:inherit;
}
.single-product .woocommerce-Reviews #comments.we-comments-grid{
  display:grid;
  grid-template-columns: 1fr 2.7fr;
  gap: 20px;
  align-items: start;
}
.single-product .woocommerce-Reviews #comments .we-comments-col{min-width:0}
.single-product .woocommerce-Reviews #comments .we-comments-aside{display: flex;flex-direction: column;justify-content: center;align-items: center;padding: 45px 10px 40px 10px;position: relative;overflow: hidden;border-radius: 25px;background: #fff;width: 100%;margin-bottom: 43px;}
.single-product .woocommerce-Reviews #comments .we-comments-aside::before{position: absolute;top: -60px;left: -60px;content: "";width: 170px;height: 170px;border-radius: 50%;background-color: #ebeff1;filter: blur(100px);}
@media (max-width: 768px){
  .single-product .woocommerce-Reviews #comments.we-comments-grid{
    grid-template-columns: 1fr;
    gap: 14px;
  }
}

.single-product #review_form_wrapper{
  margin-top: 40px;
  padding: 25px;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 20px;
}
.single-product #review_form_wrapper #respond{margin:0}
.single-product #review_form_wrapper #reply-title{display: block;margin: 10px 0 40px 0;font-size: 19px;font-weight: 600;color: #4260ff;}
.single-product #review_form_wrapper .comment-form{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px
}
.single-product #review_form_wrapper .comment-form .comment-form-rating{
  grid-column:1 / -1; 
  margin-bottom: 10px;
}
.single-product #review_form_wrapper .comment-form .comment-form-comment{grid-column:1 / -1}
.single-product #review_form_wrapper .comment-form label{display:flex;text-align: right;margin:0 0 6px 0;gap: 5px;align-items: center;font-size:13px;font-weight:600;color:#333}
.single-product #review_form_wrapper .comment-form input[type="text"],
.single-product #review_form_wrapper .comment-form input[type="email"],
.single-product #review_form_wrapper .comment-form textarea{
	width:100%;height: 50px;padding:10px 12px;border:1px solid #e1e5e9;border-radius:8px;background:#fff;font-size:14px;color:#111
}
.single-product #review_form_wrapper .comment-form textarea{min-height:120px;line-height:1.9}
.single-product #review_form_wrapper .comment-form input:focus,
.single-product #review_form_wrapper .comment-form textarea:focus{outline:none;border-color:#3498db;box-shadow:0 0 0 3px rgba(52,152,219,.12)}
.single-product #review_form_wrapper .comment-form .comment-form-cookies-consent{grid-column:1 / -1;display:flex;align-items:center;gap:8px;margin-top:4px}
.single-product #review_form_wrapper .comment-form .comment-form-cookies-consent label{margin:0;font-weight:500;color:#555}
.single-product #review_form_wrapper .comment-form .form-submit{
  grid-column:1 / -1;
  margin:6px auto 0 0;
}
.single-product #review_form_wrapper .comment-form .form-submit .submit{
  height: 50px;
  width: 200px;
  padding: 0 20px;
  border: none;
  border-radius: 8px;
  background: var(--wetheme-secondary-color);
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  cursor: pointer;
  transition: background .2s;
}

@media (max-width: 768px) {
  .single-product #review_form_wrapper {
    margin-top: 20px;
    padding: 18px 16px;
    border-radius: 15px;
  }

  .single-product #review_form_wrapper #reply-title {
    font-size: 17px;
    margin: 8px 0 24px;
  }

  .single-product #review_form_wrapper .comment-form {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .single-product #review_form_wrapper .comment-form label {
    font-size: 12px;
  }

  .single-product #review_form_wrapper .comment-form .form-submit {
    margin: 10px 0 0 0;
  }

  .single-product #review_form_wrapper .comment-form .form-submit .submit {
    width: 100%;
    height: 45px;
    font-weight: 700;
    font-size: 18px;
  }

  .single-product #review_form_wrapper .comment-form input[type="text"],
  .single-product #review_form_wrapper .comment-form input[type="email"] {
    height: 44px;
  }

  .single-product #review_form_wrapper .comment-form textarea {
    min-height: 130px;
  }

  .single-product #review_form_wrapper .we-review-extra-fields {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    min-width: 100%;
  }

  .single-product #review_form_wrapper .we-review-extra-fields p {
    margin: 0;
  }

  .single-product #review_form_wrapper .we-review-extra-fields input[type="text"] {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .single-product .woocommerce-Reviews .review-row-1 {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }

  .single-product .woocommerce-Reviews .review-avatar img {
    width: 48px;
    height: 48px;
  }

  .single-product .woocommerce-Reviews .review-row-3 .description {
    -webkit-line-clamp: 3;
    line-clamp: 3;
  }

  .single-product .woocommerce-Reviews .we-review-pros-cons {
    flex-direction: column;
    gap: 12px;
  }

  .single-product .woocommerce-Reviews .we-review-pros-cons .we-pros,
  .single-product .woocommerce-Reviews .we-review-pros-cons .we-cons {
    width: 100%;
  }

  .single-product .product-reviews__sidebar-add-comment--button,
  .single-product .product-faq__sidebar-add-comment--button {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    padding: 18px;
    width: 100%;
  }

  .single-product .product-reviews__sidebar-info-average--number {
    font-size: 44px;
  }

  .single-product .product-reviews__sidebar-add-comment--button-icon,
  .single-product .product-faq__sidebar-add-comment--button-icon {
    align-self: center;
  }

  .single-product .we-review-readmore {
    font-size: 13px;
  }

  .single-product .we-comments-list-toggle button {
    width: 100%;
    justify-content: center;

  }
}

.single-product #review_form_wrapper .comment-form-rating .stars{margin:6px 0 0 0}
.single-product #review_form_wrapper .comment-form-rating .stars span{display:inline-flex;gap:4px;flex-direction:row}
.single-product #review_form_wrapper .comment-form-rating .stars a{display:inline-flex;align-items:center;justify-content:center;width:30px;height:35px;background:none !important;text-indent:-9999px;overflow:hidden;position:relative;transition:all .15s;cursor:pointer}
.single-product #review_form_wrapper .comment-form-rating .stars a::before{content:'\2605';position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-size:35px;line-height:1;color:#bbb;text-indent:0}
.single-product #review_form_wrapper .comment-form-rating .stars a:hover,
.single-product #review_form_wrapper .comment-form-rating .stars a:focus{border-color:#f4b400;background:#fffbe6}
.single-product #review_form_wrapper .comment-form-rating .stars a:hover::before,
.single-product #review_form_wrapper .comment-form-rating .stars a:has(~ a:hover)::before{color:#f4b400}
.single-product #review_form_wrapper .comment-form-rating .stars.selected a.active::before,
.single-product #review_form_wrapper .comment-form-rating .stars.selected a:has(~ a.active)::before{color:#f4b400}


.single-product .woocommerce-Tabs-panel#tab-additional_information #wc-addi {
	font-size: 16px;
	font-weight: 500;
	line-height: 2;
	color: #333;
	text-align: right;
}
.single-product .woocommerce-Tabs-panel#tab-additional_information table.shop_attributes,
.single-product .woocommerce-Tabs-panel#tab-additional_information table.woocommerce-product-attributes{
	width: 100%;
	border-collapse: collapse;
}
.single-product .woocommerce-Tabs-panel#tab-additional_information table.shop_attributes th {
  display: flex;
  align-items: center;
  margin-top: 15px;
  gap: 40px;
  margin-bottom: 20px;
}

.single-product .woocommerce-Tabs-panel#tab-additional_information table.shop_attributes th .attribute_group-title-text{
  font-size: 16px;
}

.attribute_group-title-line{
  flex-grow: 1;
  height: 1px;
  background-color: #e6eaf0;
}

.single-product .woocommerce-Tabs-panel#tab-additional_information table.shop_attributes td,
.single-product .woocommerce-Tabs-panel#tab-additional_information table.woocommerce-product-attributes th,
.single-product .woocommerce-Tabs-panel#tab-additional_information table.woocommerce-product-attributes td{
  padding: 10px 12px;
  border-radius: 8px;
}
.single-product .woocommerce-Tabs-panel#tab-additional_information #wc-addi-toggle{
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 8px 14px;
	border: 1px solid #dcdcdc;
	background: #f7f7f7;
	color: #333;
	border-radius: 8px;
	cursor: pointer;
	transition: background .2s ease, border-color .2s ease, color .2s ease;
}
.single-product .woocommerce-Tabs-panel#tab-additional_information #wc-addi-toggle:hover{
	background: #efefef;
	border-color: #cfcfcf;
}
.single-product .woocommerce-Tabs-panel#tab-additional_information #wc-addi-toggle:focus{
	outline: none;
	box-shadow: 0 0 0 2px rgba(0,0,0,.06);
}
.single-product .woocommerce-Tabs-panel#tab-additional_information #wc-addi-toggle .ico svg{display:block}
.single-product .woocommerce-Tabs-panel#tab-additional_information #wc-addi-toggle.is-expanded{background:#f2f2f2}

@media (max-width: 768px) {
  .single-product .woocommerce-Tabs-panel#tab-additional_information #wc-addi {
    font-size: 15px;
    line-height: 2.2;
  }

  .single-product .woocommerce-Tabs-panel#tab-additional_information table.shop_attributes,
  .single-product .woocommerce-Tabs-panel#tab-additional_information table.woocommerce-product-attributes {
    display: block;
  }

  .single-product .woocommerce-Tabs-panel#tab-additional_information table.shop_attributes tr{
    border: none;
  }

  .single-product .woocommerce-Tabs-panel#tab-additional_information table.woocommerce-product-attributes tr {
    border-bottom: 1px solid #aaaaaa;
  }

  .single-product .woocommerce-Tabs-panel#tab-additional_information table.shop_attributes td,
  .single-product .woocommerce-Tabs-panel#tab-additional_information table.woocommerce-product-attributes th,
  .single-product .woocommerce-Tabs-panel#tab-additional_information table.woocommerce-product-attributes td{
    padding: 10px 0;
    border-radius: 0;
  }

  .single-product .woocommerce-Tabs-panel#tab-additional_information table.shop_attributes td .attribute_name{
    font-size: 12px;
    font-weight: 500;
    border-bottom: 1px solid #e0e0e2;
    margin-left: 0;
    width: 50%;
    padding-right: 8px;
  }

  .single-product .woocommerce-Tabs-panel#tab-additional_information table.shop_attributes td .attribute_value{
    font-size: 11px;
    border-bottom: 1px solid #e0e0e2;
    padding-right: 8px;
  }


  .single-product .woocommerce-Tabs-panel#tab-additional_information table.shop_attributes th .attribute_group-title-text {
    font-size: 14px;
  }

  .single-product .woocommerce-Tabs-panel#tab-additional_information table.shop_attributes th {
    display: flex;
    align-items: center;
    margin-top: 10px;
    gap: 20px;
    margin-bottom: 5px;
  }
  .single-product .woocommerce-Tabs-panel#tab-additional_information table.woocommerce-product-attributes th {
    background: #eee;
    font-size: 14px;
  }

  .single-product .woocommerce-Tabs-panel#tab-additional_information #wc-addi-toggle {
    width: 100%;
    justify-content: center;
  }
}
.single-product .woocommerce-Tabs-panel#tab-description #wc-desc {
  font-size: 16px;
  font-weight: 500;
  line-height: 2.5;
  color: #111111;
  text-align: right;
}
.single-product .woocommerce-Tabs-panel#tab-description #wc-desc .wc-short-desc-top {
  font-size: 15px;
  font-weight: 500;
  line-height: 2.2;
  color: #111111;
  margin: 0 0 16px;
}
.single-product .woocommerce-Tabs-panel#tab-description #wc-desc p {
  margin: 0 0 25px;
  line-height: 2.5;
  font-size: 16px;
  color: #777;
}
.single-product .woocommerce-Tabs-panel#tab-description #wc-desc h1 {
  font-weight: 700;
  font-size: 21px;
  color: #222;
  margin-top: 20px;
}
.single-product .woocommerce-Tabs-panel#tab-description #wc-desc h2 {
    font-weight: 600;
    font-size: 20px;
    color: #333;
    margin-top: 20px;
}
.single-product .woocommerce-Tabs-panel#tab-description #wc-desc h3 {
  font-size: 19px;
  font-weight: 300;
  margin-top: 15px;
  margin-bottom: 20px;
}
.single-product .woocommerce-Tabs-panel#tab-description #wc-desc h4 {
  font-size: 16px;
  font-weight: 300;
  color: #444;
  line-height: 2;
}
.single-product .woocommerce-Tabs-panel#tab-description #wc-desc ul,
.single-product .woocommerce-Tabs-panel#tab-description #wc-desc ol {
  font-size: 16px;
  font-weight: 300;
  color: #111111;
  line-height: 2;
}
.single-product .woocommerce-Tabs-panel#tab-description #wc-desc li {
	margin: 6px 0;
}
.single-product .woocommerce-Tabs-panel#tab-description #wc-desc a {
	color: inherit;
	text-decoration: underline;
}
.single-product .woocommerce-Tabs-panel#tab-description #wc-desc img {
  display: flex;
  width: 80%;
  height: auto;
  border-radius: 20px;
  margin: 20px 0;
}

@media (max-width: 768px) {
  .single-product .woocommerce-Tabs-panel#tab-description #wc-desc {
    font-size: 15px;
    line-height: 2.2;
  }
  .single-product .woocommerce-Tabs-panel#tab-description #wc-desc h1 {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.8;
  }
  .single-product .woocommerce-Tabs-panel#tab-description #wc-desc h2 {
    font-weight: 600;
    font-size: 15px;
    line-height: 1.8;
  }
  .single-product .woocommerce-Tabs-panel#tab-description #wc-desc h3 {
    font-size: 14px;
    margin-top: 0;
    line-height: 1.6;
  }

  .single-product .woocommerce-Tabs-panel#tab-description #wc-desc h4 {
    font-size: 13px;
  }

  .single-product .woocommerce-Tabs-panel#tab-description #wc-desc p {
    line-height: 2;
    font-size: 13px;
    color: #777;
  }

  .single-product .woocommerce-Tabs-panel#tab-description #wc-desc ul,
  .single-product .woocommerce-Tabs-panel#tab-description #wc-desc ol {
    font-size: 15px;
    line-height: 2.1;
  }

  .single-product .woocommerce-Tabs-panel#tab-description #wc-desc img {
    width: 100%;
    border-radius: 14px;
    margin: 16px 0;
  }

  .single-product .woocommerce-Tabs-panel#tab-description #wc-desc-toggle {
    width: 100%;
    justify-content: center;
  }
}

.single-product .woocommerce-Tabs-panel#tab-description #wc-desc-toggle {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 8px 14px;
	border: 1px solid #dcdcdc !important;
	background: #f7f7f7;
	color: #111111;
	border-radius: 8px;
	cursor: pointer;
	transition: background .2s ease, border-color .2s ease, color .2s ease;
}
.single-product .woocommerce-Tabs-panel#tab-description #wc-desc-toggle:hover {
	background: #efefef;
	border-color: #cfcfcf;
}
.single-product .woocommerce-Tabs-panel#tab-description #wc-desc-toggle:focus {
	outline: none;
	box-shadow: 0 0 0 2px rgba(0,0,0,.06);
}
.single-product .woocommerce-Tabs-panel#tab-description #wc-desc-toggle .ico svg {
	display: block;
}
.single-product .woocommerce-Tabs-panel#tab-description #wc-desc-toggle.is-expanded {
	background: #f2f2f2;
}
.single-product .summary .sp-summary-separator {
  margin: 40px 0 24px 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(0,0,0,0.06), rgba(0,0,0,0.12), rgba(0,0,0,0.06));
  border: 0;
}

.single-product .summary .sp-rate-cta {
  display: flex;
  background: #eaeaea;
  align-items: center;
  gap: 10px;
  border-radius: 10px;
  padding: 13px 25px;
  margin-top: 12px;
  color: #333;
  cursor: pointer;
  user-select: none;
}
.single-product .summary .sp-rate-cta .icon {
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #daa700;
}

.single-product .summary .sp-rate-cta .label {
  font-size: 13px;
  font-weight: 500;
  color: #333333;
}
.single-product .summary .sp-rate-cta:hover .label {
  text-decoration: underline;
}

.single-product .summary .sp-reviews-cta {
  display: flex;
  background: #eaeaea;
  align-items: center;
  gap: 10px;
  border-radius: 10px;
  padding: 13px 25px;
  margin-top: 10px;
  color: #333;
  cursor: pointer;
  user-select: none;
}
.single-product .summary .sp-reviews-cta .icon {
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #009cdf;
}
.single-product .summary .sp-reviews-cta .label {
  font-size: 13px;
  font-weight: 500;
  color: #333333;
}
.single-product .summary .sp-reviews-cta:hover .label {
  text-decoration: underline;
}

/* Better Price Modal */
.better-price-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 220;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  box-sizing: border-box;
}
.better-price-modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
.better-price-modal-content {
  position: relative;
  background: #fff;
  max-width: 600px;
  width: 90%;
  max-height: 90vh;
  margin: 0 auto;
  border-radius: 10px;
  overflow-y: auto;
  z-index: 19;
}
.better-price-modal-header {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: center;
  padding: 20px;
  gap: 12px;
  border-bottom: 1px solid #eee;
}
.better-price-modal-title {
  font-size: 16px;
  font-weight: 600;
}
.better-price-modal-close {
  background: none;
  border: none;
  font-size: 28px;
  cursor: pointer;
  color: #666;
  line-height: 1;
}
.better-price-modal-close:hover {
  color: #000;
}
.better-price-modal-body {
  padding: 20px;
}
.flexright {
  display: flex;
  gap: 20px;
  flex-direction: row;
}
.img-feed {
  flex-shrink: 0;
  align-self: center;
}
.img-feed img {
  max-width: 180px;
  height: auto;
  border-radius: 8px;
}
.info-feed {
  flex: 1;
}
.form-better {
  margin-bottom: 20px;
}
.form-better label {
  display: block;
  margin-bottom: 9px;
  font-weight: 600;
  font-size: 14px;
}
.form-better input {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 14px;
}
.form-better.show {
  display: block;
}
.form-better:not(.show) {
  display: none;
}
.swicher {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 24px;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: .4s;
  border-radius: 24px;
}
.slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  transition: .4s;
  border-radius: 50%;
}
input:checked + .slider {
  background-color: var(--wetheme-primary-color);
}
input:checked + .slider:before {
  transform: translateX(26px);
}
.insert-better {
  display: block;
  padding: 12px 25px;
  background: var(--wetheme-primary-color);
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
  text-align: center;
  margin-top: 15px;
}

.insert-better:hover {
  background-image: linear-gradient(rgb(0 0 0 / 4%), rgb(0 0 0 / 4%));
}

.cover-loading-replay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 20;
}
.loading-spinner {
  border: 4px solid #f3f3f3;
  border-top: 4px solid #2196F3;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.better-price-btn {
  display: none;
  padding: 10px 20px;
  background: #f5f5f5;
  border-radius: 5px;
  cursor: pointer;
  text-align: center;
  align-self: center;
  justify-items: center;
  margin-top: 15px;
  font-size: 14px;
}
.better-price-btn.show {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.better-price-btn.thanks {
  display: none;
  color: #4CAF50;
  background: #e8f5e9;
}
.better-price-btn.thanks.show {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.better-price-btn i {
  display: inline-flex;
  align-items: center;
  font-size: 18px;
}
@media (max-width: 768px) {
  .flexright {
    flex-direction: column;
    gap: 14px;
  }
  .better-price-modal-content {
    width: 95%;
    margin: 0 auto;
    max-height: 92vh;
  }
  .better-price-modal-body {
    padding: 16px;
  }
  .img-feed img {
    max-width: 130px;
  }
  .insert-better {
    width: 100%;
    margin-top: 25px;
  }
}

@media (max-width: 480px) {
  .better-price-modal-content {
    width: 100%;
    margin: 0 auto;
    border-radius: 0;
  }

  .better-price-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 220;
    display: flex;
    align-items: self-start;
    justify-content: center;
    padding: 0;
    box-sizing: border-box;
}

.better-price-modal-overlay {
  background: #ffff;
}

  .better-price-modal-header {
    padding: 20px 10px;
    gap: 10px;
  }
  .better-price-modal-body {
    padding: 20px 15px;
  }
  .flexright {
    gap: 20px;
  }
  .img-feed img {
    max-width: 200px;
  }
  .better-price-modal-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 25px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    height: 24px;
    overflow: hidden;
  }
  .form-better label {
    font-size: 14px;
  }
  .form-better input {
    font-size: 13px;
  }
  .insert-better {
    font-size: 14px;
    padding: 12px 16px;
  }
}

.woocommerce-cart .cart-extras {
  background: var(--wetheme-primary-color);
  background-image: linear-gradient(rgb(255 245 245 / 95%), rgb(255 245 245 / 95%));  border: 1px solid #eaeaea;
  margin: 6px 0 0 0;
  padding: 3px 10px;
  border-radius: 5px;
  list-style: none;
  display: flex;
  flex-direction: column;
}

.woocommerce-cart .cart-extras .cart-extra {
  display: flex;
  align-items: center;
  gap: 8px;
}

.woocommerce-cart .cart-extras .cart-extra .t {
  font-size: 12px;
  font-weight: 500;
  color: #333333;
}

.woocommerce-cart .cart-extras .cart-extra .p {
  margin-right: auto;
  font-size: 12px;
  font-weight: 500;
  color: #000;
}
.woocommerce-cart .cart-extras .cart-extra .p .woocommerce-Price-currencySymbol {
  font-size: 10px;
}

@media (max-width: 768px) {
  .woocommerce-cart .cart-extras {
    padding: 6px 8px;
    margin: 4px 0 0 0;
  }

  .woocommerce-cart .cart-extras .cart-extra {
    gap: 6px;
    flex-wrap: wrap;
  }

  .woocommerce-cart .cart-extras .cart-extra .t {
    font-size: 11px;
  }

  .woocommerce-cart .cart-extras .cart-extra .p {
    font-size: 11px;
  }

  .woocommerce-cart .cart-extras .cart-extra .p .woocommerce-Price-currencySymbol {
    font-size: 9px;
  }
}

@media (max-width: 480px) {
  .woocommerce-cart .cart-extras {
    padding: 5px 6px;
    margin: 3px 0 0 0;
    border-radius: 4px;
  }

  .woocommerce-cart .cart-extras .cart-extra {
    gap: 4px;
    align-items: flex-start;
  }

  .woocommerce-cart .cart-extras .cart-extra .t {
    font-size: 10px;
    line-height: 1.4;
  }

  .woocommerce-cart .cart-extras .cart-extra .p {
    font-size: 10px;
    margin-right: auto;
  }

  .woocommerce-cart .cart-extras .cart-extra .p .woocommerce-Price-currencySymbol {
    font-size: 8px;
  }
}

.woocommerce-checkout .entry-title {
  display: none;
}


.woocommerce-checkout .woocommerce form.checkout {
  padding-top: 40px;
}

@media (min-width: 769px) and (max-width: 1024px) {
  .woocommerce-checkout .woocommerce form.checkout {
    padding-top: 0px;
  }
}

.woocommerce-checkout .woocommerce form.checkout #customer_details {
  grid-column: 1;
}

.woocommerce-checkout .col2-set {
  display: grid;
  grid-template-columns: 2.5fr 1fr;
  gap: 24px;
  width: 100%;
}

.woocommerce-checkout .col2-set .col-1 {
  grid-column: 1;
  width: 100%;
}

.woocommerce-checkout .col2-set .col-2 {
  grid-column: 2;
  text-align: left;
  display: block;
  width: 100%;
  align-self: start;
  position: sticky;
  top: 10px;
}

.woocommerce-checkout .col2-set .col-2 #order_review_step2 {
  position: sticky;
  top: 10px;
  align-self: start;
}

.woocommerce-checkout #page.site,
.woocommerce-checkout .site-content,
.woocommerce-checkout .container,
.woocommerce-checkout .row,
.woocommerce-checkout .col2-set,
.woocommerce-checkout .col2-set .col-2 {
  overflow: visible;
}

.woocommerce-checkout .col2-set .col-2 #order_review {
  width: 100%;
  align-self: start;
}

.woocommerce-checkout .woocommerce form.checkout > #order_review {
  display: none;
}

.woocommerce-checkout .checkout-step-2-grid {
  display: grid;
  grid-template-columns: 2.5fr 1fr;
  gap: 24px;
  width: 100%;
}


@media (max-width: 992px) {
  .woocommerce-checkout .col2-set,
  .woocommerce-checkout .checkout-step-2-grid {
    grid-template-columns: 1fr;
  }

  .woocommerce-checkout .col2-set .col-1,
  .woocommerce-checkout .col2-set .col-2,
  .woocommerce-checkout .checkout-step-2-grid .col-1,
  .woocommerce-checkout .checkout-step-2-grid .col-2 {
    grid-column: 1 / -1;
    position: static;
  }

  .woocommerce-checkout .col2-set .col-2,
  .woocommerce-checkout .col2-set .col-2 #order_review_step2,
  .woocommerce-checkout .col2-set .col-2 #order_review,
  .woocommerce-checkout .col2-set .col-2 .cart_totals,
  .woocommerce-checkout .checkout-step-2-grid .col-2 #order_review_step2 {
    position: static;
    top: auto;
  }
}

@media (max-width: 768px) {
  .woocommerce-checkout .checkout-step-2-grid {
    grid-template-columns: 1fr !important;
    gap: 20px;
  }

  .woocommerce-checkout .checkout-step-2-grid .col-1,
  .woocommerce-checkout .checkout-step-2-grid .col-2 {
    grid-column: 1 / -1 !important;
    width: 100% !important;
  }

  .woocommerce-checkout .woocommerce-billing-fields__field-wrapper {
    grid-template-columns: 1fr;
  }

  .woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row {
    grid-column: 1 / -1;
  }

  .woocommerce-checkout .cart_totals .shop_table {
    display: table;
    width: 100%;
    max-width: 100%;
    table-layout: fixed;
    margin: 0;
  }

  .woocommerce-checkout .cart_totals .shop_table tbody {
    display: table-row-group;
  }

  .woocommerce-checkout .cart_totals .shop_table tr {
    display: table-row;
    width: 100%;
  }

  .woocommerce-checkout .cart_totals .shop_table th,
  .woocommerce-checkout .cart_totals .shop_table td {
    display: table-cell;
    width: 50%;
    box-sizing: border-box;
  }

  .woocommerce-checkout .wc-proceed-to-checkout .button,
  .woocommerce-checkout .place-order .button,
  .woocommerce-checkout #place-order-container .button,
  .woocommerce-checkout #place-order-container input[type="submit"],
  .woocommerce-checkout #payment .button {
    width: 100%;
    text-align: center;
  }

  .woocommerce-checkout .woocommerce-payment-methods h4 {
    font-size: 15px !important;
    margin-bottom: 20px !important;
    gap: 7px !important;
  }

  .woocommerce-checkout .woocommerce-payment-methods h4 svg {
    width: 22px !important;
    height: 22px !important;
  }

  .woocommerce-checkout .woocommerce-payment-methods .wc_payment_methods li {
    padding: 12px 18px 12px 12px;
    margin-bottom: 12px;
  }

  .woocommerce-checkout .woocommerce-payment-methods .wc_payment_methods li input[type="radio"] {
    width: 18px;
    height: 18px;
    right: 18px;
  }

  .woocommerce-checkout .woocommerce-payment-methods .wc_payment_methods li label {
    font-size: 14px;
    gap: 15px;
  }

  .wc_payment_methods .wt-payment-title {
    font-size: 14px;
  }

  .wc_payment_methods .wt-payment-desc {
    font-size: 13px;
  }

  .woocommerce-checkout #payment .form-row.place-order {
    margin-top: 20px;
  }

  .woocommerce-checkout #payment .form-row.place-order .button {
    width: 100%;
    height: 50px;
    font-size: 17px;
    font-weight: 600;
    border-radius: 8px;
  }

  .woocommerce-checkout .woocommerce-terms-and-conditions-wrapper {
    margin-top: 15px;
  }

  .woocommerce-checkout .woocommerce-privacy-policy-text {
    font-size: 14px;
    line-height: 1.7;
  }

  .woocommerce-checkout .woocommerce-privacy-policy-text input[type="checkbox"] {
    width: 17px !important;
    height: 17px !important;
    margin-right: 9px !important;
  }

  .woocommerce-checkout .checkout-step-actions {
    margin: 18px 0 !important;
  }

  .woocommerce-checkout .checkout-step-actions #back-to-details {
    width: 100%;
    padding: 12px 24px;
    font-size: 16px;
    border-radius: 8px;
  }
}

@media (max-width: 480px) {
  .woocommerce-checkout .col2-set,
  .woocommerce-checkout .checkout-step-2-grid {
    grid-template-columns: 1fr !important;
    gap: 16px;
  }

  .woocommerce-checkout .checkout-step-2-grid .col-1,
  .woocommerce-checkout .checkout-step-2-grid .col-2 {
    grid-column: 1 / -1 !important;
    width: 100% !important;
  }

  .woocommerce-checkout h3,
  .woocommerce-checkout h4 {
    font-size: 14px;
  }

  .woocommerce-checkout .cart_totals .shop_table {
    width: 100% !important;
    max-width: 100% !important;
    display: table !important;
    table-layout: fixed !important;
  }

  .woocommerce-checkout .cart_totals .shop_table th,
  .woocommerce-checkout .cart_totals .shop_table td {
    display: table-cell !important;
    width: 50% !important;
    padding: 6px 8px;
    font-size: 13px;
    box-sizing: border-box;
  }

  .woocommerce-checkout .wc-proceed-to-checkout .button,
  .woocommerce-checkout .place-order .button,
  .woocommerce-checkout #place-order-container .button,
  .woocommerce-checkout #place-order-container input[type="submit"],
  .woocommerce-checkout #payment .button {
    padding: 10px 14px;
    font-size: 14px;
  }

  .woocommerce-checkout .checkout-step-actions {
    margin: 15px 0 !important;
  }

  .woocommerce-checkout .checkout-step-actions #back-to-details {
   display: none;
  }
}

.woocommerce-checkout .checkout-step-2-grid .col-1 {
  grid-column: 1;
  width: 100%;
}

.woocommerce-checkout .checkout-step-2-grid .col-2 {
  grid-column: 2;
  display: block;
  width: 100%;
  align-self: start;
}

.woocommerce-checkout .checkout-step-2-grid .col-2 #order_review_step2 {
  width: 100%;
  align-self: start;
}

.woocommerce-checkout .woocommerce-billing-fields__field-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  padding-top: 15px;
  margin-bottom: 20px;
}

.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row:nth-child(1),
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row:nth-child(2) {
  grid-column: span 1;
}

.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row:nth-child(3),
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row:nth-child(4) {
  grid-column: span 1;
  margin-top: auto;
}

.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row:nth-child(5),
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row:nth-child(6) {
  grid-column: span 1;
  align-self: end;
}

.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row:nth-child(7),
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row:nth-child(8) {
  grid-column: span 1;
  margin-top: auto;
}

.select2-container--default .select2-selection--single {
  height: 44px;
  border: 1px solid #cecece;
  border-radius: 12px;
  padding: 0 12px;
  font-size: 14px;
  width: 100%;
  display: flex;
  align-items: center;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 44px;
  padding: 0;
  display: flex;
  align-items: center;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #333 !important;
  font-size: 14px;
  font-weight: 400;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}


.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row:nth-child(9) {
  grid-column: span 1;
}

.woocommerce-checkout .woocommerce-shipping-section {
  margin-top: 34px;
}

.woocommerce-checkout .woocommerce-shipping-section h3 {
  font-size: 18px;
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 16px;
  padding-bottom: 8px;
  border-bottom: 2px solid #dee2e6;
}

.woocommerce-checkout .woocommerce-shipping-section h4 {
  margin-bottom: 25px;
  font-weight: 600;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.woocommerce-checkout .woocommerce-shipping-section h4 svg {
  width: 25px;
  height: 25px;
  flex-shrink: 0;
}

.woocommerce-checkout .woocommerce-shipping-section .woocommerce-shipping-totals {
  margin: 0;
}

.woocommerce-checkout .woocommerce-shipping-section .woocommerce-shipping-methods {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.woocommerce-checkout .woocommerce-shipping-section .woocommerce-shipping-methods li {
  margin-bottom: 0;
  padding: 16px;
  background: #fff;
  border-radius: 12px;
  border: 1px solid #e7e7e7;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  box-sizing: border-box;
  flex: 0 0 calc(25% - 8px);
}

.woocommerce-checkout .woocommerce-shipping-section .woocommerce-shipping-methods li input[type="radio"] {
  margin: 0;
  width: 20px;
  height: 20px;
  cursor: pointer;
  flex-shrink: 0;
}

.woocommerce-checkout .woocommerce-shipping-section .woocommerce-shipping-methods li label {
  font-weight: 500;
  color: #0c0c0c;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 15px;
  margin: 0;
  gap: 15px;
  flex: 1;
}

.woocommerce-checkout .woocommerce-shipping-section .woocommerce-shipping-methods li input[type="radio"]:checked + label {
  font-weight: 600;
}


.woocommerce-checkout .woocommerce-payment-methods .wc_payment_methods {
  list-style: none;
  padding: 0;
  margin: 0;
}

.woocommerce-checkout .woocommerce-payment-methods .wc_payment_methods li {
  padding: 10px 20px 10px 10px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #dbe2e9;
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
  width: 100%;
}

.woocommerce-checkout .woocommerce-payment-methods .wc_payment_methods li:hover {
  border-color: #feb022;
  box-shadow: 0 4px 12px rgba(254, 176, 34, 0.15);
  transform: translateY(-2px);
}

.woocommerce-checkout .woocommerce-payment-methods .wc_payment_methods li input[type="radio"] {
  margin: 0;
  width: 20px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.woocommerce-checkout .woocommerce-payment-methods .wc_payment_methods li label {
  font-weight: 500;
  color: #0c0c0c;
  cursor: pointer;
  font-size: 15px;
  margin: 0;
  display: flex;
  flex-direction: row;
  text-align: right;
  gap: 20px;
  width: 100%;
}

.wc_payment_methods .wt-shipping-label{
  display: flex;
  flex-direction: column;
  width: 700px;
  gap: 7px;
}

.wc_payment_methods .wt-payment-desc {
  font-size: 14px;
  font-weight: 400;
  color: #6b7280;
}

.wc_payment_methods .wt-payment-icon {
  width: 40px;
  height: 40px;
  margin-left: 10px;
  display: flex;
  margin-right: auto;
}

.woocommerce-checkout .woocommerce-payment-methods .wc_payment_methods li input[type="radio"]:checked + label {
  font-weight: 600;
}

.woocommerce-checkout .terms-acceptance {
  margin-top: 20px;
  padding: 15px;
  background: #f8f9fa;
  border-radius: 8px;
  border: 1px solid #e9ecef;
}

.woocommerce-checkout .terms-acceptance label {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 14px;
  color: #333;
  margin: 0;
}

.woocommerce-checkout .terms-acceptance input[type="checkbox"] {
  margin-left: 10px;
  width: 18px;
  height: 18px;
  cursor: pointer;
  accent-color: #feb022;
}

.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper {
  margin-top: 20px;
}

.woocommerce-checkout .woocommerce-privacy-policy-text {
  padding: 15px;
  margin-bottom: 15px;
}

.woocommerce-checkout .woocommerce-privacy-policy-text p {
  margin: 0;
  font-size: 15px;
  font-weight: 600;
  color: #222222;
  line-height: 1.6;
  display: flex;
  align-items: center;
  gap: 8px;
}

.woocommerce-checkout .woocommerce-privacy-policy-link {
  color: var(--wetheme-secondary-color);
}

.woocommerce-checkout .woocommerce-privacy-policy-text input[type="checkbox"],
.woocommerce-checkout #terms_accepted {
  width: 18px;
  height: 18px;
  margin-right: 10px;
  cursor: pointer;
  accent-color: var(--wetheme-primary-color);
  vertical-align: middle;
  float: right;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
}


.woocommerce-checkout .form-row {
  margin-bottom: 16px;
}

.woocommerce-checkout .form-row label {
  display: block;
  margin-bottom: 6px;
  font-weight: 500;
  color: #333;
  font-size: 14px;
}

.woocommerce-checkout .form-row .required {
  color: #e74c3c;
  margin-right: 3px;
}

.woocommerce-checkout .form-row input[type="text"],
.woocommerce-checkout .form-row input[type="email"],
.woocommerce-checkout .form-row input[type="tel"],
.woocommerce-checkout .form-row input[type="password"],
.woocommerce-checkout .form-row textarea,
.woocommerce-checkout .form-row select {
  width: 100%;
  padding: 12px 16px;
  border: 2px solid #e1e5e9;
  border-radius: 8px;
  font-size: 14px;
  transition: border-color 0.3s ease;
  background-color: #fff;
}

.woocommerce-checkout .form-row input::placeholder,
.woocommerce-checkout .form-row textarea::placeholder {
  color: #95a5a6;
  font-size: 14px;
}

.woocommerce-checkout .woocommerce-billing-fields h3 {
  font-size: 18px;
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #ecf0f1;
}

@media (max-width: 768px) {
  .woocommerce-checkout .woocommerce form.checkout {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .woocommerce-checkout .woocommerce form.checkout #order_review {
    grid-column: 1;
  }
  
  .woocommerce-checkout .woocommerce-billing-fields__field-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }
  
  .woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row:nth-child(n) {
    grid-column: span 1;
  }
  
  .woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row-wide {
    grid-column: span 2;
  }
}

/*Single Product Page Styles*/
.single-product .site-main,
.single-product .woocommerce {
  margin: 0 auto;
  padding: 0 16px;
}

.single-product .product {
  display: grid;
  gap: 24px;
  border: none;
}

.single-product .product .woocommerce-product-gallery {
  background: #fff;
  padding: 0px;
}

.single-product .woocommerce-product-gallery__image img {
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 8px;
}

.single-product .woocommerce-product-gallery__trigger {
  display: none !important;
}

.single-product .flex-control-thumbs {
  display: grid !important;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  margin-top: 12px;
}

.single-product .flex-control-thumbs li img {
  border: 1px solid #eee;
  border-radius: 8px;
  background: #f8f9fa;
}


.single-product .summary.entry-summary {
  background: #f7f5f6;
  border-radius: 25px;
  padding: 22px;
  padding-top: 35px;
  align-self: start;
  text-align: left;
}

@media (max-width: 768px) {
  .single-product .summary.entry-summary {
    background: #f7f5f6;
    border-radius: 15px;
    padding: 18px;
    padding-top: 28px;
  }
}

.single-product .product_title.entry-title {
  font-size: 22px;
  font-weight: 800;
  color: #111;
  margin: 0 0 8px 0;
}

.single-product .woocommerce-product-rating {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
}

.single-product .price {
  font-size: 22px;
  font-weight: 800;
  color: #cc8500;
  margin: 8px 0 14px 0;
}

.single-product .price {
  display: inline-flex;
  flex-direction: column;
  justify-content: end;
  text-align: left;
  margin: 0;
}

.single-product .price del {
  text-decoration: line-through;
  color: #D5C3B6;
  font-size: 22px;
  font-weight: 800;
  margin-left: 0;
  order: 1;
}

.single-product .price del .woocommerce-Price-currencySymbol {
  color: #d5c3b6;
  font-size: 14px;
  font-weight: 400;
  padding-right: 3px;
}

.single-product .price ins {
  text-decoration: none;
  font-size: 23px;
  font-weight: 800;
  color: #000000;
  order: 2;
}

.single-product .price ins .woocommerce-Price-amount {
  font-size: 22px;
  font-weight: 800;
  color: #000000;
}

.single-product .price ins .woocommerce-Price-currencySymbol {
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  padding-right: 2px;
}

@media (max-width: 768px) {
  .single-product .price del {
    font-size: 19px;
  }

  .single-product .price del .woocommerce-Price-currencySymbol {
    font-size: 12px;
  }

  .single-product .price ins {
    font-size: 19px;
  }

  .single-product .price ins .woocommerce-Price-amount {
    font-size: 20px;
  }

	.single-product .woocommerce-variation-price .price del,
	.single-product .woocommerce-variation-price del {
		font-size: 19px;
	}

	.single-product .woocommerce-variation-price .price del .woocommerce-Price-currencySymbol,
	.single-product .woocommerce-variation-price del .woocommerce-Price-currencySymbol {
		font-size: 12px;
	}

	.single-product .woocommerce-variation-price .price ins,
	.single-product .woocommerce-variation-price ins {
		font-size: 19px;
	}

	.single-product .woocommerce-variation-price .price ins .woocommerce-Price-amount,
	.single-product .woocommerce-variation-price ins .woocommerce-Price-amount {
		font-size: 20px;
	}
}

@media (max-width: 480px) {
  .single-product .price del {
    font-size: 19px;
  }

  .single-product .price del .woocommerce-Price-currencySymbol {
    font-size: 11px;
  }

  .single-product .price ins {
    font-size: 17px;
  }

  .single-product .price ins .woocommerce-Price-amount {
    font-size: 22px;
  }

	.single-product .woocommerce-variation-price .price del,
	.single-product .woocommerce-variation-price del {
		font-size: 19px;
	}

	.single-product .woocommerce-variation-price .price del .woocommerce-Price-currencySymbol,
	.single-product .woocommerce-variation-price del .woocommerce-Price-currencySymbol {
		font-size: 11px;
	}

	.single-product .woocommerce-variation-price .price ins,
	.single-product .woocommerce-variation-price ins {
		font-size: 17px;
	}

	.single-product .woocommerce-variation-price .price ins .woocommerce-Price-amount,
	.single-product .woocommerce-variation-price ins .woocommerce-Price-amount {
		font-size: 22px;
	}
}

.single-product .woocommerce-product-details__short-description {
  color: #333;
  line-height: 1.9;
  font-size: 14px;
  margin: 0 0 16px 0;
}

.single-product form.cart {
  display: grid;

}

.single-product .quantity input.qty {
  width: 70px;
  height: 44px;
  border: 1px solid #e1e5e9;
  border-radius: 8px;
  text-align: center;
  font-weight: 700;
}

.single-product .single_add_to_cart_button.button {
  width: 100%;
  height: 48px;
  padding: 0 20px;
  border-radius: 9px;
  border: none;
  background: var(--wetheme-button-cart-color);
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  cursor: pointer;
}

.single-product .single_add_to_cart_button.button:hover {
  transform: none;
  box-shadow: none;
}

.single-product .product_meta {
  border-top: 1px solid #eee;
  margin-top: 16px;
  padding-top: 12px;
  color: #666;
  font-size: 13px;
}

.single-product .product_warranty {
  margin: 0 0 25px 0;
}

.single-product .product_warranty .warranty-header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 25px;
}

.single-product .product_warranty .warranty-content {
  background: #ffff;
  padding: 22px 30px;
  border-radius: 10px;
}

.single-product .product_warranty .warranty-icon {
  color: #000000;
  width: 27px;
  height: 27px;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.single-product .product_warranty .warranty-header h4 {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  color: #000000;
}

.single-product .product_warranty .warranty-content p {
  margin: 0;
  color: #333333;
  font-size: 16px;
  line-height: 1.8;
}

.single-product .product_authenticity {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
}

.single-product .product_authenticity .auth-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #ffb21c;
  flex-shrink: 0;
}

.single-product .product_authenticity .auth-text {
  font-size: 13px;
  font-weight: 500;
  color: #333;
}

@media (max-width: 768px) {
  .single-product .product_authenticity {
    margin-bottom: 12px;
  }

  .single-product .product_authenticity .auth-text {
    font-size: 13px;
  }
}

.single-product .product_price_update {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #333;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 25px;
}

.single-product .product_price_update .price-update-icon {
  font-size: 20px;
  color: #3b82f6;
  display: inline-flex;
}

@media (max-width: 768px) {
  .single-product .product_price_update {
    font-size: 13px;
  }
}

.single-product .color-variation-options {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
}

.single-product .color-variation-option {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 8px 8px;
  cursor: pointer;
  transition: all 0.2s ease;
  user-select: none;
}


.single-product .color-variation-option.selected {
  background: #ffffff;
  border-radius: 10px;
}

.single-product .color-variation-option:active {
  transform: translateY(0);
}

.single-product .color-variation-option .color-circle {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 1px solid #fff;
  box-shadow: 0 0 0 1px rgba(0,0,0,0.1);
  flex-shrink: 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.single-product .color-variation-option.selected .color-circle{
  border: 1px solid #21263b;
}
.single-product .color-variation-option .color-checkmark {
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  margin-top: 3px;
  opacity: 0;
  transition: opacity 0.2s ease;
  text-shadow: 0 0 2px rgba(0,0,0,0.5);
}

.single-product .color-variation-option.selected .color-checkmark {
  opacity: 1;
}

.single-product .color-variation-option .color-label {
  font-size: 13px;
  font-weight: 400;
  color: #333;
  white-space: nowrap;
}

.single-product .color-label-with-icon {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 16px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 30px;
}


.single-product .color-variation-options {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 30px;
}

.single-product .label-variation-options {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 12px;
}

.single-product .label-variation-option {
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  border: 1px solid #ddd;
  border-radius: 6px;
  cursor: pointer;
  font-size: 14px;
  transition: border-color 0.2s, background-color 0.2s;
}

.single-product .label-variation-option:hover {
  border-color: var(--wetheme-primary-color, #333);
}

.single-product .label-variation-option.selected {
  border-color: var(--wetheme-primary-color, #333);
  background-color: rgba(0, 0, 0, 0.05);
}

.single-product .label-variation-option .label-variation-text {
  pointer-events: none;
}

.wetheme-product-summary-hints{
  display: flex;
}

.woocommerce-variation.single_variation{
  display: inline-flex;
}


.single-product .woocommerce-variation-price {
  display: flex;
  flex-direction: column;
  gap: 4px;
  color: #000;
  font-size: 22px;
  font-weight: 800;
  margin: 0;
}

.single-product .woocommerce-variation-price .price {
  display: flex;
  flex-direction: column;
  gap: 4px;
  color: #000;
  font-size: 22px;
  font-weight: 800;
  margin: 0;
}

.single-product .woocommerce-variation-price .price .woocommerce-Price-amount {
  display: flex;
  justify-content: end;
}

.single-product .woocommerce-variation-price .price del {
  text-decoration: line-through;
  color: #d3c0b2;
  font-size: 19px;
  font-weight: 700;
  margin-left: 0;
  order: 1;
}
.single-product .woocommerce-variation-price .price del .woocommerce-Price-currencySymbol {
  font-size: 14px;
  font-weight: 400;
  color: #d3c0b2;
}

.single-product .woocommerce-variation-price .price ins {
  text-decoration: none;
  font-size: 22px;
  font-weight: 800;
  color: #000000;
  order: 2;
}

.single-product .woocommerce-variation-price .price ins .woocommerce-Price-amount {
  font-size: 22px;
  font-weight: 800;
  color: #000000;
}

.single-product .woocommerce-variation-price ins .woocommerce-Price-amount {
  font-size: 22px;
  font-weight: 800;
  color: #000000;
}

.single-product .woocommerce-variation-price .price ins .woocommerce-Price-currencySymbol {
  font-size: 14px;
  font-weight: 400;
  color: #000000;
}

.single-product .woocommerce-variation-price .price del {
  text-decoration: line-through;
  color: #D5C3B6;
  font-size: 20px;
  font-weight: 600;
  margin-left: 0;
  order: 1;
}

.single-product .woocommerce-variation-price del {
  text-decoration: line-through;
  color: #D5C3B6;
  font-size: 22px;
  font-weight: 800;
  margin-left: 0;
}

.single-product .woocommerce-variation-price .price del .woocommerce-Price-currencySymbol {
  color: #d5c3b6;
  font-size: 14px;
  font-weight: 400;
  padding-right: 3px;
}

.single-product .woocommerce-variation-price del .woocommerce-Price-currencySymbol {
  color: #d5c3b6;
  font-size: 14px;
  font-weight: 400;
  padding-right: 3px;
}

.single-product .woocommerce-variation-price .price ins {
  text-decoration: none;
  font-size: 23px;
  font-weight: 800;
  color: #000000;
  order: 2;
}

.single-product .woocommerce-variation-price ins {
  text-decoration: none;
  font-size: 23px;
  font-weight: 800;
  color: #000000;
}

.single-product .woocommerce-variation-price .price ins .woocommerce-Price-amount {
  font-size: 22px;
  font-weight: 800;
  color: #000000;
}

.single-product .woocommerce-variation-price .price ins .woocommerce-Price-currencySymbol {
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  padding-right: 2px;
}

.single-product .woocommerce-breadcrumb {
  background: var(--wetheme-primary-color);
  margin-bottom: 50px;
  padding: 14px 14px;
  border-radius: 10px;
  font-size: 14px;
  color: #ffffff;
  line-height: 1.5;
  font-weight: 600;
}

.single-product .woocommerce-breadcrumb a {
  color: #ffffff;
  text-decoration: none;
  transition: color 0.2s ease;
  padding: 0 5px;
  font-weight: 400;
}

.single-product .woocommerce-breadcrumb a:hover {
  color: #333;
  text-decoration: underline;
}

.single-product .woocommerce-breadcrumb a:last-child {
  color: #ffffff;
  font-weight: 400;
  font-size: 14px;
  padding: 0 5px;
}

.single-product .woocommerce-breadcrumb a:last-child:hover {
  text-decoration: none;
}

.post-type-archive-product .woocommerce-breadcrumb,
.tax-product_cat .woocommerce-breadcrumb,
.tax-product_tag .woocommerce-breadcrumb {
  background: var(--wetheme-primary-color);
  margin-bottom: 50px;
  padding: 14px 14px;
  border-radius: 10px;
  font-size: 14px;
  color: #ffffff;
  line-height: 1.5;
}

.post-type-archive-product .woocommerce-breadcrumb a,
.tax-product_cat .woocommerce-breadcrumb a,
.tax-product_tag .woocommerce-breadcrumb a {
  color: #ffffff;
  text-decoration: none;
  transition: color 0.2s ease;
  padding: 0 5px;
}

.post-type-archive-product .woocommerce-breadcrumb a:hover,
.tax-product_cat .woocommerce-breadcrumb a:hover,
.tax-product_tag .woocommerce-breadcrumb a:hover {
  color: #333;
  text-decoration: underline;
}

.post-type-archive-product .woocommerce-breadcrumb a:last-child,
.tax-product_cat .woocommerce-breadcrumb a:last-child,
.tax-product_tag .woocommerce-breadcrumb a:last-child {
  color: #ffffff;
  font-weight: 400;
  font-size: 14px;
  padding: 0 5px;
}

@media (max-width: 768px) {
  .post-type-archive-product .woocommerce-breadcrumb,
  .tax-product_cat .woocommerce-breadcrumb,
  .tax-product_tag .woocommerce-breadcrumb {
    margin-bottom: 30px;
    padding: 10px 12px;
    font-size: 13px;
    border-radius: 8px;
  }

  .post-type-archive-product .woocommerce-breadcrumb a,
  .tax-product_cat .woocommerce-breadcrumb a,
  .tax-product_tag .woocommerce-breadcrumb a {
    padding: 0 4px;
  }

  .post-type-archive-product .woocommerce-breadcrumb a:last-child,
  .tax-product_cat .woocommerce-breadcrumb a:last-child,
  .tax-product_tag .woocommerce-breadcrumb a:last-child {
    font-size: 13px;
  }

  .single-product .woocommerce-variation-price .price ins .woocommerce-Price-amount {
    font-size: 24px;
    font-weight: 800;
    color: #000000;
  }
}

@media (max-width: 480px) {
  .post-type-archive-product .woocommerce-breadcrumb,
  .tax-product_cat .woocommerce-breadcrumb,
  .tax-product_tag .woocommerce-breadcrumb {
    margin-bottom: 20px;
    margin-right: 15px;
    margin-left: 15px;
    padding: 8px 10px;
    font-size: 12px;
    border-radius: 7px;
  }

  .post-type-archive-product .woocommerce-breadcrumb a,
  .tax-product_cat .woocommerce-breadcrumb a,
  .tax-product_tag .woocommerce-breadcrumb a {
    padding: 0 3px;
  }

  .post-type-archive-product .woocommerce-breadcrumb a:last-child,
  .tax-product_cat .woocommerce-breadcrumb a:last-child,
  .tax-product_tag .woocommerce-breadcrumb a:last-child {
    font-size: 12px;
  }

  .single-product .woocommerce-variation-price .price del {
    font-size: 16px;
    font-weight: 600;
  }

  .single-product .woocommerce-variation-price .price ins {
    font-size: 19px;
    font-weight: 800;
  }

  .single-product .woocommerce-variation-price .price ins .woocommerce-Price-amount {
    font-size: 19px;
    font-weight: 800;
    color: #000000;
  }
}

.post-type-archive-product .woocommerce-breadcrumb a:last-child:hover,
.tax-product_cat .woocommerce-breadcrumb a:last-child:hover,
.tax-product_tag .woocommerce-breadcrumb a:last-child:hover {
  text-decoration: none;
}

.single-product .woocommerce-tabs {
  margin-top: 24px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 12px;
  overflow: hidden;
}

.single-product .woocommerce-Tabs-panel#tab-faq .flexed{display: grid;grid-template-columns: 1fr 2.7fr;gap: 20px;align-items: start;}
.single-product .woocommerce-Tabs-panel#tab-faq .we-comments-col.we-comments-aside{ display: flex;flex-direction: column;justify-content: center;align-items: center;padding: 45px 10px 40px 10px;position: relative;overflow: hidden;border-radius: 25px;background: #fff;width: 100%;margin-bottom: 43px;}
.single-product .woocommerce-Tabs-panel#tab-faq .we-comments-col.we-comments-aside::before{position: absolute;top: -60px;left: -60px;content: "";width: 170px;height: 170px;border-radius: 50%;background-color: #ebeff1;filter: blur(100px);}
.single-product .woocommerce-Tabs-panel#tab-faq .product-faq-content{flex:1 1 auto;min-width:0}
.single-product .woocommerce-Tabs-panel#tab-faq .product-faq-side{display:none}
@media (max-width:768px){
  .single-product .woocommerce-Tabs-panel#tab-faq .flexed{grid-template-columns: 1fr;gap: 14px;}
  .single-product .woocommerce-Tabs-panel#tab-faq .we-comments-col.we-comments-aside{flex:0 0 auto;max-width:100%; margin: 0; padding: 45px 10px 10px 10px;}
}

.single-product .woocommerce-Tabs-panel#tab-faq .product-faq-content{background:#fff;padding:15px}
.single-product .woocommerce-Tabs-panel#tab-faq .product-faq-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:12px}
.single-product .woocommerce-Tabs-panel#tab-faq .product-faq-list > li{background:#ffffff;border-bottom:1px solid #e9ecef;padding:30px 0px}
.single-product .woocommerce-Tabs-panel#tab-faq .content-faq-product p{color:#333;font-size:17px;font-weight:700; line-height:2}
.single-product .woocommerce-Tabs-panel#tab-faq .show-replay-question{display: flex;align-items: center;gap: 8px;padding: 20px 0;color: #000000;cursor: pointer;font-size: 14px;font-weight: 600;}
.single-product .woocommerce-Tabs-panel#tab-faq .show-replay-question .ico-add{display:inline-flex}
.single-product .woocommerce-Tabs-panel#tab-faq .show-replay-question .ico-add svg{display:block}
.single-product .woocommerce-Tabs-panel#tab-faq .show-replay-question i{display:inline-flex}
.single-product .woocommerce-Tabs-panel#tab-faq .product-faq-reply{display:none;margin-top:12px;border-top:1px dashed #e6e6e6;padding-top:12px}
.single-product .woocommerce-Tabs-panel#tab-faq .product-faq-reply.show{display:block}
.single-product .woocommerce-Tabs-panel#tab-faq .tilte-replay-question{display:block;margin:0 0 8px 0;font-size:13px;font-weight:700;color:#333}
.single-product .woocommerce-Tabs-panel#tab-faq .faq-reply-text{width:100%;min-height:100px;padding:10px 12px;border:1px solid #e1e5e9;border-radius:10px;background:#fff;font-size:14px;color:#111;line-height:1.9;resize:vertical}
.single-product .woocommerce-Tabs-panel#tab-faq .faq-reply-text:focus{outline:none;border-color:#3498db;box-shadow:0 0 0 3px rgba(52,152,219,.12)}
.single-product .woocommerce-Tabs-panel#tab-faq .term-replay-button{display:flex;align-items:center;gap:10px;margin-top:10px}
.single-product .woocommerce-Tabs-panel#tab-faq .faq-reply-cancel{display:inline-flex;align-items:center;gap:6px;padding:8px 14px;border:1px solid #dcdcdc;border-radius:8px;background:#f7f7f7;color:#333;cursor:pointer}
.single-product .woocommerce-Tabs-panel#tab-faq .faq-reply-submit{display:inline-flex;align-items:center;justify-content:center;height:40px;padding:0 16px;border-radius:8px;background:#4260ff;color:#fff;font-weight:700;cursor:pointer}
.single-product .woocommerce-Tabs-panel#tab-faq .faq-reply-submit:hover{background:#1e53e5}
.single-product .woocommerce-Tabs-panel#tab-faq .faq-reply-loading{display:none}

.single-product .woocommerce-Tabs-panel#tab-faq .product-faq-list ol{list-style: none;margin: 12px 0 0 0;padding: 0;display: flex;align-items: flex-start;flex-direction: column;gap: 8px;}
.single-product .woocommerce-Tabs-panel#tab-faq .product-faq-list ol li{list-style: none;border-radius: 10px;padding: 10px 12px;color: #111;font-size: 14px;line-height: 1.9;display:grid;grid-template-columns:auto 1fr;gap:10px;align-items:start}
.single-product .woocommerce-Tabs-panel#tab-faq .product-faq-list ol li::marker{content:''}
.single-product .woocommerce-Tabs-panel#tab-faq .product-faq-list ol .rep-text{display:inline-flex;align-items:center;gap:6px;margin:2px 0 0 0;padding:2px 8px;border-radius:999px;background:#E3F3EC;color:#3EB580;font-size:12px;font-weight:700}
.single-product .woocommerce-Tabs-panel#tab-faq .product-faq-list ol .rep-body{display:flex;flex-direction:column;gap:6px;text-align: right;}
.single-product .woocommerce-Tabs-panel#tab-faq .product-faq-list ol .rep-content{white-space:pre-wrap}
.single-product .woocommerce-Tabs-panel#tab-faq .product-faq-list ol em{font-style: normal;color: #6b7280;font-size: 12px;margin-top: 10px; display: flex;}

/* Extra Services */
.single-product .sp-attrs-inline .sp-attrs-title {
  display: flex;
  align-items: center;
  gap: 10px;
}

.single-product .sp-attrs-inline .sp-attrs-badge {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  margin-right: auto;
  font-size: 14px;
}

.single-product .sp-attrs-inline .sp-attrs-badge .avg {
  color: #000;
  font-size: 12px;
  font-weight: 500;
}

.single-product .sp-attrs-inline .sp-attrs-badge .sep {
  color: #000;
  opacity: 0.9;
}

.single-product .sp-attrs-inline .sp-attrs-badge .reviews-count {
  color: #4260ff;
  font-size: 12px;
  font-weight: 500;
}

.single-product .sp-attrs-inline .sp-attrs-badge .badge-icon {
  background: #bebebe;
  display: inline-flex;
  border-radius: 5px;
  padding: 3px;
  align-items: center;
  justify-content: center;
  margin-left: 3px;
}
.single-product .sp-attrs-inline .sp-attrs-badge .badge-icon.has-rating {
  background: #f5b300;
}

.single-product .sp-attrs-inline .sp-attrs-badge .badge-icon .badge-score {
  font-size: 12px;
  font-weight: 600;
  color: #ffffff;
}

.single-product .sp-attrs-inline .sp-attrs-more {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-top: 25px;
  color: #080808;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
}
.single-product .sp-attrs-inline .sp-attrs-more:hover { color: #dba01f; }
.single-product .sp-attrs-inline .sp-attrs-more .icon { display: inline-flex; }
.single-product .wetheme-extra-services {
  margin-top: 18px;
  padding: 25px 15px;
  background: #eaeaea;
  border-radius: 10px;
}

.single-product .wetheme-extra-services .wes-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.single-product .wetheme-extra-services .wes-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 8px;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}

.single-product .wetheme-extra-services .wes-item:hover {
  background: #f7f7f7;
  border-color: #e9e9e9;
}

.single-product .wetheme-extra-services .wes-item input[type="checkbox"] {
  width: 18px;
  height: 18px;
  accent-color: var(--wetheme-primary-color);
  cursor: pointer;
}

.single-product .wetheme-extra-services .wes-item .wes-title {
  font-size: 13px;
  font-weight: 500;
  color: #333333;
}

.single-product .wetheme-extra-services .wes-item .wes-price {
  margin-right: auto;
  font-size: 13px;
  color: #000000;
}

.single-product .wetheme-extra-services .wes-item .wes-price .woocommerce-Price-currencySymbol {
  font-size: 11px;
}

.single-product .wetheme-extra-services .wes-item input[type="checkbox"]:checked + .wes-title ~ .wes-price,
.single-product .wetheme-extra-services .wes-item input[type="checkbox"]:checked ~ .wes-title,
.single-product .wetheme-extra-services .wes-item input[type="checkbox"]:checked ~ .wes-price {
  color: #000000;
  font-weight: 600;
}

@media (max-width: 576px) {
  .single-product .wetheme-extra-services {
    padding: 12px;
  }
  .single-product .wetheme-extra-services .wes-item {
    padding: 10px;
  }
}

/*Extra Services Summary*/
.single-product .wetheme-extra-summary {
  margin: 12px 0 16px 0;
  display: none;
}

.single-product .wetheme-extra-summary .wes-summary-box {
  background: var(--wetheme-primary-color);
  background-image: linear-gradient(rgb(255 245 245 / 95%), rgb(255 245 245 / 95%));
  border: 1px solid #eaeaea;
  border-radius: 10px;
  padding: 10px 14px;
}

.single-product .wetheme-extra-summary .wes-summary-title {
  font-size: 14px;
  font-weight: 700;
  color: #000;
  margin-bottom: 8px;
}

.single-product .wetheme-extra-summary .wes-summary-list {
  list-style: none;
  margin: 0 0 8px 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.single-product .wetheme-extra-summary .wes-summary-item {
  display: flex;
  align-items: center;
  gap: 8px;
}

.single-product .wetheme-extra-summary .wes-summary-item .t {
  font-size: 13px;
  color: #333;
}

.single-product .wetheme-extra-summary .wes-summary-item .p {
  margin-right: auto;
  font-size: 13px;
  color: #000;
  font-weight: 600;
}

.single-product .wetheme-extra-summary .wes-summary-total {
  display: flex;
  align-items: center;
  gap: 10px;
  border-top: 1px dashed var(--wetheme-primary-color);
  padding-top: 8px;
}

.single-product .wetheme-extra-summary .wes-summary-total span {
  font-size: 13px;
  font-weight: 700;
  color: #333;
}

.single-product .wetheme-extra-summary .wes-summary-total strong {
  margin-right: auto;
  font-size: 14px;
  font-weight: 800;
  color: #000;
}

.wetheme-cart-popup .popup-product-details .popup-extras-list {
  margin: 8px 0 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.wetheme-cart-popup .popup-product-details .popup-extras-list .popup-extra-item {
  display: flex;
  align-items: center;
  gap: 8px;
}
.wetheme-cart-popup .popup-product-details .popup-extras-list .popup-extra-item .t {
  font-size: 13px;
  color: #333;
}
.wetheme-cart-popup .popup-product-details .popup-extras-list .popup-extra-item .p {
  margin-right: auto;
  font-size: 13px;
  color: #000;
  font-weight: 600;
}
.wetheme-cart-popup .popup-extras-total {
  margin-top: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.wetheme-cart-popup .popup-extras-total span {
  font-size: 13px;
  color: #333;
}
.wetheme-cart-popup .popup-extras-total strong {
  margin-right: auto;
  font-weight: 700;
  color: #000;
}

.mini-cart-extras {
  margin: 6px 0 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.mini-cart-extras .mini-cart-extra {
  display: flex;
  align-items: center;
  gap: 8px;
}
.mini-cart-extras .mini-cart-extra .t {
  font-size: 12px;
  font-weight: 500;
  color: #333333;
}
.mini-cart-extras .mini-cart-extra .p {
  margin-right: auto;
  font-size: 12px;
  color: #000;
  font-weight: 500;
}

.mini-cart-extras .mini-cart-extra .p .woocommerce-Price-currencySymbol {
  font-size: 10px;
  font-weight: 500;
}

.single-product .woocommerce-tabs,
.single-product .related,
.single-product .upsells {
  grid-column: 1 / -1;
}

.single-product .woocommerce-tabs { order: 10; }
.single-product .related { order: 20; }
.single-product .upsells { order: 30; }

.single-product .woocommerce-tabs ul.tabs {
  display: flex;
  list-style: none;
  margin: 0;
  background: #f7f5f6;
  padding: 10px 20px;
  gap: 8px;
  border-bottom: 1px solid #eee;
}

.single-product .woocommerce-tabs ul.tabs li {
  margin: 0;
  padding: 0;
}

.single-product .woocommerce-tabs ul.tabs li a {
  display: inline-block;
  padding: 10px 0;
  width: 160px;
  border-radius: 10px 10px;
  text-decoration: none;
  color: #333;
  font-size: 16px;
  font-weight: 600;
  background: #fff;
}

.single-product .woocommerce-tabs ul.tabs li.active a {
  background: var(--wetheme-primary-color);
  color: #ffffff;
}

.single-product .woocommerce-tabs ul.tabs li.active a:hover {
  background: var(--wetheme-primary-color);
  color: #ffffff;
}
.single-product .woocommerce-tabs ul.tabs li a:hover {
  color: var(--wetheme-primary-color);
}

.single-product .woocommerce-Tabs-panel {
  padding: 18px;
  line-height: 1.9;
}

.single-product .related,
.single-product .upsells {
  margin-top: 30px;
}

.single-product .related h2,
.single-product .upsells h2 {
  font-size: 18px;
  font-weight: 800;
  margin: 0 0 16px 0;
}

.single-product .related ul.products,
.single-product .upsells ul.products {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

@media (max-width: 992px) {
  .single-product .product {
    grid-template-columns: 1fr;
  }
  .single-product .flex-control-thumbs {
    grid-template-columns: repeat(5, 1fr);
  }
}

@media (max-width: 768px) {
  .single-product .related ul.products,
  .single-product .upsells ul.products {
    grid-template-columns: repeat(2, 1fr);
  }

  .single-product .sp-attrs-inline .sp-attrs-badge {
    font-size: 12px;
  }

  .single-product .sp-attrs-inline .sp-attrs-badge .avg {
    font-size: 12px;
  }

  .single-product .sp-attrs-inline .sp-attrs-badge .reviews-count {
    font-size: 12px;
  }

  .single-product .sp-attrs-inline .sp-attrs-more {
    font-size: 12px;
  }

  .single-product .product_warranty .warranty-header h4 {
    font-size: 16px;
  }

  .single-product .product_warranty .warranty-content p {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .single-product .flex-control-thumbs {
    grid-template-columns: repeat(4, 1fr);
  }

  .single-product .sp-attrs-inline .sp-attrs-badge {
    font-size: 12px;
  }

  .single-product .sp-attrs-inline .sp-attrs-badge .avg {
    font-size: 12px;
  }

  .single-product .sp-attrs-inline .sp-attrs-badge .reviews-count {
    font-size: 12px;
  }

  .single-product .sp-attrs-inline .sp-attrs-more {
    font-size: 12px;
  }

  .single-product .product_warranty .warranty-header h4 {
    font-size: 16px;
  }
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  font-family: 'Vazirmatn', system-ui, -apple-system, Segoe UI, Roboto, 'Helvetica Neue', Arial;
  color: var(--text);
  background: #ffffff;
  line-height: 1.6;
}

.container {
  max-width: 1600px;
  margin: 10px auto;
  padding: 0 16px;
}

.woocommerce-cart .container,
body.woocommerce-cart .container,
.woocommerce-cart-page .container {
  max-width: 1600px;
}

.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-bottom: 20px; }
.step { background: #e9e9e9; border-radius: 12px; padding: 10px 12px; text-align: center; font-weight: 700; color: #333; }
.step.active { background: var(--wetheme-primary-color); color: #ffffff; }

.cart-grid, .checkout-grid, .payment-grid, .grid { display: grid; grid-template-columns: 2.3fr 1fr; gap: 24px; }

.summary { background: var(--light); border-radius: var(--radius); box-shadow: var(--shadow); padding: 25px; align-self: start; }
.summary h3 { margin: 0 0 16px 0; font-size: 18px; font-weight: 700; text-align: center;}
.summary .row { display:flex; align-items:center; justify-content:space-between; padding:10px 0; border-bottom:1px solid #eee; margin: 0px 5px; }
.summary .row:last-of-type { border-bottom: none; }
.summary .label {display: block; width: 100%;color: #000000;font-weight: 700;text-align: right;font-size: 15px;}
.summary .value { color:#333; font-weight:600; font-size: 16px;display: block;unicode-bidi: isolate;}
.summary .value.value--discount { color:#00c44b; }
.summary .row.row--lg { font-size:18px; }
.summary .row.row--sep { border-bottom: 1px solid #101010; padding-bottom: 12px; margin-bottom: 8px; }
.coupon { position:relative; display:block; margin-top:14px; }
.coupon input[type="text"], .coupon input { width:100%; height:50px; border-radius:10px; border:none; padding:0 12px 0 12px; font-size:15px; }
.coupon button { height: 35px; width: 86px; border: none; border-radius: 5px; color: #ffffff; background: var(--wetheme-primary-color);background-image: linear-gradient(rgb(254 29 2 / 15%), rgb(254 29 0 / 15%)); padding:0 16px; font-size: 14px; font-weight:800; cursor:pointer; position:absolute; left:6px; top: 6px;overflow: hidden; transition: all 250ms;}
.coupon button:hover, .coupon button:focus {
  background-position: left;
  color: #ffffff;
}

.checkout-btn, .pay-btn {
  margin-top:16px; width:100%; height:50px; border:none; border-radius:12px; background: #ffad15;
  box-shadow:var(--shadow); font-size:18px; font-weight:600; cursor:pointer; display:inline-flex; align-items:center;
  justify-content:center; text-decoration:none; color:#ffffff;
  position: relative; overflow: hidden; transition: all 250ms;
}
.checkout-btn {
  background-image: linear-gradient(90deg, #000000 50%, #ffad15 50%);
  background-size: 200% 100%;
  background-position: right;
}
.pay-btn {
  background-image: linear-gradient(90deg, #00a651 50%, #ffad15 50%);
  background-size: 200% 100%;
  background-position: right;
}
.checkout-btn:hover, .checkout-btn:focus,
.pay-btn:hover, .pay-btn:focus {
  background-position: left;
  text-decoration:none; color:#ffffff;
}

.items { background:#fff; }
.items-header, .item-row { display:grid; grid-template-columns: 1.6fr 0.7fr 0.9fr 0.6fr; gap:12px; align-items:center; }
.items-header { color:#444; font-weight:700; padding:12px 10px; border-bottom:2px solid #eee; text-align: center; }
.item-row { background:var(--row-bg); border-radius:12px; padding:12px 10px; margin-top:10px; text-align: center; }
.product { display:flex; align-items:center; gap:12px; text-align: right; }
.product img { height:90px; border-radius:10px; object-fit:contain; flex-shrink:0; }
.title { font-weight:600; color:#111; font-size: 14px; }
.price, .total { font-weight:600; font-size: 16px; }
.qty { display:inline-flex; align-items:center; overflow:hidden; height:40px; }
.qty a, .qty span { display:inline-flex; align-items:center; justify-content:center; width:40px; height:40px; text-decoration:none; color:#111; font-weight:800; background:#fff; }
.qty span { width:48px; background:#fff7e6; }
.qty a:hover { background:#fff1cc; }
.woocommerce-cart .shop_table .product-quantity .qty-trash {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 5px;
  color: var(--wetheme-primary-color);
  text-decoration: none;
}

.woocommerce-cart .shop_table .product-quantity .qty-trash:hover {
  background: #eaeaea;
}

.woocommerce-cart .shop_table .product-quantity .quantity {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.woocommerce-cart .shop_table .product-quantity .quantity input.qty {
  width: 33px;
  height: 40px;
  font-size: 16px;
  border: none;
  text-align: center;
  font-weight: 600;
}

.woocommerce-cart .shop_table .product-quantity .qty-plus {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  padding-top: 3px;
  border: none;
  border-radius: 5px;
  background: #fff;
  color: var(--wetheme-primary-color);
  font-size: 20px;
  font-weight: 500;
  cursor: pointer;
}

.woocommerce-cart .shop_table .product-quantity .qty-plus:hover {
  background: #eaeaea;
}

.woocommerce-cart .shop_table .product-quantity input.qty::-webkit-outer-spin-button,
.woocommerce-cart .shop_table .product-quantity input.qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.woocommerce-cart .shop_table .product-quantity input.qty[type=number] {
  appearance: textfield;
  -moz-appearance: textfield;
}

.woocommerce-cart .shop_table thead th { text-align: center; }
.woocommerce-cart .shop_table td.product-name { text-align: right; }
.woocommerce-cart .shop_table td.product-thumbnail,
.woocommerce-cart .shop_table td.product-price,
.woocommerce-cart .shop_table td.product-quantity,
.woocommerce-cart .shop_table td.product-subtotal { text-align: center; }

.woocommerce-cart .actions{
  border: none !important;
}


.woocommerce-cart .cart-actions-buttons {
  display: flex;
  gap: 15px;
  justify-content: flex-start;
}

.woocommerce-cart .cart-actions-buttons .button {
  padding: 12px 24px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.woocommerce-cart .cart-actions-buttons .clear-cart-btn {
  background: #fff;
  color: #333;
  border: 1px solid #b4b4b4;
}

.woocommerce-cart .cart-actions-buttons .clear-cart-btn:hover {
  background: #f8f9fa;
  color: #333;
  border-color: #bbb;
}

.woocommerce-cart .cart-actions-buttons .go-to-shop-btn {
  background: #000000;
  color: #fff;
  gap: 8px;
  flex-direction: row-reverse;
}

.woocommerce-cart .cart-actions-buttons .go-to-shop-btn:hover {
  color: #fff;
  text-decoration: none;
}

.woocommerce-cart .cart-actions-buttons .go-to-shop-btn svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
}

.woocommerce-cart .shop_table thead th { padding: 14px 16px; }
.woocommerce-cart .shop_table tbody td { padding: 16px 16px; vertical-align: middle; }

.woocommerce-cart .shop_table .product-thumbnail img {
  width: 85px;
  height: 80px;
  object-fit: contain;
  border-radius: 8px;
}

.woocommerce-cart .shop_table .product-name a {
  color: #202020;
  font-weight: 600;
  text-decoration: none;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5;
  max-height: calc(1.5em * 2);
}

.woocommerce-cart .shop_table .product-name .variation {
  display: flex;
  font-size: 13px;
  gap: 5px;
  margin: 4px 0 0 0;
  flex-wrap: wrap;
}

.woocommerce-cart .shop_table .product-name .variation dt {
  font-weight: 500;
  color: #666;
  margin: 0;
}

.woocommerce-cart .shop_table .product-name .variation dd {
  margin: 0;
  color: #333;
}

.woocommerce-cart .shop_table .product-name .variation dd p {
  margin: 0;
  display: inline;
}

@media (max-width: 768px) {
  .woocommerce-cart .shop_table .product-name .variation {
    font-size: 12px;
    gap: 4px;
    margin: 3px 0 0 0;
  }

  .woocommerce-cart .shop_table .product-name .variation dt {
    font-size: 11px;
  }

  .woocommerce-cart .shop_table .product-name .variation dd {
    font-size: 11px;
  }
}

@media (max-width: 480px) {
  .woocommerce-cart .shop_table .product-name .variation {
    font-size: 11px;
    gap: 3px;
    margin: 2px 0 0 0;
    flex-direction: row;
    align-items: flex-start;
  }

  .woocommerce-cart .shop_table .product-name .variation dt {
    font-size: 10px;
    margin-bottom: 2px;
  }

  .woocommerce-cart .shop_table .product-name .variation dd {
    font-size: 10px;
    line-height: 1.4;
  }
}

.woocommerce-cart .shop_table .product-name a:hover { color: #333; }

.woocommerce-cart .shop_table .product-quantity .quantity { gap: 10px; }
.woocommerce-cart .shop_table .product-quantity .qty-plus,
.woocommerce-cart .shop_table .product-quantity .qty-trash {
  transition: all 0.2s ease;
}

.woocommerce-cart-form,
.cart-collaterals { position: relative; }

.wetheme-loading::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(255,255,255,0.6);
  z-index: 2;
}

.wetheme-loading::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 28px;
  height: 28px;
  margin: -14px 0 0 -14px;
  border: 3px solid var(--wetheme-primary-color);
  border-top-color: transparent;
  border-radius: 50%;
  animation: wetheme-spin 0.8s linear infinite;
  z-index: 3;
}

@keyframes wetheme-spin {
  to { transform: rotate(360deg); }
}
.remove { color:#c62828; text-decoration:none; display:inline-flex; align-items:center; gap:6px; font-weight:700; }
.remove svg { width:18px; height:18px; }
.items-actions { display:flex; gap:10px; margin-top:14px; }
.btn-primary {
  background: #4260ff;
  color:#fff; border:none; border-radius:10px; padding:12px 25px;
  display:inline-flex; align-items:center; gap:8px; cursor:pointer; font-weight:600;
  position:relative; overflow:hidden; transition: all 250ms;
  background-image: linear-gradient(90deg, #000000 50%, var(--blue) 50%);
  background-size: 200% 100%; background-position: right;
}
.btn-primary:hover, .btn-primary:focus { background-position: left; color:#ffffff; text-decoration: none; }

.btn-outline {
  background:#fff; color:#111; border:1px solid #202020; border-radius:10px; padding:12px 25px;
  display:inline-flex; align-items:center; gap:8px; cursor:pointer; font-weight:600;
  position:relative; overflow:hidden; transition: all 250ms;
  background-image: linear-gradient(90deg, #ff1818 50%, #ffffff 50%);
  background-size: 202% 100%; background-position: right;
}
.btn-outline:hover, .btn-outline:focus { background-position: left; color:#ffffff;  text-decoration: none;  border:1px solid #ff1818;}

.empty-cart { margin-top:16px; color:#555; }

.form-card { background:#fff; border-radius: var(--radius); box-shadow: var(--shadow); padding:20px; }
.form-card h2 { margin:0 0 16px 0; font-size:20px; font-weight:800; }
.section-title { margin: 0px 0px 25px 0px; font-weight: 600; color: #000000; font-size: 18px; text-align: right; }
.grid-2 { display:grid; grid-template-columns:1fr 1fr; gap:14px; }
.grid-1 { display:grid; grid-template-columns:1fr 1fr; gap:14px; padding-bottom: 50px; }
.grid-3 { display:grid; grid-template-columns:1fr 1fr 1fr; gap:14px; padding-bottom: 50px; }
.field { display:flex; flex-direction:column; gap:6px; }
.field label { font-weight:700; color:#333; }
.field label .req { color:#d32f2f; }
.field input { height:44px; border:1px solid var(--input-border); border-radius:12px; padding:0 12px; font-size:14px; }

.shipping-list { display:grid; grid-template-columns:1fr 1fr; gap:12px 20px; margin-top:8px; }
label.ship-item { background:#fff; border:1px solid #eee; border-radius:12px; padding:12px; display:flex; align-items:center; gap:10px; cursor:pointer; }
label.ship-item:hover { border-color:#ddd; }
.ship-item input { width:18px; height:18px; margin:0 0 0 6px; }
.ship-label { font-weight:700; }
.ship-note { color:#666; font-weight:600; }

.card { background:#fff; border:2px solid #eee; border-radius:16px; padding:16px; display:flex; align-items:center; gap:14px; position:relative; }
.card:hover { border-color:#ddd; }
.card + .card { margin-top:12px; }
.card img { width:40px; height:40px; object-fit:contain; border-radius:6px; }
.card .title { font-weight:800; margin-bottom:6px; }
.card .desc { color:#555; }
.card input[type=radio] { position:absolute; inset-inline-end:12px; inset-block-start:12px; width:20px; height:20px; }
.terms { margin-top:20px; background:#fff; border-radius:16px; padding:16px; border:1px solid #eee; }
.terms a { color:var(--orange); text-decoration:none; font-weight:800; }
.terms .row { display:flex; align-items:center; gap:10px; }

@media (max-width: 992px) {
  .cart-grid, .checkout-grid, .payment-grid, .grid { grid-template-columns: 1fr; }
  .summary { order: -1; }
  .items-header, .item-row { grid-template-columns: 1fr; }
  .product { justify-content: space-between; }
  .grid-2, .grid-3 { grid-template-columns: 1fr; }
}

.woocommerce-cart .woocommerce {
  max-width: 100%;
  align-content: center;
  margin: 0 auto;
  padding: 0 16px;
}

.woocommerce-checkout .woocommerce {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media (max-width: 992px) {
  .woocommerce-checkout .woocommerce {
    max-width: 100%;
    padding: 0 20px;
  }
}

@media (max-width: 768px) {
  .woocommerce-checkout .woocommerce {
    padding: 0 16px;
  }
}

@media (max-width: 480px) {
  .woocommerce-checkout .woocommerce {
    padding: 0 0;
  }
}

.single-product .sp-row-1-header {
  display: flex;
  justify-self: end;
  width: 55%;
  padding: 0 0px 50px 0px;
}
.single-product .sp-row-1-header .sp-header-right {
  display: inline-flex;
  gap: 10px;
  justify-content: flex-end;
}
.single-product .sp-row-1-header .sp-header-right i {
  width: 36px; height: 36px; border-radius: 8px; display: inline-flex; align-items: center; justify-content: center;
  background: #fff; border: 1px solid #eee; color: #333;
}
.single-product .sp-row-1-header .sp-header-left { text-align: left; }
.single-product.rtl .sp-row-1-header .sp-header-left { text-align: right; width: 100%; }
.single-product .sp-row-1-header .product_title { margin: 0; line-height: 1.8; font-size: 20px; font-weight: 800; }
.single-product .sp-row-1-header .product-subtitle { color: #666; font-size: 13px; margin-top: 4px; }

/* Product Brand Display */
.single-product .product-title-with-brand {
	display: flex;
	align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.single-product .product-brand-display {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 3px;
  z-index: 1;
  padding-left: 0;
}

.single-product .product-brand-logo {
	max-width: 40px;
	max-height: 23px;
	object-fit: contain;
  align-self: center;
  width: 30px;
}

.single-product .product-brand-name {
  font-size: 13px;
  color: #333;
  font-weight: 600;
}

.single-product .sp-mobile-title {
  display: none;
  margin-top: 16px;
  text-align: right;
}

.single-product .sp-mobile-title .product_title {
  font-size: 18px;
  margin: 0 0 8px 0;
}

.single-product .sp-mobile-title .product-english-name-title {
  margin-bottom: 6px;
  color: #666;
  font-size: 14px;
}

.single-product .sp-row { width: 100%; margin: 0 auto;}
.single-product .sp-row-2 { margin-top: 20px; }
.single-product .sp-row-2-grid { display: grid; grid-template-columns: 2.6fr 1fr; gap: 20px; align-items: start; }
.single-product .sp-col-left > .woocommerce-product-gallery { margin-bottom: 16px; }
.single-product .sp-col-left .woocommerce-tabs { margin-top: 0; }
.single-product .sp-col-left { display: grid; grid-template-rows: auto auto; gap: 50px; }
.single-product .sp-left-top { order: 1; display: grid; grid-template-columns: 1.5fr 1fr; gap: 25px; align-items: start; }

.single-product .sp-col-right{
  position: sticky;
  top: -200px;
  z-index: 102;
}
.single-product .sp-gallery-column { 
  display: flex; 
  flex-direction: column; 
  gap: 40px;
  margin-top: -125px;
  max-width: 610px;
}

.single-product .sp-attrs-column { 
  display: flex; 
  flex-direction: column; 
  gap: 0; 
}

.single-product .sp-gallery-wrapper {
  position: relative;
}

.single-product .sp-payment-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  width: 100%;
  padding: 0 25px;
}

.single-product .sp-payment-options a {
  display: block;
  margin: 0 !important;
  text-decoration: none;
}

.single-product .sp-payment-options .butboxqr {
  width: 100%;
  padding: 5px;
  border: none;
  gap: 10px;
  border-radius: 10px;
  margin-bottom: 12px;
  transition: all 0.3s ease;
  cursor: pointer;
  text-decoration: none;
  display: flex;
  align-items: center;
  -webkit-mask-image: radial-gradient(circle at 0px 40px, transparent 10px, red 10.5px);
  -webkit-mask-position: 0 -10px;
}

.single-product .sp-payment-options .butboxqr:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.single-product .sp-payment-options .butboxqr .divqr {
  display: flex;
  flex-direction: column;
  align-content: flex-start;
  text-align: right;
  font-weight: 700;
  font-size: 13px;
  padding: 5px 0px 5px 10px;
  gap: 7px;
}

.single-product .sp-payment-options .butboxqr .divqrimg {
  display: flex;
  align-items: center;
  gap: 10px;
}

.single-product .sp-payment-options .butboxqr .divqrimg img {
  width: 66px;
  max-height: 52px;
  padding: 12px 5px;
  border-radius: 6px;
  display: inline-block;
  object-fit: contain;
}

.single-product .sp-payment-options .butboxqr .divqr span {
  font-size: 12px;
  opacity: 0.9;
  font-weight: 400;
}

.single-product .sp-gallery-icons {
  position: absolute;
  top: -10px;
  right: 22px;
  display: flex;
  flex-direction: column;
  gap: 22px;
  z-index: 10;
}

.single-product .sp-gallery-icons svg {
  width: 35px;
  height: 35px;
  color: #130f26 !important;
  padding: 4px;
  cursor: pointer;
  transition: all 0.2s ease;
}


.single-product .woocommerce-product-gallery {
  background: #fff;
}

.single-product .woocommerce-product-gallery .flex-viewport {
  min-height: 320px;
}

.single-product .woocommerce-product-gallery__image img,
.single-product .woocommerce-product-gallery img {
  width: 350px;
  height: auto;
  max-height: 340px;
  object-fit: contain;
}

.single-product .flex-control-thumbs {
  display: flex !important;
  width: 340px;
  flex-wrap: nowrap;
  gap: 20px;
  margin-top: 30px;
  justify-self: center;
  list-style: none !important;
  padding: 0 ;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.single-product .flex-control-thumbs::-webkit-scrollbar {
  display: none;
}

.single-product .flex-control-thumbs li { 
  margin: 0 !important; 
  list-style: none !important;
  flex: 0 0 calc((100% - 40px) / 3);
  scroll-snap-align: start;
}

.single-product .flex-control-thumbs li::marker {
  display: none !important;
  content: none !important;
}

.single-product .wetheme-thumbs-dots {
  display: flex;
  gap: 8px;
  justify-content: center;
  margin-top: 14px;
}

.single-product .wetheme-thumbs-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #cfd6df;
  border: 0;
  padding: 0;
  cursor: pointer;
}

.single-product .wetheme-thumbs-dot.is-active {
  background: #a2a2a2;
}

.single-product .flex-control-thumbs li img {
  background: #f6f7f9;
  border: 2px solid transparent;
  border-radius: 16px;
  padding: 14px;
  height: 100px;
  width: 100%;
  object-fit: contain;
  transition: all .2s ease;
}

.single-product .flex-control-thumbs li img:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0,0,0,.06);
}

.single-product .sp-left-bottom { order: 2; }

.single-product .product-send-express {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  border-top: 1px dashed #e8edf4;
  border-bottom: 1px dashed #e8edf4;
  padding: 22px 10px;
  margin-bottom: 20px;
  gap: 25px;
  order: 2;
}

.single-product .product-send-express-content {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1;
}

.single-product .product-send-express-title {
  display: flex;
  flex-direction: column;
  gap: 3px;
  text-align: right;
}

.single-product .product-send-express-title-send-fast {
  font-size: 14px;
  font-weight: 700;
  color: #111;
  line-height: 1.2;
}

.single-product .product-send-express-title-express {
  font-size: 12px;
  font-weight: 400;
  color: #666;
  line-height: 1.3;
}

.single-product .product-send-express-svg {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 24px;
}

.single-product .product-send-express-svg img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.single-product .product-send-express-border {
  width: 1px;
  height: 30px;
  background: #e8e8e8;
  flex-shrink: 0;
}

.single-product .sp-attrs-inline { background:#fff; border:1px solid #e2e2e2; border-radius:20px; padding: 35px 25px 30px 25px;}
.single-product .sp-attrs-inline .sp-attrs-title { 
  font-size: 16px; 
  font-weight:700; 
  margin:0 0 40px 0;
  display: flex;
  align-items: center;
  gap: 8px;
}
.single-product .sp-attrs-inline .sp-attrs-list { list-style:none; padding:0; margin:0; display:grid; grid-template-columns: 1fr; gap:16px; }
.single-product .sp-attrs-inline .sp-attr-item { 
  display: flex; 
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.single-product .sp-attrs-inline .sp-attr-label { 
  color:#111; 
  font-size: 14px; 
  font-weight: 400; 
  position: relative;
  padding-right: 12px;
  white-space: nowrap;
  flex-shrink: 0;
  width: auto;
}
.single-product .sp-attrs-inline .sp-attr-label::before{
  position: absolute; 
  content: ''; 
  width: 6px;
  height: 6px;
  border-radius: 100%; 
  background: #ffa808;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.single-product .sp-attrs-inline .sp-attr-value { 
  color:#333; 
  font-size: 14px; 
  font-weight:400; 
  text-align:right; 
}

.single-product .special_send_box {
  padding: 15px;
  border: 1px solid #e8e8e8;
  border-radius: 20px;
  margin-top: 20px;
}

.single-product .special_send_box .special_header {
  display: flex;
  align-items: center;
  font-size: 14px;
  margin-bottom: 15px;
}

.single-product .special_send_box .special_header a {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: #111;
  font-weight: 700;
  font-size: 16px;
}

.single-product .special_send_box .special_header a img {
  width: 18px;
  height: 18px;
}

.single-product .special_send_box .special_header a i {
  list-style: none;
  padding: 0;
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  text-align: right;
  gap: 6px;
}

.single-product .special_send_box .special_content_box ul {
  list-style: none;
  padding-right: 7px;
  margin: 0;
  display: flex;
  flex-direction: column;
  text-align: right;
  gap: 8px;
}

.single-product .special_send_box .special_content_box ul a {
  text-decoration: none;
  color: #333;
}

.single-product .special_send_box .special_content_box ul li {
  font-size: 14px;
  font-weight: 500;
}

.single-product .special_send_box .special_content_box ul li::before {
  content: '';
  position: relative;
  display: inline-block;
  width: 5px;
  height: 5px;
  background: #a6358a;
  border-radius: 50%;
  margin-left: 15px;
}

/* Tablet */
@media (min-width: 769px) and (max-width: 1024px) {
  .single-product .site-main,
  .single-product .woocommerce {
    overflow-x: hidden;
    width: 100%;
    max-width: 100%;
    padding: 0 14px;
    box-sizing: border-box;
  }
  
  .single-product .product {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    box-sizing: border-box;
  }
  
  .single-product .sp-row {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    box-sizing: border-box;
  }

  .single-product .woocommerce-breadcrumb {
    background: #ffffff;
    margin-bottom: 30px;
    padding: 8px 10px 0px;
    border-radius: 10px;
    font-size: 16px;
    color: #81858b;
    line-height: 1.4;
    overflow-x: auto;
    scrollbar-width: thin;
    white-space: nowrap;
  }

  .single-product .woocommerce-breadcrumb a,
  .single-product .woocommerce-breadcrumb a:last-child {
    color: #81858b;
  }

  .single-product .woocommerce-product-gallery__image img,
  .single-product .woocommerce-product-gallery img {
    width: 100%;
    max-width: 320px;
    height: auto;
    max-height: 310px;
    margin: 0 auto;
    display: block;
    object-fit: contain;
  }
  
  .single-product .sp-row-1-header {
    width: 100%;
    max-width: 100%;
    padding: 0 0px 22px 0px;
    box-sizing: border-box;
  }
  
  .single-product .sp-row-1-header .sp-header-right {
    gap: 9px;
  }
  
  .single-product .sp-row-1-header .sp-header-right i {
    width: 36px;
    height: 36px;
    font-size: 17px;
  }
  
  .single-product .sp-row-1-header .product_title {
    font-size: 18px;
  }
  
  .single-product .sp-row-1-header .product-subtitle {
    font-size: 13px;
  }
  
  .single-product .sp-row-2-grid {
    display: flex;
    flex-direction: column;
    gap: 22px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
  
  .single-product .sp-row-2 {
    margin-top: 18px;
  }
  
  .single-product .sp-col-left {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    gap: 22px;
    display: contents;
  }
  
  .single-product .sp-left-top {
    display: flex;
    flex-direction: column;
    gap: 18px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    order: 1;
  }
  
  .single-product .sp-gallery-column {
    display: contents;
  }

  .single-product .sp-gallery-wrapper {
    order: 1;
    width: 100%;
  }

  .single-product .sp-mobile-title {
    order: 2;
  }

  .single-product .sp-attrs-column {
    order: 3;
  }

  .single-product .sp-payment-options {
    order: 4;
  }

  .single-product .sp-col-right {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    order: 5;
  }

  .wetheme-gallery-tags-row {
    width: 100%;
    display: flex;
    margin: 0 !important;
  }

  .single-product .product-send-express {
    order: 6;
  }

  .single-product .sp-left-bottom {
    order: 7;
    width: 100%;
  }

  .single-product .woocommerce-tabs ul.tabs {
    justify-content: center;
  }
  
  .single-product .sp-gallery-column {
    gap: 18px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }

  .single-product .sp-mobile-title {
    padding: 0 14px;
    display: block;
    margin-top: 20px;
  }

  .single-product .sp-mobile-title .product_title {
    font-size: 25px;
    margin-bottom: 15px;
  }

  .single-product .sp-mobile-title .product-english-name-title {
    font-size: 17px;
  }

  .single-product .product-english-name-title .english-name-value {
    font-size: 17px;
  }
  
  .single-product .sp-attrs-column {
    width: 100%;
    max-width: 100%;
    padding: 0 14px;
    box-sizing: border-box;
  }
  
  .single-product .sp-payment-options {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding: 0 14px;
    display: grid;
    grid-template-columns: repeat(2, minmax(160px, 1fr));
    gap: 14px;
    margin-top: 18px;
  }

  .single-product .sp-gallery-nav {
    width: 45px;
    height: 45px;
    top: 33%;
    bottom: 20px;
    transform: none;
  }

  .single-product .sp-gallery-prev {
    left: 20px;
    right: auto;
  }

  .single-product .sp-gallery-next {
    right: 20px;
    left: auto;
  }

  .single-product .sp-gallery-icons {
    flex-direction: column;
    justify-content: flex-end;
    gap: 14px;
    right: 8px;
    top: 0;
  }
  
  .single-product .sp-payment-options .butboxqr {
    padding: 11px 11px;
    gap: 13px;
    border-radius: 16px;
    -webkit-mask-image: radial-gradient(circle at 0px 40px, transparent 13px, red 10.5px);
    -webkit-mask-position: 0 -4px;
  }
  
  .single-product .sp-payment-options .butboxqr .divqr {
    font-size: 15px;
  }

  .single-product .sp-payment-options .butboxqr .divqr span {
    font-size: 13px;
  }
  
  .single-product .sp-payment-options .butboxqr .divqrimg,
  .single-product .sp-payment-options .butboxqr .divqrimg img {
    width: 59px;
    height: 54px;
  }
  
  .single-product .special_send_box {
    padding: 22px 40px;
    margin-top: 18px;
    border-radius: 18px;
  }
  
  .single-product .special_send_box .special_header {
    font-size: 14px;
    margin-bottom: 14px;
    justify-content: center;
  }
  
  .single-product .special_send_box .special_header a {
    font-size: 17px;
    gap: 9px;
  }
  
  .single-product .special_send_box .special_header a img {
    width: 24px;
    height: 24px;
  }
  
  .single-product .special_send_box .special_content_box ul {
    justify-content: space-between;
    flex-direction: row;
  }
  
  .single-product .special_send_box .special_content_box ul li {
    padding: 11px 0;
    font-size: 16px;
  }
  
  .single-product .special_send_box .special_content_box ul li::before {
    width: 4.5px;
    height: 4.5px;
    margin-left: 13px;
  }
  
  .single-product .product-send-express {
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    gap: 22px;
    padding: 16px 14px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  
  .single-product .product-send-express::-webkit-scrollbar {
    display: none;
  }
  
  .single-product .product-send-express-content {
    flex: 0 0 auto;
    min-width: fit-content;
    width: auto;
    justify-content: flex-start;
  }
  
  .single-product .product-send-express-border {
    width: 1px;
    height: 32px;
    flex-shrink: 0;
  }
  
  .single-product .product-send-express-title-send-fast {
    font-size: 14px;
  }
  
  .single-product .product-send-express-title-express {
    font-size: 12px;
  }
  
  .single-product .product-send-express-svg img {
    width: 27px;
    height: 27px;
  }
  
  .single-product .product-title-with-brand {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  
  .single-product .product-brand-logo {
    max-width: 36px;
    max-height: 36px;
  }
  
  .single-product .product-brand-name {
    font-size: 14px;
  }
  
  .single-product .sp-col-right {
    position: static;
    padding: 0 14px;
  }
  
  .single-product .sp-attrs-inline {
    padding: 22px 18px;
  }

  .single-product .sp-attrs-inline .sp-attrs-badge .badge-icon {
    padding: 6px;
    gap: 2px;
  }

  .single-product .sp-attrs-inline .sp-attrs-badge .badge-icon .badge-score {
    font-size: 14px;

  }

  .single-product .sp-attrs-inline .sp-attrs-badge .avg {
    font-size: 14px;
  }

  .single-product .sp-attrs-inline .sp-attrs-badge .reviews-count {
    font-size: 14px;
  }
  
  .single-product .sp-attrs-inline .sp-attrs-title {
    font-size: 16px;
    margin: 0 0 26px 0;
  }
  
  .single-product .sp-attrs-inline .sp-attr-label,
  .single-product .sp-attrs-inline .sp-attr-value {
    font-size: 14px;
  }
  
  .single-product .sp-col-left {
    gap: 32px;
  }

  .single-product .sp-row-1-header {
    display: none;
  }

  .single-product .sp-row-1-header .sp-header-left,
  .single-product .sp-row-1-header .sp-header-right {
    width: 100%;
  }

  .single-product .sp-row-1-header .sp-header-right {
    justify-content: flex-start;
  }

  .single-product.rtl .sp-row-1-header .sp-header-right {
    justify-content: flex-end;
  }

  .single-product .woocommerce-product-gallery .flex-control-thumbs {
    width: 70%;
    grid-template-columns: repeat(auto-fit, minmax(95px, 1fr));
    gap: 14px;
    padding: 0 14px;
  }

  .single-product .flex-control-thumbs li img {
    padding: 14px;
    height: 95px;
  }

  .single-product .woocommerce-Reviews #comments.we-comments-grid,
  .single-product .woocommerce-Tabs-panel#tab-faq .flexed {
    grid-template-columns: 1fr;
  }

  .single-product #review_form_wrapper .comment-form {
    grid-template-columns: 1fr;
  }

  .single-product #review_form_wrapper .comment-form .form-submit {
    justify-content: center;
  }

  .single-product #review_form_wrapper .comment-form .form-submit .submit {
    width: 100%;
  }

  .single-product .color-variation-options {
    gap: 12px;
    margin-bottom: 22px;
  }
  
  .single-product .color-variation-option {
    gap: 5px;
    padding: 7px 7px;
  }
  
  .single-product .color-variation-option .color-circle {
    width: 20px;
    height: 20px;
  }
  
  .single-product .color-variation-option .color-checkmark {
    font-size: 11px;
    margin-top: 2px;
  }
  
  .single-product .color-variation-option .color-label {
    font-size: 13px;
  }
  
  .single-product .color-label-with-icon {
    font-size: 18px;
    margin-bottom: 22px;
    gap: 6px;
  }
  
  .single-product .variations_form.cart {
    padding-bottom: 0px;
  }

  .single-product .woocommerce-product-gallery .flex-viewport {
    min-height: 300px;
  }

  .single-product .wetheme-extra-services .wes-item .wes-title {
    font-size: 14px;
  }

  .single-product .wetheme-extra-services .wes-item .wes-price {
    margin-right: auto;
    font-size: 14px;
  }

  .single-product .summary .sp-rate-cta .label {
    font-size: 14px;
  }

  .single-product .summary .sp-reviews-cta .label {
    font-size: 14px;
  }

  .single-product .related.products .product {
		height: 420px;
	}

	.single-product .related.products .product .woocommerce-loop-product__link {
		height: 280px;
	}
  
}

@media (max-width: 768px) {
  .single-product .site-main,
  .single-product .woocommerce {
    overflow-x: hidden;
    width: 100%;
    max-width: 100%;
    padding: 0 12px;
    box-sizing: border-box;
  }
  
  .single-product .product {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    box-sizing: border-box;
  }
  
  .single-product .sp-row {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    box-sizing: border-box;
  }

  .single-product .woocommerce-breadcrumb {
    background: #ffffff;
    margin-bottom: 25px;
    padding: 6px 8px 10px;
    border-radius: 10px;
    font-size: 12px;
    color: #81858b;
    line-height: 1.3;
    overflow-x: auto;
    scrollbar-width: thin;
    white-space: nowrap;
  }

  .single-product .woocommerce-breadcrumb a,
  .single-product .woocommerce-breadcrumb a:last-child {
    color: #81858b;
  }

  .single-product .woocommerce-product-gallery__image img,
  .single-product .woocommerce-product-gallery img {
    width: 100%;
    max-width: 340px;
    height: auto;
    max-height: 330px;
    margin: 0 auto;
    display: block;
    object-fit: contain;
  }
  
  .single-product .sp-row-1-header {
    display: flex;
    padding: 0;
  }

  .single-product .product-title-with-brand {
    justify-content: flex-end;
    margin-bottom: -24px;
  }

  .single-product .sp-gallery-icons {
    top: 0px;
  }
  
  .single-product .sp-row-1-header .sp-header-right {
    gap: 8px;
  }
  
  .single-product .sp-row-1-header .sp-header-right i {
    width: 32px;
    height: 32px;
    font-size: 16px;
  }
  
  .single-product .sp-row-1-header .product_title {
    display: none;
  }
  
  .single-product .sp-row-1-header .product-subtitle {
    font-size: 12px;
  }
  
  .single-product .sp-row-2-grid {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
  
  .single-product .sp-row-2 {
    margin-top: 15px;
  }
  
  .single-product .sp-col-left {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    gap: 20px;
    display: contents;
  }
  
  .single-product .sp-left-top {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    order: 1;
  }
  
  .single-product .sp-gallery-column {
    display: contents;
  }

  .single-product .sp-gallery-wrapper {
    order: 1;
    width: 100%;
  }

  .single-product .sp-mobile-title {
    order: 2;
    padding: 0 14px;
    display: block;
    margin-top: 20px;
  }

  .single-product .sp-attrs-column {
    order: 3;
  }

  .single-product .sp-payment-options {
    order: 4;
  }

  .single-product .sp-col-right {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    order: 5;
  }

  .single-product .product-send-express {
    order: 6;
  }

  .single-product .sp-left-bottom {
    order: 7;
    width: 100%;
  }
  
  .single-product .sp-gallery-column {
    gap: 15px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }

  .single-product .sp-mobile-title .product_title {
    font-size: 25px;
    line-height: 1.8;
    margin-bottom: 15px;
  }

  .single-product .sp-mobile-title .product-english-name-title {
    font-size: 13px;
  }

  .single-product .product-english-name-title .english-name-value {
    font-size: 14px;
  }

  .single-product .flex-control-thumbs li img {
    padding: 10px;
    height: 80px;
  }
  
  .single-product .sp-attrs-column {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
  
  .single-product .sp-payment-options {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding: 0;
    grid-template-columns: repeat(2, minmax(150px, 1fr));
    gap: 10px;
  }

  .single-product .sp-gallery-nav {
    width: 36px;
    height: 36px;
    bottom: 14px;
  }

  .single-product .sp-gallery-prev {
    left: 12px;
  }

  .single-product .sp-gallery-next {
    right: 12px;
  }
  
  .single-product .sp-attrs-inline {
    padding: 15px 12px;
    border-radius: 15px;
  }
  
  .single-product .sp-attrs-inline .sp-attrs-title {
    font-size: 14px;
    margin: 0 0 20px 0;
  }
  
  .single-product .sp-attrs-inline .sp-attrs-list {
    gap: 12px;
  }
  
  .single-product .sp-attrs-inline .sp-attr-item {
    gap: 6px;
    flex-wrap: nowrap;
  }
  
  .single-product .sp-attrs-inline .sp-attr-label{
    font-size: 12px;
    white-space: nowrap;
    flex-shrink: 0;
    width: auto;
  }
  .single-product .sp-attrs-inline .sp-attr-value {
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    min-width: 0;
    flex-shrink: 1;
  }
  
  .single-product .sp-payment-options .butboxqr {
    padding: 10px 12px;
    gap: 10px;
  }

  .single-product .sp-payment-options .butboxqr .divqr {
    font-size: 12px;
  }

  .single-product .sp-payment-options .butboxqr .divqr span {
    font-size: 10px;
  }

  .single-product .sp-payment-options .butboxqr .divqrimg,
  .single-product .sp-payment-options .butboxqr .divqrimg img {
    width: 48px;
    height: 48px;
  }
  
  .single-product .special_send_box {
    padding: 15px;
    margin-top: 10px;
    border-radius: 15px;
  }
  
  .single-product .special_send_box .special_header {
    font-size: 12px;
    margin-bottom: 10px;
  }
  
  .single-product .special_send_box .special_header a {
    font-size: 14px;
    gap: 6px;
  }
  
  .single-product .special_send_box .special_header a img {
    width: 14px;
    height: 14px;
  }
  
  .single-product .special_send_box .special_content_box ul {
    gap: 5px;
    padding-right: 4px;
  }
  
  .single-product .special_send_box .special_content_box ul li {
    padding: 8px 10px;
    font-size: 12px;
  }
  
  .single-product .special_send_box .special_content_box ul li::before {
    width: 4px;
    height: 4px;
    margin-left: 10px;
  }
  
  .single-product .product-send-express {
    padding: 12px;
    width: 100%;
    gap: 12px;
  }
  
  .single-product .product-send-express-content {
    min-width: fit-content;
  }
  
  .single-product .product-send-express-border {
    height: 28px;
  }
  
  .single-product .product-send-express-title-send-fast {
    font-size: 12px;
  }
  
  .single-product .product-send-express-title-express {
    font-size: 10px;
  }
  
  .single-product .product-send-express-svg img {
    width: 25px;
    height: 25px;
  }

  .single-product .woocommerce-tabs ul.tabs {
    display: flex;
    list-style: none;
    margin: 0;
    background: #f7f5f6;
    padding: 10px 20px;
    gap: 8px;
    border-bottom: 1px solid #eee;
    justify-content: center;
  }

  .single-product .woocommerce-tabs ul.tabs li {
    margin: 0;
  }

  .single-product .woocommerce-tabs ul.tabs li:last-child {
    border-bottom: none;
  }

  .single-product .woocommerce-tabs ul.tabs li a {

  }

  .single-product .woocommerce-tabs ul.tabs li.active a,
  .single-product .woocommerce-tabs ul.tabs li a:hover {
    background: var(--wetheme-primary-color);
    color: #fff;
  }

  .single-product .woocommerce-tabs .woocommerce-Tabs-panel,
  .single-product .woocommerce-Tabs-panel {
    display: block !important;
    padding: 20px 12px;
    border-top: 1px solid #eee;
  }

  .single-product .woocommerce-tabs .woocommerce-Tabs-panel:first-of-type {
    border-top: none;
  }

  .single-product .woocommerce-tabs .woocommerce-Tabs-panel .mobile-tab-title {
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #111;
    margin: 0 0 15px 0;
    padding: 0;
    text-align: right;
  }

  .single-product .product-reviews__sidebar-add-comment--button,
  .single-product .product-faq__sidebar-add-comment--button {
    display: flex;
    flex-direction: row-reverse;
    text-align: center;
    justify-content: space-between;
    margin-bottom: 0;
    margin-top: 25px;
  }

  .single-product .product-reviews__sidebar-add-comment--button-icon,
  .single-product .product-faq__sidebar-add-comment--button-icon {
    order: -1;
  }

  .single-product .variations_form.cart .sp-summary-separator {
    width: 100%;
    margin: 25px 0 20px 0;
  }

  .single-product .summary .sp-summary-separator {
    display: none;
  }
  
  
  .single-product .woocommerce-variation.single_variation .woocommerce-variation-price {
    margin: 0;
    text-align: right;
  }

  .single-product .color-variation-options {
    gap: 10px;
    margin-bottom: 20px;
  }
  
  .single-product .color-variation-option {
    gap: 4px;
    padding: 6px 6px;
  }
  
  .single-product .color-variation-option .color-circle {
    width: 18px;
    height: 18px;
  }
  
  .single-product .color-variation-option .color-checkmark {
    font-size: 10px;
    margin-top: 2px;
  }
  
  .single-product .color-variation-option .color-label {
    font-size: 12px;
  }
  
  .single-product .color-label-with-icon {
    font-size: 14px;
    margin-bottom: 20px;
    gap: 5px;
  }
  
  .single-product .variations_form.cart {
    padding-bottom: 0px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .single-product .sp-attrs-inline {
    padding: 28px 40px;
  }
  
  .single-product .sp-attrs-inline .sp-attrs-title {
    font-size: 17px;
    margin: 0 0 30px 0;
  }
  
  .single-product .sp-attrs-inline .sp-attrs-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
    column-gap: 160px;
  }
  
  .single-product .sp-attrs-inline .sp-attr-item {
    gap: 10px;
    flex-wrap: wrap;
  }
  
  .single-product .sp-attrs-inline .sp-attr-label {
    font-size: 14px;
  }
  
  .single-product .sp-attrs-inline .sp-attr-value {
    font-size: 14px;
  }
  
  .single-product .sp-attrs-inline .sp-attrs-badge {
    font-size: 13px;
  }
  
  .single-product .sp-attrs-inline .sp-attrs-more {
    margin-top: 22px;
    font-size: 13px;
  }
  
  .single-product .summary.entry-summary {
    padding: 28px 40px;
    padding-top: 40px;
    border-radius: 20px;
  }

  .single-product .product_warranty .warranty-icon {
    width: 29px;
    height: 29px;
    font-size: 18px;
  }

  .single-product .product_warranty .warranty-header h4 {
    font-size: 18px;
  }

  .single-product .product_authenticity {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
    float: right;
  }

  .single-product .product_price_update {
    display: inline-flex;
    font-size: 14px;
  }

  .single-product .product_authenticity .auth-text {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .container{
    margin: 0;
    padding: 0 10px;
  }
  .single-product .site-main,
  .single-product .woocommerce {
    overflow-x: hidden;
    width: 100%;
    max-width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
  }
  
  .single-product .product {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    box-sizing: border-box;
  }

  .single-product .woocommerce-breadcrumb {
    background: #ffffff;
    margin-bottom: 25px;
    padding: 5px 0px 10px 0;
    border-radius: 10px;
    font-size: 13px;
    color: #81858b;
    line-height: 1;    
    overflow-x: auto;
    scrollbar-width: thin;
    white-space: nowrap;
  }
  .single-product .woocommerce-breadcrumb a {
  color: #81858b;
  }

  .single-product .woocommerce-product-gallery__image img, .single-product .woocommerce-product-gallery img {
    width: 100%;
    max-width: 290px;
    height: auto;
    max-height: 250px;
    display: block;
    object-fit: contain;
  }

  .single-product .woocommerce-product-gallery .flex-viewport {
     min-height: 280px;
  }

  .single-product .woocommerce-breadcrumb a:last-child {
    color: #81858b;
  }
  
  .single-product .sp-row {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    box-sizing: border-box;
  }
  
  .single-product .sp-row-1-header .sp-header-right i {
    width: 28px;
    height: 28px;
    font-size: 14px;
  }
  
  .single-product .sp-row-1-header .product_title {
    display: none;
  }
  
  .single-product .sp-row-1-header .product-subtitle {
    font-size: 11px;
  }
  
  .single-product .sp-row-2-grid {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
  
  .single-product .sp-row-2 {
    margin-top: 0;
  }
  
  .single-product .sp-col-left {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    gap: 15px;
    display: contents;
  }
  
  .single-product .sp-left-top {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    order: 1;
  }
  
  .single-product .sp-gallery-column {
    display: contents;
  }

  .single-product .sp-gallery-wrapper {
    order: 1;
    width: 100%;
    margin-top: 20px;
  }

  .single-product .sp-mobile-title {
    order: 2;
  }

  .single-product .sp-attrs-column {
    order: 3;
  
  }

  .single-product .sp-payment-options {
    order: 4;
  }

  .single-product .sp-col-right {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    order: 5;
  }

  .single-product .product-send-express {
    order: 6;
  }

  .single-product .sp-left-bottom {
    order: 7;
  }
  
  .single-product .sp-gallery-column {
    gap: 12px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    display: contentss;
    justify-content: center;
  }
  
  .single-product .sp-attrs-column {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
  
  .single-product .sp-payment-options {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    grid-template-columns: repeat(2, minmax(130px, 1fr));
    gap: 8px;
    padding: 0;
  }

  .single-product .sp-payment-options--mobile {
    display: grid;
  }
  
  .single-product .sp-attrs-inline {
    padding: 12px 10px;
    border-radius: 12px;
  }
  
  .single-product .sp-attrs-inline .sp-attrs-title {
    font-size: 13px;
    margin: 0 0 20px 0;
  }
  
  .single-product .sp-attrs-inline .sp-attrs-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    row-gap: 20px;
  }
  
  .single-product .sp-attrs-inline .sp-attr-item {
    align-items: center;
    gap: 4px;
    flex-wrap: nowrap;
  }
  
  .single-product .sp-attrs-inline .sp-attr-label{
    font-size: 11px;
    white-space: nowrap;
    flex-shrink: 0;
    width: auto;
  }
  .single-product .sp-attrs-inline .sp-attr-value {
    font-size: 11px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    min-width: 0;
    flex-shrink: 1;
  }
  
  .single-product .sp-payment-options .butboxqr {
    padding: 5px;
    gap: 5px;
    border-radius: 10px;
  }

  .single-product .sp-payment-options .butboxqr .divqr {
    font-size: 8px;
    gap: 4px;
    padding: 5px 0px;
  }

  .single-product .sp-payment-options .butboxqr .divqr span {
    font-size: 7px;
  }

  .single-product .sp-payment-options .butboxqr .divqrimg,
  .single-product .sp-payment-options .butboxqr .divqrimg img {
    width: 40px;
    height: 40px;
    padding: 8px 0px;
    border-radius: 7px;
  }

  .single-product .sp-payment-options .butboxqr {
    -webkit-mask-image: radial-gradient(circle at 0px 35px, transparent 10px, red 10.5px);

  }
  
  .single-product .special_send_box {
    padding: 12px;
    border-radius: 10px;
    margin-top: 12px;
  }
  
  .single-product .special_send_box .special_header {
    font-size: 11px;
    margin-bottom: 8px;
  }
  
  .single-product .special_send_box .special_header a {
    font-size: 13px;
    gap: 5px;
  }
  
  .single-product .special_send_box .special_header a img {
    width: 12px;
    height: 12px;
  }
  
  .single-product .special_send_box .special_content_box ul {
    gap: 4px;
    padding-right: 3px;
  }
  
  .single-product .special_send_box .special_content_box ul li {
    padding: 6px 0px;
    font-size: 12px;
  }
  
  .single-product .special_send_box .special_content_box ul li::before {
    width: 3px;
    height: 3px;
    margin-left: 8px;
  }
  
  .single-product .product-send-express {
    padding: 10px;
    width: 100%;
    margin: 10px 0;
  }

  .single-product .product-send-express {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .single-product .product-send-express::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
  }
  
  .single-product .product-send-express-title-send-fast {
    font-size: 11px;
  }
  
  .single-product .product-send-express-title-express {
    font-size: 9px;
  }
  
  .single-product .product-send-express-svg img {
    width: 25px;
    height: 25px;
  }

  .single-product .woocommerce-tabs ul.tabs {
    display: none;
    flex-direction: row;
    justify-content: space-around;
    padding: 0;
    border-bottom: none;
  }

  .single-product .woocommerce-tabs ul.tabs li {
    flex: none;
    margin: 0;
    border-bottom: 1px solid #eee;
  }

  .single-product .woocommerce-tabs ul.tabs li:last-child {
    border-bottom: none;
  }

  .single-product .woocommerce-tabs ul.tabs li a {
    display: block;
    width: 100%;
    padding: 12px 10px;
    text-align: right;
    border-radius: 0;
    background: transparent;
    color: #333;
    font-weight: 700;
    font-size: 12px;
    pointer-events: none;
    cursor: default;
  }

  .single-product .woocommerce-tabs .woocommerce-Tabs-panel,
  .single-product .woocommerce-Tabs-panel {
    display: block !important;
    padding: 18px 10px;
    border-top: 1px solid #eee;
  }

  .single-product .woocommerce-tabs .woocommerce-Tabs-panel:first-of-type {
    border-top: none;
  }

  .single-product .woocommerce-tabs .woocommerce-Tabs-panel .mobile-tab-title {
    font-size: 17px;
    font-weight: 700;
    color: #111;
    margin: 0 0 20px 0;
    padding: 0;
    text-align: right;
  }

  .single-product .woocommerce-product-gallery .flex-control-thumbs {
    width: 300px;
    margin: 0;
  }

  .single-product .flex-control-thumbs li img {
    padding: 12px;
    height: 80px;
  }

  .single-product .product-reviews__sidebar-add-comment--button,
  .single-product .product-faq__sidebar-add-comment--button {
    padding: 18px;
  }

  .single-product #review_form_wrapper {
    padding: 18px 12px;
  }

  .single-product .sp-row-1-header {
    padding: 0;
  }

  .single-product .sp-mobile-title {
    display: block;
    margin-top: 20px;
  }

  .single-product .product-title-with-brand {
    margin-bottom: -50px;
    justify-content: flex-end;
  }

  .single-product .sp-mobile-title .product_title {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.7;
  }

  .single-product .sp-mobile-title .product-english-name-title {
    font-size: 12px;
  }

  .single-product .product-english-name-title .english-name-value {
    font-size: 13px;
  }

  .single-product .sp-gallery-nav {
    width: 32px;
    height: 32px;
    top: 38%;
  }

  .single-product .sp-gallery-prev {
    left: 10px;
  }

  .single-product .sp-gallery-next {
    right: 10px;
  }

  .single-product .sp-gallery-icons {
    position: absolute;
    top: 0px;
    right: 10px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    z-index: 10;
  }

  .wpc-wishlist i {
    font-size: 25px;
  }

  .sp-share-btn i {
    font-size: 25px;
  }


  .single-product::after {
    content: '';
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 92px;
    z-index: 100;
    background: rgba(255, 255, 255, 0.27);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);    pointer-events: none;
  }

  
  .single-product .wetheme-product-summary-hints {
    position: fixed;
    bottom: 52px;
    left: 0;
    right: 0;
    z-index: 103;
    background: transparent;
    padding: 20px 12px 0 0;
    box-shadow: none;
    margin: 0;
    width: fit-content;
    box-sizing: border-box;
    display: flex;
  }
  
  .single-product .woocommerce-variation.single_variation {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 150px;
    z-index: 101;
    background: transparent;
    height: 92px;
    padding: 10px 12px;
    box-shadow: none;
    margin: 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    min-height: 52px;
  }
  
  .single-product .woocommerce-variation.single_variation .woocommerce-variation-price {
    position: fixed !important;
    bottom: 0px;
    left: 0;
    right: 150px;
    z-index: 101;
    background: transparent;
    padding: 10px;
    height: 92px;
    box-shadow: none;
    margin: 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: flex-end;
    gap: 0px;
    min-height: 52px;
    text-align: right !important;
  }
  
  .single-product .summary .price {
    position: fixed !important;
    bottom: 0px;
    left: 0;
    right: 150px;
    z-index: 101;
    background: transparent;
    padding: 10px;
    height: 92px;
    font-size: 20px;
    box-shadow: none;
    margin: 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: flex-end;
    gap: 0px;
    min-height: 52px;
    text-align: right !important;
  }

  .single-product .summary .price::after {
    content: '';
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 92px;
    z-index: -1;
    background: rgba(255, 255, 255, 0.27);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border-top: 1px solid rgb(131 131 131 / 43%);
    pointer-events: none;
  }
  
  .single-product .woocommerce-variation-add-to-cart {
    position: static;
  }
  
  .single-product .single_add_to_cart_button.button {
    position: fixed;
    bottom: 8px;
    right: 12px;
    z-index: 101;
    flex-shrink: 0;
    width: auto;
    min-width: 120px;
    padding: 10px 16px;
    height: 52px;
    border-radius: 8px;
    margin: 0;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
  } 



  .single-product .single_add_to_cart_button.button:hover {
    transform: none;
  }
  

  .single-product .color-variation-options {
    gap: 8px;
    margin-bottom: 30px;
  }
  
  .single-product .color-variation-option {
    gap: 4px;
    padding: 8px 10px;
  }
  
  .single-product .color-variation-option .color-circle {
    width: 19px;
    height: 19px;
  }
  
  .single-product .color-variation-option .color-checkmark {
    font-size: 10px;
    margin-top: 1px;
  }
  
  .single-product .color-variation-option .color-label {
    font-size: 13px;
  }
  
  .single-product .color-label-with-icon {
    font-size: 13px;
    margin-bottom: 15px;
    gap: 4px;
  }
  
  .single-product .variations_form.cart {
    padding-bottom: 0px;
  }
  
  .single-product .variations_form.cart .sp-summary-separator {
    margin: 20px 0 15px 0;
  }
}

@media (min-width: 993px) {
  .woocommerce-cart .woocommerce:has(.woocommerce-cart-form):not(:has(.wth-next-shopping-cart-tab-content)) {
    display: grid;
    grid-template-columns: 2.5fr 1fr;
    gap: 10px 24px;
  }

.wth-shoppingcart-wrapper {
  display: contents;
}
  .woocommerce-cart .woocommerce:has(.woocommerce-cart-form):not(:has(.wth-next-shopping-cart-tab-content)) .woocommerce-cart-form { grid-column: 1; }
  .woocommerce-cart .woocommerce:has(.woocommerce-cart-form):not(:has(.wth-next-shopping-cart-tab-content)) .cart-collaterals { grid-column: 2; align-self: start; }
  
  .woocommerce-cart .woocommerce:has(.wth-next-shopping-cart-tab-content) {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  
  .woocommerce-cart .woocommerce:has(.wth-next-shopping-cart-tab-content) .wth-shoppingcart-next-contain-links {
    order: 1;
    margin-bottom: 25px;
  }
  
  .woocommerce-cart .woocommerce:has(.wth-next-shopping-cart-tab-content) .wth-next-shopping-cart-tab-content {
    display: grid;
    grid-template-columns: 2.5fr 1fr;
    gap: 20px;
    order: 2;
  }
}

@media (max-width: 992px) {
  .woocommerce-cart .woocommerce {
    display: block;
  }
  .woocommerce-cart .woocommerce .woocommerce-cart-form,
  .woocommerce-cart .woocommerce .cart-collaterals { grid-column: auto; }
  
  .woocommerce-cart .woocommerce:has(.wth-next-shopping-cart-tab-content) {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  
  .woocommerce-cart .woocommerce:has(.wth-next-shopping-cart-tab-content) .wth-shoppingcart-next-contain-links {
    order: 1;
    margin-bottom: 25px;
  }
  
  .woocommerce-cart .woocommerce:has(.wth-next-shopping-cart-tab-content) .wth-next-shopping-cart-tab-content {
    order: 2;
  }
}

.woocommerce-cart .cart_totals {
  padding: 0;
}

.woocommerce-cart .cart_totals .payment-info-header {
  margin-bottom: 15px;
}

.woocommerce-cart .cart_totals .payment-info-header h3 {
  margin-top: 5px;
  font-size: 18px;
  font-weight: 700;
  color: #000000;
  text-align: center;
}


.woocommerce-cart .cart_totals h2 {
  margin: 0 0 14px 0;
  font-size: 18px;
  font-weight: 800;
  text-align: center;
}

.woocommerce-cart .cart_totals{
  justify-content: space-between;
}
.woocommerce-cart .cart_totals .shop_table {
  width: 100%;
  border: none;
}

.woocommerce-cart .cart_totals .shop_table th,
.woocommerce-cart .cart_totals .shop_table td {
  padding: 13px 10px;
  border: none;
  font-weight: 600;
  font-size: 15px;
  color: #333333;
}

.woocommerce-cart .cart_totals .shop_table th { text-align: right; }
.woocommerce-cart .cart_totals .shop_table td { text-align: left; }

.woocommerce-cart .cart_totals .shop_table td .woocommerce-Price-amount{
  color: #333333;
  font-size: 15px;
  font-weight: 600;
}
.woocommerce-cart .cart_totals .shop_table td .woocommerce-Price-currencySymbol {
  color: #333333;
  font-size: 13px;
  font-weight: 500;
}

.woocommerce-cart .cart_totals .shop_table .cart-discount td {
  padding: 0px 0px 8px 10px;
  width: max-content;
  font-size: 14px;
}
.woocommerce-cart .cart_totals .shop_table .cart-discount th {
  padding: 0px 10px 8px 0;
  width: max-content;
  font-size: 13px;
  color: #4260ff;
}
.woocommerce-cart .cart_totals .shop_table .cart-discount td .woocommerce-Price-amount {
  color: #4260ff;
  font-size: 14px;
  font-weight: 600;
}
.woocommerce-cart .cart_totals .shop_table .cart-discount td .woocommerce-Price-amount .woocommerce-Price-currencySymbol{
  color: #4260ff;
  font-size: 13px;
  font-weight: 500;
}
.woocommerce-cart .cart_totals .shop_table .cart-discount td .woocommerce-remove-coupon{
  font-size: 12px;
}

.woocommerce-cart .cart_totals .shop_table .cart-savings th {
  color: #21ad55;
  font-size: 15px;
  font-weight: 600;
}

.woocommerce-cart .cart_totals .shop_table .cart-savings td {
  text-align: left;
}

.woocommerce-cart .cart_totals .shop_table .cart-savings .savings-amount {
  display: inline-flex;
  align-items: center;
  color: #198754;
}

.woocommerce-cart .cart_totals .shop_table .cart-savings .savings-amount .woocommerce-Price-amount {
  font-size: 15px;
  font-weight: 600;
  color: #21ad55;
}

.woocommerce-cart .cart_totals .shop_table .cart-savings .savings-amount .woocommerce-Price-amount .woocommerce-Price-currencySymbol {
  font-size: 13px;
  font-weight: 500;
  color: #21ad55;
}

.woocommerce-cart .cart_totals .shop_table .order-total td .woocommerce-Price-amount {
  color: #333333;
  font-weight: 600;
  font-size: 15px;
}
.woocommerce-cart .cart_totals .shop_table .order-total td .woocommerce-Price-currencySymbol {
  color: #333333;
  font-weight: 500;
  font-size: 13px;
}

.woocommerce-cart .cart_totals .shop_table tr:last-child th,
.woocommerce-cart .cart_totals .shop_table tr:last-child td { border-bottom: none; }

.woocommerce-cart .cart_totals .shop_table .order-total th,
.woocommerce-cart .cart_totals .shop_table .order-total td {
  color: #333333;
  font-size: 15px;
  font-weight: 600;
}

.woocommerce-cart .cart_totals .shipping-cost th { color: #333333; }
.woocommerce-cart .cart_totals .shipping-cost td .free-shipping { color: #00a651; font-weight: 600; }

.woocommerce-cart .cart_totals .cart-totals-coupon-row td { padding: 0; padding-bottom: 15px; }
.woocommerce-cart .cart_totals .cart-totals-coupon { margin: 0; }
.woocommerce-cart .cart_totals .cart-totals-coupon .coupon { 
  display: flex; 
  align-items: center; 
  gap: 8px; 
  height: 50px;
}
.woocommerce-cart .cart_totals .cart-totals-coupon .coupon input#coupon_code {
  flex: 1;
  height: 50px;
  border-radius: 8px;
  padding: 0 12px;
  font-size: 15px;
}
.woocommerce-cart .cart_totals .cart-totals-coupon .coupon .button {
  height: 37px;
  width: 85px;
  padding: 0 16px;
  border-radius: 5px;
  background: var(--wetheme-primary-color);
  color: #fff;
  border: none;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.woocommerce-cart .cart_totals .cart-totals-coupon .coupon .button:hover { transform: none; box-shadow: none; }

.woocommerce-cart .cart_totals .wc-proceed-to-checkout .button {
  width: 100%;
  height: 55px;
  text-align: center;
  border-radius: 9px;
  background: var(--wetheme-gradient);
  color: #ffffff;
  font-size: 19px;
  font-weight: 600;
  border: none;
  margin-top: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
  overflow: hidden;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.woocommerce-cart .cart_totals .wc-proceed-to-checkout .button::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    -45deg,
    rgba(0, 0, 0, 0) 40%,
    rgba(255, 255, 255, 0.45) 60%,
    rgba(0, 0, 0, 0) 80%
  );
  transition: 500ms ease;
  background-size: 200% 200%, 100% 100%;
  background-repeat: no-repeat;
  background-position: -100% -100%, 0 0;
  z-index: 1;
  transition: none;
}

.woocommerce-cart .cart_totals .wc-proceed-to-checkout .button:focus {
  text-decoration: none;
}

.woocommerce-cart .cart_totals .wc-proceed-to-checkout .button:hover {
  color: #ffffff;
  transform: translateY(-2px);
}

.woocommerce-cart .cart_totals .wc-proceed-to-checkout .button:hover::before {
  background-position: 100% 100%, 0 0;
  transition: background-position 0.7s ease;
}
.woocommerce-cart .cart_totals .wc-proceed-to-checkout .button:not(:hover)::before {
  transition: none;
  background-position: -100% -100%;
}

.woocommerce-cart .cart_totals .wc-proceed-to-checkout .button span {
  position: relative;
  z-index: 2;
}

.woocommerce-cart .cart-collaterals {
  background: var(--wetheme-primary-color);
  background-image: linear-gradient(rgb(255 245 245 / 95%), rgb(255 245 245 / 95%));
  border-radius: 0 20px 0 20px;
  padding: 20px 20px;
}

.woocommerce-cart .cart_totals h2 {
  margin: 0 0 16px 0;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

.woocommerce-checkout .cart_totals {
  padding: 0;
  background: var(--wetheme-primary-color);
  background-image: linear-gradient(rgb(255 245 245 / 95%), rgb(255 245 245 / 95%));
  border-radius: 0 20px 0 20px;
  padding: 20px 20px;
}

.woocommerce-checkout .cart_totals .payment-info-header {
  margin-bottom: 15px;
}

.woocommerce-checkout .cart_totals .payment-info-header h3 {
  margin-top: 5px;
  font-size: 17px;
  font-weight: 700;
  color: #000000;
  text-align: center;
}

.woocommerce-checkout .cart_totals h2 {
  margin: 0 0 14px 0;
  font-size: 18px;
  font-weight: 800;
  text-align: center;
}

.woocommerce-checkout .cart_totals {
  align-self: start;
  position: sticky;
  top: 10px;
  width: 100%;
}

.woocommerce-checkout .col2-set .col-2 .cart_totals {
  width: 100%;
  position: sticky;
  top: 10px;
  align-self: start;
}

.woocommerce-checkout .cart_totals .shop_table {
  width: 100%;
  border: none;
}

.woocommerce-checkout .cart_totals .shop_table th,
.woocommerce-checkout .cart_totals .shop_table td {
  padding: 13px 10px;
  border: none;
  font-weight: 600;
  font-size: 15px;
  color: #333333;
}

.woocommerce-checkout .cart_totals .shop_table th { text-align: right; }
.woocommerce-checkout .cart_totals .shop_table td { text-align: left; }
.woocommerce-checkout .cart_totals .shop_table td .woocommerce-Price-amount{
  color: #333333;
  font-size: 15px;
  font-weight: 600;
}
.woocommerce-checkout .cart_totals .shop_table td .woocommerce-Price-currencySymbol {
  color: #333333;
  font-size: 13px;
  font-weight: 500;
}

.woocommerce-checkout .cart_totals .shop_table .order-total td .woocommerce-Price-amount{
  color: #333333;
  font-size: 15px;
  font-weight: 600;
}
.woocommerce-checkout .cart_totals .shop_table .order-total td .woocommerce-Price-currencySymbol {
  color: #333333;
  font-weight: 500;
  font-size: 13px;
}

.woocommerce-checkout .cart_totals .shop_table tr:last-child th,
.woocommerce-checkout .cart_totals .shop_table tr:last-child td { border-bottom: none; }

.woocommerce-checkout .cart_totals .shop_table .order-total th,
.woocommerce-checkout .cart_totals .shop_table .order-total td {
  color: #333333;
  font-size: 15px;
  font-weight: 600;
}

.woocommerce-checkout .cart_totals .shipping-cost th { color: #333333; }
.woocommerce-checkout .cart_totals .shipping-cost td .free-shipping { color: #00a651; font-weight: 600; }
.woocommerce-checkout .cart_totals .shop_table .cart-savings th {
  color: #21ad55;
  font-size: 15px;
  font-weight: 600;
}

.woocommerce-checkout .cart_totals .shop_table .cart-savings td {
  text-align: left;
}

.woocommerce-checkout .cart_totals .shop_table .cart-savings .savings-amount {
  display: inline-flex;
  align-items: center;
  color: #198754;
}

.woocommerce-checkout .cart_totals .shop_table .cart-savings .savings-amount .woocommerce-Price-amount {
  font-size: 15px;
  font-weight: 600;
  color: #21ad55;
}

.woocommerce-checkout .cart_totals .shop_table .cart-savings .savings-amount .woocommerce-Price-amount .woocommerce-Price-currencySymbol {
  font-size: 13px;
  font-weight: 500;
  color: #21ad55;
}

.woocommerce-checkout .cart_totals .shop_table .cart-discount td {
  padding: 0px 0px 8px 10px;
  width: max-content;
  font-size: 14px;
}
.woocommerce-checkout .cart_totals .shop_table .cart-discount th {
  padding: 0px 10px 8px 0;
  width: max-content;
  font-size: 13px;
  color: #4260ff;
}
.woocommerce-checkout .cart_totals .shop_table .cart-discount td .woocommerce-Price-amount {
  color: #4260ff;
  font-size: 14px;
  font-weight: 600;
}
.woocommerce-checkout .cart_totals .shop_table .cart-discount td .woocommerce-Price-amount .woocommerce-Price-currencySymbol{
  color: #4260ff;
  font-size: 13px;
  font-weight: 500;
}
.woocommerce-checkout .cart_totals .shop_table .cart-discount td .woocommerce-remove-coupon{
  font-size: 12px;
}

body.checkout_page .woocommerce .woocommerce-checkout .col2-set p.form-row input.input-text {
  border: 1px solid #e3e3e3;
  padding-top: 20px;
  height: 50px !important;
  line-height: 45px !important;
  overflow: hidden;
  border-radius: 8px !important;
  font-size: 15px !important;
  text-align: right;
  padding-right: 20px !important;
  color: #2c3135 !important;
  margin: 0 !important;
}

body.checkout_page .woocommerce .woocommerce-checkout .col2-set p.form-row#billing_last_name_field, 
body.checkout_page .woocommerce .woocommerce-checkout .col2-set p.form-row#billing_state_field {
  width: 49% !important;
  display: inline-block;
}

body.checkout_page .woocommerce .woocommerce-checkout p.form-row input.input-text,
body.checkout_page .woocommerce .woocommerce-checkout p.form-row textarea,
body.checkout_page .woocommerce .woocommerce-checkout p.form-row select {
  border: 1px solid #e3e3e3;
  padding-top: 20px;
  height: 50px !important;
  line-height: 45px !important;
  overflow: hidden;
  border-radius: 8px !important;
  font-size: 15px !important;
  text-align: right;
  padding-right: 20px !important;
  color: #2c3135 !important;
  margin: 0 !important;
  background-color: #ffffff;
}

body.checkout_page .woocommerce .woocommerce-checkout p.form-row textarea {
  height: auto !important;
  min-height: 100px;
  line-height: 1.5;
  padding-top: 15px;
}

.woocommerce-checkout .cart_totals .cart-totals-coupon-row td { padding: 0; padding-bottom: 15px; }
.woocommerce-checkout .cart_totals .cart-totals-coupon { margin: 0; }
.woocommerce-checkout .cart_totals .cart-totals-coupon .coupon { 
  display: flex; 
  align-items: center; 
  gap: 8px; 
  height: 50px;
}
.woocommerce-checkout .cart_totals .cart-totals-coupon .coupon input#coupon_code {
  flex: 1;
  height: 50px;
  border-radius: 8px;
  padding: 0 12px;
  font-size: 15px;
}
.woocommerce-checkout .cart_totals .cart-totals-coupon .coupon .button {
  height: 35px;
  width: 86px;
  padding: 0 16px;
  border-radius: 5px;
  background: var(--wetheme-primary-color);
  color: #ffffff;
  border: none;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.woocommerce-checkout .cart_totals .cart-totals-coupon .coupon .button:hover { transform: none; box-shadow: none; }

.woocommerce-checkout .cart_totals .wc-proceed-to-checkout .button {
  width: 100%;
  height: 55px;
  text-align: center;
  border-radius: 9px;
  background: var(--wetheme-gradient);
  color: #ffffff;
  font-size: 19px;
  font-weight: 600;
  border: none;
  margin-top: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
  overflow: hidden;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.woocommerce-checkout .cart_totals .wc-proceed-to-checkout .button::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    -45deg,
    rgba(0, 0, 0, 0) 40%,
    rgba(255, 255, 255, 0.45) 60%,
    rgba(0, 0, 0, 0) 80%
  );
  transition: 500ms ease;
  background-size: 200% 200%, 100% 100%;
  background-repeat: no-repeat;
  background-position: -100% -100%, 0 0;
  z-index: 1;
  transition: none;
}

.woocommerce-checkout .cart_totals .wc-proceed-to-checkout .button:focus {
  text-decoration: none;
}

.woocommerce-checkout .cart_totals .wc-proceed-to-checkout .button:hover {
  color: #ffffff;
  transform: translateY(-2px);
}

.woocommerce-checkout .cart_totals .wc-proceed-to-checkout .button:hover::before {
  background-position: 100% 100%, 0 0;
  transition: background-position 0.7s ease;
}
.woocommerce-checkout .cart_totals .wc-proceed-to-checkout .button:not(:hover)::before {
  transition: none;
  background-position: -100% -100%;
}

.woocommerce-checkout .cart_totals .wc-proceed-to-checkout .button span {
  position: relative;
  z-index: 2;
}

.woocommerce-cart .shop_table {
  border: none;
  margin: 0;
  width: 100%;
}

.woocommerce-cart .shop_table th,
.woocommerce-cart .shop_table td {
  border: none;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
}

.woocommerce-cart .shop_table th {
  font-weight: 600;
  color: #333333;
  font-size: 16px;
}

.woocommerce-cart .shop_table td {
  font-weight: 600;
  color: #333333;
  font-size: 16px;
}

.woocommerce-checkout .woocommerce-billing-fields h3,
.woocommerce-checkout .woocommerce-shipping-fields h3,
.woocommerce-checkout .woocommerce-additional-fields h3 {
  margin: 0 0 25px 0;
  font-weight: 600;
  color: #000000;
  font-size: 18px;
  text-align: right;
}

.woocommerce-checkout .form-row {
  margin-bottom: 14px;
}

.woocommerce-checkout .form-row label {
  font-weight: 700;
  color: #333;
  margin-bottom: 6px;
  display: block;
}

.woocommerce-checkout .form-row .required {
  color: #d32f2f;
}

.woocommerce-checkout .form-row input[type="text"],
.woocommerce-checkout .form-row input[type="email"],
.woocommerce-checkout .form-row input[type="tel"],
.woocommerce-checkout .form-row input[type="password"],
.woocommerce-checkout .form-row select,
.woocommerce-checkout .form-row textarea {
  height: 50px;
  border: 1px solid #c9c9c9;
  border-radius: 8px;
  padding: 0 12px;
  font-size: 14px;
  width: 100%;
}

.woocommerce-checkout .form-row textarea {
  height: auto;
  min-height: 80px;
  padding: 12px;
}

.woocommerce-checkout .payment_methods {
  list-style: none;
  margin: 0;
  padding: 0;
}

.woocommerce-checkout .payment_methods li {
  background: #fff;
  border: 2px solid #eee;
  border-radius: 16px;
  padding: 16px;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 14px;
  position: relative;
}

.woocommerce-checkout .payment_methods li:hover {
  border-color: #ddd;
}

.woocommerce-checkout .payment_methods li input[type="radio"] {
  position: absolute;
  right: 12px;
  top: 12px;
  width: 20px;
  height: 20px;
}

.woocommerce-checkout .payment_methods li label {
  font-weight: 800;
  margin-bottom: 6px;
  display: block;
}

.woocommerce-checkout .payment_methods li .payment_box {
  color: #555;
  margin: 18px 0;
  padding-right: 20px;
  font-size: 16px;
  width: 80%;
}


/*Responsive */
@media (max-width: 768px) {
  .woocommerce-cart .woocommerce{
    padding: 0 16px;
  }
  .woocommerce-cart .cart_totals {
    padding: 0;
  }

  .woocommerce-cart .cart_totals .payment-info-header {
    margin-bottom: 12px;
  }

  .woocommerce-cart .cart_totals .payment-info-header h3 {
    margin-top: 3px;
    font-size: 18px;
    font-weight: 700;
    color: #000000;
    text-align: center;
  }

  .woocommerce-cart .cart_totals h2 {
    margin: 0 0 12px 0;
    font-size: 16px;
    font-weight: 800;
    text-align: center;
  }

  .woocommerce-cart .cart_totals .shop_table {
    width: 100%;
    border: none;
  }

  .woocommerce-cart .cart_totals .shop_table th,
  .woocommerce-cart .cart_totals .shop_table td {
    padding: 10px 8px;
    border: none;
    font-weight: 600;
    font-size: 14px;
    color: #333333;
  }

  .woocommerce-cart .cart_totals .shop_table th { 
    text-align: right; 
    font-size: 15px;
  }
  .woocommerce-cart .cart_totals .shop_table td { 
    text-align: left; 
    font-size: 15px;
    padding: 10px 8px !important;
  }

  .woocommerce-cart .cart_totals .shop_table td .woocommerce-Price-amount {
    color: #333333;
    font-size: 16px;
    font-weight: 600;
  }
  .woocommerce-cart .cart_totals .shop_table td .woocommerce-Price-currencySymbol {
    color: #333333;
    font-size: 13px;
    font-weight: 500;
  }

  .woocommerce-cart .cart_totals .shop_table .cart-discount td {
    padding: 0px 0px 6px 8px;
    width: max-content;
    font-size: 15px;
  }
  .woocommerce-cart .cart_totals .shop_table .cart-discount th {
    padding: 0px 8px 6px 0;
    width: max-content;
    font-size: 14px;
    color: #4260ff;
  }
  .woocommerce-cart .cart_totals .shop_table .cart-discount td .woocommerce-Price-amount {
    color: #4260ff;
    font-size: 15px;
    font-weight: 600;
  }
  .woocommerce-cart .cart_totals .shop_table .cart-discount td .woocommerce-Price-amount .woocommerce-Price-currencySymbol {
    color: #4260ff;
    font-size: 13px;
    font-weight: 500;
  }
  .woocommerce-cart .cart_totals .shop_table .cart-discount td .woocommerce-remove-coupon {
    font-size: 11px;
  }

  .woocommerce-cart .cart_totals .shop_table .cart-savings th {
    color: #21ad55;
    font-size: 15px;
    font-weight: 500;
  }

  .woocommerce-cart .cart_totals .shop_table .cart-savings td {
    text-align: left;
  }

  .woocommerce-cart .cart_totals .shop_table .cart-savings .savings-amount {
    display: inline-flex;
    align-items: center;
    color: #198754;
  }

  .woocommerce-cart .cart_totals .shop_table .cart-savings .savings-amount .woocommerce-Price-amount {
    font-size: 14px;
    font-weight: 500;
    color: #21ad55;
  }

  .woocommerce-cart .cart_totals .shop_table .cart-savings .savings-amount .woocommerce-Price-amount .woocommerce-Price-currencySymbol {
    font-size: 13px;
    font-weight: 500;
    color: #21ad55;
  }

  .woocommerce-cart .cart_totals .shop_table .order-total td .woocommerce-Price-amount {
    color: #333333;
    font-weight: 600;
    font-size: 19px;
  }
  .woocommerce-cart .cart_totals .shop_table .order-total td .woocommerce-Price-currencySymbol {
    color: #333333;
    font-weight: 500;
    font-size: 13px;
  }

  .woocommerce-cart .cart_totals .shop_table .order-total th,
  .woocommerce-cart .cart_totals .shop_table .order-total td {
    color: #333333;
    font-size: 15px;
    font-weight: 600;
  }

  .woocommerce-cart .cart_totals .shipping-cost th { 
    color: #333333; 
    font-size: 15px;
  }
  .woocommerce-cart .cart_totals .shipping-cost td .free-shipping { 
    color: #00a651; 
    font-weight: 600; 
    font-size: 15px;
  }

  .woocommerce-cart .cart_totals .cart-totals-coupon-row td { 
    padding: 0; 
    padding-bottom: 12px; 
  }
  .woocommerce-cart .cart_totals .cart-totals-coupon { 
    margin-top: 4px;
    border: 1px solid #cecece;
    border-radius: 7px;
  }
  .woocommerce-cart .cart_totals .cart-totals-coupon .coupon { 
    display: flex;
    align-items: flex-end;
    gap: 6px;
    height: 49px;
    flex-wrap: wrap;
    margin: 0;
    border-radius: 12px;
    align-content: center;
  }
  .woocommerce-cart .cart_totals .cart-totals-coupon .coupon input#coupon_code {
    flex: 1;
    min-width: 150px;
    height: 45px;
    padding: 0 10px;
    font-size: 14px;
  }
  .woocommerce-cart .cart_totals .cart-totals-coupon .coupon .button {
    height: 36px;
    width: 88px;
    padding: 0 12px;
    border-radius: 5px;
    background: var(--wetheme-primary-color);
    color: #fff;
    border: none;
    font-size: 13px;
    font-weight: 800;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .woocommerce-cart .cart_totals .cart-totals-coupon .coupon .button:hover { 
    background: var(--wetheme-primary-color);
    background-image: linear-gradient(rgb(254 29 2 / 15%), rgb(254 29 0 / 15%));
  }

  .woocommerce-cart .cart_totals .wc-proceed-to-checkout {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 101;
    padding: 12px 30px;
    margin: 0;
  }

  .woocommerce-cart .cart_totals .wc-proceed-to-checkout .button {
    width: 100%;
    height: 50px;
    text-align: center;
    border-radius: 8px;
    background: var(--wetheme-gradient);
    color: #ffffff;
    font-size: 17px;
    font-weight: 600;
    border: none;
    margin-top: 0;
    cursor: pointer;
    transition: all 0.3s ease;
    overflow: hidden;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .woocommerce-cart .cart_totals .wc-proceed-to-checkout .button:focus {
    text-decoration: none;
  }

  .woocommerce-cart .cart_totals .wc-proceed-to-checkout .button:hover {
    color: #ffffff;
    transform: translateY(-1px);
  }

  .woocommerce-cart .cart-collaterals {
    background: #ffffff;
    border-radius: 12px;
    border: 1px solid #e0e0e0;
    padding: 20px 20px 30px 20px;
    margin-top: 10px;
    margin-bottom: 0;
  }

  .woocommerce-cart .cart_totals h2 {
    margin: 0 0 14px 0;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
  }

  .woocommerce-checkout .cart_totals {
    padding: 15px 15px 30px 15px;
    background: #ffffff;
    border-radius: 12px;
    border: 1px solid #e0e0e0;
    position: relative;
    top: 0;
    width: 100%;
    margin-bottom: 0;
  }

  .woocommerce-checkout .cart_totals .payment-info-header {
    margin-bottom: 12px;
  }

  .woocommerce-checkout .cart_totals .payment-info-header h3 {
    margin-top: 3px;
    font-size: 16px;
    font-weight: 700;
    color: #000000;
    text-align: center;
  }

  .woocommerce-checkout .cart_totals h2 {
    margin: 0 0 12px 0;
    font-size: 16px;
    font-weight: 800;
    text-align: center;
  }

  .woocommerce-checkout .cart_totals {
    align-self: start;
    position: relative;
    top: 0;
    width: 100%;
  }

  .woocommerce-checkout .col2-set .col-2 .cart_totals {
    width: 100%;
    position: relative;
    top: 0;
    align-self: start;
    margin-bottom: 40px;
  }

  .woocommerce-checkout .cart_totals .shop_table {
    width: 100% !important;
    max-width: 100% !important;
    display: table !important;
    table-layout: fixed !important;
    border: none;
    margin: 0;
  }

  .woocommerce-checkout .cart_totals .shop_table tbody {
    display: table-row-group !important;
    width: 100%;
  }

  .woocommerce-checkout .cart_totals .shop_table tr {
    display: table-row !important;
    width: 100%;
  }

  .woocommerce-checkout .cart_totals .shop_table th,
  .woocommerce-checkout .cart_totals .shop_table td {
    display: table-cell !important;
    width: 50% !important;
    padding: 10px 8px;
    border: none;
    font-weight: 600;
    font-size: 14px;
    color: #333333;
    box-sizing: border-box;
  }

  .woocommerce-checkout .cart_totals .shop_table th { 
    text-align: right; 
    font-size: 13px;
  }
  .woocommerce-checkout .cart_totals .shop_table td { 
    text-align: left; 
    font-size: 13px;
  }

  .woocommerce-checkout .cart_totals .shop_table td .woocommerce-Price-amount {
    color: #333333;
    font-size: 16px;
    font-weight: 600;
  }
  .woocommerce-checkout .cart_totals .shop_table td .woocommerce-Price-currencySymbol {
    color: #333333;
    font-size: 13px;
    font-weight: 500;
  }

  .woocommerce-checkout .cart_totals .shop_table .order-total td .woocommerce-Price-amount {
    color: #333333;
    font-size: 18px;
    font-weight: 600;
  }
  .woocommerce-checkout .cart_totals .shop_table .order-total td .woocommerce-Price-currencySymbol {
    color: #333333;
    font-weight: 500;
    font-size: 13px;
  }

  .woocommerce-checkout .cart_totals .shop_table .order-total th,
  .woocommerce-checkout .cart_totals .shop_table .order-total td {
    color: #333333;
    font-size: 14px;
    font-weight: 600;
  }

  .woocommerce-checkout .cart_totals .shipping-cost th { 
    color: #333333; 
    font-size: 13px;
  }
  .woocommerce-checkout .cart_totals .shipping-cost td .free-shipping { 
    color: #00a651; 
    font-weight: 600; 
    font-size: 13px;
  }

  .woocommerce-checkout .cart_totals .shop_table .cart-savings th {
    color: #21ad55;
    font-size: 15px;
    font-weight: 500;
  }

  .woocommerce-checkout .cart_totals .shop_table .cart-savings td {
    text-align: left;
  }

  .woocommerce-checkout .cart_totals .shop_table .cart-savings .savings-amount {
    display: inline-flex;
    align-items: center;
    color: #198754;
  }

  .woocommerce-checkout .cart_totals .shop_table .cart-savings .savings-amount .woocommerce-Price-amount {
    font-size: 14px;
    font-weight: 500;
    color: #21ad55;
  }

  .woocommerce-checkout .cart_totals .shop_table .cart-savings .savings-amount .woocommerce-Price-amount .woocommerce-Price-currencySymbol {
    font-size: 13px;
    font-weight: 500;
    color: #21ad55;
  }

  .woocommerce-checkout .cart_totals .shop_table .cart-discount td {
    padding: 0px 0px 6px 8px;
    width: max-content;
    font-size: 13px;
  }
  .woocommerce-checkout .cart_totals .shop_table .cart-discount th {
    padding: 0px 8px 6px 0;
    width: max-content;
    font-size: 12px;
    color: #4260ff;
  }
  .woocommerce-checkout .cart_totals .shop_table .cart-discount td .woocommerce-Price-amount {
    color: #4260ff;
    font-size: 13px;
    font-weight: 600;
  }
  .woocommerce-checkout .cart_totals .shop_table .cart-discount td .woocommerce-Price-amount .woocommerce-Price-currencySymbol {
    color: #4260ff;
    font-size: 12px;
    font-weight: 500;
  }
  .woocommerce-checkout .cart_totals .shop_table .cart-discount td .woocommerce-remove-coupon {
    font-size: 11px;
  }

  body.checkout_page .woocommerce .woocommerce-checkout .col2-set p.form-row input.input-text {
    border: 1px solid #e3e3e3;
    padding-top: 18px;
    height: 45px !important;
    line-height: 40px !important;
    overflow: hidden;
    border-radius: 6px !important;
    font-size: 14px !important;
    text-align: right;
    padding-right: 15px !important;
    color: #2c3135 !important;
    margin: 0 !important;
  }

  body.checkout_page .woocommerce .woocommerce-checkout .col2-set p.form-row#billing_last_name_field, 
  body.checkout_page .woocommerce .woocommerce-checkout .col2-set p.form-row#billing_state_field {
    width: 100% !important;
    display: block;
    margin-bottom: 14px;
  }

  body.checkout_page .woocommerce .woocommerce-checkout p.form-row input.input-text,
  body.checkout_page .woocommerce .woocommerce-checkout p.form-row textarea,
  body.checkout_page .woocommerce .woocommerce-checkout p.form-row select {
    border: 1px solid #e3e3e3;
    padding-top: 18px;
    height: 45px !important;
    line-height: 40px !important;
    overflow: hidden;
    border-radius: 6px !important;
    font-size: 14px !important;
    text-align: right;
    padding-right: 15px !important;
    color: #2c3135 !important;
    margin: 0 !important;
    background-color: #ffffff;
  }

  body.checkout_page .woocommerce .woocommerce-checkout p.form-row textarea {
    height: auto !important;
    min-height: 90px;
    line-height: 1.5;
    padding-top: 12px;
  }

  .woocommerce-checkout .cart_totals .cart-totals-coupon-row td { 
    padding: 0; 
    padding-bottom: 12px; 
  }
  .woocommerce-checkout .cart_totals .cart-totals-coupon { 
    margin: 0; 
  }
  .woocommerce-checkout .cart_totals .cart-totals-coupon .coupon { 
    display: flex; 
    align-items: center; 
    gap: 6px; 
    height: 45px;
    flex-wrap: wrap;
  }
  .woocommerce-checkout .cart_totals .cart-totals-coupon .coupon input#coupon_code {
    flex: 1;
    min-width: 150px;
    height: 45px;
    border-radius: 6px;
    padding: 0 10px;
    font-size: 14px;
  }
  .woocommerce-checkout .cart_totals .cart-totals-coupon .coupon .button {
    height: 32px;
    width: 75px;
    padding: 0 12px;
    border-radius: 4px;
    background: var(--wetheme-primary-color);
    color: #ffffff;
    border: none;
    font-size: 13px;
    font-weight: 800;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .woocommerce-checkout .cart_totals .cart-totals-coupon .coupon .button:hover { 
    background: #f57c00; 
  }

  .woocommerce-checkout .cart_totals .wc-proceed-to-checkout {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
    padding: 12px 30px;
    margin: 0;
    display: block !important;
  }

  .woocommerce-checkout .cart_totals .wc-proceed-to-checkout .button {
    width: 100%;
    height: 50px;
    text-align: center;
    border-radius: 8px;
    background: var(--wetheme-gradient);
    color: #ffffff;
    font-size: 17px;
    font-weight: 600;
    border: none;
    margin-top: 0;
    cursor: pointer;
    transition: all 0.3s ease;
    overflow: hidden;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .woocommerce-checkout .cart_totals .wc-proceed-to-checkout .button:focus {
    text-decoration: none;
  }

  .woocommerce-checkout .cart_totals .wc-proceed-to-checkout .button:hover {
    color: #ffffff;
    transform: translateY(-1px);
  }

}

@media (max-width: 480px) {
  .woocommerce-checkout .cart_totals {
    padding: 15px 15px 30px 15px;
    border-radius: 12px;
  }

  .woocommerce-cart .woocommerce {
    padding: 0;
  }

  .woocommerce-checkout .cart_totals .wc-proceed-to-checkout {
    padding: 10px 12px;
  }

  .woocommerce-checkout .cart_totals .wc-proceed-to-checkout .button {
    padding: 10px 20px;
  }

  .woocommerce-checkout .cart_totals .shop_table td {
    text-align: left;
    font-size: 13px;
    padding: 10px 8px !important;
  }

  .woocommerce-cart .cart_totals .shop_table td .woocommerce-Price-amount {
    color: #333333;
    font-size: 15px;
    font-weight: 600;
  }

  .woocommerce-checkout .cart_totals .shop_table td .woocommerce-Price-amount {
    color: #333333;
    font-size: 15px;
    font-weight: 600;
  }

  .woocommerce-cart .shop_table {
    border: none;
    margin: 0;
    width: 100%;
  }

  .woocommerce-checkout .cart_totals .cart-totals-coupon-row td {
    text-align: left;
    font-size: 13px;
    padding: 10px 8px !important;
  }

  .woocommerce-checkout .cart_totals .shop_table td .woocommerce-Price-currencySymbol {
    color: #333333;
    font-size: 12px;
    font-weight: 500;
  }

  .woocommerce-checkout .cart_totals .shop_table td .woocommerce-Price-currencySymbol {
    color: #333333;
    font-size: 12px;
    font-weight: 500;
  }

  .woocommerce-checkout .cart_totals .shop_table .order-total td .woocommerce-Price-currencySymbol {
    color: #333333;
    font-weight: 500;
    font-size: 12px;
  }

  .woocommerce-checkout .cart_totals .shop_table .cart-savings .savings-amount .woocommerce-Price-amount .woocommerce-Price-currencySymbol {
    font-size: 12px;
    font-weight: 500;
    color: #21ad55;
  }

  .woocommerce-cart .cart_totals .shop_table td .woocommerce-Price-currencySymbol {
    color: #333333;
    font-size: 12px;
    font-weight: 500;
  }

  .woocommerce-cart .cart_totals .shop_table td .woocommerce-Price-currencySymbol {
    color: #333333;
    font-size: 12px;
    font-weight: 500;
  }

  .woocommerce-cart .cart_totals .shop_table .order-total td .woocommerce-Price-currencySymbol {
    color: #333333;
    font-weight: 500;
    font-size: 12px;
  }

  .woocommerce-cart .cart_totals .shop_table .cart-savings .savings-amount .woocommerce-Price-amount .woocommerce-Price-currencySymbol {
    font-size: 12px;
    font-weight: 500;
    color: #21ad55;
  }

  .woocommerce-checkout .cart_totals .cart-totals-coupon {
    margin-top: 4px;
    border: 1px solid #cecece;
    border-radius: 7px;
  }

  .woocommerce-checkout .cart_totals .cart-totals-coupon .coupon {
    display: flex;
    align-items: flex-end;
    gap: 6px;
    height: 49px;
    flex-wrap: wrap;
    margin: 0;
    border-radius: 12px;
    align-content: center;
  }

  .woocommerce-checkout .cart_totals .cart-totals-coupon .coupon input#coupon_code {
    flex: 1;
    min-width: 150px;
    height: 45px;
    padding: 0 10px;
    font-size: 13px;
  }

  .woocommerce-checkout .cart_totals .cart-totals-coupon .coupon .button {
    height: 36px;
    width: 70px;
    border-radius: 5px;
    align-self: center;
    justify-self: center;
  }

  .woocommerce-cart .shop_table thead {
    display: none !important;
  }

  .woocommerce-cart .shop_table th.product-subtotal {
    display: none !important;
  }

  .woocommerce-cart .shop_table td.product-subtotal {
    display: table-cell !important;
  }

  .woocommerce-cart .shop_table td.product-subtotal .woocommerce-Price-amount {
    display: none !important;
  }

  .wth-next-shoppingcart-card-body .shop_table td.product-subtotal .woocommerce-Price-amount {
    display: block !important;
  }

  .woocommerce-cart .shop_table td.product-subtotal .wth-add-shoppingcart-container {
    display: flex;
    position: static;
    margin-top: 0;
    text-align: center;
  }

  .woocommerce-cart .shop_table td.product-subtotal .wth-add-shoppingcart-container a.wth-add-to-next-shopping-list {
    display: inline-flex !important;
    justify-content: center;
    width: auto;
    font-size: 10px;
  }

  .woocommerce-cart .shop_table td.product-remove,
  .woocommerce-cart .shop_table th.product-remove {
    display: none !important;
  }

  .woocommerce-cart .shop_table th,
  .woocommerce-cart .shop_table td {
    border: none;
    padding: 8px 0;
  }
  .woocommerce-cart .shop_table tbody tr.cart_item {
    display: grid;
    grid-template-columns: 100px 1fr;
    grid-template-rows: auto auto;
    row-gap: 8px;
    column-gap: 5px;
    padding: 15px;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    margin-bottom: 15px;
    background: #ffffff;
    position: relative;
  }

  .woocommerce-cart .shop_table tbody tr.cart_item:last-child {
    margin-bottom: 0;
  }

  .woocommerce-cart .shop_table tbody tr.cart_item td.product-thumbnail {
    grid-column: 1;
    grid-row: 1;
    padding: 0 !important;
    justify-self: center;
    align-self: center;
  }

  .woocommerce-cart .shop_table tbody tr.cart_item td.product-thumbnail img {
    width: 100px;
    height: 85px;
    object-fit: contain;
  }

  .woocommerce-cart .shop_table tbody tr.cart_item td.product-name {
    grid-column: 2;
    grid-row: 1;
    padding: 0 !important;
    align-self: self-start;
    text-align: right;
  }

  .woocommerce-cart .shop_table tbody tr.cart_item td.product-name a {
    font-size: 14px;
    line-height: 1.5;
    word-break: break-word;
    color: #333;
    text-decoration: none;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: calc(1.5em * 2);
  }

  .woocommerce-cart .shop_table tbody tr.cart_item td.product-name a:hover {
    color: #feb022;
  }

  .woocommerce-cart .cart_totals .shop_table th, .woocommerce-cart .cart_totals .shop_table td {
    padding: 10px 8px;
    border: none;
    font-weight: 600;
    font-size: 14px;
    color: #333333;
  }

  .woocommerce-cart .cart_totals .shop_table th {
    text-align: right;
    font-size: 13px;
  }

  .woocommerce-cart .cart_totals .shop_table td {
    text-align: left;
    font-size: 13px;
    padding: 10px 8px !important;
  }

  .woocommerce-cart .cart_totals .shipping-cost th {
    color: #333333;
    font-size: 13px;
  }

  .woocommerce-cart .cart_totals .shop_table td {
    text-align: left;
    font-size: 13px;
    padding: 10px 8px !important;
  }

  .woocommerce-cart .cart_totals .shop_table .order-total th, .woocommerce-cart .cart_totals .shop_table .order-total td {
    color: #333333;
    font-size: 14px;
    font-weight: 600;
  }

  .woocommerce-cart .cart_totals .shop_table .order-total td .woocommerce-Price-amount {
    color: #333333;
    font-weight: 600;
    font-size: 18px;
  }

  .woocommerce-cart .cart_totals .payment-info-header h3 {
    margin-top: 3px;
    font-size: 16px;
    font-weight: 700;
    color: #000000;
    text-align: center;
  }

  @media (max-width: 768px) {
    .woocommerce-cart .shop_table tbody tr.cart_item td.product-name a {
      font-size: 13px;
      line-height: 1.8;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
      max-height: calc(2.1em * 2);
    }
  }

  @media (max-width: 480px) {
    .woocommerce-cart .shop_table tbody tr.cart_item td.product-name a {
      font-size: 12px;
      line-height: 2.2;
    }
  }

  .woocommerce-cart .shop_table tbody tr.cart_item td.product-quantity {
    grid-column: 1;
    grid-row: 2;
    padding: 0 !important;
    margin: 0;
    text-align: right;
    align-self: center;
  }

  .woocommerce-cart .shop_table .product-quantity .quantity {
    gap: 5px;
  }

  .woocommerce-cart .shop_table tbody tr.cart_item td.product-price {
    grid-column: 2;
    grid-row: 2;
    padding: 0;
    margin-bottom: 0 !important;
    text-align: left;
    justify-self: end;
    align-self: center;
    font-size: 16px;
  }

  .woocommerce-cart .shop_table tbody tr.actions {
    display: table-row !important;
  }

  .woocommerce-cart .shop_table tbody tr.actions td {
    display: table-cell !important;
  }

  .woocommerce-cart .shop_table tbody td {
    padding: 0 !important;
    vertical-align: middle;
  } 

  .woocommerce-cart .shop_table th {
    font-weight: 600;
    color: #333333;
    font-size: 14px;
  }

  .woocommerce-cart .shop_table td {
    font-weight: 600;
    color: #333333;
  }

  .woocommerce-cart .cart-actions-buttons {
    display: none;
  }

  .woocommerce-cart .cart-actions-buttons .button {
    width: 100%;
  }

  .woocommerce-cart .cart-actions-buttons .go-to-shop-btn {
    background: #4260ff;
  }

  .woocommerce-cart .cart-actions-buttons .go-to-shop-btn svg {
    width: 16px;
    height: 16px;
    fill: none;
    stroke: currentColor;
    flex-shrink: 0;
  }

  .woocommerce-cart .cart-actions-buttons .clear-cart-btn {
    background: #fff;
  }

  .woocommerce-cart .cart-actions-buttons .clear-cart-btn:hover {
    background: #f8f9fa;
  }

  .woocommerce-cart .cart-collaterals {
    background: #ffffff;
    border-radius: 12px;
    border: 1px solid #e0e0e0;
    padding: 15px 15px 30px 15px;
    margin-top: 10px;
    margin-bottom: 40px;
  }

  .woocommerce-cart .cart_totals .wc-proceed-to-checkout {
    padding: 10px 12px;
  }

  .woocommerce-cart .cart_totals .cart-totals-coupon .coupon .button {
    height: 36px;
    width: 70px;
    border-radius: 5px;
    align-self: center;
    justify-self: center;
  }

  .woocommerce-cart .cart_totals .cart-totals-coupon .coupon input#coupon_code {
    flex: 1;
    min-width: 150px;
    height: 45px;
    padding: 0 10px;
    font-size: 13px;
  }

  .woocommerce-cart .cart_totals .cart-totals-coupon .coupon {
    display: flex;
    align-items: flex-end;
    gap: 6px;
    height: 49px;
    flex-wrap: wrap;
    margin: 0;
    border-radius: 12px;
    align-content: center;
  }

  .woocommerce-cart .cart_totals .cart-totals-coupon {
    margin-top: 4px;
    border: 1px solid #cecece;
    border-radius: 7px;
  }

  .woocommerce-checkout .woocommerce-billing-fields h3,
  .woocommerce-checkout .woocommerce-shipping-fields h3,
  .woocommerce-checkout .woocommerce-additional-fields h3 {
    margin: 0 0 20px 0;
    font-weight: 600;
    color: #000000;
    font-size: 16px;
    text-align: right;
  }

  .woocommerce-checkout .form-row {
    margin-bottom: 12px;
  }

  .woocommerce-checkout .form-row label {
    font-weight: 700;
    color: #333;
    margin-bottom: 5px;
    display: block;
    font-size: 12px;
  }

  .woocommerce-checkout .form-row .required {
    color: #d32f2f;
  }

  .woocommerce-checkout .form-row input[type="text"],
  .woocommerce-checkout .form-row input[type="email"],
  .woocommerce-checkout .form-row input[type="tel"],
  .woocommerce-checkout .form-row input[type="password"],
  .woocommerce-checkout .form-row select,
  .woocommerce-checkout .form-row textarea {
    height: 42px;
    border: 1px solid #c9c9c9;
    border-radius: 7px;
    padding: 0 10px;
    font-size: 12px;
    width: 100%;
  }

  .woocommerce-checkout .form-row textarea {
    height: auto;
    min-height: 70px;
    padding: 10px;
  }

  .woocommerce-checkout .payment_methods {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .woocommerce-checkout .payment_methods li {
    background: #fff;
    border: 2px solid #eee;
    border-radius: 12px;
    padding: 12px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
    flex-wrap: wrap;
  }

  .woocommerce-checkout .payment_methods li:hover {
    border-color: #ddd;
  }

  .woocommerce-checkout .payment_methods li input[type="radio"] {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 18px;
    height: 18px;
  }

  .woocommerce-checkout .payment_methods li label {
    font-weight: 800;
    margin-bottom: 5px;
    display: block;
    font-size: 14px;
  }

  .woocommerce-checkout .payment_methods li .payment_box {
    color: #555;
    margin-top: 12px;
    padding-right: 15px;
    font-size: 14px;
    width: 100%;
  }
}


.mini-cart {
  position: absolute;
  top: calc(100% + 24px);
  right: 50%;
  transform: translateX(50%) translateY(-10px);
  width: 350px;
  max-height: 500px;
  background: #fff;
  box-shadow: 0 8px 25px rgba(0,0,0,0.15);
  border-radius: 12px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  overflow: hidden;
  border: 1px solid #e0e0e0;
  pointer-events: none;
}

.mini-cart.wetheme-active {
  opacity: 1;
  visibility: visible;
  transform: translateX(50%) translateY(0);
  pointer-events: auto;
}

.mini-cart::before {
  content: '';
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
  z-index: 1;
}

.mini-cart::after {
  content: '';
  position: absolute;
  top: -9px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 9px solid #e0e0e0;
  z-index: 0;
}

.header-cart {
  position: relative;
  display: inline-block;
  z-index: 200;
}

.header-cart .cart-icon {
  position: relative;
  z-index: 1002;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}


.mini-cart-header {
  padding: 15px 20px;
  border-bottom: 1px solid #eee;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f8f9fa;
  border-radius: 12px 12px 0 0;
}

.mini-cart-header h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  color: #333;
}

.mini-cart-close {
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
  color: #666;
  padding: 0;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.mini-cart-close:hover {
  background: #e9ecef;
  color: #333;
}

.mini-cart-content {
  padding: 10px 20px;
  max-height: 500px;
  overflow-y: auto;
  margin-inline-end: -2px;
}

.mini-cart-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 10px 0 20px 0;
  border-bottom: 1px solid #f0f0f0;
}

.mini-cart-item:last-child {
  border-bottom: none;
}

.mini-cart-item img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 6px;
  flex-shrink: 0;
}

.mini-cart-item-details {
  flex: 1;
  min-width: 0;
}

.mini-cart-item-title {
  font-weight: 600;
  color: #333;
  margin-bottom: 8px;
  font-size: 13px;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.mini-cart-item-price {
  color: var(--orange);
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 5px;
}

.mini-cart-item-qty {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
}

.mini-cart-item-qty .qty {
  width: 50px;
  height: 30px;
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 14px;
}

.mini-cart-item-qty .plus,
.mini-cart-item-qty .minus {
  width: 30px;
  height: 30px;
  border: 1px solid #ddd;
  background: #fff;
  border-radius: 5px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  transition: all 0.3s ease;
}

.mini-cart-item-qty .plus:hover,
.mini-cart-item-qty .minus:hover {
  background: var(--yellow);
  color: #fff;
  border-color: var(--yellow);
}

.mini-cart-item-remove {
  color: #c62828;
  text-decoration: none;
  font-size: 12px;
  font-weight: 600;
  padding: 5px 10px;
  border: 1px solid #c62828;
  border-radius: 5px;
  transition: all 0.3s ease;
}

.mini-cart-item-remove:hover {
  background: #c62828;
  color: #fff;
}

.mini-cart-footer {
  padding: 15px 20px;
  border-top: 1px solid #eee;
  background: #f8f9fa;
  border-radius: 0 0 12px 12px;
}

.mini-cart-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 700;
  color: #333;
}

.mini-cart-buttons {
  display: flex;
  gap: 8px;
}

.mini-cart-buttons .button {
  flex: 1;
  height: 40px;
  border: none;
  border-radius: 6px;
  font-weight: 600;
  font-size: 13px;
  cursor: pointer;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.mini-cart-buttons .button.checkout {
  background: var(--orange);
  color: #fff;
}

.mini-cart-buttons .button.cart {
  background: #fff;
  color: #333;
  border: 1px solid #ddd;
}

.mini-cart-content .woocommerce-mini-cart {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mini-cart-content .woocommerce-mini-cart-item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  padding: 10px 0;
  position: relative;
}

.mini-cart-content .woocommerce-mini-cart-item .mini-cart-item-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  width: 100%;
  position: relative;
}

.mini-cart-content .woocommerce-mini-cart-item .mini-cart-item-wrapper .variation {
  display: flex;
  font-size: 13px;
  gap: 5px;
}

.mini-cart-content .woocommerce-mini-cart-item .remove {
  position: absolute;
  top: 0;
  right: 0;
  background: #f5f5f5;
  border: none;
  cursor: pointer;
  color: #252525;
  padding: 0;
  width: 21px;
  height: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s ease;
  text-decoration: none;
  z-index: 10;
}

.mini-cart-content .woocommerce-mini-cart-item .remove svg {
  width: 12px;
  height: 12px;
  color: inherit;
}

.mini-cart-content .woocommerce-mini-cart-item .remove:hover {
  background: #e9ecef;
  color: #333;
}

.mini-cart-content .woocommerce-mini-cart-item .mini-cart-item-image {
  flex-shrink: 0;
}

.mini-cart-content .woocommerce-mini-cart-item .mini-cart-item-image img {
  width: 80px;
  height: 80px;
  object-fit: contain;
  border-radius: 8px;
  background: #f8f9fa;
}

.mini-cart-content .woocommerce-mini-cart-item .mini-cart-item-details {
  flex: 1;
  min-width: 0;
}

.mini-cart-content .woocommerce-mini-cart-item .mini-cart-item-title {
  font-weight: 500;
  color: #202020;
  margin-bottom: 8px;
  font-size: 13px;
  line-height: 1.8;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-decoration: none;
}

.mini-cart-content .woocommerce-mini-cart-item .mini-cart-item-title:hover {
  text-decoration: none;
  color: #333;
}

.mini-cart-content .woocommerce-mini-cart-item .mini-cart-item-quantity {
  margin-top: 8px;
}

.mini-cart-content .woocommerce-mini-cart-item .mini-cart-item-quantity .quantity {
  font-size: 14px;
  color: #333;
  font-weight: 500;
}

.mini-cart-content .woocommerce-mini-cart-item .mini-cart-item-quantity .quantity .woocommerce-Price-amount {
  color: #333;
  font-weight: 600;
}

.mini-cart-content .woocommerce-mini-cart-item .mini-cart-item-quantity .quantity .woocommerce-Price-currencySymbol {
  color: #333;
  font-weight: 600;
  font-size: 12px;
}

.mini-cart-content .woocommerce-mini-cart__total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 0;
  border-top: 1px solid #dfdfdf;
  margin: 0px;
  font-size: 16px;
  font-weight: 600;
  color: #202020;
}

.mini-cart-content .woocommerce-mini-cart__total strong {
  font-weight: 600;
  color: #202020;
}

.mini-cart-content .woocommerce-mini-cart__total .woocommerce-Price-amount {
  color: #202020;
  font-weight: 600;
}

.mini-cart-content .woocommerce-mini-cart__total .woocommerce-Price-currencySymbol {
  color: #202020;
  font-weight: 600;
}
.mini-cart-content .woocommerce-mini-cart__buttons {
  display: flex;
  gap: 12px;
  margin-top: 10px;
}

.mini-cart-content .woocommerce-mini-cart__buttons .button {
  display: inline-block;
  padding: 15px 0px;
  width: 50%;
  color: #fff;
  text-align: center;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 600;
  font-size: 16px;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
}

.mini-cart-content .woocommerce-mini-cart__buttons .button:hover {
  background: var(--wetheme-primary-color);
  color: #fff;
  text-decoration: none;
}

.mini-cart-content .woocommerce-mini-cart__buttons .button.wc-forward {
  background: #fff;
  color: #333;
  border: 1px solid #ddd;
}

.mini-cart-content .woocommerce-mini-cart__buttons .button.wc-forward:hover {
  color: #333;
}

.mini-cart-content .woocommerce-mini-cart__buttons .button.checkout {
  background: var(--wetheme-primary-color);
  color: #fff;
}

.mini-cart-content .woocommerce-mini-cart__buttons .button.checkout:hover {
  background-image: linear-gradient(rgb(0 0 0 / 4%), rgb(0 0 0 / 4%));
  color: #fff;
}


.mini-cart-empty {
  text-align: center;
  padding: 40px 20px;
  color: #666;
}

.mini-cart-empty h4 {
  margin: 0 0 10px 0;
  color: #333;
}

.mini-cart-empty p {
  margin: 0 0 20px 0;
}

.mini-cart-empty .button {
  background: var(--orange);
  color: #fff;
  padding: 12px 24px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  display: inline-block;
  transition: all 0.3s ease;
}

.mini-cart-empty .button:hover {
  background: #e68900;
  transform: translateY(-2px);
}

.woocommerce-mini-cart__empty-state {
  text-align: center;
  padding: 20px 10px;
}

.woocommerce-mini-cart__empty-state .mini-cart-empty-media {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
}

.woocommerce-mini-cart__empty-state .mini-cart-empty-media img,
.woocommerce-mini-cart__empty-state .mini-cart-empty-media .empty-cart-svg {
  width: 120px;
  height: auto;
  object-fit: contain;
}

.woocommerce-mini-cart__empty-state .mini-cart-empty-media img.empty-cart-svg,
.cart-empty-image.empty-cart-svg {
  width: 150px;
  height: auto;
}


.woocommerce-mini-cart__empty-state .mini-cart-empty-media svg {
  width: 110px;
  height: auto;
  display: block;
}

.woocommerce-mini-cart__empty-state .view-products-button {
  display: inline-block;
  color: #fff;
  padding: 12px 26px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  transition: all 0.3s ease;
  border: none;
}

.woocommerce-mini-cart__empty-state .view-products-button:hover,
.woocommerce-mini-cart__empty-state .view-products-button:focus {
  color: #fff;
}

.woocommerce-mini-cart__empty-state .woocommerce-mini-cart__empty-message {
  text-align: center;
  margin: 8px 0 14px 0;
  color: #555;
  font-weight: 500;
}

.mini-cart-content .woocommerce-mini-cart__empty-state .woocommerce-mini-cart__empty-message {
  text-align: center;
}

.mini-cart-content .woocommerce-mini-cart__empty-state .view-products-button { display:inline-block; background: var(--wetheme-primary-color);background-image: linear-gradient(rgb(254 29 2 / 15%), rgb(254 29 0 / 15%)); color:#fff; padding:12px 24px; border-radius:8px; text-decoration:none; font-weight:600; transition: all 0.3s ease; border:none; }
.mini-cart-content .woocommerce-mini-cart__empty-state .view-products-button:hover,
.mini-cart-content .woocommerce-mini-cart__empty-state .view-products-button:focus {box-shadow: none; color:#fff; }

.navigation-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  z-index: 201; 
  display: none;
  pointer-events: auto;
}

.navigation-overlay.active {
  display: block;
}

@media (max-width: 768px) {
  .navigation-overlay {
    z-index: 201 !important; 
  }
  
}

@media (max-width: 768px) {
  .mini-cart {
    left: 12px;
    right: 12px;
    width: auto;
    top: calc(100% + 8px);
  }
  .mini-cart .mini-cart-content {
    padding: 12px;
    max-height: 60vh;
    overflow-y: scroll;
    scrollbar-gutter: stable;
    margin-inline-end: -1px;
  }
  .mini-cart-content .woocommerce-mini-cart {
    margin: 0;
    padding: 0;
  }
  .mini-cart-content .woocommerce-mini-cart-item {
    padding: 10px 0;
    gap: 10px;
  }
  .mini-cart-content .woocommerce-mini-cart-item .mini-cart-item-wrapper {
    gap: 10px;
  }
  .mini-cart-content .woocommerce-mini-cart-item .mini-cart-item-image img {
    width: 64px;
    height: 64px;
    border-radius: 8px;
    object-fit: cover;
  }
  .mini-cart-content .woocommerce-mini-cart-item .remove {
    inset-inline-end: 6px;
    top: 0px;
  }
  .mini-cart-content .woocommerce-mini-cart-item .mini-cart-item-details {
    display: flex;
    flex-direction: column;
    gap: 6px;
    min-width: 0;
  }
  .mini-cart-content .woocommerce-mini-cart-item .mini-cart-item-title {
    font-size: 13px;
    line-height: 1.8;
    text-align: right;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-decoration: none;
  }
  .mini-cart-content .woocommerce-mini-cart-item .mini-cart-item-quantity .quantity {
    font-size: 13px;
  }
  .woocommerce-mini-cart__total {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    padding: 8px 0;
  }
  .woocommerce-mini-cart__buttons {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .mini-cart-content .woocommerce-mini-cart-item .mini-cart-item-quantity {
    margin-top: 0px;
    text-align: right;
  }
  .woocommerce-mini-cart__buttons .button {
    width: 100%;
    height: 44px;
  }
}
@media (max-width: 360px) {
  .mini-cart-content .woocommerce-mini-cart-item .mini-cart-item-image img { width: 56px; height: 56px; }
}

.wetheme-notice {
  position: fixed;
  top: 20px;
  right: 20px;
  background: #4caf50;
  color: #fff;
  padding: 15px 20px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: 400px;
}

.wetheme-close-notice {
  background: none;
  border: none;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  padding: 0;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.wetheme-close-notice:hover {
  background: rgba(255,255,255,0.2);
}

.wetheme-loader {
  text-align: center;
  padding: 20px;
  color: #666;
  font-size: 14px;
}

@media (max-width: 768px) {
  .mini-cart {
    position: fixed;
    top: auto;
    bottom: 20px;
    left: 50%;
    right: auto;
    width: calc(100% - 40px);
    max-width: 400px;
    transform: translateX(-50%) translateY(100px);
    max-height: calc(100vh - 100px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
  
  .mini-cart.wetheme-active {
    opacity: 1;
    visibility: visible ;
    transform: translateX(-50%) translateY(0) ;
    pointer-events: auto;
    display: block ;
  }
  
  .mini-cart::before,
  .mini-cart::after {
    display: none;
  }
  
  .mini-cart-content {
    max-height: calc(100vh - 200px);
    padding: 15px;
  }
  
  .mini-cart-content .woocommerce-mini-cart-item .mini-cart-item-image img {
    width: 60px;
    height: 60px;
  }
  
  .mini-cart-content .woocommerce-mini-cart__buttons {
    flex-direction: row;
    gap: 8px;
    margin: 12px 0 0px 0;
  }

  .mini-cart-content .woocommerce-mini-cart__total {
    font-size: 15px;
  }
  
  .mini-cart-content .woocommerce-mini-cart__buttons .button {
    width: 100%;
    padding: 0;
    font-size: 15px;
    height: 50px;
    align-content: center;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .mini-cart.wetheme-active {
    transform: translateX(72%) translateY(0);
  }
}

@media (max-width: 480px) {
  .mini-cart {
    position: fixed;
    left: 10px;
    right: 10px;
    width: auto;
    max-width: none;
    top: 90px; /* حدوداً کمی پایین‌تر از هدر؛ اگر خواستی بعداً دقیق‌تر تنظیم می‌کنیم */
    bottom: auto;
    transform: none;
    max-height: calc(100vh - 110px);
  }
  
  .mini-cart.wetheme-active {
    opacity: 1;
    visibility: visible;
    transform: none !important;
    pointer-events: auto;
    display: block;
  }
  
  .mini-cart-content {
    max-height: calc(100vh - 180px);
    padding: 12px;
  }
  
  .mini-cart-header h3 {
    font-size: 14px;
  }
  
  .mini-cart-item-title {
    font-size: 12px;
  }
  
  .mini-cart-item-price {
    font-size: 13px;
  }

  .mini-cart-content .woocommerce-mini-cart__total {
    font-size: 15px;
  }
}

.cart-empty-image {
  display: block;
  margin: 16px auto 10px auto;
  width: 150px;
  height: auto;
  object-fit: contain;
  padding-top: 50px;
}

.cart-empty-image svg {
  width: 150px;
  height: auto;
  display: block;
}

.woocommerce-cart .entry-header { display: none; }

.woocommerce-cart .woocommerce .cart-empty,
.woocommerce-cart .woocommerce .return-to-shop,
.woocommerce-cart .woocommerce .return-to-shop .button {
  text-align: center;
}

.woocommerce-cart .woocommerce .return-to-shop {
  display: flex;
  justify-content: center;
}

.woocommerce-cart .woocommerce .return-to-shop .button,
.return-to-shop .button,
.return-to-shop .wc-backward {
  display: inline-block;
  margin: 10px auto 80px auto;
  background: var(--wetheme-primary-color);
  background-image: linear-gradient(rgb(254 29 2 / 15%), rgb(254 29 0 / 15%));
  color: #fff;
  padding: 12px 24px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(239, 57, 78, 0.2);
}

.woocommerce .cart-empty.woocommerce-info {
  color: #333;
  padding: 20px 25px 0;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.8;
}

.woocommerce-cart .woocommerce .return-to-shop .button:hover,
.woocommerce-cart .woocommerce .return-to-shop .button:focus,
.return-to-shop .button:hover,
.return-to-shop .button:focus,
.return-to-shop .wc-backward:hover,
.return-to-shop .wc-backward:focus {
  text-decoration: none;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(239, 57, 78, 0.3);
}

.woocommerce-checkout .form-row.billing_country {
  display: none !important;
}

.woocommerce-checkout input[name="billing_country"] {
  display: none !important;
}

.woocommerce-cart .checkout-breadcrumbs {
  grid-column: 1 / -1;
  padding: 0;
}

.woocommerce-cart .breadcrumbs-container {
  max-width: 100%;
}

.breadcrumbs-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 100%;
  padding: 15px 10px 10px 10px;
}

.breadcrumb-step {
  display: flex;
  align-items: center;
  justify-items: center;
  padding: 7px 11px;
  border-radius: 100px;
  transition: all 0.3s ease;
  position: relative;
  width: 400px;
  text-align: center;
  background: #f8f9fa;
  box-shadow: -12px 12px 19px -6px rgba(126, 142, 185, 0.2);
}

.breadcrumb-step.active {
  background: var(--wetheme-gradient);
  color: #fff;
  box-shadow: none;
  transform: translateY(-2px);
}

.breadcrumb-step.completed {
  background: linear-gradient(270deg, #149745 0%, #13c271 90%);
  color: #fff;
  box-shadow: none;
}

.breadcrumb-step.completed:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(76, 175, 80, 0.3);
}

.step-number {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 21px;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid #00000021;
  transition: all 0.3s ease;
}

.breadcrumb-step.active .step-number {
  background: rgba(255, 255, 255, 0.25);
  border-color: rgba(255, 255, 255, 0.4);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.breadcrumb-step.completed .step-number {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.3);
}

.step-content {
  flex: 1;
  text-align: center;
}

.step-title {
  font-weight: 700;
  font-size: 15px;
  color: inherit;
}

.step-subtitle {
  font-size: 12px;
  opacity: 0.8;
  font-weight: 500;
  color: inherit;
}

.breadcrumb-step:not(.active):not(.completed) .step-title {
  color: #666;
}

.breadcrumb-step:not(.active):not(.completed) .step-subtitle {
  color: #999;
}

.step-link {
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
}

.breadcrumb-step.completed:hover .step-link {
  opacity: 1;
  visibility: visible;
}

.step-link:hover {
  background: rgba(255, 255, 255, 0.3);
  transform: translateY(-50%) scale(1.1);
}

.breadcrumb-connector {
  width: 60px;
  height: 2px;
  background: #e7e7e7;
  border-radius: 2px;
  position: relative;
}

.breadcrumb-connector.active {
  background: #00a651;
  box-shadow: 0 2px 8px rgba(76, 175, 80, 0.3);
}

@media (min-width: 769px) and (max-width: 1024px) {
  .checkout-breadcrumbs {
    width: 100%;
    padding: 0 16px;
    margin-bottom: 55px;
  }

  .breadcrumbs-container {
    padding: 10px 8px;
    gap: 0px;
    justify-content: space-between;
  }

  .breadcrumb-step {
    padding: 15px 0px;
    flex: 1;
    flex-direction: column;
    min-width: 0;
    border-radius: 22px;
    gap: 12px;
    box-shadow: 18px 7px 19px -6px rgba(126, 142, 185, 0.2);
  }

  .step-number {
    width: 48px;
    height: 48px;
    font-size: 24px;
  }

  .step-title {
    font-size: 15px;
  }

  .step-subtitle {
    display: none;
  }

  .breadcrumb-connector {
    width: 40px;
  }

  .woocommerce .cart-empty.woocommerce-info {
    font-size: 19px;
  }

  .woocommerce-mini-cart__empty-state .mini-cart-empty-media img.empty-cart-svg, .cart-empty-image.empty-cart-svg {
    width: 160px;
    height: auto;
  }

  .wt-thankyou-lottie {
    width: 170px;
    height: 170px;
    display: block;
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  .checkout-breadcrumbs {
    width: 100%;
    padding: 0 10px;
    margin-bottom: 20px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .breadcrumbs-container {
    padding: 10px 8px;
    gap: 0px;
    justify-content: space-between;
  }
  
  .breadcrumb-step {
    padding: 15px 0px;
    flex: 1;
    flex-direction: column;
    min-width: 0;
    border-radius: 22px;
    gap: 12px;
  }

  .breadcrumb-step .step-number {
    width: 48px;
    height: 48px;
    font-size: 24px;
  }

  .breadcrumb-step .step-content {
    flex: 1;
    text-align: center;
    min-width: 0;
    padding: 0 4px;
  }

  .step-title {
    font-size: 15px;
  }

  .step-subtitle {
    display: none;
  }
  
  .breadcrumb-connector {
    width: 40px;
    height: 2px;
    transform: none;
    flex-shrink: 0;
  }
  
  .breadcrumb-connector::after {
    display: none;
  }
  
  .breadcrumb-connector.active::after {
    display: none;
  }

  .step-link {
    width: 24px;
    height: 24px;
    left: 6px;
  }

  .step-link svg {
    width: 12px;
    height: 12px;
  }
  
  .woocommerce-cart .checkout-breadcrumbs {
    grid-column: 1;
    width: 100%;
    margin-bottom: 35px;
    padding: 0 10px;
  }

  .woocommerce-checkout .checkout-breadcrumbs {
    margin-bottom: 20px;
  }

  .wt-thankyou-lottie {
    width: 240px;
    height: 240px;
    display: block;
    margin: 0 auto;
  }
}

@media (max-width: 480px) {
  .checkout-breadcrumbs {
    margin-bottom: 20px !important;
    padding: 0;
  }
  
  .breadcrumbs-container {
    padding: 10px 8px;
    gap: 0px;
  }
  
  .woocommerce-cart .checkout-breadcrumbs {
    padding: 0;
  }

  .breadcrumb-step {
    padding: 10px 0px;
    flex: 1;
    flex-direction: column;
    min-width: 0;
    border-radius: 15px;
    gap: 8px;
    box-shadow: 18px 7px 19px -6px rgba(126, 142, 185, 0.2);
  }

  .woocommerce .cart-empty.woocommerce-info {
    font-size: 17px;
  }

  .breadcrumb-step.active {
    box-shadow: none;
  }

  .breadcrumb-step .step-number {
    width: 25px;
    height: 25px;
    font-size: 15px;
  }

  .breadcrumb-step .step-content {
    padding: 0 2px;
  }

  .step-title {
    font-size: 9px;
    font-weight: 600;
    margin-bottom: 1px;
    line-height: 1.2;
  }
  
  .step-subtitle {
    display: none;
  }

  .breadcrumb-connector {
    width: 10px;
    height: 2px;
    margin: 0;
  }

  .step-link {
    width: 22px;
    height: 22px;
    left: 4px;
  }

  .step-link svg {
    width: 10px;
    height: 10px;
  }

  .wt-thankyou-lottie {
    width: 160px;
    height: 160px;
    display: block;
    margin: 0 auto;
  }
}

#back-to-details {
  background: #4d4d4d !important;
  color: #fff !important;
  border: none !important;
  border-radius: 8px !important;
  padding: 12px 24px !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
}

#back-to-details:hover {
  background: #3d3d3d !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15) !important;
}

#back-to-details:active {
  transform: translateY(0) !important;
}

.woocommerce-order {
  max-width: 100%;
  margin: 40px auto;
  padding: 0;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  overflow: visible;
  border: none;
}

.woocommerce-thankyou .checkout-breadcrumbs {
  margin: 40px auto 30px;
  max-width: 1000px;
  padding: 0;
}

.woocommerce-thankyou .breadcrumbs-container {
  background: var(--white);
  border-radius: 15px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  border: none;
  padding: 20px;
}

.woocommerce-notice--success {
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  color: #28A745;
  font-size: 21px;
  font-weight: 700;
  gap: 10px;
  align-items: center;
  justify-self: center;
  position: relative;
  overflow: hidden;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  justify-content: center;
}

@media (min-width: 769px) and (max-width: 1024px) {
  .woocommerce-notice--success {
    padding: 5.5rem 1rem;
    height: 450px;
    font-size: 18px;
    gap: 12px;
  }

  .woocommerce-notice--success::before,
  .woocommerce-notice--success::after {
    width: 18px;
    height: 18px;
  }

  .woocommerce-notice--success img {
    width: 140px !important;
    height: auto !important;
  }

  .woocommerce-order-overview {
    padding: 3rem !important;
    height: 450px !important;

  }

  .woocommerce-order-overview li strong {
    font-size: 14px !important;
  }

  .woocommerce-order-details .woocommerce-Price-amount, .woocommerce-order-details .woocommerce-Price-amount bdi, .woocommerce-thankyou-order-details .woocommerce-Price-amount, .woocommerce-thankyou-order-details .woocommerce-Price-amount bdi {
    font-size: 20px !important;
  }

  .woocommerce-order .wt-thankyou-row {
    height: 450px;
  }
}

.woocommerce-order-overview {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0px;
  list-style: none;
  width: 100%;
  padding: 0;
  position: relative;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  padding-bottom: 20px;
}

.woocommerce-order-overview li {
  width: 100%;
  background: #fff;
  color: #222;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 15px 22px;
  border-radius: 7px;
}

.woocommerce-order-overview li:first-child {
  color: #fff;
  background: #059F50;
  border-radius: 7px 7px 0 0;
  padding: 15px 15px;
  margin-bottom: 20px;
}

.woocommerce-order-overview li:last-child {
  border-bottom: none;
  border-radius: 0 0 15px 15px;
}

.woocommerce-order-overview li strong {
  display: flex;
  font-weight: 700;
  font-size: 16px;
  line-height: 40px;
  align-items: center;
}

.woocommerce-order-details .woocommerce-Price-amount, .woocommerce-order-details .woocommerce-Price-amount bdi, .woocommerce-thankyou-order-details .woocommerce-Price-amount, .woocommerce-thankyou-order-details .woocommerce-Price-amount bdi {
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  color: #222;
}

.woocommerce-thankyou-order-details .woocommerce-Price-amount .woocommerce-Price-currencySymbol {
  font-size: 14px;
  font-weight: 600;
  color: #222;
  padding-right: 2px;
}

.dp-typ-icon-text {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 15px;
  line-height: 36px;
}

.dp-typ-icon-box {
  width: 38px;
  height: 38px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
  color: #079c54;
  background: #e6f5ee;
}

.woocommerce-order-overview li:first-child .dp-typ-icon-box {
  background: transparent;
  color: #ffffff;
}

.dp-typ-icon-box i {
  font-size: 20px;
  margin: 0;
  width: auto;
  height: auto;
  border: none;
  border-radius: 0;
}

.woocommerce-order-overview__order {
  font-weight: 600;
}

.woocommerce-order-overview__date {
  background: var(--white);
  color: var(--text);
}

.woocommerce-order-overview__date strong {
  color: var(--text);
  font-size: 16px;
  font-weight: 700;
}

.woocommerce-order-overview__email {
  background: var(--white);
  color: var(--text);
}

.woocommerce-order-overview__email strong {
  color: var(--text);
  font-size: 16px;
  font-weight: 700;
}

.woocommerce-order-overview__total {
  background: var(--white);
  color: var(--text);
  font-weight: 600;
}

.woocommerce-order-overview__total strong {
  color: var(--text);
  font-size: 18px;
  font-weight: 800;
}

.woocommerce-order-overview__payment-method {
  background: var(--white);
  color: var(--text);
  font-weight: 600;
}

.woocommerce-order-overview__payment-method strong {
  color: var(--text);
  font-size: 16px;
  font-weight: 700;
}

/* Error Message */
.woocommerce-notice--error {
  background: var(--error);
  color: var(--white);
  padding: 25px 30px;
  margin: 0;
  border: none;
  border-radius: 20px 20px 0 0;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}

.woocommerce-thankyou-order-failed-actions {
  background: var(--gray-light);
  padding: 20px 30px;
  margin: 0;
  border-radius: 0 0 20px 20px;
  text-align: center;
}

.woocommerce-thankyou-order-failed-actions .button {
  background: var(--error);
  color: var(--white);
  padding: 12px 24px;
  border: none;
  border-radius: var(--radius);
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  margin: 0 10px;
  transition: var(--transition);
}

.woocommerce-thankyou-order-failed-actions .button:hover {
  background: var(--error);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px var(--shadow-dark);
}

.woocommerce-order .my_account_getfactor,
.woocommerce-order .my_account_getfactor.order-actions-button,
.woocommerce-order .woocommerce-button.my_account_getfactor,
.woocommerce-thankyou .my_account_getfactor,
.woocommerce-thankyou .order-actions-button.my_account_getfactor {
  background: var(--wetheme-primary-color);
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600 ;
  cursor: pointer;
  text-decoration: none ;
  display: inline-block ;
}

@media (max-width: 768px) {
  .woocommerce-order {
    margin: 20px auto;
    padding: 0 15px;
    border-radius: 15px;
  }
  
  .woocommerce-notice--success {
    padding: 20px 25px;
    font-size: 16px;
  }
  
  .woocommerce-notice--success::before {
    width: 25px;
    height: 25px;
    bottom: 0px;
    right: 0;
    top: auto;
    border-radius: 20px 0px 0px 0px;
  }

  .woocommerce-notice--success::after {
    width: 25px;
    height: 25px;
    border-radius: 0px 20px 0px 0px;
  }

  .woocommerce-order-overview::before {
    width: 25px;
    height: 25px;
    border-radius: 0px 0px 0px 20px;
  }

  .woocommerce-order-overview::after {
    width: 25px;
    height: 25px;
    top: 0px;
    left: 5px;
    right: auto;
    border-radius: 0px 0px 20px 0px;
    box-shadow: -8px 0px 0px rgb(255 255 255);
  }
  
  .woocommerce-order-overview li {
    padding: 15px 20px;
    font-size: 14px;
  }
  
  .woocommerce-order-overview__order strong,
  .woocommerce-order-overview__total strong {
    font-size: 16px;
  }
  
  .woocommerce-thankyou-order-failed-actions .button {
    display: block;
    margin: 10px 0;
    width: 100%;
  }
}

.woocommerce-order-details {
  width: 100% !important;
  min-width: 100% !important;
  padding: 33px;
  background-image: url(../img/homepage/border.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  border-radius: 10px;
  margin-bottom: 20px;
  box-sizing: border-box;
}

.woocommerce-order-details__title {
  font-weight: 600;
  font-size: 28px;
  line-height: 40px;
  text-align: center !important;
  color: #333333;
  position: relative;
  margin-bottom: 30px;
}

.woocommerce-table--order-details {
  width: 100%;
  min-width: 100%;
  border-radius: 15px;
  margin: 0;
  background: #ffffff;
  table-layout: fixed;
  border-collapse: collapse;
}

.woocommerce-table--order-details thead th:first-child {
  width: 60%;
  min-width: 60%;
}

.woocommerce-table--order-details thead th:last-child {
  width: 40%;
  min-width: 40%;
}

.woocommerce-table--order-details tbody td:first-child {
  width: 60%;
  min-width: 60%;
}

.woocommerce-table--order-details tbody td:last-child {
  width: 40%;
  min-width: 40%;
}

.woocommerce-table--order-details tfoot th:first-child,
.woocommerce-table--order-details tfoot td:first-child {
  width: 60%;
  min-width: 60%;
}

.woocommerce-table--order-details tfoot th:last-child,
.woocommerce-table--order-details tfoot td:last-child {
  width: 40%;
  min-width: 40%;
}

.woocommerce-table--order-details thead th,
.woocommerce-table--order-details tbody td,
.woocommerce-table--order-details tfoot th,
.woocommerce-table--order-details tfoot td {
  overflow: hidden;
  text-overflow: ellipsis;
}

.woocommerce-table--order-details thead {
  align-items: center;
  justify-items: space-between;
  width: 100%;
  height: 40px;
  font-weight: 500;
  font-size: 16px;
  line-height: 32px;
  color: #000;
  padding: 0 15px;
}

.woocommerce-table--order-details thead tr {
  width: 100%;
}

.woocommerce-table--order-details thead th {
  padding: 0px 30px;
  text-align: right;
  font-weight: 700;
  color: #333;
  font-size: 16px;
  border-bottom: 1px solid #e9ecef;
}

.woocommerce-order .woocommerce-order-details .woocommerce-table--order-details thead th.woocommerce-table__product-table.product-total {
	text-align: left;
	color: #333;
	font-weight: 700;
	font-size: 16px;
	white-space: nowrap;
}

.woocommerce-order-details .woocommerce-table--order-details tbody tr {
  font-weight: bold;
}

.woocommerce-table--order-details tbody td {
  padding: 20px 30px;
  vertical-align: top;
}

.woocommerce-table--order-details tbody td:first-child {
  width: 85%;
  min-width: 85%;
}

.woocommerce-table--order-details tbody td:last-child {
  width: 40%;
  min-width: 40%;
}

.woocommerce-table__product-name {
  font-size: 16px;
  color: var(--text);
  word-wrap: break-word;
  overflow-wrap: break-word;
  width: 100%;
  box-sizing: border-box;
  min-width: 0;
  max-width: 100%;
  display: block;
}

.woocommerce-table__product-name a {
  color: #333333;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  transition: var(--transition);
  word-break: break-word;
  overflow-wrap: break-word;
  display: block;
}

.woocommerce-table__product-name .wc-item-meta .wc-item-meta-label {
  font-size: 15px;
  font-weight: 700;

}

.woocommerce-table__product-name .wc-item-meta li {
  display: flex;
  gap: 5px;
}

.woocommerce-table__product-name a:hover {
  color: var(--primary-dark);
  text-decoration: underline;
}

.product-quantity {
  color: var(--text-light);
  font-size: 14px;
  margin-right: 10px;
}

.woocommerce-table__product-total {
  text-align: left;
  font-weight: 700;
  color: #333333;
  font-size: 16px;
}

.woocommerce-table--order-details tfoot {
  background: var(--white);
}

.woocommerce-table--order-details tfoot tr {
  border-bottom: 1px solid #f1f3f4;
}

.woocommerce-table--order-details tfoot tr:last-child {
  border-bottom: none;
  border-radius: 0 0 15px 15px;
}

.woocommerce-table--order-details tfoot th,
.woocommerce-table--order-details tfoot td {
  padding: 15px 30px;
  font-weight: 600;
  color: #333333;
  font-size: 16px;
}

.woocommerce-table--order-details tfoot th {
  display: flex;
  text-align: right;
}


.woocommerce-table--order-details tfoot td {
  text-align: left;
}

.woocommerce-table--order-details tfoot tr:last-child {
  background: var(--white);
  color: var(--text);
}

.woocommerce-table--order-details tfoot tr:last-child th,
.woocommerce-table--order-details tfoot tr:last-child td {
  color: var(--text);
  font-size: 17px;
  font-weight: 800;
}

.shipped_via {
  color: #333;
  font-size: 13px;
  display: flex;
  font-weight: 500;
  margin-right: 5px;
  justify-content: flex-end;
}

.woocommerce-customer-details {
  width: 100%;
  display: flex;
  padding: 20px 40px;
  justify-content: center;
}

.woocommerce-customer-details p{
  color: var(--wetheme-primary-color);
  font-weight: 500;
  font-size: 17px;
}
.woocommerce-customer-details p strong{
  color: #000;
  font-size: 16px;
}
.woocommerce-columns--addresses {
  display: flex;
  justify-content: space-between;
}

.woocommerce-columns.woocommerce-columns--addresses {
  display: flex;
  gap: 20px;
  margin-top: 25px;
  flex-wrap: wrap;
}

.woocommerce-columns--addresses .woocommerce-column {
  background: #ffffff;
  border-radius: 10px;
  padding: 18px 20px;
  box-shadow: 0 6px 18px rgba(15, 23, 42, 0.06);
  border: 1px solid #e5e7eb;
  flex: 1 1 280px;
  box-sizing: border-box;
}

.woocommerce-columns--addresses .woocommerce-column__title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #111827;
  display: flex;
  align-items: center;
  gap: 6px;
}

.woocommerce-columns--addresses address {
  margin: 0;
  font-style: normal;
  line-height: 1.9;
  font-size: 14px;
  color: #374151;
  border-top: 1px dashed #e5e7eb;
  padding-top: 10px;
}

.woocommerce-columns--addresses .woocommerce-customer-details--phone,
.woocommerce-columns--addresses .woocommerce-customer-details--email {
  margin: 6px 30px 0;
  font-size: 13px;
  color: #4b5563;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}


@media (max-width: 768px) {
  .woocommerce-columns.woocommerce-columns--addresses {
      flex-direction: column;
  }

  .woocommerce-columns--addresses .woocommerce-column {
      padding: 15px 16px;
  }
}


.woocommerce-checkout .col2-set .col-2 .woocommerce-column__title {
  font-weight: 600;
  font-size: 21px;
  text-align: left ;
  line-height: 40px;
  color: #333333;
  position: relative;
  padding-right: 5px;
  justify-content: end;
}

@media (min-width: 769px) and (max-width: 1024px) {
  .woocommerce-customer-details {
    padding: 36px 32px;
  }

  .woocommerce-columns--addresses {
    display: flex;
    flex-direction: row;
    gap: 20px;
  }

  .woocommerce-column--billing-address{
    grid-column: 1 !important;
  }
  .woocommerce-column--shipping-address {
    grid-column: 2 !important;  }

  .woocommerce-column__title {
    font-size: 18px;
    margin-bottom: 14px;
  }

  .woocommerce-customer-details address {
    padding: 18px 20px;
    font-size: 15px;
    line-height: 2.2;
  }

}
.woocommerce-checkout .col2-set .col-1 .woocommerce-column__title {
  font-weight: 600;
  font-size: 21px;
  line-height: 40px;
  color: #333333;
  position: relative;
  padding-right: 5px;
}
.woocommerce-customer-details address {
  padding: 20px 20px;
  margin: 0;
  font-style: normal;
  line-height: 2.5;
  font-weight: 600;
  font-size: 16px;
  background: var(--white);
  color: #333333;
}

.woocommerce-customer-details--phone {
  display: none;
}
.woocommerce-customer-details--email {
  display: none;
}

.woocommerce-Price-currencySymbol {
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  padding-right: 2px;
}

.single-discount {
  color: #ffffff;
  padding: 2px 6px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 700;
  margin-right: 5px;
  display: inline-block;
  line-height: 1.4;
}

.single-product .price del .single-discount,
.single-product .woocommerce-variation-price del .single-discount {
  background-color: var(--wetheme-button-cart-color);
  position: static;
  vertical-align: middle;
}

@media (max-width: 768px) {
  .woocommerce-order-details {
    padding: 24px 20px;
    margin-bottom: 30px;
  }

  .woocommerce-order-details__title,
  .woocommerce-column__title {
    padding: 20px 25px;
    font-size: 18px;
    margin-bottom: 24px;
    line-height: 1.4;
  }
  
  .woocommerce-order-details__title::before,
  .woocommerce-column--billing-address .woocommerce-column__title::before,
  .woocommerce-column--shipping-address .woocommerce-column__title::before {
    right: 25px;
    font-size: 18px;
  }

  .woocommerce-table--order-details {
    overflow-x: auto;
    display: block;
    min-width: 100%;
  }

  .woocommerce-table--order-details thead {
    padding: 0 10px;
  }
  
  .woocommerce-table--order-details thead th {
    padding: 12px 15px;
    font-size: 14px;
  }

  .woocommerce-table--order-details tbody td {
    padding: 15px 20px;
    font-size: 14px;
  }

  .woocommerce-table__product-name {
    font-size: 14px;
  }

  .woocommerce-table__product-name a {
    font-size: 14px;
    line-height: 1.5;
    display: block;
    margin-bottom: 4px;
  }

  .product-quantity {
    font-size: 12px;
  }

  .woocommerce-table__product-total {
    font-size: 14px;
  }

  .single-discount {
    padding: 3px 7px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 700;
    margin-right: 7px;
  }
  
  .woocommerce-table--order-details tfoot th,
  .woocommerce-table--order-details tfoot td {
    padding: 12px 20px;
    font-size: 15px;
  }

  .woocommerce-table--order-details tfoot tr:last-child th,
  .woocommerce-table--order-details tfoot tr:last-child td {
    font-size: 16px;
  }

  .woocommerce-order-details .woocommerce-Price-amount {
    font-weight: bold;
    font-size: 19px;
    line-height: 1;
    color: #222;
  }

  .woocommerce-order-details .woocommerce-Price-amount {
    font-weight: bold;
    font-size: 19px;
    line-height: 1;
    color: #222;
  }

  .order-actions-button {
    font-size: 14px;
    padding: 10px 16px;
    width: 100%;
    text-align: center;
    display: inline-block;
  }
  
  .woocommerce-customer-details {
    padding: 30px 24px;
  }

  .woocommerce-customer-details p {
    font-size: 15px;
  }

  .woocommerce-customer-details p strong {
    font-size: 19px;
  }

  .woocommerce-columns--addresses {
    flex-direction: column;
    gap: 20px;
  }

  .woocommerce-column--billing-address,
  .woocommerce-column--shipping-address {
    width: 100%;
  }

  .woocommerce-column__title {
    margin-bottom: 16px;
  }

  .woocommerce-column--billing-address .woocommerce-column__title::before,
  .woocommerce-column--shipping-address .woocommerce-column__title::before {
    height: 20px;
    top: 6px;
  }
  
  .woocommerce-customer-details address {
    padding: 18px;
    font-size: 16px;
    line-height: 2;
  }
  
  .woocommerce-order p {
    padding: 15px 20px;
    font-size: 24px;
  }
  
  .woocommerce-thankyou .checkout-breadcrumbs {
    margin: 30px auto 20px;
    padding: 0 20px;
  }
  
  .woocommerce-thankyou .breadcrumbs-container {
    padding: 18px;
  }
  
  .woocommerce-order-overview li {
    padding: 15px 20px;
    color: #222;
  }

  .woocommerce-order-overview li strong {
    display: flex;
    font-weight: 600;
    font-size: 18px;
    line-height: 40px;
  }
  
  .dp-typ-icon-box {
    width: 22px;
    height: 22px;
  }
  
  .dp-typ-icon-box i {
    font-size: 20px;
  }
  
  .dp-typ-icon-text {
    gap: 0;
  }

  .dp-typ-icon-text {
    font-size: 18px;
    line-height: 1.5;
  }

  .woocommerce-thankyou-order-details .woocommerce-Price-amount bdi {
    font-weight: 700;
    font-size: 19px;
    line-height: 1;
    color: #222;
  }

  .woocommerce-order-details .woocommerce-Price-amount bdi {
    font-weight: bold;
    font-size: 19px;
    line-height: 1;
    color: #222;
  }
  
  .woocommerce-table--order-details thead th,
  .woocommerce-table--order-details tbody td,
  .woocommerce-table--order-details tfoot th,
  .woocommerce-table--order-details tfoot td {
    padding: 12px 20px;
  }
  
  .woocommerce-customer-details address {
    padding: 15px 20px;
  }
}

@media (max-width: 480px) {
  .woocommerce-order {
    margin: 15px auto;
    border-radius: 10px;
    padding: 0;
  }
  
  .woocommerce-order .wt-thankyou-row {
    margin-bottom: 20px;
    border-radius: 15px;
    gap: 20px;
  }

  .single-discount {
    padding: 2px 5px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 700;
    margin-right: 5px;
  }

  .woocommerce-notice--success {
    height: auto;
    min-height: 250px;
    padding: 2rem 1.5rem;
    font-size: 15px;
    gap: 12px;
  }

  .woocommerce-notice--success::before {
    width: 20px;
    height: 20px;
    bottom: 0px;
    right: 0;
    top: auto;
    border-radius: 20px 0px 0px 0px;
  }

  .woocommerce-notice--success::after {
    width: 20px;
    height: 20px;
    border-radius: 0px 20px 0px 0px;
  }

  .woocommerce-order-overview::before {
    width: 20px;
    height: 20px;
    border-radius: 0px 0px 0px 20px;
  }

  .woocommerce-order-overview::after {
    width: 20px;
    height: 20px;
    top: 0px;
    left: 5px;
    right: auto;
    border-radius: 0px 0px 20px 0px;
    box-shadow: -8px 0px 0px rgb(255 255 255);
  }

  .woocommerce-notice--success img {
    width: 110px !important;
    height: auto !important;
    margin-left: 0px !important;
    margin-top: 10px;
  }

  .woocommerce .wt-factor-button {
    font-size: 14px;
    padding: 10px 15px;
    margin-top: 8px;
    border-radius: 8px;
  }

  .woocommerce .wt-factor-button i {
    font-size: 16px;
  }

  .woocommerce-order-overview {
    height: auto;
    padding-bottom: 10px;
    gap: 10px;
  }

  .woocommerce-order-overview li:first-child {
    margin-bottom: 10px;
  }
  
  .woocommerce-order-overview li {
    padding: 12px 15px;
    font-size: 13px;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    color: #222;
  }

  .woocommerce-order-overview li strong {
    font-size: 11px;
    line-height: 1.4;
    font-weight: 600;
  }

  .dp-typ-icon-text {
    font-size: 11px;
    line-height: 1.4;
  }

  .dp-typ-icon-box {
    width: 20px;
    height: 20px;
    margin-left: 6px;
  }
  
  .dp-typ-icon-box i {
    font-size: 12px;
  }

  .woocommerce-columns--addresses .woocommerce-customer-details--phone, .woocommerce-columns--addresses .woocommerce-customer-details--email {
    display: flex;
    margin: 6px 0px 0;
    padding: 5px 0;
  }

  .woocommerce-order-overview__date strong,
  .woocommerce-order-overview__email strong,
  .woocommerce-order-overview__payment-method strong {
    font-size: 13px;
  }

  .woocommerce-order-overview__total strong {
    font-size: 15px;
  }

  .woocommerce-thankyou-order-details .woocommerce-Price-amount {
    font-size: 18px;
  }
  
  .woocommerce-order-details {
    padding: 18px 15px;
    margin-bottom: 24px;
  }

  .woocommerce-order-details__title,
  .woocommerce-column__title {
    padding: 10px;
    font-size: 15px;
    margin-bottom: 0;
    line-height: 1.3;
  }

  .woocommerce-order-details__title::before {
    height: 18px;
    top: 10px;
    width: 2px;
    right: 0px;
  }

  .woocommerce-table--order-details {
    border-radius: 12px;
  }

  .woocommerce-table--order-details thead {
    padding: 0 8px;
  }

  .woocommerce-table--order-details thead th {
    padding: 10px 12px;
    font-size: 13px;
  }
  .woocommerce-order .woocommerce-order-details .woocommerce-table--order-details thead th.woocommerce-table__product-table.product-total {
    font-size: 13px;
  }
  
  .woocommerce-table--order-details tbody td {
    padding: 10px;
    font-size: 13px;
  }

  .woocommerce-table__product-name {
    font-size: 13px;
  }

  .woocommerce-table__product-name a {
    font-size: 10px;
    line-height: 1.4;
    margin-bottom: 3px;
  }

  .product-quantity {
    font-size: 11px;
    margin-right: 4px;
  }

  .woocommerce-table__product-total {
    font-size: 13px;
  }

  .woocommerce-order-details .woocommerce-Price-amount {
    font-weight: bold;
    font-size: 11px;
    line-height: 1;
    color: #222;
  }

  .woocommerce-order-details .woocommerce-Price-amount bdi {
    font-weight: bold;
    font-size: 11px;
    line-height: 1;
    color: #222;
  }

  .woocommerce-thankyou-order-details .woocommerce-Price-amount {
    font-weight: 700;
    font-size: 12px;
    line-height: 1;
    color: #222;
  }

  .woocommerce-thankyou-order-details .woocommerce-Price-amount bdi {
    font-weight: 700;
    font-size: 12px;
    line-height: 1;
    color: #222;
  }

  .woocommerce-thankyou-order-details .woocommerce-Price-amount .woocommerce-Price-currencySymbol {
    font-size: 9px;
    font-weight: 600;
    color: #222;
    padding-right: 2px;
  }

  .woocommerce-order-details .woocommerce-Price-amount .woocommerce-Price-currencySymbol {
    font-weight: 500;
    font-size: 9px;
    line-height: 1;
    color: #222;
  }
  
  .woocommerce-table--order-details tfoot th,
  .woocommerce-table--order-details tfoot td {
    padding: 10px;
    font-size: 11px;
  }

  .shipped_via {
    color: #333;
    font-size: 9px;
    display: flex;
    font-weight: 500;
    margin-right: 5px;
    justify-content: flex-end;
  }

  .woocommerce-order .my_account_getfactor, .woocommerce-order .my_account_getfactor.order-actions-button, .woocommerce-order .woocommerce-button.my_account_getfactor, .woocommerce-thankyou .my_account_getfactor, .woocommerce-thankyou .order-actions-button.my_account_getfactor {
    background: var(--wetheme-primary-color);
    color: #fff;
    border: none;
    padding: 10px 0px;
    border-radius: 8px;
    font-size: 10px;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
  }

  .woocommerce-table--order-details tfoot tr:last-child th{
    font-size: 12px;
  }
  .woocommerce-table--order-details tfoot tr:last-child td {
    font-size: 10px;
  }

  .order-actions-button {
    font-size: 10px;
    padding: 8px 14px;
    width: 100%;
  }
  
  .woocommerce-customer-details {
    padding: 0;
  }

  .woocommerce-customer-details p {
    font-size: 14px;
  }

  .woocommerce-customer-details p strong {
    font-size: 13px;
  }

  .woocommerce-columns--addresses {
    flex-direction: column;
    gap: 16px;
  }

  .woocommerce-column--billing-address,
  .woocommerce-column--shipping-address {
    width: 100%;
  }

  .woocommerce-column__title {
    font-size: 15px;
    line-height: 1.3;
    margin-bottom: 12px;
  }

  .woocommerce-column--billing-address .woocommerce-column__title::before,
  .woocommerce-column--shipping-address .woocommerce-column__title::before {
    height: 18px;
    top: 10px;
    width: 2px;
    right: 0px;
  }
  
  .woocommerce-customer-details address {
    padding: 15px;
    font-size: 13px;
    line-height: 1.8;
  }
  
  .woocommerce-order p {
    padding: 5px 15px 25px 15px;
    font-size: 16px;
  }
  
  .woocommerce-thankyou .checkout-breadcrumbs {
    margin: 20px auto 15px;
    padding: 0 15px;
  }
  
  .woocommerce-thankyou .breadcrumbs-container {
    padding: 15px;
  }
  
  .dp-typ-icon-box {
    width: 20px;
    height: 20px;
  }
  
  .dp-typ-icon-box i {
    font-size: 15px;
  }
  
  .dp-typ-icon-text {
    gap: 0px;
  }
  
  
  .woocommerce-customer-details address {
    padding: 12px 15px;
  }
  
  .woocommerce-columns--addresses {
    flex-direction: column;
  }
}

.ajax_add_to_cart.loading {
    position: relative;
    pointer-events: none;
    opacity: 1;
}

.ajax_add_to_cart.loading i.fa-spinner {
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.wetheme-cart-error {
    background: #f8d7da;
    color: #721c24;
    padding: 8px 12px;
    border-radius: 4px;
    margin-top: 8px;
    font-size: 14px;
    border: 1px solid #f5c6cb;
    animation: slideDown 0.3s ease-out;
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.wetheme-cart-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.wetheme-cart-popup.active {
    opacity: 1;
    visibility: visible;
}

.popup-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(2px);
}

.popup-content {
    position: relative;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    max-width: 550px;
    width: 90%;
    max-height: 330px;
    overflow-y: auto;
    transform: scale(0.8) translateY(20px);
    transition: all 0.3s ease;
    direction: rtl;
    text-align: right;
}

.wetheme-cart-popup.active .popup-content {
    transform: scale(1) translateY(0);
}

.popup-close {
    background: none;
    border: none;
    font-size: 24px;
    color: #999;
    cursor: pointer;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.2s ease;
    flex-shrink: 0;
}

.popup-close:hover {
    background: #f5f5f5;
    color: #333;
}

.popup-header {
    padding: 20px 20px;
    text-align: center;
    border-bottom: 1px solid #f0f0f0;
}

.popup-title-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
    position: relative;
}

.success-icon {
    margin-bottom: 0;
    display: inline-block;
    flex-shrink: 0;
    color: #3aad00;
    margin-top: -15px;
    font-size: 22px;
}

.success-icon svg {
  width: 30px;
  height: 30px;
  margin-top: 8px;
  color: #3aad00;
}

.success-lottie {
  width: 40px;
  height: 40px;
  display: block;
  margin: 0 auto;
}

.wetheme-spinner {
  animation: wetheme-spin 1s linear infinite;
}

@keyframes wetheme-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.popup-title {
    font-size: 18px;
    font-weight: 600;
    color: #2e7b32;
    margin: 0;
    line-height: 1.4;
    flex: 1;
    text-align: center;
}

.popup-body {
  padding: 15px 30px 0px 15px;
}

.popup-product {
    display: flex;
    align-items: center;
    gap: 15px;
}

.popup-product-image {
    flex-shrink: 0;
    width: 80px;
    height: 80px;
    border-radius: 6px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #e9ecef;
}

.popup-product-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.popup-product-details {
    flex: 1;
    min-width: 0;
}

.popup-product-name {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin: 0 0 8px 0;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.popup-product-color {
    font-size: 14px;
    color: #666;
    margin: 0 0 8px 0;
    display: none;
}

.popup-quantity-info {
    font-size: 14px;
    color: #28a745;
    font-weight: 500;
}

.popup-quantity {
    font-weight: 600;
    color: #333;
}

.popup-footer {
  padding: 25px 30px 25px 20px;
  display: flex;
  gap: 15px;
  justify-content: center;
  align-items: center;
}

.popup-footer button {
    padding: 13px 42px;
    border: none;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    min-width: 220px;
}


.go-to-cart-btn {
  background: var(--wetheme-primary-color);
  color: #ffffff;
  position: relative;
  overflow: hidden;
  transition: all 250ms;
}

body.popup-open {
    overflow: hidden;
}

@media (max-width: 768px) {
    .popup-content {
      width: 100%;
      max-width: 520px;
      max-height: 80vh;
    }

    .popup-header {
      padding: 15px 11px;
    }

    .popup-body {
      padding: 7px 15px 0px 15px;
    }

    .popup-footer {
      padding: 15px 15px;
    }

    .popup-title-row {
      gap: 8px;
      align-items: flex-start;
    }
    .success-icon svg {
      margin-top: 4px;
    }
    .success-lottie {
      width: 44px;
      height: 44px;
    }
    .popup-title {
      font-size: 17px;
      text-align: right;
    }

    .popup-product {
      flex-direction: row;
      text-align: center;
      gap: 12px;
      padding: 10px 0;
    }
    .popup-product-image {
      width: 72px;
      height: 72px;
    }
    .popup-product-name {
      font-size: 15px;
      -webkit-line-clamp: 3;
      line-clamp: 3;
    }
    .popup-quantity-info {
      font-size: 13px;
      text-align: right;
    }
    .popup-footer {
      flex-direction: column;
      gap: 10px;
    }
    .popup-footer button {
      width: 100%;
      min-width: 0;
    }
}

@media (max-width: 480px) {
    .popup-content {
        width: 95%;
        margin: 20px;
        max-height: 85vh;
    }
    
    .popup-header {
      padding: 14px 10px;
    }

    .popup-body {
      padding: 5px 12px 0px 12px;
    }

    .popup-footer {
      padding: 12px 12px;
    }
    
    .popup-product {
        flex-direction: row;
        text-align: center;
        gap: 10px;
        background: transparent;
    }
    
    .popup-product-image {
        width: 60px;
        height: 60px;
    }
    
    .popup-footer {
        flex-direction: column;
        padding: 10px;
    }
    
    .popup-footer button {
        width: 100%;
        font-size: 14px;
        padding: 10px 42px;
    }
}

.wetheme-cart-popup .popup-content {
    animation: popupSlideIn 0.3s ease-out;
}

@keyframes popupSlideIn {
    from {
        opacity: 0;
        transform: scale(0.8) translateY(20px);
    }
    to {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

.added_to_cart, .added_to_cart.wc-forward {
    display: none !important;
}

.woocommerce-message {
    display: none !important;
}

.woocommerce-notices-wrapper {
    display: none !important;
}

.fa-spinner.fa-spin {
    animation: spin 1s linear infinite;
}

.ajax_add_to_cart.loading {
    background: #6c757d !important;
    border-color: #6c757d !important;
    cursor: not-allowed;
}

.ajax_add_to_cart.loading:hover {
    background: #6c757d !important;
    border-color: #6c757d !important;
    transform: none !important;
}

.mini-cart .woocommerce-mini-cart-item {
    transition: all 0.3s ease;
}

.mini-cart .woocommerce-mini-cart-item.added {
    animation: itemAdded 0.5s ease;
}

@keyframes itemAdded {
    0% {
        background: #d4edda;
        transform: scale(1.02);
    }
    100% {
        background: transparent;
        transform: scale(1);
    }
}

@media (max-width: 480px) {
    .popup-title-row {
      flex-direction: row;
      gap: 0;
      justify-content: center;
    }
    
    .popup-title {
      font-size: 15px;
      align-self: center;
      order: 2;
    }
    
    .success-icon {
        order: 1;
    }
    
    .success-icon svg {
      margin-top: 8px;
    }
    
    .success-lottie {
      width: 35px;
      height: 35px;
    }

    .popup-product-name {
      font-size: 13px;
      -webkit-line-clamp: 2;
      line-clamp: 2;
    }

    .popup-quantity-info {
      font-size: 12px;
      text-align: left;
    }
    
    .popup-close {
      display: none;
    }
}

/*English Product Name*/
.product-english-name-title {
    margin: 8px 0 0 0;
    padding: 0;
}

.product-english-name-title .english-name-value {
    color: #afafaf;
    font-size: 16px;
    font-weight: 400;
    display: block;
    line-height: 1.4;
    text-align: right;
    direction: ltr;
}

.sp-header-left .product-english-name-title {
    margin-top: 22px;
}

.product-english-name {
    margin: 10px 0;
    padding: 8px 0;
    border-top: 1px solid #e5e7eb;
    border-bottom: 1px solid #e5e7eb;
}

.product-english-name .english-name-label {
    font-weight: 600;
    color: #374151;
    margin-left: 8px;
    font-size: 14px;
}

.product-english-name .english-name-value {
    color: #6b7280;
    font-size: 16px;
    font-style: italic;
}

.product-english-name-loop {
    margin: 5px 0;
    font-size: 13px;
}

.product-english-name-loop .english-name-label {
    font-weight: 500;
    color: #6b7280;
    margin-left: 5px;
}

.product-english-name-loop .english-name-value {
    color: #9ca3af;
    font-style: italic;
}

.product_custom_field {
    margin: 15px 0;
}

.product_custom_field .form-field {
    margin-bottom: 15px;
}

.product_custom_field label {
    font-weight: 600;
    color: #23282d;
}

.product_custom_field input[type="text"] {
    width: 100%;
    max-width: 400px;
    padding: 8px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
}

.product_custom_field input[type="text"]:focus {
    outline: none;
    border-color: #4260ff;
    box-shadow: 0 0 0 3px rgba(66, 96, 255, 0.1);
}

.wetheme-gallery-tags-row {
  width: 100%;
  display: flex;
}

.wetheme-single-product-tags {
    text-align: right;
    width: 100%;
}

.wetheme-single-tag {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  background-color: #3b82f6;
  color: white;
  border-radius: 7px;
  padding: 4px 8px 3px;
  font-size: 14px;
  margin: 3px;
  display: inline-block;
  font-weight: 400;
}

@media (max-width: 768px) {
    .wetheme-gallery-tags-row {
        margin-bottom: -5px;
        margin-top: 0;
    }
    .wetheme-single-tag {
        font-size: 11px;
        padding: 3px 10px;
        margin: 2px;
    }
}

.woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.woocommerce-MyAccount-content .woocommerce-form-row {
  width: 100%;
  margin: 0 0 14px;
}

.woocommerce-MyAccount-content .form-row-first,
.woocommerce-MyAccount-content .form-row-last {
  width: calc(80% - 8px);
}

.woocommerce-MyAccount-content .woocommerce-address-fields label {
  display: block;
  margin-bottom: 6px;
  font-weight: 500;
  font-size: 14px;
  color: #374151;
}

.woocommerce-MyAccount-content .woocommerce-Input,
.woocommerce-MyAccount-content .input-text,
.woocommerce-MyAccount-content .input-select,
.woocommerce-MyAccount-content select,
.woocommerce-MyAccount-content input[type="text"],
.woocommerce-MyAccount-content input[type="tel"] {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  background: #fff;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.woocommerce-MyAccount-content .woocommerce-Input:focus,
.woocommerce-MyAccount-content .input-text:focus,
.woocommerce-MyAccount-content .input-select:focus,
.woocommerce-MyAccount-content select:focus,
.woocommerce-MyAccount-content input[type="text"]:focus,
.woocommerce-MyAccount-content input[type="tel"]:focus {
  outline: 0;
  border-color: #2563eb;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.12);
}

.woocommerce-MyAccount-content .required {
  color: #ef4444;
}

.woocommerce-MyAccount-content button.button[name="save_address"] {
  background: #2563eb;
  color: #fff;
  border: 0;
  border-radius: 8px;
  padding: 10px 16px;
}

.woocommerce-MyAccount-content button.button[name="save_address"]:hover {
  background: #1e40af;
}

html[dir="rtl"] .woocommerce-MyAccount-content .woocommerce-Input,
html[dir="rtl"] .woocommerce-MyAccount-content .input-text,
html[dir="rtl"] .woocommerce-MyAccount-content .input-select,
html[dir="rtl"] .woocommerce-MyAccount-content select {
  text-align: right;
}

@media (max-width: 768px) {
  .woocommerce-MyAccount-content .form-row-first,
  .woocommerce-MyAccount-content .form-row-last,
  .woocommerce-MyAccount-content .woocommerce-form-row {
    width: 100%;
  }
  .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper {
    gap: 12px;
  }
}

.product-single-variable-select {
  width: 100%;
  display: block;
  padding-bottom: 20px;
  unicode-bidi: isolate;
}

.product-single-variable-select .select2-container {
  width: 100% !important;
  margin-bottom: 20px;
  margin-top: 10px;
}

.woocommerce form .select2-container--default .select2-selection--single {
  color: #000000 !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  width: 100% !important;
  border-radius: 10px !important;
  height: 50px !important;
  line-height: 50px !important;
  border-radius: 9px !important;
  background-color: #ffffff !important;
  padding: 11px 20px !important;
}

.product-single-variable-select .selection .select2-selection--single {
  color: #000000 !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  width: 100% !important;
  border-radius: 10px !important;
  height: 50px !important;
  line-height: 50px !important;
  border-radius: 9px !important;
  background-color: #ffffff !important;
  padding: 11px 20px !important;
  border: none !important;
}

.product-single-variable-select .select2-selection--single {
  height: auto;
  padding: 0;
  border: 1px solid #ddd;
  border-radius: 4px;
  background-color: #fff;
}

.product-single-variable-select .select2-selection__rendered {
  padding: 10px 35px 10px 10px;
  color: #333;
  font-size: 14px;
  line-height: 1.5;
}

html[dir="rtl"] .product-single-variable-select .select2-selection__rendered {
  text-align: right;
  padding-right: 0px !important;
}

.product-single-variable-select .select2-selection__arrow {
  height: 100%;
  right: 10px;
}

html[dir="rtl"] .product-single-variable-select .select2-selection__arrow {
  left: 15px !important;
  top: 50% !important;
  transform: translate(-50%, -50%) !important;
}

.select2-dropdown {
  border-color: #ddd;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}

#add-address-modal {
  z-index: 999;
}

#add-address-modal .select2-container {
  z-index: 1000 !important;
  position: relative;
}

#add-address-modal .select2-dropdown {
  z-index: 1000 !important;
}

body .select2-container--open {
  z-index: 1000 !important;
}

body .select2-dropdown {
  z-index: 1000 !important;
}

#add-address-modal .select2-container--default .select2-selection--single {
  height: 44px;
  border: 1px solid #cecece;
  border-radius: 12px;
  padding: 0 12px;
  font-size: 14px;
  width: 100%;
  display: flex;
  align-items: center;
}

#add-address-modal .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 44px;
  padding: 0;
  display: flex;
  align-items: center;
}

#add-address-modal .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #333 !important;
  font-size: 14px;
  font-weight: 400;
}

#add-address-modal .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}



.select2-results__option {
  padding: 8px 10px;
  font-size: 14px;
  background-color: #fafafa;
  color: #444 !important;
  transition: background-color 0.2s ease;
}

html[dir="rtl"] .select2-results__option {
  text-align: right;
}

.select2-results__option--highlighted[aria-selected] {
  background-color: #ededed !important;
  color: #000 !important;
}

.select2-results__option[aria-selected], .select2-results__option[data-selected]{
	font-size: 14px !important;;
	line-height: 25px !important;;
	font-weight: 400 !important;;
}

.select2-results__option--selected {
  background-color: #f0f0f0;
  color: #333;
}

.product-single-variable-select.select2-container--focus .select2-selection--single {
  border-color: #5897fb;
  outline: 0;
  box-shadow: 0 0 0 1px #5897fb;
}

.select2-hidden-accessible {
  position: absolute !important;
  width: 1px !important;
  clip: rect(0, 0, 0, 0) !important;
  border: 0 !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden !important;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .single-product table.variations {
    width: 100%;
    border-collapse: collapse;
  }
  
  .single-product table.variations tr {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  
  .single-product table.variations tr:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  
  .single-product table.variations th.label {
    display: block;
    width: 100%;
    padding: 0 0 8px 0;
    text-align: right;
    font-size: 14px;
    font-weight: 700;
    color: #000;
    border: none;
  }
  
  .single-product table.variations th.label label {
    margin: 0;
    font-size: 14px;
    font-weight: 700;
    color: #000;
  }

  .sp-header-left .product-english-name-title {
    display: none;
  }
  
  .single-product table.variations td.value {
    display: block;
    width: 100%;
    padding: 0;
    border: none;
  }
  
  .product-single-variable-select {
    padding-bottom: 15px;
  }
  
  .product-single-variable-select .select2-container {
    margin-bottom: 0;
    margin-top: 0;
  }
  
  .woocommerce form .select2-container--default .select2-selection--single {
    font-size: 14px !important;
    height: 48px !important;
    line-height: 48px !important;
    padding: 10px 18px !important;
  }
  
  .product-single-variable-select .selection .select2-selection--single {
    font-size: 14px !important;
    height: 48px !important;
    line-height: 48px !important;
    padding: 10px 18px !important;
  }
  
  .product-single-variable-select .select2-selection__rendered {
    padding: 8px 30px 8px 8px;
    font-size: 13px;
  }
  
  html[dir="rtl"] .product-single-variable-select .select2-selection__rendered {
    padding: 8px 8px 8px 30px;
  }
}

@media (max-width: 480px) {
  .single-product table.variations tr {
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
  
  .single-product table.variations th.label {
    font-size: 13px;
    padding-bottom: 12px;
  }
  
  .single-product table.variations th.label label {
    font-size: 13px;
  }
  
  .product-single-variable-select {
    padding-bottom: 12px;
  }
  
  .woocommerce form .select2-container--default .select2-selection--single {
    font-size: 13px !important;
    height: 46px !important;
    line-height: 46px !important;
    padding: 9px 16px !important;
  }
  
  .product-single-variable-select .selection .select2-selection--single {
    font-size: 13px !important;
    height: 46px !important;
    line-height: 46px !important;
    padding: 9px 16px !important;
  }

  .sp-header-left .product-english-name-title {
    display: none;
  }
  
  .product-single-variable-select .select2-selection__rendered {
    padding: 0;
    font-size: 12px;
  }
  
  html[dir="rtl"] .product-single-variable-select .select2-selection__rendered {
    padding: 0;
  }
}

.woocommerce ul.products li.product .price.out-of-stock-message,
.woocommerce .price.out-of-stock-message {
  color: #000 !important;
  font-size: 17px;
  font-weight: 500;
}

.woocommerce ul.products li.product .price.out-of-stock-message .we-price-inline .text,
.woocommerce .price.out-of-stock-message .we-price-inline .text {
  color: #000 !important;
  font-size: 17px;
  font-weight: 500;
}

@media (max-width: 768px) {
  .woocommerce ul.products li.product .price.out-of-stock-message,
  .woocommerce .price.out-of-stock-message {
    font-size: 15px;
  }

  .woocommerce ul.products li.product .price.out-of-stock-message .we-price-inline .text,
  .woocommerce .price.out-of-stock-message .we-price-inline .text {
    font-size: 15px;
  }
}

@media (max-width: 480px) {
  .woocommerce ul.products li.product .price.out-of-stock-message,
  .woocommerce .price.out-of-stock-message {
    font-size: 14px;
    font-weight: 500;
  }

  .woocommerce ul.products li.product .price.out-of-stock-message .we-price-inline .text,
  .woocommerce .price.out-of-stock-message .we-price-inline .text {
    font-size: 14px;
    font-weight: 500;
  }
}

.single-product .related.products ul.products li.product .we-stock-inline {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 500;
  color: #4562ff;
  margin-top: 2px;
}

.single-product .related.products ul.products li.product .we-stock-inline .ico {
  display: inline-flex;
  color: currentColor;
}

.single-product .related.products ul.products li.product .we-stock-inline.is-outofstock {
  color: #f11919;
}

.single-product .related.products ul.products li.product .we-price-inline {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  flex-direction: row;
  order: 2;
}

.single-product .related.products ul.products li.product .we-price-inline .we-stock-inline {
  display: none;
}

.single-product .summary .stock.out-of-stock {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 20px;
  color: #f11919 !important;
}

.single-product .summary .stock.out-of-stock .stock-icon {
  display: inline-flex;
  color: #f11919;
  flex-shrink: 0;
}

.single-product .summary .stock.out-of-stock .stock-icon svg {
  width: 16px;
  height: 16px;
}

.single-product .summary .price .last-price-label {
  color: #666;
  font-size: 14px;
  font-weight: 400;
  margin-left: 4px;
}

.single-product .summary .contact-button-wrapper {
  margin-top: 15px;
}

.single-product .summary .contact-out-of-stock-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background-color: #f11919;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 12px 24px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 100%;
}

.single-product .summary .contact-out-of-stock-button:hover {
  background-color: #d4141a;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(241, 25, 25, 0.3);
}

.single-product .summary .contact-out-of-stock-button i {
  font-size: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.single-product .summary .contact-out-of-stock-button .contact-text {
  font-weight: 600;
}

.single-product .summary .contact-out-of-stock-button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.single-product .summary .stock-notification-login-hint {
  margin-top: 10px;
  font-size: 13px;
  color: #666;
  text-align: center;
}

.single-product .summary .stock-notification-registered {
  margin-top: 15px;
}

.single-product .summary .stock-notification-message {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background-color: #f0f9ff;
  color: #0369a1;
  border: 1px solid #bae6fd;
  border-radius: 8px;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 500;
}

.single-product .summary .stock-notification-message i {
  font-size: 18px;
  color: #10b981;
}

.single-product .summary .stock-notification-message .message-text {
  font-weight: 500;
  text-align: right;
}

/* Stock Notification */
#wetheme-stock-notification-modal {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  z-index: 999999 !important;
  display: none;
}

#wetheme-stock-notification-modal .wetheme-modal-overlay {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background: rgba(0, 0, 0, 0.6) !important;
  backdrop-filter: blur(2px);
  z-index: 1 !important;
}

#wetheme-stock-notification-modal .wetheme-modal-content {
  position: absolute !important;
  background: #ffffff !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  z-index: 2 !important;
  max-width: 500px;
  max-height: 400px;
  width: 90%;
  border: 4px solid var(--wetheme-primary-color);
  box-sizing: border-box;
  overflow-x: hidden;
}

#wetheme-stock-notification-modal .wetheme-modal-header {
  display: flex;
  align-items: center;
  padding: 20px 24px;
  background: var(--wetheme-primary-color);
}

#wetheme-stock-notification-modal .wetheme-modal-header h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
}

#wetheme-stock-notification-modal .wetheme-modal-body {
  padding: 35px 25px;
  min-height: auto;
  overflow-x: hidden;
}

#wetheme-stock-notification-modal .wetheme-form-group {
  margin-bottom: 30px;
}

#wetheme-stock-notification-modal .wetheme-form-group label {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 500;
  color: #374151;
}

#wetheme-stock-notification-modal .wetheme-form-group input[type="email"],
#wetheme-stock-notification-modal .wetheme-form-group input[type="tel"] {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #d1d5db;
  border-radius: 10px;
  font-size: 14px;
  transition: all 0.2s ease;
  text-align: left;
}

#wetheme-stock-notification-modal .wetheme-form-group input[type="email"]:focus,
#wetheme-stock-notification-modal .wetheme-form-group input[type="tel"]:focus {
  outline: none;
  border-color: var(--wetheme-primary-color);
  box-shadow: 0 0 0 3px rgba(247, 180, 1, 0.1);
}

#wetheme-stock-notification-modal .wetheme-form-group.wetheme-stock-notify-channel{
  display: flex;
}

#wetheme-stock-notification-modal .wetheme-form-group.wetheme-stock-notify-channel > label{
  margin-bottom: 10px;
  color: #333;
  display: flex;
  font-size: 16px;
  width: 100%;
  font-weight: 700;
  align-items: center;
  justify-content: start;
}

#wetheme-stock-notification-modal .wetheme-stock-notify-channel-options{
  width: 100%;
}

#wetheme-stock-notification-modal .wetheme-stock-notify-channel-options{
  display:flex;
  gap:14px;
  align-items:center;
  flex-wrap: wrap;
  justify-content: flex-end;
}

#wetheme-stock-notification-modal .wetheme-stock-notify-channel-option{
  display:flex;
  align-items:center;
  gap:8px;
  cursor:pointer;
  user-select:none;
}

#wetheme-stock-notification-modal .wetheme-stock-notify-channel-option{
  padding: 10px 12px;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  background: #fff;
  transition: all .15s ease;
  max-width: 100%;
  min-width: 0;
}

@media (max-width: 480px) {
  #wetheme-stock-notification-modal .wetheme-stock-notify-channel-options{
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: flex-start;
    gap: 10px;
    flex-wrap: nowrap;
  }

  #wetheme-stock-notification-modal .wetheme-form-group.wetheme-stock-notify-channel {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
  }  

  #wetheme-stock-notification-modal .wetheme-form-group.wetheme-stock-notify-channel > label {
    justify-content: center;
    font-size: 15px;
  }

  #wetheme-stock-notification-modal .wetheme-modal-body {
    padding: 20px 28px !important;
  }

  #wetheme-stock-notification-modal .wetheme-stock-notify-channel-option{
    width: 100%;
    justify-content: flex-start;
  }
}

@media (min-width: 481px) and (max-width: 768px) {
  #wetheme-stock-notification-modal .wetheme-stock-notify-channel-options{
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
    justify-content: stretch;
    gap: 10px;
  }

  #wetheme-stock-notification-modal .wetheme-stock-notify-channel-option{
    width: 100%;
    justify-content: flex-start;
  }
}

#wetheme-stock-notification-modal .wetheme-stock-notify-channel-option:hover{
  border-color: var(--wetheme-primary-color);
  box-shadow: 0 4px 14px rgba(0,0,0,.06);
}

#wetheme-stock-notification-modal .wetheme-stock-notify-channel-option .wt-shipping-input{
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

#wetheme-stock-notification-modal .wetheme-stock-notify-channel-option .wt-shipping-tick{
  width: 18px;
  height: 18px;
  border-radius: 6px;
  border: 2px solid #d1d5db;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  line-height: 1;
  margin-left: 4px;
  margin-bottom: -6px;
  color: transparent;
  background: #fff;
  flex: 0 0 auto;
  transition: all .15s ease;
}

#wetheme-stock-notification-modal .wetheme-stock-notify-channel-option .wt-shipping-input:checked + .wt-shipping-tick{
  background: var(--wetheme-gradient);
  border-color: var(--wetheme-primary-color);
  color: #ffffff;
}

#wetheme-stock-notification-modal .wetheme-stock-notify-channel-option .wt-shipping-input:checked + .wt-shipping-tick::before{
  content: "✓";
  font-family: inherit;
  font-size: 12px;
  line-height: 1;
}

#wetheme-stock-notification-modal .wetheme-stock-notify-channel-option:has(.wt-shipping-input:checked){
  border-color: var(--wetheme-primary-color);
  background: #fffdf3;
}

#wetheme-stock-notification-modal .wetheme-error-message {
  color: #dc2626;
  font-size: 13px;
  margin-top: 6px;
  display: none;
}

#wetheme-stock-notification-modal .wetheme-error-message:not(:empty) {
  display: block;
}

#wetheme-stock-notification-modal .wetheme-form-actions {
  margin-top: 24px;
}

#wetheme-stock-notification-modal .wetheme-btn {
  width: 100%;
  padding: 12px 24px;
  border: none;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

#wetheme-stock-notification-modal .wetheme-btn-primary {
  background: var(--wetheme-gradient);
  color: #fff;
}

#wetheme-stock-notification-modal .wetheme-btn-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(247, 180, 1, 0.3);
}

#wetheme-stock-notification-modal .wetheme-btn-primary:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}

#wetheme-stock-notification-modal .wetheme-btn-loading {
  display: none;
}

body.wetheme-modal-open {
  overflow: hidden;
}

.woocommerce-checkout-address-selection {
	margin-bottom: 30px;
}

.woocommerce-checkout-address-selection h4 {
	margin-bottom: 20px;
	font-weight: 600;
	font-size: 17px;
	display: flex;
	align-items: center;
	gap: 8px;
}

.woocommerce-checkout-address-selection h4 i {
	font-size: 20px;
}

.addresses-checkout {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (max-width: 992px) {
	.addresses-checkout {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 576px) {
	.addresses-checkout {
		grid-template-columns: 1fr;
	}
}

.address-card-checkout {
	border: 2px solid #e0e0e0;
	border-radius: 14px;
	background: #fff;
	padding: 12px 20px;
	transition: all 0.3s ease;
	cursor: pointer;
}

.address-card-checkout__inner {
	align-items: center;
}

.address-card-checkout__content {
	display: grid;
	gap: 15px;
}

.address-card-checkout__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.address-card-checkout__actions {
	display: inline-flex;
	align-items: center;
	gap: 10px;
}

.address-card-checkout__action {
	display: inline-flex;
	width: 28px;
	height: 28px;
	font-size: 19px;
	border-radius: 8px;
	align-items: center;
	justify-content: center;
	color: #4e536b;
	text-decoration: none;
	transition: all 0.3s ease;
}

.address-card-checkout__action:hover {
	background: #f0f0f0;
	color: #ff9f0a;
}

.address-card-checkout__action--edit:hover {
	background: #fff9f0;
	color: #ff9f0a;
}

.address-card-checkout__title {
	margin: 0;
	font-size: 16px;
	font-weight: 700;
	color: var(--wetheme-primary-color);
}

.address-card-checkout__body {
	color: #4e536b;
	font-weight: 600;
	line-height: 1.9;
  font-size: 14px;
}

.address-card-checkout__line-main {
	display: block;
	margin-bottom: 15px;
	font-weight: 600;
}

.address-card-checkout__line-meta {
	display: flex;
  justify-content: space-between;
}

.address-card-checkout__body p i {
	color: #4e536b;
	margin-left: 6px;
	font-size: 16px;
}

.address-card-checkout .address-item {
	display: inline-flex;
	align-items: center;
	font-size: 12px;
  padding-top: 10px;
}

.address-card-checkout .address-item i {
	color: var(--wetheme-secondary-color);
	font-size: 16px;
}

.address-card-checkout:hover {
	transform: translateY(-2px);
	box-shadow: 0 5px 20px rgba(0,0,0,0.1);
	border-color: #ccc;
}


.address-card-checkout.is-selected {
	border-color: var(--wetheme-primary-color);
  background: var(--wetheme-primary-color);
  background-image: linear-gradient(rgb(255 245 245 / 95%), rgb(255 245 245 / 95%));
	border-width: 3px;
}

.address-card-checkout.is-selected .address-card-checkout__title {
	color: var(--wetheme-primary-color) !important;
}

.address-card-checkout:not(.is-default):not(.is-selected) {
	border-color: #d0d0d0;
	border-width: 1px;
}

.address-card-checkout.loading {
	position: relative;
	pointer-events: none;
}

.address-card-checkout.loading::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 24px;
	height: 24px;
	border: 3px solid #f3f3f3;
	border-top: 3px solid var(--wetheme-gradient-color-1);
	border-radius: 50%;
	animation: spin 0.8s linear infinite;
	z-index: 10;
}

@keyframes spin {
	0% { transform: translate(-50%, -50%) rotate(0deg); }
	100% { transform: translate(-50%, -50%) rotate(360deg); }
}

.address-card-checkout__default-badge {
	background: var(--wetheme-primary-color);
	color: #fff;
	font-size: 12px;
	padding: 4px 8px;
	border-radius: 12px;
	margin-right: 8px;
	font-weight: 600;
}

.add-address-checkout-box {
	margin-top: 20px;
}

.add-address-checkout-link {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 200px;
	background: #fff;
	border: 2px dashed #d9d9d9;
	border-radius: 14px;
	text-decoration: none;
	transition: all 0.3s ease;
	cursor: pointer;
	padding: 0;
}

.add-address-checkout-link:hover {
	border-color: var(--wetheme-primary-color);
}

.add-address-checkout-icon {
	width: 66px;
	height: 66px;
	margin-bottom: 12px;
	opacity: 0.6;
	transition: opacity 0.3s ease;
	display: flex;
	align-items: center;
	justify-content: center;
}

.add-address-checkout-icon img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.add-address-checkout-link:hover .add-address-checkout-icon {
	opacity: 1;
}

.add-address-checkout-text {
	color: #4e536b;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
}

@media (max-width: 768px) {
	.woocommerce-checkout-address-selection {
		margin-bottom: 20px;
	}

	.woocommerce-checkout-address-selection h4 {
		font-size: 15px;
		margin-bottom: 15px;
	}

	.woocommerce-checkout-address-selection h4 i {
		font-size: 18px;
	}

	.address-card-checkout__inner {
		grid-template-columns: 1fr;
	}

	.address-card-checkout {
		padding: 10px 15px;
		border-radius: 12px;
	}

	.address-card-checkout__header {
		flex-wrap: wrap;
		gap: 10px;
	}

	.address-card-checkout__title {
		font-size: 14px;
		line-height: 1.4;
	}

	.address-card-checkout__default-badge {
		font-size: 11px;
		padding: 3px 6px;
		margin-right: 6px;
	}

	.address-card-checkout__action {
		width: 24px;
		height: 24px;
		font-size: 16px;
	}

	.address-card-checkout__body {
		font-size: 13px;
		line-height: 1.7;
	}

	.address-card-checkout__body p {
		margin: 0;
	}

	.address-card-checkout .address-item {
		font-size: 11px;
		display: block;
		margin-top: 6px;
	}

	.address-card-checkout .address-item--postcode {
		padding-top: 10px;
	}

	.address-card-checkout .address-item i {
		font-size: 14px;
		margin-left: 4px;
	}

	.add-address-checkout-link {
		height: 150px;
		padding: 15px;
	}

	.add-address-checkout-icon {
		width: 50px;
		height: 50px;
		margin-bottom: 10px;
	}

	.add-address-checkout-text {
		font-size: 14px;
	}
}

@media (max-width: 480px) {

  .woocommerce-checkout .woocommerce form.checkout {
    padding-top: 10px;
  }
	.woocommerce-checkout-address-selection {
		margin-bottom: 5px;
	}

	.woocommerce-checkout-address-selection h4 {
		font-size: 14px;
		margin-bottom: 15px;
	}

	.woocommerce-checkout-address-selection h4 i {
		font-size: 20px;
	}

	.addresses-checkout {
		gap: 12px;
    padding: 5px;
	}

	.address-card-checkout {
		padding: 12px 15px 15px 15px;
		border-radius: 10px;
	}

  .address-card-checkout.is-selected {
    border-width: 2px;
    background-image: linear-gradient(rgb(255 255 255 / 95%), rgb(255 248 248 / 95%));
  }

  .add-address-checkout-box {
    margin-top: 0;
    padding: 5px;
  }

	.address-card-checkout__content {
		gap: 15px;
	}

	.address-card-checkout__title {
		font-size: 13px;
	}

	.address-card-checkout__default-badge {
		font-size: 10px;
		padding: 2px 5px;
		margin-right: 0px;
	}

	.address-card-checkout__action {
		width: 22px;
		height: 22px;
		font-size: 17px;
	}

	.address-card-checkout__body {
		font-size: 12px;
		line-height: 1.6;
	}

	.address-card-checkout__body p {
		display: flex;
		flex-wrap: wrap;
		gap: 8px;
		margin: 0;
	}

	.address-card-checkout__line-main {
		flex: 0 0 100%;
		font-size: 12px;
	}

	.address-card-checkout__line-meta {
		display: flex;
    justify-content: space-between;
		width: 100%;
	}

	.address-card-checkout .address-item {
		font-size: 10px;
		margin-top: 0;
		display: inline-flex;
		flex: 0 0 calc(32% - 9px);
		min-width: 0;
    align-items: flex-end;
	}

	.address-card-checkout .address-item i {
		font-size: 12px;
		margin-left: 3px;
    margin-bottom: 2px;
	}

	.add-address-checkout-link {
		height: 130px;
		padding: 12px;
    border-radius: 10px;
	}

	.add-address-checkout-icon {
		width: 40px;
		height: 40px;
		margin-bottom: 8px;
	}

	.add-address-checkout-text {
		font-size: 13px;
	}


  .woocommerce-checkout .woocommerce-payment-methods .wc_payment_methods {
    padding: 5px;
  }

  .woocommerce-checkout .woocommerce-payment-methods h4 {
    font-size: 15px !important;
    margin-bottom: 15px !important;
    gap: 7px !important;
  }
  
  .woocommerce-checkout .woocommerce-payment-methods h4 svg {
    width: 20px !important;
    height: 20px !important;
  }
  
  .woocommerce-checkout .woocommerce-payment-methods .wc_payment_methods li {
    padding: 12px 15px 12px 12px;
    margin-bottom: 10px;
  }
  
  .woocommerce-checkout .woocommerce-payment-methods .wc_payment_methods li input[type="radio"] {
    width: 18px;
    height: 18px;
    right: 15px;
  }
  
  .woocommerce-checkout .woocommerce-payment-methods .wc_payment_methods li label {
    font-size: 14px;
    gap: 15px;
  }
  
  .wc_payment_methods .wt-payment-title {
    font-size: 13px;
  }

  .wc_payment_methods .wt-shipping-label {
    display: flex;
    flex-direction: column;
    width: 250px;
    gap: 7px;
  }
  
  .wc_payment_methods .wt-payment-desc {
    font-size: 10px;
  }

  .wc_payment_methods .wt-payment-icon {
    width: 27px;
    height: 27px;
  }
  
  .woocommerce-checkout #payment .form-row.place-order {
    margin-top: 5px;
  }
  
  .woocommerce-checkout #payment .form-row.place-order .button {
      width: 100%;
      height: 50px;
      font-size: 16px;
      font-weight: 600;
      border-radius: 8px;
  }
  
    /* Terms and Conditions*/
  .woocommerce-checkout .woocommerce-privacy-policy-text p {
      margin: 0;
      font-size: 10px;
      font-weight: 600;
      color: #222222;
      line-height: 1.6;
      display: flex;
      align-items: center;
      gap: 5px;
  }

  .woocommerce-checkout .woocommerce-terms-and-conditions-wrapper {
      margin-top: 0;
  }
  
  .woocommerce-checkout .woocommerce-privacy-policy-text {
      font-size: 13px;
      line-height: 1.6;
      padding: 5px;
  }
  
  .woocommerce-checkout .woocommerce-privacy-policy-text input[type="checkbox"] {
      width: 16px !important;
      height: 16px !important;
      margin-right: 8px !important;
  }
}

/*Add Address Modal */
.add-address-modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10000;
	align-items: center;
	justify-content: center;
}

.add-address-modal-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	backdrop-filter: blur(4px);
}

.add-address-modal-content {
	position: relative;
	background: #fff;
	border-radius: 16px;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
	max-width: 600px;
	width: 90%;
	max-height: 90vh;
	z-index: 10000;
	animation: modalFadeIn 0.3s ease-out;
}

@keyframes modalFadeIn {
	from {
		opacity: 0;
		transform: scale(0.9) translateY(-20px);
	}
	to {
		opacity: 1;
		transform: scale(1) translateY(0);
	}
}

.add-address-modal-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 24px;
	border-bottom: 1px solid #e0e0e0;
}

.add-address-modal-title {
	margin: 0;
	font-size: 20px;
	font-weight: 700;
	color: #333;
}

.add-address-modal-close {
	background: none;
	border: none;
	cursor: pointer;
	padding: 8px;
	font-size: 24px;
	color: #666;
	transition: all 0.3s ease;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
}

.add-address-modal-close:hover {
	background: #f0f0f0;
	color: #333;
}

.add-address-modal-body {
	padding: 24px;
}

.add-address-modal-footer {
  padding: 16px 20px 2px 20px;
  border-top: 1px solid #d4d4d4;
}

.add-address-modal-footer .button {
  display: inline-block;
  padding: 15px 30px;
  width: 100%;
  background: var(--wetheme-primary-color);
  color: #fff;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 600;
  font-size: 16px;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
}

.add-address-modal-body .woocommerce-address-fields__field-wrapper {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
}

.add-address-modal-body .form-row-wide {
	grid-column: 1 / -1;
}

.add-address-modal-body .form-row-first {
	grid-column: 1;
}

.add-address-modal-body .form-row-last {
	grid-column: 2;
}

.add-address-modal-body .form-row {
	margin-bottom: 0;
}

.add-address-modal-body .form-row label {
	display: block;
	margin-bottom: 8px;
	font-weight: 600;
	color: #333;
	font-size: 14px;
}

.add-address-modal-body .form-row .required {
	color: #ef394e;
}

.add-address-modal-body .form-row input[type="text"],
.add-address-modal-body .form-row input[type="tel"],
.add-address-modal-body .form-row select {
	width: 100%;
	padding: 12px 15px;
	border: 1px solid #cecece;
	border-radius: 8px;
	font-size: 14px;
  height: 50px;
	transition: all 0.3s ease;
	background: #fff;
	font-family: "IRANSansX", Arial, sans-serif;
}

.add-address-modal-body .form-row button[type="submit"] {
	width: 100%;
	padding: 14px 24px;
	background: #ff9f0a;
	color: #fff;
	border: none;
	border-radius: 8px;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.3s ease;
	margin-top: 20px;
}

.add-address-modal-body .form-row button[type="submit"]:hover {
	background: #ff8f00;
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(255, 159, 10, 0.3);
}

.add-address-modal-body .form-row button[type="submit"]:disabled {
	opacity: 0.6;
	cursor: not-allowed;
	transform: none;
}

@media (max-width: 768px) {
	.add-address-modal-content {
    width: 94%;
    max-height: 95vh;
    border-radius: 8px;
	}
	
	.add-address-modal-body .woocommerce-address-fields__field-wrapper {
		grid-template-columns: 1fr;
	}
	
	.add-address-modal-body .form-row-first{
		grid-column: 1;
  }
	.add-address-modal-body .form-row-last {
		grid-column: 2;
	}
}

.woocommerce-shipping-methods .wt-shipping-method,
.wc_payment_methods .wt-shipping-method {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	cursor: pointer;
}

.woocommerce-shipping-methods .wt-shipping-input,
.wc_payment_methods .wt-shipping-input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.woocommerce-shipping-methods .wt-shipping-tick,
.wc_payment_methods .wt-shipping-tick {
	width: 18px;
	height: 18px;
	border-radius: 4px;
	border: 1px solid #d0d5dd;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background-color: #ffffff;
	transition: all 0.15s ease-in-out;
	color: transparent;
}

.woocommerce-shipping-methods .wt-shipping-input:checked + .wt-shipping-tick{
  background: var(--wetheme-gradient);
	color: #ffffff;
}
.wc_payment_methods .wt-shipping-input:checked + .wt-shipping-tick {
	background: var(--wetheme-gradient);
	color: #ffffff;
  padding: 0 5px;
}

.woocommerce-shipping-methods .wt-shipping-input:checked + .wt-shipping-tick::before,
.wc_payment_methods .wt-shipping-input:checked + .wt-shipping-tick::before {
	content: "✓";
	font-family: inherit;
	font-size: 12px;
	line-height: 1;
}

.woocommerce-shipping-methods .wt-shipping-label {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  gap: 5px;
}

@media (max-width: 768px) {
  .woocommerce-checkout .woocommerce-shipping-section {
    margin-top: 24px;
    padding-bottom: 20px;
  }

  .woocommerce-checkout .woocommerce-shipping-section h4 {
    margin-bottom: 20px;
    font-size: 15px;
  }

  .woocommerce-checkout .woocommerce-shipping-section h4 svg {
    width: 22px;
    height: 22px;
  }

  .woocommerce-checkout .woocommerce-shipping-section .woocommerce-shipping-methods {
    gap: 10px;
  }

  .woocommerce-checkout .woocommerce-shipping-section .woocommerce-shipping-methods li {
    flex: 0 0 calc(50% - 5px);
    padding: 12px;
    gap: 10px;
  }

  .woocommerce-checkout .woocommerce-shipping-section .woocommerce-shipping-methods li label {
    font-size: 14px;
    gap: 10px;
  }

  .woocommerce-shipping-methods .wt-shipping-label {
    font-size: 13px;
  }

  .woocommerce-shipping-methods .wt-shipping-tick,
  .wc_payment_methods .wt-shipping-tick {
    width: 16px;
    height: 16px;
  }

  .woocommerce-shipping-methods .wt-shipping-input:checked + .wt-shipping-tick::before,
  .wc_payment_methods .wt-shipping-input:checked + .wt-shipping-tick::before {
    font-size: 11px;
  }
}

@media (max-width: 480px) {
  .woocommerce-checkout .woocommerce-shipping-section {
    margin-top: 20px;
    padding-bottom: 24px;
  }

  .add-address-modal-body {
    padding: 20px 12px;
 }

 .add-address-modal-body .woocommerce-address-fields__field-wrapper {
  grid-template-columns: 1fr 1fr;
}

  .add-address-modal-body .form-row input[type="text"], .add-address-modal-body .form-row input[type="tel"], .add-address-modal-body .form-row select {
    border: 1px solid #cecece;
    height: 45px;
 }

 #add-address-modal .select2-container--default .select2-selection--single .select2-selection__placeholder {
  font-size: 13px;
  }

  .woocommerce-checkout .woocommerce-shipping-section h4 {
    margin-bottom: 15px;
    font-size: 14px !important;
  }

  .woocommerce-checkout .woocommerce-shipping-section h4 svg {
    width: 21px;
    height: 21px;
  }

  .woocommerce-checkout .woocommerce-shipping-section .woocommerce-shipping-methods {
    gap: 8px;
    padding: 5px;
  }

  .woocommerce-checkout .woocommerce-shipping-section .woocommerce-shipping-methods li {
    flex: 0 0 calc(50% - 4px);
    padding: 10px;
    gap: 8px;
    border-radius: 10px;
    border: 1px solid #e5e7eb;
  }

  .woocommerce-checkout .woocommerce-shipping-section .woocommerce-shipping-methods li label {
    font-size: 13px;
    gap: 8px;
  }

  .woocommerce-shipping-methods .wt-shipping-label {
    font-size: 12px;
    gap: 4px;
  }

  .woocommerce-shipping-methods .wt-shipping-tick,
  .wc_payment_methods .wt-shipping-tick {
    width: 17px;
    height: 16px;
    min-width: 17px;
  }

  .woocommerce-shipping-methods .wt-shipping-input:checked + .wt-shipping-tick::before,
  .wc_payment_methods .wt-shipping-input:checked + .wt-shipping-tick::before {
    font-size: 10px;
  }

  .woocommerce-shipping-methods .wt-shipping-method,
  .wc_payment_methods .wt-shipping-method {
    gap: 6px;
  }
}

.wth-shoppingcart-next-contain-links {
	display: flex;
	align-items: center;
	gap: 16px;
  margin: 20px 0 10px 0;
  padding-bottom: 16px;
	border-bottom: 1px solid #e1e5e9;
}

.wth-shoppingcart-next-contain-links a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 2px 15px;
  font-size: 15px;
  font-weight: 400;
  color: #81858b;
  text-decoration: none;
  border-radius: 8px;
  transition: all 0.2s ease;
  position: relative;
}


.wth-shoppingcart-next-contain-links a.active {
	color: var(--wetheme-primary-color);
	font-weight: 600;
}

.wth-shoppingcart-next-contain-links a.active .border_solid_cart {
  position: absolute;
  bottom: -16px;
  left: 0;
  right: 0;
  height: 4px;
  background-image: var(--wetheme-gradient);
  border-radius: 0px 0px 4px 4px;
}

.wth-shoppingcart-next-contain-links a i {
	font-size: 13px;
	font-weight: 500;
	color: #9ca3af;
	font-style: normal;
}

.wth-shoppingcart-next-contain-links a.active i {
  color: #fff;
  line-height: 20px;
  min-width: 21px;
  min-height: 18px;
  text-align: center;
  border-radius: 6px;
  font-weight: 600;
  font-size: 14px;
  display: inline-block;
  background-image: var(--wetheme-gradient);
}

.wth-add-shoppingcart-container {
  position: absolute;
  margin-top: 15px;
}

.wth-add-shoppingcart-container a.wth-add-to-next-shopping-list {
  display: inline-flex;
  align-items: center;
  font-size: 11px;
  font-weight: 500;
  width: 120px;
  cursor: pointer;
  color: var(--wetheme-secondary-color);
  text-decoration: none;
  transition: all 0.2s ease;
}

.wth-add-shoppingcart-container a.wth-add-to-next-shopping-list i {
	font-size: 14px;
}

.wth-add-shoppingcart-container a.wth-add-to-next-shopping-list svg {
	width: 16px;
	height: 16px;
	flex-shrink: 0;
}

.wth-next-shopping-cart-tab-content {
	margin-top: 24px;
}

.wth-next-shoppingcart-card-body {
  padding: 20px;
  background: #fff;
  border-radius: 12px;
  border: 1px solid #e9e9e9;
}

.wth-next-shoppingcart-card-body .shop_table {
	margin: 0;
	border: none;
}

.wth-next-shoppingcart-card-body .shop_table thead {
	display: none;
}

.wth-next-shoppingcart-card-body .cart_item {
	border-bottom: 1px solid #e5e7eb;
	padding: 16px 0;
}

.wth-next-shoppingcart-card-body .cart_item:last-child {
	border-bottom: none;
}

.wth-next-shoppingcart-card-body .product-thumbnail {
	position: relative;
	width: 100px;
}

.wth-next-shoppingcart-card-body .product-thumbnail img {
	border-radius: 8px;
	width: 100%;
	height: auto;
}

.wth-next-shoppingcart-card-body .product-thumbnail .Delete-product {
	position: absolute;
	top: -8px;
	right: -8px;
	width: 24px;
	height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 50%;
	color: #ef4444;
	font-size: 18px;
	text-decoration: none;
	transition: all 0.2s ease;
	z-index: 1;
}

.wth-next-shoppingcart-card-body .product-thumbnail .Delete-product:hover {
	background: #ef4444;
	color: #fff;
	border-color: #ef4444;
}

.wth-next-shoppingcart-card-body .product-thumbnail .onsale {
	position: absolute;
	top: 8px;
	left: 8px;
	background: var(--wetheme-gradient);
	color: #fff;
	padding: 4px 8px;
	border-radius: 4px;
	font-size: 11px;
	font-weight: 600;
	z-index: 1;
}

.wth-next-shoppingcart-card-body .product-name {
	padding-right: 16px;
}

.wth-next-shoppingcart-card-body .product-name .product_name {
	font-size: 15px;
	font-weight: 500;
	color: #111;
	text-decoration: none;
	margin-bottom: 12px;
	display: block;
}

.wth-next-shoppingcart-card-body .product-name .product_name:hover {
	color: #ff602c;
}

.wth-next-shoppingcart-card-body .flexd {
  max-width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
}

.wth-next-shoppingcart-card-grp-btn {
  display: inline-block;
  margin: 0;
  padding: 0;
  line-height: 0;
  width: auto;
  max-width: inherit;
  cursor: pointer;
}

.wth-next-shoppingcart-card-grp-btn a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
	padding: 10px 15px;
	font-size: 13px;
	font-weight: 500;
	border-radius: 8px;
	text-decoration: none;
	transition: all 0.2s ease;
	border: 1px solid;
	width: 100%;
}

.wth-next-shoppingcart-card-grp-btn .add-to-shopping-cart {
	background: #fff;
  border-color: var(--wetheme-secondary-color);
  color: var(--wetheme-secondary-color) !important;
  display: inline-flex !important;
}

.wth-next-shoppingcart-card-grp-btn .add-to-shopping-cart svg {
	width: 22px;
	height: 22px;
	flex-shrink: 0;
}

.wth-next-shoppingcart-card-grp-btn.delete_product .Delete-product {
	background: #fff;
	border-color: #a7a7a7;
	color: #5c5c5c !important;
  display: inline-flex !important;
}

.wth-next-shoppingcart-card-grp-btn.delete_product .Delete-product svg {
	width: 18px;
	height: 20px;
	flex-shrink: 0;
}

.wth-next-shoppingcart-card-body .product-subtotal {
	text-align: left;
	padding-right: 16px;
}

.wth-next-shoppingcart-card-body .product-subtotal .woocommerce-Price-amount {
	font-size: 16px;
	font-weight: 600;
	color: #111;
}

.cart-collaterals.collateral-order-user {
  background: #fff;
  border-radius: 12px;
  padding: 24px;
  border: 1px solid #e9e9e9;
  position: sticky;
  top: 10px;
}

.add_to_cart_all_main strong {
	display: block;
	font-size: 18px;
	font-weight: 600;
  text-align: center;
	color: #111;
	margin-bottom: 12px;
}

.count_add_next_cart {
	display: flex;
	align-items: center;
  justify-content: center;
	gap: 8px;
	padding: 12px 16px;
	background: #e7ecf1;
	border-radius: 8px;
	margin-bottom: 16px;
	font-size: 14px;
	color: #6b7280;
}

.count_add_next_cart i {
	font-weight: 600;
	color: #111;
	font-style: normal;
}

.add-all-to-shoppingcart {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 12px 24px;
	background: var(--wetheme-primary-color);
	color: #fff;
	border-radius: 8px;
	font-size: 15px;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.2s ease;
	border: none;
	width: 100%;
	text-align: center;
}

.add-all-to-shoppingcart:hover {
	opacity: 0.9;
	transform: translateY(-1px);
	box-shadow: 0 4px 12px rgba(255, 96, 48, 0.3);
}

.add-all-to-shoppingcart i {
	font-size: 16px;
}

.woocommerce-cart-form__contents.add_next_cart_empty {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 60px 20px;
	text-align: center;
	background: #fff;
	border-radius: 12px;
	border: 1px solid #e9e9e9;
}

.wth-next-shoppingcart-empty-thumbnail {
	margin-bottom: 24px;
}

.wth-next-shoppingcart-empty-thumbnail img {
	max-width: 230px;
	height: auto;
	opacity: 0.8;
}

.wth-next-shoppingcart-empty-body {
	max-width: 500px;
}

.wth-next-shoppingcart-title-empty {
	font-size: 20px;
	font-weight: 600;
	color: #111;
	margin-bottom: 12px;
}

.wth-next-shoppingcart-empty-body p {
	font-size: 14px;
	color: #6b7280;
  text-align: center;
	line-height: 1.7;
	margin: 0;
}

@media (max-width: 768px) {
	.wth-shoppingcart-next-contain-links {
		gap: 12px;
		margin: 16px 0;
		padding-bottom: 12px;
		flex-wrap: wrap;
	}

	.wth-shoppingcart-next-contain-links a {
    font-size: 18px;
	}

	.wth-shoppingcart-next-contain-links a i {
		font-size: 16px;
	}

	.wth-shoppingcart-next-contain-links a.active i {
    font-size: 15px;
	}

	.wth-shoppingcart-next-contain-links a.active .border_solid_cart {
		bottom: -12px;
		height: 3px;
	}

	.wth-next-shoppingcart-card-body {
		padding: 12px;
		border-radius: 8px;
	}

	.wth-next-shoppingcart-card-body .cart_item {
		display: flex;
		flex-direction: column;
		padding: 12px 0;
		gap: 12px;
	}

	.wth-next-shoppingcart-card-body .cart_item td {
		display: block;
		width: 100%;
		padding: 0;
	}

	.wth-next-shoppingcart-card-body .cart_item td::before {
		content: attr(data-title);
		display: block;
		font-weight: 600;
		font-size: 12px;
		color: #666;
		margin-bottom: 4px;
	}

	.wth-next-shoppingcart-card-body .cart_item td.product-thumbnail::before,
	.wth-next-shoppingcart-card-body .cart_item td.product-name::before {
		display: none;
	}

	.wth-next-shoppingcart-card-body .product-thumbnail {
		width: 80px;
		align-self: flex-start;
	}

	.wth-next-shoppingcart-card-body .product-thumbnail img {
		border-radius: 6px;
	}

	.wth-next-shoppingcart-card-body .product-thumbnail .Delete-product {
		width: 20px;
		height: 20px;
		top: -6px;
		right: -6px;
		font-size: 14px;
	}

	.wth-next-shoppingcart-card-body .product-thumbnail .onsale {
		font-size: 10px;
		padding: 3px 6px;
		top: 6px;
		left: 6px;
	}

	.wth-next-shoppingcart-card-body .product-name {
		padding-right: 0;
	}

	.wth-next-shoppingcart-card-body .product-name .product_name {
		font-size: 13px;
		margin-bottom: 8px;
		line-height: 1.4;
	}

	.wth-next-shoppingcart-card-body .flexd {
		max-width: 100%;
		flex-direction: row;
		gap: 8px;
		align-items: stretch;
		flex-wrap: wrap;
	}

	.wth-next-shoppingcart-card-grp-btn {
    display: flex;
	}

	.wth-next-shoppingcart-card-grp-btn {
    display: flex;
	}

	.wth-next-shoppingcart-card-grp-btn a {
		width: 100%;
		padding: 8px 12px;
		font-size: 12px;
		gap: 6px;
		min-height: 40px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.wth-next-shoppingcart-card-grp-btn .add-to-shopping-cart {
		font-size: 12px;
	}

	.wth-next-shoppingcart-card-grp-btn .add-to-shopping-cart svg {
		width: 18px;
		height: 18px;
		flex-shrink: 0;
	}

	.wth-next-shoppingcart-card-grp-btn.delete_product .Delete-product {
		font-size: 12px;
	}

	.wth-next-shoppingcart-card-grp-btn.delete_product .Delete-product svg {
		width: 16px;
		height: 16px;
		flex-shrink: 0;
	}

	.wth-next-shoppingcart-card-body .product-subtotal {
		text-align: right;
		padding-right: 0;
		padding-top: 8px;
		border-top: 1px solid #e5e7eb;
	}

	.wth-next-shoppingcart-card-body .product-subtotal .woocommerce-Price-amount {
		font-size: 14px;
	}

	.woocommerce-cart-form__contents.add_next_cart_empty {
		padding: 40px 15px;
	}

	.wth-next-shoppingcart-empty-thumbnail img {
		max-width: 150px;
	}

	.wth-next-shoppingcart-title-empty {
		font-size: 18px;
	}

	.wth-next-shoppingcart-empty-body p {
		font-size: 13px;
	}
}

@media (max-width: 480px) {
	.wth-shoppingcart-next-contain-links {
		gap: 8px;
		margin: 12px 0;
		padding-bottom: 10px;
		justify-content: center;
	}

	.wth-shoppingcart-next-contain-links a {
		font-size: 13px;
		padding: 3px 10px;
		gap: 4px;
		flex: 1;
		min-width: 0;
		justify-content: center;
	}

	.wth-shoppingcart-next-contain-links a i {
		font-size: 13px;
	}

	.wth-shoppingcart-next-contain-links a.active i {
		font-size: 11px;
		min-width: 16px;
		min-height: 14px;
		line-height: 14px;
    border-radius: 5px;
	}

	.wth-shoppingcart-next-contain-links a.active .border_solid_cart {
		bottom: -10px;
		height: 3px;
	}

	.wth-next-shoppingcart-card-body {
		padding: 10px;
		border-radius: 6px;
	}

	.wth-next-shoppingcart-card-body .cart_item {
		padding: 10px 0;
		gap: 10px;
	}

	.wth-next-shoppingcart-card-body .product-thumbnail {
		width: 70px;
	}

	.wth-next-shoppingcart-card-body .product-thumbnail .Delete-product {
		width: 18px;
		height: 18px;
		font-size: 12px;
	}

	.wth-next-shoppingcart-card-body .product-name .product_name {
		font-size: 12px;
		margin-bottom: 6px;
	}

	.wth-next-shoppingcart-card-body .flexd {
		gap: 6px;
		flex-direction: row;
		flex-wrap: wrap;
	}

	.wth-next-shoppingcart-card-grp-btn {
		width: 100%;
		flex: 1;
	}

	.wth-next-shoppingcart-card-grp-btn a {
		padding: 7px 10px;
		font-size: 11px;
		gap: 4px;
		min-height: 36px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.wth-next-shoppingcart-card-grp-btn .add-to-shopping-cart {
		font-size: 11px;
	}

	.wth-next-shoppingcart-card-grp-btn .add-to-shopping-cart svg {
		width: 16px;
		height: 16px;
		flex-shrink: 0;
	}

	.wth-next-shoppingcart-card-grp-btn.delete_product .Delete-product {
		font-size: 11px;
	}

	.wth-next-shoppingcart-card-grp-btn.delete_product .Delete-product svg {
		width: 14px;
		height: 14px;
		flex-shrink: 0;
	}

	.wth-next-shoppingcart-card-body .product-subtotal .woocommerce-Price-amount {
		font-size: 13px;
	}
}


/* iPad mini tabs override */
@media (min-width: 701px) and (max-width: 768px) {
    body.single-product .woocommerce-tabs .woocommerce-Tabs-panel .mobile-tab-title {
        display: none !important;
    }

    body.single-product .woocommerce-tabs .woocommerce-Tabs-panel,
    body.single-product .woocommerce-Tabs-panel {
        display: none !important;
    }

    body.single-product .woocommerce-tabs .woocommerce-Tabs-panel[style*='display: block'],
    body.single-product .woocommerce-Tabs-panel[style*='display: block'] {
        display: block !important;
    }

    /* Archive page filters */
    .shop-archive-layout {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .shop-archive-layout .shop-filters {
        display: none;
        position: fixed !important;
        margin-bottom: 0 !important;
        left: 0;
        right: 0;
        bottom: 0;
        top: auto;
        z-index: 202;
        background: #fff;
        overflow-y: auto;
        overflow-x: hidden;
        padding: 60px 20px 20px 20px;
        margin: 0;
        border-radius: 20px 20px 0 0 !important;
        max-height: 85vh;
        height: auto;
        transform: translateY(100%);
        transition: transform 0.3s ease;
        -webkit-overflow-scrolling: touch;
    }
    
    .shop-archive-layout .shop-filters.mobile-filters-open {
        transform: translateY(0);
    }
    
    .mobile-filter-toggle-btn {
        position: fixed;
        bottom: 100px;
        left: 20px;
        z-index: 100;
        display: flex !important;
        align-items: center;
        justify-content: center;
        gap: 8px;
        padding: 0 22px;
        min-width: 70px;
        height: 70px;
        background: #4562ff;
        color: #fff;
        border: none;
        border-radius: 50px;
        cursor: pointer;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
        transition: all 0.3s ease;
    }
    
    .mobile-filter-toggle-btn:hover {
        background: #333;
        box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
    }
    
    .mobile-filter-toggle-btn svg {
        width: 34px;
        height: 34px;
        flex-shrink: 0;
    }
    
    .mobile-filter-toggle-btn__text {
        font-size: 1rem;
        font-weight: 500;
        white-space: nowrap;
    }
    
    .mobile-filters-overlay {
        display: block !important;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.5);
        z-index: 200;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: opacity 0.3s ease, visibility 0.3s ease;
    }
    
    .mobile-filters-overlay.active {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }
    
    .mobile-filters-close {
        width: 100%;
        display: block;
        padding: 14px 20px;
        margin: 0;
        margin-top: 16px;
        font-size: 1rem;
        font-weight: 600;
        color: #fff;
        background: #4562ff;
        border: none;
        border-radius: 10px;
        cursor: pointer;
        transition: background 0.2s ease;
    }
    .mobile-filters-close:hover {
        background: #333;
    }
}

/* بارگذاری AJAX صفحه‌بندی/فیلتر فروشگاه */
.shop-archive-layout.wt-shop-loading {
    position: relative;
    min-height: 120px;
}
.shop-archive-layout.wt-shop-loading::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.7);
    z-index: 5;
    pointer-events: none;
}
.shop-archive-layout.wt-shop-loading::before {
    content: "";
    position: absolute;
    width: 36px;
    height: 36px;
    left: 50%;
    top: 80px;
    margin-left: -18px;
    border: 3px solid rgba(0, 0, 0, 0.1);
    border-top-color: #333;
    border-radius: 50%;
    animation: wt-shop-spin 0.7s linear infinite;
    z-index: 6;
    pointer-events: none;
}
@keyframes wt-shop-spin {
    to { transform: rotate(360deg); }
}

