/*/
Theme Name: cobra
Author: cobra
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: cobra
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

/*Site style*/

.header {
    font-family: "Rubik", sans-serif;
    max-width: 1500px;
    height: 130px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header__logo {
    max-width: 124px;
}

.header__left {
    max-width: 532px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.search__input {
    font-family: "Rubik", sans-serif;
    width: 337px;
    height: 44px;
    border-radius: 10px;
    padding: 12px, 20px, 12px, 20px;
    gap: 20px;
    border: none;
    background: url("./img/Vector\ \(1\).svg") 12px 12px no-repeat;
    background-color: #eeeeee;
    padding-left: 40px;
    margin-left: 30px;
}

.search__input-mob {
    font-family: "Rubik", sans-serif;
    width: 280px;
    height: 44px;
    border-radius: 10px;
    padding: 12px, 20px, 12px, 20px;
    gap: 20px;
    border: none;
    background: url("./img/Vector\ \(1\).svg") 12px 12px no-repeat;
    background-color: #eeeeee;
    padding-left: 40px;
    margin-top: 20px;
    display: none;
    font-size: 20px;
}

a {
    text-decoration: none;
}

.header__navigaion {
    display: flex;
    flex-direction: column;
}

.header__navigaion-item {
    display: flex;
    justify-content: end;
    margin-top: 1px;
}

.header__navigaion-inst {
    margin-right: 10px;
}

.header__navigaion-tg {

}

.header__navigaion-tel {
    color: #6a1b9a;
    font-weight: 600;
    font-size: 18px;
}

.menu {
    width: 856px;
    position: absolute;
    z-index: 1;
    background-color: #fdfdfd;
    box-shadow: 0px 11px 7px -5px rgba(56, 56, 56, 0.15);
    border-radius: 0px 0px 10px 10px;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s 250ms, opacity 250ms linear;
    transition: opacity 250ms;
    margin-top: 35px;
}

.menu__nav {
    position: relative;
    right: 200px;
}

.memu__phone {
    position: relative;
    right: 200px;
}

.menu.active {
    position: absolute;
    z-index: 999;
    visibility: visible;
    opacity: 1;
    transition: opacity 250ms linear;
}

.menu-toggle {
    cursor: pointer;
    display: flex;
    padding: 0px 20px 0px 18px;
    justify-content: space-between;
    align-items: center;
    background-color: #6a1b9a;
    font-family: "Rubik", sans-serif;
    gap: 10px;
    border-radius: 5px;
    margin-left: 20px;
}

.menu-toggle__text {
    font-family: "Rubik", sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #fdfdfd;
    text-transform: uppercase;
    margin-left: 10px;
    align-items: center;
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 10px;
    padding-top: 10px;
}

.bar {
    width: 30px;
    height: 2px;
    margin: 6px 0;
    background-color: #fdfdfd;
    transition: 0.4s;
}

.menu__list {
    font-family: "Rubik", sans-serif;
    list-style: none;
    font-weight: 500;
    font-size: 36px;

    margin: 0;
    padding-bottom: 15px;
}

.menu__list-line {
    height: 1px;
    background-color: #8a8a8a;
    max-width: 794px;
}

.menu__list-item {
    color: #000;
    font-weight: 400;
    margin-top: 30px;
    font-size: 20px;
    border-bottom: transparent;
    transition: all 0.5s;
}

.menu__inst {
    display: block;
    position: absolute;
    right: 62px;
    bottom: 57px;
}

.menu__tg {
    display: block;
    position: absolute;
    right: 30px;
    bottom: 57px;
}

.menu__phone {
    display: block;
    position: absolute;
    right: 30px;
    bottom: 30px;
    color: #6a1b9a;
    font-size: 18px;
    font-weight: 600;
}

.menu__list-item:hover {
    border-bottom: solid 1px black;
}

.bar.active1 {
    transform: rotate(-45deg) translate(-5px, 6px);
}

.bar.active2 {
    opacity: 0;
}

.bar.active3 {
    transform: rotate(45deg) translate(-5px, -6px);
}

.basket__btn {
    width: 80px;
    height: 42px;
    padding: 10px 13px 10px 18px;
    gap: 10px;
    border-radius: 5px;
    background: #6a1b9a url("./img/basket.svg") 18px 10px no-repeat;
    color: #fdfdfd;
    font-size: 18px;
    text-align: right;
    margin-right: 20px;
    cursor: pointer;
    border: none;
}

@media (max-width: 930px) {
    .header__navigaion-tel {
        display: none;
    }

    .menu {
        width: 100%;
    }
}

@media (max-width: 820px) {
    .header__navigaion {
        display: none;
    }

    .search__input {
        display: none;
    }

    .search__input-mob {
        display: block;
    }
}

@media (max-width: 820px) {
    .menu-toggle__text {
        display: none;
    }

    .menu__list-line {
        display: none;
    }

    .menu-toggle {
        padding: 10px 12px 10px 12px;
        margin-left: 20px;
    }

    .basket__btn {
        margin-right: 20px;
    }
}

@media (max-width: 530px) {
}

@media (max-width: 400px) {
    .menu {
        visibility: none;
        opacity: none;
        transition: none;
        transition: none;
        transform: translateX(-500px);
        transition: all 0.5s;
        height: 100vh;
    }

    .menu.active {
        position: absolute;
        z-index: 999;
        visibility: none;
        opacity: none;
        transition: none;
        transform: translateX(0px);
        transition: all 0.5s;
    }

    .menu__title {
        font-size: 22px;
    }

    .menu__list-item {
        font-size: 18px;
    }

    .menu__inst {
        display: block;
        position: absolute;
        left: 40px;
        top: 525px;
    }

    .menu__tg {
        display: block;
        position: absolute;
        left: 70px;
        top: 525px;
    }

    .menu__phone {
        display: block;
        position: absolute;
        left: 38px;
        top: 550px;
    }

    .header__logo {
        width: 100px;
    }
}


/*Карточка товара*/
.product-card_stock {
    position: absolute;
    color: #E40000 !important;
}


.woocommerce-loop-product__title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

ins {
    text-decoration: none !important;
}

.popular__row-itemImg {
    width: 100% !important;
    height: auto !important;
    margin: 0 auto !important;
}

.popular {
    max-width: 1380px;
    margin: 0 auto;
}

.popular__inner {
    display: flex;
    flex-wrap: wrap;
}

.popular__row-item {
    margin: 0 auto;
    transition: all 0.5s;
    box-shadow: 0px 0px 28px -5px rgba(75, 75, 75, 0.15);
    border-radius: 10px;
    padding: 20px;
    background: #fff;
}

.popular__row-basket {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
    margin-top: 23px;
    margin-bottom: 17px;
    color: #000;
    font-size: 20px;
    font-weight: 500;
}

.woocommerce ul.products li.product .price {
    color: #000;
    font-size: 24px;
    font-weight: 600;
}

.basket-btn {
    width: 50px;
    height: 40px;
    flex-shrink: 0;
    border-radius: 5px;
    background: #6a1b9a;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.img__basket {
    margin-top: 4px;
}

.popular__row-item:hover {
    scale: 1.04;
}

.phone__btn-text {
    display: none;
}

.center {
    text-align: center;
}

@media (max-width: 635px) {
    .woocommerce ul.products li.product .woocommerce-loop-product__title {
        font-size: 16px;
    }

    .popular__row-item {
        padding: 13px;
    }

    .popular__row-itemImg {
        /*max-width: 138px;*/
        /*max-height: 101px;*/
        margin: 0 auto;
    }

    .subtitle {
        font-size: 14px;
        text-align: center;
        margin: 0;
    }

    .popular__row-basket {
        display: block;
    }

    .popular__row-itemPrice {
        font-size: 20px;
        text-align: center;
    }

    .basket-btn {
        width: 138px;
        height: 32px;
        border-radius: 5px;
        background: #6a1b9a;
        display: flex;
        justify-content: space-evenly;
        margin: 0 auto;

    }

    .phone__btn-text {
        display: block;
        color: #fff;
        font-size: 15px;
        font-weight: 400;
        text-transform: uppercase;
    }

    .popular__title {
        margin-top: 35px;
    }

    .footer__logo-phone {
        /*margin-right: 20px;*/
    }

    .footer__navigaion-tel {
        /*margin-right: 20px;*/
    }
}

body {
    font-family: "Rubik", sans-serif;
    margin: 0px !important;
}

p {
    margin: 0;
}

.woocommerce ul.products li.product a img {
    width: 22px;
    height: 20px;
    margin: 0;
}

.price {
    margin-bottom: 15px !important;
}

.discount-percentage {
    position: absolute;
    top: 8%;
    left: 67%;
    background: #E40000;
    padding: 8px 11px;
    border-radius: 5px;
    color: #FFF;
    width: 45px;
}

@media (max-width: 1225px) {
    .discount-percentage {
        left: 58%;
    }
}

.price del {
    font-size: 16px;
    color: #E40000 !important;
}

.popular__row-itemPrice .price del {
    position: absolute;
    bottom: 75px;
}


@media (max-width: 635px) {
    .popular__row-itemPrice .price del{
        font-size: 16px;
        position: absolute;
        bottom: 95px;
    }
}

@media (max-width: 444px) {
    .discount-percentage {
        left: 55%;
    }

    .woocommerce ul.products li.product .price del {
        bottom: 97px;
        left: 39%;
    }
}

/*Страница магазина*/
#comment, #author, #email {
    border-radius: 5px;
    background: #EEE;
    border: none;
    padding: 10px;
    margin-top: 3px;
}

.woocommerce p.stars a {
    color: #6A1B9A;
}

.wc-block-components-price-slider__range-input-progress {
    --track-background: linear-gradient(90deg, transparent var(--low), #6A1B9A 0, #6A1B9A var(--high), transparent 0) no-repeat 0 100%/100% 100%;
}

#main {
    margin-bottom: 80px;
}

.woocommerce-info {
    margin-top: 30px;
}

.woocommerce .woocommerce-result-count {
    margin: 1.45em 0 1em !important;
}

.orderby {
    border-radius: 5px;
    background: #FDFDFD;
    box-shadow: 0px 1px 15px -5px rgba(75, 75, 75, 0.15);
}

.orderby {
    border: none;
    font-family: "Rubik", sans-serif;
    font-size: 18px;
    padding: 20px 0px 20px 10px;
}

#primary {
    flex-grow: 1;
}

