
.custom-position-fro-mb-ft {
    position: fixed;
    bottom: 9%;
    right: 2.2%;
}
.search-input {
    border-top-left-radius: 25px;  /* Rounded corners on the left side */
    border-bottom-left-radius: 25px;
}

.search-button {
    background: #088178;
    border-top-right-radius: 25px !important; /* Rounded corners on the right side */
   border-bottom-right-radius: 25px !important; 
    border: none; /* Remove any default button border */
    
}
.cs-payment-option {
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    padding: 10px 10px 10px 29px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    gap: 10px;
}
.cs-payment-option img {
    width: 80px;
    height: auto;
}
.input-group-text {
    display: flex;
    align-items: center;
    justify-content: center;
}



.time-box {
    background: #d8f4e2;
    border-radius: 5px;
    font-size: 15px;
    line-height: 15px;
}

.product-price-cover {
    border: none !important;
}

table{
    border: 1px solid white;
    
}

/* table th{
    border: none !important;
    border-bottom: 1px solid gainsboro !important;
}

table td{
    border: none !important;
    border-bottom: 1px solid gainsboro !important;
} */


/*  header style */


.search-module {
    position: relative;
}

.search-module .list-group {
    position: absolute;
    z-index: 9999 !important;

}

.search-module .list-group .list-group-item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
}

.header-container {
    background: #d8f4e2 !important;
    border-radius: 4px;

}




/*  End    */


.custom-footer-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: black;
    padding: 12px;
    position: fixed;
    bottom: 0;
    width: 100%;
    display: none;
    
}

.custom-footer-header .cart{
    position: relative;
}

.custom-footer-header .cart .pro-count{
    position: absolute;
    top: -5px;
    left: 10px;
    background: #088178;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    color: white !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobie-search-area{
    display: flex;
    align-items: center;
    justify-content: flex-start;

}

.mobie-search-area, .mobile-search-bar{
    width: 170px !important;
    margin-left: -260px !important;
}
.mobie-search-area, .mobile-search-bar{
    
}


.product-options {
    display: flex;
    flex-wrap: wrap;
    gap: 10px; /* Adjust spacing as needed */
}

.attr-detail ul.list-filter {
    display: flex;
    flex-wrap: wrap;
    gap: 5px; /* Adjust spacing between list items */
    padding: 0;
    margin: 0;
    list-style: none; /* Remove default bullet points */
}

.attr-detail ul.list-filter li {
    display: flex;
    align-items: center;
}

.cart-button{
    width: 30px;
    height: 35px;
    outline: none;
    border: none;
    border-left: 1px solid black;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    background: white;
    font-weight: 500;
}

.cart-button-plus{
   
    border-right: 1px solid black;
}

/*attr-option css*/
a.attr-option {
    border: 1px solid #eee;
    padding: 3px 8px;
    border-radius: 5px;
}
a.attr-option:hover {
    color: #fff;
    background-color: #088178;
    border-color: #088178;
}

a.attr-option.color {
    border: none ;
    padding: 0 ;
}

section.home-slider .container {
    padding: 0;
}





@media (max-width: 768px) {
    .time-box {
        padding: 5px; /* Reduce padding on smaller screens */
    }

    .d-flex.align-items-center.justify-content-start.mt-3 {
        flex-wrap: wrap; /* Make items wrap on smaller screens */
        gap: 10px; /* Add space between wrapped items */
    }

    .col-md-6.p-5 {
        padding: 15px !important; /* Reduce padding for better responsiveness */
    }
    
    .col-md-8 {
        padding-top: 10px;
    }

    .d-flex.align-items-center.justify-content-start.mt-2 {
        flex-wrap: wrap; /* Allow the pricing info to wrap on small screens */
    }

.sticky-bar {
    border-radius: 0px;
    background-color: rgba(149, 0, 0, 0.3); /* Semi-transparent color with #950000 */
    backdrop-filter: blur(10px); /* Adds the glass-like blur effect */
    -webkit-backdrop-filter: blur(10px); /* Ensures compatibility with WebKit browsers */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Adds a subtle shadow for depth */
    border: 1px solid rgba(255, 255, 255, 0.2); /* Optional: Adds a light border to enhance the glass effect */
    padding: 15px; /* Adjust padding as needed */
    position: fixed; /* Keeps it sticky */
    width: 100%; /* Full-width */
    top: 0; /* Sticks to the top */
    z-index: 999; /* Ensures it stays above other elements */
}



    .custom-footer-header{
        display: flex;
    }

    .mini-cart-icon{
        display: none !important;
    }

   
    


}

@media (min-width: 769px) {

    .d-flex.align-items-center.justify-content-start.mt-3 {
        flex-wrap: wrap; /* Make items wrap on smaller screens */
        gap: 10px; /* Add space between wrapped items */
    }

  
    /*.fi-rs-heart.filled {*/
    /*    color: red;*/
    /*} remove for unexpected red color or fv icon in home */
  
}

