.archive .container {
    padding: 0;

}

/* Крошки + Title */

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.woocommerce-breadcrumb {
    margin-bottom: 0;
    font-family: 'Century Gothic Regular';
    font-size: 12px;
    z-index: 1;
    animation: fadeIn 1s ease-in; /* Длительность анимации */
    animation-delay: 0.5s; /* Задержка перед началом анимации */
    opacity: 0; /* начальнуя прозрачность */
    animation-fill-mode: forwards;
}
.woocommerce-breadcrumb a {
    font-family: 'Century Gothic Regular' !important;
    font-size: 12px !important;
}
.woocommerce-page-header {
    padding-top: 15px !important;
    padding-bottom: 0px !important;
    margin: 0 !important;
}
.breadcrumb-home {
    color: #F94028 !important;
}
.archive .row {
    margin: 0;
    flex-direction: column;
    flex-wrap: nowrap;
}
.search-results .row{
    margin: 0;
}
.search-results .col-lg-4 {
    max-width: 100%;
}
/* Sidebar */

    /* Фильтр продавцов */
#dokan_vendor_filter {
    background-color: #F8F8F8;
    border: 1px solid #E2E2E2;
    border-radius: 8px;    
    font-family: 'Century Gothic Regular';
    font-size: 15px;
}
.drawn-shop-left select {
    background-image: url("https://drawndress.ru/wp-content/uploads/arrow_down_light.svg") !important;
    color: #333333 !important;
}

    /* Фильтр категорий - Страндартный */
.woocommerce.widget_product_categories {
    font-family: 'SangBleu Sunrise';
    color: #2D2D2E;
}
.drawn-shop-menu-categorias .widget_product_categories {
    color: #E9122D;
    font-family: 'SangBleu Sunrise';
    font-size: 15px;
}
.woocommerce.widget_product_categories ul.product-categories {
    list-style-type: none;
    padding-left: 0;
}
.drawn-shop-menu-categorias ul.elementor-nav-menu li {
    padding: 5px 0;
    border-top: 1px solid #F1F1F1;
}
.drawn-shop-menu-categorias ul.elementor-nav-menu li:first-child  {
    border-top: none;
}
.woocommerce.widget_product_categories ul.product-categories li:first-child {
    margin-top: 14px;
}
.woocommerce.widget_product_categories ul.product-categories li a {
    color: #2D2D2E;
    font-family: 'SangBleu Sunrise' !important;
    font-size: 15px; 
}
.drawn-shop-menu-categorias .elementor-widget-container .elementor-nav-menu a {
    font-family: 'SangBleu Sunrise' !important;
}
.onsale {
    display: none;
}
.archive .e-filter-item:hover:not( [aria-pressed=true] ) {
    border-radius: 0 !important;
}
.archive .e-filter-item[aria-pressed=true] {
    border-width: 1px 0 0 !important;
    border-radius: 0 !important;
}
.woocommerce-widget-layered-nav-list {
    list-style-type: none;
}

    /* Стили для дроп меню - Начало */
/* Базовые стили для меню */
.drawn-shop-menu-categorias .elementor-nav-menu--main {
    position: relative;
}

/* Стили для подменю */
.drawn-shop-menu-categorias .elementor-nav-menu .sub-menu {
    display: none;
    position: relative !important;
    left: 0 !important;
    top: 0 !important;
    background: #fff;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    width: 100% !important;
    margin: 0 !important;
}
.drawn-shop-menu-categorias .elementor-nav-menu .sub-menu li {
    padding: 0;
}

/* Стили для активного состояния */
.drawn-shop-menu-categorias .elementor-nav-menu .menu-item-has-children.show > .sub-menu {
    display: block;
}

/* Стрелка для пунктов с подменю */
.drawn-shop-menu-categorias .botiga-dropdown-link {
    display: flex;
    justify-content: space-between !important;
}

/* Поворот стрелки при открытии */
.drawn-shop-menu-categorias .elementor-nav-menu .menu-item-has-children.show > a::after {
    transform: rotate(90deg);
}

/* Стили для ссылок меню */
.drawn-shop-menu-categorias .elementor-nav-menu li a {
    position: relative;
    transition: background 0.3s;
}

.drawn-shop-menu-categorias .elementor-sub-item:hover {
    background-color: #3f444b00;
}
    /* Стили для дроп меню - Конец */


    /* Фильр категорий - Taxonomy Filter */
