<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#shop2-order-delivery .shop2-delivery--item__tab .label.point .delivery-tab--icon {
  background-image: url(points-icon-blue.svg); }

#shop2-order-delivery .shop2-delivery--item__tab .label.courier .delivery-tab--icon {
  background-image: url(sourier-icon-blue.svg); }

#shop2-order-delivery .shop2-delivery--item__tab .label.mail .delivery-tab--icon {
  background-image: url(mail-icon-blue.svg); }

.deligate_points_fields {
  background: #f4f4f4; }

.shop2-delivery-step {
  color: #000; }

#shop2-order-delivery .shop2-delivery--item__tab .label .delivery-tab--icon {
  margin-right: 12px; }

#shop2-order-delivery .shop2-delivery--item__tab .label .delivery-items .option-type .option-label strong {
  white-space: inherit;
  text-align: right; }

#shop2-order-delivery .options-list .shop2-delivery--item__tab .label .delivery-items .option-type .option-label {
  flex-wrap: wrap; }

#shop2-order-delivery .options-list .shop2-delivery--item__tab .label .delivery-items .option-type .option-label &gt; span + span {
  padding-left: 35px; }

#shop2-order-delivery .options-list {
  margin-top: 20px; }

.deligate_points_fields .delivery-point {
  flex-wrap: wrap;
  justify-content: space-between; }

.deligate_points_fields .delivery-point div {
  padding-right: 20px; }
  .deligate_points_fields .delivery-point div + div {
    padding-left: 0; }

.shop2-order-options.shop2-delivery .options-list .option-type .option-label:after, .shop2-delivery .options-list .option-type .option-label:after {
  left: 8px;
  top: 22px; }

.shop2-order-options.shop2-delivery .options-list .option-type .option-label:before, .shop2-delivery .options-list .option-type .option-label:before {
  left: 0;
  top: 14px; }

#shop2-order-delivery .options-list .shop2-delivery--item__tab .label .delivery-items .option-type .option-label .control-radio__label::before, #shop2-order-delivery .options-list .shop2-delivery--item__tab .label .delivery-items .option-type .option-label .control-radio__label::after {
  display: none; }

.map-select select, .option-item select {
  cursor: pointer;
  height: 48px;
  width: 100%;
  font-size: 14px;
  text-transform: uppercase;
  color: #191919;
  font-weight: 300;
  padding: 12px 39px 12px 19px;
  border: none;
  background: url(data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2211px%22%20height%3D%226px%22%20%20viewBox%3D%220%200%2011%206%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23191919%22%20d%3D%22M1424%2C894l5.5%2C6%2C5.5-6h-11Z%22%20transform%3D%22translate%28-1424%20-894%29%22%2F%3E%3C%2Fsvg%3E) right 25px top 23px no-repeat;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -moz-box-shadow: inset 0 0 0 1px #e5e5e5;
  -webkit-box-shadow: inset 0 0 0 1px #e5e5e5;
  box-shadow: inset 0 0 0 1px #e5e5e5;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

#shop2-order-delivery .options-list .shop2-delivery--item__tab .label .delivery-items .option-type .option-details .option-details {
  margin-left: 0; }

#shop2-order-delivery .options-list .shop2-delivery--item__tab .label .delivery-items .option-type.active-type:before {
  opacity: 0; }

span.point-cost {
  white-space: nowrap; }

.zoomContainer {
  z-index: 1000; }

.product_top_wrapper .shop2-product .product_image a img {
  width: auto;
  height: auto;
  max-width: 100%; }

.product_top_wrapper .shop2-product .product_thumbs_item .product_image .product_image_in {
  padding-top: 0; }

.product_top_wrapper .shop2-product .product_image {
  padding: 0; }

.product_top_wrapper .shop2-product .product_image a {
  position: static;
  display: flex;
  justify-content: center;
  align-items: center; }

.site-table-btn-wrap {
  padding: 0 0 25px; }

.site-table-btn {
  display: inline-block;
  font-size: 13px;
  color: #acacac;
  text-transform: uppercase;
  cursor: pointer;
  text-decoration: underline; }
  .site-table-btn:hover {
    text-decoration: none; }

.sample-popup {
  position: fixed;
  height: 100%;
  width: 100%;
  overflow: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
  -ms-flex-align: start;
  padding: 20px;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
  z-index: 10000;
  opacity: 0;
  font-family: Montserrat, sans-serif;
  letter-spacing: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .sample-popup.opened {
    opacity: 1;
    visibility: visible; }
  .sample-popup .sample-popup-in {
    text-align: left;
    position: relative;
    flex: 0 0 auto;
    margin: auto;
    max-width: 100%;
    box-sizing: border-box;
    display: inline-block;
    width: 1000px;
    padding: 20px;
    background: #fff;
    max-width: 100%;
    border-radius: 5px;
    max-width: 100%;
    box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.13);
    position: relative; }
  .sample-popup .sample-close {
    z-index: 2;
    position: absolute;
    cursor: pointer;
    background: url(data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2216px%22%20height%3D%2216px%22%20%20viewBox%3D%220%200%2016%2016%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23575757%22%20d%3D%22M15.985%2C14.571%20L14.571%2C15.985%20L8.000%2C9.414%20L1.429%2C15.985%20L0.015%2C14.571%20L6.586%2C8.000%20L0.015%2C1.429%20L1.429%2C0.015%20L8.000%2C6.586%20L14.571%2C0.015%20L15.985%2C1.429%20L9.414%2C8.000%20L15.985%2C14.571%20Z%22%2F%3E%3C%2Fsvg%3E) center center no-repeat;
    width: 16px;
    height: 16px;
    top: 20px;
    right: 20px; }

.sample-popup-title {
  font-weight: bold;
  font-size: 20px;
  padding: 0 20px 15px 0; }

.sample-popup-body {
  font-size: 15px;
  line-height: 1.4; }
  .sample-popup-body p:first-child {
    margin-top: 0; }
    .sample-popup-body p:last-child {
      margin-bottom: 0; }
  .sample-popup-body table {
    min-width: 580px; }

.remodal[data-remodal-id="filter-popap"] {
  display: none; }

.remodal-is-opened[data-remodal-id="filter-popap"] {
  display: inline-block; }

@media (min-width: 961px) {
  .product_top_wrapper .shop2-product .product_side_l {
    width: 40%; }

  .site-table-btn {
    margin-left: 28px; } }

@media (max-width: 768px) {
  #shop2-order-delivery .options-list .shop2-delivery--item__tab .label .delivery-items, #shop2-order-delivery .options-list .shop2-delivery--item__tab .label .delivery-items .option-type {
    padding-left: 10px;
    padding-right: 10px; }

  #shop2-order-delivery .options-list .shop2-delivery--item__tab .label .delivery-items .option-type .option-details {
    margin-left: 0; }

  .text-right a {
    margin-left: 0 !important; }

  .shop2-order-options.shop2-delivery .options-list, .shop2-delivery .options-list {
    padding: 20px; } }

.product_bot_block .shop2-product {
  display: block; }

.product_top_wrapper .shop2-product .shop2-product-options {
  padding-left: 0; }

.shop-product-data {
  margin-left: -28px; }
  @media (max-width: 767px) {
  .shop-product-data {
    margin-left: 0; } }

.kinds-block .kinds-block-list .kinds-block-item .kind-details .shop2-product-btn.type-2 {
  display: block !important; }

.product-list.product-list-thumbs .product_image a img {
  width: auto !important;
  max-width: 100% !important; }
  @media (min-width: 1100px) {
  .product-list.product-list-thumbs .product_image a img {
    height: auto !important; } }
</pre></body></html>