.cobra-container {
    margin: 0 auto;
    max-width: 1380px;
}

.cobra-container-shop {
    margin: 0 auto;
    max-width: 1380px;
    display: flex;
    flex-direction: row-reverse;
    gap: 40px;
}

@media (max-width: 635px) {
    .cobra-container-shop {
        flex-direction: column-reverse;
    }
}

li.product {
    margin-bottom: 20px !important;
    margin-right: 1.89% !important;
}

#secondary {
    flex: 0 0 20%;
}

.woocommerce-products-header__title, .page-title, .entry-title {
    font-size: 50px;
    margin: 0 !important;
}

.filter_text {
    font-weight: 400;
    font-size: 18px;
    cursor: pointer;
}

.wc-blocks-filter-wrapper {
    border-bottom: 1px solid #000;
}

.filter_block {
    display: none;
}

.filter_open {
    display: block;
}

.wc-block-price-filter__range-input--min {
    left: 2px;
}

.wc-block-price-filter__range-input--max {
    left: -2px;
}

.woocommerce-message {
    border-top-color: #6a1b9a;
}

.woocommerce-message::before {
    content: "\e015";
    color: #6a1b9a;
}

.woocommerce-info {
    border-top-color: #6a1b9a;
}

.woocommerce-info::before {
    color: #6a1b9a;
}

