/* ========== Base ========== */

body {
    padding-right: 0 !important;
}

/* #sib_captcha_invisible,
.sib_msg_disp, */

span.add-cart-btn {
    display: none;
}

center {
    padding-bottom: 20px;
}

/* ========== Home page ========== */

input.sib-email-area {
    padding: 10px;
}

.woocommerce ul.products li.product a img {
    height: 400px;
}

/* ========== Sticky Bar ========== */

#scroll-sticky-bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 9999;
    padding: 10px 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    display: none;
}

#scroll-sticky-bar.show {
    display: flex;
    height: 90px;
}

.sticky-bar-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    width: 100%;
}

.sticky-left {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 1;
}

.sticky-left img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border: 1px solid #eee;
    padding: 2px;
}

.sticky-left .info {
    font-size: 14px;
}

.sticky-right {
    display: flex;
    align-items: center;
    gap: 10px;
}

/* ========== Badges / Stock ========== */

.save-badge {
    background: #0071a1;
    color: #fff;
    padding: 4px 8px;
    font-size: 12px;
    border-radius: 3px;
}

.stock.in-stock {
    color: green;
    font-size: 13px;
}

.stock.out-of-stock {
    color: red;
    font-size: 13px;
}

.custom-stock-status {
    font-weight: bold;
    font-size: 14px;
    margin-top: 10px;
}

.custom-stock-status.low-stock {
    color: #f0ad4e;
}

.custom-stock-status.in-stock {
    color: #5cb85c;
}

.custom-stock-status.out-of-stock {
    color: #d9534f;
}

.pro-items .custom-stock-status {
    text-align: left;
}

.summary .stock {
    display: none;
}

/* ========== Pricing ========== */

.price {
    font-size: 16px;
    font-weight: bold;
    /* margin-left: 10px; */
    margin-right: 13px;
}

.price del {
    color: #999;
    margin-right: 14px;
    text-decoration-thickness: 1.5px;

}

.product-type-variable .price del {
    text-decoration-thickness: auto;
}
.product-prices {
    display: flex;
    flex-direction: column;
    align-items: end;
}

.product-prices ins {
    color: #e60000;
    font-weight: bold;
    text-decoration: none;
}

.custom-price-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 12px;
}

.custom-old-price {
    text-decoration: line-through;
    text-decoration-thickness: 2px;
    color: #999;
    font-size: 24px;
    display: inline-grid;
}

.custom-sale-price {
    color: #c00;
    font-weight: bold;
    font-size: 24px;
    line-height: 1;
}

.custom-discount-badge {
    background: #0071a1;
    color: #fff;
    font-size: 15px;
    padding: 4px 8px;
    border-radius: 4px;
}

/* ========== Buttons / Add to Cart ========== */

.add-to-cart,
.woocommerce button.button {
    background: #79c143;
    color: #fff;
    padding: 12px 20px;
    border-radius: 4px;
    font-weight: bold;
    text-decoration: none;
    transition: background 0.3s;
    display: flex !important;
    align-items: center;
}

.add-to-cart {
    background: #20ab20bf !important;
    color: #fff !important;
}

.add-to-cart:hover {
    background: #5fa22c;
}

.add-to-cart i {
    margin-right: 5px;
}

.single_add_to_cart_button.cart-added-style,
.single_add_to_cart_button.go-to-cart {
    background: #3e50f0 !important;
    color: #fff !important;
    border: none;
    font-weight: 400 !important;
    font-size: 16px;
    transition: 0.3s;
}

/* ========== Layout / Breadcrumb ========== */

.single-product .entry-content {
    padding-top: 66px !important;
}

#wpgs-gallery img.skip-lazy.wcgs-slider-image-tag {
    min-height: 600px;
    width: 100%;
    object-fit: cover;
}

.entry-summary {
    position: relative;
}

.entry-summary .entry-header {
    margin-top: 40px;
}

.product-rating-summary {
    display: flex;
    align-items: center;
    gap: 6px;
    position: absolute;
    top: 0;
}

.woocommerce-breadcrumb {
    background: transparent;
    padding: 10px;
    margin-bottom: 50px !important;
    text-align: center;
    font-size: 20px !important;
    font-weight: 500 !important;
    color: #767676a3;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb a {
    color: #454056 !important;
    padding: 10px;
    font-weight: 500;
    font-size: 20px;
}

/* ========== Ratings / Stars ========== */

a.scroll-to-reviews {
    text-decoration: underline !important;
}

#reviews {
    margin-top: 20px;
}

