/* line 1, _settings.scss */
:root {
  --bg: var(--draft-bg, #FAFAFC);
  --bg-is-light: var(--draft-bg-is-light, true);
  --bg-minor-shade: var(--draft-bg-minor-shade, #f8f8fb);
  --bg-minor-shade-is-light: var(--draft-bg-minor-shade-is-light, true);
  --bg-major-shade: var(--draft-bg-major-shade, #f8f8fb);
  --bg-major-shade-is-light: var(--draft-bg-major-shade-is-light, true);
  --bg-half-shade: var(--draft-bg-half-shade, #f5f5f9);
  --bg-half-shade-is-light: var(--draft-bg-half-shade-is-light, true);
  --color-btn-bg: var(--draft-color-btn-bg, #86ba41);
  --color-btn-bg-is-dark: var(--draft-color-btn-bg-is-dark, true);
  --color-btn-bg-minor-shade: var(--draft-color-btn-bg-minor-shade, #91c252);
  --color-btn-bg-minor-shade-is-dark: var(--draft-color-btn-bg-minor-shade-is-dark, true);
  --color-btn-bg-major-shade: var(--draft-color-btn-bg-major-shade, #9ec965);
  --color-btn-bg-major-shade-is-light: var(--draft-color-btn-bg-major-shade-is-light, true);
  --color-btn-bg-half-shade: var(--draft-color-btn-bg-half-shade, #c2dd9f);
  --color-btn-bg-half-shade-is-light: var(--draft-color-btn-bg-half-shade-is-light, true);
  --color-accent-text: var(--draft-color-accent-text, #86BA41);
  --color-accent-text-is-dark: var(--draft-color-accent-text-is-dark, true);
  --color-accent-text-minor-shade: var(--draft-color-accent-text-minor-shade, #91c252);
  --color-accent-text-minor-shade-is-dark: var(--draft-color-accent-text-minor-shade-is-dark, true);
  --color-accent-text-major-shade: var(--draft-color-accent-text-major-shade, #9ec965);
  --color-accent-text-major-shade-is-light: var(--draft-color-accent-text-major-shade-is-light, true);
  --color-accent-text-half-shade: var(--draft-color-accent-text-half-shade, #c2dd9f);
  --color-accent-text-half-shade-is-light: var(--draft-color-accent-text-half-shade-is-light, true);
  --color-text-dark: var(--draft-color-text-dark, #333333);
  --color-text-dark-is-dark: var(--draft-color-text-dark-is-dark, true);
  --color-text-dark-minor-shade: var(--draft-color-text-dark-minor-shade, #474747);
  --color-text-dark-minor-shade-is-dark: var(--draft-color-text-dark-minor-shade-is-dark, true);
  --color-text-dark-major-shade: var(--draft-color-text-dark-major-shade, #5c5c5c);
  --color-text-dark-major-shade-is-dark: var(--draft-color-text-dark-major-shade-is-dark, true);
  --color-text-dark-half-shade: var(--draft-color-text-dark-half-shade, #999999);
  --color-text-dark-half-shade-is-dark: var(--draft-color-text-dark-half-shade-is-dark, true);
  --color-text-light: var(--draft-color-text-light, #ffffff);
  --color-text-light-is-light: var(--draft-color-text-light-is-light, true);
  --color-text-light-minor-shade: var(--draft-color-text-light-minor-shade, #f7f7f7);
  --color-text-light-minor-shade-is-light: var(--draft-color-text-light-minor-shade-is-light, true);
  --color-text-light-major-shade: var(--draft-color-text-light-major-shade, #ededed);
  --color-text-light-major-shade-is-light: var(--draft-color-text-light-major-shade-is-light, true);
  --color-text-light-half-shade: var(--draft-color-text-light-half-shade, #808080);
  --color-text-light-half-shade-is-dark: var(--draft-color-text-light-half-shade-is-dark, true);
  --icons_pack: var(--draft-icons_pack, insales-default);
  --controls-btn-border-radius: var(--draft-controls-btn-border-radius, 6px);
  --color-notice-warning: var(--draft-color-notice-warning, #fff3cd);
  --color-notice-warning-is-light: var(--draft-color-notice-warning-is-light, true);
  --color-notice-warning-minor-shade: var(--draft-color-notice-warning-minor-shade, #fff3ca);
  --color-notice-warning-minor-shade-is-light: var(--draft-color-notice-warning-minor-shade-is-light, true);
  --color-notice-warning-major-shade: var(--draft-color-notice-warning-major-shade, #fff2c8);
  --color-notice-warning-major-shade-is-light: var(--draft-color-notice-warning-major-shade-is-light, true);
  --color-notice-warning-half-shade: var(--draft-color-notice-warning-half-shade, #ffedb3);
  --color-notice-warning-half-shade-is-light: var(--draft-color-notice-warning-half-shade-is-light, true);
  --color-notice-success: var(--draft-color-notice-success, #d4edda);
  --color-notice-success-is-light: var(--draft-color-notice-success-is-light, true);
  --color-notice-success-minor-shade: var(--draft-color-notice-success-minor-shade, #d3ecd9);
  --color-notice-success-minor-shade-is-light: var(--draft-color-notice-success-minor-shade-is-light, true);
  --color-notice-success-major-shade: var(--draft-color-notice-success-major-shade, #d1ecd7);
  --color-notice-success-major-shade-is-light: var(--draft-color-notice-success-major-shade-is-light, true);
  --color-notice-success-half-shade: var(--draft-color-notice-success-half-shade, #bee4c7);
  --color-notice-success-half-shade-is-light: var(--draft-color-notice-success-half-shade-is-light, true);
  --color-notice-error: var(--draft-color-notice-error, #f8d7da);
  --color-notice-error-is-light: var(--draft-color-notice-error-is-light, true);
  --color-notice-error-minor-shade: var(--draft-color-notice-error-minor-shade, #f8d7da);
  --color-notice-error-minor-shade-is-light: var(--draft-color-notice-error-minor-shade-is-light, true);
  --color-notice-error-major-shade: var(--draft-color-notice-error-major-shade, #f8d5d8);
  --color-notice-error-major-shade-is-light: var(--draft-color-notice-error-major-shade-is-light, true);
  --color-notice-error-half-shade: var(--draft-color-notice-error-half-shade, #f5c4c8);
  --color-notice-error-half-shade-is-light: var(--draft-color-notice-error-half-shade-is-light, true);
  --color-notice-info: var(--draft-color-notice-info, #cce5ff);
  --color-notice-info-is-light: var(--draft-color-notice-info-is-light, true);
  --color-notice-info-minor-shade: var(--draft-color-notice-info-minor-shade, #cae4ff);
  --color-notice-info-minor-shade-is-light: var(--draft-color-notice-info-minor-shade-is-light, true);
  --color-notice-info-major-shade: var(--draft-color-notice-info-major-shade, #c8e3ff);
  --color-notice-info-major-shade-is-light: var(--draft-color-notice-info-major-shade-is-light, true);
  --color-notice-info-half-shade: var(--draft-color-notice-info-half-shade, #b3d7ff);
  --color-notice-info-half-shade-is-light: var(--draft-color-notice-info-half-shade-is-light, true);
  --font-family: var(--draft-font-family, "PT Root UI");
  --font-size: var(--draft-font-size, 16px);
  --font-family-heading: var(--draft-font-family-heading, Ubuntu);
  --heading-ratio: var(--draft-heading-ratio, 1.5);
  --heading-weight: var(--draft-heading-weight, 600);
  --collection_count: var(--draft-collection_count, 12);
  --search_count: var(--draft-search_count, 12);
  --blog_size: var(--draft-blog_size, 8);
  --product_not_available: var(--draft-product_not_available, preorder);
  --layout-content-max-width: var(--draft-layout-content-max-width, 1240px);
  --delta_sidebar: var(--draft-delta_sidebar, 1);
  --type_sidebar: var(--draft-type_sidebar, sticky);
  --sidebar_index_show: var(--draft-sidebar_index_show, false);
  --sidebar_index_position: var(--draft-sidebar_index_position, left);
  --sidebar_collection_show: var(--draft-sidebar_collection_show, false);
  --sidebar_collection_position: var(--draft-sidebar_collection_position, left);
  --sidebar_cart_show: var(--draft-sidebar_cart_show, false);
  --sidebar_cart_position: var(--draft-sidebar_cart_position, left);
  --sidebar_product_show: var(--draft-sidebar_product_show, false);
  --sidebar_product_position: var(--draft-sidebar_product_position, left);
  --sidebar_blog_show: var(--draft-sidebar_blog_show, false);
  --sidebar_blog_position: var(--draft-sidebar_blog_position, left);
  --sidebar_article_show: var(--draft-sidebar_article_show, false);
  --sidebar_article_position: var(--draft-sidebar_article_position, left);
  --sidebar_page_show: var(--draft-sidebar_page_show, false);
  --sidebar_page_position: var(--draft-sidebar_page_position, left);
  --sidebar_compare_show: var(--draft-sidebar_compare_show, false);
  --sidebar_compare_position: var(--draft-sidebar_compare_position, left);
  --sidebar_search_show: var(--draft-sidebar_search_show, false);
  --sidebar_search_position: var(--draft-sidebar_search_position, left);
  --feedback_captcha_enabled: var(--draft-feedback_captcha_enabled, true);
  --favorite_enabled: var(--draft-favorite_enabled, true);
  --compare_enabled: var(--draft-compare_enabled, false); }

/* line 9, theme.scss */
:root {
  --uc-layout-side-padding: var(--layout-side-padding);
  --uc-layout-side-padding-mobile: 0;
  --uc-layout-content-border: 1px solid #eee4f4;
  --uc-layout-content-border-radius: 20px;
  --uc-layout-content-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  --uc-layout-content-padding: 20px;
  --uc-layout-content-background: #ffffff;
  --uc-layout-content-margin: 10px auto;
  --uc-heading-color: #492874;
  --uc-brand-bg-color: #f3f1ff;
  --uc-brand-bg-notice-color: #f4ecff;
  --uc-brand-bg-dark-color: #655087;
  --uc-brand-border-color: #eee4f4;
  --uc-brand-heading-size: calc(var(--font-size) * var(--heading-ratio, 2));
  --uc-brand-heading-color: var(--uc-heading-color);
  --uc-brand-btn-color: #806ca1;
  --popup-top: 10vh;
  --popup-bottom: 10vh;
  --popup-border-radius: 20px;
  --popup-border-radius-mobile: 10px;
  --popup-header-padding: 20px 30px;
  --popup-bg: #FFFFFF;
  --popup-margin: 10px;
  --color-btn-favorites: #ee632c;
  --color-btn-preorder: #8f73b4;
  --color-price: #498200;
  --uc-modal-overlay-bg: rgba(0, 0, 0, 0.7);
  --color-form-controls-bg: #ffffff !important;
  --color-form-controls-border-color: #d5d5d9 !important; }
  @media (max-width: 576px) {
    /* line 9, theme.scss */
    :root {
      --uc-layout-side-padding: var(--uc-layout-side-padding-mobile);
      --uc-layout-content-border-radius: 10px;
      --uc-layout-content-shadow: 0 0 2px rgba(0, 0, 0, 0.2); } }

/* line 59, theme.scss */
.heading, h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5 {
  font-size: calc(var(--font-size) * var(--heading-ratio, 2)); }

/* line 62, theme.scss */
.heading, h1, .h1 {
  --heading-ratio: 2.5; }

/* line 65, theme.scss */
h2, .h2 {
  --heading-ratio: 1.6; }

/* line 68, theme.scss */
h3, .h3 {
  --heading-ratio: 1.4; }

/* line 71, theme.scss */
h4, .h4 {
  --heading-ratio: 1.1; }

/* line 74, theme.scss */
h5, .h5 {
  --heading-ratio: 1; }

@media screen and (max-width: 767px) {
  /* line 80, theme.scss */
  .heading, h1, .h1 {
    --heading-ratio: 1.75; }

  /* line 83, theme.scss */
  h2, .h2 {
    --heading-ratio: 1.3; }

  /* line 86, theme.scss */
  h3, .h3 {
    --heading-ratio: 1.2; }

  /* line 89, theme.scss */
  h4, .h4 {
    --heading-ratio: 1; }

  /* line 92, theme.scss */
  h5, .h5 {
    --heading-ratio: 1; } }
/* line 97, theme.scss */
.favorites_btn.favorites-added, .favorites_btn:hover {
  --color-btn-bg: #ee632c; }

/* line 101, theme.scss */
.outside-widgets .delete-widget-link {
  display: none; }

/* line 105, theme.scss */
.outside-widgets .add-widget-link {
  display: none; }

/* line 109, theme.scss */
[data-fixed-panels] .delete-widget-link {
  display: none; }

@media (max-width: 768px) {
  /* line 114, theme.scss */
  [style*="--is-editor:true"] .outside-widgets {
    display: none; }

  /* line 117, theme.scss */
  .edit-widget-buttons .widget-name {
    display: none !important; }

  /* line 120, theme.scss */
  [data-fixed-panels] [data-widget-add] {
    display: none; } }
@media (max-width: 768px) {
  /* line 126, theme.scss */
  .fancybox__nav .f-button {
    display: none; } }
/* line 131, theme.scss */
.btn-on-top {
  --controls-btn-border-radius: 50%; }

@media screen and (max-width: 767px) {
  /* line 140, theme.scss */
  .co-login {
    width: 100%; } }
/* line 145, theme.scss */
.co-login .co-social_login-title {
  margin-bottom: 0.5em;
  line-height: 1; }
/* line 149, theme.scss */
.co-login .co-social_login-list_inner {
  align-items: center;
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
  margin: 0; }
/* line 156, theme.scss */
.co-login .co-social_login-button {
  flex: 1 1 auto; }

/* line 164, theme.scss */
.checkout-v2-wrapper .co-section--content {
  box-shadow: var(--uc-layout-content-shadow);
  margin-top: 30px;
  border-radius: var(--uc-layout-content-border-radius);
  background: var(--uc-layout-content-background); }
  @media screen and (max-width: 768px) {
    /* line 164, theme.scss */
    .checkout-v2-wrapper .co-section--content {
      margin-top: 10px; } }
/* line 174, theme.scss */
.checkout-v2-wrapper .co-sidebar--menu {
  flex: 0 0 14rem; }
  @media screen and (max-width: 768px) {
    /* line 174, theme.scss */
    .checkout-v2-wrapper .co-sidebar--menu {
      flex: 0 0 100%; } }
  /* line 180, theme.scss */
  .checkout-v2-wrapper .co-sidebar--menu .co-menu--personal {
    padding-top: 40px; }
    @media screen and (max-width: 768px) {
      /* line 180, theme.scss */
      .checkout-v2-wrapper .co-sidebar--menu .co-menu--personal {
        padding: 20px; } }
  @media screen and (max-width: 768px) {
    /* line 186, theme.scss */
    .checkout-v2-wrapper .co-sidebar--menu .co-menu-switcher:checked ~ .co-menu {
      background: var(--uc-layout-content-background);
      box-shadow: var(--uc-layout-content-shadow);
      border-radius: var(--uc-layout-content-border-radius);
      border-top-left-radius: 0;
      border-top-right-radius: 0; } }
  /* line 195, theme.scss */
  .checkout-v2-wrapper .co-sidebar--menu .co-menu-link {
    color: inherit;
    text-decoration: none; }
  /* line 199, theme.scss */
  .checkout-v2-wrapper .co-sidebar--menu .co-menu-link:hover {
    opacity: 0.8; }
  /* line 202, theme.scss */
  .checkout-v2-wrapper .co-sidebar--menu .co-menu-toggle {
    background: var(--uc-brand-bg-dark-color);
    color: #fff;
    padding: 1rem; }
/* line 211, theme.scss */
.checkout-v2-wrapper .co-table .co-table-row--striped:nth-child(even) {
  background: var(--uc-brand-bg-color); }
  @media (max-width: 480px) {
    /* line 211, theme.scss */
    .checkout-v2-wrapper .co-table .co-table-row--striped:nth-child(even) {
      background: transparent; } }
/* line 218, theme.scss */
.checkout-v2-wrapper .co-table .co-link {
  display: inline-block;
  text-decoration: none;
  background: var(--uc-brand-bg-dark-color);
  color: #fff !important;
  padding: 3px 15px;
  border-radius: 4px;
  min-width: 50px; }
/* line 227, theme.scss */
.checkout-v2-wrapper .co-table .co-link:hover {
  opacity: 0.9; }

/* line 235, theme.scss */
.co-modal--login {
  border-radius: var(--uc-layout-content-border-radius); }
  @media (max-width: 767px) {
    /* line 235, theme.scss */
    .co-modal--login {
      border-radius: 0; } }

/* line 241, theme.scss */
.co-section--checkout_content {
  margin-top: var(--layout-side-padding);
  margin-bottom: var(--layout-side-padding); }
  @media (max-width: 580px) {
    /* line 241, theme.scss */
    .co-section--checkout_content {
      margin: 0 calc(-1 * var(--layout-side-padding)); } }

/* line 249, theme.scss */
.co-section--checkout_order {
  background: var(--uc-layout-content-background);
  border-radius: var(--uc-layout-content-border-radius);
  box-shadow: var(--uc-layout-content-shadow); }
  @media (max-width: 580px) {
    /* line 249, theme.scss */
    .co-section--checkout_order {
      border-top: none;
      border-radius: 0;
      box-shadow: none; } }

/* line 260, theme.scss */
.co-checkout-block--padded {
  padding: 1rem 2rem; }
  @media (max-width: 580px) {
    /* line 260, theme.scss */
    .co-checkout-block--padded {
      padding: 1rem; } }

/* line 267, theme.scss */
.co-title--h1 {
  --heading-ratio: 2;
  color: var(--uc-brand-heading-color);
  font-weight: normal; }
  @media screen and (max-width: 767px) {
    /* line 267, theme.scss */
    .co-title--h1 {
      --heading-ratio: 1.5; } }

/* line 276, theme.scss */
.co-input-field {
  height: var(--controls-height-l);
  border: var(--controls-border-width) solid var(--color-form-controls-border-color); }

/* line 281, theme.scss */
.co-sidebar {
  width: 48%;
  left: 52%;
  bottom: auto;
  box-shadow: var(--uc-layout-content-shadow);
  background: var(--uc-layout-content-background);
  border-radius: 10px; }

/* line 290, theme.scss */
.co-title--h2, .co-client-logged, .co-client-name {
  --heading-ratio: 2;
  font-family: var(--font-family-heading);
  font-size: calc(var(--font-size) * var(--heading-ratio) / 1.4);
  font-weight: var(--heading-weight, 700); }
  @media screen and (max-width: 767px) {
    /* line 290, theme.scss */
    .co-title--h2, .co-client-logged, .co-client-name {
      --heading-ratio: 1.8; } }

/* line 299, theme.scss */
.co-client-name {
  color: var(--uc-brand-heading-color); }

/* line 302, theme.scss */
.co-title--h2 {
  margin-top: 3rem;
  margin-bottom: 20px; }

/* line 306, theme.scss */
.co-checkout-order_form > .co-checkout-block > .co-checkout-block > .co-checkout-block > .co-title--h2 {
  margin-top: 0;
  display: none; }

/* line 311, theme.scss */
.co-social_login-box {
  align-items: center;
  gap: 7px; }

/* line 315, theme.scss */
.co-social_login-separator::before, .co-social_login-separator::after {
  border-bottom: 1px solid #e7e5ed; }

/* line 318, theme.scss */
.co-social_login-button {
  margin: 0; }

/* line 324, theme.scss */
.co-tabs-controls--customer .co-tabs-node:not(.co-tabs-node--active) {
  background: #ffffff;
  color: #333;
  border: 1px solid #ddd; }

/* line 329, theme.scss */
.co-tabs-controls--customer {
  margin-bottom: 3rem;
  margin-top: 1rem; }

/* line 333, theme.scss */
.co-tabs-controls--customer .co-tabs-node {
  padding: 18px 5px;
  font-size: 0.9rem; }

/* line 340, theme.scss */
.co-toggable_field {
  --border-radius: 10px;
  padding: 2px 10px;
  background: #ffffff;
  border-radius: var(--border-radius);
  margin-bottom: 10px;
  border: none;
  position: relative;
  flex-wrap: nowrap; }
  /* line 350, theme.scss */
  .co-toggable_field :hover, .co-toggable_field :active, .co-toggable_field :focus {
    outline: none; }
  /* line 353, theme.scss */
  .co-toggable_field > * {
    z-index: 1; }
  /* line 357, theme.scss */
  .co-toggable_field .co-toggable_field-input {
    flex: none; }
  /* line 361, theme.scss */
  .co-toggable_field .co-toggable_field-input--radio > span {
    box-shadow: none !important;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-radius: var(--border-radius);
    border: 1px solid #e0e0e2;
    background: #fafafd;
    z-index: 0; }
  /* line 375, theme.scss */
  .co-toggable_field .co-toggable_field-input--radio input:checked + span {
    border: 1px solid #d4d1e0;
    background: #e8e2ff; }
  /* line 379, theme.scss */
  .co-toggable_field .co-toggable_field-input--checkbox {
    margin-right: 5px;
    margin-top: 3px; }
  /* line 383, theme.scss */
  .co-toggable_field .co-input-title {
    font-size: 1em; }
  /* line 386, theme.scss */
  .co-toggable_field .co-input-description {
    font-size: 0.9rem;
    color: inherit;
    opacity: 0.7; }
  /* line 391, theme.scss */
  .co-toggable_field .co-toggable_field-price {
    padding: 0.5rem; }
  /* line 394, theme.scss */
  .co-toggable_field .co-price--current {
    font-size: 1.1rem;
    font-weight: 500; }
  /* line 398, theme.scss */
  .co-toggable_field .co-price--current:first-letter {
    opacity: 0; }
  /* line 401, theme.scss */
  .co-toggable_field .co-price--current[id^=price_range]:first-letter {
    opacity: 1; }

@media (max-width: 480px) {
  /* line 406, theme.scss */
  .co-input:not(.co-input--checkbox) .co-toggable_field {
    flex-direction: column; }
    /* line 410, theme.scss */
    .co-input:not(.co-input--checkbox) .co-toggable_field > span {
      width: 100%; }
    /* line 413, theme.scss */
    .co-input:not(.co-input--checkbox) .co-toggable_field > span:empty {
      display: none !important; }
    /* line 416, theme.scss */
    .co-input:not(.co-input--checkbox) .co-toggable_field .co-toggable_field-information {
      flex: auto; }
    /* line 419, theme.scss */
    .co-input:not(.co-input--checkbox) .co-toggable_field .co-delivery_method-price {
      text-align: right;
      padding-top: 0; } }

/* line 427, theme.scss */
#deliveries-not-available, #payments-not-available {
  padding: 10px 10px;
  background: #ffe7e7;
  border-radius: 4px;
  width: 100%;
  line-height: 1.2;
  color: #df4b4b; }

/* line 436, theme.scss */
.consent_to_personal_data_checkbox {
  margin-top: 30px; }

/* line 439, theme.scss */
.co-map_zones-map {
  display: none !important; }

/* line 442, theme.scss */
[id^=delivery_error] {
  line-height: 1.2;
  font-size: 14px; }

/* line 449, theme.scss */
.co-sidebar-toggler {
  background: var(--uc-brand-bg-dark-color) !important;
  font-size: 1.1rem;
  color: #fff;
  margin-bottom: 20px; }
  /* line 455, theme.scss */
  .co-sidebar-toggler .co-basket_total-price {
    font-size: 1.3rem;
    opacity: 0.9; }

/* line 460, theme.scss */
.co-sidebar-toggler > span {
  display: flex;
  align-items: center; }
  /* line 464, theme.scss */
  .co-sidebar-toggler > span .co-icon.halfling-shopping-cart {
    font-size: 1rem;
    opacity: 0.7; }
  /* line 468, theme.scss */
  .co-sidebar-toggler > span .co-sidebar-toggler_title {
    margin-left: 0.6rem;
    margin-right: 0.3rem; }
  /* line 472, theme.scss */
  .co-sidebar-toggler > span .co-icon.halfling-menu-down {
    font-size: 0.7rem; }

@media (max-width: 767px) {
  /* line 477, theme.scss */
  .co-sidebar {
    left: 0;
    width: 100%;
    box-shadow: none;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #ddd; } }
/* line 487, theme.scss */
.co-sidebar .co-basket_item-image_container {
  flex: 0 0 70px; }
/* line 490, theme.scss */
.co-sidebar .co-basket_item-image img {
  transform: none;
  -webkit-transform: none;
  left: 0;
  top: 0;
  max-width: 100%;
  max-height: 100%;
  border-radius: 4px; }
/* line 499, theme.scss */
.co-sidebar .co-price--current {
  font-size: 1.1rem;
  font-weight: 500; }
/* line 504, theme.scss */
.co-sidebar .co-basket_total-price {
  font-size: 1.3rem; }

/* line 511, theme.scss */
.rd-container {
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  border: 1px solid var(--color-form-controls-border-color);
  margin-right: 10px; }
  /* line 517, theme.scss */
  .rd-container .rd-day-body {
    padding: 4px;
    border-radius: 3px;
    line-height: 1; }
  /* line 522, theme.scss */
  .rd-container .rd-day-selected, .rd-container .rd-time-selected, .rd-container .rd-time-option:hover {
    background: var(--uc-brand-bg-dark-color); }

/* line 528, theme.scss */
.co-social_login-button_group .co-social_login-button {
  cursor: pointer; }
