

/* 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/templates/masterdom/components/bitrix/system.pagenavigation/masterdom/style.css?17267504681327*/
.section-catalog-body__pagination {
    display: flex;
    justify-content: center;
    margin-top: 86px;
}

.pagination-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.pagination-item {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: 1px solid transparent;
    color: #474A51;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    background-color: transparent;
    text-decoration: none;
}

.pagination-item:hover {
    font-weight: 500;
    border-color: #B0C7DD;
}

.pagination-item.active {
    font-weight: 500;
    color: #1A1A16;
    border-color: #DEE5ED;
    background-color: #DEE5ED;
}

.pagination-item.prev,
.pagination-item.next {
    width: auto;
    height: auto;
    font-weight: inherit;
    border-color: transparent;
}

.pagination-item.prev:hover,
.pagination-item.next:hover {
    color: var(--bs-primary);
}

.pagination-item.dots {
    font-weight: inherit;
    border-color: transparent;
}

.pagination-item svg {
    fill: transparent;
    stroke: #212121;
    width: 6px !important;
    height: auto;
}

.pagination-item:hover svg {
    stroke: var(--bs-primary);
}
/* End */


/* Start:/local/templates/masterdom/components/khayr/main.comment/.default/style.css?17606858583193*/
.khayr_main_comment {
	position:relative;
	max-width: 900px;
	margin: 0 auto;
}
.khayr_main_comment .clear {
	clear: both;
}
.khayr_main_comment .pt10 {
	padding-top: 10px;
}
.khayr_main_comment .w-45 {
	width: 45%;
}
.khayr_main_comment .comments {
	border-top: 0px solid #ececec;
	margin: 0 0 20px;
	padding: 0 0 20px;
}
.khayr_main_comment .comments .stock {
	padding: 20px 0 0;
	position: relative;
}
.khayr_main_comment .comments .stock .userInfo {
	float: left;
	/*height: 41px;*/
}
.khayr_main_comment .comments .stock .userInfo span {
	background: #DEE5ED;
	display: block;
	padding: 10px 14px;
}
.khayr_main_comment .comments .stock .userText {
	clear: both;
	margin: 0 0 15px;
	padding: 15px 0 0;
}
.khayr_main_comment .comments .stock .userText img:not([alt=CAPTCHA]) {
	float: left;
	max-width: 50px;
	max-height: 50px;
	padding: 0 10px 10px 0;
}
.khayr_main_comment .comments .stock .userText a {
	display: inline-block;
	margin: 10px 0 0;
}
.khayr_main_comment .comments .stock .userText .action {
	clear: both;
}
.khayr_main_comment .comments .stock .stock {
	margin-left: 40px;
}
.khayr_main_comment .comments .stock .stock .stock {
	margin-left: 80px;
}
.khayr_main_comment .form {
	
}
.khayr_main_comment .form form {
}
.khayr_main_comment .form.comment input[type="submit"] {
	margin: 20px auto;
	display: block;
}

.khayr_main_comment form input[type="checkbox"],
.khayr_main_comment form input[type="radio"] {
	border: none;
}
.khayr_main_comment form label {
	margin: 0 5px 0 0;
	cursor: pointer;
}
.khayr_main_comment form label * {
	vertical-align: middle;
}
.khayr_main_comment form label input {
	margin: 0 2px 0 0;
}