.wc-error {
    color: red;
    font-size: 14px;
    margin-top: 4px;
}

.rating,
.woocommerce .star-rating,
.woocommerce .star-rating span,
.woocommerce .star-rating span::before,
.woocommerce-review-link,
.woocommerce .star-rating:focus,
.woocommerce .star-rating:active,
.woocommerce .star-rating span:focus,
.woocommerce .star-rating span:active {
    outline: none !important;
    box-shadow: none !important;
    background: transparent !important;
    border: none !important;
}

.woocommerce .products .star-rating {
    margin: 10px auto;
}

.woocommerce .star-rating span::before {
    color: #f5a623 !important;
}

div#comments {
    display: none;
}

.woocommerce ul.products li.product .star-rating {
    display: none;
}

/* ========== Comment / Review Form ========== */

p.comment-form-url {
    display: none;
}

.commentlist {
    margin-bottom: 40px;
    list-style: none !important;
}

.commentlist li {
    padding-left: 10px;
    position: relative;
    counter-increment: comment-counter;
    margin-bottom: 20px;
}

.comment_container {
    display: flex;
    gap: 10px;
    align-items: center;
}

.comment_container img {
    border-radius: 50%;
    height: 50px;
    width: 50px;
}

.comment-text {
    flex: 1;
}

.comment-text p {
    margin-bottom: 4px;
}

.comment-form .form-submit {
    display: flex;
    justify-content: start;
}

.comment-form .form-submit .submit,
.testimonial-submit {
    background: #3e50f0 !important;
    margin-top: 20px !important;
    color: #fff !important;
    cursor: pointer;
    border: 0;
    font-weight: 700;
    line-height: 1;
    border-radius: 3px;
    padding: 0.618em 1em;
}

.comment-form-rating {
    display: inline-block;
}

.comment-form-rating select,
.comment-form-review-title input,
.comment-form-comment textarea,
.comment-form-author input,
.comment-form-email input {
    width: 50%;
    padding: 2px;
    margin: 4px 0 16px;
}

/* ========== Testimonial / Sliders (retain separate original containers) ========== */

.testimonial-carousel-wrapper {
    padding: 40px 20px;
    background: #f9f9f9;
    position: relative;
    overflow: visible;
}

.video-testimonials-wrapper {
    position: relative;
    padding: 40px 0 10px;
    background: #f9f9f9;
    overflow: visible;
}

.homepage-testimonial-wrapper {
    padding: 40px 0;
    background: #f9f9f9;
    position: relative;
    overflow: visible;
}

.testimonial-carousel-wrapper .swiper {
    padding: 10px 0 !important;
}

.testimonial-swiper {
    width: 100%;
    overflow: visible;
}

.homepage-testimonial-swiper {
    width: 100%;
}

.testimonial-carousel-container {
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-testimonials {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-testimonials .swiper {
    padding: 0px 10px 50px !important;
}

.testimonial-container {
    margin: 0 auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-slider {
    width: 100%;
    overflow: visible;
}

.testimonial-carousel .slick-initialized .slick-slide {
    height: 350px;
    padding: 20px;
    margin: 15px;
    box-sizing: border-box;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
    border: 1px solid #eee;
}

.testimonial-box {
    padding: 20px;
    background: #ffffff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
    border: 1px solid #eee;
    box-sizing: border-box;
}

.testimonial-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.review-header:has(.testimonial) {
    margin-left: 12px;
    margin-right: 12px;
}

.review-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f9f9f9;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 20px;
}

.overall-rating {
    display: flex;
    flex-direction: column;
}

.avg-rating {
    font-size: 24px;
    font-weight: bold;
}

.rate-section {
    display: flex;
    align-items: center;
    gap: 10px;
}

#toggle-review-form {
    padding: 10px 20px;
    background: #3e50f0;
    color: #fff;
    border: none;
    border-radius: 6px;
    cursor: pointer;
}

.slide-content {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px;
}

.reviewer-photo {
    width: 48px !important;
    height: 48px !important;
    object-fit: cover;
    border-radius: 50%;
}

.verify-buyer {
    font-size: 12px;
    color: #55aa66;
    font-weight: 600;
}

.review-title {
    margin: 0 0 8px;
    font-size: 16px;
}

.upload-gallery {
    display: flex;
    gap: 6px;
    margin-top: 10px;
}

.upload-gallery-images {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 6px;
}

.comment-date {
    font-size: 12px;
    color: #999;
    display: block;
    margin-top: 10px;
}

.designation-age {
    font-size: 13px;
    color: #777;
}

.testimonial {
    display: flex;
    flex-direction: column;
}

.testimonial-text {
    font-size: 14px;
    line-height: 1.6;
    color: #333;
    margin-bottom: 15px;
}

.testimonial-text .toggle-read-more {
    color: #007bff;
    cursor: pointer;
    font-size: 14px;
    text-decoration: underline;
}

.testimonial-text .short-text {
    display: inline;
}

.testimonial-text .full-text {
    display: none;
}

.testimonial-video {
    width: 100%;
    margin-bottom: 10px;
}

ul.commentlist.testimonial-slider.slick-initialized.slick-slider {
    margin-left: 0 !important;
}

.commentlist.testimonial-slider.slick-initialized.slick-slider.slick-dotted {
    max-width: 1100px;
    margin: 0;
}

#testimonial-form-wrapper,
#review_form_wrapper {
    background: #f9f9f9;
    padding: 20px;
    border-radius: 8px;
    display: none;
}

