.offcanvas-share-item {
  font-size: 10px;
  line-height: 120%;
  color: #404040;
  padding: 8px 0;
  margin-bottom: 8px;
  border-bottom: 1px solid #E3E3E3;
  position: relative;
}
.offcanvas-share-item--disabled:after {
  content: "";
  position: absolute;
  z-index: 9;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
}
.offcanvas-share-item .preloader-block {
  display: none !important;
}
.offcanvas-share-item__remove {
  position: absolute;
  background: transparent;
  border: 0;
  outline: 0;
  z-index: 2;
  right: -6px;
  top: 7px;
}
.offcanvas-share-item__body {
  display: flex;
  gap: 8px;
  align-items: stretch;
  justify-content: flex-start;
  position: relative;
}
.offcanvas-share-item__link {
  text-decoration: none;
  color: #181818;
}
.offcanvas-share-item__image-wrapper {
  flex: 0 0 96px;
  width: 96px;
}
.offcanvas-share-item__content {
  flex: 1 auto;
  display: flex;
  flex-direction: column;
}
.offcanvas-share-item__header {
  margin-bottom: 12px;
  padding-right: 46px;
}
.offcanvas-share-item__label, .offcanvas-share-item__option-label, .offcanvas-share-item__price-label {
  font-size: 10px;
  line-height: 120%;
  color: #808080;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.offcanvas-share-item__price-label {
  margin-bottom: 0;
}
.offcanvas-share-item__title {
  font: 400 12px/120% "Montserrat Semi", sans-serif;
  text-transform: none;
  color: #181818;
  margin-bottom: 6px;
}
.offcanvas-share-item__article {
  font-size: 10px;
  line-height: 120%;
  color: #404040;
}
.offcanvas-share-item__options {
  flex: 1;
  display: flex;
  align-items: flex-end;
  gap: 24px;
}
.offcanvas-share-item__option {
  display: flex;
  flex-direction: column;
}
.offcanvas-share-item__option-value {
  height: 32px;
  display: flex;
  align-items: center;
  font-size: 14px;
}
.offcanvas-share-item__stock {
  color: #FF3347;
  text-align: right;
}
.offcanvas-share-item__prices {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  font: 400 14px/120% "Montserrat Medium", sans-serif;
  color: #181818;
  position: absolute;
  right: 0;
  top: 0;
  gap: 4px;
}
.offcanvas-share-item__price-old {
  font: 400 12px/120% "Montserrat Medium", sans-serif;
  color: #A5A5A5;
  text-decoration: line-through;
}
.offcanvas-share-item .color-block {
  display: flex;
  width: 32px;
  height: 32px;
}
.offcanvas-share-item .color {
  background-size: cover;
  width: 24px;
  height: 24px;
}
.offcanvas-share-item__checkbox {
  padding: 4px;
  margin-right: 4px;
}
.offcanvas-share-item__checkbox input[type=checkbox] {
  width: 16px;
  height: 16px;
  accent-color: #000000;
  margin: 0;
  cursor: pointer;
}

.offcanvas-share-total {
  display: flex;
  flex-direction: column;
}
.offcanvas-share-total__summary {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 12px;
}
.offcanvas-share-total__item {
  font-size: 16px;
  line-height: 120%;
  color: #808080;
  font-family: "Montserrat Medium", sans-serif;
  display: flex;
  justify-content: space-between;
}
.offcanvas-share-total__label {
  padding-right: 4px;
}
.offcanvas-share-total__value {
  padding-left: 4px;
}
.offcanvas-share-total__item--final {
  color: #000;
}
.offcanvas-share-total__actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.offcanvas-share-total .btn {
  border-radius: 4px;
  padding: 14px 15px;
  font: 400 16px/120% "Montserrat Medium", sans-serif;
  max-width: 100%;
  width: 100%;
  transition: 0.2s all;
}
.offcanvas-share-total .btn__primary {
  background-color: #000;
  border: 1px solid #000;
  color: #fff;
}
.offcanvas-share-total .btn__primary:hover, .offcanvas-share-total .btn__primary:focus, .offcanvas-share-total .btn__primary:active {
  background-color: rgb(25.5, 25.5, 25.5);
  border-color: rgb(25.5, 25.5, 25.5);
  color: #FFFFFF;
}
.offcanvas-share-total .btn__outline {
  background-color: transparent;
  border: 1px solid #000;
  color: #000;
}
.offcanvas-share-total .btn__outline:hover, .offcanvas-share-total .btn__outline:focus, .offcanvas-share-total .btn__outline:active {
  background-color: #000;
  border-color: #000;
  color: #FFF;
}
.offcanvas-share-total .btn__loading {
  position: relative;
  background-color: #333333;
  border-color: #333333;
  color: #fff;
  pointer-events: none;
}
.offcanvas-share-total .btn__loading:before {
  content: "";
  background: #333 url(/assets/images/preloader_white.svg) no-repeat center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: 32px;
}

/*# sourceMappingURL=style.css.map */