/*Страница товара*/
.woocommerce div.product form.cart .variations select {
    min-width: 27%;
    font-family: "Rubik", sans-serif;
}

.comment_container img {
    display: none;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
    margin: 0px;
}

.commentlist {
    padding: 0px !important;
}


.woocommerce span.onsale {
    min-height: auto !important;
    min-width: auto !important;
    padding: 20px 18px;
    font-weight: 600;
    position: absolute;
    text-align: center;
    line-height: 0px !important;
    top: 0.5em;
    left: 0.5em;
    margin: 0;
    border-radius: 5px;
    background-color: #E40000;
    color: #fff;
    font-size: 20px !important;
    z-index: 9;
}

.entry-summary .product_title {
    margin-bottom: 5px !important;
}

.product .entry-summary {
    margin-top: 30px;
}

.variations_button, .cart {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.woocommerce div.product span.price {
    color: #000000 !important;
    font-size: 26px !important;
    font-weight: 600 !important;
}

.woocommerce div.product p.price {
    color: #000000;
    font-size: 26px;
    font-weight: 600;
    text-align: left !important;
}

.woocommerce .star-rating span::before {
    color: #6a1b9a;
}

.qty {
    border: 0;
    outline: none;
    text-align: center;
    width: 30px;
    display: block;
    text-align: center;
    font-size: 18px;
}

.minus {
    cursor: pointer;
    border: 0;
    background-color: #fff;
}

.plus {
    cursor: pointer;
    border: 0;
    background-color: #fff;
}

.quantity {
    width: 112px;
    height: 34px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    box-shadow: 0px 0px 28px -5px rgba(75, 75, 75, 0.15);
    margin-bottom: 20px !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.orderby-single-prod {
    border-radius: 5px;
    background: #FDFDFD;
    box-shadow: 0px 1px 15px -5px rgba(75, 75, 75, 0.15);
    padding: 9px 1px 8px 1px;
    font-size: 18px;
    border: none;
    margin-top: 5px !important;
}


/*Табы*/

.woocommerce div.product .woocommerce-tabs ul.tabs {
    list-style: none;
    padding: 0 0 0 0em;
    margin: 0 0 1.618em;
    overflow: hidden;
    position: relative;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: none;
    background-color: #FFF;
    color: #515151;
    display: inline-block;
    position: relative;
    border-radius: none;
    margin-right: 20px;
    padding: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    position: absolute;
    content: " ";
    width: 0%;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid #cfc8d8;
    z-index: 1;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after, .woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    border: 0px solid #cfc8d8;
    position: absolute;
    bottom: -1px;
    width: 5px;
    height: 5px;
    content: " ";
    box-sizing: border-box;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after, .woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    border: 0px solid #cfc8d8;
    position: absolute;
    bottom: -1px;
    width: 0px;
    height: 0px;
    content: " ";
    box-sizing: border-box;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    display: inline-block;
    padding: 7px 5px;
    font-weight: 500;
    color: #000;
    text-decoration: none;
    font-size: 26px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: #fff;
    color: #6A1B9A;
    z-index: 2;
    border-bottom: #6A1B9A 2px solid;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
    text-decoration: none;
    color: #6A1B9A;
}


.cobra-checkout {
    padding: 40px 66px;
    box-shadow: 0px 0px 28px -5px rgba(75, 75, 75, 0.15);
    border-radius: 10px;
}

.checkout {
    max-width: 430px;
}

.woocommerce form .form-row-first, .woocommerce-page form .form-row-first {
    float: none;
}

.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
    width: 100%;
    overflow: visible;
}

.wcus-checkout-fields h3 {
    display: none;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background: none;
    border-radius: 5px;
}

.woocommerce-billing-fields h3 {
    color: #000;
    font-size: 34px;
    font-weight: 500;
    margin: 0px;
}

.woocommerce form .form-row {
    padding: 0px;
}

.woocommerce-billing-fields__field-wrapper input {
    border-radius: 5px;
    background: #EEE;
    border: none;
    padding: 12px;
    font-size: 16px;
}

.woocommerce-billing-fields__field-wrapper label {
    font-weight: 500;
}

.woocommerce-billing-fields__field-wrapper .checkbox {
    color: #8A8A8A;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2px !important;
}

.zen-ui-select__search-input {
    padding: 3px 0px !important;
}

.zen-ui-select__value {
    position: relative;
    padding: 9px 28px 9px 12px !important;
    background: #EEE;
    border: none;
    border-radius: 5px;
    user-select: none;
    cursor: pointer;
    transition: all .3s ease;
    margin-bottom: 3px;
}

.zen-ui-select__value:hover {
    background: #e1e1e1;
}

.woocommerce table.shop_table {
    border: none;
}

.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
    font-weight: 400;
    border-top: none;
}

.order-total th {
    font-weight: 500 !important;
    font-size: 26px;
    padding: 9px 0px !important;
}

.order-total td {
    font-weight: 500 !important;
    font-size: 26px;
    float: right;
    padding: 9px 0px !important;
}

.woocommerce-shipping-totals {
    display: none;
}

.woocommerce-checkout-review-order .woocommerce-checkout-review-order-table {
    margin: 0 -1px -10px 0 !important;
    border-bottom: 1px solid #8A8A8A !important;
    border-radius: 0 !important;
}

#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods {
    border-bottom: 0px !important;
}

