@charset "UTF-8";

/* тест два */


#mse2_sort a.active,
#mse2_tpl a.active {
    color: black;
    text-decoration: none;
    cursor: default;
}

#mse2_mfilter .hidden {
    display: none;
}

#mse2_filters .disabled {
    color: #aaa;
}

#mse2_results {
    margin-bottom: 20px;
}

#mse2_filters .mse2_number_slider {
    font-size: .7em;
    margin-bottom: 10px;
}

#mse2_filters .mse2_number_inputs label {
    display: inline-block;
}

#mse2_selected_wrapper {
    min-height: 2em;
    margin: 10px 0;
}

#mse2_selected {
    display: none;
    background: #f9f9f9;
    padding: 5px 0 5px 5px;
    border-radius: 3px;
}

#mse2_selected .mse2_selected_link em {
    color: #000;
}

.mSearchLog,
.mFilterLog {
    width: 100%;
    overflow: auto;
    word-wrap: normal;
    white-space: pre;
}

#mse2_sort .sort span {
    color: #000000;
}

#mse2_sort .sort[data-dir="asc"] span:after {
    content: "в†‘";
}

#mse2_sort .sort[data-dir="desc"] span:after {
    content: "в†“";
}

#mse2_mfilter .btn_more {
    width: 150px;
    display: block;
    margin: auto;
}

#mse2_mfilter .pagination {
    margin: 0;
    padding: 0;
}

#mse2_mfilter .spinner {
    display: none;
    width: 32px;
    height: 32px;
    background: url('spinner.gif') no-repeat;
    background-size: 32px;
}

#mse2_mfilter.loading .spinner {
    display: block;
    margin: 20px auto 10px auto;
}

.form-group .input-sm {
    width: 50%;
    display: inline-block;
}

/*
.mse2-ac-wrapper { font-size: 12px; padding: 2px; }
.mse2-ac-link {padding: 0 !important;font-size: 12px; border: 1px solid transparent; border-bottom-color: #efefef;}
.mse2-ac-wrapper:last-child .mse2-ac-link {border-color: transparent;}
.mse2-ac-link.ui-state-focus {background-image: none !important; border-color: transparent !important; margin:0 !important;}
*/
.mse2-ac-item:hover {
    cursor: pointer;
}

.mse2-ac-item .mse2-ac-weight {
    display: inline-block;
    float: right;
}

.ui-autocomplete-loading {
    background: white url('jquery-ui/images/ui-anim_basic_16x16.gif') right center no-repeat;
}



.ui-widget-header {
    background-color: #D1D1D1 !important;
}

#mse2_filters .mse2_number_slider {
    font-size: 1.2em !important;
    height: 12px !important;
}