#testimonial-form-wrapper form,
#review_form {
    max-width: 900px;
    margin: auto;
}

.testimonial-slide {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.comment-date {
    margin-top: auto !important;
    text-align: end;
}

.upload-gallery {
    padding-top: 10px;
    margin-top: auto !important;
    margin-bottom: 8px !important;
}

/* Swiper nav (kept separate) */

.swiper-slide {
    height: auto !important;
    border-radius: 10px;
    transition: transform 0.3s ease;
}

.swiper-slide p {
    margin-bottom: 50px;
}

.video-testimonials .swiper-pagination .swiper-pagination-bullet-active,
#homepage-swiper-section .swiper-pagination .swiper-pagination-bullet-active {
    background: #000000 !important;
}

#homepage-swiper-section .swiper-button-prev,
#homepage-swiper-section .swiper-button-next {
    top: 65% !important;
}

.swiper-button-next,
.swiper-button-prev {
    background: rgba(0, 0, 0, 0.5) !important;
    color: white !important;
    height: 30px !important;
    width: 30px !important;
    position: absolute;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
    transition: background 0.3s ease-in-out;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    background: black !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 12px !important;
}

/* .swiper-button-prev {
    left: -9px !important;
} */

/* .swiper-button-next {
    right: -9px !important;
} */

.custom-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
    color: white !important;
}

#homepage-swiper-section .swiper-button-prev,
.swiper-button-prev.custom-nav {
    left: -40px;
}

#homepage-swiper-section .swiper-button-next,
.swiper-button-next.custom-nav {
    right: -40px;
}

.swiper-button-next.custom-nav:after,
.swiper-button-prev.custom-nav:after {
    font-size: 20px !important;
}

/* ========== FAQ ========== */

.faq-section {
    margin-top: 40px;
    padding: 0 16px;
}

.faq-heading {
    text-align: center;
    font-size: 32px;
    font-weight: bold;
}

.faq-subheading {
    text-align: center;
    color: #707179 !important;
    font-size: 20px;
    font-family: "Switzer-Variable";
    font-weight: 500 !important;
    margin-bottom: 30px !important;
    line-height: 28px;
    letter-spacing: 0.2px;
}

.faq-item {
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}

.faq-question {
    background: none;
    border: none;
    width: 100%;
    padding: 18px 0;
    font-size: 18px;
    font-weight: 600;
    text-align: left;
    position: relative;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faq-question:after {
    position: absolute;
    background-image: url(https://shop.visithaiti.com/wp-content/themes/visithaitishop/assets/images/chevron.png);
    top: 20px;
    right: 20px;
    content: "";
    width: 22px;
    height: 22px;
    background-position: center;
    background-size: contain;
}

.faq-icon {
    transition: transform 0.3s ease;
    display: none;
}

.faq-answer {
    display: none;
    padding: 10px 0 20px;
    font-size: 16px;
    color: #555;
}

.faq-question.active + .faq-answer {
    display: block;
}

.faq-question.active .faq-icon {
    transform: rotate(90deg);
}

.faq h2 {
    margin-bottom: 20px !important;
}

/* ========== Delivery / Policy / Announcement ========== */

.custom-delivery-info {
    font-size: 15px;
    color: #222;
    line-height: 1.6;
    order: 3;
}

.custom-delivery-info .delivery-item {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 5px;
    font-weight: 500;
}

.custom-delivery-info .icon {
    font-size: 18px;
}

.custom-return-policy {
    margin-top: 20px;
    padding: 15px;
    background: #fff9e6;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 12px;
    order: 3;
}

#custom-announcement-bar {
    background: #cb5d3b;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    font-size: 16px;
}

#custom-announcement-bar a {
    background: #2f5d82;
    color: #fff;
    padding: 6px 12px;
    margin-left: 10px;
    text-decoration: none;
    border-radius: 4px;
}

