@media (max-width: 768px) {
  .__jivoMobileButton {
    bottom: 45px;
  }
}

.quantity {
  display: none;
  @media screen and (max-width: 480px) {
    display: inline;
  }
}

@media screen and (max-width: 480px) {
    .co-table--to_card .co-table-cell:before {
      display: none !important;
    }
    .co-table-row.co-table-row--body {
      display: grid;
      grid-template-rows: auto auto;
      grid-template-columns: auto auto auto auto;
    }
    .co-table-cell.co-table-cell--body {
      padding-right: 15px;
      margin-bottom: 20px !important;
    }
    .order2-table.co-table--to_card {
      padding: 16px 16px 20px;
      border-radius: 16px;
      box-shadow: 0 4px 32px rgba(0, 0, 0, 0.06);
    }
    tr:nth-of-type(2) {
      border-top: none !important;
    }
    .nametag {
      display: flex !important;
      align-items: center;
      font-weight: bold;
    }
    .order2-count {
      text-align: left;
    }
    .price {
      text-align: right !important;
    }
    .co-table--to_card .co-table-row--foot {
      padding-top: 1rem;
    }
}

.order2-link {
  text-decoration: none;
  color: var(--draft-color-text-dark, #333333);
  transition: 0.2s;
  &:hover {
    color: #2c94fc;
  }
}

.order2-count {
  text-align: center;
}

.order2-table {
min-width: 100%;
border-radius: 2px;
border: 1px solid #cccccc;
border-collapse: unset;
border-spacing: 0;}

.layout.widget-type_widget_v4_product_3_78bcefcf70f5b53e21aaa74a7e304989 {
  overflow: hidden;
}

.fslightbox-pdf {
  width: 95vw !important;
  height: 95vh !important;
}

.status-item {
    display: flex;
    flex-direction: column;
    box-shadow: 2px 4px 12px rgba(0,0,0,0.08);
    border-radius: 12px;
    padding: 24px;
    min-width: 250px;
    & span {
      font-size: 14px;
    }
    & .icon-star-o {
      font-size: 20px;
    }
    & div {
      display: flex;
      align-items: center;
      font-size: 18px;
      margin-top: 12px;
    }
    & img {
      width: 25px;
      margin-right: 8px;
    }
}

.custom-content {
  display: none;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;

  &.active {
    display: block;
  }
}

div[data-tabs-item="tab-Vklyuchit_utochn"] ,
div[data-tabs-item="tab-Tekst_utochneniy"]{
	display: none!important;
}

.product__price_clarification p {
 font-size: 1.4rem;
 font-weight: 500;
 margin: 0 auto;
}

.co-tabs-controls {
  border: 2px solid var(--bg-minor-shade);
  border-radius: var(--controls-form-border-radius);
  background-color: var(--bg-minor-shade);
}

.co-tabs-controls--customer .co-tabs-node:not(.co-tabs-node--active) {
  background: var(--bg-minor-shade);
  color: black;
}

.co-tabs-controls--customer .co-tabs-node:first-child,
.co-tabs-controls--customer .co-tabs-node:last-child {
  border-radius: var(--controls-form-border-radius);
}

.co-tabs-controls--customer .co-tabs-node:hover {
  border-color: var(--bg-minor-shade);
}

.co-tabs-controls--customer .co-tabs-node {
  font-size: var(--controls-font-size-m);
  height: var(--controls-height-m);
  font-weight: 500;
}

.co-input-field {
  background: var(--bg-minor-shade);
  border: none;
  &:focus {
    box-shadow: 0 0 0 0.2rem #2c94fc;
  }
}

@media screen and (max-width: 480px) {
    .co-social_login-button {
        width: 100%;
        margin: 0.25rem 0rem;
    }
}

@media (max-width: 560px) {
  .co-sidebar-toggler {
    border-radius: 16px;
  }
}

.outside-widgets .widget-type_system_widget_v4_preorder_1 .layout__content {
  border-radius: 10px !important;
  .preorder {
    border-radius: 10px;
  }
}

.outside-widgets .widget-type_system_widget_v4_preorder_1 .layout__content .preorder .preorder__head {
  border-radius: 10px;
  background-color: white;
}

.widget-type_system_widget_v4_preorder_1.layout.is-show-fullscreen  {
  align-items: center;
}

.form-control.form-control_wide {
  background-color: var(--bg-minor-shade);
  border: 0;
  border-radius: 10px;
  &:focus {
    box-shadow: 0 0 0 0.2rem #2c94fc;
  }
}

.preorder__field-area .button {
  border-radius: 10px;
  font-weight: 500;
}

.outside-widgets .widget-type_system_widget_v4_preorder_1 .layout__content .preorder .preorder__title {
  font-size: calc(var(--font-size) * 2);
  font-weight: 700;
}