.ui-state-default,
.ui-widget-content .ui-state-default {
    border: 1px solid #FCC000 !important;
    background: linear-gradient(90deg, #FFEB01, #FCC000) !important;

}

.skarb_shadow_block_hover:hover {
    box-shadow: 0 4px 7px #e9e9e9;
    border-color: #ccc !important;
}

.skarb_shadow_block_hover {
    transition: all 0.3s ease-in-out;
}

.popular_categories_text {
    z-index: 1;
    position: absolute;
    top: 30%;
    left: 10px;
    background: rgba(255, 255, 255, 0.8);
    padding: 5px;
    box-shadow: 0 6px 20px #fff;
    border-radius: 10px;

}

.popular_categories_title {
    font-size: 16px;
    font-weight: 700;
}

.popular_categories_wrapper {
    color: #4b4b4b;
    height: 153px;
    position: relative;
    text-decoration: none;
    display: block;
    border: 1px solid #D1D1D1;
    transition: all 0.3s ease-in-out;
}

.popular_categories_img img {
    max-height: 117px;
}

.popular_categories_img {
    position: absolute;
    top: 5px;
    right: 5px;
}

.popular_categories_sec_title {
    font-size: 10px;
    font-weight: 700;
}

.title-section {
    font-size: 22px;
    font-weight: bold;
    line-height: 36px;
    color: #4b4b4b;
}

.pagetitle_sk {
    font-size: 30px;
    font-weight: bold;
}

.block_filter_2_sk {
    border-radius: 0px 3px 3px 3px !important;

}

.ms2_total_count {
    position: relative;
    top: -0.4rem;
    left: -0.8rem;
    border-radius: 50%;
    font-size: 8px;
    font-weight: 500;
    min-width: 14px;
    min-height: 14px;
    padding: 3px;
    text-align: center;
}

.block_wrapper_icon_category_sk {
    position: absolute;
    top: -10px;
    left: 5px;
    z-index: 1;
    transition: transform 0.5s ease;
}

.block_card_product_sk:hover .block_wrapper_icon_category_sk {
    transform: rotate(360deg);
}

.block_icon_sale_sk {
    width: 30px;
    height: 30px;
    background: url('../icon/icon_sale_new.png') no-repeat center center / cover;
}

.block_wrapper_nav_sk {
    display: flex;
    justify-content: center;
}

.block_wrapper_nav_sk ul {
    display: flex;
    list-style: none;
}

.block_wrapper_nav_sk a {
    position: relative;
    display: flex;
    font-size: 15px;
    color: #a6a6a6;
    text-decoration: none;
    width: 35px;
    height: 35px;
    border-radius: 10px;
    text-align: center;
    align-items: center;
    justify-content: center;
}


.block_wrapper_nav_sk .active a {
    background: var(--gradient-primary);
    color: #000;
    font-weight: bold;
}

.block_card_img_sk {
    height: 140px;
    display: flex;
    justify-content: center;
    /* background:linear-gradient(to top, #f5f5f5, #fff); */
    overflow: hidden;
}

.block_card_title_sk {
    height: 65px;
}

.block_card_product_sk {
    background: linear-gradient(to top, #f9f9f9 0%, #fff 60%);
    border-radius: 10px;
}

.breadcrumb-item a {
    font-size: 14px
}

/* .skarb_shadow_block_hover:hover .img-fluid {
  opacity: .8;
  transition: all 0.3s ease-in-out;
} */

.fancybox__backdrop {
    background: linear-gradient(#ffabee, #339);
    opacity: .7 !important;
}

#wrapper_content_sk img {
    max-width: 100%;
    border-radius: 10px;
}

.b-bonus__item {
    width: 189px;
    border-radius: 12px;
    color: #fff;
}

.b-bonus-silver {
    background: #bdc3c7;
}

.b-bonus-bronze {
    background: #a87900;
}

.b-bonus-gold {
    background: #cdad00;
}

.b-bonus-platinum {
    background: #e5e4e2;
}

.b-bonus__item:last-child {
    color: #000;
}

.accordion_wrapper_sk .accordion-button:not(.collapsed) {
    background: var(--bs-accordion-btn-bg) !important;
    color: var(--bs-accordion-btn-color) !important;
}

.block_gradient_sk {
    display: inline-block;
    min-width: 100px;
    background: #ccc;
    padding: 5px 10px;
    border-radius: 10px;
    color: #fff;
    font-size: 16px;
    justify-content: center
}

.block_gradient_sk.purple {
    background: #c442a3;
    background: linear-gradient(157.13deg, #bd00ff -39.03%, #d02476 75.33%);
}

.block_gradient_sk.green {
    background: #99bf11;
    background: linear-gradient(90deg, #ddef20, #beea58);
    color: #749c2c;
}

.link_title_sk,
.link_title_sk_invert:hover {
    background: var(--gradient-blue);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-decoration: none;
    /* line-height: 16px; */
}


.error_input_sk {
    border-color: red;
}

.select_msorder_sk option[disabled] {
    display: none;
}

.border-green-1 {
    border: 2px solid #3cb532;
    border-radius: 7px;
}



.skarb_shadow_block_hover img {
    /* 1. Начальное состояние: изображение без размытия */
    filter: contrast(100%);

    /* Добавляем плавный переход для свойства 'filter' */
    /* Это сделает анимацию размытия плавной, а не мгновенной */
    /* 0.3s — длительность перехода, ease — функция плавности */
    transition: filter 0.3s ease-in-out;

    /* Стиль для лучшего отображения */
    width: 100%;
    /* Занимает всю ширину контейнера */
    height: auto;
    display: block;
}

.skarb_shadow_block_hover:hover img {
    /* 2. Состояние при наведении: изображение размыто */
    /* Чем больше значение в скобках, тем сильнее размытие */
    filter: contrast(120%);
}

.wrapper_empty_cart_sk {
    width: 260px;
    height: 260px;
    background: url('../icon/empty-cart-cat.png') no-repeat center center / cover;
}

.wrapper_empty_order_sk {
    width: 173px;
    height: 250px;
    background: url('../icon/icon_empty_orders.png') no-repeat center center / cover;
}

.wrapper_bonus_sk {
    width: 221px;
    height: 210px;
    background: url('../icon/icon_bonus_user.png') no-repeat center center / cover;
}

#form_auth_sk {
    max-width: 400px;
    min-width: 320px;
}

.password-field__toggle {
    background: rgba(0, 0, 0, 0);
    border: none;
    cursor: pointer;
    height: 2.25rem;
    margin: 0;
    padding: 8px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: right .3s cubic-bezier(.25, 0, .3, 1);
    -o-transition: right .3s cubic-bezier(.25, 0, .3, 1);
    transition: right .3s cubic-bezier(.25, 0, .3, 1);
    width: 2.25rem
}

.password-field__toggle:before {
    background-color: #6c757d;
    content: "";
    display: block;
    height: 100%;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    width: 100%
}

.password-field:has(.password-field__toggle) input {
    padding-right: 2.25rem
}

.password-field:has(.password-field__toggle) input.is-invalid,
.password-field:has(.password-field__toggle) input.is-valid {
    padding-right: 3.875rem
}

.password-field:has(input.is-invalid) .password-field__toggle,
.password-field:has(input.is-valid) .password-field__toggle {
    right: 1.625rem
}

.password-field:has(input[type=text]) .password-field__toggle:before {
    -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJjdXJyZW50Q29sb3IiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJsdWNpZGUgbHVjaWRlLWV5ZSI+PHBhdGggZD0iTTIuMDYyIDEyLjM0OGExIDEgMCAwIDEgMC0uNjk2IDEwLjc1IDEwLjc1IDAgMCAxIDE5Ljg3NiAwIDEgMSAwIDAgMSAwIC42OTYgMTAuNzUgMTAuNzUgMCAwIDEtMTkuODc2IDAiLz48Y2lyY2xlIGN4PSIxMiIgY3k9IjEyIiByPSIzIi8+PC9zdmc+);
    mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJjdXJyZW50Q29sb3IiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJsdWNpZGUgbHVjaWRlLWV5ZSI+PHBhdGggZD0iTTIuMDYyIDEyLjM0OGExIDEgMCAwIDEgMC0uNjk2IDEwLjc1IDEwLjc1IDAgMCAxIDE5Ljg3NiAwIDEgMSAwIDAgMSAwIC42OTYgMTAuNzUgMTAuNzUgMCAwIDEtMTkuODc2IDAiLz48Y2lyY2xlIGN4PSIxMiIgY3k9IjEyIiByPSIzIi8+PC9zdmc+)
}

.password-field:has(input[type=password]) .password-field__toggle:before {
    -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJjdXJyZW50Q29sb3IiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJsdWNpZGUgbHVjaWRlLWV5ZS1vZmYiPjxwYXRoIGQ9Ik0xMC43MzMgNS4wNzZhMTAuNzQ0IDEwLjc0NCAwIDAgMSAxMS4yMDUgNi41NzUgMSAxIDAgMCAxIDAgLjY5NiAxMC43NDcgMTAuNzQ3IDAgMCAxLTEuNDQ0IDIuNDlNMTQuMDg0IDE0LjE1OGEzIDMgMCAwIDEtNC4yNDItNC4yNDIiLz48cGF0aCBkPSJNMTcuNDc5IDE3LjQ5OWExMC43NSAxMC43NSAwIDAgMS0xNS40MTctNS4xNTEgMSAxIDAgMCAxIDAtLjY5NiAxMC43NSAxMC43NSAwIDAgMSA0LjQ0Ni01LjE0M00yIDJsMjAgMjAiLz48L3N2Zz4=);
    mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJjdXJyZW50Q29sb3IiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJsdWNpZGUgbHVjaWRlLWV5ZS1vZmYiPjxwYXRoIGQ9Ik0xMC43MzMgNS4wNzZhMTAuNzQ0IDEwLjc0NCAwIDAgMSAxMS4yMDUgNi41NzUgMSAxIDAgMCAxIDAgLjY5NiAxMC43NDcgMTAuNzQ3IDAgMCAxLTEuNDQ0IDIuNDlNMTQuMDg0IDE0LjE1OGEzIDMgMCAwIDEtNC4yNDItNC4yNDIiLz48cGF0aCBkPSJNMTcuNDc5IDE3LjQ5OWExMC43NSAxMC43NSAwIDAgMS0xNS40MTctNS4xNTEgMSAxIDAgMCAxIDAtLjY5NiAxMC43NSAxMC43NSAwIDAgMSA0LjQ0Ni01LjE0M00yIDJsMjAgMjAiLz48L3N2Zz4=)
}