#sub-message {
    font-size: 13px;
    font-weight: normal;
}

.arrow-btn {
    color: #fff;
    font-weight: 600;
    font-size: 20px;
}

/* ========== Product Page Extras ========== */

td.value.custom-video-div.grid {
    display: block;
}

td.value.custom-video-div.grid .size-selector {
    margin-top: 0 !important;
}

.product-size.size {
    font-size: 14px;
}

/* .client-slider-section {
    text-align: center;
    padding: 40px 20px;
    width: 100%;
    margin: auto;
}

.client-slider {
    display: flex;
    justify-content: space-between;
}

.client-slider img {
    max-height: 150px;
    margin: auto;
    display: block;
}

.client-slider div {
    height: auto;
} */



.client-slider-section {
    padding: 60px 20px;
    text-align: center;
  }
 

  @media (max-width: 767px) {
    .client-slider-section {
  padding-top: 30px;
    }
}

  .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .client-slider-section .swiper-slide img {
    max-height: 40px;
    opacity: 0.8;
    transition: 0.3s;
  }
  .swiper-slide img:hover {
    opacity: 1;
    transform: scale(1.05);
  }
  .swiper-button-next, .swiper-button-prev {
    color: #333;
  }
  
  .client-slider-section .swiper-wrapper{
    padding-top: 30px;
    align-items: center;
  }




.wSelect {
    position: fixed !important;
    bottom: 20px;
    left: 20px;
    z-index: 999999;
}

form.customize-unpreviewable {
    z-index: 99999;
}

.page-id-9776 .products.columns-4 {
    display: flex;
    list-style: none;
}

.page-id-9776 .star-rating,
.page-id-9776 .button.add_to_cart_button {
    display: none;
}

.page-id-9776 .woocommerce-loop-product__title,
.page-id-9776 .custom-stock-status.in-stock {
    text-align: left;
}

.top-discount {
    margin-left: 2px;
    font-weight: bold;
    color: #4f60f1;
}

/* ========== Homepage Testimonial Link Style ========== */

.section-title {
    margin-top: 42px;
}

#homepage-swiper-section .testimonial-link {
    color: inherit;
    text-decoration: none;
}

#homepage-swiper-section .testimonial-link:hover {
    color: inherit;
    text-decoration: none;
}

.instagram-post-heading {
    text-align: center;
    margin: 42px;
}

.WidgetBackground__Content-sc-1ho7q3r-2.jkIBsh.WidgetBackground__ContentContainer-sc a {
    display: none;
}

/* ========== Side Cart ========== */

.side-cart {
    position: fixed;
    top: 0;
    right: -400px;
    width: 400px;
    height: 100%;
    background: #fff;
    box-shadow: -4px 0 10px rgba(0, 0, 0, 0.1);
    transition: right 0.3s ease;
    z-index: 9999;
    overflow-y: auto;
    padding: 20px;
}

.cart-items-list {
    list-style: none;
    padding: 0;
}

.cart-item {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
    align-items: center;
    margin-bottom: 20px;
}

.cart-item-image {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 20px;
}

.cart-item-image img {
    width: 80px;
    height: 80px;
    object-fit: cover;
}

