html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

#billing_country_field,
#shipping_country_field,
#billing_state_field {
    display: none;
}

.login-user-via-sms.step-1.is-active, .login-user-via-sms.step-2.is-active{
    width: 100%;
}

a[data-tax="price"],
a[data-tax="orderby"] {
    display: none;
}

.woocommerce-error li:before {
    display: none;
}

.woocommerce-info {
    border-top-color: #26c2ff;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce ul.products li.product .button,
.woocommerce a.button,
.form-row.form-row-last button,
.woocommerce .cart .button {
    display: inline-block;
    padding: 7px 20px;
    background-color: #26c2ff;
    transition-property: color, background-color, box-shadow;
    transition-duration: 0.2s;
    transition-timing-function: ease;
    border-radius: 18px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    line-height: 1.5;
}

@media (max-width: 480px) {
    .woocommerce #respond input#submit.alt,
    .woocommerce a.button.alt,
    .woocommerce button.button.alt,
    .woocommerce input.button.alt,
    .woocommerce ul.products li.product .button {
        border-radius: 50px;
    }
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce ul.products li.product .button:hover,
.woocommerce a.button:hover,
.form-row.form-row-last button:hover,
.woocommerce .cart .button:hover {
    color: #fff;
    background-color: #36d9be;
}

.woocommerce .cart .button:disabled {
    pointer-events: none;
    color: #fff !important;
    background-color: #26c2ff;
}

.woocommerce .woocommerce-breadcrumb,
.woocommerce .woocommerce-breadcrumb a {
    background-color: transparent;
    text-decoration: none;
    color: #26c2ff;
    transition: color 0.2s ease;
    text-transform: uppercase;
}

.woocommerce button.button.alt {
    width: 100%;
    height: 38px;
    min-width: 200px;
}

.summary.entry-summary {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 25px 50px;
    background: #f2fcff;
}

.summary.entry-summary .woocommerce-product-details__short-description {
    display: none;
}

.summary__line-divider {
    position: relative;
    left: -20%;
    width: 150%;
    height: 1px;
    background: rgba(122, 133, 153, 0.2);
    margin: 40px 0;
}

.product_meta {
    display: flex;
    flex-direction: column;
}

.woocommerce div.product form.cart {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 40px 0 0;
}

.woocommerce div.product form.cart div.quantity,
.product-quantity .quantity {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;

}

#product_total_price {
    display: flex;
    flex-direction: column;
    color: rgba(122, 133, 153, 0.7);
    width: 55%;
}

.woocommerce div.product form.cart div.quantity input,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce .quantity .qty {
    border: none;
    outline: none;
}

.price__caption {
    margin: 0;
}

.price__value,
.woocommerce ul.products li.product .price {
    color: #000;
    margin-bottom: 60px;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.39;
    letter-spacing: -0.25px;
}

.price__value del .woocommerce-Price-amount.amount {
    font-weight: 500;
}

.price__value,
.woocommerce ul.products li.product .price {
    margin-bottom: 0;
}

.woocommerce ul.products li.product .price del {
    font-weight: 500;
    opacity: 1;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    position: relative;
}

@media (max-width: 767px) {
    .woocommerce div.product .woocommerce-tabs ul.tabs {
        position: relative;
        margin: 1em 0 1.618em;
    }
}

.tabs.wc-tabs:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    height: 1px;
    width: 100%;
    background: #d3ced2;
    z-index: 1;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    position: relative;
    margin: 0;
    top: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:after {
    display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:before {
    display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: #fff;
}

.woocommerce div.product .woocommerce-tabs ul.tabs:before {
    display: none;
}

.woocommerce table.shop_attributes {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    width: 40%;
    border: none;
}

@media (max-width: 767px) {
    .woocommerce table.shop_attributes {
        width: 100%;
    }
}

.woocommerce table.shop_attributes tr {
    width: 100%;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #26c2ff;
}

.woocommerce table.shop_attributes th {
    width: 50%;
    font-size: 0.875rem;
    line-height: 1.71;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    font-weight: 500;
    color: #7a8599;
}

.panel {
    box-shadow: none;
}

.woocommerce table.shop_attributes td {
    font-style: normal;
}

.woocommerce table.shop_attributes tr:nth-child(even) td,
.woocommerce table.shop_attributes tr:nth-child(even) th {
    background: #fff;
}

.woocommerce .products ul,
.woocommerce ul.products {
    display: flex;
    justify-content: space-between;
    margin: 0;
    flex-wrap: wrap;
}

@media (max-width: 767px) {
    .woocommerce .products ul,
    .woocommerce.woocommerce button.button.alt ul.products {
        justify-content: center;
    }
}

.woocommerce ul.products li.first,
.woocommerce-page ul.products li.product.type-product {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: calc(25% - 40px);
    margin: 0 auto;
    padding-bottom: 20px;
}

@media (max-width: 1200px) {
    .woocommerce-page ul.products li.product.type-product {
        width: calc(33% - 40px);
    }
}

@media (max-width: 1025px) {
    .woocommerce ul.products li.first,
    .woocommerce-page ul.products li.product.type-product {
        width: calc(50% - 40px);
    }
}

@media (max-width: 767px) {
    .woocommerce ul.products li.first,
    .woocommerce-page ul.products li.product.type-product {
        width: calc(100% - 40px);
    }
}

.woocommerce ul.products li.product a img {
    width: auto;
    height: 100%;
    object-fit: cover;
    margin: 0 auto;
}

.woocommerce-message {
    border-top: 3px solid #26c2ff;
    background-color: #f2fcff;
}

.woocommerce-message::before {
    color: #26c2ff;
}

.woocommerce div.product span.price {
    color: #000;
    font-weight: 700;
}

.image-wrapper {
    height: 280px;
}

.woocommerce div.product div.summary {
    overflow: hidden;
}

@media (min-width: 992px) {
    .woocommerce div.product div.summary {
        width: 45%;
    }
}

@media (max-width: 767px) {
    .woocommerce div.product div.summary {
        width: 85%;
        margin: 0 auto;
    }
}

@media (max-width: 480px) {
    .woocommerce div.product div.summary {
        width: 100%;
    }
}

.woocommerce span.onsale {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 7px;
    background: #26c2ff;
    border-radius: 30px 30px 0 30px;
    left: 8%;
}

.woocommerce span.onsale span {
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.1em;
    text-align: center;
    text-transform: uppercase;
}

.woocommerce div.product div.images img {
    width: auto;
    height: auto;
    max-height: 400px;
}

p.stock.in-stock {
    color: #000 !important;
    margin: 0;
}

.product__apside-wrapper {
    margin: 0 8%;
}

.woocommerce-notices-wrapper {
    margin: 0 8%;
}

.product__content-wrapper {
    margin: 0 8%;
}

@media (max-width: 1200px) {
    .product__apside-wrapper {
        margin: 0;
    }

    .woocommerce-notices-wrapper {
        margin: 0;
    }

    .product__content-wrapper {
        margin: 0;
    }
}

.woocommerce ul.products li.product .onsale {
    top: 15px;
    height: 45px;
    left: 0;
    right: unset;
}

/*filter */

#shop-sidebar {
    position: sticky;
    top: 150px;
    left: 0;
}

#shop-sidebar::-webkit-scrollbar {
    display: none;
}

.shop-sidebar-closer {
    position: absolute;
    display: none;
    justify-content: center;
    align-items: center;
    padding: 0;
    width: 40px;
    height: 40px;
    top: 10px;
    right: 12px;
    border: none;
    background: transparent;
    outline: none;
    z-index: 900;
}

@media (max-width: 991px) {
    .shop-sidebar-closer {
        display: flex;
    }
}

.shop-sidebar-closer span {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.shop-sidebar-closer span:before,
.shop-sidebar-closer span:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 22px;
    height: 2px;
    background: #26c2ff;
}

.shop-sidebar-closer span:before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.shop-sidebar-closer span:after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

@media (max-width: 991px) {
    #shop-sidebar {
        position: absolute;
        padding: 20px 10px 20px;
        width: 40%;
        min-width: 320px;
        background: #fff;
        height: 100vh;
        top: 0;
        left: -100%;
        overflow-x: hidden;
        overflow-y: scroll;
    }

    .widget-title {
        position: relative;
        color: #26c2ff;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    .widget-title:before {
        content: url(../images/filter-icon.svg);
        margin-right: 10px;
    }

    .widget-title:after {
        content: "";
        position: absolute;
        bottom: 0;
        width: 150%;
        height: 1px;
        left: -20%;
        background: #e0e0e0;
    }
}

@media (max-width: 480px) {
    #shop-sidebar {
        width: 100%;
    }
}

.woof_redraw_zone {
    display: flex;
    flex-direction: column;
}

.woof_price3_search_container {
    order: 1;
}

.woof_submit_search_form_container {
    order: 2;
}

.woof_container {
    margin: 0;
    padding: 0;
}

button.button.woof_reset_search_form {
    color: #fff;
    background-color: #26c2ff;
    transition: all 0.3s ease;
}

button.button.woof_reset_search_form:hover {
    color: #fff;
    background-color: #36d9be;
}

.woof_list.woof_list_checkbox {
    padding: 0;
}

.woof_list.woof_list_checkbox > li {
    margin-bottom: 20px !important;
}

.woof_list.woof_list_checkbox li:before {
    display: none;
}

.woof_childs_list {
    padding: 0;
    margin: 7px 0 0 0 !important;
}

.woof_childs_list_li > .woof_checkbox_label > .woof_checkbox_count {
    display: none;
}

.woof_childs_list > li {
    position: relative;
    display: flex;
    margin: 10px 0 10px 20px !important;
}

.woof_checkbox_label {
    margin-bottom: 0;
}

.woof_list label {
    padding: 0;
}

.woof_list_checkbox li div {
    min-width: 20px;
}

.woof_checkbox_label.woof_checkbox_label_selected {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
}

.woof_childs_list_opener {
    position: absolute;
    top: 0;
    right: 0;
    width: 90%;
    height: 90%;
}

.woof_childs_list_opener span.woof_is_closed {
    position: relative;
    width: 100%;
    height: 100%;
    background: transparent;
}

.woof_childs_list_opener span.woof_is_closed:before {
    position: absolute;
    right: 0;
    top: 7px;
    content: "";
    width: 7px;
    height: 7px;
    border-bottom: 2px solid #d7dcde;
    border-right: 2px solid #d7dcde;
    transform: rotate(-45deg);
    background: transparent;
    transition: all 0.3s ease;
}

.woof_childs_list_opener span.woof_is_closed:hover:before {
    width: 7px;
    height: 7px;
    border-bottom: 2px solid #26c2ff;
    border-right: 2px solid #26c2ff;
    transform: rotate(45deg);
    background: transparent;
}

.woof_childs_list_opener span.woof_is_opened {
    position: relative;
    width: 100%;
    height: 100%;
    background: transparent;
}

.woof_childs_list_opener span.woof_is_opened:before {
    position: absolute;
    right: 0;
    top: 7px;
    content: "";
    width: 7px;
    height: 7px;
    border-bottom: 2px solid #26c2ff;
    border-right: 2px solid #26c2ff;
    transform: rotate(45deg);
    background: transparent;
}