.form-control {
	margin: 20px 0;
	padding: 20px 10px !important;
}
.khayr_main_comment a.button {
	max-width: 120px;
}
.khayr_main_comment form button,
.khayr_main_comment button,
.khayr_main_comment a.button,
.khayr_main_comment a.button:visited {
	font-size: 14px;
	line-height: 28px;
	margin: 0 10px;
	padding: 0 30px;
}
.khayr_main_comment form input[type="submit"]:hover,
.khayr_main_comment form button:hover,
.khayr_main_comment button:hover,
.khayr_main_comment a.button:hover {
	color: #000;
}
/*.khayr_main_comment .close {
	float: right;
	margin-right: 10px;
	margin-top: 9px;
	background:url('/local/templates/masterdom/components/khayr/main.comment/.default/img/delete.gif') no-repeat 0 0;
	width:16px;
	height:16px;
}*/
.khayr_main_comment .form_for {
	display:none;
}
.khayr_main_comment .comments .stock .userText .rating-vote span.rating-vote-result,
.khayr_main_comment .comments .stock .userText .rating-vote a {
	margin: 0;
}
.khayr_main_comment_suc_exp {
	position: fixed;
	height: 60px;
	width: 100%;
	background: #0B690B;
	color: #FFF;
	font-weight: bold;
	padding: 20px;
	z-index: 2000;
	text-align: center;
	border-bottom: 1px solid #FFF;
	cursor:pointer;
	display:none;
}
.khayr_main_comment_err_exp {
	display:none;
	cursor:pointer;
	position: fixed;
	height: 60px;
	width: 100%;
	background: #690B0B;
	color: #FFF;
	font-weight: bold;
	padding: 20px;
	z-index: 2000;
	text-align: center;
	border-bottom: 1px solid #FFF;
}

textarea {
	
}
/* End */


/* Start:/local/templates/masterdom/components/khayr/main.comment/.default/rateit.js/1.0.23/rateit.css?17267504671641*/
.rateit {
    display: -moz-inline-box;
    display: inline-block;
    position: relative;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
}

.rateit .rateit-range
{
    position: relative;
    display: -moz-inline-box;
    display: inline-block;
    background: url(/local/templates/masterdom/components/khayr/main.comment/.default/rateit.js/1.0.23/star.gif);
    height: 16px;
    outline: none;
}

.rateit .rateit-range * {
    display:block;
}

/* for IE 6 */
* html .rateit, * html .rateit .rateit-range
{
    display: inline;
}

/* for IE 7 */
* + html .rateit, * + html .rateit .rateit-range
{
    display: inline;
}

.rateit .rateit-hover, .rateit .rateit-selected
{
    position: absolute;
    left: 0px;
}

.rateit .rateit-hover-rtl, .rateit .rateit-selected-rtl
{
    left: auto;
    right: 0px;
}

.rateit .rateit-hover
{
    background: url(/local/templates/masterdom/components/khayr/main.comment/.default/rateit.js/1.0.23/star.gif) left -32px;
}

.rateit .rateit-hover-rtl
{
    background-position: right -32px;
}

.rateit .rateit-selected
{
    background: url(/local/templates/masterdom/components/khayr/main.comment/.default/rateit.js/1.0.23/star.gif) left -16px;
}

.rateit .rateit-selected-rtl
{
    background-position: right -16px;
}

.rateit .rateit-preset
{
    background: url(/local/templates/masterdom/components/khayr/main.comment/.default/rateit.js/1.0.23/star.gif) left -48px;
}

.rateit .rateit-preset-rtl
{
    background: url(/local/templates/masterdom/components/khayr/main.comment/.default/rateit.js/1.0.23/star.gif) left -48px;
}

.rateit button.rateit-reset
{
    background: url(/local/templates/masterdom/components/khayr/main.comment/.default/rateit.js/1.0.23/delete.gif) 0 0;
    width: 16px;
    height: 16px;
    display: -moz-inline-box;
    display: inline-block;
    float: left;
    outline: none;
    border:none;
    padding: 0;
}

.rateit button.rateit-reset:hover, .rateit button.rateit-reset:focus
{
    background-position: 0 -16px;
}

/* 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/templates/masterdom/components/bitrix/system.pagenavigation/masterdom/style.css?17267504681327 */
/* /local/templates/masterdom/components/khayr/main.comment/.default/style.css?17606858583193 */
/* /local/templates/masterdom/components/khayr/main.comment/.default/rateit.js/1.0.23/rateit.css?17267504671641 */
/* /local/templates/masterdom/components/bitrix/form.result.new/discount/style.css?175448872152 */
