
.cs-footer {
  border-top: 1px solid #e5e5e5;
  margin-top: 30px;
}

.cs-short-desc ul {
    list-style: disc;
    padding: 0 0 0px 14px;
}

.header-style-4 .header-top-ptb-1 {
    background-color: #c8dff9 !important;
}

.header-style-4 .stick .hotline p {
    color: #275da0 !important;
}

.home-slide-cover {
    position: relative;
    overflow: hidden;
}

.hero-slider-1,
.hero-slider-1 .single-hero-slider,
.hero-slider-1 .single-slider-img-1 {
    width: 100%;
    height: 500px;
}

.hero-slider-1 .single-slider-img-1 img {
    width: 100%;
    height: 100%;
    max-height: none;
    object-fit: cover;
    display: block;
    border-radius: 6px;
}

.home-slide-cover .slider-arrow {
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    pointer-events: none;
}

.home-slide-cover .slider-arrow .slider-btn {
    pointer-events: auto;
}

.home-slide-cover .slider-arrow .slider-btn.slider-prev {
    left: 10px;
}

.home-slide-cover .slider-arrow .slider-btn.slider-next {
    right: 10px;
}


@media only screen and (max-width: 1024px) {

    .hero-slider-1,
    .hero-slider-1 .single-hero-slider,
    .hero-slider-1 .single-slider-img-1 {
        height: 380px;
    }
}

@media only screen and (max-width: 768px) {
    .home-slider {
        margin-bottom: 15px;
    }

    .hero-slider-1,
    .hero-slider-1 .single-hero-slider,
    .hero-slider-1 .single-slider-img-1 {
        height: 280px;
    }
}

@media only screen and (max-width: 480px) {

    .hero-slider-1,
    .hero-slider-1 .single-hero-slider,
    .hero-slider-1 .single-slider-img-1 {
        height: 220px;
    }

    .home-slide-cover .slider-arrow .slider-btn {
        width: 36px;
        height: 36px;
        line-height: 36px;
    }

    .home-slide-cover .slider-arrow .slider-btn.slider-prev {
        left: 8px;
    }

    .home-slide-cover .slider-arrow .slider-btn.slider-next {
        right: 8px;
    }
}

/* Bouton filtre */

.btn-filter {
    background: #275da0;
    color: #fff;
    border: none;
    padding: 8px 15px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    cursor: pointer;
}

.btn-filter:hover {
    background: #1f4b82;
}

/* Responsive */

@media(max-width:991px) {

    #shopSidebar {
        position: fixed;
        left: -320px;
        top: 0;
        width: 300px;
        height: 100%;
        background: #fff;
        overflow-y: auto;
        z-index: 9999;
        transition: .35s;
        box-shadow: 0 0 20px rgba(0, 0, 0, .2);
        padding: 20px;
    }

    #shopSidebar.active {
        left: 0;
    }

    body.sidebar-open {
        overflow: hidden;
    }

}

.sidebar-overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    display: none;
    z-index: 9998;
}

.sidebar-overlay.active {
    display: block;
}

.sidebar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.sidebar-header button {
    border: none;
    background: none;
    font-size: 25px;
    cursor: pointer;
}

.ebri-about {
    margin-bottom: 10px;
}

@media only screen and (max-width: 991px) {
    .totall-product > p, .ebri-mobile-none {
        display: none;
    }
}

button[type='submit']:hover {
    background-color: #275da0 !important;
    color: #ffffff !important;
}

.ebri-category-mobile {
    padding: 15px 0;
}