.place-order {
    display: flex;
    flex-direction: column;
}

.place-order button {
    margin-top: 15px !important;
    border-radius: 5px !important;
    background: #6A1B9A !important;
    padding: 15px 1em !important;
}

.place-order {
    padding-top: 0 !important;
}


/*Футер*/

.footer__line {
    background: #6a1b9a;
    height: 40px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.footer__line-text {
    color: #fdfdfd;
    font-family: "Rubik", sans-serif;
    font-size: 16px;
    font-weight: 400;
}

.footer {
    background-color: #eee;
}
.footer__inner {
    font-family: "Rubik", sans-serif;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    max-width: 1380px;
    padding: 0px 15px 15px 15px;
}
.footer__lists {
    list-style: none;
    flex-grow: 1;
}
.footer__list1 {
    list-style: none;
    padding: 0;
}

.footer__list1-item {
    color: #000;
    font-size: 20px;
    font-weight: 400;
    border-bottom: transparent;
    transition: all 0.5s;
}
.footer__list1-item:hover {
    border-bottom: 1px solid black;
}
.item {
    margin-bottom: 10px;
}
.footer__column {
    flex-grow: 1;
}
.footer__row {
    display: flex;
    justify-content: flex-end;
}
.footer__navigaion-tel {
    color: #6a1b9a;
    text-align: right;
    font-weight: 600;
}
.footer__tel {
    text-align: right;
}
.footer__navigaion-question {
    display: block;
    color: #8a8a8a;
    font-size: 16px;
    font-weight: 400;
    text-align: right;
}

.chart-work {
    text-align: end;
}
.chart-work1 {
    text-align: end;
}
.footer__navigaion-column2 {
    margin-top: 60px;
}
.footer__logo {
    width: 178px;
    margin: 0 auto;
}
.footer__logo-phone {
    display: none;
}
.footer {
    /*margin-top: 72px;*/
}
@media (max-width: 800px) {
    .footer__lists {
        display: block;
    }
    .footer__list1-item {
        font-size: 18px;
    }
    .footer__logo {
        display: none;
    }
    .footer__logo-phone {
        display: block;
        margin-bottom: 11px;
    }
    .footer__column {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        margin-top: 0;
        justify-content: space-evenly;
    }
    .footer__navigaion-column2 {
        margin-top: 0px;
    }
    .footer__img {
        display: none;
    }
    .footer__tel {
        margin-right: 0px;
    }
    .footer {
        margin-top: 0;
    }
}
@media (max-width: 800px) {
    .orderby{
        font-size: 15px;
    }
    .footer__line-text {
        font-size: 12px;
    }
    .footer__navigaion-tel {
        margin-top: 4px;
        margin-bottom: 5px;
    }
    .footer__navigaion-question {
        margin-bottom: 14px;
    }
    .entry-title{
        font-size: 32px;
    }
}

.footer__line {
    color: #fdfdfd;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
}
@media (max-width: 600px) {
    .footer__line {
        font-size: 12px;
    }
}


/*Карточки категорий*/

.categori__card {
    overflow: hidden;
    border-radius: 10px;
    background-color: #000000;
    display: block;
    color: #fdfdfd;
    position: relative;
    width: 100%;
}

.categori__text {
    position: absolute;
    top: 50%;
    left: 51%;
    transform: translate(-50%, -50%);
    color: #fdfdfd;
    text-shadow: #000000 1px 0px 12px;
    font-size: 46px;
    font-weight: 700;
    text-align: center;
}

.categori__img {
    opacity: 1;
    transition: opacity 124ms linear, transform 124ms linear; /* Плавное изменение прозрачности и увеличения */
    width: 100%;
    display: block;
    cursor: pointer;
}

.categori__card:hover .categori__img {
    transform: scale(1.1);
    opacity: 0.7;
}

.categori__container {
    padding: 0px 15px 0px 15px;
    margin: 0 auto;
    max-width: 1380px;
    gap: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
}

.title {
    font-size: 50px;
    font-weight: 500;
    color: #000;
    margin-left: 15px;
}

.categori {
    max-width: 1920px;
    margin: 0 auto;
    margin-top: 72px;
    background: url("./img/Smoke-catogori.png") 700px -360px no-repeat;
}

.categori-page {
    max-width: 1920px;
    margin: 0 auto;
    margin-top: 30px;
}

.categori__inner {
    max-width: 1380px;
    margin: 0 auto;
}

.categori__title {
    margin-bottom: 20px;
}

@media (max-width: 1440px) {
    .categori__container {
        grid-template-columns: 1fr 1fr 1fr;

        justify-items: center;
    }
}

@media (max-width: 1190px) {
    .categori__text {
        font-size: 38px;
    }
}

@media (max-width: 960px) {
    .categori__container {
        grid-template-columns: 1fr 1fr;
        justify-items: center;
        padding: 0px 10px 0px 10px;
    }

    .title {
        font-size: 40px;
    }
}

@media (max-width: 715px) {
    .categori__container {
        gap: 10px;
    }
}

@media (max-width: 660px) {
    .categori__container {
        grid-template-columns: 1fr 1fr 1fr;
        justify-items: center;
        padding: 0px 10px 0px 10px;
    }

    .categori__text {
        font-size: 20px;
    }
}

@media (max-width: 540px) {
    .categori__container {
        grid-template-columns: 1fr 1fr;
    }

    .title {
        font-size: 30px;
    }
}


/*sdider 275-----326*/
.slider {
    padding-top: 20px;
}

@media (max-width: 930px) {
    .menu {
        width: 100%;
    }
}

@media (max-width: 960px) {
    .header__navigaion-tel {
        display: none;
    }
}

@media (max-width: 820px) {
    .header__navigaion {
        display: none;
    }

    .search__input {
        display: none;
    }
}

@media (max-width: 820px) {
    .menu-toggle__text {
        display: none;
    }

    .menu-toggle {
        padding: 10px 12px 10px 12px;
        margin-left: 20px;
    }

    .basket__btn {
        margin-right: 20px;
    }
}

@media (max-width: 530px) {
}

@media (max-width: 400px) {
    .menu {
        visibility: none;
        opacity: none;
        transition: none;
        transition: none;
        transform: translateX(-500px);
        transition: all 0.5s;
        height: 100vh;
    }

    .menu.active {
        position: absolute;
        z-index: 999;
        visibility: none;
        opacity: none;
        transition: none;
        transform: translateX(0px);
        transition: all 0.5s;
    }

    .menu__title {
        font-size: 22px;
    }

    .menu__list-item {
        font-size: 18px;
    }

    .menu__inst {
        display: block;
        position: absolute;
        left: 40px;
        top: 431px;
    }

    .menu__tg {
        display: block;
        position: absolute;
        left: 70px;
        top: 431px;
    }

    .menu__phone {
        display: block;
        position: absolute;
        left: 38px;
        top: 460px;
    }

    .header__logo {
        width: 100px;
    }
}

.img__slider {
    padding-left: 20px;
    max-width: 100%;
}

.img__slider-phone {
    display: none !important;
}

.slider {
    max-width: 1958px;
    margin: 0 auto;
}

.slider__phone {
    max-width: 100%;
    height: auto;
}

@media (max-width: 1300px) {
    .slider__phone img {
        max-width: 80%;
        margin: 0 auto;
    }
}

@media (max-width: 1150px) {
    .slider__phone img {
        max-width: 70%;
        margin: 0 auto;
    }
}

@media (max-width: 1050px) {
    .slider__phone img {
        max-width: 55%;
        margin: 0 auto;
    }
}

@media (max-width: 850px) {
    .slider__phone img {
        max-width: unset;
        margin: 0 auto;
        height: 410px;
                padding-right: 10px;
        padding-left: 10px;
    }

    .img__slider {
        display: none !important;
    }

    .img__slider-phone {
        display: block !important;
        width: auto;
        padding-right: 10px;
        padding-left: 10px;
    }

    .slider_pc {
        margin: 0 auto;
    }
}


.center {
    text-align: center;
}

.popular {
    font-family: "Rubik", sans-serif;
    margin-top: 70px;
    max-width: 1920px;
    margin: 0 auto;
    margin-top: 72px;
    background: url("./img/popularsmok.png") 20px -70px no-repeat;
}

.popular__inner {
    max-width: 1380px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
    margin-bottom: 30px;
}

.popular__title {
    margin-bottom: 25px;
}

/*.popular__row-item {*/
/*    margin: 0 auto;*/
/*    transition: all 0.5s;*/
/*    width: 100%;*/
/*    border-radius: 10px;*/
/*    background: var(--white, #fdfdfd);*/
/*    box-shadow: 0px 0px 28px -5px rgba(75, 75, 75, 0.15);*/
/*}*/
/*.popular__row-basket {*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*    align-items: center;*/
/*    margin-bottom: 10px;*/
/*}*/
/*.subtitle {*/
/*    margin-top: 23px;*/
/*    margin-bottom: 17px;*/
/*    color: #000;*/
/*    font-size: 20px;*/
/*    font-weight: 500;*/
/*}*/
/*.price {*/
/*    color: #000;*/
/*    font-size: 24px;*/
/*    font-weight: 600;*/
/*}*/
/*.basket-btn {*/
/*    width: 50px;*/
/*    height: 40px;*/
/*    flex-shrink: 0;*/
/*    border-radius: 5px;*/
/*    background: #6a1b9a;*/
/*    cursor: pointer;*/
/*}*/
/*.img__basket {*/
/*    margin-top: 4px;*/
/*}*/
/*.popular__row-item:hover {*/
/*    scale: 1.1;*/
/*}*/
/*.phone__btn-text {*/
/*    display: none;*/
/*}*/

/*.popular__row-itemSubitle {*/
/*    margin-left: 18px;*/
/*}*/
/*.popular__row-itemPrice {*/
/*    margin-left: 18px;*/
/*}*/
/*.popular__row-itemBtn {*/
/*    margin-right: 18px;*/
/*    border: 0;*/
/*}*/
/*.popular__img {*/
/*    position: absolute;*/
/*    z-index: -1;*/
/*    left: 0px;*/
/*}*/
/*.popular__container {*/
/*    max-width: 1380px;*/
/*    margin: 0 auto;*/
/*    padding: 0px 15px 0px 15px;*/
/*}*/
.all__product-btn {
    display: block;
    margin: 0 auto;
    margin-top: 40px;
    padding: 20px 30px;
    gap: 10px;
    border-radius: 10px;
    background: #060606 url("./img/Vector\ 4\ .png") 320px 50% no-repeat;
    margin-bottom: 91px;
    max-width: 333px;
    max-height: 54px;
    text-align: center;
    font-size: 20px;
    color: #fdfdfd;
}

@media (max-width: 1280px) {
    .popular__inner {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media (max-width: 960px) {
    .popular__inner {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 660px) {
    .center {
        text-align: center;
    }

    .subtitle {
        font-size: 14px;
        text-align: center;
        margin: 0;
    }

    .popular__row-basket {
        display: block;
    }

    .price {
        font-size: 20px;
        text-align: center;
    }

    .basket-btn {
        width: 138px;
        height: 32px;
        border-radius: 5px;
        background: #6a1b9a;
        display: flex;
        justify-content: space-evenly;
        margin: 0 auto;
    }

    .phone__btn-text {
        display: block;
        color: #fff;
        font-size: 15px;
        font-weight: 400;
        text-transform: uppercase;
    }

    .popular__title {
        margin-top: 35px;
        margin-bottom: 20px;
    }

    .popular {
        margin-top: 0px;
    }
}

@media (max-width: 660px) {
    .popular__row-itemBtn {
        margin-right: 0;
        margin: 0 auto;
    }

    .popular__row-itemImg {
        margin-left: 0;
        margin: 0 auto;
    }

    .popular__row-itemSubitle {
        margin-left: 0;
        margin: 0 auto;
    }

    .popular__row-itemPrice {
        margin-left: 0;
        margin: 0 auto;
    }

    .all__product-btn {
        margin-top: 0;
        max-width: 266px;
        max-height: 40px;
        background: #060606 url("./img/Vector\ 4\ .png") 290px 50% no-repeat;
    }

    .popular__inner {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media (max-width: 540px) {
    .popular__inner {
        align-items: stretch;
        grid-template-columns: 1fr 1fr;
    }

    .popular__row-item {
        margin-top: 0px;
    }

    .popular__container {
        padding: 0px 10px 0px 10px;
    }

    .popular__inner {
        gap: 10px;
    }

    .popular {
        margin-top: 35px;
    }
}

/*disconts 661---------868*/
.disconts {
    font-family: "Rubik", sans-serif;
    background: linear-gradient(
            180deg,
            #fdfdfd 3.39%,
            rgba(253, 253, 253, 0.7) 49.57%,
            #fdfdfd 97.19%
    ),
    rgba(106, 27, 154, 0.66);
    background-blend-mode: normal, darken;
    margin-top: 90px;
}

.disconts__container {
    max-width: 1380px;
    margin: 0 auto;
    padding: 0 15px 0 15px;
}

.disconts__inner {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
}

.disconts__title {
    margin-left: 0;
    text-align: center;
    margin-bottom: 24px;
}

.disconts__row-item {
    margin: 0 auto;
    transition: all 0.5s;
    border-radius: 10px;
    background: #fdfdfd;
    box-shadow: 0px 0px 28px -5px rgba(75, 75, 75, 0.15);
    width: 100%;
}

.disconts__row-basket {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.subtitle {
    margin-top: 23px;
    margin-bottom: 17px;
    color: #000;
    font-size: 20px;
    font-weight: 500;
}

.price {
    color: #000;
    font-size: 24px;
    font-weight: 600;
}

.basket-btn {
    width: 50px;
    height: 40px;
    flex-shrink: 0;
    border-radius: 5px;
    background: #6a1b9a;
    cursor: pointer;
}

.img__basket {
    margin-top: 4px;
}

.disconts__row-item:hover {
    scale: 1.1;
}

.phone__btn-text {
    display: none;
}

.disconts__row-itemImg {
    width: 291px;
    height: 214px;
}

.disconts__row-itemSubitle {
    margin-left: 18px;
}

.disconts__row-itemPrice {
    margin-left: 18px;
}

.disconts__row-itemBtn {
    margin-right: 18px;
    border: 0;
}

.all__product-btndisconts {
    background: #e40000 url("./img/Vector\ 4\ .png") 310px 50% no-repeat;
    display: block;
    width: 332px;
    padding: 20px 30px;
    border-radius: 10px;
    text-align: center;
    margin: 0 auto;
    margin-top: 60px;
    color: #fdfdfd;
    font-size: 20px;
    font-weight: 500;
}

@media (max-width: 660px) {
    .center {
        text-align: center;
    }

    .disconts__row-itemImg {
        max-width: 138px;
        max-height: 101px;
    }

    .subtitle {
        font-size: 14px;
        text-align: center;
        margin: 0;
    }

    .disconts__row-basket {
        display: block;
    }

    .price {
        font-size: 20px;
        text-align: center;
    }

    .basket-btn {
        width: 138px;
        height: 32px;
        border-radius: 5px;
        background: #6a1b9a;
        display: flex;
        justify-content: space-evenly;
        margin: 0 auto;
    }

    .phone__btn-text {
        display: block;
        color: #fff;
        font-size: 15px;
        font-weight: 400;
        text-transform: uppercase;
    }

    .disconts__title {
        margin-top: 35px;
        margin-left: 15px;
    }

    .all__product-btn {
        width: 280px;
        padding: 20px 30px;
        margin-right: 0px;
        margin-top: 0;
        margin-bottom: 0;
        margin: 0 auto;
        font-size: 18px;
    }
}

@media (max-width: 660px) {
    .all__product-btndisconts {
        margin-top: 0;
        margin-bottom: 0;
        margin: 0 auto;
        font-size: 18px;
        width: 265px;
        background: #e40000 url("./img/Vector\ 4\ .png") 280px 50% no-repeat;
        margin-top: 30px;
    }

    .disconts__row-itemBtn {
        margin-right: 0;
        margin: 0 auto;
    }

    .disconts__row-itemImg {
        margin-left: 0;
        margin: 0 auto;
    }

    .disconts__row-itemSubitle {
        margin-left: 0;
        margin: 0 auto;
    }

    .disconts__row-itemPrice {
        margin-left: 0;
        margin: 0 auto;
    }
}

@media (max-width: 1280px) {
    .disconts__inner {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media (max-width: 960px) {
    .disconts__inner {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 660px) {
    .disconts__inner {
        grid-template-columns: 1fr 1fr 1fr;
        gap: 20px;
    }
}

@media (max-width: 540px) {
    .disconts__inner {
        grid-template-columns: 1fr 1fr;
    }

    .disconts {
        margin-top: 35px;
    }

    .disconts__title {
        text-align: left;
    }

    .disconts__inner {
        gap: 10px;
    }
}

.novelty {
    max-width: 1920px;
    margin: 0 auto;
    font-family: "Rubik", sans-serif;
    margin-top: 150px;
    background: url("./img/Smoke-PNG-Clipart\ 6\ \(2\).png") 0px -45px no-repeat;
}

.novelty__title {
    margin-bottom: 24px;
}

.novelty__inner {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
}

.novelty__row-item {
    margin: 0 auto;
    transition: all 0.5s;
    border-radius: 10px;
    background: #fdfdfd;
    box-shadow: 0px 0px 28px -5px rgba(75, 75, 75, 0.15);
    width: 100%;
}

.novelty__row-basket {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.subtitle {
    margin-top: 23px;
    margin-bottom: 17px;
    color: #000;
    font-size: 20px;
    font-weight: 500;
}

.price {
    color: #000;
    font-size: 24px;
    font-weight: 600;
}

.basket-btn {
    width: 50px;
    height: 40px;
    flex-shrink: 0;
    border-radius: 5px;
    background: #6a1b9a;
    cursor: pointer;
}

.img__basket {
    margin-top: 4px;
}

.novelty__container {
    padding: 0px 15px 0px 15px;
    max-width: 1380px;
    margin: 0 auto;
}

.novelty__row-item:hover {
    scale: 1.1;
}

.phone__btn-text {
    display: none;
}

.novelty__row-itemImg {
    width: 291px;
    height: 214px;
}

.all__product-btn {
    display: flex;
    padding: 20px 30px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 10px;
    background: #060606 url("./img/Vector\ 4\ .png") 320px 50% no-repeat;
    margin-bottom: 91px;
}

.novelty__row-itemSubitle {
    margin-left: 18px;
}

.novelty__row-itemPrice {
    margin-left: 18px;
}

.novelty__row-itemBtn {
    margin-right: 18px;
    border: 0;
}

.all__discounts-btn {
    display: block;
    max-width: 332px;
    padding: 20px 30px;
    gap: 10px;
    border-radius: 10px;
    background: #e40000 url("./img/Vector\ 4\ .png") 290px 50% no-repeat;
    text-align: center;
    margin: 0 auto;
    margin-top: 60px;
    color: #fdfdfd;
    font-size: 20px;
    font-weight: 500;
}

@media (max-width: 1280px) {
    .novelty__inner {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media (max-width: 960px) {
    .novelty__inner {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 660px) {
    .novelty__inner {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .center {
        text-align: center;
    }

    .novelty {
        margin-top: 0px;
        margin-top: 30px;
    }

    .novelty__row-itemImg {
        max-width: 138px;
        max-height: 101px;
    }

    .subtitle {
        font-size: 14px;
        text-align: center;
        margin: 0;
        margin-bottom: 10px;
    }

    .novelty__row-basket {
        display: block;
    }

    .price {
        font-size: 20px;
        text-align: center;
        margin-bottom: 10px;
    }

    .basket-btn {
        width: 138px;
        height: 32px;
        border-radius: 5px;
        background: #6a1b9a;
        display: flex;
        justify-content: space-evenly;
        margin: 0 auto;
    }

    .phone__btn-text {
        display: block;
        color: #fff;
        font-size: 15px;
        font-weight: 400;
        text-transform: uppercase;
    }

    .novelty__title {
        margin-top: 35px;
    }

    .all__product-btn {
        margin-right: 0px;
        margin-top: 0;
        margin-bottom: 0;
        margin: 0 auto;
        font-size: 18px;
        background: #060606 url("./img/Vector\ 4\ .png") 280px 50% no-repeat;
    }
}

@media (max-width: 635px) {
    .novelty__row-itemBtn {
        margin-right: 0;
        margin: 0 auto;
    }

    .novelty__row-itemImg {
        margin-left: 0;
        margin: 0 auto;
    }

    .novelty__row-itemSubitle {
        margin-left: 0;
        margin: 0 auto;
        margin-bottom: 10px;
    }

    .novelty__row-itemPrice {
        margin-left: 0;
        margin: 0 auto;
        margin-bottom: 10px;
    }

    .title {
        margin-top: 0;
    }
}

@media (max-width: 540px) {
    .novelty__inner {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
}

.info {
    max-width: 1920px;
    margin: 0 auto;
    padding-bottom: 72px;
    background: url("./img/smoke_info.png") 100% 29% no-repeat;
}

.info__container {
    max-width: 1380px;
    margin: 0 auto;
    padding: 0px 15px 0px 15px;
}

.info__inner {
    display: flex;
    justify-content: space-between;
}

.info__title {
    margin-top: 72px;
    margin-bottom: 22px;
}

.info__text {
    font-size: 18px;
    max-width: 605px;
}

@media (max-width: 1240px) {
    .info__inner {
        flex-direction: column;
    }

    .info__text {
        max-width: 100%;
    }
}

.phone_card{
    min-width: 33%;
    justify-content: flex-end;
}

@media (max-width: 960px) {
    .info__title {
        margin-top: 0px;
        margin-top: 20px;
        margin-bottom: 0px;
        margin-bottom: 10px;
    }
    .phone_card{
        min-width: auto;
        justify-content: flex-end;
    }
}

@media (max-width: 400px) {

}

.footer__line {
    background: #6a1b9a;
    height: 40px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.footer__line-text {
    color: #fdfdfd;
    font-family: "Rubik", sans-serif;
    font-size: 16px;
    font-weight: 400;
}

.footer {
    background-color: #eee;
}

.footer__inner {
    font-family: "Rubik", sans-serif;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    max-width: 1380px;
    padding: 0px 15px 15px 15px;
}

.footer__lists {
    list-style: none;
    flex-grow: 1;
}

.footer__list1 {
    list-style: none;
    padding: 0;
}

.footer__list1-item {
    color: #000;
    font-size: 20px;
    font-weight: 400;
    border-bottom: transparent;
    transition: all 0.5s;
}

.footer__list1-item:hover {
    border-bottom: 1px solid black;
}

.item {
    margin-bottom: 10px;
}

.footer__column {
    flex-grow: 1;
}

.footer__row {
    display: flex;
    justify-content: flex-end;
}

.footer__navigaion-tel {
    color: #6a1b9a;
    text-align: right;
    font-weight: 600;
}

.footer__tel {
    text-align: right;
}

.footer__navigaion-question {
    display: block;
    color: #8a8a8a;
    font-size: 16px;
    font-weight: 400;
    text-align: right;
}

.chart-work {
    text-align: end;
}

.chart-work1 {
    text-align: end;
}

.footer__navigaion-column2 {
    margin-top: 60px;
}

.footer__logo {
    margin: 0 auto;
}

.footer__logo-phone {
    display: none;
}

.footer {
    /*margin-top: 72px;*/
}

@media (max-width: 800px) {
    .footer__lists {
        display: block;
    }

    .footer__list1-item {
        font-size: 18px;
    }

    .footer__logo {
        display: none;
    }

    .footer__logo-phone {
        display: block;
        margin-bottom: 11px;
    }

    .footer__column {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        margin-top: 0;
        justify-content: space-evenly;
    }

    .footer__navigaion-column2 {
        margin-top: 0px;
    }

    .footer__img {
        display: none;
    }

    .footer__tel {
        margin-right: 0px;
    }

    .footer {
        margin-top: 0;
    }
}

@media (max-width: 800px) {
    .footer__line-text {
        font-size: 12px;
    }

    .footer__navigaion-tel {
        margin-top: 4px;
        margin-bottom: 5px;
    }

    .footer__navigaion-question {
        margin-bottom: 14px;
    }
}

.footer__line {
    color: #fdfdfd;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
}

@media (max-width: 600px) {
    .footer__line {
        font-size: 12px;
    }
}

/*Корзина*/

.item {
}

.title {
    font-size: 38px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 40px;
}

.container-card {
    border-bottom: 2px solid #8a8a8a;
    margin-bottom: 20px;
}

.item__subtitle {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
}

.item__iner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}

.line {
    height: 2px;
    stroke-width: 1px;
    background-color: #8a8a8a;
    margin-bottom: 20px;
}

.item__img {
    width: 30%;
    text-align: center;
    margin-right: 10px;
}

.item__img img {
    /*width: 85%;*/
}

.color__text {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px;
}

.color__square {
    width: 22px;
    height: 22px;
    background-color: #27c400;
    border-radius: 5px;
    margin-bottom: 20px;
}

.quantity__text {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px;
}

.minus {
    border: none;
    background: none;
}

.number {
    border: none;
    background: none;
    width: 50px;
    text-align: center;
}

.number:focus {
    outline: none !important;
}

.plus {
    border: none;
    background: none;
}

.price {
    color: #000;
    font-size: 26px;
    font-weight: 600;
    margin-right: 20px;
}

.description {
    flex-grow: 1;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.subtitle {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.item__znak {
    margin-right: 20px;
}

.along {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.along__text {
    color: #000;
    font-size: 38px;
    font-weight: 500;
}

.along__price {
    color: #000;
    font-size: 38px;
    font-weight: 500;
    margin-right: 20px;
}

.container-card {
    max-width: 667px;
}

.woocommerce a.remove {
    display: block;
    font-size: 1.2em;
    height: 1em;
    width: 1em;
    text-align: center;
    line-height: 1;
    border-radius: 100%;
    color: #9d9d9d !important;
    text-decoration: none;
    font-weight: 200;
    border: 0;
}


@media (max-width: 400px) {
    .title {
        font-size: 30px;
        margin-bottom: 6px;
    }

    .item__subtitle {
        font-size: 16px;

    }

    .item__znak {
        margin-right: 0px;
    }

    .color__text {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .color__square {
        max-width: 20px;
        max-height: 20px;
        margin-bottom: 10px;
    }

    .quantity__text {
        font-size: 14px;
        font-weight: medium;
        margin-bottom: 5px;
    }

    .number {
        font-size: 12.619px;
        width: 25px;
    }

    .plus {
        font-size: 12.619px;
    }

    .minus {
        font-size: 12.619px;
    }

    .price {
        font-size: 16px;
        margin-right: 0px;
    }

    .container-card {
        padding-top: 29px;
        max-width: 667px;
    }

    .line {
        margin-bottom: 15px;
    }

    .line:last-child {
        margin-bottom: 0px;
    }

    .line:nth-child(3) {
        margin-bottom: 0px;
    }

    .along__text {
        font-size: 19px;
    }

    .along__price {
        font-size: 20px;
        margin-right: 0px;
    }

    .along {
        margin-bottom: 10px;
    }

    .penultimate__line {
        margin-bottom: 10px;
    }

    .item__img {
        width: 33%;
    }

}


.calc .quantity {
    margin: 0;
}

.card-checkout-container {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 70px;
}
@media (max-width: 960px) {
    .card-checkout-container{
        flex-direction: column;
    }
    .cobra-checkout{

    }
    .woocommerce-cart-form{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .checkout {
        max-width: max-content;
    }
    .cobra-checkout{
        padding: 20px 10px;
    }
}

/*Оформление заказа*/
.woocommerce-thankyou-order-details{
    display: flex;
    flex-direction: column;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
    padding-left: 0px !important;
}

.woocommerce-thankyou-order-details li {
    border: none !important;
}

.woocommerce .woocommerce-customer-details address {
    padding-right: 0px !important;
    padding-left: 3px !important;
}