.cart-item-quantity {
    margin-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cart-item-quantity button {
    background: #f1f1f1;
    border: 1px solid #ccc;
    padding: 0 8px;
    cursor: pointer;
    font-size: 14px;
}

.cart-item-quantity span {
    padding: 0 10px;
    font-size: 16px;
    width: 30px;
    text-align: center;
    display: inline-block;
}

.cart-item-info {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.cart-item-name {
    font-weight: bold;
}

.cart-item-price {
    color: #333;
    margin-top: 5px;
    font-size: 1rem;
    font-weight: bold;
    text-align: right;
    display: flex;
    flex-direction: column;
}

.cart-item-price .regular-price {
    text-decoration: line-through;
    color: #888;
    font-size: 1rem;
}

.cart-item-price .sale-price {
    color: #e74c3c;
    font-size: 1.1rem;
    font-weight: bold;
}

.cart-item-discount {
    color: #27ae60;
    font-size: 0.9rem;
    margin-top: 5px;
}

.cart-summary-footer {
    margin-top: 20px;
    padding-top: 20px;
    font-weight: bold;
}

.cart-summary-footer div {
    margin-bottom: 10px;
}

.side-cart-close {
    font-size: 24px;
    cursor: pointer;
    color: #333;
}

.checkout-button {
    background: #4657c1;
    color: #fff;
    padding: 10px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    text-align: center;
    margin-top: 20px;
}

.shopping-cart-btn {
    text-align: center;
}

.checkout-summary {
    margin-top: 10px;
}

.checkout-prices {
    display: flex;
    justify-content: center;
    align-items: center;
}

.checkout-prices .regular-price {
    font-size: 1.1rem;
    margin-right: 10px;
}

.checkout-prices .sale-price {
    font-size: 1.2rem;
    font-weight: bold;
    color: #e74c3c;
}

.cart-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
}

.cart-row .label {
    font-weight: normal;
}

.cart-row .value {
    font-weight: 600;
}

.cart-row.discount .value {
    color: #c00;
}

.cart-row.final .label {
    font-weight: bold;
}

.cart-row.final .value.final-value {
    font-size: 18px;
    color: #222;
}

.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled,
.woocommerce .single-product div.product form.cart {
    display: flex;
    flex-direction: column;
}

.single-product .single_add_to_cart_button.button.alt img.emoji {
    filter: invert(1);
}

.single-product .single_add_to_cart_button.button.alt,
.single-product .single_add_to_cart_button.button.alt:hover {
    background: #3e50f0 !important;
    color: white !important;
}

.product-template-default.single.single-product div#main {
    padding: 0;
}

.product-template-default.single.single-product div#main .row.row-offcanvas.row-offcanvas-left {
    max-width: 100%;
    margin: auto;
}

.cart-confirm-msg {
    margin-top: 10px;
    color: green;
    font-size: 16px;
    order: 0;
}

.custom-free-shipping-message {
    padding-top: 10px;
    font-size: 14px;
    display: inline-block;
    margin-top: 40px;
    color: #584f4e;
}

/* Review form (alternate layout) */

.comment-section {
    display: flex;
    gap: 40px;
    margin-bottom: 30px;
}

.comment-product,
.comment-reviewer {
    flex: 6;
}

.comment-form-author input,
.comment-form-review-title input,
.comment-reviewer input {
    width: 100% !important;
    margin-bottom: 0 !important;
}

.comment-reviewer p,
.comment-product p {
    display: flex;
    gap: 5px;
    align-items: center;
}

.comment-reviewer p label,
.comment-product p label {
    flex: 3;
}

.comment-reviewer p input,
.comment-product p input,
.comment-product p textarea {
    flex: 9 !important;
}

.comment-form-cookies-consent {
    text-align: center;
}

.comment-form .form-submit {
    justify-content: end !important;
}

/* review form and testimonial form */

.wsc-review-form {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)) !important;
}

.wsc-review-form .form-group {
    display: flex;
    flex-direction: column;
}

#testimonial-form-wrapper .form-group div {
    flex-basis: 48.5%;
}

#testimonial-form-wrapper .form-group {
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
}

@media(max-width:425px){
    #testimonial-form-wrapper .form-group {
        display: block;
    }
    
}
#testimonial-form-wrapper form label,
.wsc-review-form label {
    font-weight: 500;
    margin-bottom: 5px;
    color: #333;
}

#testimonial-form-wrapper form input[type="file"],
#testimonial-form-wrapper form input,
#testimonial-form-wrapper form textarea,
.wsc-review-form input,
.wsc-review-form textarea,
.wsc-review-form select {
    padding: 8px;
    border-radius: 6px;
    border: 1px solid #ccc;
    width: 100%;
    background-color: white;
}

#testimonial-form-wrapper form input.testimonial-submit {
    width: fit-content;
    margin-left: auto;
    display: block;
}

/* ========== Progress / Checkout ========== */

.vh-progress {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    color: #7d7d7d;
    position: relative;
}

.vh-progress__track {
    position: relative;
    flex: 1;
    height: 15px;
    background: #e5e5e5;
    border-radius: 20px;
    overflow: hidden;
}

.vh-progress__fill {
    height: 100%;
    background: #f4b630;
    border-radius: 20px 0 0 20px;
}

.vh-progress__pct {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 11px;
    font-weight: 600;
    color: #666;
    white-space: nowrap;
}

.vh-progress__min,
.vh-progress__max {
    white-space: nowrap;
}

