<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.old_price, .actuality_price {
    display: inline-block;
}

.card_form_row {
    margin-top: 20px;
}

.discount_on_main_photo &gt; span {
    margin-bottom: 5px;
}

.select_styles_drop .columns:nth-child(2) label {
    margin-top: 0;
}

.card_form_row .main-button {
    line-height: 40px !important;
}

.shares {
    width: 100%;
}

.availability_information .star-rating + div &gt; b {
    color: #0a0a0a;
    margin-left: 10px;
}

.star-rating label.active {
    color: #4b4a4a;
}

.lSSlideOuter.vertical .lSAction &gt; .lSPrev {
    background-image: url(/local/images/arw-slider-top.png) !important;
}
.lSSlideOuter.vertical .lSAction &gt; .lSNext {
    background-image: url(/local/images/arw-slider-bottom.png) !important;
}

@media screen and (max-width: 1024px) {
    .tov-mob-price {
        display: none !important;
    }
}

@media screen and (max-width: 787px) {
    .card_form .corn-size-mob {
        position: relative !important;
        margin: auto;
    }
}

.review-form .error-result p {
    color: red;
    margin: 0;
}
.review-form .error-result p:last-child {
    margin-bottom: 24px;
}

.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
    float: left !important;
    margin-top: 0;
}

@media screen and (max-width: 639px) {
    .tov-item-mob {
        margin-bottom: 20px;
    }

    .card_name {
        text-align: center;
    }

    .tov-mob-price {
        display: flex !important;
    }

    .top-raing {
        margin: auto;
    }

    .old_price {
        font-size: 16px !important;
    }

    .select_styles_drop .columns {
        width: 48%;
        float: left;
    }

    .select_styles_drop .columns:nth-child(2) {
        float: right;
    }

    .card_form_row .in_cart_button, .card_form_row .main-button {
        width: 100% !important;
    }

    .card_wrap .not-available {
        font-size: 14px;
        line-height: 21px;
        display: inline-block;
        margin-right: 20px;
    }
}
.in_cart_button.disabled {
    cursor: not-allowed;
    opacity: 0.6;
}
.set-product__item {
  width: 100%;
  position: relative;
  display: grid;
  grid-template-columns: 100px 1fr;
  grid-template-rows: auto;
  background: #FBFBFB;
  padding: 8px;
  grid-row-gap: 10px;
  margin: 0 0 10px 0; }
  .set-product__item_image {
    position: relative;
    grid-row: 1/4;
    margin-right: 10px;
    overflow: hidden;
    cursor: pointer; }
    .set-product__item_image:before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(44, 24, 11, 0.5);
      background-repeat: no-repeat;
      background-position: center;
      background-size: 24px;
      background-image: url(../image/icons/icon_zoom.svg);
      backdrop-filter: blur(3px);
      opacity: 0;
      z-index: -1;
      transition: all .2s ease-in; }
    .set-product__item_image:hover:before {
      z-index: 1;
      opacity: 1; }
    .set-product__item_image img {
      width: 100%;
      max-height: 160px; }
  .set-product__item_sizes {
    grid-row: 2/2;
    grid-column: 2;
    display: grid;
    grid-template-columns: 150px; }
.set-product__item_sizes .custom-style.select_styles {
    width: 210px;
}
  .set-product__item_btns {
    display: inline-grid;
    grid-template-columns: repeat(auto-fill, 150px);
    grid-gap: 10px;
    grid-column: 2/2;
    grid-row: 3/3; }
    .set-product__item_btns .dr-btn {
      height: auto;
      min-height: 30px;
      padding: 8px;
      font-size: 12px;
      line-height: 16px;
      flex: 1;
      /* max-width: 150px; */
      width: 150px; }
    .set-product__item_btns .in_cart_button {
        padding: 9px;
    line-height: 16px;
    height: auto;
    }
      .set-product__item_btns .dr-btn:not(.dr-btn__outline) {
        border: 1px solid transparent; }
    .set-product__item_btns .dr-btn__outline {
      background: transparent; }
  .set-product__item_info {
    grid-column: 2/2;
    grid-row: 1/1; }
    .set-product__item_info .card_name {
      padding: 0;
      margin: 0 0 5px 0;
      font-size: 20px;
      line-height: 25px;
      text-align: left; }
.set-product-price {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5px;
  white-space: normal;
  flex-wrap: nowrap; }
  .set-product-price__main {
    flex: 1;
    display: flex;
    align-items: center;
    flex-wrap: wrap; }
    .set-product-price__main .old-price {
      font-weight: 300;
      font-size: 13px;
      line-height: 14px;
      text-decoration-line: line-through;
      color: #929394; }
    .set-product-price__main &gt; * {
      margin: 0 10px 5px 0;
      padding: 0;
      white-space: nowrap; }
      .set-product-price__main &gt; *:last-child {
        margin-right: 0; }
.set-product__list-title {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: normal;
  color: #2c180b;
  font-family: 'MuseoSansCyrl-500', sans-serif; }

.set-product-price__main .current-price, .set-product-price__attr .sale-price {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 14px;
  /* identical to box height, or 87% */
  color: red; }

.set-product__item_sizes .custom-style .custom-value {
  height: 35px;
  line-height: 35px;
  background: #fff;
  width: 100%;
  margin: 0; }

.set-product__item_sizes .custom-style .custom-value:after {
  height: 35px;
  width: 35px; }

.set-product-txt {
  margin: 0;
  grid-row: 2/4;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  color: #9E7C61;
  font-weight: 600; }
  .set-product-txt &gt; * {
    margin: 0;
    color: inherit;
    font-weight: inherit; }
#modal-set-gallery .card_main_photo {
  padding: 0;
  margin-left: 0;
}

