/*!
Theme Name: septiwp
Text Domain: septiwp
*/

.cust-list img {
    max-width: 25px;
    max-height: 25px;
}

.loading,
.btn:disabled {
    position: relative;
    overflow: hidden;
}

.loading::after,
.btn:disabled::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

.loading::before,
.btn:disabled::before {
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    background: url('./assets/img/main/loading.svg') no-repeat center center / contain;
}

.certificate-wrap__slider .item {
    align-items: stretch;
}

.certificate-wrap__slider .item-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.contacts-wrap__content {
    max-width: 400px;
}

.scroll {
    position: absolute;
    margin-top: -120px;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
}

.header-wrap__nav--mobile {
    display: none;
}

.html-fix {
    overflow: hidden;
}

.checkout-wrap__cart .modal-wrap__top--close,
.checkout-wrap__cart .modal-wrap__prc,
.checkout-wrap__cart .modal-wrap__chk {
    display: none;
}

.products-wrap__list .item-image {
    position: relative;
}

.products-wrap__list .item-image__label {
    width: 54px;
    height: 54px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: #FEEACE;
    font-size: 24px;
    line-height: 24px;
    font-weight: 700;
    color: #4AA9A3;
    position: absolute;
    right: -10px;
    top: -10px;
}

#cartEmpty .cart-wrap .btn {
    margin-bottom: 0;
}

.list-drp {
    position: relative;
}


.cust-list {
    position: absolute;
    left: 0;
    top: 30px;
    background-color: #fff;
    padding: 30px 15px;
    width: 200px;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}

.cust-list__active {
    opacity: 1;
    visibility: visible;
}

.default-wrap h1 {
    text-align: center;
    margin-bottom: 77px;
}

.default-wrap h2 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 30px;
}

.default-wrap h3 {
    font-size: 17px;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 30px;
}

.default-wrap p {
    display: block;
    margin-bottom: 30px;
}

.default-wrap ul,
.default-wrap ol {
    margin-bottom: 30px;
    padding-left: 20px;
}

.opn-list {
    cursor: pointer;
}

.header-wrap__meta--phone {
    display: flex;
    align-items: center;
}

.header-wrap__meta--phone .cust-list a {
    display: flex;
    align-items: center;
    color: #111843;
    margin-bottom: 10px;
}

.header-wrap__meta--phone .cust-list a svg {
    margin-right: 10px;
}

.header-wrap__meta--phone .cust-list a:last-child {
    margin-bottom: 0;
}

.bread {
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 20px;
    font-size: 14px;
    line-height: 30px;
    font-weight: 500;
    color: #000;
    padding-top: 20px;
}

.bread li {
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.bread li::after {
    content: ">";
    display: block;
    margin: 0 10px;
}

.bread li a {
    color: #000;
}

.bread li a:hover {
    text-decoration: underline;
}

.bread li:last-child {
    color: rgba(0, 0, 0, 0.4392156863);
}

.bread li:last-child::after {
    display: none;
}

.my-notice {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 15px;
    text-align: center;
    color: #fff;
    transition: .3s;
    opacity: 0;
    visibility: hidden;
    z-index: 1001;
}

.my-notice.error {
    background-color: red;
    opacity: 1;
    visibility: visible;
}

.my-notice.sucsess {
    background-color: #00e317;
    opacity: 1;
    visibility: visible;
}

.my-notice.warning {
    background-color: yellow;
    opacity: 1;
    visibility: visible;
}

.checkout-wrap__cart .modal-wrap__total {
    display: none;
}

.cart-total {
    display: inline;
}

.woocommerce-form-coupon-toggle,
.woocommerce-billing-fields__field-wrapper,
.checkout-wrap__form--np h3,
.checkout-wrap__form--np .col-2,
#order_review_heading,
#order_review,
.opacity {
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 1px;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
}

.checkout-wrap__cart--total {
    background-color: #111843 !important;
}

.woocommerce-error {
    opacity: 1;
    visibility: visible;
    list-style-type: none;
    background-color: red;
}

.checkout-wrap__form--np .form-row {
    margin-bottom: 10px;
}

form br {
    display: none;
}

.wpcf7-not-valid-tip {
    font-size: 14px;
    margin: 10px 0;
}


.woocommerce-MyAccount-navigation {
    padding-bottom: 20px !important;
    margin-bottom: 20px !important;
    border-bottom: solid 1px #d82122;
}

.woocommerce-MyAccount-navigation ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    list-style-type: none;
}

