:root {
  --main: #f37d20;
  --bg: #f9f9f9;
  --footer-bg: #1e1e1e;
  --header-bg: #1e1e1e;
  --card-bg: #fff;
  --secondary: #2c3e50;
  --secondary-light: #2c3e50;
}

/* category */
.category-mobile {
  display: none;
}
@media screen and (max-width: 900px) {
  .category-desktop {
    display: none;
  }
  .category-mobile {
    display: unset;
  }
}

/* footer */
footer .store-footer__contacts-row,
footer .store-footer__inner {
  border-bottom: none;
}

/* product card */
.btn--outline-primary,
.btn--wishlist,
.s-products-slider-card custom-salla-product-card,
salla-button button {
  border-radius: 12px !important;
}

.s-products-slider-card
  custom-salla-product-card
  .product-card__enhanced-mini-cart-divider {
  margin: 0;
}

salla-add-product-button .w-full salla-button button i::before {
  content: '\ef39' !important;
}

.s-block--enhanced-features__item {
  background-color: white;
}

footer .social-link,
.footer-is-custom .store-footer .contact-icon {
  border-radius: 50%;
}

/* whatsapp button */

@media screen and (max-width: 900px) {
  div[script-id='false'] {
    bottom: 60px !important;
  }
  .is-sticky-product-bar.product-single [id^='gb-widget'],
  body.product-single div[script-id='false'] {
    bottom: 170px !important;
    /* left:0 !important; */
    right: calc(100vw - 70px) !important;
  }
}

div[script-id="false"] a[href="https://getbutton.io/?utm_campaign=multy_widget&utm_medium=widget&utm_source=salla.sa"]
{
  display: none;
}

/* product page */
/* make all icon round */
body.product-single .share-and-wish .btn--wishlist,
body.product-single .s-social-share-wrapper .s-social-share-btn {
  border-radius: 50% !important;
}

/* chekc out button */
body.product-single salla-quantity-input,
body.product-single .s-add-product-button-main salla-button .s-button-element,
body.product-single .more-info-tabs__nav-link.mobile {
  border-radius: 12px !important;
}

body.product-single .s-add-product-button-main
  salla-mini-checkout-widget
  .s-fast-checkout-button.outline {
  border-color: transparent !important;
}

body.product-single salla-quantity-input .s-quantity-input-container,
salla-quantity-input{
 border-radius:12px !important;
   border:1px solid transparent;
}

/* color  */
body.product-single .s-button-text ,
body.product-single .more-info-tabs__nav-link.mobile{
  color:white !important
}