.woof_price_filter {
    margin: 0 0 20px;
}

.catalog-row.catalog-row {
    justify-content: space-between;
}

div.sidebar-filter {
    flex: 0 0 25%;
    max-width: unset !important;
}

div.catalog-items {
    flex: 0 0 75%;
    max-width: unset !important;
}

div.catalog-items .entry-title {
    display: none;
}

@media (max-width: 1200px) {
    .sidebar-filter.sidebar-filter {
        flex: 0 0 30%;
    }

    .catalog-items.catalog-items {
        flex: 0 0 70%;
    }
}

@media (max-width: 991px) {
    .sidebar-filter.sidebar-filter {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        z-index: 900;
    }

    .sidebar-filter.sidebar-filter.active {
        display: block;
        animation: animateFilterWrapper 0.3s forwards;
    }

    .sidebar-filter.sidebar-filter.active #shop-sidebar {
        animation: animateFilterBody 0.3s 0.3s forwards;
    }

    .catalog-items.catalog-items {
        flex: 0 0 100%;
    }
}

@keyframes animateFilterWrapper {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes animateFilterBody {
    0% {
        left: -100%;
    }
    100% {
        left: 0;
    }
}

@media (min-width: 992px) {
    .active-filters {
        display: none;
    }
}

.woof_products_top_panel {
    display: block;
    margin: 10px 0;
    overflow: unset;
}

.woof_products_top_panel li span {
    background: none;
}

.active-filters ul,
.woof_products_top_panel ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0 60px 0;
}

.active-filters li,
.woof_products_top_panel li {
    margin: 15px 10px 10px 0 !important;
}

.active-filters li:before,
.woof_products_top_panel li:before {
    display: none;
}

.active-filters a,
.woof_products_top_panel a {
    position: relative;
    padding: 10px 16px;
    background: #daf5ff;
    border-radius: 53px;
}

.active-filters a:after,
.woof_products_top_panel a:after {
    content: url(../images/red-cancel.svg);
    margin-left: 10px;
}

.icheckbox_flat-blue.checked {
    border-radius: 4px;
    background: url(../images/check-white.png) no-repeat center, #26c2ff;
}

/*catalog*/

.orderby {
    padding: 5px;
    color: #26c2ff;
    border: 1px solid #26c2ff;
    border-radius: 3px;
    outline: none;
    width: 150px;
}

.header-vidget__wrapper .orderby {
    border: none;
    padding: 0;
    height: 100%;
    max-width: 135px;
    background: transparent;
    white-space: break-spaces;
}

/*@media screen and (max-width: 992px){
    .woocommerce-page .orderby{
        display: none;
    }
}*/

.header-vidget__wrapper .orderby select {
    position: absolute;
}

.header-vidget__wrapper .woocommerce-ordering {
    display: flex;
    justify-content: flex-end;
    margin: 0;
    height: 50px;
    width: 50%;
    border-bottom: 1px solid #d7dcde;
    border-top: 1px solid #d7dcde;
}

.header-vidget__wrapper-btn {
    display: flex;
    padding: 12px 0;
    height: 50px;
    width: 50%;
    border-bottom: 1px solid #d7dcde;
    border-right: 1px solid #d7dcde;
    border-top: 1px solid #d7dcde;
    cursor: pointer;
}

.header-vidget__btn {
    color: #26c2ff;
    background: transparent;
    outline: none;
    border: none;
    pointer-events: none;
}

@media (max-width: 991px) {
    #woof_results_by_ajax > .woocommerce-ordering {
        display: none;
    }
}

.header-menu-wrapper {
    padding: 15px 0;
}

@media screen and (max-width: 1200px) {
    .header-menu-wrapper {
        padding: 15px 0 15px;
    }
}

@media screen and (max-width: 1024px) {
    .header-menu-wrapper {
        padding: 15px 0;
    }
}

@media screen and (max-width: 991px) {
    .header-menu-wrapper {
        padding: 25px 0;
    }
}

@media screen and (max-width: 480px) {
    .header-menu-wrapper {
        padding: 8px 0 8px;
    }
}

.header-vidget__wrapper {
    position: relative;
    display: none;
    justify-content: space-between;
    align-items: center;
}

.header-vidget__wrapper:before,
.header-vidget__wrapper:after {
    position: absolute;
    content: "";
    width: 200%;
    height: 1px;
    left: -30%;
    background: #d7dcde;
}

.header-vidget__wrapper:before {
    top: 0;
}

.header-vidget__wrapper:after {
    bottom: 0;
}

@media (max-width: 991px) {
    .header-vidget__wrapper {
        display: flex;
        flex-wrap: wrap;
    }
}

/*preloader*/

.plainoverlay {
    position: fixed;
    z-index: 999999999;
    width: 100% !important;
    height: 100% !important;
    background: #fff !important;
    opacity: 1 !important;
}

.archive .plainoverlay {
    opacity: 0.7 !important;
}

.archive .plainoverlay + div{
    display: none !important;
}

.plainoverlay + div {
    align-items: center !important;
    justify-content: center !important;
    width: unset !important;
    height: unset !important;
}

.jQuery-plainOverlay-progress {
    display: block;
    width: 188px !important;
    height: 163px !important;
    position: relative;
    animation: none !important;
    margin: 0 !important;
    border: none !important;
}

.jQuery-plainOverlay-progress:before,
.jQuery-plainOverlay-progress:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
}

.jQuery-plainOverlay-progress:before {
    background: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20286%20148%22%3E%3Cpath%20fill%3D%22%2326C2FF%22%20d%3D%22M0%20148V0c48%200%2075.4%209.1%2095.4%2015.8%2015%205%2024.1%208%2047.6%208s32.6-3%2047.6-8C210.6%209.1%20238%200%20286%200v148H0z%22%2F%3E%3C%2Fsvg%3E)
        repeat-x 0 100%;
    background-size: 286px 148px;
    -webkit-animation: p 1s cubic-bezier(0.44, 0.5, 0.56, 0.5) infinite;
    animation: p 1s cubic-bezier(0.44, 0.5, 0.56, 0.5) infinite;
    right: 0;
    bottom: 0;
    left: 0;
}

.jQuery-plainOverlay-progress:after {
    background: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20228%20183%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M208%200l-94%20163L20%200H0v183h228V0z%22%2F%3E%3C%2Fsvg%3E)
        no-repeat 0 100%;
    background-size: 228px 183px;
    right: -20px;
    bottom: -20px;
    left: -20px;
}

/*order page*/

.woocommerce-billing-fields h3,
.woocommerce-additional-fields h3,
#order_review_heading {
    font-size: 1.875rem;
    font-weight: 500;
}

.woocommerce form .form-row {
    padding: 12px 15px;
    box-shadow: 0 2px 4px 0 rgba(122, 133, 153, 0.5);
    margin-bottom: 20px;
    border-bottom: 2px solid transparent;
    transition: all 0.3s ease;
}

.checkout_coupon.woocommerce-form-coupon .form-row.form-row-last {
    padding: 0;
    box-shadow: none;
    margin: 0;
    border-bottom: none;
}

.woocommerce form .form-row.active {
    border-color: #26c2ff;
}

.woocommerce form .form-row input,
.select2-container--default .select2-selection--single,
.woocommerce form .form-row textarea {
    border: none;
}

.col-md-8.offset-xl-1.col-xl-7 {
    width: 100% !important;
    flex: unset !important;
    max-width: 700px !important;
}

.woocommerce form .form-row .required {
    color: #26c2ff;
}

.woocommerce-input-wrapper > span {
    width: 100% !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #26c2ff transparent transparent transparent !important;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #26c2ff transparent !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected] {
    background-color: #26c2ff !important;
}

.select2-container--open .select2-dropdown--below {
    position: relative;
    top: 14px;
}

#place_order {
    width: 50%;
}

#payment {
    background: none !important;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.form-row.place-order {
    display: flex;
    justify-content: flex-start;
}

.woocommerce-checkout #payment div.payment_box {
    background-color: #fff;
    border: 3px solid #26c2ff;
    color: #000;
}

#payment div.payment_box::before {
    top: -15px !important;
    border: 1em solid #26c2ff !important;
    border-right-color: transparent !important;
    border-left-color: transparent !important;
    border-top-color: transparent !important;
}

input[type="radio"]:checked + label:before {
    box-shadow: 0 0 0 2px #ccc, 0 0 0 7px #26c2ff inset;
}

input[type="radio"] + label:hover:before {
    box-shadow: 0 0 0 2px #26c2ff, 0 0 0 7px transparent inset;
}

input[type="radio"]:checked + label:hover:before {
    box-shadow: 0 0 0 2px #26c2ff, 0 0 0 7px #26c2ff inset;
}

.product-quantity .popup__order-item-increm,
.product-quantity .popup__order-item-decrem{
    min-width: 24px;
}

.product-quantity__wrapper{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    padding: 0 20px;
    height: 38px;
    width: 90px;
    background-color: #fff;
    border: none;
    box-shadow: 0 2px 4px 0 rgba(122, 133, 153, .5);
}

.woocommerce .quantity .qty{
    width: 2.631em;
}
/*basket*/


