/*.bg_one-banner {*/
/*    background-image: url(../img/sleafs-banner-1.jpg);*/
/*}*/
/*.bg_one-banner.two {*/
/*    background-image: url(../img/sleafs-banner-2.jpg);*/
/*}*/
.rts-section-gap {
    padding: 30px 0;
}
.rts-section-gapBottom {
    padding-bottom: 30px;
}
.title-area-between {
    margin-bottom: 20px;
}
.copyright-between-1 {
    justify-content: center;
}
.single-discount-with-bg{
    background-image: url(../img/p1/product-banner-1.jpg);
}
.single-discount-with-bg.bg-2 {
     background-image: url(../img/p1/product-banner-2.jpg);
}

.single-feature-card{
    background-image: url(../img/p1/product-banner-3.jpg);
}
.single-feature-card.two {
    background-image: url(../img/p1/product-banner-4.jpg);
}
.single-feature-card.three {
    background-image: url(../img/p1/product-banner-5.jpg);
}
.single-feature-card.four {
    background-image: url(../img/p1/product-banner-6.jpg);
}
.rts-header-nav-area-one {
    background: #13593c !important;
}
.rts-header-nav-area-one .nav-area ul li a{
    color: #ffffff;
}
.action-share-option{
    display:none !important;
}
.category-sub-menu{
    display:none !important;
}


.social-icons {
    position: fixed;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 15px;
    z-index: 9999; /* always on top */
}

.social-icons a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    color: white;
    font-size: 24px;
    border-radius: 50%;
    text-decoration: none;
    transition: transform 0.3s ease;
}

.social-icons a.call { background-color: #28a745; }  
.social-icons a.facebook { background-color: #1877f2; }  
.social-icons a.instagram { background: #f09433; 
                             background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888); }

.social-icons a:hover {
    transform: translateX(-5px);
}


@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .logo-search-category-wrapper .category-search-wrapper .search-header input {
        /*width: 500px;*/
        width: 346px!important;
    }
}

@media only screen and (min-width: 1000px){
    .banner-bg-image{
        min-height:500px;
    }
    .single-category-one img {
    max-width: 115px;
    max-height: 115px;
    min-height: unset;
    margin-bottom: 10px;
    }
}
@media only screen and (min-width: 300px) and (max-width: 999px) {
    .logo-area img{
        max-width: 200px;
    }
    .menu-btn,.search-btn,.cart,.btn-border-only {
        background: white;
    }
    .logo-search-category-wrapper{
        background: #145b3b !important;
    }
}
@media only screen and (min-width:100px) and (max-width:600px){
    .swiper-button-prev,.swiper-button-next { 
        display:none;        
    }
    .banner-bg-image, .bg_image{
        min-height: 250px;
    }
    .title-area-between {
        margin-bottom: -20px;
    }
}