.password-strength {
    background-color: #ced4da;
    border-radius: 3.125rem;
    height: .1875rem;
    margin: 4px 0;
    overflow: hidden;
    position: relative
}

.password-strength[data-strength="1"]:before {
    background-color: #dc3545;
    width: 20%
}

.password-strength[data-strength="2"]:before {
    background-color: #ea5d02;
    width: 40%
}

.password-strength[data-strength="3"]:before {
    background-color: orange;
    width: 60%
}

.password-strength[data-strength="4"]:before {
    background-color: #b7c653;
    width: 80%
}

.password-strength[data-strength="5"]:before {
    background-color: #198754;
    width: 100%
}

.password-strength:before {
    content: "";
    display: block;
    height: 100%;
    -webkit-transition: width .3s linear, background-color .1s linear;
    -o-transition: width .3s linear, background-color .1s linear;
    transition: width .3s linear, background-color .1s linear;
    width: 0
}



#form_auth_sk .form-control {
    font-size: 0.875rem;
    background: #fff6dc;

}

#form_auth_sk .form-control:disabled {
    background: #f5f5f5;
}

.border_gradient_sk {
    border: 1px solid #FCC000 !important;
}

.nickname_sk {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 60px;
    display: inline-block;
}


.cabinet__password-field {
    position: relative;
}

