

/* Start:/local/templates/masterdom/components/bitrix/catalog/md_catalog/style.css?1759752227808*/
 .sort_icon {
    display: inline-block;
    background-size: 13px;
    background-position: center;
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    margin-left: .3rem;
}


.sort_icon.novetly_down {
    background-image: url(/local/templates/masterdom/components/bitrix/catalog/md_catalog/./icons/price_down.svg);
}

.sort_icon.novetly_up {
    background-image: url(/local/templates/masterdom/components/bitrix/catalog/md_catalog/./icons/price_up.svg);
}

.sort-item > a {
    color: var(--bs-body-color);
}

.sort-item > a.selected {
    font-weight: 700;
}

    .tags_box { 
        min-height: 70px;
    }

@media (max-width: 767px) {
    .tags_box { 
        min-height: 70px;
    }
}

.tags.scrollable-container > ul.hidescroll {
    scrollbar-width: none;
}

.tags_box_mobile {
    border-bottom: 1px solid;
    border-bottom-color: var(--bs-border-color);
}

/* End */


/* Start:/local/templates/masterdom/components/bitrix/catalog/md_catalog/bitrix/catalog.element/md_catalog_element/style.css?17579469551379*/
.js-calc2 {
	list-style: none
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
.lds-dual-ring {
  /* change color here */
  color: #1c4c5b
}
.lds-dual-ring,
.lds-dual-ring:after {
  box-sizing: border-box;
}
.lds-dual-ring {
  display: inline-block;
  width: 80px;
  height: 80px;
}
.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 6.4px solid currentColor;
  border-color: currentColor transparent currentColor transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.fc-short {
	width: 80px; display: inline-block; margin-bottom: 20px;
	text-align: center; font-size: 1.3rem; font-weight: bold;
}
.fc-num {
	font-weight: bold;
}

.fc-measure {
	display: none
}

.fc-measure.show {
	display: inline-block;
}

.table th { width: 30% }

.link-tab-properties_all_colors {
  color: #02378F;
  font-weight: 600;
  font-size: 16px; 
}

.btn.counter-btn-blue.product-item__btn {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color);
}

yandex-pay-badge {
  margin-top: 1rem;
}

/* End */


/* Start:/local/components/srbaa/favorites.icon/templates/.default/style.css?1726750468286*/
.srbaa_favorites {
    border: none;
}

.srbaa_favorites .srbaa_favorites__icon {
    border: none;
    fill: none;
    stroke: black;
    cursor: pointer;

}

.srbaa_favorites_added .srbaa_favorites__icon {
    fill: var(--bs-primary);
    stroke: var(--bs-primary);
}

/* End */


/* Start:/local/components/startsite/product.comments/templates/.default/style.css?17701260272295*/
#product-tab-reviews {
    padding: 1rem .75rem;
}

.max-width-900 {
    max-width: 900px;
}

.rating-result {
    display: flex;
    align-items: center;
}
.rating-result span.star {
    padding: 0;
    font-size: 1.25rem;
    line-height: 1;
    color: #DEE5ED;
}
.rating-result > span.star:before {
    content: '★';
}
.rating-result > span.star.active {
    color: #9CB3C9;
}

.product-comments_item .images {
    height: 150px;

    .image {
        width: 20%;
    }
    .image img {
        cursor: pointer;
        width: 100%;
        height: 100%;
    }

    @media (width < 768px) {
        height: auto;
        flex-wrap: nowrap;
        overflow-x: scroll;
        .image {
            width: 35%;
            flex: 0 0 auto;
        }
    }
}

.product-comments_item {
    background-color: white;
    .name-date div {
        color: #5F5F5C;
    }
    .response {
        background-color: #F2F9FF;
    }
}

.product-comments-form {
    .comment-mark {
        padding: 1rem .75rem;
    }
    .rating-area {
        display: flex;
        flex-direction: row-reverse;
        gap: .25rem;
    }
    .rating-area:not(:checked) > input {
        display: none;
    }
    .rating-area:not(:checked) > label {
        padding: 0;
        cursor: pointer;
        font-size: 1.25rem;
        line-height: 1;
        color: #DEE5ED;
    }
    .rating-area:not(:checked) > label:before {
        content: '★';
    }
    .rating-area > input:checked ~ label {
        color: #9CB3C9;
    }
    .rating-area:not(:checked) > label:hover,
    .rating-area:not(:checked) > label:hover ~ label {
        color: #9CB3C9;
    }
    .rating-area > input:checked + label:hover,
    .rating-area > input:checked + label:hover ~ label,
    .rating-area > input:checked ~ label:hover,
    .rating-area > input:checked ~ label:hover ~ label,
    .rating-area > label:hover ~ input:checked ~ label {
        color: #9CB3C9;
    }
    .rate-area > label:active {
        position: relative;
    }
    .error {
        border: 1px solid var(--bs-danger);
    }
}

/* .product-comments-nav {
    button.active {
        background-color: var(--bs-primary);
        color: white;
    }
} */


/* End */


/* Start:/local/components/startsite/widget.banner/templates/.default/style.css?1745506746970*/
.timer {
  display: grid;
  grid-template-columns: 4.5rem 0.5rem 4.5rem 0.5rem 4.5rem 0.5rem 4.5rem;
  font-size: 3rem;
  justify-items: center;
}

.timer__item {
  position: relative;
}

.timer__item::before {
  content: attr(data-title);
  display: block;
  position: absolute;
  bottom: -0.75rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.875rem;
  color: #424242;
}

.widget-promo {
  background: url('/local/templates/masterdom/images/promo-bg.webp');
  background-size: cover;
  background-repeat: no-repeat;
}

.widget-promo .code{
  color: #02378F;
  font-family: 'Goldenbook';
  font-weight: 700;
  font-size: 32px;
  text-transform: uppercase;

}

.widget-promo .form-control {
  background: transparent;
  border-bottom: 1px solid #ACB2BF
}

@media (min-width: 576px) {
  .modal-dialog.wbm {
      /* max-width: var(--bs-modal-width);
      margin-right: auto;
      margin-left: 1rem; */
  }
}
/* End */


/* Start:/local/templates/masterdom/components/bitrix/form.result.new/discount/style.css?175448872152*/
#discount_modal .form-control{
    height: 53px;
}
/* End */
/* /local/templates/masterdom/components/bitrix/catalog/md_catalog/style.css?1759752227808 */
/* /local/templates/masterdom/components/bitrix/catalog/md_catalog/bitrix/catalog.element/md_catalog_element/style.css?17579469551379 */
/* /local/components/srbaa/favorites.icon/templates/.default/style.css?1726750468286 */
/* /local/components/startsite/product.comments/templates/.default/style.css?17701260272295 */
/* /local/components/startsite/widget.banner/templates/.default/style.css?1745506746970 */
/* /local/templates/masterdom/components/bitrix/form.result.new/discount/style.css?175448872152 */