.woocommerce-page table.cart td.actions .coupon {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

thead th {
    border-bottom: none;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
    font-size: 1rem;
    padding: 0 20px;
    margin: 0 30px 0 0;
    height: 38px;
    width: 30%;
    background-color: #fff;
    border: none;
    box-shadow: 0 2px 4px 0 rgba(122, 133, 153, 0.5);
}


.woocommerce-cart table.cart img {
    width: 100px !important;
}

.product-price {
    display: table-cell;
}

.woocommerce table.shop_table_responsive tr td::before,
.woocommerce-page table.shop_table_responsive tr td::before {
    padding-right: 20px;
}

.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--downloads {
    display: none;
}

.col-md-8.offset-xl-1.col-xl-7 {
    max-width: unset !important;
}

.col-md-8.offset-xl-1.col-xl-7.post-content {
    flex: 0 0 100% !important;
    max-width: 100% !important;
}

@media screen and (min-width: 1200px) {
    .col-md-8.offset-xl-1.col-xl-7.post-content {
        flex: 0 0 58.33333% !important;
        max-width: 58.33333% !important;
    }
}

@media screen and (min-width: 768px) {
    .col-md-8.offset-xl-1.col-xl-7.post-content {
        flex: 0 0 66.66667% !important;
        max-width: 66.66667% !important;
    }
}

/*account orders*/

.woocommerce-account .woocommerce-MyAccount-navigation {
    width: 18%;
}

@media screen and (max-width: 1200px) {
    .woocommerce-account .woocommerce-MyAccount-navigation {
        width: 20%;
    }
}

@media screen and (max-width: 1024px) {
    .woocommerce-account .woocommerce-MyAccount-navigation {
        position: relative;
        margin: 0 0 20px;
        width: 100%;
    }
}

.woocommerce-account .woocommerce-MyAccount-content {
    width: 82%;
}

@media screen and (max-width: 1200px) {
    .woocommerce-account .woocommerce-MyAccount-content {
        width: 80%;
    }
}

@media screen and (max-width: 1024px) {
    .woocommerce-account .woocommerce-MyAccount-content {
        width: 100%;
    }
}

.account-orders {
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    margin-bottom: 15px;
}

.account-orders ul {
    padding: 0;
    margin: 0;
    font-size: 14px;
    line-height: 14px;
    color: #000000;
}

@media screen and (max-width: 767px) {
    .account-orders ul {
        font-size: 12px;
        line-height: 12px;
    }
}

.account-orders li {
    margin: 0;
}

.account-orders li:before {
    display: none;
}

.account-orders__header ul {
    padding: 12px 0 12px 20px;
    display: grid;
    grid-template-columns: 180px 250px 100px auto;
}

.account-orders__header li,
.order-information__header li {
    font-weight: 900;
}

.account-orders__header ul li:nth-child(3),
.account-orders__order li:nth-child(3) {
    padding: 0 30px 0 0;
    text-align: right;
}

.account-orders__order li:nth-child(3) {
    padding: 12px 30px 12px 0;
    border-right: 1px solid #e5e5e5;
}

.account-orders__header ul li:nth-child(4),
.account-orders__information ul li:nth-child(4) {
    text-align: center;
    padding: 0 50px 0 0;
}

@media screen and (max-width: 767px) {
    .woocommerce-orders-table__cell {
        width: 50%;
    }

    .woocommerce-orders-table__cell-order-status {
        width: 35%;
    }

    .woocommerce-orders-table__cell-order-total {
        width: 65%;
    }

    .woocommerce-orders-table__cell-order-date time {
        text-align: right;
    }

    .account-orders__order li:nth-child(3) {
        border-right: none;
    }

    .woocommerce-orders-table__cell-order-status span {
        text-align: left;
    }

    .account-orders__information ul li:nth-child(4) {
        text-align: right;
        padding: 0 50px 10px 0;
    }
}

.account-orders__information ul {
    display: grid;
    grid-template-columns: 180px 250px 100px auto;
}

@media screen and (max-width: 991px) {
    .account-orders__information ul {
        grid-template-columns: 180px 200px 100px auto;
    }
}

ul.account-orders__additional {
    padding: 0 0 0 20px;
    background: #fafeff;
    height: 0;
    overflow: hidden;
    transform-origin: top;
    transform: scaleY(0);
    transition: all 0.3s ease-in;
}

ul.account-orders__order {
    padding: 0 0 0 20px;
    border-top: 1px solid #e5e5e5;
    cursor: pointer;
}

ul.account-orders__order li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 17px 50px 17px 0;
}

@media screen and (max-width: 767px) {
    ul.account-orders__order li {
        padding: 15px 50px 5px 0;
    }
}

.order-information {
    padding: 12px 0;
    grid-column: 1/4;
    border-right: 1px solid #e5e5e5;
}

@media screen and (max-width: 767px) {
    .order-information {
        border-right: none;
    }
}

@media screen and (max-width: 767px) {
    .woocommerce-orders-table__cell-order-number a {
        font-size: 12px;
        line-height: 12px;
    }
}

@media screen and (max-width: 767px) {
    ul.account-orders__order li {
        padding: 10px 50px 5px 0;
    }
}

@media screen and (max-width: 767px) {
    .order-information {
        width: 100%;
    }
}

.order-information ul {
    grid-template-columns: 330px 100px auto;
    margin: 0;
    padding: 0;
}

@media screen and (max-width: 1024px) {
    .order-information ul {
        grid-template-columns: 250px 100px auto;
    }
}

@media screen and (max-width: 767px) {
    .order-information ul {
        grid-template-columns: repeat(2, 1fr);
    }

    .order-information ul li:first-child {
        grid-column: 1/3;
        padding: 10px 0 10px;
        margin: 0 0 10px;
        border-bottom: 1px solid #e5e5e5;
    }
}

.order-information li:last-child {
    text-align: right;
}

.account-orders__order li:last-child {
    padding: 0 30px 0 0;
}

@media screen and (max-width: 767px) {
    .account-orders__order li:last-child {
        padding: 0;
    }
}

.order-action {
    margin: 0;
    padding: 12px 0;
    background: #fafeff;
}

@media screen and (max-width: 767px) {
    .order-action {
        padding: 0 0 12px;
        width: 100%;
    }
}

.order-action button,
.order-action a {
    width: 180px;
    height: 40px;
    border-radius: 20px;
}

.order-action {
    display: flex;
    align-items: center;
    justify-content: center;
}

.order-action ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
    margin: 0;
}

ul.order-information__item {
    padding: 8px 0;
    margin: 0 30px 0 0;
    border-bottom: 1px solid #e5e5e5;
}

@media screen and (max-width: 767px) {
    ul.order-information__item {
        margin: 0 20px 0 0;
    }
}

ul.order-information__item:last-child {
    border-bottom: none;
}

@media screen and (max-width: 767px) {
    ul.order-information__item:last-child {
        border-bottom: 1px solid #e5e5e5;
    }
}

ul.order-information__header {
    padding: 5px 0;
    margin: 0 30px 0 0;
}

@media screen and (max-width: 767px) {
    .order-information__header li:last-child {
        display: none;
    }

    .order-information__header li:nth-child(1) {
        display: none;
    }
}

.order-action__repeat,
.order-action__look {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    height: 40px;
    font-size: 12px;
    border-radius: 20px;
    text-transform: uppercase;
}

.order-action__look {
    color: #111111;
    font-size: 12px;
    background: #fff;
    border: 2px solid #26c2ff;
}

.order-action__repeat {
    line-height: 12px;
    padding: 0 45px;
}

@media screen and (max-width: 767px) {
    .order-action__repeat {
        order: 1;
        margin: 0 0 10px;
    }

    .order-action__repeat br {
        display: none;
    }
}

.order-action__look:visited {
    color: #111111;
}

.order-action__look:hover {
    color: #fff;
    background: #36d9be;
    border: 2px solid #36d9be;
}

ul.account-orders__order {
    position: relative;
}

@media screen and (max-width: 767px) {
    ul.account-orders__order {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 0 0 0 20px;
    }

    .woocommerce-orders-table__cell-order-total {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }
}

ul.account-orders__order:after,
ul.account-orders__order:before {
    position: absolute;
    content: "";
    top: 50%;
    z-index: 1;
    transition: all 0.3s ease-in;
    pointer-events: none;
}

ul.account-orders__order:before {
    right: 15px;
    height: 22px;
    width: 22px;
    background: #a7afbd;
    border-radius: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

ul.account-orders__order:after {
    right: 23px;
    height: 7px;
    width: 7px;
    transform: translateY(-50%) rotate(45deg);
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
}

ul.account-orders__order.active:after {
    top: calc(50% - 1px);
    right: 22px;
    transform: translateY(-50%) rotate(135deg);
}

.account-orders__order.active {
    border-bottom: 1px solid #e5e5e5;
}

.account-orders__order.active + ul.account-orders__additional {
    overflow: visible;
    height: 100%;
    transform: scaleY(1);
}

@media screen and (max-width: 767px) {
    .account-orders__order.active + ul.account-orders__additional {
        display: flex;
        flex-wrap: wrap;
    }
}

.single-order__title {
    max-width: unset !important;
    flex: unset !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media screen and (max-width: 767px) {
    .single-order__title {
        flex-direction: column;
    }

    .single-order__title .woocommerce-MyAccount-navigation {
        display: flex;
        justify-content: center;
    }

    .single-order__title .woocommerce-MyAccount-navigation ul {
        left: 50%;
        transform: scaleY(0) translateX(-50%);
    }

    .single-order__title .woocommerce-MyAccount-navigation ul.active {
        transform: scaleY(1) translateX(-50%);
    }
}

.status-processing {
    color: #26c2ff;
}

.status-completed a,
.status-on-hold a,
.status-pending a {
    color: #219653;
}

.status-cancelled a,
.status-refunded a,
.status-failed a {
    color: #eb5757;
}

.woocommerce-MyAccount-navigation span {
    display: none;
}

@media screen and (max-width: 1024px) {
    .woocommerce {
        display: flex;
        flex-wrap: wrap;
    }

    .woocommerce-MyAccount-navigation span {
        position: relative;
        padding: 0 0 0 20px;
        display: flex;
        align-items: center;
        width: 290px;
        height: 40px;
        font-family: Muller;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 16px;
        color: #26c2ff;
        border-bottom: 1px solid #bdbdbd;
        cursor: pointer;
    }

    @media screen and (max-width: 480px) {
        .woocommerce-MyAccount-navigation span {
            width: 100%;
        }
    }
    .woocommerce-MyAccount-navigation span:before {
        content: "";
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        border-bottom: 6px solid transparent;
        border-left: 6px solid #26c2ff;
        border-top: 6px solid transparent;
        transition: all 0.3s ease-in;
    }

    .woocommerce-MyAccount-navigation span.active:before {
        transform: translateY(-50%) rotate(90deg);
    }

    .woocommerce-MyAccount-navigation ul {
        position: absolute;
        padding: 0;
        top: 40px;
        left: 0;
        width: 290px;
        height: 0;
        background: #fff;
        transform: scaleY(0);
        z-index: 5;
        overflow: hidden;
        transform-origin: top;
        transition: all 0.3s ease;
    }

    @media screen and (max-width: 480px) {
        .woocommerce-MyAccount-navigation ul {
            width: 100%;
        }
    }

    .woocommerce-MyAccount-navigation ul.active {
        height: unset;
        transform: scaleY(1);
    }

    .woocommerce-MyAccount-navigation li {
        margin: 0;
        padding: 0;
    }

    .woocommerce-MyAccount-navigation li:before {
        display: none;
    }

    .woocommerce-MyAccount-navigation a {
        display: block;
        padding: 10px 0 10px 20px;
        width: 100%;
        border-bottom: 1px solid #bdbdbd;
    }
}

@media screen and (max-width: 767px) {
    .account-orders__header {
        display: none;
    }
}

.woocommerce-billing-fields__field-wrapper,
.woocommerce-shipping-fields__field-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.woocommerce-billing-fields__field-wrapper .form-row-wide,
.woocommerce-shipping-fields__field-wrapper .form-row-wide {
    width: 100%;
}

.woocommerce-billing-fields__field-wrapper .form-row-half,
.woocommerce-shipping-fields__field-wrapper .form-row-half {
    width: 47%;
}

.woocommerce-billing-fields__field-wrapper .form-row-quarter,
.woocommerce-shipping-fields__field-wrapper .form-row-quarter {
    width: 23%;
}

.shipping-addresses__content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.shipping-addresses__content-item {
    width: 48%;
}

/*HEADER begin*/

.header-menu-wrapper {
    display: flex;
    align-items: center;
}

.header-personal-cab {
    display: flex;
    align-items: center;
    font-size: 15px;
    line-height: 1;
    color: #111;
    transition: color 0.2s ease-in;
}

.header-personal-cab:hover,
.header-personal-cab:focus {
    color: #26c2ff;
}

.icon-personal-cab {
    display: block;
    margin: 0 10px 0 0;
    height: 15px;
    width: 15px;
    background: url("../images/user-icon.svg");
}

.header-basket-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 2px solid #26c2ff;
    transition: all 0.2s ease-in;
    outline: none;
    background: transparent;
}

@media screen and (min-width: 992px) {
    .header-basket-btn {
        margin: 0 0 0 15px;
    }
}

@media screen and (max-width: 530px) {
    .header-basket-btn {
        margin: 0;
    }
}

.header-basket-btn:before {
    position: relative;
    content: "";
    right: 1px;
    width: 15px;
    height: 15px;
    background: url("../images/shopping-bag-icon.svg");
    transition: filter 0.2s ease-in;
}

@media screen and (max-width: 480px) {
    .header-basket-btn:before {
        right: 0;
    }
}

.header-basket-btn:hover {
    background: #26c2ff;
    animation: basketAnim 0.3s ease;
}

.header-basket-btn:hover:before {
    filter: brightness(0) invert(1);
}

@keyframes basketAnim {
    0% {
        transform: rotate(0);
    }
    45% {
        transform: rotate(30%);
    }
    55% {
        transform: rotate(-30%);
    }
    100% {
        transform: rotate(0);
    }
}

/*HEADER end*/

/*POPUP start*/

.popup {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1000;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease-in;
}

@media screen and (max-height: 790px) and (min-width: 767px) {
    .popup {
        padding: 20vh -0px 0;
        overflow: auto;
    }
}

@media screen and (max-height: 650px) and (min-width: 767px) {
    .popup {
        padding: 30vh -0px 0;
        overflow: auto;
    }
}

.popup.active {
    opacity: 1;
    pointer-events: auto;
}

.popup__order {
    display: none;
    position: relative;
    padding: 60px 60px 95px;
    background: #fff;
}

@media screen and (max-width: 767px) {
    .popup__order {
        width: 100vw;
        height: 100vh;
        overflow: auto;
    }
}

@media screen and (max-width: 480px) {
    .popup__order {
        padding: 75px 15px 95px;
    }
}

.popup__order.active {
    display: block;
}

.popup__order h2 {
    text-align: center;
    margin: 0 0 30px;
    font-size: 36px;
}

.popup__order:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    width: 60%;
    height: 3px;
    background: #26c2ff;
    transform: translateX(-50%);
}