.drawn-shop-left button:hover  {
    border-radius: 0;
}
.drawn-shop-left button:focus {
    border-radius: 0;
    color: #E9122D;
}
/* .post-type-archive-product .drawn-shop-left .e-filter-item[aria-pressed="true"] {
    border-width: 0 !important;
} */
.archive .e-filter-item:not( [aria-pressed=true] ):not( :hover ) {
    color: #2D2D2E !important;
    border-radius: 0 !important;
}
.drawn-shop-left .drawn-shop-filter-sidebar-categorias .e-filter-item[aria-pressed="true"] {
    border-top-width: 1px !important;
}
.drawn-shop-left .drawn-shop-filter-sidebar-categorias button.e-filter-item[data-filter="__all"] {
    border-top: none !important;
}



/* Правая часть магазина */

    /* Сортировка товаров */
.drawn-filter-sort-container {
    display: flex;
    align-items: center;
}
.drawn-filter-sort-label {
    margin-right: 10px;
    margin-bottom: 2px;
    color: #2D2D2E;
    font-family: 'Century Gothic Regular';
    font-size: 14px;
}
.drawn-filter-sort-dropdown {
    display: flex;
    width: auto;
    justify-content: space-between;
    position: relative;
    cursor: pointer;
    font-family: 'Century Gothic Regular';
    font-size: 14px;
}
.drawn-filter-sort-selected {
    margin-right: 5px;
    font-family: 'Century Gothic Regular';
    font-size: 14px;
}
.drawn-filter-sort-arrow {
    transition: transform 0.3s;
}
.drawn-filter-sort-options {
    position: absolute;
    left: 0;
    margin-top: 35px;
    background: white;
    border: 1px solid #E2E2E2;
    width: max-content;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    background-color: #F8F8F8;
    padding: 5px 10px;
}
.drawn-filter-sort-option {
    padding: 10px;
    cursor: pointer;
}
.drawn-filter-sort-option:hover {
    background: #f0f0f0;
}

/* Фильтр товаров - Canvas */
.drawn-shop-filters-canvas .ekit-offcanvas-toggle-wraper a.ekit_offcanvas-sidebar {
    align-items: center;
    font-family: 'Century Gothic Regular', sans-serif;
}
.drawn-shop-filters-canvas .ekit-offcanvas-toggle-wraper svg {
    margin-right: 10px;
}
.drawn-shop-filters-canvas .widget_price_filter .price_slider_wrapper {
    margin-top: 6px;
}
.drawn-filtr-canvas-box .elementor-element.elementor-element-d9a6ad5 {
    padding: 0 15px;
}
.drawn-filtr-canvas-box .woocommerce-widget-layered-nav {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.drawn-shop-filters-canvas .elementor-widget-container .widget_layered_nav_filters ul {
    padding: 0 15px !important;
}
.woocommerce .select2-container .select2-selection--single, .woocommerce-page .select2-container .select2-selection--single {
    border-radius: 8px !important;
}
.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
    background-color: #FAF2EC !important;
    color: #E9122D !important;
}
.widget_price_filter .ui-slider .ui-slider-handle {
    background-color: #fff !important;
}
.widget_price_filter .ui-slider .ui-slider-handle {
    border: 2px solid #F94028;
}
.widget_price_filter .ui-slider .ui-slider-range {
    background: #F94028;
}
.elementor-widget-container .woocommerce.widget_price_filter {
    font-size: 13px;
    color: #797979;
}
.elementor-widget-container .woocommerce.widget_price_filter form[method="get"] {
    margin-top: 10px;
}
.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator {
    border-block-start: 1px solid #E9E9E9 !important;
}
.drawn-filtr-canvas-box .woocommerce-widget-layered-nav {
    font-size: 15px;
    font-weight: 600;
    color: #2D2D2E;
}
.drawn-filtr-canvas-box .woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list li {
    font-family: 'Century Gothic Regular', sans-serif !important;
    font-weight: 400;
}
.drawn-filtr-canvas-box .elementor-widget-container .woocommerce.widget_product_categories {
    font-size: 15px;
    font-family: 'Century Gothic Regular', sans-serif !important;
    color: #2D2D2E;
    font-weight: 600;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #2D2D2E;
    font-family: 'Century Gothic Regular', sans-serif !important;
    font-weight: 300;
}
.drawn-filtr-canvas-box .select2-container {
    margin-top: 10px;
}
.drawn-filtr-canvas-box .ekit_close-side-widget {
    background-color: #F94028;
}
.drawn-filtr-canvas-box .ekit_close-side-widget svg {
    max-width: 17px;
}