.checkout-progress-steps {
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 36%;
}

.checkout-progress-steps::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 30px;
    right: 30px;
    height: 1px;
    background: #ddd;
    transform: translateY(-50%);
    z-index: 0;
}

.checkout-progress-steps .step {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    font-size: 14px;
}

.checkout-progress-steps .step .number {
    width: 30px;
    height: 30px;
    line-height: 28px;
    border-radius: 50%;
    background: #ddd;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    margin: 30px 0 0.5rem;
    border: none;
}

.checkout-progress-steps .step .label {
    font-size: 0.875rem;
    color: #666;
    white-space: nowrap;
}

.checkout-progress-steps .step.done .number,
.checkout-progress-steps .step.current .number {
    background: #20ab20bf;
}

.checkout-progress-steps .step.done .label,
.checkout-progress-steps .step.current .label {
    color: #333;
}

.step.done a {
    color: #20ab20bf;
}

.step.current .number {
    background: white !important;
    color: #20ab20bf;
    border: 2px solid #20ab20bf;
}

.step.current a {
    color: #11131f;
    font-weight: bold;
}

.step a {
    font-size: 14px;
}

.woocommerce-notices-wrapper .woocommerce-error {
    display: none !important;
}

.woocommerce form .form-row {
    display: flex;
    flex-direction: column;
}

button#place_order {
    order: -1;
    justify-content: center;
}

table.shop_table.shop_table_responsive th {
    vertical-align: middle !important;
}

.actions button.button {
    margin-left: auto;
}

.coupon {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}

.cart-discount td,
.tax-total td {
    text-align: right !important;
    padding-right: 30px !important;
    padding-top: 9px !important;
    padding-bottom: 9px !important;
}

.expected-delivery-banner {
    padding: 10px 20px;
    border-radius: 8px;
    margin-top: 12px;
    font-weight: 600;
    display: flex;
    justify-content: right;
    align-items: center;
}

.expected-delivery-banner span {
    color: #ff6600;
    font-size: 16px;
}

.expected-delivery-banner .free-shipping {
    background: #e6e6e6;
    padding: 5px 12px;
    border-radius: 4px;
    font-size: 14px;
    color: #ff6600;
}

.trust-badge-container {
    display: flex !important;
    justify-content: center;
    align-items: center;
    margin: 20px 0 20px;
    padding-top: 36px;
    border-radius: 4px;
    padding-bottom: 30px;
    padding-right: 20px;
    height: 40px;
    background: #fff9e6;
}

.norton-text {
    margin-bottom:8px;
}

@media(max-width:1024px){

.norton-text .trust-badge-text{
font-size: 12px !important;
}
}

@media(width:768px){

    .norton-text .trust-badge-text{
    font-size: 8px !important;
    }
    }

.trust-badge-image {
    max-height: 100px;
    width: 100px;
}

.trust-badge-text {
    font-size: 11px;
    color: #555;
    line-height: inherit;
}

.trust-badge-container img {
    display: block !important;
}

/* ========== Misc ========== */

.featured-products ul.products li.product:hover .woocommerce-LoopProduct-link.woocommerce-loop-product__link:before {
    background-color: transparent !important;
}

.featured-products ul.products li.product:hover .button {
    transform: none;
}

.woocommerce ul.products li.product .button {
    z-index: 999;
}

#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
    width: auto;
}