.popup__closer {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 15px;
    right: 15px;
    height: 45px;
    min-height: 45px;
    width: 45px;
    min-width: 45px;
    background: none;
    border: none;
    outline: none;
    cursor: pointer;
    z-index: 20;
}

@media screen and (max-width: 767px) {
    .popup__closer {
        top: 35px;
        right: 0;
    }
}

.popup__closer:hover div:before,
.popup__closer:hover div:after {
    background: #26c2ff;
}

.popup__closer div {
    position: relative;
    display: block;
    width: 70%;
    height: 50%;
    pointer-events: none;
}

.popup__closer div:before,
.popup__closer div:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    background: #cccccc;
    transition: background 0.2s ease-in;
}

.popup__closer div:before {
    transform: translateY(-50%) rotate(45deg);
}

.popup__closer div:after {
    transform: translateY(-50%) rotate(-45deg);
}

.popup__order-input {
    padding: 12px 15px;
    box-shadow: 0 2px 4px 0 rgba(122, 133, 153, 0.5);
    margin-bottom: 15px;
    border-bottom: 2px solid transparent;
    transition: all 0.3s ease;
}

.popup__order-input.active {
    border-bottom: 2px solid #26c2ff;
}

.popup__order-input input {
    width: 100%;
}

.popup__order-input label {
    display: block;
    color: #7a8599;
    margin-bottom: 10px;
}

.popup__order-input label span {
    color: #26c2ff;
}

.popup__order-input input {
    border: none;
    outline: none;
}

.popup__order-items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
}

@media screen and (max-width: 767px) {
    .popup__order-items {
        grid-template-columns: repeat(1, 1fr);
    }
}

.popup__order-item {
    padding: 12px 0 0;
    max-width: 210px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background: #ffffff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

@media screen and (max-width: 767px) {
    .popup__order-item {
        max-width: unset;
    }
}

.popup__order-item img {
    max-width: 100%;
    max-height: 210px;
}

.popup__order-item h3 {
    padding: 0 15px;
    width: 100%;
    font-size: 16px;
    text-align: center;
    line-height: 1.5;
    color: #000;
}

.popup__order-item-cost {
    font-weight: 500;
}

.popup__order-item-interaction {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 50px;
    border-top: 1px solid #d7dcde;
}

.popup__order-item-cost {
    display: flex;
    padding: 0 15px;
}

.popup__order-item-cost span {
    margin: 0 0 0 3px;
}

.popup__order-item-counter {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.popup__order-item-counter button {
    height: 100%;
}

.popup__order-item-counter input {
    text-align: center;
    width: 30px;
    border: none;
    outline: none;
}

.popup__order-item-decrem,
.popup__order-item-increm {
    position: relative;
    display: block;
    width: 40px;
    height: 100%;
    transition: background 0.2s ease-in;
    background: transparent;
    border: none;
    cursor: pointer;
}

.popup__order-item-decrem:focus,
.popup__order-item-increm:focus,
.popup__order-item-decrem:hover,
.popup__order-item-increm:hover {
    background: #e0f6ff;
}

.popup__order-item-increm:before,
.popup__order-item-decrem:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 11px;
    height: 2px;
    background: #26c2ff;
    transform: translate(-50%, -50%);
}

.popup__order-item-increm:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2px;
    height: 11px;
    background: #26c2ff;
    transform: translate(-50%, -50%);
}

.popup__order-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 65px;
    display: flex;
    justify-content: space-between;
}

@media screen and (max-width: 767px) {
    .popup__order-footer {
        position: fixed;
        bottom: 0;
        left: 0;
    }
}

.popup__order-total {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    height: 100%;
    background: #e0f6ff;
}

.popup__order-total input {
    background: transparent;
    border: none;
    outline: none;
}

.popup__order-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    height: 100%;
    font-size: 18px;
    font-weight: 900;
    color: #fff;
    background: #26c2ff;
    border: none;
    transition: all 0.2s ease-in;
}

.popup__order-btn:hover,
.popup__order-btn:focus {
    background: #36d9be;
}

.popup__corporate-order {
    position: relative;
    display: none;
    padding: 40px;
    max-width: 600px;
    max-height: 650px;
    width: 100%;
    background: #fff;
}

@media screen and (max-width: 767px) {
    .popup__corporate-order {
        width: 100vw;
        height: 100vh;
        overflow: scroll;
    }
}

@media screen and (max-width: 480px) {
    .popup__corporate-order {
        padding: 60px 15px 35px;
    }
}

.popup__corporate-order::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    width: 60%;
    height: 3px;
    background: #26c2ff;
    transform: translateX(-50%);
}

.popup__corporate-order h2 {
    font-size: 24px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 40px;
}

.popup__corporate-order .btn {
    width: 100%;
    height: 55px;
    text-transform: uppercase;
    border-radius: 30px;
    letter-spacing: 0.05em;
}

.popup__order-textarea {
    min-height: 150px;
}

.popup__order-textarea textarea {
    width: 100%;
    height: 100%;
    outline: none;
    border: none;
    resize: none;
}

.popup__corporate-order.active {
    display: block;
}

.overflow-hidden {
    overflow: hidden !important;
}

.popup__thank {
    position: relative;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 50px;
    background: #fff;
}

.popup__thank.active {
    display: flex;
}

.popup__thank::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    width: 60%;
    height: 3px;
    background: #26c2ff;
    transform: translateX(-50%);
}

.popup__development {
    position: relative;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 50px;
    background: #fff;
    font-size: 32px;
    color: #111111;
}

.popup__development.active {
    display: flex;
}

.popup__development:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    width: 60%;
    height: 3px;
    background: #26c2ff;
    transform: translateX(-50%);
}

/*POPUP end*/

/*SMALL BASKET start*/

.woocommerce-mini-cart__empty-message {
    position: relative;
    z-index: 1;
}

.basket__wrapper {
    position: relative;
}

@media screen and (max-width: 480px) {
    .basket__wrapper {
        order: 1;
    }
}

.basket {
    display: none;
    pointer-events: none;
    position: absolute;
    padding: 40px 20px 20px;
    top: 36px;
    right: 0;
    max-width: 320px;
    width: max-content;
    width: -moz-max-content;
    width: -webkit-max-content;
    background: transparent;
    overflow: hidden;
    z-index: 2000;
}

.basket ul {
    max-height: 50vh !important;
    overflow: auto;
    padding: 0 0 20px !important;
    margin-bottom: 0;
}

@media screen and (max-height: 700px) {
    .basket ul {
        max-height: 30vh !important;
    }
}

@media screen and (max-width: 1200px) {
    .basket {
        top: 36px;
    }
}

@media screen and (max-width: 480px) {
    .basket {
        position: absolute;
        top: 36px;
        right: -20px;
    }
}

.basket:before {
    content: "";
    position: absolute;
    top: 30px;
    left: 0;
    height: calc(100% - 30px);
    width: 100%;
    border-top: 1px solid #e3e6e8;
    background: #fff;
    z-index: -1;
}

.basket:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 135px;
    background: #e0f6ff;
}

.basket.active {
    display: block !important;
}

.basket img {
    padding: 5px !important;
    margin: 0 15px 0 0 !important;
    width: 60px !important;
    height: 60px !important;
    object-fit: contain !important;
    border: 1px solid #d3e0e9 !important;
    border-radius: 5px !important;
}

.basket li {
    position: relative !important;
    display: flex !important;
    padding: 20px 25px 40px 0 !important;
    border-bottom: 1px solid #d3e0e9 !important;
}

.woocommerce-mini-cart-item.mini_cart_item {
    font-size: 14px;
}

.basket li:last-of-type {
    border-bottom: none !important;
}

.basket li:before {
    display: none;
}

.basket .quantity {
    display: flex;
    position: absolute;
    bottom: 5px;
    right: 0;
}

.woocommerce-mini-cart-item.mini_cart_item a {
    display: flex !important;
    color: #111111 !important;
}

.woocommerce-mini-cart__total.total,
.woocommerce-mini-cart__buttons.buttons {
    position: relative;
    z-index: 1;
}

.woocommerce-mini-cart__buttons.buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0;
}

.woocommerce-mini-cart__buttons.buttons .button.checkout.wc-forward {
    background: transparent !important;
    padding: 0 !important;
    border: none !important;
    color: #26c2ff !important;
    font-weight: 500 !important;
}

.button.wc-forward:not(.checkout) {
    outline: 0;
    border: 0;
    margin: 0 0 10px;
    border-radius: 18px;
    padding: 7px 20px;
    display: inline-block;
    font-weight: 700;
    background-color: #26c2ff;
    transition-property: color, background-color, box-shadow;
    transition-duration: 0.2s;
    transition-timing-function: ease;
    color: #fff;
}

.woocommerce-mini-cart__total {
    text-align: center;
    font-size: 15px;
    margin: 0 0 10px;
}

.woocommerce-mini-cart__total strong {
    font-size: 15px;
}

.button.wc-forward:not(.checkout):hover {
    color: #fff !important;
    background-color: #36d9be !important;
}

/*.button.wc-forward {
    margin: 10px 0 0 !important;
    font-size: 14px !important;
}*/

