.woocommerce-notices-wrapper, .woocommerce-NoticeGroup {
    width: 100%;
}

.available-on-backorder {
    display: none;
}

.detail__submit.disabled, .detail__submit:disabled {
    cursor: not-allowed;
    opacity: .5;
}

.variations {
    margin-top: 16px;
    width: 100%;
    min-width: auto!important;
}

.variations th, .variations td {
    padding-top: 5px;
    padding-bottom: 5px;
}

.reset_variations {
    margin-left: 5px;
}

.woocommerce-variation-price::before {
    content: 'Цена: '
}

.woocommerce-variation-price {
    color: #00AEFF;
    font-weight: 800;
    font-size: 20px;
}

/* состояние загрузки */
.is-loading {
    position: relative;
    opacity: .75;
}

/* спиннер */
.btn-spinner {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-left: 8px;
    vertical-align: -2px;
    border: 2px solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: btnSpin .7s linear infinite;
}

@keyframes btnSpin {
    to { transform: rotate(360deg); }
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
    background: #F2F6FB;
    border-radius: 8px;
}

.woocommerce-error .button, .woocommerce-info .button, .woocommerce-message .button {
    background-color: #00AEFF!important;
    border-radius: 4px!important;
    color: #fff!important;
}

@media (max-width: 959px) {
    .woocommerce-error .button, .woocommerce-info .button, .woocommerce-message .button {
        float: none!important;
        margin: 15px auto 0!important;
    }
}

.header__search {
    flex: 1;
}