a.vh-remove-item {
    font-size: 22px;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

/* ========== Responsive ========== */

@media (max-width: 1210px) {
    #homepage-swiper-section .swiper-button-next,
    #homepage-swiper-section .swiper-button-prev,
    .swiper-button-next.custom-nav,
    .swiper-button-prev.custom-nav {
        display: none;
    }
    /* .sib_signup_box_inside_1 {
        flex-wrap: wrap;
        gap: 15px;
    } */
}

@media (max-width: 1024px) {
    .header-wrapper,
    .main-header-wrapper {
        position: relative;
        z-index: 1;
    }
    .with-mobile.active {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        z-index: 1000;
        background: #fff;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    }
    .previous_icon.slick-arrow {
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        z-index: 1;
    }
    .next_icon.slick-arrow {
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        z-index: 1;
    }
}

@media (max-width: 1025px) {
    .swiper-button-next {
        right: -25px !important;
    }
    .swiper-button-prev {
        left: -25px !important;
    }
}

@media (max-width: 768px) {
    .custom-review-arrow,
    .custom-nav,
    .swiper-button-prev,
    .swiper-button-next {
        display: none;
    }
    .testimonial-box {
        padding: 15px;
        height: auto;
    }
    .testimonial-carousel .swiper-slide {
        margin: 10px;
    }
    .comment-section {
        flex-direction: column;
    }
    .comment-reviewer {
        padding: 20px 0;
    }
    .woocommerce-page table.cart .product-thumbnail {
        display: block !important;
    }
    .faq {
        padding: 32px 0;
    }
    .woocommerce ul.products li.product a img {
        height: auto;
    }
    .checkout-progress-steps {
        width: 100%;
    }
    .featured-products-range h2:first-child {
        margin-top: 0 !important;
    }
}

@media (max-width: 640px) {
    .woocommerce-breadcrumb {
        font-size: 15px !important;
    }
    .woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb a {
        font-size: 15px;
        margin-right: 0;
    }
    .sticky-left .info {
        display: none;
    }
    .add-to-cart span {
        display: none !important;
    }
}

@media (max-width: 500px) {
    .review-header {
        flex-direction: column;
        gap: 15px;
        align-items: normal;
    }
    #wpgs-gallery img.skip-lazy.wcgs-slider-image-tag {
        min-height: 300px;
        width: 100%;
        object-fit: cover;
    }
}

@media (max-width: 481px) {
    .faq-question:after {
        top: 25px !important;
        right: 0 !important;
    }
}

@media (max-width: 480px) {
    .custom-price-wrapper {
        flex-direction: column;
        align-items: flex-start;
    }
    .custom-discount-badge {
        margin-top: 4px;
    }
    .custom-price-wrapper {
        flex-direction: row !important;
    }
    .custom-discount-badge {
        margin-top: 0 !important;
    }
}

@media (max-width: 425px) {
    h2 {
        text-align: center !important;
    }
    .featured-products ul.products li.product .woocommerce-loop-product__title,
    .pro-bottom .product-title {
        text-align: center !important;
    }
    .pro-items .pro-bottom {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .sib_signup_box_inside_1{
        display: flex;
        width: 100%;
        flex-wrap: wrap;
        gap: 8px;
    }
    .subcriber-btn{
        min-width:0;
    }
    .subscribe{
        margin-bottom: 0;
        padding-bottom: 0;
    }
}

@media (max-width: 400px) {
    .comment-reviewer p,
    .comment-product p {
        flex-direction: column;
        gap: 10px;
        align-items: flex-start;
    }
}



/* date : 04/08/25 */

/* ======== category page ========= */

.page-id-9632 .category-tabs .tabs {
    background: #F9F9F9;
    list-style: none;
    display: flex;
    margin-top: 40px;
    justify-content: center;
    padding: 20px;
}

.page-id-9632  .category-tabs .tabs li a {
    border-radius: 5px 5px 5px 5px;
}

 .pro-bottom span{
font-size: 20px !important;
}

 .price ins{
    text-decoration: none;
}

 .price del{
    margin-right:4px;
}

.page-id-9632 .price ins bdi{
    color:#000;
}


 .pro-bottom span{
    color: #000;
}

.page-id-9632 ins bdi .woocommerce-Price-currencySymbol{
    color: #000 !important;
}

.page-id-9632 .pro-items {
margin-bottom: 50px;
display: flex;
flex-direction: column;
align-content: center;
justify-content: center;
align-items: center;
}

.page-id-9632 .product-img img{
    object-fit: cover;
}

/* home page  */
.page-id-9375 .product-img img{
    object-fit: cover;
}


.page-id-9375 .price ins bdi{
    color:#000;
}

.page-id-9375 ins bdi .woocommerce-Price-currencySymbol{
    color: #000 !important;
}

.page-id-9375 del{
    text-decoration: line-through;
    font-size: 20px !important;
}
.page-id-9632 .row{
    overflow-x:hidden !important;
}

@media(max-width:768px){
    .page-id-9632 .product-img img{
        object-fit: contain;
    }
    
    /* home page  */
    .page-id-9375 .product-img img{
        object-fit: contain;
    }


    .product-img img{
        height: 220px !important;
    }
}

/* single-product- page */

.product.type-product .woocommerce-product-details__short-description{
    margin-bottom: 30px !important;
}



/* saving price show in variation related single product page  */

.discount-badge {
    background-color: #0071a1;
    color: #fff;
    padding: 6px 10px;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 600;
  }
  

  .woocommerce div.product p.price{
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
  }



/* sticky bar */

.sticky-right .discount-badge{
    display: none;
}

#sticky-btn-price  del{
    display: none;
}

@media (max-width: 1024px) {
    .client-slider-section .swiper-button-prev,
    .client-slider-section .swiper-button-next {
      display: none;
    }
  }

  .client-slider-section .swiper-pagination-bullet-active{
    background-color: #000;
  }

  /*home page - show  add to cart btn in mobile view */

  /* @media(max-width:625px){

  .woocommerce ul.products li.product a img{
height: 160px !important;
  }
} */


  
@media(max-width:768px){
    .product-type-variable span.price {
        font-size: 20px !important;
    }
}



a.vh-remove-item.removing {
    pointer-events: none;
    opacity: 0.5;
    cursor: wait;
  }
  

@media(max-width:425px){
    .featured-products ul.products li.product .button{
        font-size: 14px !important;
    }

    #custom-announcement-bar a{
        margin-left: 0;
        padding-left: 10px;
    }

    .page-id-9375 .category-tabs .tabs{
        justify-content: center;
    }

    .page-id-9375 .pro-bottom .product-title{
        font-size: 14px !important;
    }

    .page-id-9375 .custom-stock-status{
        text-align: center !important;
    }

}
  
