.app-inner {
    background-color: #F5F6F6;
}
.slide--cat-entry {
    border-radius: 120px;
    background-color: #f9fafb;
    border: none !important;
    width: 10em;
    height: 10em;
    border: 1px solid #bababa4f !important;
}
.swiper-wrapper > div {
    justify-items: center !important;
}
.slide--cat-entry i {
    margin-bottom: 1rem;
    display: inline-block;
    font-size: 33px;
    color: #414042;
    color: var(--color-primary);
    color: #544845 !important;
}
.s-slider-nav-arrow {
    border-radius: 10px;
    background-color: #fff;
}
button.tab-trigger {
    border-radius: 110px;
    background-color: #fff;
    border: 1px solid #e0e1e1;
}
button.tab-trigger.inactive {
    color: #6c6c6c;
}
.s-button-primary-outline:hover {
    color: #fff !important;
}
.w-full button {
    background-color: rgba(153, 134, 119, 1);
    border: 1px solid #ececec;
}
.s-product-card-price {
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 700;
    background-color: #ede9e6;
    border-radius: 10px;
    padding: 5px 10px;
    color: #524840;
}
.s-product-card-content-sub {
    justify-content: center !important;
}
.s-product-card-content-title {
    text-align: center;
}
.s-product-card-wishlist-btn {
    border-radius: 10px !important;
}
.s-product-card-rating {
    background-color: #face913b;
    padding: 5px;
    border-radius: 10px;
    margin-right: 10px;
    color: #524840;
    padding-left: 10px;
}
button.tab-trigger {
    border-radius: 15px;
    background-color: #fff;
    border: 1px solid #e0e1e1;
    padding: 20px 30px;
}
span.s-cart-summary-count {
    background-color: #077396;
}
#mainnav .header-btn__icon {
    border-radius: 10px !important;
}
.s-cart-summary-content {
    display: none;
}
.sicon-shopping-bag {
    background-color: #f9fafb !important;
}
.main-menu li.root-level>a>span {
    background-color: #f9fafb;
    padding: 10px 15px;
    border: 1px solid #eeeeee;
    border-radius: 10px;
}
.s-product-card-entry {
    width: 100%;
}
a.s-slider-block__display-all {
    background-color: #ede9e6;
    padding: 10px;
    border-radius: 10px;
    color: #524840;
    border: 1px solid #d2d2d2;
}
button.undefined.s-button-element {
    color: #035478;
}
button.undefined.s-button-element:hover {
    color: #ffffff;
}














/* Add custom CSS styles below */ 
/* Add custom CSS styles below */ 
.swiper-wrapper {
    justify-content: center;
}

.s-button-wrap > button >.s-button-text {
    display: flex;
}
.s-button-text > span {
    margin-right: 5px;
}
button.s-slider-prev.s-slider-nav-arrow.swiper-button-disabled.swiper-button-lock {
    display: none;
}
button.s-slider-next.s-slider-nav-arrow.swiper-button-disabled.swiper-button-lock {
    display: none;
}
.s-product-card-image {
    background-color: #fff;
}
.store-footer {
    background-color: #0d0c2b;
}
.store-footer__inner {
    background-color: rgb(27 26 59);
}
.s-contacts-topnav-link {
    display: none;
}
.copyright-text p {
    color: #fff !important;
}
.s-block--testimonials .s-slider-block__title-nav {
    top: 55% !important;
    max-width: 100% !important;
}
.s-reviews-testimonial {
    opacity: 1 !important;
}


/* fixed Whatsapp icon */
.fixedWhatsapp {
    position: fixed;
    bottom: 3%;
    right: 3%;
    width: 55px;
    height: 55px;
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
    z-index: 999;
}
@keyframs pulse{
0% {
    box-shadow: 0 0 0 0 rgba(0, 136, 204, 0.5);
}
50% { 
    box-shadow: 0 0 0 14px rgba(0, 136, 204, 0);
}
}



@media screen and (max-width: 1024px) {
 
.swiper-wrapper {
    justify-content: right;
}
}