.woocommerce-MyAccount-navigation ul li:nth-child(1) {
    display: none;
}

.woocommerce-MyAccount-navigation ul li {
    margin: 0 !important;
    padding: 10px 30px !important;
    background-color: rgb(197, 197, 197);
}

.woocommerce-MyAccount-navigation ul li a {
    font-size: 16px !important;
    color: #000 !important;
}

.woocommerce-MyAccount-navigation ul li::after {
    display: none !important;
}

.woocommerce-MyAccount-navigation ul .is-active {
    background-color: #d82122;
}

.woocommerce-MyAccount-navigation ul .is-active a {
    color: #fff !important;
}

.woocommerce-MyAccount-content {
    font-size: 14px !important;
}

.woocommerce-MyAccount-content a {
    color: #d82122;
    text-decoration: underline;
}


.woocommerce-MyAccount-content a:hover {
    text-decoration: none;
}

.woocommerce-orders-table {
    width: 100%;
}

.woocommerce-MyAccount-navigation-link--edit-address,
.woocommerce-MyAccount-navigation-link--downloads {
    display: none;
}

.woocommerce-Button {
    margin-top: 20px;
    text-decoration: none;
}

.video-wrap {
    margin-bottom: 31px;
}

#comments,
#reply-title,
.comment-notes,
.comment-form-author,
.comment-form-email {
    display: none;
}

.comment-form-comment {
    margin: 20px 0;
}

.comment-form-rating .stars a {
    font-size: 0;
    width: 20px;
    height: 20px;
    background: url('./assets/img/main/star.svg') no-repeat center center / contain;
    display: inline-block;
}

.comment-form-rating .stars .act {
    background: url('./assets/img/main/star2.svg') no-repeat center center / contain;
}

.default-wrap li {
    margin-bottom: 10px;
}

.seo-wrap {
    padding-top: 50px;
}

table * {
    text-align: left;
}

.woocommerce-orders-table__row td {
    padding: 10px 0;
}

.woocommerce-orders-table__row a {
    text-decoration: none;
}

#fakePromo form {
    display: block !important;
}

#fakePromo input {
    margin: 20px 0;
}

#fakePromo .woocommerce-error {
    bottom: -50px;
}

.sl {
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
}

.sl-pr {
    display: none;
}

.sl-pr__active {
    display: flex;
}

ins {
    text-decoration: none;
}

del {
    color: gray;
    font-weight: 400;
    font-size: 17px;
}