/* featured product and made in haiti heading in center aligned */

.featured-products h2{
    text-align: center;
}

h2.wp-block-heading.has-large-font-size{
    text-align: center;
}

.category-tabs .tabs {
    justify-content: center;
}



/* checkout page - paypal button  */

/* Flexbox layout for Sign-in + PayPal button */
.checkout-login-step-box {
    width: 80% !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-wrap: nowrap;

  }
  
  /* Style your "Sign in / Sign up" button */
  /* .checkout-login-step-box .btn-checkout {
    flex: 1 1 0;           
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
  } */
  .checkout-login-step-box .btn-checkout {
    flex: 1 1 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    box-sizing: border-box;
  }

  a#btn-checkout-login {
    margin-bottom: 12px;
}

  .checkout-login-step-section .btn-checkout-login{
    margin-right: 6px !important;
    border: none !important;
  }
  
  /* Force PayPal button container to equal width */
  .checkout-login-step-box > div,
  .checkout-login-step-box .wc-ppcp-shortcut-buttons,
  .checkout-login-step-box .ppcp-button-wrapper,
  .checkout-login-step-box .paypal-buttons {
    flex: 1 1 0;            /* equal width */
    min-width: 0;           /* allow shrinking */
  }
  
  /* PayPal iframe itself */
  .checkout-login-step-box iframe[src*="paypal"] {
    height: 48px !important;
    min-height: 48px !important;
  }
  
  /* Remove tagline/extra info under PayPal button */
  .checkout-login-step-box .ppcp-tagline,
  .checkout-login-step-box .paypal-button-tagline {
    display: none !important;
  }
  
  /* Responsive stacking */
  @media (max-width: 576px) {
    .checkout-login-step-box {
      flex-direction: column;
    }
    .checkout-login-step-box .btn-checkout,
    .checkout-login-step-box > div {
      flex: 1 1 100%;
    }
  }
  

  @media (max-width: 1024px) {
    a#btn-checkout-login {
        min-width: 200px !important;
        padding: 8px 15px !important;
    }
}
@media (max-width: 768px) {
    .checkout-login-step-box {
        min-width: 200px !important;
     
    }
}

@media(max-width:425px){
    .checkout-login-step-section{
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .checkout-login-step-box {
    display: block !important;
    } 
    
}

/* Home page - suggestion subscription section image */

.page-id-9375 .wp-block-image{
    display: flex;
    justify-content: center;
    align-items: center;
}

/* show a product image is centered align */
@media (max-width: 540px) {
    .woocommerce ul.products li.product a img {
        height: 150px;
        object-fit: cover;
    }
}


@media (max-width: 768px) {
    .woocommerce ul.products li.product a img {
        height: 230px;
        object-fit: cover;
    }
}


@media (max-width: 768px) {
    .page-id-9375 .product-img img {
        object-fit: cover;
      
    }
    .tab-pane.active .pro-items:last-child img,
    .tab-pane.active .pro-items:first-child img{
        object-fit: contain;
        width: auto;
    }
}

@media(max-width:425px) {
    .woocommerce ul.products li.product a img {
        height: 200px;
    }
    .tab-pane.active .pro-items:last-child img,
    .tab-pane.active .pro-items:first-child img{
        object-fit: cover;
       
    }

    .product-img {
        text-align: center;
    }
}



/* mobile responsive */

.section-title{
text-align: center;
}