.zpform-comment-rating-container, .zpcomment-rating-vote-value {
    margin-block-start: 0!important;
}

.zpcomment-heading-prevnext-container {
    padding-block-end: 0px!important;
}

.zpcomment-list{
    padding-block-start: 0px!important;
}

.zpheader-style-07 {
    .zpcontainer{
        width: 100%;
        position: relative;
        padding-inline: 50px!important;
        .theme-navigation-and-icons .theme-menu-area .theme-menu ul li a {
            line-height:24px; 
        }
        .theme-branding-info{
            position: absolute;
            top: 50%;
            left: 50%;
            height: fit-content;
            transform: translate(-50%, -50%);
        }
        .theme-navigation-and-icons .theme-search-and-mini-cart-group{
            [data-zs-search-container]{
                margin-inline-start: auto;
                width: 75%;
                .theme-search-field-container{
                    width: 100%;
                    border-radius: 100px!important;
                    border: 0px !important;
                    form{
                        width: 100%;
                        padding: 4px;
                    }
                    .theme-search-go-icon{
                        background: #f6f6f6;
                        border-radius: 50%;
                        aspect-ratio: 1;
                        position: absolute;
                        right: 4px;
                    }
                }
            }
            .theme-wishlist-icon svg{
                fill: transparent;
            }
            .theme-nonresponsive-portal-position-two{
                position: absolute;
                left: 50px;
                top: 50%;
                transform: translate(0%, -50%);
                z-index: 1000;
                .theme-portal-container-dropdown{
                    inset-inline-end: auto!important;
                }
            }
        }
    }log
    .theme-header-animate{
        padding: 0!important;
        .theme-nonresponsive-portal-position-two{
            position: relative!important;
            left: unset!important;
            top: unset!important;
            transform: translate(0%, 0)!important;
            .theme-portal-login{
                margin-inline-end: 0;
            }
        }
    }
}
[data-zs-drawer-open-button="portal"]{
    svg{
        fill: transparent!important;
        path{
            fill: transparent!important;
        }
    }
}

.zcs_carousel{
    .zpcarousel-arrows-container{
        display: flex!important;
        justify-content: center!important;
        gap: 80px!important;
        position: absolute!important;
        left: 50%!important;
        translate: -50% -80%!important;
        top: 100%!important;
        .zpcarousel-arrow-left, .zpcarousel-arrow-right{
            position: relative!important;
        }
    }
}

.zcs_collection{
    .theme-prod-box{
        padding-inline-end: 28px!important;
        padding-inline-start: 0!important;
        @media (max-width: 768px){
            padding-inline-end: 14px!important;
        }
    }
}

.zphero-boxed{
    width: 100%;
    padding: 32px 50px 0 50px;
    .hero-container{
        border-radius: 12px;
        overflow: hidden;
    }
    .zphero-slider-container{
        padding-inline-start: 40px!important;
        padding-inline-end: 40px!important;
    }
}

.zcs_blur_bg, .zcs_button_blur_bg .zpbutton-wrapper{
    backdrop-filter: blur(20px);
}


.zcs_newsletter{
    width: 80%;
    .zpnewsletter-input-container{
        flex-wrap: nowrap;
        justify-content: space-between;
        button{
            flex-shrink: 0;
        }
    }
}

.zcs_custom_nav{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    translate: -50% -50%;
    margin: 0;
    justify-content: space-between!important;
    .zpelem-col{
        width: fit-content;
    }
    .zpicon-size-lg{
        width: 50px!important;
        height: 50px!important;
    }
}

.zcs_slider_three{
    flex-wrap: nowrap;
    overflow-x: scroll;
    display: flex;
    white-space: nowrap;
    position: relative;
    gap: 0;
    .zpelem-col{
        width: 32.7%;
        animation: scroll 10s linear infinite;
    }
}

@keyframes scroll {
    from {
        transform: translateX(0%);
    }
    to {
        transform: translateX(-100%); 
    }
}

#newsletter_response {
  color: #FFFFFF !important;
}

.zcs_marquee_heading{
    width: 100%;
    overflow: hidden!important;
}

.zcs_marquee_heading h2.zpheading {
    display: flex;
    overflow: hidden; 
    white-space: nowrap;
    position: relative;
    gap: 0;
    animation: marquee 20s linear infinite;
    width: max-content;
}