.header__btn-cart {
    margin-right: 5px;
    width: auto;
    padding: 0 21px;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.header__btn-cart:active {
    border: 0;
}

.header__btn-cart svg {
    width: 30px;
    height: 30px;
}

@media (max-width: 959px) {
    .header__btn-cart {
        padding: 0 10px;
        font-size: 16px;
        margin-right: 0px;
    }

    .header__btn-cart svg {
        width: 15px;
        height: 15px;
    }
}


/** Страница аккаунта */
.woocommerce-Price-amount {
    white-space: nowrap;
}

.woocommerce-account .content-text {
    width: 100%;
}
.woocommerce-account .woocommerce {
    display: flex;
    gap: 30px;
}

.woocommerce-account .woocommerce::after, .woocommerce-account .woocommerce::before,
.woocommerce-account .addresses .title::after, .woocommerce-account .addresses .title::before
{
    content: "";
    display: none;
}

.woocommerce-page-account .woocommerce {
    display: flex;
    gap: 25px;
}

.woocommerce-MyAccount-navigation {
    max-width: 250px;
    width: 100%;
}

.woocommerce-MyAccount-navigation ul {
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.woocommerce-MyAccount-navigation ul li {
    list-style-type: none;
    margin: 0;
}

.woocommerce-MyAccount-navigation-link a {
    display: block;
    background: #f3f3f3;
    padding: 8px 16px;
    border-radius: 4px;
    font-size: 15px;
}

.woocommerce-MyAccount-navigation-link.is-active a {
    background: #00AEFF;
    color: #fff;
}

.woocommerce-MyAccount-navigation-link:hover a {
    background: #0650A3;
    color: #fff;
}

.woocommerce-MyAccount-content {
    flex: 1;
}

.woocommerce-MyAccount-content p a {
    color: #00AEFF;
}

.woocommerce-MyAccount-content h2 {
    margin: 0;
}

.woocommerce-MyAccount-navigation-link--downloads {
    display: none !important;
}

.woocommerce-Addresses {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.woocommerce-Address-title {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 25px;
}

.woocommerce form.login, .woocommerce form.register {
    margin: 0 auto;
}

@media screen and (max-width: 991px) {
    .woocommerce-page-account .woocommerce {
        flex-direction: column;
    }

    .woocommerce-MyAccount-navigation {
        max-width: 100%;
    }
}

.woocommerce-order {
    background: #F2F6FB;
    padding: 30px;
}

.woocommerce-order-details {
    margin-top: 20px;
}

.woocommerce-thankyou-order-received {
    margin-bottom: 20px;
    font-weight: bold;
}

.woocommerce ul.order_details li {
    border-top: 0;
    display: inline-block;
    padding-top: 0;
    margin-bottom: 0;
}

.woocommerce-order-overview__total.total {
    display: block;
    padding: 0 2em 0 0;
}

.woocommerce-order-details__title {
    font-weight: bold;
    margin-bottom: 20px;
}

.woocommerce-column__title {
    font-weight: bold;
    margin: 20px 0!important;
}

@media screen and (max-width: 991px) {
    .woocommerce ul.order_details {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    .woocommerce ul.order_details li {
        border-right: 0;
        padding: 0;
        margin: 0;
    }
}

.woocommerce-table__product-name.product-name a, .woocommerce-table__product-name.product-name .product-quantity {
    font-weight: bold;
    font-size: 16px;
}

.woocommerce-table__product-name .wc-item-meta {
    font-size: 14px;
}


/** Корзина и оформление заказа */
.base-woo-cart-form-wrap {
    width: 100%;
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 40px;
}

.woocommerce-cart .woocommerce-cart-form {
    background: #F2F6FB;
    width: calc(65% - 20px);
    padding: 15px 30px;
}

.woocommerce-cart .cart-collaterals {
    position: sticky;
    top: 20px;
    background: #F2F6FB;
    width: calc(35% - 20px);
    padding: 15px 30px;
}

.woocommerce table.shop_table {
    text-align: left;
    width: 100%;
    border-collapse: collapse;
    border: 0;
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
    vertical-align: middle;
}

.woocommerce table.shop_table th {
    padding: 15px 12px;
    line-height: 16px;
    border: 0;
}

.woocommerce table.shop_table td {
    border-top: 1px solid #e5e5e5;
    padding: 9px 12px;
    vertical-align: middle;
}

.woocommerce table.shop_table td:first-child {
    padding-left: 0;
}

.woocommerce table.shop_table td:last-child {
    padding-right: 0;
}

.woocommerce-cart .woocommerce-cart-form .shop_table th {
    color: #000;
    font-weight: 600;
    font-size: 16px;
}

.woocommerce-cart-form__cart-item {
    position: relative;
}

.woocommerce-cart-form__cart-item .product-thumbnail img {
    height: auto;
}

.woocommerce-cart-form__cart-item .product-name .variation {
    display: flex;
    flex-direction: column;
    gap: 3px;
    margin-top: 15px;
    font-size: 12px;
}

.woocommerce-cart-form__cart-item .product-name .variation-item {
    line-height: normal;
}

.woocommerce-cart-form__cart-item .product-name .variation-name {
    font-weight: 700;
}

.woocommerce-cart-form__cart-item .product-name .variation-value {
    font-weight: 400;
}

.woocommerce-cart-form__cart-item .product-price .amount {
    font-weight: 500;
    white-space: nowrap;
}

.woocommerce-cart-form__cart-item .product-subtotal .amount {
    font-weight: 500;
    white-space: nowrap;
}

.woocommerce-cart-form__cart-item .product-subtotal .amount {
    font-weight: 600;
}

.woocommerce-cart-form__cart-item .product-quantity {
    text-align: center;
}

.woocommerce-cart-form__cart-item .product-quantity .quantity {
    border: 1px solid hsla(0, 0%, 7%, .11);
    border-radius: 4px;
    width: 107px;
    padding: 0;
    height: auto;
    align-items: center;
}

.woocommerce-cart-form__cart-item .product-quantity input[type='button'] {
    background: none transparent;
    border: 0;
    box-shadow: none;
    color: currentColor;
    cursor: pointer;
    font-size: .9em;
    font-style: normal;
    font-weight: 400;
    margin: 0;
    min-width: 30px;
    opacity: .6;
    padding: 0;
    text-align: center;
    text-decoration: none;
    padding: 0;
}

.woocommerce-cart-form__cart-item .product-quantity input[type='button'].minus {
    border-radius: 4px 0 0 4px;
}

.woocommerce-cart-form__cart-item .product-quantity input[type='button'].plus {
    border-radius: 0 4px 4px 0;
}

.woocommerce-cart-form__cart-item .product-quantity input[type='number'] {
    appearance: textfield;
    background: transparent;
    border: 0;
    box-shadow: none;
    color: currentColor;
    flex: 1 1 auto;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    margin: 0;
    min-width: 40px;
    padding: 8px 0;
    text-align: center;
    vertical-align: middle;
}

.woocommerce .coupon .input-text {
    padding: 11px 6px 5px!important;
}

.woocommerce a.remove {
    color: #da3f3f !important;
}

.woocommerce a.remove:hover {
    color: #fff !important;
    background: #da3f3f;
}

#add_payment_method table.cart .product-thumbnail, .woocommerce-cart table.cart .product-thumbnail, .woocommerce-checkout table.cart .product-thumbnail {
    width: 100px;
}

#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
    width: 82px;
}

.woocommerce-cart-form .actions .coupon {
    float: left;
}

.woocommerce-cart-form .actions .button {
    float: right;
}

.woocommerce-cart-form .button {
    color: #fff !important;
    background-color: #00AEFF !important;
    font-size: 16px !important;
    font-weight: 500 !important;
}

.woocommerce-cart-form .button:hover {
    background-color: #0650A3 !important;
}

.cart-collaterals h2 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}

.cart-collaterals .shop_table td,
.cart-collaterals .shop_table th {
    vertical-align: middle;
}

.cart-collaterals .shop_table th {
    padding-left: 0!important;
    font-weight: 500!important;
    font-style: normal!important;
    font-size: 16px!important;
    line-height: normal!important;
    border: 0!important;
    width: auto !important;
}

.cart-collaterals .shop_table td {
    text-align: right!important;
    border: 0!important;
    font-weight: 600!important;
}

.cart-collaterals .shop_table tr {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    border-top: 1px solid #e5e5e5;
}

.cart-collaterals .woocommerce-shipping-totals {
    flex-direction: column;
}

.cart-collaterals .woocommerce-shipping-totals th {
    width: 100%!important;
}

.cart-collaterals .woocommerce-shipping-totals td {
    width: 100%;
    text-align: left!important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    font-weight: 400!important;
}

.woocommerce ul#shipping_method li {
    display: flex;
    align-items: center;
    gap: 8px;
}