.cart-modal {
    max-width: 1366px;
    margin: 0 auto;
    position: relative;
    position: fixed;
    left: 50%;
    margin-right: -50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.cart-active {
    opacity: 1;
    visibility: visible;
}

.cart-wrap {
    -webkit-box-shadow: -24px 28px 40.8px -13px rgba(0, 0, 0, 0.2901960784);
    box-shadow: -24px 28px 40.8px -13px rgba(0, 0, 0, 0.2901960784);
    background: -webkit-gradient(linear, left top, left bottom, from(#F4F4F4), to(#FFFFFF));
    background: linear-gradient(180deg, #F4F4F4 0%, #FFFFFF 100%);
    padding: 50px 44px;
    max-width: 386px;
    width: 100%;
    overflow-y: auto;
    max-height: 80vh;
    margin-right: 15px;
}

.cart-wrap__title {
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    margin-bottom: 30px;
}

.cart-wrap .btn {
    width: 100%;
}

.cart-wrap__subtitle {
    padding: 24px;
    text-align: center;
    font-weight: 500;
}

.cart-wrap__list .item {
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px 16px;
}

.cart-wrap__list .item-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: calc(100% - 60px);
    width: 100%;
}

.cart-wrap__list .item-meta__image {
    width: 100%;
    max-width: 49px;
    margin-right: 5px;
}

.cart-wrap__list .item-meta__title {
    width: 100%;
    max-width: calc(100% - 54px);
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 10px;
    font-weight: 700;
    text-transform: uppercase;
}

.cart-wrap__list .item-meta__title span {
    display: block;
    font-size: 11px;
    line-height: 21px;
    text-transform: none;
    color: rgba(0, 0, 0, 0.6588235294);
    font-weight: 400;
}

.cart-wrap__list .item-price {
    max-width: 60px;
    font-size: 15px;
    line-height: 24px;
    font-weight: 700;
}

.cart-wrap .btn {
    margin: 28px 0;
    width: 100%;
}

.cart-wrap__close {
    padding: 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
}

.cart-wrap__close span {
    cursor: pointer;
    position: relative;
}

.cart-wrap__close span::after {
    content: "";
    display: block;
    width: 0;
    height: 1px;
    background-color: #121212;
    position: absolute;
    left: 0;
    bottom: -1px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.cart-wrap__close span:hover::after {
    width: 100%;
}

.cart-wrap__close span::after {
    width: 100%;
    bottom: 0;
}

.cart-wrap__close span:hover::after {
    width: 0;
}

#cartAdded .cart-wrap {
    padding: 0 0 26px;
}

#cartAdded .cart-wrap .btn {
    max-width: calc(100% - 48px);
    margin: 24px;
}

.main-wrap__content--subtitle p {
    display: inline;
}

.products-wrap__list .item-value p {
    display: flex;
    align-items: center;
}

.screen-reader-text {
    display: none !important;
}

.products-wrap__list .item-var {
    display: none;
}

.products-wrap__list .item-var:nth-child(1) {
    display: block;
}

.to-products {
    right: -10px;
    padding: 18px 20px;
    bottom: 120px;
}

.products-wrap__list .item {
    position: relative;
}

.products-wrap__list .item .scroll {
    left: 0;
    top: 50px;
}

.modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999999999999;
    background-color: rgba(18, 18, 18, 0.6588235294);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.modal-active {
    opacity: 1;
    visibility: visible;
}

.modal-wrap {
    width: 100%;
    max-width: 634px;
    background-color: #fff;
    position: relative;
    max-height: 75vh;
    overflow-y: auto;
    padding: 50px;
}

.modal-wrap__close {
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
}

.modal-wrap__tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.modal-wrap__tabs .item {
    width: 50%;
    padding: 0 10px 19px;
    border-bottom: solid 4px rgba(170, 176, 183, 0.5294117647);
    text-align: center;
    font-size: 14px;
    line-height: 21px;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.modal-wrap__tabs .active {
    border-color: #C2100E;
}

.modal-wrap__socials {
    margin-top: 56px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.modal-wrap__socials .item {
    padding: 10px 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: solid 1px #5A5959;
    margin: 0 3px;
    background-color: #fff;
    font-size: 16px;
    line-height: 18px;
    color: #121212;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.modal-wrap__socials .item img {
    margin-right: 15px;
}

.modal-wrap__socials .item:hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    border-color: #C2100E;
}

.modal-wrap__or {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 32px;
    font-weight: 500;
}

.modal-wrap__form {
    width: 100%;
    max-width: 367px;
    margin: 21px auto 0;
}

.modal-wrap__form input,
.modal-wrap__form select,
.modal-wrap__form textarea {
    margin-bottom: 15px;
}

.modal-wrap__form--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 14px;
    line-height: 25px;
}

.modal-wrap__form--flex-check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.modal-wrap__form--flex-check input {
    margin: 0;
    padding: 0;
    width: 16px;
    height: 16px;
    position: relative;
    z-index: 2;
    opacity: 0;
}

.modal-wrap__form--flex-check input:checked+label::after {
    background: url("./assets/img/main/check.svg") no-repeat center center/cover;
    border: none;
    width: 17px;
    height: 17px;
}

.modal-wrap__form--flex-check label {
    padding-left: 8px;
    margin-top: -3px;
    display: block;
}

.modal-wrap__form--flex-check label::after {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    border: solid 1px #E2E4E7;
    position: absolute;
    left: 0;
    top: 0;
}

.modal-wrap__form--flex-recovery {
    color: #5A5959;
}

.modal-wrap__form--flex-recovery span {
    cursor: pointer;
    position: relative;
}

.modal-wrap__form--flex-recovery span::after {
    content: "";
    display: block;
    width: 0;
    height: 1px;
    background-color: #5A5959;
    position: absolute;
    left: 0;
    bottom: -1px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.modal-wrap__form--flex-recovery span:hover::after {
    width: 100%;
}

.modal-wrap__form--flex-recovery span::after {
    width: 100%;
    bottom: 0;
}

.modal-wrap__form--flex-recovery span:hover::after {
    width: 0;
}

.modal-wrap__form .btn {
    width: 100%;
    margin-top: 32px;
}

.modal-wrap__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 20px;
    line-height: 34px;
    font-weight: 700;
    text-transform: uppercase;
}

.modal-wrap__top--count {
    font-size: 14px;
    line-height: 17px;
    text-transform: none;
    font-weight: 400;
}

.modal-wrap__cart {
    margin-top: 48px;
}

.modal-wrap__cart .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #fff;
    margin-bottom: 10px;
    padding: 8px 12px;
}

.modal-wrap__cart .item-meta {
    width: 100%;
    max-width: 208px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.modal-wrap__cart .item-meta__image {
    max-width: 49px;
    margin-right: 7px;
}

.modal-wrap__cart .item-meta__title {
    width: 100%;
    max-width: calc(100% - 56px);
    font-size: 14px;
    line-height: 21px;
    font-weight: 700;
    text-transform: uppercase;
}

.modal-wrap__cart .item-meta__title span {
    display: block;
    font-size: 11px;
    line-height: 21px;
    font-weight: 400;
    text-transform: none;
    color: rgba(0, 0, 0, 0.6588235294);
}

.modal-wrap__cart .item-qty {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    max-width: 90px;
}

.modal-wrap__cart .item-qty__button {
    width: 27px;
    height: 27px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #F4F4F4;
    cursor: pointer;
}

.modal-wrap__cart .item-qty input {
    width: 36px;
    height: 27px;
    margin: 0;
    padding: 0;
    text-align: center;
    background: none;
    border: none;
}

.modal-wrap__cart .item-price {
    max-width: 60px;
    font-size: 15px;
    line-height: 21px;
    font-weight: 700;
}

.modal-wrap__cart .item-remove {
    max-width: 70px;
    font-size: 13px;
    line-height: 20px;
    font-weight: 300;
    color: rgba(18, 18, 18, 0.4392156863);
    cursor: pointer;
    position: relative;
}

.modal-wrap__cart .item-remove::after {
    content: "";
    display: block;
    width: 0;
    height: 1px;
    background-color: rgba(18, 18, 18, 0.4392156863);
    position: absolute;
    left: 0;
    bottom: -1px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.modal-wrap__cart .item-remove:hover::after {
    width: 100%;
}

.modal-wrap__total {
    border-top: solid 1px rgba(0, 0, 0, 0.1098039216);
    padding: 35px;
}

.modal-wrap__total--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.modal-wrap__total--list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 40px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.modal-wrap__total--list-delivery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 13px;
    line-height: 21px;
    color: #646464;
    margin-right: 7px;
}

.modal-wrap__total--list-pay {
    max-width: 90px;
}

.modal-wrap__thx {
    text-align: center;
}

.modal-wrap__thx--title {
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 35px;
}

.modal-wrap__thx--text {
    font-size: 14px;
    line-height: 23px;
    font-weight: 300;
}

.modal-wrap__thx--text p {
    display: block;
    margin-bottom: 30px;
}

.modal-wrap__thx .btn {
    display: block;
    margin: 13px auto 26px;
    width: 100%;
    max-width: 367px;
}

.modal-wrap__thx--link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    line-height: 21px;
    font-weight: 600;
    color: #121212;
}

.modal-wrap__thx--link span {
    cursor: pointer;
    position: relative;
}

.modal-wrap__thx--link span::after {
    content: "";
    display: block;
    width: 0;
    height: 1px;
    background-color: #121212;
    position: absolute;
    left: 0;
    bottom: -1px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.modal-wrap__thx--link span:hover::after {
    width: 100%;
}

.modal-wrap__thx--link span::after {
    width: 100%;
    bottom: 0;
}

.modal-wrap__thx--link span:hover::after {
    width: 0;
}

#modalCart .modal-wrp {
    width: 100%;
    max-width: 1348px;
    margin: 0 15px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: 100%;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

#modalCart .modal-wrap {
    padding: 0;
    max-height: calc(100vh - 90px);
    height: 100%;
    background-color: #F4F4F4;
    -webkit-box-shadow: -24px 28px 40.8px -13px rgba(0, 0, 0, 0.2901960784);
    box-shadow: -24px 28px 40.8px -13px rgba(0, 0, 0, 0.2901960784);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#modalCart .modal-wrap__first {
    padding: 38px 35px;
}

.checkout-wrap__cart .modal-wrap__top {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 17px;
    line-height: 24px;
    text-transform: none;
}

.checkout-wrap__cart .modal-wrap__top--title {
    margin-right: 12px;
}

.checkout-wrap__cart .modal-wrap__cart .item {
    background-color: #F4F4F4;
}

.checkout-title {
    text-align: center;
}

.checkout-wrap {
    margin-top: 46px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.checkout-wrap__form {
    width: 100%;
    max-width: 614px;
    margin-right: 30px;
}

.checkout-wrap__form--login {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #F4F4F4;
    padding: 38px 21px;
    margin: 44px 0 64px;
    font-size: 16px;
    line-height: 21px;
    font-weight: 500;
}

.checkout-wrap__form--login span {
    font-weight: 700;
    margin-left: 10px;
    cursor: pointer;
    position: relative;
}

.checkout-wrap__form--login span::after {
    content: "";
    display: block;
    width: 0;
    height: 1px;
    background-color: #121212;
    position: absolute;
    left: 0;
    bottom: -1px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.checkout-wrap__form--login span:hover::after {
    width: 100%;
}

.checkout-wrap__form--login span::after {
    width: 100%;
    bottom: 0;
}

.checkout-wrap__form--login span:hover::after {
    width: 0;
}

.checkout-wrap__form--title {
    font-size: 17px;
    line-height: 21px;
    font-weight: 700;
    margin-bottom: 24px;
}

.checkout-wrap__form .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.checkout-wrap__form .row-item {
    width: 48%;
}

.checkout-wrap__form input,
.checkout-wrap__form select,
.checkout-wrap__form textarea {
    margin-bottom: 16px;
}

.checkout-wrap__form--delivery {
    margin-top: 36px;
}

.checkout-wrap__form--delivery .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.checkout-wrap__form--delivery .item-title {
    width: 100%;
    max-width: 155px;
    margin-right: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
}

.checkout-wrap__form--delivery .item-title input {
    width: 16px;
    height: 16px;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 2;
    opacity: 0;
}

.checkout-wrap__form--delivery .item-title input:checked+label::after {
    background: url("./assets/img/main/check2.svg") no-repeat center center/cover;
    border: none;
    width: 17px;
    height: 17px;
}

.checkout-wrap__form--delivery .item-title label {
    padding-left: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    margin-top: -7px;
}

.checkout-wrap__form--delivery .item-title label::after {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 0;
    border: solid 1px #E2E4E7;
}

.checkout-wrap__form--delivery .item-title label img {
    margin-left: 2px;
}

.checkout-wrap__form--delivery .item-text {
    max-width: 436px;
    font-size: 13px;
    line-height: 20px;
    color: #979797;
}

.checkout-wrap__form--delivery .item-text strong {
    color: #000;
    font-weight: 500;
}

.checkout-wrap__form--np {
    margin-top: 24px;
}

.checkout-wrap__form--add {
    margin-top: 51px;
    padding-top: 24px;
    border-top: solid 1px rgba(0, 0, 0, 0.1607843137);
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    color: #C2100E;
}

.checkout-wrap__form--add span {
    cursor: pointer;
    border-bottom: dashed 1px #C2100E;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.checkout-wrap__form--add span:hover {
    border-color: #fff;
}

.checkout-wrap__form--comment {
    margin-top: 15px;
    display: none;
}

.checkout-wrap__form--comment-active {
    display: block;
}

.checkout-wrap__cart {
    width: 100%;
    max-width: 645px;
}

.checkout-wrap__cart .modal-wrap__top {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 17px;
    line-height: 24px;
    text-transform: none;
}

.checkout-wrap__cart .modal-wrap__top--title {
    margin-right: 12px;
}

.checkout-wrap__cart .modal-wrap__cart .item {
    background-color: #F4F4F4;
}

.checkout-wrap__cart--faq {
    margin-top: 20px;
}

.checkout-wrap__cart--faq .item {
    margin-bottom: 23px;
    padding-bottom: 23px;
    border-bottom: solid 1px rgba(0, 0, 0, 0.3294117647);
    position: relative;
}

.checkout-wrap__cart--faq .item-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    cursor: pointer;
}

.checkout-wrap__cart--faq .item-top__title {
    font-size: 14px;
    line-height: 25px;
    color: rgba(18, 18, 18, 0.768627451);
    max-width: calc(100% - 30px);
}

.checkout-wrap__cart--faq .item-top__icon {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.checkout-wrap__cart--faq .item-text {
    position: absolute;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
    margin-top: 15px;
}

.checkout-wrap__cart--faq .active .item-top__icon {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.checkout-wrap__cart--faq .active .item-text {
    opacity: 1;
    visibility: visible;
    position: static;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.checkout-wrap__cart--total {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #121212;
    padding: 23px;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    margin-bottom: 29px;
}

.checkout-wrap__cart--total span:nth-child(2) {
    text-align: right;
    font-size: 35px;
    line-height: 40px;
}

.checkout-wrap__cart--title {
    font-size: 17px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 13px;
}

.checkout-wrap__cart--pay .item {
    position: relative;
    margin-bottom: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.checkout-wrap__cart--pay .item input {
    width: 16px;
    height: 16px;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 2;
    opacity: 0;
}

.checkout-wrap__cart--pay .item input:checked+label::after {
    background: url("./assets/img/main/check2.svg") no-repeat center center/cover;
    border: none;
    width: 21px;
    height: 21px;
}

.checkout-wrap__cart--pay .item label {
    padding-left: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    margin-top: 3px;
}

.checkout-wrap__cart--pay .item label::after {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 0;
    border: solid 1px #E2E4E7;
}

.checkout-wrap__cart--notice {
    margin-top: 30px;
    border-top: solid 1px rgba(0, 0, 0, 0.1607843137);
    padding-top: 34px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.checkout-wrap__cart--notice .item {
    margin-right: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
}

.checkout-wrap__cart--notice .item input {
    width: 16px;
    height: 16px;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 2;
    opacity: 0;
}

.checkout-wrap__cart--notice .item input:checked+label::after {
    background: url("./assets/img/main/check3.svg") no-repeat center center/cover;
    border: none;
    width: 20px;
    height: 20px;
}

.checkout-wrap__cart--notice .item label {
    padding-left: 20px;
    font-size: 14px;
    font-weight: 500;
    margin-top: 3px;
}

.checkout-wrap__cart--notice .item label a {
    color: #000;
    text-decoration: underline;
    padding: 0 3px;
}

.checkout-wrap__cart--notice .item label a:hover {
    text-decoration: none;
}

.checkout-wrap__cart--notice .item label::after {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 0;
    border: solid 1px #E2E4E7;
    border-radius: 50%;
    background-color: #F4F4F4;
}

.checkout-wrap__cart .btn {
    width: 100%;
    margin-top: 32px;
}

.modal-wrap__top--title {
    display: flex;
    align-items: center;
}

.modal-wrap__top--count {
    margin-left: 30px;
}

.modal-wrap__top--close {
    cursor: pointer;
}

#modalCart .modal-wrap {
    border-radius: 16px;
    background-color: #fff;
}

.modal-wrap__cart .item {
    background-color: #F6F6F6;
    border-radius: 6px;
}

.modal-wrap__cart .item-qty__button {
    background-color: #fff;
}

.modal-wrap__prc {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 42px 0;
}

.modal-wrap__prc--item {
    width: 100%;
    max-width: 250px;
    margin-left: 15px;
    font-size: 35px;
    line-height: 40px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.modal-wrap__prc--item span {
    padding-right: 16px;
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
}

.modal-wrap__prc--item:nth-child(1) {
    font-size: 24px;
    line-height: 24px;
}

.modal-wrap__chk {
    width: 100%;
}

.modal-wrap__chk .btn {
    width: 100%;
}

.for-wrap__content--text img {
    max-width: 44px;
}

#fakePromo {
    display: flex;
    flex-direction: column;
}

.woocommerce-error {
    position: static;
    order: 2;
    background: none;
    color: red;
    margin: 15px 0;
    padding: 0;
    text-align: left;
}

#fakePromo form p:first-child {
    display: none;
}


.products-wrap__list .item-price {
    display: flex;
    align-items: center;
    justify-content: center;
}

.products-wrap__list .item-price del {
    margin-right: 10px;
}

@media (max-width: 1400px) {
    .checkout-wrap__cart--notice {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .checkout-wrap__cart--notice .item {
        margin: 0 0 30px;
    }
}

@media (max-width: 1250px) {

    .checkout-wrap__form--delivery .item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .checkout-wrap__form--delivery .item-title {
        margin: 0 0 15px;
    }
}

@media (max-width: 1024px) {

    .cust-list a {
        margin-bottom: 0 !important;
    }

    .header-wrap__meta--tg svg {
        display: none;
    }

    .header-wrap__meta--tg a svg {
        display: flex;
    }

    .header-wrap__meta {
        display: none;
    }

    .header-wrap__nav ul {
        padding-bottom: 15px;
    }

    .header-wrap__nav--mobile {
        display: block;
    }

    .header-wrap__nav--mobile .header-wrap__meta {
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .header-wrap__meta--tg {
        margin: 0;
    }

    .header-wrap__meta--tg a {
        display: none;
    }

    .header-wrap__meta--tg .cust-list {
        position: static;
        opacity: 1;
        visibility: visible;
        display: flex;
        flex-direction: row !important;
        padding: 0;
        margin-bottom: 30px;
        width: 100% !important;
        justify-content: center !important;
    }

    .header-wrap__meta--tg .cust-list a {
        margin: 0 10px;
    }

    .header-wrap__meta--tg .cust-list a {
        display: block;
    }

    .header-wrap__meta--phone span {
        font-size: 16px;
    }


    .modal-wrap__total {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .modal-wrap__total--flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .modal-wrap__total--flex-title {
        margin: 0 0 15px;
    }

    .modal-wrap__total--list {
        margin: 0 0 15px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    #modalCart .modal-wrap {
        margin: 0;
        max-width: calc(100% - 15px);
        max-height: calc(100% - 69px);
    }

    .checkout-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .checkout-wrap__form {
        width: 100%;
        max-width: 100%;
        margin: 0 0 30px;
    }

    .checkout-wrap__cart {
        max-width: 100%;
    }
}

@media (max-width: 550px) {
    .cart-wrap {
        padding: 30px 15px;
        margin: 0 15px;
    }

    .cart-wrap .btn {
        padding: 15px;
    }

    .cart-wrap__title {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 0;
    }

    .modal-wrap {
        padding: 50px 15px;
        max-height: 100vh;
    }

    .modal-wrap__socials {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .modal-wrap__socials .item {
        width: 100%;
        margin: 0 0 15px;
    }

    .modal-wrap {
        margin: 0 15px;
    }

    .modal-wrap__top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .modal-wrap__top--title {
        margin-bottom: 10px;
    }

    .modal-wrap__cart .item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .modal-wrap__cart .item-meta {
        max-width: 100%;
        margin: 0 0 15px;
        -webkit-box-ordinal-group: -1;
        -ms-flex-order: -2;
        order: -2;
    }

    .modal-wrap__cart .item-price {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .modal-wrap__cart .item-qty {
        margin: 15px 0;
    }

    #modalCart .modal-wrap__first {
        padding: 30px 15px;
    }

    #modalCart .modal-wrap__total {
        padding: 30px 15px;
    }

    .checkout-wrap__form .row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .checkout-wrap__form .row-item {
        width: 100%;
    }

    .checkout-wrap__cart--total {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
    }

    .checkout-wrap__cart--pay .item label {
        font-size: 12px;
    }

    .modal-wrap__prc {
        flex-direction: column;
        align-items: flex-start;
    }

    .modal-wrap__prc--item {
        margin-bottom: 15px;
        justify-content: flex-start;
    }

    .for-wrap__content--title br {
        display: none;
    }

    .main-wrap__image {
        padding: 30px;
    }

    .where-wrap {
        position: relative;
        padding-bottom: 70px;
    }

    .where-wrap__content .btn {
        position: absolute;
        left: 0;
        bottom: 0;
    }

    .reviews-wrap__top--title br {
        display: none;
    }

    #modalCart .modal-wrap__top {
        flex-direction: row;
    }
}


/* Калькулятор */
.calc{
    width: 100px;
    height: 100px;
    background-color: rebeccapurple;
}
@media (min-width: 1024px) {
    /* Десктопна версія */
    .header-wrap__nav {
        position: relative; /* Для коректного позиціонування підменю */
    }  
    /* Сховати підменю за замовчуванням */
    .sub-menu {
        display: none;
        position: absolute;
        top: 65px;
        left: 0;
        background: linear-gradient(to top, white 90%, rgba(255, 255, 255, 0));
        padding: 20px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1), 
        0 -4px 8px rgba(0, 0, 0, 0); /* Прибирає тінь зверху */
        z-index: 10;
        width: 100%;
        border-radius: 0 0 8px 8px;
        transition: all 0.3s ease;
    }
    
    /* Показувати підменю при наведенні */
    .menu-item-has-children:hover > .sub-menu {
        display: flex;
    }
    
    /* Позиціонування другого рівня підменю */
    .menu-item-has-children > .sub-menu {
        top: 30px;
        left: 15px;
    }
    
    /* Позиціонування третього рівня підменю */
    .menu-item-has-children > .sub-menu > .menu-item-has-children > .sub-menu {
        top: 0;
        left: 100%;
        margin-left: 5px; /* Відступ для кращої видимості */
    }
    
    /* Стилізація посилань у третьому підменю */
    .menu-item-has-children > .sub-menu > .menu-item-has-children > .sub-menu > .menu-item > a {
        color: rgba(17, 24, 67, .8);
        padding: 5px;
        border-radius: 5px;
        display: block;
        transition: all 0.3s ease;
        white-space: nowrap;
    }
    
    /* Ефект при наведенні */
    .menu-item-has-children > .sub-menu > .menu-item-has-children > .sub-menu > .menu-item > a:hover {
        background-color: #3b8c7a;
    }
    
    /* Плавна поява підменю */
    .sub-menu {
        opacity: 0;
        visibility: hidden;
        transform: translateY(10px);
        transition: all 0.3s ease;
    }
    
    .menu-item-has-children:hover > .sub-menu {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }
    
    .sub-menu{
    
        flex-wrap: wrap;
        gap: 20px;
    
    }
    .sub-menu li{
        flex: 0 1 20%;
    }
    .menu-text{
        font-size: 13px;
        line-height: 15px;
        font-weight: 500;
        color: rgba(17, 24, 67, .8);
    
    }
    
    }
    @media (max-width: 1024px) {
        .sub-menu {
            padding: 0 !important;
            max-height: 0;
            opacity: 0;
            overflow: hidden;
            transition: max-height 0.3s ease, opacity 0.3s ease;
            position: relative; /* Виправлено на relative для збереження простору */
            z-index: 10; /* Щоб уникнути накладання */
        }
    
        .menu-item-has-children.active .sub-menu {
            padding: 10px !important;
            opacity: 1;
            max-height: 500px; /* Вказано реальну висоту, щоб уникнути накладання */
            overflow: visible;
        }
    
        .sub-menu li {
            margin-bottom: 10px !important;
            position: relative;
        }
    
        .sub-menu li a {
            font-weight: 400 !important;
            display: block; /* Додаємо display: block для коректного відображення */
        }
        .menu-text{
            font-size: 20px;
            line-height: 30px;
            font-weight: 500;
            color:  rgba(17, 24, 67, .8);
        }
    }
    .menu-text{
        cursor: pointer;
    }
    .wpml-ls-flag{
        border-radius: 100%;
        height: 18px;
        width: 18px;
        object-fit: cover;
        filter: contrast(-10);
    }
    #menu-item-wpml-ls-16-ru a .wpml-ls-flag{
        display: none;
    }
    .header-wrap__logo img{
        height: 55px !important;
    }
    #menu-item-wpml-ls-16-uk, #menu-item-wpml-ls-16-ru{
        display: flex;
        justify-content: center;
    }
    