.sticker__item {
padding: 3px 6px 4px 8px;
    color: #fff;
    background: #60c339;
    font-size: calc(1rem - 5px);
    line-height: 1.23;
    line-height: calc(1em + 3px);
    border-radius: 5px;
}.sticker_item--new {
    background-color: #60c339;
}
.sticker_item--sale {
    background-color: #ffeb81;
    color: #333;
}
.sticker_item--hit {
    background-color: #e9454d;
}.sticker_item--recommend {
    background-color: #925aec;
}
.sticker {
    position: absolute;
    z-index: 3;
    top: 0px;
    left: 0px;
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
}
.item-quantity__general.min_quantity,
.title-quant.min_quantity {
    color: red;
}
/*Стили для попап окна экспорта товара в личном кабинете*/
.wrap_export_catalog {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 8010;
    background: #0c0c0cb8;
}
.wrap_popup_export_catalog .title_popup {
    padding-bottom: 0px;
}
.fancybox-close {
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 20px 25px;
    cursor: pointer;
    z-index: 8050;
}

.fancybox-close .icon {
    width: 10px;
    height: 10px;
    background-position: 0px -91px;
}
.wrap_popup_export_catalog li {
    list-style: none;
	position: relative;
}
.wrap_popup_export_catalog {
    position: fixed;
    color: #444;
    text-shadow: none;
    background: #fff;
    width: 540px;
    height: 500px;
    margin: auto;
    margin-left: -270px;
    left: 50%;
    padding: 20px 40px;
    margin-top: -250px;
    top: 50%;
    overflow: hidden;
    border-radius: 15px;
    text-align: left;
    z-index: 1000000;
}
.title_popup {
    font-size: 26px;
    padding-left: 17px;
    padding-bottom: 20px;
    padding-top: 20px;
}
.title_popup p{
    font-size: 16px;
}
.catalog-section-list .wrap_lvl_1 {
    height: 320px;
    overflow-y: scroll;
    padding-left: 50px;
}
.name_sections {
    font-size: 16px;
    line-height: 30px;
    position: relative;
}
.inp_checked {
    width: 10px;
    height: 10px;
    border: 1px solid #ccc;
    position: absolute;
    left: -20px;
    top: 8px;
    display: block;
}
.open_icon:after {
    content: "";
    width: 10px;
    height: 10px;
    background-image: url(/local/templates/b2bcabinet_v2.0/components/bitrix/catalog.section.list/catalog_export/images/down-arrow.png);
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    top: 13px;
    margin-left: 10px;
}
.open_icon_up .open_icon:after {
    content: "";
    width: 10px;
    height: 10px;
    background-image: url(/local/templates/b2bcabinet_v2.0/components/bitrix/catalog.section.list/catalog_export/images/up-arrow.png);
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    top: 13px;
    margin-left: 10px;
}
.click_format_price {
    cursor: pointer;
    background: var(--primary);
    min-width: 200px;
    max-width: 320px;
    text-align: center;
    padding: 10px;
    color: #fff;
    border-radius: 10px;
    font-size: 15px;
    margin-left: 17px;
}
.wrap_lvl_2, .wrap_lvl_3 {
    display: none;
}

.inp_checked.icon_active_export:after {
    content: "";
    width: 10px;
    height: 10px;
    background-image: url(/local/templates/b2bcabinet_v2.0/components/bitrix/catalog.section.list/catalog_export/images/down-arrow.png);
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    top: 2px;
    left: -10px;
    margin-left: 10px;
}

.bg_container {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: #0c0c0cb8;
}
.wrap_finsh_popup {
    position: fixed;
    color: #444;
    text-shadow: none;
    background: #fff;
    width: 520px;
    height: 200px;
    margin: auto;
    margin-left: -260px;
    margin-top: -100px;
    left: 50%;
    padding: 20px 40px;
    top: 50%;
    overflow: hidden;
    border-radius: 15px;
    text-align: left;
    z-index: 1000000;
}
.step_list {
    font-size: 14px;
    line-height: 23px;
    color: #000;
    font-weight: 600;
}.price_download {
    margin: auto;
    width: 100%;
    margin-top: 20px;
    font-size: 15px;
    color: #000;
    font-weight: 600;
    text-align: center;
}.price_download a {
    background: var(--primary);
    color: #fff;
    padding: 4px 10px;
    margin-left: 20px;
    border-radius: 5px;
    font-weight: normal;
}