.basket a.remove_from_cart_button {
    position: absolute;
    top: 20px;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15px;
    height: 15px;
    background: rgba(255, 83, 83, 0.2);
    color: #eb5757 !important;
    border-radius: 50%;
    font-size: 1em !important;
}

/*SMALL BASKET end*/

/*HOME-PAGE begin*/

.home-firstscreen {
    position: relative;
    min-height: unset;
    padding-bottom: 0;
}

.home-firstscreen .swiper-slide {
    min-height: 100%;
    height: unset;
}

.home-firstscreen h1 {
    position: absolute;
    top: -100vh;
    left: -100vw;
    opacity: 0;
    pointer-events: none;
}

.home-firstscreen__slider {
    width: 100%;
}

.home-firstscreen__slide-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
}

.home-firstscreen__slide-bg img {
    position: absolute;
    left: 50%;
    top: 0;
    min-width: 1920px;
    height: max-content;
    transform: translateX(-50%);
}

.home-firstscreen__slide {
    position: relative;
    padding: 50px 0 75px;
}

.home-firstscreen__slide .layout-container {
    display: flex;
    align-items: center;
    max-width: 80%;
}

.home-firstscreen__slide a:hover .home-firstscreen__text p {
    color: #fff;
}

@media screen and (max-width: 1024px) {
    .home-firstscreen__slide .layout-container {
        padding: 0 10px;
        flex-direction: column;
        max-width: 980px;
    }
}

@media screen and (max-width: 992px) {
    .home-firstscreen__slide .layout-container {
    }
}

.home-firstscreen__slide .layout-container img {
    height: 100%;
    max-height: 600px;
    max-width: 50%;
    object-fit: contain;
}

@media screen and (max-width: 1024px) {
    .home-firstscreen__slide .layout-container img {
        max-height: 300px;
    }
}

@media screen and (max-width: 767px) {
    .home-firstscreen__slide .layout-container img {
        max-height: 200px;
    }
}

.home-firstscreen__text {
    margin: 0 30px 0 0;
    pointer-events: none;
}

.home-firstscreen__text p {
    color: #000;
}

.home-firstscreen__slide h2 {
    margin: 0 0 30px;
    font-size: 51px;
    line-height: 1;
    color: #fff;
}

@media screen and (max-width: 992px) {
    .home-firstscreen__slide h2 {
        text-align: center;
    }
}

@media screen and (max-width: 767px) {
    .home-firstscreen__slide h2 {
        font-size: 32px;
    }
}

.home-firstscreen__slide p {
    font-size: 18px;
}

@media screen and (max-width: 767px) {
    .home-firstscreen__slide p {
        font-size: 16px;
    }
}

@media screen and (max-width: 992px) {
    .home-firstscreen__slide p {
        text-align: center;
    }
}

.home-scrollicon {
    position: absolute;
    display: flex;
    align-items: center;
    bottom: -10px;
    left: 18%;
}

@media screen and (max-width: 1024px) {
    .home-scrollicon {
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
    }
}

.home-scrollicon p {
    font-size: 14px;
    color: #000;
}

.icon-scroll {
    margin: 0 15px 0 0;
    width: 20px;
    height: 34px;
}

.icon-scroll:before {
    width: 2px;
    height: 2px;
    top: 5px;
    left: 9px;
}

.home-firstscreen__pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 3px 0;
    bottom: 10px;
    height: 16px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    border-radius: 20px;
    z-index: 1;
}

@media screen and (max-width: 1024px) {
    .home-firstscreen__pagination {
        bottom: 30px;
        left: 10px;
        transform: translateX(0);
    }
}

.home-firstscreen__pagination span {
    width: 10px;
    height: 10px;
    margin: 0 3px;
    background: #cbf0ff;
}

.home-firstscreen__pagination span .swiper-pagination-bullet-active {
    background: #2bc3ff;
}

.home-firstscreen__navigation {
    position: absolute;
    display: flex;
    justify-content: space-between;
    align-items: center;
    top: 54%;
    height: 1px;
    left: 50%;
    width: 90%;
    transform: translateX(-50%);
    z-index: 10;
}

.home-firstscreen__navigation button {
    position: relative;
    height: 70px;
    width: 40px;
    border: none;
    background: none;
    outline: none;
}

@media screen and (max-width: 767px) {
    .home-firstscreen__navigation button {
        height: 40px;
        width: 25px;
        opacity: 0.4;
    }
}

.home-firstscreen__navigation button:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    border-bottom: 3px solid #fff;
    transition: all 0.2s ease-in;
}

@media screen and (max-width: 767px) {
    .home-firstscreen__navigation button:before {
        width: 20px;
        height: 20px;
    }
}

.home-firstscreen__next:before {
    border-left: 3px solid #fff;
    transform: rotate(-135deg);
}

.home-firstscreen__prev:before {
    border-right: 3px solid #fff;
    transform: rotate(135deg);
}

.home-firstscreen__navigation button:hover:before {
    border-color: #000;
}

.home-secondscreen {
    padding: 150px 0;
}

@media screen and (max-width: 1024px) {
    .home-secondscreen {
        padding: 50px 0;
    }
}

.home-secondscreen .layout-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
}

@media screen and (max-width: 1024px) {
    .home-secondscreen .layout-container {
        flex-direction: column;
        align-items: center;
    }
}

.home-secondscreen h2 {
    margin: 0 auto 20px;
    width: 100%;
}

.home-secondscreen__content {
    width: 50%;
}

@media screen and (max-width: 1024px) {
    .home-secondscreen__content {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .home-secondscreen__content {
        display: flex;
        flex-direction: column;
        align-items: center;
        order: 1;
    }

    .home-secondscreen__content .btn-large {
        padding: 15px 25px;
        height: unset;
        text-transform: none;
        border-radius: 100px;
    }
}

.home-secondscreen__img {
    max-width: 400px;
    max-height: 620px;
    width: 50%;
}

@media screen and (max-width: 1024px) {
    .home-secondscreen__img {
        max-width: 35vw;
    }
}

.home-secondscreen__img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.section__title {
    position: relative;
    max-width: 780px;
    width: 100%;
    text-align: center;
    font-size: 45px;
    line-height: 1;
    color: #26c2ff;
    z-index: 1;
}

@media screen and (max-width: 992px) {
    .section__title {
        font-size: 30px;
    }
}

.section__title--light {
    color: #fff;
}

.section__title:before {
    content: url("../images/title-bg.png");
    position: absolute;
    top: 50%;
    left: 50%;
    width: 125px;
    height: 110px;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.section__title--light:before {
    opacity: 0.4;
}

.home-secondscreen__content li {
    display: flex;
}

.home-secondscreen__content span {
    position: relative;
    display: block;
    margin: 0 20px 0 0;
    width: 40px;
    min-width: 40px;
    height: 40px;
}

.home-secondscreen__content img {
    position: absolute;
    width: 100%;
    height: auto;
    object-fit: contain;
}

.home-secondscreen__content li:before {
    display: none;
}

.btn-large {
    display: inline-block;
    padding: 20px 45px;
    max-width: 320px;
    height: 55px;
    font-size: 16px;
    letter-spacing: 0.05em;
    border-radius: 30px;
    text-transform: uppercase;
}

.block-wavegradient .layout-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.block-wavegradient__certificates {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    margin: 50px 0;
    padding: 0 10%;
    width: 100%;
}

@media screen and (max-width: 767px) {
    .block-wavegradient__certificates {
        justify-content: center;
    }
}

.block-wavegradient__certificates li {
    margin: 0 10px;
    width: 110px;
}

@media screen and (max-width: 480px) {
    .block-wavegradient__certificates li {
        width: 60px;
    }
}

.block-wavegradient__certificates img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.block-wavegradient__items {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

@media screen and (max-width: 1024px) {
    .block-wavegradient__items {
        flex-wrap: wrap;
    }

    .block-wavegradient__items li {
        width: 100%;
    }

    .block-wavegradient__items a {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

.block-wavegradient__items img {
    height: 255px;
    width: auto;
}

.block-wavegradient__items h3,
.block-wavegradient__items p {
    color: #111;
    margin-bottom: 0;
    text-align: center;
}

.block-wavegradient__items a:hover h3,
.block-wavegradient__items a:hover p {
    color: #36d9be;
}

.block-wavegradient__items span {
    color: #26c2ff;
}

.block-wavegradient__items .woocommerce-Price-currencySymbol {
    display: none;
}

.home-questions {
    padding: 80px 0 120px;
}

@media screen and (max-width: 767px) {
    .home-questions {
        padding: 20px 0 30px;
    }
}

.home-questions .layout-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.home-questions__tabs {
    margin: 50px 0 0;
    padding-left: 0;
    width: 100%;
}

.home-questions__tabs li {
    position: relative;
    margin: 0 0 15px;
    border: 3px solid #effbff;
    border-radius: 25px;
    overflow: hidden;
}

.home-questions__tabs button {
    position: relative;
    height: 100%;
    padding: 17px 70px 17px 25px;
    margin: 0;
    width: 100%;
    text-align: left;
    font-size: 16px;
    line-height: 1;
    color: #333333;
    font-weight: 900;
    background: #effbff;
    border: none;
    border-radius: 25px;
    z-index: 1;
    transition: all 0.3s ease-in;
    outline: none;
}

.home-questions__tabs button:before,
.home-questions__tabs button:after {
    content: "";
    position: absolute;
    top: 50%;
    transition: all 0.3s ease-in;
}

.home-questions__tabs button:before {
    right: 5px;
    height: 40px;
    width: 40px;
    border-radius: 20px;
    background: #fff;
    transform: translateY(-50%);
}

.home-questions__tabs button:after {
    right: 18px;
    width: 10px;
    height: 10px;
    border-bottom: 3px solid #26c2ff;
    border-right: 3px solid #26c2ff;
    transform: rotate(-45deg) translateY(-50%);
}

.home-questions__tabs p {
    position: relative;
    padding: 0 15px;
    margin: 0;
    height: 0;
    opacity: 0;
    overflow: hidden;
    transition: all 0.2s ease-in;
}

.home-questions__tabs li:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #effbff;
    z-index: -1;
}

@media screen and (min-width: 768px) {
    .home-questions__tabs li:hover button:after {
        transform: rotate(45deg) translateY(-50%);
        right: 23px;
    }
}

.home-questions__tabs li.active:before {
    height: 50px;
}

.home-questions__tabs li.active button {
    border-radius: 0;
}

.home-questions__tabs li.active button:after {
    transform: rotate(45deg) translateY(-50%);
    right: 23px;
}

.home-questions__tabs li.active p {
    margin: 20px;
    height: unset;
    opacity: 1;
}

.error {
    position: absolute;
    padding: 10px;
    top: 20px;
    left: 0;
    width: 200px;
    border-radius: 15px;
    height: 100px;
    background: indianred;
    border: 2px solid #2c3338;
    color: #fff8e5;
    z-index: 5;
}

@media screen and (max-width: 767px) {
    .error {
        position: fixed;
        top: 0;
        left: 0;
    }
}

/*HOME-PAGE end*

/*CORPORATE-CLIENTS-PAGE start */

.corporate-clients {
    padding: 35px 20px 0;
}

@media screen and (max-width: 1024px) {
    .corporate-clients {
        padding: 35px 20px 0;
    }
}

@media screen and (max-width: 992px) {
    .corporate-clients {
        padding: 0 20px 0;
    }
}

.corporate-clients h1 {
    margin: 20px auto 70px;
    font-size: 55px;
    color: #111111;
}

@media screen and (max-width: 1024px) {
    .corporate-clients h1 {
        text-align: center;
        margin: 20px auto 40px;
        font-size: 32px;
        color: #111111;
    }
}

.corporate-clients__cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

@media screen and (max-width: 1024px) {
    .corporate-clients__cards {
        flex-direction: column;
        align-items: center;
    }
}

.corporate-clients__card {
    position: relative;
    padding: 30px 30px 25px;
    margin: 0 0 20px;
    height: 100%;
    width: calc(100% / 3 - 10px);
    max-width: 380px;
    border-radius: 15px;
    border: 2px solid #26c2ff;
}

.corporate-clients__card:nth-child(3n) .corporate-clients__card-bg:before {
    background: url("../images/person-count-top-bg-1.png") no-repeat center;
    background-size: cover;
}

.corporate-clients__card:nth-child(3n) .corporate-clients__card-bg:after {
    background: url("../images/person-count-bottom-bg-1.png") no-repeat center;
    background-size: cover;
}

.corporate-clients__card:nth-child(3n + 1) .corporate-clients__card-bg:before {
    background: url("../images/person-count-top-bg-2.png") no-repeat center;
    background-size: cover;
}

.corporate-clients__card:nth-child(3n + 1) .corporate-clients__card-bg:after {
    background: url("../images/person-count-bottom-bg-2.png") no-repeat center;
    background-size: cover;
}

.corporate-clients__card:nth-child(3n + 2) .corporate-clients__card-bg:before {
    background: url("../images/person-count-top-bg-3.png") no-repeat center;
    background-size: cover;
}

.corporate-clients__card:nth-child(3n + 2) .corporate-clients__card-bg:after {
    background: url("../images/person-count-bottom-bg-3.png") no-repeat center;
    background-size: cover;
}

@media screen and (max-width: 1024px) {
    .corporate-clients__card {
        width: 100%;
        margin: 0 0 30px;
    }
}

.corporate-clients__card button {
    width: 100%;
}

.corporate-clients__card:nth-of-type(3n) {
    border-color: #26c2ff;
}

.corporate-clients__card:nth-of-type(3n) li {
    border-color: #26c2ff;
}

.corporate-clients__card:nth-of-type(3n) li span:before {
    border-color: #26c2ff;
}

.corporate-clients__card:nth-of-type(3n) .corporate-clients__card-price {
    color: #26c2ff;
}

.corporate-clients__card:nth-of-type(3n) button {
    background: #26c2ff;
}

.corporate-clients__card:nth-of-type(3n) button:hover {
    background: #fff;
    color: #26c2ff;
}

.corporate-clients__card:nth-of-type(3n + 1) {
    border-color: #36d3b8;
}

.corporate-clients__card:nth-of-type(3n + 1) li {
    border-color: #36d3b8;
}

.corporate-clients__card:nth-of-type(3n + 1) li span:before {
    border-color: #36d3b8;
}

.corporate-clients__card:nth-of-type(3n + 1) .corporate-clients__card-price {
    color: #36d3b8;
}

.corporate-clients__card:nth-of-type(3n + 1) button {
    background: #36d3b8;
}

.corporate-clients__card:nth-of-type(3n + 1) button:hover {
    background: #fff;
    color: #36d3b8;
}

.corporate-clients__card:nth-of-type(3n + 2) {
    border-color: #fdbe2c;
}

.corporate-clients__card:nth-of-type(3n + 2) li {
    border-color: #fdbe2c;
}

.corporate-clients__card:nth-of-type(3n + 2) li span:before {
    border-color: #fdbe2c;
}

.corporate-clients__card:nth-of-type(3n + 2) .corporate-clients__card-price {
    color: #fdbe2c;
}

.corporate-clients__card:nth-of-type(3n + 2) button {
    background: #fdbe2c;
}

.corporate-clients__card:nth-of-type(3n + 2) button:hover {
    background: #fff;
    color: #fdbe2c;
}

.corporate-clients__card-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 101%;
    height: 101%;
    z-index: -1;
    transform: translate(-50%, -50%);
}

.corporate-clients__card-bg:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    min-height: 80px;
    transform: translateX(-50%);
    object-fit: cover;
    border-radius: 15px 15px 0 0;
}

.corporate-clients__card-bg:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    min-height: 160px;
    width: 100%;
    object-fit: cover;
    border-radius: 0 0 15px 15px;
}

.corporate-clients__card-title {
    text-align: center;
    font: 20px/1.3 "Muller", "Roboto", "Helvetica Neue", Arial, sans-serif;
    font-weight: 900;
    color: #fff;
}

.corporate-clients__proposition {
    width: 100%;
    margin: 30px 0;
}

.corporate-clients__proposition ul {
    padding-left: 0;
}

.corporate-clients__proposition li {
    padding: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.3;
    font-weight: 900;
    border-bottom: 1px solid #49ccff;
}

.corporate-clients__proposition li:before {
    display: none;
}

.corporate-clients__proposition li:last-child {
    border-bottom: none;
}

.corporate-clients__proposition li span {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 20px 0 0;
    font-weight: 900;
    width: 30px;
    min-width: 30px;
    height: 30px;
}

.corporate-clients__proposition li span:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 1px solid #000;
}

