.minicart-item-services-list {
	margin-bottom: 10px;
}
.minicart-item-service {
	font-size: 0.9em;
	margin: 2px 0;
}
.b-cart .b-cart__item-content {
    width: 100%;
}
.b-cart__item-content .b-cart__item-qty {
    max-width: 150px;
    flex: 0 0 150px;
}
.b-cart__item-content .b-cart__item-qty + .text-emphasis {
    margin-left: auto;
}
.b-cart__item .js-min-description.is-locked .s-icon {
    font-size: 0;
}
.b-cart__item .js-min-description.is-locked .s-icon::after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M424 80C437.3 80 448 90.75 448 104C448 117.3 437.3 128 424 128H412.4L388.4 452.7C385.9 486.1 358.1 512 324.6 512H123.4C89.92 512 62.09 486.1 59.61 452.7L35.56 128H24C10.75 128 0 117.3 0 104C0 90.75 10.75 80 24 80H93.82L130.5 24.94C140.9 9.357 158.4 0 177.1 0H270.9C289.6 0 307.1 9.358 317.5 24.94L354.2 80H424zM177.1 48C174.5 48 171.1 49.34 170.5 51.56L151.5 80H296.5L277.5 51.56C276 49.34 273.5 48 270.9 48H177.1zM364.3 128H83.69L107.5 449.2C108.1 457.5 115.1 464 123.4 464H324.6C332.9 464 339.9 457.5 340.5 449.2L364.3 128z'/%3E%3C/svg%3E");
    /* font-size: 14px; */
    width: 12px;
    height: 12px;
    display: inline-block;
}
.d-flex.b-cart__item-footer {
    justify-content: space-between;
    margin-top: 1em;
}
.d-flex.b-cart__item-footer > div {
    align-items: center;
}
.d-flex.b-cart__item-footer > div.text-emphasis {
    justify-content: end;
}
.b-cart__item .b-cart-quantity .input-group .btn:first-child {
    border-radius: 4px !important;
    border: 1px solid #ccc;
}
.b-cart__item .b-cart-quantity .input-group .btn:last-child {
    border-radius: 4px !important;
    border: 1px solid #ccc;
}
.b-cart__item {
    position: relative;
}
.b-cart a.b-cart__item-content {
	padding-right: 25px;
	width: auto;
	display: inline !important;
}
.b-cart__item .js-remove-from-cart {
	position: absolute;
	right: 12px;
	top: 10px;
}
.total-row-minicart {
    font-size: 0.9em;
}
.total-row-bonuses-return {
    margin-bottom: 1.25em;
}
.total-row-total .text-decoration-line-through {
    margin-right: 0.75em;
}
.total-row-minicart > .d-flex {
    position: relative;
}
.total-row-minicart > .d-flex > div {
    background: #FFF;
    position: relative;
    z-index: 1;
}
.total-row-minicart > .d-flex > div:first-child {
    padding-right: .5em;
}
.total-row-minicart > .d-flex > div:last-child {
    padding-left: .5em;
}
.total-row-minicart > .d-flex::after {
	content: "";
	position: absolute;
	border-bottom: 2px dashed var(--bs-border-color);
	left: 0;
	right: 0;
	bottom: .5rem;
}
.bonuses-return-val {
    color: var(--bs-theme);
    font-weight: 600;
}

/* Добавить подарок */
.fancybox__container {
    z-index: 10000 !important;
}
.in-left,.d-filter {
    display: none;
}
.in-right {
    width: 100% !important;
}
.gift-modal {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: none;
}
.gift-modal.is-active {
    display: block;
}
.gift-modal__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.5);
}
.gift-modal__dialog {
    position: relative;
    max-width: 900px;
    width: 90%;
    max-height: 90vh;
    margin: 40px auto;
    background: #fff;
    border-radius: 6px;
    padding: 20px;
    display: flex;
    flex-direction: column;
}
.gift-modal__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}
.gift-modal__title {
    font-size: 18px;
    font-weight: 600;
}
.gift-modal__close {
    border: none;
    background: transparent;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
}
.gift-modal__body {
    overflow: auto;
    flex: 1 1 auto;
}
.gift-modal__footer {
    margin-top: 15px;
    text-align: right;
}
.wa-order-cart-wrapper .wa-products .wa-product:last-child {
	border-bottom: 0 none;
}
.js-open-gift-category {
	margin-top: 1rem;
	width: 100%;
}





body > div[style*="z-index: 999999"]:not(.wa-order-dialog) { display: none !important; }
span.product_cart_note_wrp small.hint {
    margin-bottom: 5px;
    margin-top: 15px;
    display: block;
}
span.product_cart_note_wrp input {
    width: 100%;
}
span.product_cart_note_wrp textarea {
    margin-top: 15px;
    width: 100%;
}
.mobch {margin: 0 10px;}
span.product_cart_note_wrp textarea {
    margin-top: 5px;
}


#gift-category-modal .s-products-list--grid .b-products-images.b-products-images--portrait .b-products-images__wrapper {
	padding-top: 100%;
}


