/*NOTE: This file is intended for programmers. Aspro technical support is not advised to work with him.*/

/* Examples (uncomment to use):*/

/* Expand site width */
/* body .wrapper { max-width: 1400px !important;  } */

/* Set site background image */
/* body {  background: url(image_source) top no-repeat; }

/* Hide compare button */
/* a.compare_item { display: none !important;  }*/

:root {
   --voux-site-bg: rgb(250, 248, 244);
}

.theme-light{
   --card_bg_active : white !important;
   --darkerblack_bg_black: white !important;
}

body,
body:not(.header_opacity) .header__inner,
#basket-root .basket-checkout-container,
.bx-soa-cart-total-line:not(.bx-soa-cart-total-line-totals) .bx-soa-cart-t,
.bx-soa-cart-total-line:not(.bx-soa-cart-total-line-totals) .bx-soa-cart-d{
   background-color: var(--voux-site-bg);
}

.drag-block.container.CUSTOM_MIDDLE_ADV .index-block--fon {
   background-color: var(--voux-site-bg);
}
.sw-app{
   padding-top: 80px !important;
   padding-bottom: 80px !important;
}
@media screen and (max-width: 767px) {
   .sw-app{
      padding-top: 64 !important;
      padding-bottom: 64 !important;
   }
}