.corporate-clients__card-price {
    display: block;
    text-align: center;
    margin: 10px 0 0;
    font-weight: 900;
    font-size: 20px;
}

.corporate-clients__card-sale {
    display: block;
    margin: 0 0 15px;
    text-align: center;
    font-size: 12px;
    color: #ff5353;
}

.corporate-clients__personal-account button {
    width: 100%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    max-width: 250px;
}

.corporate-clients__personal-account {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0 0;
    padding: 20px 25px 20px;
    border-radius: 10px;
    background-color: #f2fcff;
    overflow: hidden;
}

@media screen and (max-width: 1024px) {
    .corporate-clients__personal-account {
        flex-direction: column;
    }

    .corporate-clients__personal-account button {
        margin: 20px 0 0;
    }
}

.corporate-clients__personal-account p {
    margin: 0;
}

.corporate-clients__personal-account:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 5px;
    height: 100%;
    background: #26c2ff;
}

.corporate-clients__personal-account-content {
    width: 70%;
}

@media screen and (max-width: 767px) {
    .corporate-clients__personal-account-content {
        width: 100%;
    }
}

.corporate-clients__personal-account h2 {
    font-size: 22px;
}

.corporate-clients__personal-account p {
    line-height: 1.5;
}

.corporate-clients__customers {
    margin: 0 0 100px;
}

@media screen and (max-width: 1024px) {
    .corporate-clients__customers {
        margin: 40px 0 0;
    }
}

.corporate-clients__customers h2 {
    margin: 0 0 60px;
    font-size: 55px;
}

@media screen and (max-width: 767px) {
    .corporate-clients__customers h2 {
        margin: 0 0 20px;
        font-size: 30px;
    }
}

.corporate-clients__customers div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

@media screen and (max-width: 767px) {
    .corporate-clients__customers div {
        justify-content: space-between;
    }
}

.corporate-clients__customers span {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 200px;
    max-height: 80px;
    margin: 0 50px 20px 0;
}

@media screen and (max-width: 767px) {
    .corporate-clients__customers span {
        max-width: 80px;
        max-height: 40px;
        width: 30%;
    }
}

.corporate-clients__customers img {
    height: 100%;
    width: auto;
    object-fit: contain;
}

/*CORPORATE-CLIENTS-PAGE end */

/*MENU start */
.header-menu-wrapper {
    justify-content: space-between;
}

.header-logo {
    min-width: 160px;
}

@media screen and (max-width: 1200px) {
    .header-menu-wrapper .header-menu-nav {
        width: 100%;
        flex: unset;
    }

    .nav {
        justify-content: space-between;
    }
}

@media screen and (max-width: 1200px) and (min-width: 992px) {
    .js-order-popup-activator {
        line-height: 1;
        padding: 6px 20px;
        font-size: 13px;
    }
}

@media screen and (max-width: 480px) {
    .header-logo {
        min-width: 45px;
        width: 45px;
    }

    .header-logo--menu {
        min-width: 160px;
        width: unset;
    }

    .header-burger {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 36px;
        height: 36px;
        border: 2px solid #26c2ff;
        border-radius: 50%;
    }

    .header-burger a {
        padding: 0 !important;
        margin: 0 !important;
    }

    .header-burger img {
        width: 20px;
        object-fit: contain;
    }

    .js-order-popup-activator {
        line-height: 1;
        padding: 6px 20px;
        font-size: 13px;
        width: 116px;
        order: 1;
        background: #c9f0ff;
        color: #26c2ff;
    }

    .header-logo img {
        margin: 0 auto;
    }
}

/*MENU end */

.block-wavegradient .btn {
    width: 260px;
}

.block-wavegradient li:before {
    display: none;
}

.basket__wrapper:hover .js-basket.basket {
    display: initial !important;
    pointer-events: auto;
}

@media screen and (max-width: 1024px) {
    .woof_shortcode_output .woocommerce-ordering {
        display: none;
    }
}

@media screen and (max-width: 991px) {
    .catalog-container {
        padding-top: 160px;
    }
}

@media screen and (max-width: 480px) {
    .catalog-container {
        padding-top: 140px;
    }
}

.burger-personal-cab {
    margin: 0 0 15px 5px;
}

@media screen and (max-width: 767px) {
    body #bingc-phone-button {
        display: none !important;
    }
}

@media screen and (max-width: 991px) {
    body .catalog-items .woocommerce-ordering {
        display: none !important;
    }
}

.cart_totals.calculated_shipping h2,
.cart_totals.calculated_shipping .woocommerce-shipping-totals,
.cart_totals.calculated_shipping .order-total,
.woocommerce-checkout-review-order-table .woocommerce-shipping-totals.shipping,
.cart-collaterals .woocommerce-shipping-totals.shipping {
    display: none;
}

.form-row span.optional {
    display: none;
}

.payment_method_cod ul {
    display: flex;
    flex-wrap: wrap;
}

.select2-container .select2-selection--single .select2-selection__rendered{
    max-height: 28px;
    white-space: unset;
}

.payment_method_cod li {
    margin: 0 20px 0 0 !important;
}

@media screen and (max-width: 480px) {
    .payment_method_cod li {
        margin: 0 10px 0 0 !important;
    }
}

.payment_method_cod input[type="radio"] + label:before {
    margin: -3px 10px 0 -25px;
}

.woocommerce-checkout .step-2 #need_to_call_back_field label{
    display: flex;
}

#need_to_call_back_field label {
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

#need_to_call_back_field input {
    opacity: 0;
    position: absolute;
    pointer-events: none;
}
#need_to_call_back_field input + span{
    display: flex;
    align-items: center;
    order: -1;
}

