body::-webkit-scrollbar {
    width: 12px;
    background: #2B2B2B;
}

body::-webkit-scrollbar-track {
    background: #B0B0B0;
}

body::-webkit-scrollbar-thumb {
    background: #2B2B2B;
}

body::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.main-nav-container.bg-white {
    background-color: transparent !important;
    box-shadow: none;
}

.bg-inherit {
    color: #000;
    background: #F9FAFB;
    box-shadow: none;

}

.main-menu li > a:hover {
    color: #4F4F4F !important;
}

.sicon-menu {
    color: #000;
}

.header-btn__icon {
    color: #000 !important;
    background: #fff;
    border: 1px solid #a3a3a3;
    width: 2rem;
    height: 2rem;
    box-shadow: 0 1px 2px 0 #000000ad;
    transition: all 0.3s;
}


.s-cart-summary-count {
    right: -0.6rem;
    top: -0.7rem;
}

.s-cart-summary-total {
    color: #000 !important;
}

.top-navbar {
    background-color: #2B2B2B;
    color: #dad8d8;
}

.top-navbar .s-search-input,
.btn--rounded-gray {
    border-radius: 0px !important;
    background: #fff !important;
}

.main-nav-container.fixed-pinned .navbar-brand img {
    max-height: 73px;
}

.top-navbar .s-search-input::placeholder {
    color: #000;
}

.s-advertisement-content-icon {
    color: #FFD700 !important;
}

.btn--rounded-gray * {
    color: #000 !important;
    border-radius: 12px !important;
}

.s-search-icon svg {
    fill: #000;
}

.s-block__title h2 {
    border-right: 5px solid;
    padding-right: 5px;
    padding-top: 5px;
}

.s-block__display-all i {
    background: #000;
    border-radius: 50%;
    padding: 7px;
    color: #fff;
    border: 1px solid #B0B0B0;
}

.sicon-user-circle:before {
    content: "\f078";
}

.s-cart-summary-count {
    background-color: #000;
    color: #C0C0C0;
}

.s-product-card-content-main {
    text-align: center;
}

.s-product-card-content-sub {
    justify-content: center;
}

