/* Hide Top Nav Elements  */
.s-menu-topnav-list {
    display: none !important;
}

/* Footer Back Ground */
.store-footer__inner {
    background: #f3f4f6!important;
}

/* Mini Footer Back Ground */
.store-footer>div:nth-child(3) {
    background: #1e9e9a !important;
    color: white !important;
}

.store-footer>div:nth-child(3) p {
    color: white !important;
}


/* Image Sort */

.store-footer__inner .container>:not(div, img) {
    display: none !important;
}

.store-footer__inner .container img {
    order: -1 !important;
}

.store-footer__inner .container div:first-child div:first:child {
    display: none !important;
}


/* About Store Cards */
.s-block--features__item {
    background-color: #d0c2b1 !important;
    border: 1px solid #4a4137 !important;
}

.s-block--features__item p {
    color: #c27d2d !important;
}

.s-block--features__item .feature-icon {
    background-color: #4a4137 !important;
    color: white !important;
}

.sicon-headset {
    color: white !important;
}

.sicon-award-ribbon {
    color: white !important;
}

.sicon-shipping-fast {
    color: white !important;

}


.md\:flex.items-center.justify-between.py-4.container.text-center {
    background: #1e9e9a !important;
    max-width: 100% !important;
}

.md\:flex.items-center.justify-between.py-4.container.text-center p {
    color: white !important;

}

.copied-img{
  max-width:150px;
}

.s-design-before.s-design-before--footer.s-design-invisible-dom{
  height : unset !important ;
}

.s-slider-block__title-left {
    display: none !important;
}

.s-slider-block__title-right {
    margin-left: auto !important;
    margin-right: auto !important;
}
.s-slider-block__title-right {
    position: relative !important;
}

.s-slider-block__title-right::after {
    content: "" !important;
    position: absolute !important;
    bottom: -10px !important;
    left: 50% !important;
    transform: translateX(-13%) !important;
    width: 89px !important;
    height: 1px !important;
    background-color: #000 !important;
}

html[lang="en"] .s-slider-block__title-right::after {
  content: "" !important;
    position: absolute !important;
    bottom: -10px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 89px !important;
    height: 1px !important;
    background-color: #000 !important;
}

 
html[lang="en"] .s-slider-block__title-right {
        padding: 0 !important;
    }
    html[lang="en"] .s-slider-block__title-right h2 {
        padding: 0 !important;
    }
    
@media (max-width: 768px) {
    .s-slider-block__title-right {
        padding: 0 !important;
    }

    .s-slider-block__title-right h2 {
        padding: 0 !important;
    }

    .s-slider-block__title-right::after {
        left: 38% !important;
        transform: translateX(-35%) !important;
    }

    .s-slider-block__title {
        padding-bottom: 10px !important;
    }
}