#need_to_call_back_field input + span:before{
    content: '';
    display: block;
    width: 15px;
    min-width: 15px;
    height: 15px;
    margin: -3px 10px 0 0;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    border: 2px solid transparent;
    box-shadow: 0 0 0 2px #ccc, 0 0 0 7px transparent inset;
    transition: box-shadow 0.15s linear;
    cursor: pointer;
}
.woocommerce-checkout #need_to_call_back_field label{
    display: block;
}

#need_to_call_back_field input:hover + span:before {
    box-shadow: 0 0 0 2px #26c2ff, 0 0 0 7px transparent inset;
}

#need_to_call_back_field input:checked + span:before {
    box-shadow: 0 0 0 2px #ccc, 0 0 0 7px #26c2ff inset;
}

#need_to_call_back_field input:checked:hover + span:before {
    box-shadow: 0 0 0 2px #26c2ff, 0 0 0 7px #26c2ff inset;
}

.woof_block_html_items > ul > .woof_childs_list_li > .woof_childs_list > .woof_childs_list_li {
    display: grid;
    grid-template-columns: 20px auto;
    grid-template-rows: 20px auto;
}

.woof_block_html_items > ul > .woof_childs_list_li > .woof_childs_list > .woof_childs_list_li > div {
    grid-column: 1;
    grid-row: 1;
}

.woof_block_html_items > ul > .woof_childs_list_li > .woof_childs_list > .woof_childs_list_li > label {
    grid-column: 2;
    grid-row: 1;
}

.woof_block_html_items > ul > .woof_childs_list_li > .woof_childs_list > .woof_childs_list_li > ul {
    grid-column: 1/3;
    grid-row: 2;
    width: 100%;
}

@media screen and (max-width: 992px) {
    .blog-content .post-list {
        justify-content: center;
    }

    .blog-content .post-list .col-sm-6 {
        display: flex;
        justify-content: center;
    }
}

.catalog-container .type-product .woocommerce-loop-product__link {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.catalog-container .type-product h2 {
    margin-bottom: auto !important;
}

@media screen and (max-width: 576px) {
    .block-feedback .feedback-container .feedback-icon {
        margin: 0 auto;
    }

    .feedback-content {
        margin: 0 auto;
    }

    .feedback-content h2,
    .feedback-content p {
        text-align: center;
    }
}

.single-post .tags {
    flex-direction: row;
}

.woocommerce-breadcrumb a {
    transition: all 0.2s ease;
}

.woocommerce-breadcrumb a:hover {
    color: #36d9be;
}

.footer-region-select a {
    display: flex;
    flex-direction: column;
}

.footer-region-select .header-select-value:after {
    content: "";
    background: url(../images/dd-arrow.svg) no-repeat;
    background-size: 7px 7px;
    margin-left: 5px;
    display: inline-block;
    width: 7px;
    height: 7px;
}

@media (min-width: 470px) {
    .woocommerce-cart .layout-container {
        max-width: 475px;
    }
}

@media screen and (max-width: 767px) {
    .footer-region-select {
        margin: 0 0 20px;
    }
}

@media (min-width: 768px) {
    .woocommerce-cart .layout-container {
        max-width: 760px;
    }
}

@media (min-width: 992px) {
    .woocommerce-cart .layout-container {
        max-width: 980px;
    }
}

@media (min-width: 1200px) {
    .woocommerce-cart .layout-container {
        max-width: 1200px;
    }
}

.layout-container__our-water {
    max-width: 100% !important;
    padding: 0 !important;
}

.layout-container__our-water .product-list {
    justify-content: center;
    margin: 0 0 40px;
}

.layout-container__our-water .product-list a {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 30px;
}

.layout-container__our-water .product-price {
    text-align: center;
}

.layout-container__our-water .product-list h3 {
    color: #111;
    text-align: center;
}

.layout-container__our-water .product-list .product-subtitle {
    color: #111;
    text-align: center;
}

.layout-container__our-water a:hover h3,
.layout-container__our-water a:hover .product-subtitle {
    color: #36d9be;
}

.layout-container__our-water-link {
    display: flex;
    justify-content: center;
}

.our-water__benefits-items {
    justify-content: center;
}

.our-water__benefits-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.our-water__benefits-item p {
    text-align: center;
}

.woocommerce nav.woocommerce-pagination {
    margin: 20px 0 0;
}

.woocommerce nav.woocommerce-pagination ul li {
    position: relative;
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin: 0 5px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    overflow: visible;
    border-right: none;
}

.woocommerce nav.woocommerce-pagination ul li:before {
    display: none;
}

.woocommerce nav.woocommerce-pagination ul {
    border: none;
}

.woocommerce-pagination li span {
    color: #fff;
}

.woocommerce nav.woocommerce-pagination ul li a.page-numbers {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    color: #111;
    border-radius: 50%;
    background: #26c2ff;
    border: 2px solid #26c2ff;
    transition: all 0.2s ease;
}

.woocommerce nav.woocommerce-pagination ul li a.page-numbers:hover {
    background: #36d9be;
    border: 2px solid #36d9be;
}

.woocommerce nav.woocommerce-pagination ul li span.current {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    color: #111;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #26c2ff;
    transition: all 0.2s ease;
}

.woocommerce nav.woocommerce-pagination ul li span.dots:before {
    content: "...";
    color: #000;
    font-size: 30px;
}

.woocommerce nav.woocommerce-pagination ul li a.next,
.woocommerce nav.woocommerce-pagination ul li a.prev {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    border: 2px solid #26c2ff;
    font-size: 0;
    transition: all 0.2s ease;
}

.woocommerce nav.woocommerce-pagination ul li a.next {
    background: url("../images/pagination_next.svg") center no-repeat #fff;
    left: 2px;
}

.woocommerce nav.woocommerce-pagination ul li a.next:hover {
    background: url("../images/pagination_next.svg") center no-repeat #26c2ff;
    border: 2px solid #26c2ff;
}

.woocommerce nav.woocommerce-pagination ul li a.prev {
    background: url("../images/pagination_prev.svg") center no-repeat #fff;
    right: 2px;
}

.woocommerce nav.woocommerce-pagination ul li a.prev:hover {
    background: url("../images/pagination_prev.svg") center no-repeat #26c2ff;
    border: 2px solid #26c2ff;
}

@media screen and (max-width: 767px) {
    .wc-proceed-to-checkout {
        display: flex;
        justify-content: center;
    }
}

.cart_totals .calculated_shipping li:before {
    display: none !important;
}

.select2-container.select2-container--default.select2-container--open {
    z-index: 1 !important;
}

#login_error_code {
    width: 100%;
}

.woocommerce-form-coupon-toggle {
    width: 100%;
}

.add_to_cart_button {
    display: flex !important;
    justify-content: center;
}

.add_to_cart_button span:last-child {
    display: none;
}

.add_to_cart_button span:first-child {
    display: block;
}

.add_to_cart_button.added span:first-child {
    display: none;
}

.add_to_cart_button.added span:last-child {
    display: block;
}

.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
    padding: 50px 0 0;
}

.basket-btn-to-catalog {
    position: relative;
    width: 100%;
    z-index: 1;
}

.cart_totals h2 {
    margin-top: 20px;
}

.cart_totals-link {
    align-self: flex-start;
}

@media screen and (max-width: 767px) {
    .cart_totals-link {
        align-self: center;
    }
}

.cart_totals {
    display: flex;
    flex-direction: column;
}

.popup__order-tabs {
    display: flex;
    justify-content: center;
    margin: 0 0 20px;
}

.popup__order-tab {
    outline: none;
}

.popup__order-tab span {
    padding: 10px 20px;
    font-weight: 500;
    color: #26c2ff;
    pointer-events: none;
}

@media screen and (max-width: 480px) {
    .popup__order-tab span {
        padding: 10px 10px;
    }
}

.popup__order-tab:first-of-type span {
    border-radius: 30px 0 0 30px;
    box-shadow: 2px 2px 6px -3px rgba(0, 0, 0, 0.75);
}

.popup__order-tab:last-of-type span {
    border-radius: 0 30px 30px 0;
    box-shadow: 2px 2px 6px -3px rgba(0, 0, 0, 0.75);
}

.popup__order-tab input:checked + span {
    color: #111;
    font-weight: 700;
    box-shadow: inset 2px -1px 16px -11px rgba(0, 0, 0, 0.75);
    background: linear-gradient(to bottom, #edf4f8 0%, #f0f7fa 51%, #edf4f8 100%);
    overflow: hidden;
}

.woocommerce .actions [name="update_cart"] {
    display: none !important;
}

.header-quick-order:not(.processing) .popup__order-btn span {
    display: none;
}

/*MyAccount begin test*/

/*workshop*/

.woocommerce-MyAccount-navigation ul li.is-active a {
    font-weight: 700;
}

body.woocommerce-account:not(.logged-in) .woocommerce {
    display: flex;
    flex-direction: column;
}

.woocommerce-account .woocommerce {
    display: flex;
}

.woocommerce-account .workshop {
    position: relative;
    display: flex;
    align-items: center;
    padding: 15px 40px;
    margin-bottom: 30px;
    background: #ebf9ff;
    border-radius: 10px;
}

.woocommerce-account .workshop:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 5px;
    height: 100%;
    background: #56ccf2;
    border-radius: 10px 0 0 10px;
}

.woocommerce-account .workshop .workshop__avatar {
    width: 69px;
    height: 69px;
    margin-right: 25px;
    object-fit: cover;
    object-position: center;
    border-radius: 50%;
}

.woocommerce-account .workshop p {
    margin-bottom: 0;
    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
    color: #111111;
}

.woocommerce-account .workshop .workshop__edit-account {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 27px;
    margin-left: auto;
    background: #ffffff;
    border: 1px solid #26c2ff;
    box-sizing: border-box;
    border-radius: 20px;

    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: #000;
    text-align: center;
}

.woocommerce-account .workshop .workshop__edit-account:hover {
    background: #26c2ff;
    color: #ffffff;
}

.woocommerce-account .workshop-link {
    padding: 20px;
    background: #effbff;
    border-radius: 10px;
}

.woocommerce-account .workshop-link .link {
    padding: 15px 20px;
    background: #ffffff;
    border-radius: 8px;
}

.woocommerce-account .workshop-link .link:first-child {
    margin-bottom: 20px;
}

.woocommerce-account .workshop-link a {
    position: relative;
    padding-right: 20px;
    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
    color: #56ccf2;
}

.woocommerce-account .workshop-link a:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    display: block;
    width: 17px;
    border-top: 1px solid #56ccf2;
    transform: translateY(-50%);
}

.woocommerce-account .workshop-link a:after {
    content: "";
    position: absolute;
    top: 50%;
    left: calc(100% + 13px);
    display: block;
    width: 5px;
    height: 5px;
    border-top: 1px solid #56ccf2;
    border-right: 1px solid #56ccf2;
    transform: translateY(-50%) rotate(45deg);
}

.woocommerce-account .workshop-link a:hover {
    text-decoration: underline;
}

@media screen and (max-width: 767px) {
    .woocommerce-account .workshop {
        flex-direction: column;
        padding: 15px 27px;
    }

    .woocommerce-account .workshop .workshop__avatar {
        margin-right: 0;
        margin-bottom: 22px;
    }

    .woocommerce-account .workshop p {
        margin-bottom: 15px;
        align-items: center;
    }

    .woocommerce-account .workshop .workshop__edit-account {
        margin: 0;
    }

    .woocommerce-account .workshop-link {
        padding: 13px 20px;
    }

    .woocommerce-account .workshop-link a:before,
    .woocommerce-account .workshop-link a:after {
        display: none;
    }
}