.zcs_marquee_heading h2.zpheading span {
    display: inline-block;
    min-width: max-content;
    display: inline-block;
    padding: 0 2rem;
    min-width: max-content;
}

@keyframes marquee {
    from {
        transform: translateX(0%);
    }
    to {
        transform: translateX(-50%); 
    }
}

.zcs_button_icon{
    .zpbutton-wrapper{
        align-items: center!important;
    }
    .zpbutton-icon{
        background: #575757;
        border-radius: 100px;
        width: 30px;
        height: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

.zcs_custom_banner{
    overflow: hidden!important;
    img{
        transition: 0.3s all linear;
    }
}

.zcs_banner_row_bottom{
    position: absolute;
    bottom: 0;
    width: 100%;
}
.zcs_custom_banner_row{
    backdrop-filter: blur(40px);
}
@media (min-width: 991px){
    .zcs_custom_banner_row{
        transform: translate(0,100%);
        transition: 0.3s all linear;
    }

    .zcs_custom_banner:hover .zcs_custom_banner_row{
        transform: translate(0,0);
    }
    .zcs_custom_banner:hover img{
        scale: 1.05;
    }
}

.zcs_slider_row {
    flex-wrap: nowrap;
    overflow-x: scroll;
    border-block-end: #51554C;
    .zcs_slider_col {
    	width: 33.33%;
    }
}



/* Custom Scroll Track */
.zcs_custom_scrollbar {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 50%;
    height: 4px;
    background: #e0e0e0;
    border-radius: 10px;
    overflow: hidden;
    margin-top: 0;
    translate: -50% -50%;
    display: none;
}

/* Custom Scroll Indicator */
.zcs_scrollbar_thumb {
    height: 100%;
    width: 0%;
    background: black; /* Change as needed */
    transition: width 0.3s ease;
    border-radius: 10px;
}



@media (max-width: 992px){
    .zcs_custom_scrollbar {
    	display: block;
    }
    .theme-mobile-header-style-04 .theme-mobile-header-slide{
        background-color: transparent!important;
        .theme-mobile-header-slide-header{
        	width: 90%;
            border-block-end: 0px!important;
        }
        .theme-mobile-header-slide-content{
            width: 90%;
            [data-zs-menu-container]{
                padding-block: 24px;
                a{
                    font-size: 20px;
                    line-height: 24px;
                    padding-block: 10px!important;
                    padding-inline: 16px!important;
                }
                .theme-submenu-down-arrow:after, .theme-submenu-up-arrow:after{
                    width: 10px;
                    height: 10px;
                }
                li ul li a{
                    font-size: 12px;
                    color: #6a6a6f
                }
            }
            .theme-topbar-contact-info {
                border-block: 0px!important;
                padding-block: 24px;
            }
            .theme-topbar-contact-info li, .theme-scoialicon-inner-parent{
                border-block: 0px!important;
            }
            .theme-topbar-contact-info a{
                font-size: 16px;
                display: flex;
                gap: 8px;
                padding-inline: 16px!important;
                border-block-end: 0px!important;
            }
        }
    }
    .zcs_slider_three{
        .zpelem-col{
            width: 52%;
        }
    }

    .zcs_newsletter{
        width: 100%;
        .zpnewsletter-input-container{
            button{
                width: fit-content!important;
            }
        }
    }

    .zpfilmstrip .zpfilmstrip-gutter-fix {
        padding-block-end: 40px;
    }

    .zpfilmstrip .theme-store-style-collection-row-09::-webkit-scrollbar-thumb {
        background-color: #000000; /* Black scrollbar thumb */
        border-radius: 3px; /* Rounded edges */
    }

    .theme-mobile-header-search-icon, .theme-minicart-icon svg, [data-zs-drawer-open-button="portal"] svg {
        height: 20px!important;
        width: 20px!important;
    }


    [data-zs-mobile-header-slide-open] {
        padding-inline-end: 0;
        display: flex;
        order: 1;
    }

    .zphero-boxed{
        width: 100%;
        padding: 0;
        .hero-container{
            border-radius: 0;
            overflow: hidden;
            .zphero
            {
                height: 70vh;
            }
        }
    }
    .zcs_custom_box_header{
        align-items: flex-end!important;
    }
    .zpelem-storecollection{
        margin-block-start: 4px;
    }
    .zcs_slider_row{
        .zcs_slider_col{
            width: 90%;
        }
    }
}

.zcs_slider_row::-webkit-scrollbar,
.theme-store-style-collection-row-09::-webkit-scrollbar {
    display: none; /* Hide default scrollbar */
}


.stock-badge-container {
    width: 100%;
    display: flex;
    align-items: stretch;
    border-radius: 6px;
    overflow: hidden;
    margin: 10px 0;
		max-width: 400px;
}

.theme-product-quick-details .stock-badge-container {
  width: 100% !important;
  max-width: none !important;
  display: flex !important;
  align-items: stretch !important;
  max-height: 52px !important;
}
.theme-product-quick-details .stock-badge-container .stock-badge-right {
   width: 300px !important;
}






.stock-badge-left {
    background-color: #da6432 !important;
    color: white;
    font-weight: 700;
    font-size: 0.75rem;
    padding: 0.75rem 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 110px;
    letter-spacing: 0.5px;
}

.stock-badge-right {
    background-color: #e9edf4;
    padding: 0.75rem 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1;
}

.stock-badge-title {
    font-weight: 600;
    font-size: 0.875rem;
    color: #333;
    margin-bottom: 0.15rem;
}

.stock-badge-subtitle {
    font-size: 0.75rem;
    color: #666;
}

.theme-product-breadcrumb a {
  color: black !important; /* your theme dark blue */
}


.theme-tag-list-container .theme-product-tag-url {
    padding-block: 4px !important;
    padding-inline: 8px !important;
    color: white !important;
    background: #da6432 !important;
    border: none !important;
    border-radius: 4px !important;
    font-weight: 600 !important;
  	padding-top: 2px !important;
  	margin-bottom: 6px !important;
}

.theme-product-tag-url .theme-product-tag-name {
    font-size: 12px !important; /* adjust size */
    line-height: 1.2;           /* tighter height */
}

.theme-product-tag-url {
    font-size: 12px !important;
    padding: 0 !important; /* remove extra padding if needed */
}

/* Hide tags after 5 */
.theme-tag-list-container li:nth-child(n+11) {
    display: none;
}

.theme-portal-username {
  color: white;
  font-size: 16px;
  font-family: 'Poppins';
  text-transform: none;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: normal;
}

.theme-product-details-style-06 .theme-product-detail-container .theme-product-detail-varients-container .theme-product-varients-row .theme-product-varient-quantity .theme-cart-button [data-theme-cart-button-text], .theme-product-details-style-06 .theme-product-detail-container .theme-product-detail-varients-container .theme-product-varients-row .theme-product-varient-quantity .theme-quote-button [data-theme-cart-button-text] {
 color: white;
}

.theme-product-details-style-06 .theme-product-detail-container .theme-product-detail-varients-container .theme-product-varients-row .theme-product-varient-quantity .theme-product-quantity-spinner input[type="button"], .theme-product-details-style-06 .theme-product-detail-container .theme-product-detail-varients-container .theme-product-varients-row .theme-product-varient-quantity .theme-product-quantity-spinner input[type="text"] {
 background: white;
  border: 1px;
}





/* Default button color */
.theme-cart-button.zpbutton-type-primary {
    background-color: #da6432 !important;
    border-color: #da6432 !important;
    color: #ffffff !important;
}

/* Text inside */
.theme-cart-button.zpbutton-type-primary span {
    color: #ffffff !important;
}

.theme-quote-button.zpbutton-type-primary span {
    color: black !important;
}

.theme-search-go-icon {
  height: 40px
}

.theme-product-quick-details .stock-badge-container {
  width: 100% !important;
  max-width: none !important;
  display: flex !important;
  align-items: stretch !important;
  max-height: 52px !important;
}
.theme-product-quick-details .stock-badge-container .stock-badge-right {
   width: 300px !important;
}
.theme-product-varients-area {
  gap: 9px !important
}

.theme-product-varients-row {
  gap: 5px !important
}

.theme-product-variant {
  gap: 5px !important
}

.tag-toggle-btn {
    cursor: pointer;
    color: #0065ff;
    font-size: 14px;
    background: none;
    border: none;
    padding: 4px 0;
}
