.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;
                }
            }
        }
    }
    .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%); 
    }
}

.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 */
}
