/* Add custom CSS styles below */ 
section.s-block.s-block--fixed-banner.wide-placeholder > .container {
    padding: 0 !important;
    margin: 0 !important;
    max-width: unset !important;
}


.index .store-footer {
    margin-top: 0 !important;
}

.index {
    background-color: #cc621f !important;
}

a.logo-footer img {
    content: url(https://i.ibb.co/LDBGGbxK/logo-foter.png) !important;
}

.main-menu li.root-level > a,
i.header-btn__icon,
.cart-sec .main-content .cart-item .inner .s-quantity-input-input{
    color: #cd631c !important;
}

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

.index .s-products-list-wrapper.s-products-list-vertical-cards {
    grid-template-columns: repeat(1,minmax(0, 350px)) !important;
    justify-content: center;
}

button.undefined.s-button-element.s-button-btn.s-button-outline.s-button-wide.s-button-primary-outline.s-button-loader-center {
    color: white !important;
    background-color: #cc621f !important;
}
.s-product-card-entry {
    background: white !important;
}
@media(max-width: 767px) {
  
.index .s-products-list-wrapper.s-products-list-vertical-cards {
    grid-template-columns: repeat(1,minmax(0, 250px)) !important;
}

  .s-product-card-entry .s-product-card-content .s-product-card-content-main .s-product-card-content-title a {
    color: #cc621f;
}
  .store-footer .store-footer__inner .footer-div .footer-item {
    width: 100% !important;
}
footer.store-footer * {
    text-align: center !important;
    justify-content: center !important;
}
}

.product-details .product-details-body .left .main-content .sticky-product-bar__btn .s-add-product-button-main salla-button button {
    background: #cc621f;
    color: white !important;
}
.product-details .salla-taps .s-tabs .s-tabs-header .tab-head .s-tabs-header-item {
    background-color: transparent !important;
}
.product-details .product-details-body .left .main-content .sticky-product-bar__btn .s-add-product-button-main .s-add-product-button-mini-checkout {
    background: transparent !important;
}

a.s-contacts-item:hover {
    color: #ffffff !important;
}



section.s-block.container {
    padding: 0;
    margin-inline: 0;
    max-width: unset !important;
    background-image: url(https://i.ibb.co/Y42SpdJ5/bg.png);
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}