.drawn-store-product-grid .site-main {
    padding: 0 !important;
    width: 100% !important;
}
.dokan-store div[data-elementor-type="store"] {
    width: -webkit-fill-available;
}
.dokan-info {
    background-color: #FAF2EC !important;
    border-top: 3px solid #F94028 !important; 
}
.dokan-info:before {
    background-color: #F94028 !important;
}

    /* Рейтинг - Убираем лишнее */
.drawn-store-rating .star-rating  {
    display: none ;
}
.drawn-store-rating .elementor-icon-list-items {
    list-style: none ;
    margin-bottom: 0;
}
.drawn-store-rating .elementor-icon-list-items  li {
    padding-bottom: 0;
    line-height: 1;
}
.elementor-widget-dokan-store-info .elementor-icon-list-icon i {
    color: #F94028;
}
.elementor-icon-list-icon .fa-mobile {
    visibility: hidden;
}

    /* Стилизация вкладок "товары" и  "отзывы" */
.dokan-store-tab-items .elementor-icon-list-item::marker {
    content: none;
}
.dokan-store-tab-items .elementor-icon-list-item:not(:last-child) {
    border-right: 1px solid #E9E9E9;
}
.dokan-store-tab-items .elementor-icon-list-item {
    margin: 0 !important;
}
.dokan-store-tab-items .elementor-icon-list-item a.active .elementor-icon-list-text {
    
}

.drawn-store-tabs {
    width: -webkit-fill-available;
}
.drawn-store-tabs .elementor-icon-list-items {
    display: flex;
    justify-content: space-between;
    margin: 0 !important;
    padding: 0;
    list-style-type: none;
}
.drawn-store-tabs .elementor-icon-list-items li {
    padding: 0 !important;
}
.drawn-store-tabs .elementor-icon-list-item {
    flex: 1;
    text-align: center;    
}
.drawn-store-tabs .elementor-icon-list-item a {
    display: block;
    padding: 15px 0;
    color: #000;
    text-decoration: none;
    background-color: #F9F9F9;
    transition: background-color 0.3s;
    border-bottom: 2px solid #E9E9E9
}
.drawn-store-tabs .elementor-icon-list-item a.active {
    background-color: #FAF2EC;
    border-bottom: 2px solid #F94028;
}
.drawn-store-tabs .elementor-icon-list-item:first-child a {
    border-top-left-radius: 10px;
}
.drawn-store-tabs .elementor-icon-list-item:last-child a {
    border-top-right-radius: 10px;
}

    /* Страница магазинов  */
.dokan-single-seller .store-footer .dokan-btn-round[class] {
    line-height: 18px;
}

    /* Grid */
.drawn-single-store-loop-grid .elementor-loop-container .e-loop-item {
    max-width: 100%;
}

/* Grid страндартный*/
.drawn-single-store-grid-contents .site-main {
    padding: 0;
    width: 100%;
}

/* Кнопки для подписки и поддержки */
.drawn-single-store-info-bottoms .e-con-inner span {
    font-family: 'SangBleu Sunrise', sans-serif !important;
}

/* ФИльтр сртировки карточки товара */
.dokan-store-products-filter-search {
    border-radius: 30px !important;
}
.search-store-products.dokan-btn-theme {
    padding: 0 30px !important;
    text-transform: capitalize ;
    margin-left: 5px;
}
.dokan-store .dokan-store-products-filter-area .orderby-search {
    width: -webkit-fill-available !important;
    border-width: 0px !important;
    border-radius: 8px;
    background-color: #fff0;
}
.dokan-store .orderby {
    max-width: 235px !important;
}

/* Поиск товаров */

.dokan-store-products-filter-area #dokan-store-products-search-result {
    border-radius: 16px;
    margin-top: 15px;
}
.dokan-store-products-search-result .dokan-ls-product-image img {
    border-radius: 8px;
}

/* Комментарии */

.commentlist .review_comment_container .dokan-review-author-img img {
    border: 1px solid #e9e9e9;
    border-radius: 50%;
    width: 100px;
}
.drawn-single-store-grid-contents .commentlist .review_comment_container {
    display: flex;
    column-gap: 20px;
}
.drawn-single-store-grid-contents li.comment {
    padding-bottom: 35px;
}

    /* Заголовок */
.drawn-shop-right #reviews #comments h2 {
    font-size: 1.5vw;
}

/* Стилизация карточки товара */
.price-and-buttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.price-and-buttons .price {
    margin-right: 10px;
}

.price-and-buttons .buttons {
    display: flex;
    align-items: center;
}

.price-and-buttons .buttons .button img {
    width: 24px;
    height: 24px;
}

