/* Add custom CSS styles below */ 
button.s-button-element.s-button-btn.s-button-outline.s-button-wide.s-button-primary-outline.s-button-loader-center {
    background: #3a3b2d;
    color: #c1a36a;
    opacity: 1;
}
span.s-contacts-icon {
    border-color: #c9a96e;
}
section.flex.bg-white.p-5.sm\:pb-0.rounded-md.rounded-b-none {
    border-radius: 14px 14px 0px 0px;
}
.s-comments.s-comments-product {
    display: none;
}
section.sticky-product-bar.bg-white.p-5.rounded-md.rounded-b-none {
    border-radius: 0px 0px 14px 14px;
}
.s-product-card-vertical {
    border: 1px solid #c1c1c1;
}
div#swiper-wrapper-10cc31e3763110c840 {
    justify-content: center;
}
.s-block__title .right-side:where([dir=rtl],[dir=rtl] *) {
    padding-left: 0px;
    font-size:20px;
}

.s-block__title {
    justify-content: center;
}

@media (min-width: 1024px) {
    .s-products-list-vertical-cards {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        width: 80%;
        margin: auto;
    }
}
h3.s-product-card-content-title {
    text-align: center;
    color: #000;
    font-size: 18px !important;
}
.s-reviews-testimonial__avatar {
    display: none;
}

.s-reviews-header-wrapper {
    justify-content: center;
    padding-bottom: 20px;
}

h1.s-reviews-header {
    font-size: 22px;
    font-weight: 700;
}

section.s-block.s-block--testimonials.s-block--custom-testimonials.container.overflow-hidden .swiper-wrapper {justify-content:unset}
.banner-entry {

    background-size: contain;
    border-radius: .375rem;
    height: 350px;
  background-color: transparent;
}
.s-product-card-content-sub {
    justify-content: center;
}
section:first-of-type {margin-top: 0px;}




h4.s-product-card-price {
    color: red;
    font-size: 21px;
}


.s-slider-block__title h2 {
    color: #3a3b2d;
}
.s-block--features__item {
    border: 1px solid #3a3b2d3d;
}

.feature-icon {
    background: #83734e;
}

.inner.bg-inherit.w-full {
    background: #3a3b2d;
}

.main-menu li.root-level>a {
    color: #c3a46b;
}

.store-footer__inner {
    background: #3a3b2d;
    color: #c0a269;
}

footer.store-footer {
    background: #c0a269;
}
.s-user-menu-login-btn svg {
    fill: #c3a46b;
}
.s-fast-checkout-button.outline

 {
    background-color: #a78450;
    border: 1px solid var(--color-primary);
    color: #ffffff;
}
i.header-btn__icon.icon.sicon-shopping-bag {
    color: #b68f55;
}
button.s-button-element.s-button-btn.s-button-solid.s-button-wide.s-button-primary.s-button-loader-center {
    background: #3a3b2d;
    opacity: 1;
    color: #b68f55;
}

.s-fast-checkout-button.outline {
    color: #3a3b2d !important;
}

button.s-fast-checkout-button.outline.rtl {
    border: 1px solid #3a3b2d;
}
[data-testid="store-home-photos-slider"] .swiper-wrapper {
    justify-content: unset;
}
@media (min-width: 1024px) {
    salla-slider.photos-slider .swiper-slide {
        margin-left: 0rem;
        margin-right: 0rem;
        width: 100%;
    }
}
@media (min-width:786px){
  .s-slider-block__title-left {
    display: none;
}
section.s-block.s-block--fixed-banner:first-of-type .container {
    max-width: 100%;
    padding: 0px;
}

.swiper-wrapper {
    justify-content: center;
}

.s-slider-block__title {
    justify-content: center;
}

div#swiper-wrapper-12f7c3567a06e3810 {
    justify-content: center;
}

.s-slider-block__title h2 {
    padding-left: 0px;
    font-size: 26px;
}
}
/*******************/
.custom-section-title{
    font-size:32px;
    font-weight:700;
    text-align:center;
    margin-bottom:30px;
    color:#222;
    position:relative;
}

.custom-section-title::after{
    content:"";
    display:block;
    width:70px;
    height:4px;
    background:#b59c5b;
    margin:12px auto 0;
    border-radius:10px;
}

section#viewed-section {
    display: none;
}

.wa-s-n{
    position: fixed;
    overflow: visible;
}

.wa-s-n::before{
    content: "";
    position: absolute;
    inset: -8px;
    border-radius: 50%;
    background: rgba(37,211,102,.35);
    animation: pulseRing 2s infinite;
    z-index: -1;
}

@keyframes pulseRing{
    0%{
        transform: scale(0.9);
        opacity: .8;
    }
    70%{
        transform: scale(1.5);
        opacity: 0;
    }
    100%{
        transform: scale(1.5);
        opacity: 0;
    }
}
@media (max-width:786px){
.grid.md\:grid-cols-3.grid-flow-row.gap-3.sm\:gap-8 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
  .top-announcement {
    display: none;
}
  
.custom-section-title {
    font-size: 22px;
}

body{
  padding-top:0px;
}
.top-navbar {
    display: none;
}
section.s-block.s-block--fixed-banner:first-of-type .container {
    max-width: 100%;
    padding: 0px;
}
.banner-entry {
    height: 112px;
}
.faq-title{
  font-size: 23px;
}
  .faq-question{
    padding: 13px;
    font-size: 14px;
  }
}
b.s-cart-summary-total {
    color: #c3a46b;
}

.s-user-menu-login-btn {
    border-color: #b99c66;
}

i.header-btn__icon.icon.sicon-shopping-bag {
    border-color: #b68f55;
}

i.sicon-menu.text-primary.text-2xl {
    color: #b68f55;
}