/*start responsive*/
/*Карточка товара*/
@media screen and (max-width:767px) {
    .single_add_to_cart_button.button {
        width: 100%;
    }

    .single-product table.shop_attributes td p {
        text-align: right
    }

    table.shop_attributes.woocommerce-group-attributes-layout-1 th,
    td.attribute_value {
        padding: 10px !important;
    }

    h1 {
        font-size: 1.7rem;
    }

    h2 {
        font-size: 1.5rem;
    }

    h3 {
        font-size: 1.3rem;
    }

    .product-loop-categories .product-category .h2,
    .product-loop-categories .product-category .h3,
    .product-loop-categories .product-category .woocommerce-loop-category__title,
    .product-loop-categories .product-category h2,
    .product-loop-categories .product-category h3 {
        font-size: 13px;
    }
}

@media (min-width: 992px) {
    .woocommerce-loop-product__title {
        height: 2.95rem;
    }
}


@media screen and (max-width:1199px) {

    /*Кнопка купить в один клик*/
    button.single_add_to_cart_button.clickBuyButton.button21.button.alt.ld-ext-left {
        margin-top: 20px;
    }

    .single_add_to_cart_button.button {
        font-size: 12px;
    }

    .off-canvas-navigation-wrapper .navbar-toggler,
    .off-canvas-navigation-wrapper button,
    .off-canvas-navigation-wrapper.toggled .navbar-toggler,
    .off-canvas-navigation-wrapper.toggled button,
    .ec-user:before,
    .handheld-header-v2 .handheld-header-links .search>a::before,
    .ec-shopping-bag:before {
        color: #fff;
    }

    /*Заголовок в категориях*/
    .woocommerce-page .page-title {
        margin-bottom: 6px;
    }
}

@media (min-width: 1200px) {
    section.section-products-carousel {
        margin-top: 100px !important;
    }
}


@media (min-width: 1200px) and (max-width: 1480px) {
    .e-con {
        max-width: 1200px !important;
    }
}

.my_quantity-instock,
.my_quantity-backorder,
.my_quantity-notstock {
    cursor: default;
}

.my_quantity-instock {
    color: #198754;
}

.my_quantity-backorder {
    color: #fed700;
}

.my_quantity-notstock {
    color: #dc3545;
}

.single_add_to_cart_button {
    width: 100%;
    margin: 10px 0;
}

.single_add_to_cart_button::before {
    background: none !important;
}

.extended .single-product-wrapper .product-actions .action-buttons {
    flex-wrap: wrap;
}

.cash-warranty-info {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

.delivery-infobox,
.cashback-infobox,
.warranty-infobox {
    padding: 15px;
    border-radius: 6px;
    font-weight: 600;
    background: #04D2F3;
    transition: all .3s;
}

.cashback-infobox,
.warranty-infobox {
    color: white;
}

.cashback-infobox:hover {
    opacity: 0.6;
}

.delivery-infobox {
    width: 100%;
    background: #effdff;
    margin-top: 20px !important;
    font-weight: 500;
    text-align: left;
}

.delivery-infobox ul {
    margin: 5px 0 !important;
    padding-left: 15px !important;
    list-style-type: none;
}

.delivery-infobox ul li::before {
    content: "\2022";
    color: #04D2F3;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

.cat-item.cat-item-4659 {
    display: none !important;
}

.color-marker li::marker {
    color: #04D2F3 !important;
}

/*кнопка купить в 1 клик в сетках товаров*/
.product-inner .single_add_to_cart_button:before {
    display: none;
}

/*header*/
.header-v8 .masthead .header-site-branding img,
.header-v2 .masthead .header-site-branding img {
    max-width: 250px !important;
}

.home .header-icons [data-bs-title="Сравнение"],
.home .header-icons [data-bs-title="Избранное"] {
    display: none !important;
}

.header-icon {
    margin-left: 1.5em !important;
}

.outofstock .clickBuyButton {
    display: none !important;
}

.jet-map-box.mapboxgl-popup .mapboxgl-popup-content {
    border-radius: 20px;
}

.jet-map-box.mapboxgl-popup {
    padding: 0 !important;
}

@media(min-width: 768px) {
    #list {
        max-height: 500px;
        overflow-y: auto;
    }

    /* ===== Scrollbar CSS ===== */
    /* Firefox */
    #list {
        scrollbar-width: 10px;
        scrollbar-color: var(--e-global-color-primary) #ededed;
    }

    /* Chrome, Edge, and Safari */
    #list::-webkit-scrollbar {
        width: 10px;
    }

    #list::-webkit-scrollbar-track {
        background: #ededed;
        border-radius: 10px;
    }

    #list::-webkit-scrollbar-thumb {
        background-color: var(--e-global-color-primary);
        border-radius: 10px;
        border: 0px none #ffffff;
    }

    .dokan-store .page-header .woocommerce-result-count,
    .woocommerce-page .page-header .woocommerce-result-count {
        position: relative;
    }

    .seller-items .page-header,
    .woocommerce-page .page-header {
        align-items: flex-start;
        flex-direction: column;
        gap: 15px;
    }
}

.wrap_exchangen img {
    object-fit: contain;
}

/*форма заказа в 1 клик*/
#formOrderOneClick .popup {
    padding: 30px !important;
}

#formOrderOneClick .popup h2 {
    font-weight: 600 !important;
    margin-bottom: 20px !important;
}

#formOrderOneClick .popup .buyvalide {
    border-radius: 30px !important;
    height: 50px !important;
    padding: 15px 20px !important;
    border: 1px solid #BDBDBD !important;
}

#formOrderOneClick .popup {
    border-radius: 12px !important;
}

#formOrderOneClick .popup .buyvalide:focus {
    border: 1px solid var(--e-global-color-secondary) !important;
}

#formOrderOneClick .popup .buyButtonOkForm {
    border-radius: 30px !important;
}

/*tags list style*/
.category-product-tags-title {
    margin-top: 30px !important;
}


.order-md-first {
    order: 3 !important;
}

.row.content-layout-wrapper.align-items-start {
    flex-direction: row-reverse;
}