/* Фильтр Husky */

.drawn-shop-right .woof_products_top_panel_ul .woof_reset_button_2  {
    padding: 5px 40px;
}
.drawn-shop-right .woof_submit_search_form_container .button.woof_reset_search_form  {
    padding: 5px 40px;
    margin-right: 10px;
}

.drawn-shop-right .irs--big .irs-from, .irs--big .irs-to, .irs--big .irs-single {
    background: linear-gradient(to bottom, #F94028 0%, #F94028 100%) !important;
}
.drawn-shop-right .irs--big .irs-bar {
    border: 1px solid #F94028;
    background: linear-gradient(to bottom, #F94028 0%, #F94028 30%, #F94028 100%);
}
.drawn-shop-right .irs--big .irs-grid-pol {
    background-color: #F94028;
}
.drawn-shop-right .irs--big .irs-grid-text {
    color: #F94028;
}
.woof_products_top_panel li {
    margin: 0 40px 0 0 !important;
}
.woof_products_top_panel_ul li ul li {
    margin: 0 10px 0 0 !important;
}
.woof_list_label li .woof_label_term:hover, .woof_list_label li .woof_label_term.checked {
    background-color: #F94028;
    border-color: #F94028;
    color: #fff;
}
.woof_submit_search_form_container .button.woof_submit_search_form {
    padding: 5px 40px;
    border: 0;
}
.woof_submit_search_form_container {
    height: 40px;
}
.woocommerce-ordering {
    z-index: 0;
}
.woof_redraw_zone h4 {
    font-size: 18px;
}
.woof_list_label .woof_label_term {
    border-radius: 10px;
}
.irs--big .irs-bar {
    height: 7px !important;
}
.irs--big .irs-line {
    height: 7px !important;
}
.woocommerce-sorting-wrapper {
    border-bottom: 0px;
}
.woocommerce-sorting-wrapper {
    margin-bottom: 10px;
}
.irs--big .irs-handle {
    width: 25px !important;
    height: 25px !important;
}


.woof_show_auto_form {
    width: 150px !important;
    height: 54px !important;
    display: flex !important;
    align-items: center;
    justify-content: space-around;
    border: 1px solid #E9E9E9 !important;
    border-radius: 30px;
    padding: 15px 30px;
    color: #2D2D2E !important;
    font-size: 13px !important;
}
.woof_show_auto_form:hover{
    box-shadow: 0px 5px 16px rgba(98, 98, 98, 0.2) !important;
}
.woof_show_auto_form, .woof_hide_auto_form {
    background: none !important;
    outline: none; /* Убирает стандартный контур */
    border: none; /* Убирает стандартную обводку */
}
.woof_hide_auto_form {
    width: 66px;
    height: 50px;
    border-radius: 50%;
    position: relative;
    /* overflow: hidden; */
}
.woof_hide_auto_form img {
    margin-right: 10px !important;
    width: 50px;
    height: 50px !important;
    transition: opacity 0.3s ease-in-out;
}
.woof_show_auto_form img {
    margin-right: 10px !important;
    transition: opacity 0.3s ease-in-out;
    width: 24px;
    height: 24px !important;
}
.woof_autohide_wrapper {
    height: 65px;
    display: flex;
    flex-direction: column;
}
.woof_auto_show {
    top: -20px;
    position: relative;
    transition: opacity 0.3s ease-in-out;
}
.woof.woof_sid.woof_sid_auto_shortcode {
    border-radius: 20px;
}
.botiga-sorting-right {
    text-align: left;
}
/* .woof_hide_auto_form:focus,
.woof_show_auto_form:focus {
    outline: none;
}
.woof_hide_auto_form img:focus,
.woof_show_auto_form img:focus {
    outline: none;
} */




/* Cтраницы Shop v03 */

.drawn-shop-v3-box-products .woocommerce-sorting-wrapper .botiga-sorting-right {
    max-width: 100%;
    padding: 0;
}
.drawn-shop-v3-box-products .botiga-sorting-right-inner {
    width: 100%;
    justify-content: space-between;
}
.drawn-shop-v3-box-products .woocommerce-ordering .orderby  {
    width: -webkit-fill-available !important;
    border-width: 0px !important;
    border-radius: 8px;
    padding: 10px 32px 10px 5px;
}

/* Страница "Корзина" */

.woocommerce-cart .woocommerce.woolentor-elementor-cart {
    width: 1400px;
}
.drawn-cart-main-box .cart_totals {
    margin-top: 0;
    background-color: #F9F6F6;
    border-radius: 30px;
}
.drawn-cart-main-box .shop_table .cart-subtotal th {
    border-bottom: 1px solid #E9E9E9 !important;
}
.drawn-cart-total-box .drawn-cart-total-item .elementor-widget-container {
    border-radius: 30px;
}
.drawn-cart-total-item .cart_totals .shop_table tr th {
    font-family: 'Century Gothic Regular', sans-serif !important;
}
.drawn-cart-total-item .cart_totals .shop_table tr td {
    font-family: 'Century Gothic Regular', sans-serif !important;
}
.drawn-cart-total-item .cart_totals .shop_table tr.order-total td .amount {
    font-family: 'Century Gothic Regular', sans-serif !important;
}
.drawn-cart-main-box .woolentor-cart-list .woolentor-cart-product-content {
    gap: 0;
}
.drawn-cart-main-box .shop_table .product-name {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.drawn-cart-main-box  .woolentor-cart-2 .woolentor-product-price {
    margin: 0 50px !important;
    order: 2;
    visibility: hidden;
    width: max-content;
}
.woolentor-cart-list .woolentor-cart-product-content-right {
    display: none;
}
.drawn-cart-main-box .woolentor-cart-product {
    padding: 20px 0 !important;
}
.drawn-cart-main-box  .shop_table .product-name .botiga-qty-remove-wrapper {
    margin-top: 0;
    width: 25px;
}
.drawn-cart-main-box .product-name {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.drawn-cart-main-box .product-name a {
    font-family: 'Century Gothic Regular', sans-serif !important;
}
.drawn-cart-main-box .woolentor-cart-product-meta {
    font-family: 'Century Gothic Regular', sans-serif !important;
}
.drawn-cart-main-box .price-and-remove-container {
    display: flex;
    align-items: center;
    order: 2;
}
.drawn-cart-main-box .shop_table .botiga-qty-remove-wrapper .remove {
    margin-top: 0;
}
.drawn-cart-main-box .shop_table .botiga-qty-remove-wrapper .remove:after {
    border-color: #fff !important;
}
.drawn-cart-main-box .botiga-qty-remove-wrapper .remove {
    visibility: hidden;
}
.woocommerce-cart .woolentor-elementor-cart .woocommerce-message {
    display: none;
}
.drawn-cart-main-box .product-name a.woolentor-product-name {
    text-align: left; 
    display: block; 
}


/* Страница - Checkout */
.woolentor-checkout__box .woolentor-checkout__section-title h2 {
    font-family: 'Century Gothic Regular', sans-serif !important;
}
/* .woolentor-checkout__order-summary-section .woolentor-checkout__button {
    text-transform: none !important; 
}
.woolentor-checkout__order-summary-section .woolentor-checkout__button::first-letter {
    text-transform: uppercase !important; 
} */


/* Страница 404 */
[data-elementor-type="error-404"] {
    width: -webkit-fill-available; 
}


/* Пагинация страницы магазина */
/* Скрываем текст "Следующий" и "Предыдущий" */
body .dokan-pagination-container .dokan-pagination li:first-child a,
body .dokan-pagination-container .dokan-pagination li:last-child:not(.next) a {
    font-size: 0 !important;
    line-height: 0 !important;
    color: transparent !important;
    text-indent: -9999px !important;
    min-width: 16px;
    padding: 0;
    position: relative;
    overflow: hidden;
}

/* Стрелка назад */
body .dokan-pagination-container .dokan-pagination li:first-child a::before {
    content: "←";
    text-indent: 0;
    font-size: 16px;
    color: #333;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

/* Стрелка вперед */
body .dokan-pagination-container .dokan-pagination li:last-child:not(.next) a::before {
    content: "→";
    text-indent: 0;
    font-size: 16px;
    color: #333;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

/* Основные стили (оставляем как есть) */
body .dokan-pagination-container .dokan-pagination {
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 10px;
    list-style: none;
    padding: 0;
    margin: 0;
}

body .dokan-pagination-container .dokan-pagination li {
    margin: 0;
    display: flex;
    align-items: center;
}

body .dokan-pagination-container .dokan-pagination li a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 32px;
    height: 32px;
    color: #333;
    text-decoration: none;
    transition: all 0.3s ease;
    background: none;
    border: 0;
    border-radius: 0;
    margin: 0;
}

body .dokan-pagination-container .dokan-pagination li.active a {
    background-color: #FF3B30;
    color: white;
    border-radius: 50%;
}

body .dokan-pagination-container .dokan-pagination li.next {
    display: none;
}

body .dokan-pagination-container .dokan-pagination li.disabled a {
    opacity: 0.5;
    cursor: not-allowed;
    margin-right: 15px;
}

.dokan-pagination-container .dokan-pagination .prev {
    display: none;
}

/* Медиа-запросы */

@media (max-width: 1440px) {
    .drawn-shop-menu-categorias .widget_product_categories {
        font-size: 1.04vw;
    }
    .woocommerce.widget_product_categories ul.product-categories li a {
        font-size: 1.04vw;
    }
    #dokan_vendor_filter {
        font-size: 1.04vw;
    }
}

@media (max-width: 1366px) {
}

@media (max-width: 1200px) {}

@media (max-width: 1024px) {    
    .drawn-shop-menu-categorias .widget_product_categories {
        font-size: 1.4vw;
    }
    .woocommerce.widget_product_categories ul.product-categories li a {
        font-size: 1.4vw;
    }
    .woocommerce.widget_product_categories ul.product-categories li {
        padding: 12px 0;
    }
    .drawn-shop-left select {
        min-height: 45px !important;
        background-position: calc(100% - 5px) center !important;
    }
    #dokan_vendor_filter {
        padding-left: 10px;
    }

    /* Страница "Корзина" */
    .drawn-cart-main-box  .woolentor-cart-2 .woolentor-product-price {
        margin: 0 25px !important;
    }
}

@media (max-width: 922px) {
    .drawn-shop-left select {
        min-height: 43px !important;
    }
    #dokan_vendor_filter {
        font-size: 1.1vw
    }
    /* Страница - "Корзина" */
    .drawn-cart-main-box .cart_totals {
        padding: 15px;
    }
}

@media (max-width: 853px) {}

@media (max-width: 820px) {}

@media (max-width: 767px) {
    #dokan_vendor_filter {
        font-size: 2.05vw;
    }
    .drawn-shop-menu-categorias .widget_product_categories {
        font-size: 2.4vw;
    }
    .woocommerce.widget_product_categories ul.product-categories li a {
        font-size: 2.4vw;
    }
    .drawn-cart-total-item .cart_totals .shop_table tr td {
        font-size: 30px;
    }
    table.shop_table_responsive tr td::before {
        margin-right: 10px;
    }
    .drawn-cart-total-item .wc-proceed-to-checkout .button.checkout-button {
        font-size: 17px !important;
        padding: 11px 15px 8px 15px !important;
    }
    .woocommerce-cart .woocommerce-cart-form .actions {
        justify-content: flex-end;
        row-gap: 30px;
    }
    .woolentor-cart-list .woolentor-cart-product-meta {
        text-align: left;
    }
    .woolentor-cart-list .woolentor-cart-product-meta>div {
        column-gap: 10px !important; 
        flex-wrap: wrap;
    }
}

@media (max-width: 576px) {
    .archive .drawn-shop-left button {
        font-size: 3.8vw !important;
    }
    #dokan_vendor_filter {
        font-size: 3.5vw;
    }   
    form[action="https://drawndress.ru/shop/"] {
        margin-top: 10px;
    } 
}

@media (max-width: 438px) {
    .drawn-filter-sort-label {
        font-size: 3.20vw;
        display: none;
    }
    .drawn-filter-sort-dropdown {
        /* width: auto; */
        font-size: 3.20vw;
    }
    .drawn-filter-sort-options {
        padding: 5px 5px;
    }
    .drawn-shop-filters-buttom {

    }
    .drawn-shop-filters-canvas {
        z-index: 1 !important;
    }
    /* Страница "Корзина" */
    .drawn-cart-main-box  .woolentor-cart-2 .woolentor-product-price {
        margin: 0 10px !important;
    }
    .botiga-pagination-ppp {
        display: none;
    }
    
}

@media (max-width: 375px) {}