.text_title_finish {
    font-size: 18px;
    text-align: center;
    color: #000;
    font-weight: 600;
}
.step_block {
    height: 220px;
    overflow-y: scroll;
	display: none;
} 
.price_download:before {
    content: '';
    width: 100px;
    height: 100px;
    background-image: url(/local/templates/b2bcabinet_v2.0/components/bitrix/catalog.section.list/catalog_export/images/icon_ok.png);
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    margin: auto;
}
.closed_finish_export {
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 20px 25px;
    cursor: pointer;
    z-index: 8050;
}
.closed_finish_export .icon.pngicons {
    width: 10px;
    height: 10px;
    background-position: 0px -91px;
}
.step_block::-webkit-scrollbar { width: 3px; height: 3px;}
.step_block::-webkit-scrollbar-button {  background-color: #cfcfcf; }
.step_block::-webkit-scrollbar-track {  background-color: #999;}
.step_block::-webkit-scrollbar-track-piece { background-color: #cfcfcf;}
.step_block::-webkit-scrollbar-thumb { height: 50px; background-color: #0153fc; border-radius: 3px;}
.step_block::-webkit-scrollbar-corner { background-color: #2b2a2a;}}
.step_block::-webkit-resizer { background-color: #666;}

.wrap_lvl_1::-webkit-scrollbar { width: 3px; height: 3px;}
.wrap_lvl_1::-webkit-scrollbar-button {  background-color: #cfcfcf; }
.wrap_lvl_1::-webkit-scrollbar-track {  background-color: #999;}
.wrap_lvl_1::-webkit-scrollbar-track-piece { background-color: #cfcfcf;}
.wrap_lvl_1::-webkit-scrollbar-thumb { height: 50px; background-color: #0153fc; border-radius: 3px;}
.wrap_lvl_1::-webkit-scrollbar-corner { background-color: #2b2a2a;}}
.wrap_lvl_1::-webkit-resizer { background-color: #666;}


@media(max-width: 550px){
.wrap_popup_export_catalog {
    width: 90%;
    margin-left: -45%;
    padding: 40px 10px 10px 10px;
    height: auto;
}
.wrap_popup_export_catalog .title_popup {
    padding-top: 0px;
}
.click_format_price {
    margin: 0 auto;
}
}
/*Конец стилей для попапа*/


.dropdown-menu {
    overflow: hidden;
}

.swal2-container.swal2-center>.swal2-popup {
    display: grid!important;
}

.swal2-title {
    margin-top: 20px;
    font-size: 1.25rem;
}

.swal2-icon.swal2-success {
    background: var(--success);
    border-color: var(--success);
}

.custom-scrollbars ::-webkit-scrollbar-track {
    border-radius: .5rem;
}

.custom-scrollbars ::-webkit-scrollbar-thumb {
    background-color: var(--primary);
}

/* popup bitrix */
.popup-window {
    border-radius: var(--border-radius-lg);
    font: 1rem var(--body-font-family);
}

.popup-window-close-icon {
    width: 3rem;
    height: 3rem;
}

.popup-window-close-icon:after {
    width: 1.375rem;
    height: 1.375rem;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-2 -2 20 20' fill='%23202122'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
}

.popup-window-button {
    --popup-window-button-border-radius: var(--border-radius-sm);
    height: 3.25rem;
    line-height: 3.25rem;
    margin-right: 1.5rem;
    background: var(--primary);
    color: var(--white-100);
    font-size: 1rem;
    padding-inline: calc(2rem - 2px);
    font-family: var(--body-font-family);
    font-weight: 400;
    text-transform: initial;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: 1px solid var(--primary);
}

.popup-window-button:hover {
    background: var(--primary-hover);
    color: var(--white-100);
}

.popup-window-button-link {
    height: 3.25rem;
    padding-inline: calc(2rem - 2px);
    line-height: 3.25rem;
    border-bottom-color: var(--primary);
    border-radius: var(--border-radius-sm);
    color: var(--primary);
    background: var(--white-100);
}

.popup-window-button-link:hover, 
.popup-window-button-link:active {
    height: 3.25rem;
    line-height: 3.25rem;
    color: var(--primary-hover);
    background: var(--whit-100);
    border-color: var(--primary-hover);
}
/* /popup bitrix */