.b-product-type-badge,
.b-products-type-badges {
	font-size: 14px;
	background: #F44236;
	padding: 0 10px;
	font-weight: 600;
	border-radius: 5px;
	margin-left: auto;
	color: #FFF;
}
/* .products_low .products__item-info-name {
    font-size: 1.1em;
}
.header__top-block {
    padding-left: 0;
    margin-left: -6px;
}
/
.h-categ__link {flex-direction: row;}
.h-categ__img {padding-top: 0;}
.h-categ__img img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 150px;
    max-height: 90%;
    width: auto;
    height: auto;
}
.s-products__item .badges {
    width: 100px;
}
.sorting__page {
    margin-right: 2em;
}
.h-categ__link--cols {
    display: grid;
    grid-template-columns: 90px minmax(0, 1fr);
    align-items: center;
    gap: 16px;
    width: 100%;
}

.h-categ__img {
    width: 90px;
    height: 90px;
    min-width: 90px;
    max-width: 90px;
    display: block;
}

.h-categ__img img {
    display: block;
    width: 100%;
    height: auto;
}

.h-categ__right {
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.noa {
    font-weight: 600;
}
.h-categ__name,
.h-categ__count,
.h-categ__count-st {
    display: block;
    overflow-wrap: anywhere;
}
.f-mobile .price-range-btns {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 10px;
}
.f-mobile .price-range-btn {
    padding: 8px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: #fff;
    color: #333;
    font-size: 14px;
    cursor: pointer;
    text-align: left;
    transition: border-color 0.15s, color 0.15s;
}
.f-mobile .price-range-btn:hover,
.f-mobile .price-range-btn_active {
    border-color: var(--cheme-color);
    color: var(--cheme-color);
}
.f-mobile .price-range-btn_active {
    background: var(--cheme-color);
    color: #fff !important;
}
.h-categ__slider .h-categ__link {
    min-height: 72px;
    height: auto !important;
}
.h-categ__slider .h-categ__name {
    white-space: normal;
    word-break: break-word;
}
.h-categ__slider .h-categ__link {
    align-items: center !important;
}
.h-categ__slider .h-categ__name {
    text-align: left !important;
    padding: 0 !important;
}
.h-categ__slider .h-categ__count-st {
    text-align: left !important;
    padding: 0 !important;
}
.h-categ_c .h-categ__link--cols {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 12px !important;
    padding: 12px !important;
    height: auto !important;
    min-height: 7em !important;
    width: 100% !important;
    grid-template-columns: unset !important;
    box-sizing: border-box !important;
}

.h-categ_c .h-categ__link--cols .h-categ__img {
    padding-top: 0 !important;
    width: 48px !important;
    height: 48px !important;
    min-width: 48px !important;
    max-width: 48px !important;
    min-height: 48px !important;
    border-radius: 6px;
    overflow: hidden;
    background: #f5f5f5;
    position: relative !important;
    flex-shrink: 0 !important;
    align-self: center !important;
    top: 0 !important;
}
.h-categ_c .h-categ__link--cols .h-categ__img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

.h-categ_c .h-categ__link--cols .h-categ__right {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    gap: 2px !important;
    min-width: 0;
    flex: 1 !important;
    width: auto !important;
    align-self: center !important;
}

.h-categ_c .h-categ__link--cols .h-categ__name {
    text-align: left !important;
    padding: 0 !important;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3;
    white-space: normal !important;
    word-break: break-word;
    overflow: visible !important;
    text-overflow: unset !important;
}

.h-categ_c .h-categ__link--cols .h-categ__count-st {
    text-align: left !important;
    padding: 0 !important;
    font-size: 12px;
    color: #999;
}


.h-categ_c:not(.h-categ_mobile) .h-categ__wrap {
    display: flex !important;
    flex-wrap: wrap;
    margin: -12px -8px 0;
}
.h-categ_c:not(.h-categ_mobile) .h-categ__item {
    margin: 12px 8px 0;
    width: calc(20% - 16px);
}

@media (max-width: 1280px) {
    .h-categ_c:not(.h-categ_mobile) .h-categ__item {
        width: calc(25% - 16px);
    }
}

@media (max-width: 1080px) {
    .h-categ_c:not(.h-categ_mobile) .h-categ__item {
        width: calc(33.33% - 16px);
    }
} */

/* .wa-service .toggle-switch {
	--bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
	width: 2.5rem;
	margin-left: -3rem;
    background-color: #e0e0e0;
	background-image: var(--bs-form-switch-bg);
	background-position: left center;
	border-radius: 2.5rem;
	transition: background-position .15s ease-in-out;

    transition: all .2s ease-in-out;
	cursor: pointer;
    
    --bs-form-check-bg: #fff;
    flex-shrink: 0;
    width: 1em;
    height: 1em;
    margin-top: .25em;
    vertical-align: top;
    appearance: none;
    background-color: var(--bs-form-check-bg);
    background-image: var(--bs-form-check-bg-image);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid #e0e0e0;
    print-color-adjust: exact;
}
.wa-service .toggle-switch:focus {
	--bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
	border-color: 1px solid #e0e0e0;
	outline: 0;
	box-shadow: 0 0;
} */