html[data-bs-theme="dark"] .popular_categories_text {
    background: none !important;
    box-shadow: none !important;
}

.sk_img_product_fluid {
    height: 100% !important;
    width: auto !important;
}

.pumpkin_sk {
    background-image: url('../img/site/pumpkin_sk2.png');
    background-size: cover;
    position: absolute;
    width: 45px;
    height: 48px;
    bottom: 0px;
    right: -20px;
}

.spm-wrapper {
    position: relative;
    display: block;
}

.spm-wrapper::before {
    content: '';
    position: absolute;
    top: 10px;
    left: 10px;
    height: 15px;
    width: 20px;
    background: url('https://flagcdn.com/by.svg');
    background-size: auto;
    background-size: cover;
}

.spm-input {
    padding-left: 35px;
}


.img_404 {
    width: 300px;
}


.scroll_parent_sk {
    overflow-x: scroll;
    overflow-y: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
    /* mask-image: linear-gradient(to right, transparent 0%, black 10%, black 90%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 10%, black 90%, transparent 100%); */
}

.scroll_parent_sk::-webkit-scrollbar {
    display: none
}

.order-stats,
.order-detail {
    max-width: 820px;
}

.bckg_gr_blue_sk {
    background: linear-gradient(90deg, #00d9ff, #a4c755);
    border: 1px solid #2f9512;
}

.order-detail__item {
    min-width: 300px;
}

.active_link_menu {
    border-left: 4px solid #fbba00;
}






.bckg_gr_green_sk {
    background: linear-gradient(90deg, #beea58, #ddef20);
    border: 1px solid #8BCE39 !important;
    color: #333;
    border-radius: var(--border-radius);
}


.bckg_gr_green_sk_hover {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.bckg_gr_green_sk_hover::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg, #ddef20, #beea58);
    opacity: 0;
    transition: opacity 0.9s ease;
    z-index: -1;
    border-radius: inherit;
}

.block_result_cat_filtr_sk {
    position: fixed;
    bottom: 10px;
    left: 10px;
    right: 10px;
    z-index: 9;
}

.block_date_ago_sk {
    background: linear-gradient(90deg, #ddef20, #beea58);
    color: #749c2c;
    display: block;
    margin-top: -1.5rem;
    border-radius: 0 0 7px 7px;
    padding: 12px 7px 7px 7px;
}

.b_phone_big_sk {
    color: #000;
    font-size: 29px;
    font-weight: 700;
    transition: .25s ease opacity;
}

.b_phone_big_sk::before {
    content: "";
    display: inline-block;
    background: url(../icon/mobilephone.svg);
    width: 11px;
    height: 21px;
    margin-right: 10px;
}

.skarb_slide_brand {
    width: 150px;
}

.skarb_slide_brand img {
    width: 100%;
}

.skarb_block_link_brands {
    width: auto;
}



.rotate_article_block_sk {
    position: absolute;
    top: 0px;
    right: 0;
    transform: rotate(90deg) translate(100px, -90px);
    width: 200px;
    text-align: center;
}
.border_dark_sk {
  border: 1px solid #ccc;
}

@media screen and (max-width: 1280px) {
    .scroll_event_block_sk {
        flex-wrap: nowrap;
        overflow-x: scroll;
    }
}



@media (max-width: 768px) {
    .pumpkin_sk {
        width: 35px;
        height: 38px;
        bottom: 0px;
        right: -20px;
    }
}