.s-product-card-entry {
    border: none;
    border-radius: 0;
    /*box-shadow: 1px 1px 9px rgb(0 0 0 / 45%);
    transition: transform 0.3s ease, box-shadow 0.3s ease;*/
    background: linear-gradient(to top, #ececec, #FFFF);
    border: 1px solid #000;
}

.s-product-card-entry.s-product-card-wishlist-btn button {
    opacity: 1 !important;
}

.s-product-card-entry.s-product-card-wishlist-btn button .s-button-icon .s-button-text {
    opacity: 1 !important;
    padding: 5px !important;
    font-size: 18px !important;
}

.s-product-card-image {
    background: #fff; /* Fixed typo in property */
}

.s-product-card-image img {
    padding: 5px;
    border-radius: 0;
}

.s-product-card-image a,
.s-product-card-image img {
    background: #fff;
    padding: 0;
}

.s-product-card-content {
    padding: 22px 10px 10px 10px;
}

.s-product-card-content-title a {
    font-size: 15px;
}

.s-product-card-price {
    font-size: 16px;
    color: #912727;
}

.s-product-card-fit-height.s-product-card-vertical .s-product-card-image {
    border-radius: 0;
}

.s-button-btn {
    background: #000;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    border-radius: 0px;
    outline: none;
    transition: all 0.3s ease;
    border: 1px solid #000;
}

.s-button-btn:hover {
    background: #fff;
    color: #000;
    border: 1px solid #000;
}

.s-product-card-vertical .s-product-card-wishlist-btn button {
    background-color: #e1e1e1 !important;
    opacity: 1 !important;
    color: #000000;
    border: 1px solid #8f8d8d !important;
}

.animated-button:hover {
    color: #000;
}

.s-block:first-of-type {
    margin-top: 0;
}

.s-block:first-of-type img {
    border-radius: 0;
}

section.s-block.container {}

section.s-block:nth-of-type(even) {}

.store-footer__inner {
    color: #fff;
    background-color: #000 !important;
    border-radius: 0;
    box-shadow: 0 3px 5px 0 #6e6e6e;
    width: 96%;
    margin: auto;
    margin-top: 2rem;
}

.store-footer {
    background: linear-gradient(to bottom, #fff, #000);
}

.s-block--features__item {
   /* box-shadow: 0px 2px 3px #00000073;*/
    background: #FFF;
    border-radius: 0;
    border: 1px solid #000;
}

.copyright-text *,
.copyright-text p {
    color: #ccc;
}

.app-inner {}

.s-product-card-vertical .s-product-card-image {
    flex: none !important;
}

.s-product-card-fit-height .s-product-card-image {
    border-bottom: 1px solid #c1c1c1;
    height: 17rem !important;
    max-height: 18rem;
    padding-bottom: 3px;
}

.navbar-brand img {
    max-height: 5rem;
}

.sicon-shopping-bag:before {
    content: "\e901";
}

.s-contacts-icon,
.s-social-link a {
    background: #fff;
    color: #000;
    transition: all 0.5s;
}

.store-footer a:hover {
    opacity: 1;
    color: #fff;
}

.store-footer a:hover .s-contacts-icon {
    background: #fff;
    color: #000;
}

.s-social-link a:hover {
    background: #fff;
    color: #000;
}

@media only screen and (min-width: 1024px) {
    .main-menu li.root-level > a {
        font-size: 16px;
        padding-left: 2rem;
    }

    .main-menu {}

    .navbar-brand img {}

    .main-menu li:hover > .sub-menu {
        color: #000;
    }

    .root-level:hover *,
    .main-menu .has-children.root-level:hover > a:after {}
}

.has-overlay:after {
    background-color: rgb(0 0 0 / 0%);
}

.banner-entry {
    padding: 1rem;
    border: 1px solid #5f5f5f;
    margin: 5px;
    box-shadow: 2px 3px 4px #00000073;
    border-radius: 0;
}

.s-add-product-button-main .s-add-product-button-mini-checkout {
    --salla-fast-checkout-button-border-radius: 0;
}

.s-add-product-button-main:not(.w-full) > salla-button {
    transition: all 0.2s;
    background: #000;
}

.s-add-product-button-main:not(.w-full) > salla-button .s-button-btn {
    background: transparent;
    height: 100%;
}

.s-add-product-button-main:not(.w-full) > salla-button:hover {
    background: #fff;
    opacity: 1;
}

.s-add-product-button-main salla-button .s-button-text {
    position: relative;
    display: inline-block;
    overflow: initial !important;
}

.s-add-product-button-main salla-button .s-button-text::before {
    font-family: sallaicons !important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e901";
    position: absolute;
    right: -1.4rem;
}

@media (min-width: 1280px) {
    .s-block--fixed-banner .container {
        max-width: 100%;
        margin: 0 !important;
        padding: 0 !important;
    }
}

@media (max-width: 600px) {
    .s-product-card-fit-height .s-product-card-image {}

    .whatsapp-button {
        bottom: 17% !important;
    }

    .s-block--hero-slider .swiper-slide div {
        background-size: cover !important;
        background-position: top;
    }

    .s-block--hero-slider .swiper-slide div {
        width: auto;
    }

    .s-block--hero-slider .swiper-slide div h2 {
        font-size: 35px !important;
    }
    .s-block--hero-slider .swiper-slide {
      height: 12rem !important;
      min-height: 214px !important;
    }
}

.whatsapp-button {
    position: fixed;
    bottom: 73px;
    right: 20px;
    z-index: 999999;
    background: #fff;
    box-shadow: 0px 2px 4px 2px #00000047;
    border-radius: 0;
    padding: 3px 6px 3px 11px;
}

.whatsapp-button a {
    display: flex;
    align-items: center;
    gap: 0.3rem;
}

.whatsapp-button a span {
    font-size: 13px;
    font-weight: 600;
}

.whatsapp-button:hover {
    animation: none;
}

.s-block--hero-slider .swiper-slide div {
    background-size: cover;
}

.s-block--hero-slider .swiper-slide div h2 {
    text-shadow: 2px 3px black;
}

.s-slider-v-centered .s-slider-block__title-nav {
    display: none !important;
}
.s-block--hero-slider .swiper-slide .overlay-bg:after {
    background-color: rgb(255 255 255 / 29%);
     border-bottom: 3px solid #000;
      border-top: 3px solid #000;
}
 /*
.s-block--hero-slider .swiper-slide .overlay-bg:before {
content: '';
display: inline-block;
  position: absolute;
  bottom: 0;
  right:0 ;
  left: 0;
 border: 2px solid #767676

 box-shadow: 0 5px 40px 51px #F9FAFB;

}
 */
@media (min-width: 1024px) {
    .s-block--hero-slider .swiper-slide div {
        width: auto;
    }

    .s-block--hero-slider .swiper-slide div h2 {
        font-size: 54px;
        width: 100%;
    }
}

@media (min-width: 1280px) {
    .s-block--hero-slider .swiper-slide {
        height: 650px;
    }
}

body section *,
body footer * ,
body * {
  border-radius: 0 !important;
}
.main-menu li.root-level span {
  position: relative;
  display: inline-block;
  &:before {
   content: '';
    position: absolute;
    bottom: -10px;
    right: 0;
    width: 30%;
    height: 3px;
    background: #000;
    transition: all 0.5s;
  }
}
.main-menu li.root-level:hover span::before {
  width: 100%;
}