.woocommerce ul#shipping_method li input {
    margin: 0;
}

.woocommerce-shipping-destination {
    font-size: 14px;
    margin-top: 15px;
}

.woocommerce-remove-coupon {
    font-size: 0;
    display: inline-flex;
}

.woocommerce-remove-coupon:before {
    content: "";
    display: inline-block;
    background-image: url("data:image/svg+xml,%0A%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 6H5H21' stroke='%23282B28' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M19 6V20C19 20.5304 18.7893 21.0391 18.4142 21.4142C18.0391 21.7893 17.5304 22 17 22H7C6.46957 22 5.96086 21.7893 5.58579 21.4142C5.21071 21.0391 5 20.5304 5 20V6M8 6V4C8 3.46957 8.21071 2.96086 8.58579 2.58579C8.96086 2.21071 9.46957 2 10 2H14C14.5304 2 15.0391 2.21071 15.4142 2.58579C15.7893 2.96086 16 3.46957 16 4V6' stroke='%23282B28' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10 11V17' stroke='%23282B28' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14 11V17' stroke='%23282B28' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    margin-left: 8px;
}

.woocommerce-remove-coupon:hover:before {
    background-image: url("data:image/svg+xml,%0A%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 6H5H21' stroke='red' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M19 6V20C19 20.5304 18.7893 21.0391 18.4142 21.4142C18.0391 21.7893 17.5304 22 17 22H7C6.46957 22 5.96086 21.7893 5.58579 21.4142C5.21071 21.0391 5 20.5304 5 20V6M8 6V4C8 3.46957 8.21071 2.96086 8.58579 2.58579C8.96086 2.21071 9.46957 2 10 2H14C14.5304 2 15.0391 2.21071 15.4142 2.58579C15.7893 2.96086 16 3.46957 16 4V6' stroke='red' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10 11V17' stroke='red' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14 11V17' stroke='red' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.cart-discount td {
    display: flex;
    align-items: center;
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
    color: #fff;
    background-color: #00AEFF;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
    font-size: 16px;
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:hover {
    background-color: #0650A3;
}

.coupon-freeshipping {
    display: none!important;
}


@media screen and (max-width: 1359px) {
    .base-woo-cart-form-wrap {
        flex-direction: column;
    }

    .woocommerce-cart .woocommerce-cart-form {
        width: 100%;
    }

    .woocommerce-cart .cart-collaterals {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .woocommerce #content table.cart .product-thumbnail,
    .woocommerce table.cart .product-thumbnail,
    .woocommerce-page #content table.cart .product-thumbnail,
    .woocommerce-page table.cart .product-thumbnail {
        display: flex;
        width: 100%;
        justify-content: center;
        border-top: 0;
    }

    .woocommerce table.cart .product-thumbnail::before {
        display: none;
    }

    .woocommerce-cart-form a.remove {
        position: absolute;
        top: 4px;
        right: 5px;
        background-image: url("data:image/svg+xml,%0A%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 6H5H21' stroke='red' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M19 6V20C19 20.5304 18.7893 21.0391 18.4142 21.4142C18.0391 21.7893 17.5304 22 17 22H7C6.46957 22 5.96086 21.7893 5.58579 21.4142C5.21071 21.0391 5 20.5304 5 20V6M8 6V4C8 3.46957 8.21071 2.96086 8.58579 2.58579C8.96086 2.21071 9.46957 2 10 2H14C14.5304 2 15.0391 2.21071 15.4142 2.58579C15.7893 2.96086 16 3.46957 16 4V6' stroke='red' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10 11V17' stroke='red' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14 11V17' stroke='red' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
        color: transparent !important;
        width: 20px;
        height: 20px;
    }

    .woocommerce-remove-coupon:before {
        position: relative;
        top: 4px;
    }

    .cart-collaterals .shop_table_responsive tr:nth-child(2n) td {
        background-color: #fff!important;
    }

    .woocommerce table.shop_table_responsive tr.woocommerce-shipping-totals td::before, .woocommerce-page table.shop_table_responsive tr.woocommerce-shipping-totals td::before {
        width: 100% !important;
        float: none;
        text-align: left !important;
        display: block;
        margin-bottom: 10px;
    }

    .woocommerce-shipping-destination {
        text-align: left!important;
        margin-bottom: 10px!important;
    }

    .woocommerce-shipping-totals label {
        text-align: left !important;
    }
}

/** Оформление заказа */
.checkout {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 40px;
}

.checkout .col2-set {
    background: #F2F6FB;
    width: calc(60% - 20px);
    padding: 30px;
}

.checkout .woocommerce-checkout-review-order {
    background: #F2F6FB;
    width: calc(40% - 20px);
    padding: 15px 30px;
}

.checkout #order_review_heading {
    display: none;
}

.checkout .woocommerce-billing-fields h3 {
    font-weight: 600;
    margin-bottom: 10px;
}

.checkout .shipping_address {
    padding: 10px 20px 20px;
    background: #e2eaff;
    border-radius: 8px;
    margin: 20px 0;
}

#add_payment_method .checkout .col-2 h3#ship-to-different-address, .woocommerce-cart .checkout .col-2 h3#ship-to-different-address, .woocommerce-checkout .checkout .col-2 h3#ship-to-different-address {
    float: none;
}

.checkout .form-row label {
    display: block;
    margin-bottom: 7px;
    font-weight: 500;
}

.checkout .woocommerce-terms-and-conditions-wrapper {
    margin-bottom: 20px;
}

.checkout .button[name='woocommerce_checkout_place_order'] {
    display: block!important;
    color: #fff!important;
    background-color: #00AEFF!important;
    -webkit-transition: .3s linear!important;
    -o-transition: .3s linear!important;
    transition: .3s linear!important;
    font-size: 16px!important;
    width: 100%;
    text-align: center !important;
    padding: 16px;
}

.checkout .button[name='woocommerce_checkout_place_order']:hover {
    background-color: #0650A3!important;
}

.woocommerce-checkout-review-order-table {
    display: flex;
    flex-direction: column;
}

.woocommerce-checkout-review-order-table tbody {
    display: table;
}


.woocommerce-checkout-review-order-table thead {
    display: table;
}

.woocommerce-checkout-review-order-table .product-name {
    font-weight: 500;
    width: 60%;
}

.woocommerce-checkout-review-order-table .variation {
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    margin-top: 10px;
}

.woocommerce-checkout-review-order-table .variation-name {
    font-weight: 600;
}

.woocommerce-checkout-review-order-table .product-total {
    width: 40%;
    font-weight: 600;
    text-align: right;
}

.woocommerce-checkout-review-order-table tfoot th {
    padding-left: 0!important;
    font-weight: 500!important;
}

.woocommerce-checkout-review-order-table tfoot td {
    text-align: right;
    font-weight: 600!important;
}

.woocommerce-checkout-review-order-table .cart-discount td {
    justify-content: flex-end;
}

.woocommerce-checkout-review-order-table tfoot tr {
    display: flex;
    width: 100%;
    justify-content: space-between;
    border-top: 1px solid rgba(0, 0, 0, .1);
}

.woocommerce-checkout-review-order-table .woocommerce-shipping-totals {
    flex-direction: column;
}

.woocommerce-checkout-review-order-table .woocommerce-shipping-totals td {
    padding-left: 0!important;
    padding-right: 0!important;
    text-align: left!important;
}

.woocommerce-checkout-review-order-table .cart-delivery-points {
    flex-direction: column;
}

.woocommerce-checkout-review-order-table .cart-delivery-points td {
    padding-left: 0!important;
    padding-right: 0!important;
    text-align: left!important;
}

.woocommerce-checkout-review-order-table .wc-edostavka-choose-delivery-point {
    margin-top: 10px!important;
}

.woocommerce-checkout-review-order-table tfoot td, .woocommerce-checkout-review-order-table tfoot th {
    border-top: 0!important;
}

@media screen and (max-width: 1359px) {
    .checkout {
        flex-direction: column;
    }

    .checkout .col2-set {
        width: 100%;
    }

    .checkout .woocommerce-checkout-review-order {
        width: 100%;
    }
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding: 4px 0;
}

.select2-container--default .select2-selection--single {
    border-color: rgba(32, 7, 7, 0.8);
    border-radius: 4px;
}


.woocommerce-cart-form .detail__quantity{
    display: flex;
    align-items: center;
    margin-top: 16px;
    background: #fff;
    margin-top: 0;
    margin-left: auto;
}
.woocommerce-cart-form .detail__quantity-title{
    display: block;
    width: 100%;
    margin-bottom: 8px;
    color: #858EA4;
}
.woocommerce-cart-form .minus{
    display: block;
    width: 45px;
    height: 48px;
    border-top: 1px solid #E9EBED;
    border-bottom: 1px solid #E9EBED;
    border-left: 1px solid #E9EBED;
    border-right: 1px solid transparent;
    border-radius: 4px 0 0 4px;
    background: url('../img/minus.svg') no-repeat 10px center;
    outline: none;
}
.woocommerce-cart-form .plus{
    display: block;
    width: 45px;
    height: 48px;
    border-top: 1px solid #E9EBED;
    border-bottom: 1px solid #E9EBED;
    border-left: 1px solid transparent;
    border-right: 1px solid #E9EBED;
    border-radius: 0 4px 4px 0 ;
    background: url('../img/plus.svg') no-repeat right 10px center;
    outline: none;
}
.woocommerce-cart-form .count {
    display: block!important;
    width: 70px!important;;
    height: 48px!important;;
    border-top: 1px solid #E9EBED!important;;
    border-bottom: 1px solid #E9EBED!important;;
    border-left: 1px solid transparent!important;;
    border-right: 1px solid transparent!important;;
    font-weight: 400!important;;
    font-size: 16px!important;;
    line-height: 20px!important;;
    color: #242729!important;;
    text-align: center!important;;
    background: #fff!important;;
    outline: none!important;;
}
.woocommerce-cart-form .count::-webkit-outer-spin-button,
.woocommerce-cart-form .count::-webkit-inner-spin-button {
    appearance: none;
    -webkit-appearance: none;
    margin: 0;
}
.woocommerce-cart-form .count {
    -moz-appearance: textfield;
}

@media (max-width: 959px) {
    .woocommerce-cart-form .detail__quantity {
        max-width: 145px;
    }

    .cart-collaterals .shop_table_responsive tr:nth-child(2n) td {
        background: #F2F6FB!important;
        padding-left: 13px !important;
        padding-right: 13px !important;
    }
}

#billing_country_field,
#shipping_country_field {
    display:none;
}

.woocommerce-additional-fields {
    margin-top: 20px;
}

.woocommerce-product-details__short-description {
    margin-top: 16px;
}

.woocommerce-product-details__short-description p {
    font-size: 16px;
}