/*profile*/

.woocommerce-account .woocommerce-EditAccountForm .profile-info {
    margin-bottom: 30px;
}

.woocommerce-account .woocommerce-EditAccountForm .profile-info,
.woocommerce-account .woocommerce-EditAccountForm .change-pass .change-pass__wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 25px 40px;
    background: #effbff;
    border-radius: 10px;
}

.woocommerce-account .woocommerce-EditAccountForm .woocommerce-form-row {
    width: 47% !important;
    padding: 0 0 14px 0;
    float: none;
    box-shadow: none;
}

.woocommerce-account .woocommerce-EditAccountForm .woocommerce-form-row label {
    margin-left: 25px;
    margin-bottom: 5px;
    color: #4f4f4f;
}

.woocommerce-account .woocommerce-EditAccountForm .woocommerce-form-row label .required {
    color: #4f4f4f;
    font-weight: 500;
}

.woocommerce-account .woocommerce-EditAccountForm .woocommerce-form-row input {
    height: 46px;
    padding: 10px;
    background: #ffffff;
    border-radius: 8px;
}

.woocommerce-account .woocommerce-EditAccountForm .profile-info p {
    margin-bottom: 0;
}

.woocommerce-account .woocommerce-EditAccountForm .change-pass {
    margin-bottom: 30px;
}

.woocommerce-account .woocommerce-EditAccountForm .change-pass .title {
    margin-bottom: 12px;
    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
    color: #111111;
}

.woocommerce-account .woocommerce-EditAccountForm .save-change {
    display: flex;
    justify-content: flex-end;
}

.woocommerce-account .woocommerce-EditAccountForm .save-change button {
    padding: 12px 27px;
    background: #ffffff;
    border: 1px solid #26c2ff;
    box-sizing: border-box;
    border-radius: 20px;
    outline: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: #363636;
}

.woocommerce-account .woocommerce-EditAccountForm .save-change button:hover {
    background: #26c2ff;
    color: #ffffff;
}

@media screen and (max-width: 767px) {
    .woocommerce-account .woocommerce-EditAccountForm .profile-info,
    .woocommerce-account .woocommerce-EditAccountForm .change-pass .change-pass__wrap {
        padding: 13px 20px;
    }

    .woocommerce-account .woocommerce-EditAccountForm .woocommerce-form-row {
        width: 100% !important;
    }

    .woocommerce-account .woocommerce-EditAccountForm .woocommerce-form-row label {
        margin-left: 15px;
    }

    .woocommerce-account .woocommerce-EditAccountForm .save-change {
        justify-content: center;
    }
}

/*address*/

.woocommerce-EditAccountForm .shipping-addresses {
}

.shipping-addresses .shipping-addresses__title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 17px;
}

.shipping-addresses .shipping-addresses__title h3 {
    margin-bottom: 0;
}

.shipping-addresses .shipping-addresses__title a {
    padding: 12px 27px;
    background: #26c2ff;
    border: 1px solid #26c2ff;
    box-sizing: border-box;
    border-radius: 20px;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    color: #ffffff;
}

.shipping-addresses .shipping-addresses__title a:hover {
    background: #fff;
    color: #26c2ff;
}

.shipping-addresses .shipping-addresses__content-item {
    width: calc(100% / 2 - 10px);
    height: max-content;

    padding: 15px;
    background: #effbff;
    border-radius: 10px;
    margin-bottom: 20px;
}

.shipping-addresses .shipping-addresses__content-item.main-address {
    background: #d2f4ff;
}

.shipping-addresses .shipping-addresses__content-item__header .shipping-addresses__content-item__header--name,
.shipping-addresses .shipping-addresses__content-item--address,
.shipping-addresses .shipping-addresses__content-item__main ul {
    padding: 15px 20px;
    background: #ffffff;
    border-radius: 8px;
    margin-bottom: 15px;
}

.shipping-addresses .shipping-addresses__content-item__header {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.shipping-addresses .shipping-addresses__content-item__header .shipping-addresses__content-item__header--name {
    display: flex;
    align-items: center;
    justify-content: space-between;

    /*max-width: 320px;*/
    width: 90%;
    height: 46px;
    padding: 15px 20px;
    background: #ffffff;
    border-radius: 8px;

    /*white-space: nowrap;*/
    overflow: hidden;
    /*text-overflow: ellipsis;*/

    /*font-weight: 500;*/
    /*font-size: 18px;*/
    /*line-height: 18px;*/
    /*color: #111111;*/
}

.shipping-addresses .shipping-addresses__content-item__header p {
    margin-bottom: 0;

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
    color: #111111;
}

.shipping-addresses .shipping-addresses__content-item__header img {
    margin-left: 12px;
}

.shipping-addresses .shipping-addresses__content-item__header .dots {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 46px;
    width: 46px;
    height: 46px;
    padding: 5px;
    margin-left: 10px;
    background: #ffffff;
    border-radius: 8px;
}

.shipping-addresses .shipping-addresses__content-item__header .dots:hover {
    cursor: pointer;
    background: #26c2ff;
}

.shipping-addresses .shipping-addresses__content-item__header .dots:hover span {
    background: #ffffff;
}

.shipping-addresses .shipping-addresses__content-item__header .dots span {
    display: block;
    width: 5px;
    height: 5px;
    margin-bottom: 3px;
    background: #26c2ff;
    border-radius: 50%;
}

.shipping-addresses .shipping-addresses__content-item__header .dots span:last-child {
    margin: 0;
}

.shipping-addresses .shipping-addresses__content-item__header .dots-functional {
    display: none;
    position: absolute;
    right: 0;
    max-width: 136px;
    width: 100%;
    padding: 15px;
    background: #ffffff;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.11);
    border-radius: 7px;
}

.shipping-addresses .shipping-addresses__content-item__header .dots-functional.is-active {
    display: flex;
    flex-direction: column;
}

.shipping-addresses .shipping-addresses__content-item__header a {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e0e0e0;

    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: #4f4f4f;
}

.shipping-addresses .shipping-addresses__content-item__header a:hover {
    text-decoration: underline;
}

.shipping-addresses .shipping-addresses__content-item__header a:last-child {
    border: none;
    padding: 0;
    margin: 0;
}

.shipping-addresses .shipping-addresses__content-item--address {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
    font-weight: normal;
    font-size: 16px;
    line-height: 120%;
    color: #4f4f4f;
}

.shipping-addresses .shipping-addresses__content-item--address p {
    margin-bottom: 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    color: #4f4f4f;
}

.shipping-addresses .shipping-addresses__content-item__main {
    margin-bottom: 10px;
}

.shipping-addresses .shipping-addresses__content-item__main ul {
}

.shipping-addresses .shipping-addresses__content-item__main ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #f1f1f1;
}

.shipping-addresses .shipping-addresses__content-item__main ul li:last-child {
    border: none;
    padding: 0;
    margin: 0;
}

.shipping-addresses .shipping-addresses__content-item__main ul li:before {
    display: none;
}

.shipping-addresses .shipping-addresses__content-item__main ul li span:nth-child(1) {
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    color: #4f4f4f;
}

.shipping-addresses .shipping-addresses__content-item__main ul li span:nth-child(2) {
    margin-left: 10px;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    text-align: right;
    color: #26c2ff;
}

.shipping-addresses .shipping-addresses__content-item__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.shipping-addresses .shipping-addresses__content-item__footer a {
    display: block;
    width: 49%;
    padding: 13px 10px;
    background: #ffffff;
    border: 1px solid #26c2ff;
    box-sizing: border-box;
    border-radius: 20px;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: #363636;
}

.shipping-addresses .shipping-addresses__content-item__footer span {
    display: block;
    width: 49%;
    padding: 13px 10px;
    box-sizing: border-box;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    color: #26c2ff;
}

.shipping-addresses .shipping-addresses__content-item__footer a:hover {
    background: #26c2ff;
    color: #ffffff;
}

@media screen and (max-width: 767px) {
    .shipping-addresses .shipping-addresses__title {
        flex-direction: column;
        align-items: flex-start;
    }

    .shipping-addresses .shipping-addresses__title h3 {
        margin-bottom: 12px;
    }

    .shipping-addresses .shipping-addresses__title a {
        width: 100%;
    }

    .shipping-addresses .shipping-addresses__content-item--address,
    .shipping-addresses .shipping-addresses__content-item__main ul,
    .shipping-addresses .shipping-addresses__content-item__header .shipping-addresses__content-item__header--name {
        padding: 15px;
    }

    .shipping-addresses .shipping-addresses__content {
        flex-direction: column;
    }

    .shipping-addresses .shipping-addresses__content-item {
        width: 100%;
    }

    .shipping-addresses .shipping-addresses__content-item__header .shipping-addresses__content-item__header--name {
        width: 80%;
    }

    .shipping-addresses .shipping-addresses__content-item__header .dots {
        min-width: 43px;
    }

    .shipping-addresses .shipping-addresses__content-item__footer {
        flex-direction: column;
    }

    .shipping-addresses .shipping-addresses__content-item__footer a {
        width: 100%;
        margin-bottom: 10px;
    }

    .shipping-addresses .shipping-addresses__content-item__footer a:last-child {
        margin-bottom: 0;
    }
}

.edit-address-form .woocommerce-address-fields button {
    padding: 13px 10px;
    background: #ffffff;
    border: 1px solid #26c2ff;
    box-sizing: border-box;
    border-radius: 20px;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: #363636;
}

.edit-address-form .woocommerce-address-fields button:hover {
    background: #26c2ff;
    color: #fff;
}

@media screen and (max-width: 767px) {
    .edit-address-form .woocommerce-address-fields button {
        display: block;
        margin: 0 auto;
    }
}

/*MyAccount end*/

/*Fonts*/
@font-face {
    font-family: "Muller";
    src: url("../fonts/muller-medium.webfont.woff2") format("woff2"),
        url("../fonts/muller-medium.webfont.woff") format("woff"),
        url("../fonts/muller-medium.webfont.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
}
/*Fonts end*/

.woocommerce-order .order-action__repeat {
    max-width: 180px;
}

.disable-events {
    pointer-events: none;
}

.popup__boxing , .popup__change-order {
    display: none;
    position: relative;
    padding: 75px 110px 80px;
    background: #fff;
}

@media (max-width: 480px) {
    .popup__boxing , .popup__change-order{
        padding: 75px 20px 40px;
    }
}

.popup__boxing.active , .popup__change-order.active{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.popup__boxing:before , .popup__change-order:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    width: 60%;
    height: 3px;
    background: #26c2ff;
    transform: translateX(-50%);
}

.popup__boxing .btn , .popup__change-order .btn{
    margin-top: 20px;
    width: 218px;
    height: 55px;
    border-radius: 50px;
}

.popup__boxing p , .popup__change-order p{
    text-align: center;
    max-width: 560px;
    font-size: 24px;
    font-weight: 500;
}

.checkout.woocommerce-checkout{
    width: 100%;
}