/* checkout new css*/

.new-checkout .input-group {
    flex-wrap: nowrap;
    align-items: center;
    margin: 0 0 0 0 !important;
    height: 30px;
    background: #088178;
    text-align: center;
    padding: 25px 15px;
    border-radius: 5px;
    width: 180px;
}


.new-checkout .form-floating {
    display: flex;
    grid-column-gap: 20px;
}

.new-checkout .input-group label {
    color: white;
    margin: 0;
    font-size: 15px;
    width: inherit;
}

.new-checkout .input-group input {
    width: 20px;
}


.new-checkout .quantity button {
    width: 35px;
    height: 35px;
    border: 1px solid #dee2e6;
    font-size: 25px;
    background: unset;
}

.new-checkout .quantity input {
        
    width: 35px;
    height: 35px;
        
}

.new-checkout tr,td {
    border: 1px solid #eee;
}
/*Campign Slider css*/


.campain-slider-1 .img-container {
    width: 200px;
    height: 220px;
    padding: 0;
}

.campain-slider-1 .img-container img.img-fluid {
    height: -webkit-fill-available;
    object-fit: cover;
}


.compain-slider-container .slider-arrow span.slider-btn.slider-prev.slick-arrow {
    left: -7px !important;
}

.compain-slider-container .slider-arrow span.slider-btn.slider-next.slick-arrow {
    right: -7px !important;
}

.compain-slider-container .slick-list.draggable {
    padding-bottom: 20px;
}

.compain-slider-container {
    padding: 0;
}

.mobile-searchbar{
    display: none;
}
.custom-fileld-av {
    font-size: 15px;
}

.custom-red {
    color: #950000 !important;
}
@media (max-width: 769px) {
    .custom-fileld-av {
        font-size: 10px;
    }
    section {
        overflow: hidden;
        padding: 18px 0px !important;
}

section.popular-categories {
    margin-top: -40px !important;
}

.hero-slider-1 img {
    border-radius: 0px !important;
}

section.home-slider {
    margin-top: 38px !important;
    padding:0px !important;
}


    

    .mobile-searchbar{
        display: block;
    }

    /*.header-wrap {*/
    /*    grid-column-gap: 10px;*/
    /*}*/
    
    .mobile-searchbar form#search-form input#search {
        border: 1px solid #088178;
    }
    .custom-table {
        overflow: hidden;
        overflow-x: auto;
    }

    .new-checkout .card-footer p.login_text {
        width: -webkit-fill-available;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }


    .new-checkout .form-floating {
        display: grid;

        grid-row-gap: 20px;
    }

    .compain-slider-container {
        padding: 0px 20px;
    }
.campain-slider-1 .img-container {
    width: 30%;
    height: 125px;
    padding: 5px;
}

.campain-slider-1 .comain-p-d {
    width: 70%;
    padding: 5px !important;
}
.campain-slider-1 .comain-p-d br{
    display: none;
}

.campain-slider-1 .comain-p-d .time-box {
    font-size: 7px;
    padding: 4px !important;
    display: block !important;
    width: 42px;
}

.campain-slider-1 .comain-p-d .time-box span {
    text-align: center;
    font-size: 9px !important;
    font-weight: lighter;
    justify-content: center;
    display: flex;
 
}

.compain-slider-container .slider-arrow span.slider-btn.slider-prev.slick-arrow {
    left: -10px !important;
}

.compain-slider-container .slider-arrow span.slider-btn.slider-next.slick-arrow {
    right: 28px !important;
}




div#carausel-4-columns-2-arrows {
    display: none;
}

.carausel-4-columns-cover.arrow-center.position-relative {
    display: flex;
    justify-content: center;
}

.slider-arrow.campain-arrow.style-3 {
    display: none;
}

div#carausel-6-columns {
    display: flex;
    justify-content: center;
}

.carausel-6-columns-cover.position-relative {
    display: flex;
    justify-content: center;
}


div#carausel-6-columns-arrows {
    display: none;
}

.slider-arrow.campain-arrow.style-3 {
    display: none;
}

div#carausel-4-columns-2-arrows {
    display: none;
}


.hero-slider-1 {
    height: auto;
}

.hero-slider-1 .slick-slide {
    height: 100%;
}
section.home-slider.position-relative .container {
    padding: 0;
}
.slick-list.draggable {
    padding-bottom: 1px;
}



}

/*custom css more*/

.product-cart-wrap .product-content-wrap .product-price span del {
    font-size: 12px;
}

form#statusForm a.dropdown-item {
    background: white;
    margin: 0px 10px;
    color: black;
    border-radius: 5px;
}


.search-mobile .search-input{

    height: 40px;
    
    
}

.search-mobile .search-button{
    height: 40px;
    padding: 12px 18px;
    border: 1px solid #046963;
}