.price-and-buttons .buttons .wishsuite-btn img {
    height: 20px;
}
.drawn-single-store-grid-item-wishlist .wishsuite-button img {
    margin: 0 !important;
    width: 33px !important;
}
.drawn-single-store-grid-item-wishlist .wishsuite-button {
    padding: 15px;
}
.drawn-single-store-grid-item-wishlist {
    border: 1px solid #e9e9e9;
    border-radius: 50%;
    width: 51px;
    height: 51px;
}
.drawn-single-store-grid-item-wishlist:hover {
    background-color: #f94028;
}
.drawn-single-store-grid-item-addcart .button.add_to_cart_button.ajax_add_to_cart:hover {
    border-color: #3E3E3F;
    background-color: #3E3E3F !important;
}
.drawn-single-store-grid-item-addcart .add_to_cart_button {
    margin: 0 !important;
    background-color: #f94028 !important;
    width: 51px;
    height: 51px !important;
    border-radius: 50% !important;
    border-width: 0px !important;
    background-size: 50% !important;
    background-position: center calc(50% - 2px) !important;
    padding-top: 11px !important;
    padding-bottom: 11px !important;
    padding-left: 14px !important;
    padding-right: 11px !important;
}
.drawn-single-store-grid-item-addcart {
    margin: 0 20px;
    max-width: 51px;
    display: flex;
}
.drawn-single-store-grid-item-addcart .close-button-added {
    display: none;
}

.type-product .price-and-buttons .price {
    font-family: 'SangBleu Sunrise', sans-serif !important;
}
/* Скрываем изображение корзины, когда добавлен класс .added */
.drawn-single-store-grid-item-addcart .add_to_cart_button.added img {
    display: none;
}

/* Показать галочку, когда добавлен класс .added */
.drawn-single-store-grid-item-addcart .add_to_cart_button.added:after {
    font-family: WooCommerce;
    content: "\e012"; /* Галочка из иконок WooCommerce */
    display: inline-block;
    width: auto;
    height: 24px;
    color: white; /* Цвет галочки */
}

/* Настроим саму кнопку, чтобы она оставалась круглой */
/* .drawn-single-store-grid-item-addcart .add_to_cart_button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
} */

.post-align-center .loop-image-wrap img, .type-product .loop-image-wrap img {
    height: 410px;
    border-radius: 25px;
    object-fit: cover;
}
.products .woocommerce-loop-product__title .botiga-wc-loop-product__title  {
    font-family: 'Century Gothic Regular', sans-serif !important;
}

    /* Категории товаров на странице продаца*/
.elementor-widget-store_categories .store-cat-stack-dokan h3 {
    font-size: 20px;
}

    /* Стили для карточки товара после выбора категории */
.seller-items .woocommerce-loop-product__title {
    margin-bottom: 10px !important;
}
.seller-items .product {
    margin-bottom: 30px;
}
.seller-items .botiga-wc-loop-product__title {
    margin: 0;
}
.seller-items .products {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.seller-items .product {
    padding: 0 15px;
}

.seller-items .button-layout2.loop-button-wrap {
    display: none;
}
.seller-items .price-and-buttons {
    justify-content: space-between;
}

/* Медиа-запросы */

@media (max-width: 1440px) {
        /* Категории товаров на странице продаца*/
.elementor-widget-store_categories .store-cat-stack-dokan h3 {
    font-size: 1.2vw;
}
}

@media (max-width: 1366px) {
    .dokan-store .row {
        margin: 0;
        padding: 0 10px;
    }
}

@media (max-width: 1200px) {}

@media (max-width: 1024px) {}

@media (max-width: 922px) {
     /* Сетка товаров */
    .shop-columns-tablet-3 ul.products, .shop-columns-tablet-3 .wc-block-grid .wc-block-grid__products {
        column-gap: 0;
    }
    .drawn-single-store-grid-item-addcart {
        margin: 0 10px;
    }
}

@media (max-width: 991px) {
    .drawn-shop-right #reviews #comments h2 {
        font-size: 2vw;
    }
}

@media (max-width: 853px) {
    /* Сетка товаров */
    .shop-columns-tablet-3 ul.products, .shop-columns-tablet-3 .wc-block-grid .wc-block-grid__products {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 820px) {}

@media (max-width: 767px) {
    .dokan-store .dokan-store-products-filter-search {
        width: 100% !important;
        margin-bottom: 10px;
    }
    .search-store-products.dokan-btn-theme {
        font-size: 16px !important;
    }
        /* Меню категорий */
    .drawn-vendor-box-products {
        align-items: stretch !important;
    }
    .elementor-widget-store_categories .store-cat-stack-dokan h3 {
        font-size: 5.2vw;
        margin-top: -15px;
        margin-bottom: 0;
    }
}

@media (max-width: 576px) {
    .shop-columns-tablet-3 ul.products, .shop-columns-tablet-3 .wc-block-grid .wc-block-grid__products {
        grid-template-columns: repeat(1, 1fr);
        margin: 0 -9px;
    }
    .post-align-center .loop-image-wrap img {
        width: -webkit-fill-available;
    }
    .dokan-store-products-filter-area .dokan-store-products-ordeby {
        justify-content: space-between;
    }
}

@media (max-width: 438px) {
    .drawn-shop-right #reviews #comments h2 {
        font-size: 4vw;
    }
}

@media (max-width: 375px) {}