#modal-set-gallery .card_main_photo .discount_on_main_photo {
  left: 20px;
}

#modal-set-gallery .card_photos {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

#modal-set-gallery .card_main_photo img {
  max-height: 600px;
}

@media screen and (max-width: 768px) {
  .dr-custom-style.custom-style.select_styles.small-sel {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0;
    font-size: 16px;
    color: #605a5a;
    text-transform: none;
    width: 100%;
    flex-direction: column;
    box-sizing: border-box; }

  .bx_filter_section .dr-custom-style.custom-style .custom-value {
    font-size: inherit;
    text-transform: none;
    color: inherit; }

  .dr-custom-style.custom-style .custom-value:after {
    right: 10px;
    position: absolute;
    top: 50%; }

  .bx_filter_section .dr-custom-style.custom-style .custom-value {
    text-align: left;
    padding: 10px;
    box-sizing: border-box;
    display: inline-flex;
    width: 100%;
    border-bottom: 1px solid #d0d0d0; }

  .custom-style.select_styles.small-sel {
    position: relative; }

  .bx_filter_section .dr-custom-style.custom-style ul {
    position: relative;
    border: none;
    text-align: left;
    font-size: 13px;
    text-transform: uppercase;
    color: #0a0a0a;
    border-bottom: 1px solid #d0d0d0;
    top: auto; }

  .bx_filter_section .dr-custom-style.custom-style ul:before {
    content: none; }

  .bx_item_detail__set-product .card_first_row &gt; * {
    width: 100%; }
  .set-product__item_image {
    pointer-events: none!important;
  }
}
@media screen and (max-width: 550px) {
  .set-product__item_btns {
    grid-column: 1/end;
    grid-template-columns: 1fr 1fr; }

  .set-product__item_image {
    grid-row: 1/3; }

  .set-product__item_sizes {
    grid-template-columns: 1fr; }

  .set-product__list {
    margin-left: -15px;
    margin-right: -15px; }

  .set-product__item {
    padding: 15px; } }


.bx_item_detail__set-product .card_form .in_cart_button {
  background: #2C180B;
}
.bx_item_detail__set-product .card_form .in_cart_button:hover {
  background: #7a5b48;
}
.bx_item_detail__set-product .card_form .one-click-buy {
  border: 1px solid #2C180B;
  color: #2C180B;
}
.bx_item_detail__set-product .card_form .one-click-buy:hover {
  border: 1px solid #7a5b48;
  color: #7a5b48;
}
.msg-error {
  padding: 0;
  margin: 0;
  color: red;
  width: 100%;
}
.set-product__item_sizes .custom-style {
  z-index: initial;
}
.set-product__item_sizes .custom-style ul {
  max-height: 250px;
  overflow: hidden auto;
}
[id^='product-slider-'] .card_photos_list {
  width: 11.1%;
}
[id^='product-slider-'] .card_main_photo .discount_on_main_photo.sdvignut {
    left: 165px;
}
#confirm-buy-modal .dr-btn {
  width: calc(50% - 2px);
}
#confirm-buy-modal p {
  font-size: 15px;
}
@media screen and (min-width: 1024px) {
  .card_form_row .main-button.res_cat_el {
      width: calc(50% - 5px);
  }
  .in_cart_button.add-basket.costume-complect {
      width: calc(50% - 10px);
      float: left;
      margin: 0 5px;
  }
}
@media screen and (max-width: 1023px) {
  .in_cart_button.add-basket.costume-complect {
      width: 100%;
  }
}
.select_label[aria-controls="size_modal"] {
    text-align: left !important;
}
.card_main_info .card_form .card_form_row &gt; .row {
      grid-template-columns: 6fr 6fr;
}
.basket-tov .info img {
    float: left;
    margin: 0 10px 10px 0;
}
.sticky_header.fixed-line .basket-tov {
    white-space: normal;
}
.basket-tov hr {
    margin: 0 0 10px 0;
}
@media screen and (max-width: 639px) {
    .card_main_info .card_form .card_form_row &gt; .row {
          grid-template-columns: 1fr;
    }
}

.set-product-price__main .kanzler-color-black {
    color: #000000;
}

.bradcrumb_header h1 {
	display: none!important;
}

.breadcrumb_block {
	padding-top: 19px!important;
}

.card_wrap .not-available {
    color: #9e7c61;
}</pre></body></html>