/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
:root {
    --body-text: #3d4246;
    --body-bg: #f5f5f5;
    --header-bg: #fff;
    --header-top-bg: #e8f6ff;
    --header-main-color: #939ba0;
    --section-item-bg: #e8f6ff;
    --section-white-item-bg: #fff;
    --section-item-text: #004671;
    --section-item-nowrap-color: #004671;
    --intro-bg: #0079c2;
    --intro-gradient: #0079c2;
    --product-card-bg: #fff;
    --input-bg: #ffffff;
    --input-placeholder: #b5b5b5;
    --input-border: #e3e3e3;
    --transparent-btn-bg: #fff;
    --transparent-btn-color: #0079c2;
    --transparent-btn-border: #0079c2;
    --border-header: #939ba0;
    --burger-color: #0079c2;
    --svg-fill: #41b7ff;
    --svg-header-fill: #939ba0;
    --modal-btn-active: #bee6ff;
    --dosage-bg: #f5f5f5;
    --label-color: #091116;
    --input-color: #091116;
    --step-name: #3d4246;
    --header-hover: #4b4b4b;
    --counter-bg: #bee6ff;
    --dosageBtn: #0079c2;
    --select-item-hover: #e8f6ff;

    --text: #262a2c;
    --text-muted: #656e73;
}

html,
body {
    padding: 0;
    margin: 0;
    height: 100%;
    position: relative;
}

body {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    color: var(--body-text);
    background-color: var(--body-bg);
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}
body.modal-open {
    overflow: hidden;
}

ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
img,
a,
p,
span {
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none;
    font-family: inherit;
    color: inherit;
}
button {
    border-style: none;
    font-family: inherit;
    background-color: rgba(0, 0, 0, 0);
    cursor: pointer;
}
input,
textarea {
    font-family: inherit;
    border-style: none;
}
input:focus {
    outline-color: #0079c2;
    color: var(--input-color);
}
.choices:focus {
    outline-color: #0079c2 !important;
    color: var(--input-color);
}
input::-webkit-input-placeholder {
    color: var(--input-color);
}
input::-moz-placeholder {
    color: var(--input-color);
}
input:-ms-input-placeholder {
    color: var(--input-color);
}
input::-ms-input-placeholder {
    color: var(--input-color);
}
input::placeholder {
    color: var(--input-color);
}
.container {
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1320px;
}
h1 {
    margin: 0;
}
*::-webkit-scrollbar {
    width: 5px;
    background: #bbb;
    border-radius: 50px;
}
*::-webkit-scrollbar-thumb {
    background: #0079c2;
    border-radius: 50px;
    position: relative;
}
.section-title {
    font-size: 32px;
    font-weight: 700;
    line-height: 45px;
}
#back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    background-color: #0079c2;
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 10px;
    font-size: 20px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    z-index: 1001;
}

#back-to-top:hover {
    background-color: #169df2;
}
.isTop {
    position: absolute;
    font-size: 12px;
    font-weight: 700;
    border-radius: 1000px;
    background: #ff6b00;
    color: #fff;
    padding: 6px 8px;
    top: 16px;
    right: 16px;
}
.shipped-nav span {
    color: var(--body-text) !important;
}

.progressBar {
    width: 100%;
    /* margin-bottom: 32px; */
}
.progressBar__complete {
    color: #01982b;
    font-weight: bold;
}

.progressBar__text {
    font-size: 16px;
    padding-bottom: 8px;
    color: #3d4246;
    font-weight: 400;
    /* max-width: 50px; */
}
@media (max-width: 768px) {
    .progressBar__text {
        font-size: 13px;
    }
}
.progressBar__line {
    position: relative;
    width: 90%;
    height: 10px;
    display: block;
    border-radius: 8px;
    background: #c4cacd;
    max-width: 450px;
}

.progressBar__line:after {
    content: "";
    position: absolute;
    height: 100%;
    width: var(--progress-width);
    background: #002d48;
    border-radius: 8px;
    max-width: 100%;
}
/* .progressBar__line::-webkit-meter-bar {
    background: var(--dosage-bg);
    border-radius: 8px;
}
.progressBar__line::-webkit-meter-optimum-value {
    background: #0079C2;
    border-radius: 8px;
}
.progressBar__line::-moz-meter-bar {
    background-color: var(--dosage-bg);
}
.progressBar__line::-webkit-meter-suboptimum-value,
.progressBar__line::-webkit-meter-even-less-good-value {
    background-color: var(--dosage-bg);
} */

.progressBar__wrap {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}
.progressBar__cartWrap {
    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;
    gap: 10px;
    /* width: 35%; */
    background: #e7f0f6;
    padding: 16px 24px;
    border-radius: 16px 16px 0 0;
}
.progressBar__cartWrap + .cart__box {
    border-radius: 0 0 16px 16px;
}
.progressBar__target {
    /* width: 90px; */
    font-size: 20px;
    font-weight: 700;
    white-space: nowrap;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    color: #7c8489;
    /* flex-shrink: 0; */
}
.productTag {
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    border-radius: 1000px;
    background: #ff6b00;
    padding: 4px 8px;
    margin-right: 12px;
    line-height: 16px !important;
}
@media (max-width: 768px) {
    .productTag {
        margin-right: 8px;
        padding: 5px 6px;
    }
}
.categories {
    margin-top: 20px;
}
.categories__title {
    margin-bottom: 0px;
}
.cookiesModal__wrap {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 999;
}
.cookiesModal {
    width: 100%;
    border-radius: 100px;
    display: none;
    position: fixed;
    bottom: 0;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}
.cookiesModal__header,
.cookiesModal__content {
    text-align: center;
    padding: 24px;
}
.cookiesModal__title {
    color: #fff;
    font-size: 24px;
}
.cookiesModal__text {
    font-size: 16px;
    margin-bottom: 24px;
}
.cookiesModal__btns {
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 24px;
}
.cookiesModal__btn {
    cursor: pointer;
    width: 25%;
    font-weight: 600;
    font-size: 16px;
    border-radius: 8px;
    background: #0079c2;
    padding: 12px 24px;
    border-style: none;
    border: 1px solid #0079c2;
    -webkit-transition: background-color 0.4s;
    -o-transition: background-color 0.4s;
    transition: background-color 0.4s;
}
.cookiesModal__btn.left {
    background: #0079c2;
    color: #fff;
}
.cookiesModal__btn.left:hover,
.cookiesModal__btn.right:hover {
    background: #159aeb;
    color: #fff;
    border: 1px solid #159aeb;
}
.cookiesModal__btn.right {
    background: #fff;
    color: #0079c2;
}
.cookiesModal__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #159aeb;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.cookiesModal__content {
    background-color: var(--section-white-item-bg);
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    padding-bottom: 40px;
}

.startModal__wrap {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 999;
}
.startModal {
    max-width: 650px;
    border-radius: 100px;
    display: none;
    position: fixed;
    top: 10%;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}
.startModal__header,
.startModal__content {
    text-align: center;
    padding: 24px;
}
.startModal__title {
    color: #fff;
    font-size: 24px;
}
.startModal__text {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 24px;
}
.startModal__checkbox {
    margin-top: 24px;
}
.startModal__btn {
    cursor: pointer;
    width: 75%;
    font-weight: 600;
    font-size: 16px;
    border-radius: 8px;
    background: #0079c2;
    color: #fff;
    padding: 12px 24px;
    border-style: none;
    border: 1px solid #0079c2;
    -webkit-transition: background-color 0.4s;
    -o-transition: background-color 0.4s;
    transition: background-color 0.4s;
    margin-top: 32px;
}

.startModal__btn:hover {
    background: #159aeb;
    color: #fff;
    border: 1px solid #159aeb;
}

.startModal__header {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #159aeb;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.close {
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
}
.startModal__content {
    background-color: var(--section-white-item-bg);
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    padding-bottom: 40px;
}
.startModal__wrapper {
    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;
    gap: 24px;
}
.startModal__block {
    width: 100%;
}
.startModal__label {
    display: block;
    font-size: 12px;
    text-align: left;
    color: var(--label-color);
    margin-bottom: 8px;
}
.startModal__input {
    width: 100%;
    display: block;
    background-color: var(--input-bg);
    font-size: 14px;
    font-weight: 600;
    border-radius: 8px;
    padding: 15px;
}
.iti.iti--allow-dropdown.iti--show-flags.iti--inline-dropdown {
    width: 100%;
    display: block;
}
.iti {
    width: 100%;
}

.productCard__orderBtn.addToCartBtn {
    font-size: 20px;
    font-weight: 600;
    padding-top: 17px;
    padding-bottom: 17px;
    position: relative;
}

.header {
    position: relative;
    background-color: var(--header-bg);
}
.header__mobile {
    display: none;
}
.header__logo {
    width: 88px;
}
.header__imgSection {
    width: 100%;
    height: 100px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.header__freeSection {
    background-color: var(--header-top-bg);
    padding: 9px 5px;
}
.header__freeSection ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
}
.header__freeSection ul li {
    list-style: none;
}
.header__freeSection ul span {
    color: #159aeb;
}
.header__phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
}
.header__phone svg path,
.header__currencyName svg path,
.header__langName svg path,
.arr-rotatable-svg path {
    fill: var(--svg-header-fill);
}
.header__phone:hover {
    color: var(--header-hover);
}
.header__phone:hover svg path {
    fill: var(--header-hover);
}
.header__currency:hover,
.header__lang:hover {
    cursor: pointer;
    /* color: var(--header-hover); */
}
.header__currency:hover svg path,
.header__lang:hover svg path {
    /* fill: var(--header-hover); */
}

@media (max-width: 768px) {
    .header__currency:hover,
    .header__lang:hover {
        color: #fff;
    }
    .header__currency:hover svg path,
    .header__lang:hover svg path {
        fill: #fff;
    }
}
.header__mainSection {
    border-top: 1px solid var(--border-header);
    border-bottom: 1px solid var(--border-header);
    color: var(--header-main-color);
    padding: 8px 0px;
}
.header__mainSection .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.header__menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 25px;
}
.header__menu li {
    list-style: none;
}
.header__menu li:hover {
    color: var(--header-hover);
}
.header__currency,
.header__lang {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    position: relative;
}
.header__nameWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
}
.header__currencyName,
.header__langName {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
}
.header__langBox,
.header__currencyBox {
    display: none;
    position: absolute;
    z-index: 100;
    background-color: var(--section-white-item-bg);
    padding: 15px;
    border: 1px solid #939ba0;
    border-radius: 10px;
    top: 30px;
}
.header__langBox ul,
.header__currencyBox ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.header__langBox ul li,
.header__currencyBox ul li {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    padding: 5px 0;
}

.header__langBox ul li:hover,
.header__currencyBox ul li:hover {
    color: #4b4b4b;
}
.header__bottomSection .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 40px;
}
.header__bottomSection {
    padding: 17px 0px;
}
.header__productCorner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 48px;
}
.header__categories {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    color: var(--transparent-btn-color);
    background-color: var(--transparent-btn-bg);
    border-radius: 8px;
    border: 1px solid var(--transparent-btn-border);
    padding: 12px 24px;
}
.header__categories.active-button {
    background-color: #0079c2;
    color: #fff;
    position: relative;
}
.header__categories.active-button::before {
    position: absolute;
    content: "";
    -webkit-clip-path: polygon(50% 0%, 0 100%, 100% 100%);
    clip-path: polygon(50% 0%, 0 100%, 100% 100%);
    width: 40px;
    height: 16px;
    background-color: var(--body-bg);
    top: 58px;
    left: calc(50% - 20px);
}
.header__search {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.header__searchInput {
    width: 100%;
    border-radius: 8px;
    background: var(--input-bg);
    border-style: none;
    border: 2px solid var(--transparent-btn-border);
    padding: 10px;
}
.header__searchInput:focus {
    outline-color: #0079c2;
    /* color: var(--input-color); */
}
.header__searchInput::-webkit-input-placeholder {
    color: var(--input-color);
}
.header__searchInput::-moz-placeholder {
    color: var(--input-color);
}
.header__searchInput:-ms-input-placeholder {
    color: var(--input-color);
}
.header__searchInput::-ms-input-placeholder {
    color: var(--input-color);
}
.header__searchInput::placeholder {
    color: var(--input-color);
}
.header__searchBtn {
    background-color: rgba(0, 0, 0, 0);
    border-style: none;
    cursor: pointer;
    margin-left: -40px;
}

.searchModalRes {
    width: 100%;
    position: absolute;
    border-radius: 0px 0px 8px 8px;
    background-color: var(--section-white-item-bg);
    top: 37px;
    z-index: 999;
    display: none;
}
.searchModalRes__seeAll {
    display: block;
    color: #0079c2;
    text-align: center;
    font-weight: 600;
    text-decoration: underline;
    padding: 16px;
}
.searchModalRes__item {
    gap: 10px;
    padding: 16px;
    border-bottom: 1px solid #dee2e4;
    display: none;
}
.searchModalRes__itemWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.searchModalRes__itemName {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}
.searchModalRes__img {
    width: 48px;
}
.searchModalRes__itemPrice {
    font-weight: 700;
}

.header__clientCorner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px;
    /* align-self: start; */
}

@media (max-width: 768px) {
    .header__clientCorner {
        align-self: start;
        padding-top: 4px;
    }
}
.header__burger {
    display: none;
}
.header__cart {
    position: relative;
    cursor: pointer;
    border-radius: 100px;
    background: #0079c2;
    padding: 11px 12px 10px 12px;
    position: relative;
    opacity: 1;
    -webkit-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
}
.header__cart::before {
    position: absolute;
    content: "";
    background-image: url("../img/cart-modal-arrow.svg");
    width: 32px;
    height: 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 35px;
    opacity: 0;
    -webkit-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
}
@media (max-width: 768px) {
    .header__cart {
        padding: 7px 9px 7px 9px;
    }

    .header__cart::before {
        width: 20px;
        height: 20px;
    }
}
.header__cart:hover .cartModal {
    visibility: visible;
    opacity: 1;
}
.header__cart:hover::before {
    opacity: 1;
}
.cartModal {
    min-width: 400px;
    position: absolute;
    background-color: var(--body-bg);
    border-radius: 16px;
    padding: 24px;
    top: 48px;
    right: 0px;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
}
.orderModal__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
}
.orderModal__btn {
    width: 232px;
    width: 100%;
    border-radius: 8px;
    font-weight: 600;
    color: #fff;
    background: #0079c2;
    padding: 12px 24px;
    margin-top: 24px;

    -webkit-transition: background-color 0.4s;

    -o-transition: background-color 0.4s;

    transition: background-color 0.4s;
}
.orderModal__btn.left {
    color: var(--transparent-btn-color);
    border: 1px solid var(--transparent-btn-border);
    background-color: var(--transparent-btn-bg);
    -webkit-transition: background-color 0.4s;
    -o-transition: background-color 0.4s;
    transition: background-color 0.4s;
}
.orderModal__btn:hover {
    color: #0b4c75;
    background: #94d6ff;
    border: 1px solid #0079c2;
}
.header__productNumber {
    font-size: 12px;
    line-height: 10px;
    position: absolute;
    border-radius: 100px;
    background: #f9a400;
    color: #fff;
    padding: 9px 10px;
    top: -8px;
    right: -15px;
}
.header__modal {
    display: none;
    width: 100%;
    max-width: 1320px;
    height: 100vh;
    background-color: var(--body-bg);
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    padding: 40px 20px;
    margin: 0 auto;
}
.rotate-180 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.dropdownSection {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
}
.open {
    display: block;
}

.restrictedModal {
    display: none;
    position: fixed;
    z-index: 1000;
    inset: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 999;
    padding: 15px;
}

.restrictedModal--active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.restrictedModal__wrapper {
    width: 600px;
    position: relative;
    z-index: 2;
}

.restrictedModal__bg {
    position: absolute;
    inset: 0;
}

.restrictedModal__table {
    width: 100%;
}

.restrictedModal__table td {
    padding: 10px;
    border-bottom: 1px solid #dee2e4;
    word-break: break-word;
}

.restrictedModal__header,
.restrictedModal__content {
    text-align: left;
    padding: 24px;
    width: 100%;
}
.restrictedModal__title {
    color: #fff;
    font-size: 24px;
}
.restrictedModal__text {
    font-size: 16px;
    margin-bottom: 24px;
}
.restrictedModal__text > * {
    margin-bottom: 12px;
}

.restrictedModal__text a {
    color: #159aeb;
    font-weight: bold;
}

.restrictedModal__btns {
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 24px;
}
.restrictedModal__btn {
    cursor: pointer;
    /* width: 25%; */
    font-weight: 600;
    font-size: 16px;
    border-radius: 8px;
    background: #0079c2;
    color: #fff;
    padding: 12px 24px;
    border-style: none;
    border: 1px solid #0079c2;
    -webkit-transition: background-color 0.4s;
    -o-transition: background-color 0.4s;
    transition: background-color 0.4s;
}
.restrictedModal__btn:hover {
    background: #159aeb;
    color: #fff;
    border: 1px solid #159aeb;
}
.restrictedModal__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #159aeb;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.restrictedModal__content {
    background-color: var(--section-white-item-bg);
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    padding-bottom: 40px;
}
.restrictedModal__close {
    height: 40px;
    width: 40px;
    position: relative;
    cursor: pointer;
    margin-left: auto;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.restrictedModal__close:hover {
    opacity: 0.7;
}

.restrictedModal__close::before,
.restrictedModal__close::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 3px;
    background-color: #fff;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    border-radius: 5px;
}

.restrictedModal__close::before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}

.restrictedModal__close::after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}

.modal {
    width: 100%;
    height: auto;
}
.modal__wrapper {
    /* height: 60%; */
    height: calc(100vh - 188px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 24px;
}
.modal__nav {
    overflow-y: auto;
    height: calc(100% - 60px);
    width: 18%;
    min-width: 280px;
    border-radius: 10px;
    font-size: 16px;
    line-height: 24px;
    background-color: var(--section-white-item-bg);
}
.modal__content {
    overflow-y: auto;
    height: calc(100% - 60px);
    width: 80%;
}
.modal__btn {
    display: block;
    width: 100%;
    text-align: left;
    font-weight: 600;
    background-color: rgba(0, 0, 0, 0);
    color: var(--body-text);
    border-style: none;
    cursor: pointer;
    padding: 15px;
}
.modal__btnLink {
    display: block;
}
.modal__btnLink + .modal__btnLink {
    border-top: 1px solid #dee2e4;
}
.modal__btn.active {
    border-radius: 10px;
    background-color: var(--modal-btn-active);
}
.modal__item {
    display: none;
}
.modal__item .miniCard {
    width: 30%;
}
.modal__item.active {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 72px;
}
.miniCard a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
}
.miniCard {
    background-color: var(--section-white-item-bg);
    border-radius: 20px;
    padding: 24px;
    min-width: 305px;
}
.miniCard__img {
    width: 72px;
    height: 72px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px;
}
.miniCard__info {
    margin-top: 16px;
}
.miniCard__title {
    max-width: 180px;
    font-size: 17px;
    font-weight: 600;
    line-height: 32px;
    overflow-x: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    cursor: pointer;
}
.miniCard__title::after {
    content: attr(data-title);
    display: none;
    position: absolute;
    font-size: 16px;
    line-height: 18px;
    background-color: #c1c1c1;
    color: #000;
    padding: 8px;
    border: 1px solid #c1c1c1;
    border-radius: 4px;
    white-space: normal;
    z-index: 1;
}
.miniCard__title:hover::after {
    display: block;
}
.miniCardTitle {
    width: 30%;
    padding: 0px 15px;
}
.burger {
    width: 24px;
    height: 18px;
    cursor: pointer;
    position: relative;
}
.burger__line {
    display: block;
    width: 100%;
    height: 2px;
    background-color: var(--burger-color);
    position: absolute;
    left: 0;
    -webkit-transition: 0.3s all linear;
    -o-transition: 0.3s all linear;
    transition: 0.3s all linear;
}
.burger__line_first {
    top: 0;
}
.burger__line_second,
.burger__line_third {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.burger__line_fourth {
    bottom: 0;
}
.burger_active .burger__line_first,
.burger_active .burger__line_fourth {
    opacity: 0;
}
.burger_active .burger__line_second {
    background-color: #fff;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
}
.burger_active .burger__line_third {
    background-color: #fff;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    -ms-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
}
.footer {
    background: #002d48;
    color: #e8f6ff;
    padding: 60px 0px;
    margin-top: auto;
    border-top: 24px solid var(--body-bg);
}
.footer__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.footer__logo {
    width: 88px;
    margin-bottom: 24px;
}
.footer__title {
    color: #fbfbfb;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 24px;
}
.footer__list li {
    list-style: none;
    padding-bottom: 24px;
}
.footer .menu {
    font-weight: 700;
}
.footer__shipping {
    margin-bottom: 32px;
}
.footer__shippingImg {
    max-width: 204px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 12px;
}
.footer__shippingImg img {
    width: 95px;
    min-height: 40px;
    -o-object-fit: fill;
    object-fit: fill;
}
.footer__paymentImg {
    max-width: 312px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 12px 15px;
}
.footer__social {
    border-radius: 16px;
    background: #bee6ff;
    color: #002d48;
    padding: 16px;
    margin-top: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.footer__social span {
    font-weight: 700;
}
.footer__social .icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px;
    margin-top: 16px;
}
.footer__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #0079c2;
    margin-top: 24px;
}
.footer--simple .footer__bottom {
    margin: 0;
}
.footer__copyright {
    -ms-flex-item-align: start;
    align-self: flex-start;
}
.footer__rights {
    -ms-flex-item-align: end;
    align-self: flex-end;
}
.mainIntro {
    min-height: 384px;
    height: 385px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 24px;
    background: var(--intro-bg);
    margin-top: 25px;
}
.mainIntro__textBox {
    width: 65%;
    padding: 56px;
}
.mainIntro__img {
    width: 35%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
    position: relative;
}
.mainIntro__img::before {
    position: absolute;
    content: "";
    width: 100px;
    height: 100%;
    background: -o-linear-gradient(
        left,
        var(--intro-gradient) 2.25%,
        rgba(0, 121, 194, 0) 99.85%
    );
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        color-stop(2.25%, var(--intro-gradient)),
        color-stop(99.85%, rgba(0, 121, 194, 0))
    );
    background: linear-gradient(
        90deg,
        var(--intro-gradient) 2.25%,
        rgba(0, 121, 194, 0) 99.85%
    );
}
.mainIntro__title {
    font-size: 44px;
    font-weight: 700;
    line-height: 52px;
    color: #fff;
    margin-bottom: 24px;
}
.mainIntro__text {
    font-size: 20px;
    font-weight: 600;
    line-height: 32px;
    color: #e8f6ff;
    margin-bottom: 32px;
}
.mainIntro__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    border-radius: 8px;
    font-weight: 600;
    background-color: #fff;
    color: #004671;
    padding: 12px 24px;
    -webkit-transition: background-color 0.4s;
    -o-transition: background-color 0.4s;
    transition: background-color 0.4s;
}
.mainIntro__btn:hover {
    background: #94d6ff;
}
.searchResult {
    border-radius: 50px;
    background-color: var(--section-white-item-bg);
    margin: 30px 5px;
    padding: 48px;
}
.searchResult__title {
    margin-bottom: 30px;
}
.searchResult__list {
    margin-left: 17px;
}
.searchResult__list li h2 {
    font-size: 17px;
    line-height: 22px;
    margin-bottom: 25px;
}
.whyUs {
    margin-top: 25px;
}
.whyUs__sectionTitle {
    margin-bottom: 25px;
}
.whyUs__reasons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 24px;
}
.whyUs__reason {
    width: 48%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    border-radius: 24px;
    color: var(--section-item-text);
    background: var(--section-item-bg);
    padding: 10px 15px;
}
.whyUs__img {
    text-align: center;
    margin-bottom: 0px;
}
.whyUs__img svg {
    width: 70px;
    height: 70px;
}
.whyUs__img svg path {
    fill: var(--svg-fill);
}

.whyUs__title {
    font-size: 20px;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 10px;
}
.bestsellers {
    margin-top: 25px;
}
.bestsellers__sectionTitle {
    margin-bottom: 25px;
}
.bestsellers__products {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 32px;
}
.bestsellers__products .productCard {
    width: 23%;
}
.benefits {
    margin-top: 25px;
}
.benefits__sectionTitle {
    margin-bottom: 25px;
}
.benefits__reasons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px;
}
.benefits__reason {
    text-align: center;
    color: var(--section-item-nowrap-color);
    padding: 32px;
}
.benefits__img {
    text-align: center;
    margin-bottom: 24px;
}
.benefits__img svg path {
    fill: var(--svg-fill);
}
.benefits__title {
    font-size: 20px;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 16px;
}
.getInTouch {
    text-align: center;
    border-radius: 24px;
    background: var(--section-white-item-bg);
    padding: 48px;
    margin-top: 25px;
}
.getInTouch__sectionTitle {
    margin-bottom: 25px;
}
.getInTouch__text {
    margin-bottom: 24px;
}
.getInTouch__mail {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    color: #0079c2;
}
.welcomeToUs {
    border-radius: 24px;
    background: var(--section-white-item-bg);
    padding: 48px;
    margin-top: 25px;
    margin-bottom: 25px;
}
.welcomeToUs h2 {
    font-size: 32px;
    font-weight: 700;
    line-height: 45px;
}

.welcomeToUs h3 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 24px;
}
.welcomeToUs p {
    margin-bottom: 24px;
}
.tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 24px;
    width: 100%;
    margin-bottom: 33px;
}
.tabs__nav {
    width: 18%;
    min-width: 280px;
    border-radius: 10px;
    font-size: 16px;
    line-height: 24px;
    background-color: var(--section-white-item-bg);
}
.tabs__content {
    width: 80%;
}
button.tabs__btn {
    padding: 0;
}
.tabs__btn {
    display: block;
    width: 100%;
    font-weight: 600;
    text-align: left;
    background-color: rgba(0, 0, 0, 0);
    color: var(--section-item-text);
    border-style: none;
    cursor: pointer;
    padding: 15px;
}
.tabs__btn + .tabs__btn {
    border-top: 1px solid #dee2e4;
}
.tabs__btn.active {
    background: var(--modal-btn-active);
}
.tabs__item {
    display: none;
}
.tabs__item .productCards {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 72px;
}
.tabs__item .productCards .productCard {
    width: 30%;
    min-width: 310px;
}
.tabs__item.active {
    width: 100%;
    display: block;
}
.mobileTabs {
    display: none;
}
.productCard {
    position: relative;
    background-color: var(--product-card-bg);
    border-radius: 20px;
    /* height: 100%; */
    -webkit-transition: -webkit-box-shadow 0.3s linear;
    transition: -webkit-box-shadow 0.3s linear;
    -o-transition: box-shadow 0.3s linear;
    transition: box-shadow 0.3s linear;
    transition: box-shadow 0.3s linear, -webkit-box-shadow 0.3s linear;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    /* height: 100%; */
}
.productCard:hover {
    -webkit-box-shadow: 0px -1px 6px 2px rgba(224, 224, 224, 1);
    box-shadow: 0px -1px 6px 2px rgba(224, 224, 224, 1);
}
.productCard__img {
    width: 100%;
    height: 100%;
    max-height: 220px;
    -o-object-fit: contain;
    object-fit: contain;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    background-color: #f1f1f1;
}
.productCard__title {
    font-size: 18px;
    font-weight: 700;
    line-height: 32px;
    overflow-x: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    cursor: pointer;
}
.productCard__title::after {
    content: attr(data-title);
    display: none;
    position: absolute;
    font-size: 16px;
    line-height: 18px;
    background-color: #c1c1c1;
    color: #000;
    padding: 8px;
    border: 1px solid #c1c1c1;
    border-radius: 4px;
    white-space: normal;
    z-index: 1;
}
.productCard__title:hover::after {
    display: block;
}
.productCard__starRate {
    height: 20px;
    margin-top: 0;
    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;
}
.productCard__details {
    min-height: auto;
    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;
    padding: 12px 24px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.productCard__priceBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 15px;
    padding: 15px 0px;
    margin-top: auto;
}
.outOfStockCard {
    width: 100%;
    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;
    gap: 15px;
    /* margin-bottom: -10px; */
}
.productCard__priceBlockWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 8px;
}
.productCard__priceBoxWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 25px;
}
.productCard__discount {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    border-radius: 8px;
    background: #ba0e9e;
    padding: 11px;
}
.productCard__discount.mobile {
    display: none;
}
.productCard__oldPrice,
.productCard__price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.productCard__oldPrice {
    text-decoration: line-through;
    color: #c42121;
    font-size: 12px;
    line-height: 16px;
    -ms-flex-item-align: start;
    align-self: flex-start;
    /* display:none */
}
.productCard__price {
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    -ms-flex-item-align: end;
    align-self: flex-end;
}
.productCard__orderBtn {
    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;
    gap: 15px;
    cursor: pointer;
    width: 100%;
    color: #fff;
    border-radius: 8px;
    background: #0079c2;
    padding: 12px 24px;
    border-style: none;
    -webkit-transition: background-color 0.4s;
    -o-transition: background-color 0.4s;
    transition: background-color 0.4s;
}
.productCard__orderBtn:hover {
    background: #159aeb;
}
.productCard__packCount {
    color: #7c8489;
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
}
.categoryDescription {
    border-radius: 24px;
    background: var(--section-white-item-bg);
    padding: 48px;
}
.categoryDescription__title {
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    margin-bottom: 32px;
}
.categoryDescription__subtitle {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 24px;
}
.categoryDescription__text p + p {
    margin-top: 15px;
}
.productPage .mobileTitle,
.productPage .mobileRate {
    display: none;
}
.productPage__nameBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.productPage__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: var(--section-white-item-bg);
    border-radius: 24px;
    padding: 24px;
    margin-top: 15px;
    gap: 24px;
}
.productPage__inside {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    width: 100%;
}
.productPage__imgWrap {
    width: 40%;
    text-align: center;
}
.productPage__img {
    width: 100%;
    border-radius: 20px;
    max-height: 380px;
    -o-object-fit: contain;
    object-fit: contain;
    background-color: #f1f1f1;
}
.productPage__imgText {
    display: block;
    font-size: 14px;
    font-weight: 600;
    margin-top: 8px;
}
.productPage__info {
    width: 58%;
}
.productPage .productCard__price {
    white-space: nowrap;
}
.productPage__title {
    margin-bottom: 16px;
}
.productPage__manufacturer {
    font-size: 20px;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 32px;
}
.productPage__activeSubstance {
    margin-bottom: 16px;
}
.productPage__activeSubstance span {
    position: relative;
    color: #0079c2;
    font-weight: 600;
    margin-left: 16px;
}
.productPage__activeSubstance span::before {
    position: absolute;
    content: "";
    background-color: #0079c2;
    width: 100%;
    height: 2px;
    bottom: -5px;
}
.productPage__starRate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
}
.productPage__starRate .rating,
.productCard__starRate .rating,
.addReview__averageRate .rating,
.testimonials .rating {
    pointer-events: none;
    cursor: default;
}
.productPage__reviewNumber {
    display: inline-block;
    color: #0079c2;
    font-weight: 500;
}
.productPage__shortDescBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    margin-bottom: 16px;
}
.productPage__shortTitle {
    display: none;
}
.productPage__learnMore {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.productPage__learnMore span {
    width: 90px;
    display: block;
    color: #0079c2;
    font-weight: 600;
    border-bottom: 2px solid #0079c2;
    padding-bottom: 6px;
    margin-right: 10px;
}
.productPage__fullDescription {
    margin-bottom: 8px;
    max-height: 1000px;
    opacity: 1;
}
.productPage__fullDescription div + div {
    margin-top: 8px;
}
.productPage__fullDescription p {
    margin-bottom: 8px;
    max-height: 1000px;
    opacity: 1;
    color: inherit;
}
.productPage__fullDescription div span {
    display: inline-block;
}
.productPage__fullDescription p + p {
    margin-top: 8px;
}
.productDescription__item.active {
    display: block;
}
.productDescription__item.active div span {
    display: inline-block;
}
.productPage__fullDescription p + p {
    margin-top: 8px;
}
.productPage__shippingInfo {
    margin-bottom: 32px;
}
.productPage__shippingInfo span {
    font-weight: 600;
}
.productPage__isStock,
.productPage__isUnavialable {
    margin-top: 0px;
    font-size: 14px;
    display: none;
}
.productPage__isStockWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px;
}
.productPage__isStock {
    color: #01982b;
}
.productPage__isUnavialable {
    color: #c42121;
}
.productPage__priceDetails {
    position: relative;
    margin-bottom: 32px;
}
@media (max-width: 768px) {
    .productPage__priceDetails {
        margin: 0;
    }
}
.addToCartModal {
    width: 100%;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 16px;
    -webkit-box-shadow: 0px 4px 24px 0px rgba(0, 121, 194, 0.15);
    box-shadow: 0px 4px 24px 0px rgba(0, 121, 194, 0.15);
    background-color: var(--section-white-item-bg);
    top: 64px;
    z-index: 999;
    padding: 16px;
    gap: 20px;
    -webkit-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
    opacity: 0;
    display: none;
}
.addToCartModal.show {
    opacity: 1;
}
.addToCartModal__img {
    width: 72px;
    height: 72px;
    border-radius: 20px;
    margin-right: 24px;
}

.addToCartModal__name {
    font-weight: 700;
    margin-left: 8px;
}
.addToCartModal__text {
    color: #0079c2;
}
.addToCartModal__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.productPage__priceDetails .productCard__orderBtn {
    max-width: 100%;
}
.productPage__priceDetails .productCard__price {
    font-size: 33px;
    line-height: 46px;
}
.productPage__shoppingDetails {
    border: 1px solid #dee2e4;
    border-radius: 16px;
    overflow: hidden;
}
.productPage__listItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style: none;
    padding: 14px 16px;
    gap: 7px;
    flex-wrap: wrap;
}
.productPage__listItem:not(:last-child) {
    border-bottom: 1px solid #dee2e4;
}

.productPage__listItem--free-shipping {
    background: #e7f0f6;
}

.productPage__listItem .cartProduct__priceBox {
    margin: 0;
}

.productPage__itemName {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px;
    font-size: 18px;
    font-weight: 500;
    line-height: 32px;
    align-self: flex-start;
    color: #656e73;
}
.productPage__itemOption {
    font-size: 18px;
    font-weight: 600;
    color: #262a2c;
    line-height: 32px;
}
.productPage__itemOptionInfo {
    color: #262a2c;
    font-size: 15px;
    font-weight: 400;
    text-align: right;
}
.productPage__itemOptionInfo--success {
    color: #01982b;
}
.productPage__itemOptionInfo--success:not(:empty) {
    display: block !important;
}
.productPage__itemOption .paymentImg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    margin-left: 15px;
}
.productPage__itemOption .paymentImg img {
    height: 22px;
    filter: grayscale(1);
}
.productPage__itemOptionValue {
    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-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 6px;
}

.productPage__dosageBtns {
    position: relative;
    z-index: 11;
    display: -webkit-box;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    /* gap: 3px; */
    /* margin: 0px 16px; */
}
.productPage__dosageBtn {
    border-radius: 16px 16px 0px 0px;
    border-style: 2px solid var(--section-white-item-bg);
    /* background: var(--dosage-bg); */
    padding: 6px 12px;
    color: var(--dosageBtn);
    cursor: pointer;
    height: 47px;
    border: 1px solid #797979;
    border-bottom: 2px solid transparent;
    white-space: nowrap;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    /* border-bottom: none; */
    -webkit-transform: translateY(0px) !important;
    -ms-transform: translateY(0px) !important;
    transform: translateY(0px) !important;
}
.productPage__dosageBtn.active {
    border: 2px solid #0079c2;
    border-bottom: 2px solid var(--section-white-item-bg);
    background: var(--section-white-item-bg);
    /* margin-bottom: 0px; */
    -webkit-transform: translateY(2px) !important;
    -ms-transform: translateY(2px) !important;
    transform: translateY(2px) !important;
}
.productPage__dosageSelect {
    display: none;
}
.productPage__dosageSelect.active {
    display: block;
}

@media (max-width: 768px) {
    .productPage__listItem {
        -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;
        text-align: left;
        flex-wrap: wrap;
        /* justify-content: flex-end; */
    }

    .productPage__itemName {
        /* margin-bottom: 12px; */
    }

    .productPage__itemOptionValue {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        text-align: left;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

.productPage__dosageSelect .packageInfo {
    display: none;
}

@media (max-width: 768px) {
    .productPage__dosageSelect {
        padding: 12px 8px !important;
    }

    .productPage__dosageSelect .productName {
        font-size: 13px;
    }

    .productPage__dosageSelect .packageInfo {
        display: block;
        white-space: nowrap;
        font-size: 13px;
        padding-left: 8px;
    }

    .productPage__dosageSelect .select__itemName {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        padding-right: 8px;
    }

    .productPage__dosageSelect .select__itemPrice {
        font-size: 13px;
    }

    .productPage__dosageSelect .select__item {
        padding: 14px 0px 14px 39px;
    }
}
.swiper {
    width: 100%;
    max-width: 700px;
}
.swiper-wrapper {
    width: 100%;
    max-width: 700px;
}
.shadow {
    position: absolute;
    width: 100%;
    height: auto;
}
.swiper-slide {
    /* max-width: 100px; */
}
.swiper-button-next,
.swiper-button-prev {
    z-index: 50;
    top: 20px;
    background-color: #fff;
    -webkit-box-shadow: -9px -28px 40px 42px rgba(255, 255, 255, 1);
    box-shadow: -9px -28px 40px 42px rgba(255, 255, 255, 1);
}
.swiper-button-next {
    right: 0px;
}
.swiper-button-prev {
    left: -5px;
}
.swiper-button-next:after,
.swiper-button-prev:after {
    content: "";
    width: 24px;
    height: 24px;
}
.swiper-button-next:after {
    background-image: url("../img/arrow-next.svg");
}
.swiper-button-prev:after {
    background-image: url("../img/arrow-prev.svg");
}
.select {
    margin: 0 auto;
    position: relative;
    z-index: 10;
    width: 100%;
    min-height: auto;
    border-radius: 16px;
    border: 2px solid #0079c2;
    background-color: var(--section-white-item-bg);
    padding: 16px 24px;
    width: 100%;
    outline: none;
}
.select.is-active .select__body {
    display: block;
}
.select__header {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.select__current {
    width: 100%;
    color: #656e73;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 48px;
    padding-right: 31px;
}
.select__current.has-after .select__itemBtn::after {
    display: block;
}
.select__current .select__itemName,
.select__current .select__itemPrice {
    color: var(--body-text);
}
.select__icon {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.select__body {
    display: none;
    padding-top: 16px;
}
.select__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid #abb2b7;
    cursor: pointer;
    font-size: 16px;
    line-height: 24px;
    padding: 16px 0px 16px 48px;
}
.select__itemBtn {
    position: relative;
    height: 100%;
}
.select__itemBtn::before {
    position: absolute;
    content: "";
    width: 32px;
    height: 32px;
    border-radius: 100%;
    border: 1px solid #0079c2;
    background-color: var(--transparent-btn-bg);
    right: 8px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    z-index: 9;
}
.select__itemBtn::after {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 100%;
    border: 1px solid #0079c2;
    background-color: #0079c2;
    right: 14px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    z-index: 9;
    display: none;
}
.select__item.has-after .select__itemBtn::after {
    display: block;
}
.select__itemPrice {
    font-size: 20px;
    font-weight: 600;
}
.select__itemPrice .productCard__oldPrice {
    display: block;
    text-align: right;
}
.select__item:hover {
    background-color: var(--select-item-hover);
}

.productDescription {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: space-between;
    gap: 24px;
    width: 100%;
    margin-top: 33px;
}
.productDescription__title {
    width: 100%;
    color: #fff;
    background-color: #002d48;
    font-size: 20px;
    font-weight: 700;
    line-height: 32px;
    text-align: left;
    border-radius: 8px;
    padding: 15px;
}
.productDescription__buttons {
    width: 28%;
    background-color: var(--section-white-item-bg);
    border-radius: 8px;
    max-height: 720px;
    overflow-y: scroll;
}
.productDescription__btn {
    width: 100%;
    text-align: left;
    background-color: rgba(0, 0, 0, 0);
    color: var(--body-text);
    border-style: none;
    cursor: pointer;
    padding: 15px;
}
.productDescription__btn:hover {
    background: var(--modal-btn-active);
}
.productDescription__btn + .productDescription__btn {
    border-top: 1px solid #dee2e4;
}
.productDescription__btn.active {
    background: var(--modal-btn-active);
    border-radius: 8px;
}
.productDescription__content {
    width: 68%;
    background-color: var(--section-white-item-bg);
    border-radius: 24px;
    padding: 24px;
}
.productDescription__content h2 {
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 24px;
}
.productDescription__content h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 24px;
}
.productDescription__content p {
    margin-bottom: 22px;
}
.productDescription__content ul {
    margin-left: 20px;
}
.productDescription__item {
    display: none;
}
.productDescription__item.active {
    display: block;
}
.rotatable-svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.rotate-180 {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.h-rotate-180 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.hide {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.5s ease, opacity 0.5s ease;
    -o-transition: max-height 0.5s ease, opacity 0.5s ease;
    transition: max-height 0.5s ease, opacity 0.5s ease;
}
.outStockSection {
    border-radius: 16px;
    background-color: var(--section-white-item-bg);
    -webkit-box-shadow: 0px 4px 24px 0px rgba(0, 121, 194, 0.15);
    box-shadow: 0px 4px 24px 0px rgba(0, 121, 194, 0.15);
    margin-top: 32px;
}
.outStockSection__header {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    border-radius: 16px 16px 0px 0px;
    background: #0079c2;
    padding: 24px;
}
.outStockSection__main {
    padding: 24px;
}
.contactInfo__wrapper.outStock {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.contactInfo__block.outStock {
    width: 46%;
}
.outStockSection__subtitle {
    padding-bottom: 24px;
}
.outStockSection__result {
    padding-top: 24px;
    text-align: center;
    font-size: 14px;
}
.outStockSection__confirm {
    color: #01982b;
}
.outStockSection__error {
    color: #c42121;
}
.outStockSection__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    gap: 20px;
    margin-top: 24px;
}
.outStockSection__btn {
    width: 100%;
    border-radius: 8px;
    background: #0079c2;
    color: #fff;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    line-height: 32px;
    padding: 12px 24px;
}
.emptyCart {
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 30px;
}
.emptyCart__btn {
    display: block;
    width: 261px;
    color: #fff;
    font-weight: 600;
    background-color: #0079c2;
    border-radius: 8px;
    padding: 12px 24px;
    margin: 0 auto;
    margin-top: 25px;
}
.cart__mobileBox {
    display: none;
}
.cart__title {
    margin-bottom: 20px;
}
.cart__box {
    position: relative;
    background-color: var(--section-white-item-bg);
    border-radius: 16px;
    padding: 16px;
    /* margin-top: 25px; */
}
.cart__table {
    width: 100%;
    border-collapse: collapse;
}
.cart__table thead th {
    color: #abb2b7;
    text-align: center;
    padding: 0 24px;
    font-weight: 300;
}
.cart__table thead th:nth-child(1) {
    padding-left: 144px;
    text-align: left;
}
.cart__table tbody tr {
    text-align: right;
    margin-top: 24px;
    border-bottom: 1px solid #dee2e4;
}
.cart__table tbody tr:nth-child(1) {
    text-align: left;
}
.cart__table tbody td {
    text-align: right;
    padding: 24px 24px;
}
.cart__table tbody td:nth-child(1) {
    max-width: 72px;
    padding: 0;
}
.cart__table tbody td:nth-child(2) {
    text-align: left;
    display: flex;
    flex-direction: column;
}
.cartProduct__img {
    width: 72px;
    height: 72px;
    border-radius: 20px;
}
.cartProduct__name {
    font-size: 20px;
    font-weight: 600;
    line-height: 32px;
}
.cartProduct__deleteIcon {
    cursor: pointer;
}
button.cartProduct__deleteIcon svg path {
    fill: #dee2e4 !important;
}
button.cartProduct__deleteIcon:hover svg path {
    fill: #f04e4e !important;
}
a.cartProduct__deleteIcon svg path {
    fill: #abb2b7 !important;
}
a.cartProduct__deleteIcon:hover svg path {
    fill: #0079c2 !important;
}
.cartProduct__priceBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    /* -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center; */
    margin-top: 24px;
}

.cartProduct__priceWrap {
    display: flex;
    align-items: center;
    /* justify-content: center; */
    /* color: #262a2c; */
    font-size: 20px;
    text-align: center;
    width: auto;
    margin: 0;
    justify-content: center;
}

@media (max-width: 768px) {
    .cartProduct__priceWrap {
        justify-content: flex-end;
        text-align: right;
    }
}

.cartProduct__totalPrice {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 5px 0;
}

.cartProduct__priceBox .cartProduct__totalPrice {
    min-width: 254px;
}

.cartProduct__totalPrice,
.cartProduct__totalPrice__currency {
    font-size: 20px;
    /* font-weight: 600; */
}

.cartProduct__freeShipping {
    color: #01982b;
    font-weight: 700;
}

.cartProduct__totalPrice.cartProduct__totalPrice--subtotal {
    font-size: 16px;
    font-weight: normal;
}

.cartProduct__totalPrice.cartProduct__totalPrice--subtotal
    .cartProduct__number {
    font-size: 16px;
}

.cartProduct__number {
    font-size: 24px;
    font-weight: 700;
    display: inline-block;
    margin-left: 8px;
}
.cartProduct__proggressText {
    margin-bottom: 16px;
}
.cartProduct__proggress {
    width: 50%;
}
.cartProduct__proggressLine {
    width: 100%;
    height: 16px;
    border-radius: 8px;
    background: #dee2e4;
    position: relative;
}
.cartProduct__proggressLine::before {
    position: absolute;
    content: "";
    background-color: #0079c2;
    border-radius: 8px;
    width: 70%;
    height: 100%;
}
.cartProduct__promo {
    /* width: 305px; */
    /* margin-top: -8px; */
    padding-top: 24px;
}
.cartProduct__promoText {
    margin-bottom: 16px;
}
.cartProduct__promoForm {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 8px;
    background: var(--input-bg);
}

.loading::after {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(255, 255, 255, 0.5);
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/Pgo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPgo8c3ZnIHdpZHRoPSI0MHB4IiBoZWlnaHQ9IjQwcHgiIHZpZXdCb3g9IjAgMCA0MCA0MCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWw6c3BhY2U9InByZXNlcnZlIiBzdHlsZT0iZmlsbC1ydWxlOmV2ZW5vZGQ7Y2xpcC1ydWxlOmV2ZW5vZGQ7c3Ryb2tlLWxpbmVqb2luOnJvdW5kO3N0cm9rZS1taXRlcmxpbWl0OjEuNDE0MjE7IiB4PSIwcHgiIHk9IjBweCI+CiAgICA8ZGVmcz4KICAgICAgICA8c3R5bGUgdHlwZT0idGV4dC9jc3MiPjwhW0NEQVRBWwogICAgICAgICAgICBALXdlYmtpdC1rZXlmcmFtZXMgc3BpbiB7CiAgICAgICAgICAgICAgZnJvbSB7CiAgICAgICAgICAgICAgICAtd2Via2l0LXRyYW5zZm9ybTogcm90YXRlKDBkZWcpCiAgICAgICAgICAgICAgfQogICAgICAgICAgICAgIHRvIHsKICAgICAgICAgICAgICAgIC13ZWJraXQtdHJhbnNmb3JtOiByb3RhdGUoLTM1OWRlZykKICAgICAgICAgICAgICB9CiAgICAgICAgICAgIH0KICAgICAgICAgICAgQGtleWZyYW1lcyBzcGluIHsKICAgICAgICAgICAgICBmcm9tIHsKICAgICAgICAgICAgICAgIHRyYW5zZm9ybTogcm90YXRlKDBkZWcpCiAgICAgICAgICAgICAgfQogICAgICAgICAgICAgIHRvIHsKICAgICAgICAgICAgICAgIHRyYW5zZm9ybTogcm90YXRlKC0zNTlkZWcpCiAgICAgICAgICAgICAgfQogICAgICAgICAgICB9CiAgICAgICAgICAgIHN2ZyB7CiAgICAgICAgICAgICAgICAtd2Via2l0LXRyYW5zZm9ybS1vcmlnaW46IDUwJSA1MCU7CiAgICAgICAgICAgICAgICAtd2Via2l0LWFuaW1hdGlvbjogc3BpbiAxLjVzIGxpbmVhciBpbmZpbml0ZTsKICAgICAgICAgICAgICAgIC13ZWJraXQtYmFja2ZhY2UtdmlzaWJpbGl0eTogaGlkZGVuOwogICAgICAgICAgICAgICAgYW5pbWF0aW9uOiBzcGluIDEuNXMgbGluZWFyIGluZmluaXRlOwogICAgICAgICAgICB9CiAgICAgICAgXV0+PC9zdHlsZT4KICAgIDwvZGVmcz4KICAgIDxnIGlkPSJvdXRlciI+CiAgICAgICAgPGc+CiAgICAgICAgICAgIDxwYXRoIGQ9Ik0yMCwwQzIyLjIwNTgsMCAyMy45OTM5LDEuNzg4MTMgMjMuOTkzOSwzLjk5MzlDMjMuOTkzOSw2LjE5OTY4IDIyLjIwNTgsNy45ODc4MSAyMCw3Ljk4NzgxQzE3Ljc5NDIsNy45ODc4MSAxNi4wMDYxLDYuMTk5NjggMTYuMDA2MSwzLjk5MzlDMTYuMDA2MSwxLjc4ODEzIDE3Ljc5NDIsMCAyMCwwWiIgc3R5bGU9ImZpbGw6YmxhY2s7Ii8+CiAgICAgICAgPC9nPgogICAgICAgIDxnPgogICAgICAgICAgICA8cGF0aCBkPSJNNS44NTc4Niw1Ljg1Nzg2QzcuNDE3NTgsNC4yOTgxNSA5Ljk0NjM4LDQuMjk4MTUgMTEuNTA2MSw1Ljg1Nzg2QzEzLjA2NTgsNy40MTc1OCAxMy4wNjU4LDkuOTQ2MzggMTEuNTA2MSwxMS41MDYxQzkuOTQ2MzgsMTMuMDY1OCA3LjQxNzU4LDEzLjA2NTggNS44NTc4NiwxMS41MDYxQzQuMjk4MTUsOS45NDYzOCA0LjI5ODE1LDcuNDE3NTggNS44NTc4Niw1Ljg1Nzg2WiIgc3R5bGU9ImZpbGw6cmdiKDIxMCwyMTAsMjEwKTsiLz4KICAgICAgICA8L2c+CiAgICAgICAgPGc+CiAgICAgICAgICAgIDxwYXRoIGQ9Ik0yMCwzMi4wMTIyQzIyLjIwNTgsMzIuMDEyMiAyMy45OTM5LDMzLjgwMDMgMjMuOTkzOSwzNi4wMDYxQzIzLjk5MzksMzguMjExOSAyMi4yMDU4LDQwIDIwLDQwQzE3Ljc5NDIsNDAgMTYuMDA2MSwzOC4yMTE5IDE2LjAwNjEsMzYuMDA2MUMxNi4wMDYxLDMzLjgwMDMgMTcuNzk0MiwzMi4wMTIyIDIwLDMyLjAxMjJaIiBzdHlsZT0iZmlsbDpyZ2IoMTMwLDEzMCwxMzApOyIvPgogICAgICAgIDwvZz4KICAgICAgICA8Zz4KICAgICAgICAgICAgPHBhdGggZD0iTTI4LjQ5MzksMjguNDkzOUMzMC4wNTM2LDI2LjkzNDIgMzIuNTgyNCwyNi45MzQyIDM0LjE0MjEsMjguNDkzOUMzNS43MDE5LDMwLjA1MzYgMzUuNzAxOSwzMi41ODI0IDM0LjE0MjEsMzQuMTQyMUMzMi41ODI0LDM1LjcwMTkgMzAuMDUzNiwzNS43MDE5IDI4LjQ5MzksMzQuMTQyMUMyNi45MzQyLDMyLjU4MjQgMjYuOTM0MiwzMC4wNTM2IDI4LjQ5MzksMjguNDkzOVoiIHN0eWxlPSJmaWxsOnJnYigxMDEsMTAxLDEwMSk7Ii8+CiAgICAgICAgPC9nPgogICAgICAgIDxnPgogICAgICAgICAgICA8cGF0aCBkPSJNMzYuMDA2MSwxNi4wMDYxQzM4LjIxMTksMTYuMDA2MSA0MCwxNy43OTQyIDQwLDIwQzQwLDIyLjIwNTggMzguMjExOSwyMy45OTM5IDM2LjAwNjEsMjMuOTkzOUMzMy44MDAzLDIzLjk5MzkgMzIuMDEyMiwyMi4yMDU4IDMyLjAxMjIsMjBDMzIuMDEyMiwxNy43OTQyIDMzLjgwMDMsMTYuMDA2MSAzNi4wMDYxLDE2LjAwNjFaIiBzdHlsZT0iZmlsbDpyZ2IoNzQsNzQsNzQpOyIvPgogICAgICAgIDwvZz4KICAgICAgICA8Zz4KICAgICAgICAgICAgPHBhdGggZD0iTTI4LjQ5MzksNS44NTc4NkMzMC4wNTM2LDQuMjk4MTUgMzIuNTgyNCw0LjI5ODE1IDM0LjE0MjEsNS44NTc4NkMzNS43MDE5LDcuNDE3NTggMzUuNzAxOSw5Ljk0NjM4IDM0LjE0MjEsMTEuNTA2MUMzMi41ODI0LDEzLjA2NTggMzAuMDUzNiwxMy4wNjU4IDI4LjQ5MzksMTEuNTA2MUMyNi45MzQyLDkuOTQ2MzggMjYuOTM0Miw3LjQxNzU4IDI4LjQ5MzksNS44NTc4NloiIHN0eWxlPSJmaWxsOnJnYig1MCw1MCw1MCk7Ii8+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4K);
    background-position: center;
    background-size: auto 35px;
    background-repeat: no-repeat;
}

body.loading::after {
    position: fixed;
    z-index: 10000000;
}

.cartProduct__promoInput {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    border-radius: 8px;
    background: var(--input-bg);
    padding: 12px 5px 12px 48px;
    border: 1px solid var(--input-border);
}
.cartProduct__promoForm::before {
    position: absolute;
    content: "";
    background-image: url("../img/promo-icon.svg");
    width: 24px;
    height: 24px;
    left: 8px;
    top: calc(50% - 12px);
    z-index: 100;
}
.cartProduct__promoInput::-webkit-input-placeholder {
    font-weight: 600;
}
.cartProduct__promoInput::-moz-placeholder {
    font-weight: 600;
}
.cartProduct__promoInput:-ms-input-placeholder {
    font-weight: 600;
}
.cartProduct__promoInput::-ms-input-placeholder {
    font-weight: 600;
}
.cartProduct__promoInput::placeholder {
    font-weight: 600;
}
.cartProduct__promoInput:focus {
    outline-color: #0079c2;
}
.cartProduct__promo .errorPromo,
.cartProduct__promo .successPromo {
    margin-top: 16px;
    display: block;
    font-size: 13px;
    font-weight: 600;
}
.cartProduct__promo .errorPromo {
    color: #ff3860;
    display: none;
}
.cartProduct__promo .successPromo {
    color: #01982b;
    display: none;
}

.cartProduct__promoBtn {
    min-width: 92px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    color: #0379b4;
    font-weight: 600;
    background-color: #fff;
    border: 1px solid #0379b4;
    border-radius: 8px;
    padding: 12px 12px;
    text-align: center;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.cartProduct__promoBtn:hover {
    background-color: #0379b4;
    color: #fff;
}

.step__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 24px;
}
.step__btns.contactUs {
    -webkit-box-pack: right;
    -ms-flex-pack: right;
    justify-content: right;
    gap: 10px;
}
.step__btns.contactUs .step__btn.next {
    padding: 24px;
    font-size: 18px;
}
.step__btn {
    width: 254px;
    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;
    gap: 10px;
    font-weight: 600;
    font-size: 20px;
    border-radius: 8px;
    border: 1px solid #0079c2;
    padding: 17px 24px;
}
.step__btn.next {
    color: #fff;
    background-color: #0079c2;
}
.step__btn.next.checkout {
    /* margin-top: -11%; */
}
.step__btn.prev {
    color: #939ba0;
    border: 1px solid #939ba0;
    padding: 12px;
    font-size: 16px;
}
.step__btn.prev svg path {
    fill: #939ba0;
}
.cartProduct__id {
    width: 0;
}
.counter {
    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: var(--counter-bg); */
    border-radius: 8px;
    border: 1px solid #939ba0;
}
.counter svg path {
    fill: #939ba0;
}
.count {
    width: 100%;
    padding: 12px 16px;
    font-weight: 700;
    text-align: center;
    border-right: 1px solid #939ba0;
    border-left: 1px solid #939ba0;
}
.contactInfo__wrapper {
    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;
    gap: 10px;
}
.contactInfo__mainDelivery,
.contactInfo__anotherDelivery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 24px;
}

.contactInfo__anotherDelivery {
    margin-top: 30px;
}

.contactInfo__mainDelivery + .order-checkbox {
    margin-top: 20px;
    display: block;
}

.contactInfo__checkDelivery {
    margin-top: 64px;
    margin-bottom: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px;
}
.contactInfo__check {
    width: 24px;
    height: 24px;
}
.contactInfo__checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    width: 100%;
    font-size: 14px;
    font-weight: 600;
    color: #727272;
}
.contactInfo__block {
    width: 48%;
}
.contactInfo__block.delivery {
    width: 48%;
}
.contactInfo__block .error {
    color: #ff3860;
    font-size: 12px;
    font-weight: 600;
}
.contactInfo__label {
    display: block;
    font-size: 12px;
    color: var(--label-color);
    margin-bottom: 8px;
}
.contactInfo__input {
    width: 100%;
    display: block;
    background-color: var(--input-bg);
    font-size: 14px;
    font-weight: 600;
    border-radius: 8px;
    padding: 15px;
    border: 1px solid var(--input-border);
}
.contactInfo__input::-webkit-input-placeholder {
    color: var(--input-placeholder);
    font-weight: 300;
}
.contactInfo__input::-moz-placeholder {
    color: var(--input-placeholder);
    font-weight: 300;
}
.contactInfo__input:-ms-input-placeholder {
    color: var(--input-placeholder);
    font-weight: 300;
}
.contactInfo__input::-ms-input-placeholder {
    color: var(--input-placeholder);
    font-weight: 300;
}
.contactInfo__input::placeholder {
    color: var(--input-placeholder);
    font-weight: 300;
}
.iti.iti--allow-dropdown.iti--show-flags.iti--inline-dropdown {
    width: 100%;
    display: block;
}
.choices__inner {
    color: #3d4246;
    border-style: none;
    width: 100%;
    display: block;
    color: inherit;
    background-color: var(--input-bg);
    border: 1px solid var(--input-border);
    border-radius: 8px;
    font-weight: 600;
    padding: 8px;
}
.choices__list {
    color: #757575;
    font-size: 14px;
    font-weight: 600;
}
.choices__placeholder {
    opacity: 1;
}
.stepper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin: 60px auto;
    margin-top: 25px;
}
.step {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #c4cacd;
    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;
    position: relative;
}
.step::before {
    position: absolute;
    content: "";
    background-color: #fff;
    border-radius: 50%;
    width: 9px;
    height: 9px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.step__name {
    position: absolute;
    text-align: center;
    font-size: 12px;
    color: var(--step-name);
    top: 37px;
}
@media (max-width: 768px) {
    .step__name {
        /* word-break: break-word; */
        width: 70px;
    }

    .step:first-child .step__name {
        left: 0;
    }

    .step:last-child .step__name {
        right: 0;
    }
}

.step__name.active {
    font-weight: 700;
}
.line {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 7px;
    background-color: #c4cacd;
    position: relative;
    z-index: -1;
}
.step.active {
    background-color: #159aeb;
    color: #fff;
}
.line.active {
    background-color: #159aeb;
}
.shippingPage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 24px;
    margin-top: 22px;
}
.wrapper {
    width: 65%;
}
.shipping {
    background-color: var(--section-white-item-bg);
    border-radius: 16px;
    padding: 24px;
}
.shipping__title {
    margin-top: 50px;
    margin-bottom: 15px;
}
.shipping__title,
.shipping__typeTitle,
.shipping__price {
    font-size: 24px;
    font-weight: 700;
}
.shipping__typeTitle {
    padding-bottom: 24px;
}
.shipping__item {
    border-radius: 8px;
    border: 2px solid #006099;
    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;
    padding: 24px;
}
.shipping__item + .shipping__item {
    margin-top: 32px;
}
.shipping__text {
    color: #7c8489;
}
.check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px;
    background-color: var(--section-white-item-bg);
    border-radius: 16px;
    padding: 24px;
    margin-top: 24px;
}
.check__list {
    margin-left: 20px;
}
.check__list li {
    list-style: none;
    position: relative;
}
.check__list li::before {
    position: absolute;
    content: "";
    background-image: url("../img/check-icon.svg");
    width: 24px;
    height: 24px;
    left: -40px;
    top: calc(50% - 12px);
}
.check__list li + li {
    margin-top: 24px;
}
.order__totalMobile {
    display: none;
}
.order__boxWrapper {
    width: 37%;
}
.order__boxTerms {
    margin: 25px 5px;
}
.order__boxTermsMob {
    margin: 25px 5px;
    display: none;
}
.order__boxTerms p,
.order__boxTermsMob p {
    font-size: 13px;
    line-height: 17px;
    margin-bottom: 10px;
}
.order__box {
    background-color: var(--section-white-item-bg);
    border-radius: 0 0 16px 16px;
    padding: 24px;
    margin-top: -24px;
}
.order__title {
    color: #006099;
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 24px;
}
.order__table {
    width: 100%;
    border-collapse: collapse;
}
.order__table tbody tr {
    border-bottom: 1px solid #dee2e4;
}
.order__table tbody td {
    padding: 8px 0px;
    padding-left: 10px;
    /* font-weight:700; */
    position: relative;
}
.order__table tbody td:nth-child(1) {
    max-width: 72px;
    padding-left: 0px;
}
.order__img {
    width: 58px;
    height: 58px;
    border-radius: 8px;
}
.order__name {
    max-width: 222px;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    /* padding: 0 0px 0 6px; */
    font-size: 14px;
    font-weight: 500;
}
.order__btn {
    width: 100%;
    border-radius: 8px;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    background: #0079c2;
    padding: 17px 24px;
    margin-top: 24px;
    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;
}

.order__btn img {
    margin-right: 8px;
}

@media (max-width: 768px) {
    .order__btn {
        margin: 0;
    }
}

.order__btn.mobile {
    display: none;
}
.order__totalPriceBox {
    margin-top: 24px;
}
.order__price {
    text-align: right;
}
.order__totalOldPrice {
    /* display:none; */
    display: block;
    color: #c42121;
    text-decoration: line-through;
    margin-bottom: 8px;
    text-align: right;
}
.order__totalPrice {
    text-align: right;
    font-size: 20px;
    font-weight: 600;
}
.order__totalPrice span {
    font-size: 24px;
    font-weight: 700;
    margin-left: 8px;
}
.order__shipping {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #dee2e4;
    padding: 24px 0px;
}
.order__shippingPrice {
    font-weight: 700;
}
.order__discount {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 8px;
    border: 1px solid #ba0e9e;
    margin-top: 24px;
    /* display: none; */
}
.order__discountTitle {
    font-weight: 700;
    color: #ba0e9e;
    padding: 16px;
}
.order__discountNumber {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    background-color: #ba0e9e;
    padding: 16px;
}
.paymentMethod {
    background-color: var(--section-white-item-bg);
    border-radius: 16px 16px 0 0;
    padding: 24px;
    margin-top: 0px;
}

.paymentMethod__title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 24px;
}
.paymentMethod__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    gap: 24px;
}

@media (max-width: 768px) {
    .paymentMethod__items {
        flex-wrap: wrap;
        gap: 0;
    }
}
.paymentMethod__item {
    width: 48%;
    border-radius: 8px;
    border: 2px solid #dee2e4;
    padding: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    /* -webkit-box-orient: vertical; */
    /* -webkit-box-direction: normal; */
    /* -ms-flex-direction: column; */
    /* flex-direction: column; */
    align-items: center;
    /* -webkit-box-pack: center; */
    /* -ms-flex-pack: center; */
    justify-content: center;
}
.paymentMethod__item--title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    font-weight: bold;
    margin-bottom: 20px;
    /* word-break: break-all; */
    white-space: nowrap;
}

.paymentMethod__item--title img {
    margin-right: 8px;
}

.paymentMethod__item--icons {
    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: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width: 768px) {
    .paymentMethod__item--icons {
        /* display: none !important; */
    }
}

.paymentMethod__item--icons img {
    max-width: 36px;
    max-height: 36px;
    margin: 0 2px;
}

.paymentMethod__item--icons--big img {
    max-width: 64px;
    max-height: 64px;
    margin: 0 12px;
}

/* .paymentMethod__item:first-child {
    -webkit-box-flex:1;
    -ms-flex-positive:1;
    flex-grow:1
} */
.checkItem {
    position: relative;
    border-color: #0079c2;
}
.checkItem::before {
    position: absolute;
    content: "";
    background-image: url("../img/check.svg");
    width: 17px;
    height: 17px;
    border-radius: 4px;
    padding: 4px;
    background-color: #0079c2;
    right: 0;
    bottom: 0;
}
.paymentCard {
    display: block;
    width: 100%;
    background-color: var(--section-white-item-bg);
    border-radius: 0 0 16px 16px;
    /* margin-top: 24px; */
}
@media (max-width: 768px) {
    .paymentCard {
        border-radius: 0;
    }
}
.paymentCard__images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 16px;
    border: 1px solid #dee2e4;
}
.paymentCard__img {
    padding: 32px 16px;
}
.paymentCard__form {
    padding: 28px;
    padding-top: 24px;
}
.paymentCard__label {
    font-size: 12px;
    line-height: 16px;
    color: var(--label-color);
    margin-bottom: 8px;
}
.paymentCard__input {
    width: 100%;
    display: block;
    background-color: var(--input-bg);
    border: 1px solid var(--input-border);
    font-weight: 600;
    border-radius: 8px;
    padding: 15px;
}

.paymentCard__input[name="cc_cvv"] {
    padding: 15px 45px 15px 15px;
    background-image: url(/img/icon-cvv.svg);
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: center;
}

.paymentCard__input::-webkit-input-placeholder {
    color: var(--input-color);
}
.paymentCard__input::-moz-placeholder {
    color: var(--input-color);
}
.paymentCard__input:-ms-input-placeholder {
    color: var(--input-color);
}
.paymentCard__input::-ms-input-placeholder {
    color: var(--input-color);
}
.paymentCard__input::placeholder {
    color: var(--input-color);
}

.paymentCard__input + .error {
    font-size: 14px;
    margin-top: 4px;
    color: red;
}
.paymentCard__details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px;
    margin-top: 32px;
    align-items: flex-end;
}
@media (max-width: 768px) {
    .paymentCard__details {
        margin-top: 12px;
    }
}
.paymentCard__exp,
.paymentCard__code {
    width: 100%;
}

.paymentMethod__item[data-payment-type-id="2"] .paymentMethod__item--icons {
    display: none;
}

@media (max-width: 768px) {
    .paymentMethod__item {
        width: 100%;
        border-radius: 0;
        padding: 14px 14px;
        margin-bottom: -1px;
        flex-direction: row;
        align-items: center;
    }

    .paymentMethod__item:first-child {
        border-radius: 8px 8px 0 0;
    }

    .paymentMethod__item:last-child {
        border-radius: 0 0 8px 8px;
    }

    .paymentMethod__item::before {
        display: none;
    }

    .paymentMethod__item .paymentMethod__item--title {
        font-size: 12px;
        margin: 0;
        flex-grow: 1;
        justify-content: space-between;
        /* flex-grow: 1; */
        /* width: 100%; */
    }

    .paymentMethod__item[data-payment-type-id="1"]
        .paymentMethod__item--title
        img,
    .paymentMethod__item[data-payment-type-id="8"]
        .paymentMethod__item--title
        img {
        display: none;
    }

    .paymentMethod__item[data-payment-type-id="2"] .paymentMethod__item--icons {
        display: none;
    }

    .paymentMethod__item[data-payment-type-id="2"]
        .paymentMethod__item--title
        img {
        order: 2;
        width: 28px;
        margin: 0 0 0 auto;
    }

    .paymentMethod__item--icons img,
    .paymentMethod__item--icons--big img {
        max-width: 30px;
        max-height: 28px;
        margin: 0 5px;
    }
}
.thanksPage {
    max-width: 650px;
    text-align: center;
    padding: 96px 0px;
    margin: 0 auto;
}
.thanksPage__title {
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    margin-bottom: 24px;
}
.thanksPage__text {
    line-height: 24px;
    margin-bottom: 32px;
}
.thanksPage__orderInfo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 32px;
}
.thanksPage__orderTitle {
    font-size: 20px;
    font-weight: 600;
}
.thanksPage__orderNumber {
    font-size: 20px;
    font-weight: 700;
    /* color:#006099; */
    margin-left: 8px;
}
.thanksPage__btn {
    display: block;
    width: 218px;
    border-radius: 8px;
    border: 1px solid #0079c2;
    color: #0079c2;
    padding: 12px 24px;
    font-weight: 600;
    margin: 0 auto;
}
.blog__sectionTitle {
    margin-bottom: 45px;
}
.blog__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 64px;
}
.blog__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 24px;
    background-color: var(--section-white-item-bg);
}
.blog__item:nth-child(odd) .blog__img {
    border-top-left-radius: 24px;
    border-bottom-left-radius: 24px;
}
.blog__item:nth-child(even) .blog__img {
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
}
.blog__item:nth-child(even) .blog__textBox {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}
.blog__img {
    width: 48%;
    -o-object-fit: cover;
    object-fit: cover;
}
.blog__textBox {
    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;
    padding: 48px;
}
.blog__title {
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 18px;
}
.blog__details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    margin-bottom: 24px;
}
.blog__author {
    font-weight: 600;
    color: #0079c2;
    border-bottom: 1px solid #0079c2;
}
.blog__date {
    color: #656e73;
}
.blog__description {
    margin-bottom: 24px;
}
.blog__readMore {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    color: var(--transparent-btn-color);
    border: 1px solid var(--transparent-btn-border);
    padding: 12px 24px;
    margin: 0 0 0 auto;
    -ms-flex-item-align: end;
    align-self: flex-end;
}
.blog__readMore svg path {
    fill: var(--svg-fill);
}
.recentPost {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 24px;
    margin-top: 25px;
}

.recentPost__item {
    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;
    width: 32%;
    border-radius: 24px;
    background-color: var(--section-white-item-bg);
}
.recentPost__img {
    width: 100%;
    height: 205px;
    -o-object-fit: cover;
    object-fit: cover;
    border-top-right-radius: 24px;
    border-top-left-radius: 24px;
    margin-bottom: 16px;
}
.recentPost__textBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0px 24px 24px 24px;
}
.recentPost__title {
    margin-bottom: 8px;
}
.recentPost__description {
    color: #7c8489;
    margin-bottom: 16px;
}
.recentPost__readMore {
    font-weight: 600;
    color: #0079c2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: end;
    align-self: flex-end;
}
.recentPost__readMore span {
    border-bottom: 2px solid #0079c2;
}
.recentPost__readMore span:hover {
    border-color: #159aeb;
}
.recentPost__readMore:hover svg path {
    fill: #159aeb;
}
.recentPost__readMore svg path:hover {
    fill: #159aeb;
}
.recentPost__readMore:hover {
    color: #159aeb;
}
.recentPostWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.recentPostWrap__seeMoreLink {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    color: #0079c2;
    font-weight: 600;
}
.recentPostWrap__seeMoreLink span {
    border-bottom: 2px solid #0079c2;
}
.article {
    position: relative;
}
.article__wrapper {
    max-width: 871px;
    margin: 0 auto;
}
.article__arrowBack {
    position: absolute;
    top: 0;
    left: 0;
}
.article__btnBack {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    color: #0079c2;
    font-weight: 600;
    margin-top: 32px;
}
.article__details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    color: #656e73;
    margin-bottom: 24px;
}
.article__author span {
    font-weight: 600;
    color: #0079c2;
    border-bottom: 1px solid #0079c2;
    margin-left: 8px;
}
.article__description {
    display: block;
}
.article__img {
    width: 100%;
    border-radius: 24px;
    margin: 44px 0;
}
.article__textBox p {
    margin-bottom: 20px;
}
.article__textBox h2,
.article__textBox h3 {
    margin-bottom: 20px;
}
.article__textBox h4,
.article__textBox h5 {
    margin-bottom: 18px;
}
.article__textBox h2 {
    font-size: 26px;
}
.article__textBox h3 {
    font-size: 24px;
}
.article__textBox h4 {
    font-size: 20px;
}
.article__textBox h5 {
    font-size: 16px;
}
.article__textBox ul,
.article__textBox ol {
    margin-bottom: 24px;
    margin-left: 35px;
}
.article__textBox ul li + li,
.article__textBox ol li + li {
    margin-top: 9px;
}
.brands {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px;
    margin: 64px 0;
}
.contactIntro {
    min-height: 384px;
    height: 385px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 24px;
    background: #0079c2;
}
.contactIntro__textBox {
    width: 40%;
    padding: 56px;
}
.contactIntro__img {
    width: 60%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
    position: relative;
}
.contactIntro__img::before {
    position: absolute;
    content: "";
    width: 100px;
    height: 100%;
    background: var(
        --gradient-blue,
        linear-gradient(90deg, #0079c2 2.25%, rgba(0, 121, 194, 0) 99.85%)
    );
}
.contactIntro__title {
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    color: #fff;
    margin-bottom: 24px;
}
.contactIntro__text {
    font-size: 20px;
    font-weight: 600;
    line-height: 32px;
    color: #e8f6ff;
    margin-bottom: 32px;
}
.contact__formBox {
    border-radius: 24px;
    background: var(--section-white-item-bg);
    padding: 48px;
    margin-top: 48px;
}
.contact__title {
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 32px;
}
.contact__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 24px;
}
.contact__block {
    width: 48%;
}
.contact__block .error,
.auth-form .error {
    color: #ff3860;
    font-size: 9px;
    /* height: 13px; */
    padding-bottom: 10px;
    display: block;
    font-size: 13px;
}

.contact__blockTextarea {
    width: 100%;
}
.contact__blockTextarea .error {
    color: #ff3860;
    font-size: 9px;
    height: 13px;
}
.contact__label {
    display: block;
    font-size: 12px;
    color: var(--label-color);
    margin-bottom: 8px;
}
.contact__input {
    width: 100%;
    display: block;
    background-color: var(--input-bg);
    border: var(--input-border) 1px solid;
    font-weight: 600;
    border-radius: 8px;
    padding: 8px;
    resize: none;
}
.contact__input::-webkit-input-placeholder {
    color: var(--input-color);
}
.contact__input::-moz-placeholder {
    color: var(--input-color);
}
.contact__input:-ms-input-placeholder {
    color: var(--input-color);
}
.contact__input::-ms-input-placeholder {
    color: var(--input-color);
}
.contact__input::placeholder {
    color: var(--input-color);
}
.contact__block.success input {
    border-color: 1px #09c372 solid;
}
.contact__block.error input {
    border: 1px #ff3860 solid;
}
.contact__block.success textarea {
    border-color: 1px #09c372 solid;
}
.contact__block.error textarea {
    border: 1px #ff3860 solid;
}
.captcha {
    width: 300px;
    height: 80px;
    background-color: #c2c2c2;
}
.mailToUs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 32px;
    border-radius: 24px;
    background: var(--section-white-item-bg);
    padding: 48px;
    margin-top: 48px;
}
.mailToUs__text {
    display: block;
    width: 70%;
    font-size: 20px;
    font-weight: 600;
    line-height: 32px;
}
.mailToUs__link {
    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;
    gap: 24px;
    width: 35%;
    font-size: 20px;
    font-weight: 700;
    line-height: 32px;
    color: var(--transparent-btn-color);
    border-radius: 8px;
    border: 1px solid var(--transparent-btn-border);
    padding: 24px;
}
.mailToUs__link svg path {
    fill: var(--svg-fill);
}
.about__wrapper {
    max-width: 871px;
    margin: 0 auto;
}
.about__sectionTitle {
    margin-bottom: 25px;
}
.about__subtitle {
    font-weight: 700;
    margin-top: 48px;
    margin-bottom: 16px;
}
.about__text + .about__text {
    margin-top: 16px;
}
.about__img {
    width: 100%;
    max-height: 384px;
    border-radius: 24px;
    -o-object-fit: cover;
    object-fit: cover;
    margin-top: 48px;
}
.breadcrumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin: 15px 0px 0;
}
.breadcrumb-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 5px;
    margin-bottom: 10px;
}
.breadcrumb-item:first-child {
    padding-bottom: 3px;
}
.breadcrumb-item + .breadcrumb-item {
    margin-left: 16px;
    position: relative;
}
.breadcrumb-item + .breadcrumb-item::before {
    position: absolute;
    content: "";
    background-image: url("../img/arrow-right.svg");
    background-size: contain;
    background-position: center;
    width: 12px;
    height: 12px;
    left: -16px;
}
.breadcrumb-item a:hover {
    color: #0079c2;
}
.notFound {
    text-align: center;
    margin-top: 120px;
    margin-bottom: 62px;
}
.notFound__img {
    width: 100%;
    max-width: 647px;
    margin-bottom: 40px;
}
.notFound__title {
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 24px;
}
.notFound__text {
    max-width: 647px;
    font-size: 20px;
    font-weight: 600;
    line-height: 32px;
    margin: 0 auto;
    margin-bottom: 40px;
}
.notFound__btn {
    width: 264px;
    border-radius: 8px;
    font-weight: 600;
    color: #fff;
    background: #0079c2;
    padding: 12px 24px;
    margin: 0 auto;
}
.packBox {
    border-radius: 24px;
    background: var(--section-white-item-bg);
    padding: 24px;
    margin-top: 48px;
}
.packBox__wrap {
    border-bottom: 1px solid #dee2e4;
    padding: 48px 0px;
}
.packBox__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 48px;
}
.packBox__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 48px;
}
.packBox__list {
    color: #656e73;
}
.packBox__list li {
    list-style: none;
}
.packBox__list li + li {
    margin-top: 16px;
}
.packBox__priceBlock .productPage__isStock,
.packBox__priceBlock .productPage__isUnavialable {
    margin-top: 0;
    margin-bottom: 20px;
}
.packBox__number {
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
}
.packBox__counter {
    width: 100%;
}
.packBox__btn {
    max-width: 224px;
}
.testimonials {
    border-radius: 24px;
    background: var(--section-white-item-bg);
    padding: 48px;
    margin-top: 48px;
}
.testimonials__title {
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    margin-bottom: 24px;
}
.testimonials__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 15px;
    border-bottom: 1px solid #dee2e4;
    padding: 48px 0px;
}
.testimonials__itemLeft {
    width: 25%;
}
.testimonials__itemCenter {
    width: 40%;
}
.testimonials__itemRight {
    width: 35%;
}
.testimonials__name {
    font-size: 20px;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 24px;
}
.testimonials__reviews,
.testimonials__age {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 16px;
    gap: 24px;
}
.testimonials__starsBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    margin-bottom: 24px;
}
.testimonials__theme {
    margin-bottom: 16px;
}
.testimonials__partTitle {
    color: #3d4246;
}
.testimonials__partCount {
    font-weight: 700;
}
.testimonials__date {
    color: #3d4246;
}
.testimonials__theme {
    font-weight: 700;
}
.testimonials__rateName {
    font-weight: 700;
}
.testimonials__rateItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px;
    border-bottom: 1px solid #c4cacd;
    padding: 16px 0px;
}
.testimonials__moreBtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 200px;
    border-radius: 8px;
    color: #0079c2;
    font-weight: 600;
    border: 1px solid #0079c2;
    padding: 12px 24px;
    margin: 0 auto;
    margin-top: 48px;
}
.testimonials__rateList {
    margin-top: 24px;
}
.addReview {
    border-radius: 24px;
    background: var(--section-white-item-bg);
    padding: 48px;
    margin-top: 48px;
}
.addReview__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
}
.addReview__left,
.addReview__right {
    width: 48%;
}
.addReview__title {
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    margin-bottom: 24px;
}
.addReview__partTitle {
    color: #3d4246;
}
.addReview__inputWrap {
    margin-top: 24px;
}
.addReview__label {
    display: block;
    font-size: 12px;
    color: var(--label-color);
    margin-bottom: 8px;
    padding-left: 8px;
}
.addReview__input {
    width: 100%;
    display: block;
    background-color: var(--input-bg);
    border: 1px solid var(--input-border);
    font-weight: 600;
    border-radius: 8px;
    padding: 8px;
    resize: none;
}
.addReview__input::-webkit-input-placeholder {
    color: var(--input-color);
}
.addReview__input::-moz-placeholder {
    color: var(--input-color);
}
.addReview__input:-ms-input-placeholder {
    color: var(--input-color);
}
.addReview__input::-ms-input-placeholder {
    color: var(--input-color);
}
.addReview__input::placeholder {
    color: var(--input-color);
}
.addReview__captcha {
    margin-top: 24px;
}
.addReview__sendBtn {
    min-width: 264px;
    font-weight: 600;
    color: #fff;
    border-radius: 8px;
    background: #0079c2;
    padding: 24px 24px;
    margin-top: 24px;
    -webkit-transition: background 0.3s linear;
    -o-transition: background 0.3s linear;
    transition: background 0.3s linear;
}
.addReview__sendBtn:hover {
    background: #28a6f5;
}
.rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.rating-item {
    -webkit-clip-path: polygon(
        50% 0%,
        61% 35%,
        98% 35%,
        68% 57%,
        79% 91%,
        50% 70%,
        21% 91%,
        32% 57%,
        2% 35%,
        39% 35%
    );
    clip-path: polygon(
        50% 0%,
        61% 35%,
        98% 35%,
        68% 57%,
        79% 91%,
        50% 70%,
        21% 91%,
        32% 57%,
        2% 35%,
        39% 35%
    );
    width: 20px;
    height: 20px;
    background-color: #a5a5a5;
    border: 2px solid #a5a5a5;
    cursor: pointer;
}
.rating-item.active {
    background-color: #f9a400;
}
@media (max-width: 1295px) {
    .tabs__item.active .productCard {
        width: 45%;
    }
}
@media (max-width: 1150px) {
    .productPage__imgWrap {
        width: 33%;
        border-radius: 20px;
    }
    .productPage__info {
        width: 55%;
    }
    .productPage__itemOption .paymentImg {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
@media (max-width: 1070px) {
    .contactInfo__block.outStock {
        width: 100%;
    }
    .packBox__title {
        margin-bottom: 24px;
    }
    .packBox__wrap {
        padding: 24px 0px;
    }
    .packBox__item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .bestsellers .productCard {
        width: 30%;
    }
    .bestsellers .productCard__discount {
        display: none;
    }
    .bestsellers .productCard__discount.mobile {
        display: block;
        padding: 8px 12px;
    }
    .wrapper {
        width: 55%;
    }
    .order__boxWrapper {
        width: 43%;
    }
    .order__box {
        width: 100%;
    }
    .article__arrowBack {
        display: none;
    }
    .whyUs__reasons {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .whyUs__reason {
        width: 48%;
    }
    .benefits__reasons {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .benefits__reason {
        width: 48%;
    }
}
@media (max-width: 983px) {
    .outStockSection__btns {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .tabs__item.active .productCard {
        width: 75%;
    }
    .footer__topCategoryBox,
    .footer__topBrandBox,
    .footer__usefulLinksBox,
    .footer__detailsBox {
        width: 50%;
        margin-bottom: 15px;
    }
}
@media (max-width: 890px) {
    .header__mainSection,
    .header__freeSection {
        display: none;
    }
    .header__currency,
    .header__lang {
        -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;
        gap: 1px;
        position: relative;
    }
    .header__langBox,
    .header__currencyBox {
        display: block;
        position: relative;
        background-color: rgba(0, 0, 0, 0);
        padding: 0px 0px;
        border: none;
        border-radius: 0px;
        top: 0px;
    }
    .catList {
        max-height: 0;
        -webkit-transition: 0.5s ease-in-out;
        -o-transition: 0.5s ease-in-out;
        transition: 0.5s ease-in-out;
        overflow: hidden;
    }
    .open {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 20px;
    }
    .overlay {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -webkit-backdrop-filter: blur(8px);
        backdrop-filter: blur(8px);
        background-color: rgba(0, 0, 0, 0.6);
        z-index: 1;
    }
    .header {
        position: relative;
    }
    .header__categories {
        display: none;
    }
    .header__burger {
        display: block;
    }
    .header__mobileWrap {
        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;
        height: 100%;
    }
    .header__mobile {
        position: absolute;
        width: 50%;
        color: #fff;
        background: #002d48;
        padding: 20px 16px;
        left: 0;
        top: 0;
        z-index: 999;
        /* height:100vh; */
        overflow-y: auto;
        height: 100vh;
        height: var(--app-height);
    }
    .header__mobile .header__categories {
        max-width: 240px;
        background-color: var(--transparent-btn-bg);
        margin-bottom: 24px;
        display: block;
    }
    .header__mobile .header__categories a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 15px;
    }
    .header__mobile .header__menu ul {
        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-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 0px;
    }
    .header__mobile .header__menu li {
        width: 100%;
        border-bottom: 1px solid #004671;
        padding: 12px 0px;
    }
    .header__mobile .header__currency,
    .header__mobile .header__lang,
    .header__mobile .header__phone {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 12px 0px;
        color: #fff;
    }
    .header__mobile .header__currency,
    .header__mobile .header__lang {
        border-bottom: 1px solid #004671;
    }
    .header__mobileLogo {
        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;
        margin-bottom: 24px;
    }
    .header__mobileBottom {
        width: 70%;
    }
}
@media (max-width: 825px) {
    .bestsellers .productCard {
        width: 45%;
    }
    .productPage .productCard__priceBox {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .mobileTabs {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 15px 0px;
    }
    .mobileTabs__title {
        font-size: 16px;
        line-height: 16px;
    }
    .mobileTabs:hover {
        color: #0079c2;
    }
    .tabs__nav {
        position: absolute;
        -webkit-transition: -webkit-transform 0.3s ease-in-out;
        transition: -webkit-transform 0.3s ease-in-out;
        -o-transition: transform 0.3s ease-in-out;
        transition: transform 0.3s ease-in-out;
        transition: transform 0.3s ease-in-out,
            -webkit-transform 0.3s ease-in-out;
        transition: transform 0.3s ease-in-out,
            -webkit-transform 0.3s ease-in-out;
    }
    .tabs__nav.closed {
        -webkit-transform: translateX(-110%);
        -ms-transform: translateX(-110%);
        transform: translateX(-110%);
    }
    .tabs__arrow {
        cursor: pointer;
        -webkit-transition: -webkit-transform 0.3s ease-in-out;
        transition: -webkit-transform 0.3s ease-in-out;
        -o-transition: transform 0.3s ease-in-out;
        transition: transform 0.3s ease-in-out;
        transition: transform 0.3s ease-in-out,
            -webkit-transform 0.3s ease-in-out;
        transition: transform 0.3s ease-in-out,
            -webkit-transform 0.3s ease-in-out;
    }
    .tabs__arrow.opened {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    .cartProduct__name {
        font-size: 16px;
        line-height: 24px;
    }
    .cart__table tbody td {
        padding: 25px 0px 12px 25px;
    }
    .cartProduct__priceBox {
        gap: 15px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .cartProduct__totalPrice {
        /* margin-left: auto; */
    }
    .progressBar__cartWrap {
        width: 52%;
    }
    .tabs {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        gap: 12px;
        width: 100%;
    }
    .tabs__nav {
        width: 14%;
        min-width: 240px;
    }
    .tabs__content {
        width: 100%;
    }
    .tabs__item.active .productCard {
        width: 45%;
    }
    .addReview__form {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .addReview__left,
    .addReview__right {
        width: 100%;
    }
    .testimonials__title {
        font-size: 24px;
        font-weight: 700;
        line-height: 32px;
        margin-bottom: 0;
    }
    .testimonials__item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 24px 0px;
    }
    .testimonials__itemLeft,
    .testimonials__itemCenter,
    .testimonials__itemRight {
        width: 100%;
    }

    .productPage .mobileTitle,
    .productPage .mobileRate {
        display: block;
    }
    .productPage .mobileTitle {
        margin-bottom: 0;
    }
    .productPage__itemOption .paymentImg {
        gap: 8px;
        margin-left: 0;
    }
    .productPage__itemOption .paymentImg img {
        width: 36px;
    }
    .productPage .productCard__price {
        font-size: 32px;
        font-weight: 700;
        line-height: 40px;
    }
    .productPage__nameBox {
        display: none;
    }
    .productPage__wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 20px;
        gap: 14px;
    }
    .productPage__inside {
        flex-wrap: wrap;
        gap: 14px;
    }
    .productPage__imgWrap {
        width: 100%;
    }
    .productPage__info {
        width: 100%;
    }
    .wrapper {
        width: 45%;
    }
    .order__boxWrapper {
        width: 53%;
    }
}
@media (max-width: 729px) {
    .step__btn.next.checkout {
        font-size: 20px;
        margin-top: 0;
    }
    /* .order__boxTermsMob {
        display: block;
    } */
    /* .order__boxTerms {
        display: none;
    } */
    .cookiesModal__btn {
        width: 80%;
    }
    .header__bottomSection .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 15px;
    }
    .header__search {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    .order__totalMobile {
        display: block;
        margin-top: 16px;
    }
    /* .order__totalMobile .order__btn {
        display:block
    } */
    /* .order__btn {
        display:none
    } */
    .order__btn.mobile {
        display: block;
    }
    .shippingPage {
        -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
        margin-top: 16px;
    }
    .wrapper {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        width: 100%;
    }
    .order__boxWrapper {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 100%;
    }
    .contactInfo__block {
        width: 45%;
    }
    .thanksPage {
        padding: 20px 0px;
    }
    .thanksPage__title {
        font-size: 24px;
        font-weight: 700;
        line-height: 32px;
        margin-bottom: 24px;
    }
    .recentPost {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .recentPost__item {
        width: 48%;
    }
    .whyUs__reasons,
    .benefits__reasons {
        gap: 16px;
    }
    .whyUs__reason,
    .benefits__reason {
        width: 100%;
    }
    .brands {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 12px;
    }
    .mainIntro__btn {
        margin: 0 auto;
        margin-top: 20px;
    }
    .contactIntro,
    .mainIntro {
        min-height: 100%;
        height: 100%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        border-radius: 24px;
        background: #0079c2;
        margin-top: 48px;
    }
    .contactIntro__textBox,
    .mainIntro__textBox {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        width: 100%;
        padding: 16px;
        text-align: center;
    }
    .contactIntro__img,
    .mainIntro__img {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 100%;
        height: 155px;
        border-top-right-radius: 24px;
        border-top-left-radius: 24px;
        border-bottom-right-radius: 0px;
        position: relative;
    }
    .contactIntro__img::before,
    .mainIntro__img::before {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        background: -o-linear-gradient(
            bottom,
            #0079c2 0%,
            rgba(0, 121, 194, 0) 100%
        );
        background: -webkit-gradient(
            linear,
            left bottom,
            left top,
            from(#0079c2),
            to(rgba(0, 121, 194, 0))
        );
        background: linear-gradient(
            0deg,
            #0079c2 0%,
            rgba(0, 121, 194, 0) 100%
        );
        bottom: -5px;
    }
    .contactIntro__title,
    .mainIntro__title {
        font-size: 24px;
        font-weight: 700;
        line-height: 32px;
        margin-bottom: 8px;
    }
    .contactIntro__text,
    .mainIntro__text {
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        margin-bottom: 0px;
    }
    .contact__formBox {
        padding: 16px;
        margin-top: 32px;
    }
    .contact__title {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 16px;
    }
    .contact__wrapper {
        gap: 16px;
    }
    .contact__block {
        width: 100%;
    }
    .captcha {
        width: 100%;
    }
    .step__btns {
        -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
        gap: 32px;
        margin-top: 32px;
    }
    .step__btn.prev {
        border: none;
    }
    .step__btn {
        width: 100%;
    }
    .mailToUs {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 24px;
        background: rgba(0, 0, 0, 0);
        padding: 0px;
        margin-top: 32px;
    }
    .mailToUs__text {
        color: #3d4246;
        width: 100%;
        font-size: 16px;
        line-height: 24px;
    }
    .mailToUs__link {
        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;
        gap: 10px;
        width: 100%;
        font-size: 16px;
        font-weight: 600;
        line-height: 24px;
        color: #fff;
        background-color: #0079c2;
        border: 1px solid #0079c2;
        padding: 12px;
    }
    .mailToUs__link svg path {
        fill: #fff;
    }
}
@media (max-width: 700px) {
    .contactInfo__block.delivery {
        width: 100%;
    }
    .productDescription__buttons {
        display: none;
    }
    .productDescription__content {
        width: 100%;
    }
    .cart__table tbody td:nth-child(1) {
        max-width: 48px;
        /* min-width: 20%; */
        /* width: 19%; */
    }
    .cartProduct__img {
        width: 48px;
        height: 48px;
        border-radius: 15px;
    }
    .cart__table tbody td {
        padding: 10px 0px 10px 0px;
    }
    .cartProduct__totalPrice {
        font-size: 16px;
    }
    .tabs {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .tabs__nav,
    .tabs__content {
        width: 100%;
    }
    .tabs__item .productCards {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 10px;
        margin-bottom: 56px;
    }
    .tabs__item .productCards .productCard {
        width: 48%;
        min-width: 160px;
    }
    .productCard__priceBox {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 6px;
        margin: 10px 0px 10px;
    }
    .productCard__title {
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        margin-bottom: 8px;
    }
    .productCard__details {
        padding: 8px;
    }
    .productCard__price {
        font-size: 16px;
        font-weight: 700;
        line-height: 24px;
    }
    .categoryDescription {
        background: rgba(0, 0, 0, 0);
        padding: 2px;
    }
    .categoryDescription__title {
        font-size: 24px;
        font-weight: 700;
        line-height: 32px;
    }
    .categoryDescription__subtitle {
        font-size: 16px;
        font-weight: 700;
        line-height: 24px;
    }
}
@media (max-width: 650px) {
    .addReview {
        padding: 24px;
    }
    .addReview__title {
        font-size: 29px;
        margin-bottom: 3px;
    }
    .progressBar__wrap {
        width: 96%;
    }
    .progressBar__cartWrap {
        width: 100%;
    }
    #back-to-top {
        display: none !important;
    }
    .productCard__priceBoxWrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .select__current .select__itemName,
    .select__current .select__itemPrice {
        font-size: 15px;
    }
    .select__itemPrice {
        font-size: 15px;
    }
    .select {
        padding: 9px 6px;
    }
    .select__current {
        padding-right: 15px;
        padding-left: 39px;
    }
    .orderModal__btns {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .cart__table th {
        display: none;
    }
    .cart__table tr {
        position: relative;
        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;
        gap: 0px 20px;
        justify-content: space-between;
    }
    .cart__table td:nth-child(1) {
        width: 20%;
    }
    .cart__table td:nth-child(2) {
        width: calc(100% - 68px);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .cart__table td:nth-child(3) {
        width: calc(50% - 10px);
    }
    .cart__table td:nth-child(4) {
        width: 55%;
    }
    .cart__table td:nth-child(5) {
        width: calc(40% - 10px);
    }
    .cart__table td:nth-child(6) {
        /* position: absolute; */
        /* top: -36px; */
        /* right: 0; */
    }
    .cart__mobileItem {
        width: 100%;
        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;
        border-bottom: 1px solid #dee2e4;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 22px 10px;
        position: relative;
        padding: 20px 16px;
    }
    .cart__mobileIcon {
        position: absolute;
        right: 0;
        top: 0;
    }
    .cart__mobileDetails,
    .cart__mobileTotalDetails {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        gap: 8px;
    }
    .cart__mobileDetails {
        width: 80%;
    }
    .cart__mobileTotalDetails {
        width: 100%;
    }
    .cart__mobileCounter.counter {
        min-width: 170px;
    }
    .getInTouch,
    .whyUs,
    .benefits,
    .bestsellers,
    .welcomeToUs {
        margin-top: 48px;
    }
    .getInTouch__sectionTitle,
    .whyUs__sectionTitle,
    .benefits__sectionTitle,
    .bestsellers__sectionTitle,
    .welcomeToUs h2 {
        font-size: 20px;
        font-weight: 700;
        line-height: 32px;
        margin-bottom: 16px;
    }
    .getInTouch__text {
        margin-bottom: 16px;
    }
    .getInTouch__mail {
        font-size: 16px;
        line-height: 24px;
        color: #0079c2;
    }
    .shipping__title {
        margin-bottom: 24px;
    }
    .shipping__typeTitle,
    .shipping__price {
        font-size: 16px;
    }
    .paymentCard__form {
        padding: 0px 28px;
    }
    .blog__items {
        display: none;
    }
}
@media (max-width: 600px) {
    .select__itemBtn::after {
        /* top: calc(50% - 1px); */
    }
    .select__itemBtn::before {
        /* top: calc(50% - 7px); */
    }
    .select__current {
        width: 89%;
    }
    .select__itemName {
        width: 70%;
    }
    .productName {
        display: block;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        width: 95%;
        white-space: nowrap;
        overflow-x: hidden;
    }
    .cartProduct__promo .errorPromo,
    .cartProduct__promo .successPromo {
        font-size: 14px;
        margin-top: 10px;
    }
    .addToCartModal {
        top: 106px;
    }
    .productPage .productCard__priceBox {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .cart__table td:nth-child(4) {
        width: calc(50% - 10px);
        display: none;
    }
    .cart__table td:nth-child(5) {
        width: calc(40% - 10px);
        /* display: none; */
    }
    .header__mobile {
        width: 75%;
    }
    .header__mobileBottom {
        width: 100%;
    }
    .packBox .decrement,
    .packBox .increment {
        padding-left: 12px;
        padding-right: 12px;
    }
    .packBox__item {
        gap: 16px;
    }
    .packBox__title {
        margin-bottom: 16px;
    }
    .packBox__wrap {
        padding: 16px 0px;
    }
    .packBox__btn {
        max-width: 100%;
    }
    .addReview__sendBtn {
        width: 100%;
    }
    .productPage__dosageBtns {
        gap: 1px;
    }

    .productPage__dosage {
        padding: 0 22px;
        position: relative;
        z-index: 20;
        -webkit-transform: translateY(2px);
        -ms-transform: translateY(2px);
        transform: translateY(2px);
    }
    .productPage__dosageBtn {
        padding: 6px 6px;
        height: 55px !important;
        font-weight: 600;
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .productPage__shortDescBox {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .mainIntro__btn {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
    }
    .order__name {
        max-width: 110px;
    }
    .check {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .check__list {
        margin-left: 44px;
    }
    .blog__sectionTitle {
        font-size: 20px;
        font-weight: 700;
        line-height: 32px;
        margin-bottom: 16px;
    }
    .article__sectionTitle {
        font-size: 20px;
        font-weight: 700;
        line-height: 32px;
        margin-bottom: 16px;
    }
    .article__img {
        margin: 24px 0;
    }
    .article__textBox h2,
    .article__textBox h3 {
        margin-bottom: 16px;
    }
    .article__textBox h4,
    .article__textBox h5 {
        margin-bottom: 13px;
    }
    .article__textBox h2 {
        font-size: 18px;
    }
    .article__textBox h3,
    .article__textBox h4,
    .article__textBox h5 {
        font-size: 16px;
    }
    .article__textBox ul,
    .article__textBox ol {
        margin-bottom: 16px;
        margin-left: 25px;
    }
    .contactInfo__block {
        width: 100%;
    }
    .cart__box {
        /* margin-top: 16px; */
    }
    /* .step__btn.prev {
        display:none
    } */
    .recentPost {
        margin-top: 0;
    }
    .recentPost__item {
        width: 100%;
    }
    .recentPostWrap {
        margin-top: 24px;
        margin-bottom: 24px;
    }
    .recentPostWrap__headTitle {
        font-size: 24px;
        font-weight: 700;
        line-height: 32px;
    }
    .recentPostWrap__seeMoreLink {
        display: none;
    }
    .howOrder .whyUs__reason {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-radius: 8px;
        background-color: var(--section-item-bg);
        gap: 16px;
        padding: 8px;
    }
    .howOrder .whyUs__textWrap {
        text-align: left;
    }
    .whyUs__img svg,
    .benefits__img svg {
        width: 64px;
        height: 64px;
    }
    .whyUs__title,
    .benefits__title {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 6px;
    }
    .whyUs__text,
    .benefits__text {
        font-size: 12px;
        line-height: 16px;
    }
    .whyUs__img {
        margin-bottom: 16px;
    }
    .whyUs__reason {
        /* text-align:center; */
        background-color: var(--section-white-item-bg);
        padding: 16px 8px;
    }
    .benefits__img {
        margin-bottom: 0;
    }
    .benefits__reason {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-radius: 8px;
        background-color: var(--section-item-bg);
        gap: 16px;
        padding: 8px;
    }
    .benefits__textWrap {
        text-align: left;
    }
    .footer__topCategoryBox,
    .footer__topBrandBox,
    .footer__usefulLinksBox,
    .footer__detailsBox {
        width: 100%;
        margin-bottom: 20px;
    }
    .footer .list-mobile {
        max-height: 0;
        -webkit-transition: 0.5s ease-in-out;
        -o-transition: 0.5s ease-in-out;
        transition: 0.5s ease-in-out;
        overflow: hidden;
    }
    .footer .linksTitle {
        position: relative;
    }
    .footer .linksTitle::before {
        position: absolute;
        content: "";
        background-image: url("../img/arrow-down.svg");
        width: 28px;
        height: 24px;
        right: 0;
        -webkit-transition: -webkit-transform 0.3s ease;
        transition: -webkit-transform 0.3s ease;
        -o-transition: transform 0.3s ease;
        transition: transform 0.3s ease;
        transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    }
    .footer .linksTitle.open::before {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}
@media (max-width: 510px) {
    .bestsellers .productCard__discount.mobile {
        padding: 5px 10px;
        font-size: 15px;
    }
    .bestsellers__products {
        gap: 14px;
    }
    .bestsellers .productCard {
        width: 48%;
    }
    .cartModal {
        min-width: 300px;
    }
    .cartProduct__promoBtn {
        width: 106px;
    }
    .cartProduct__promo {
        width: 100%;
    }
}
@media (max-width: 410px) {
    .productCard__orderBtn {
        padding: 12px 12px;
    }
    .cart__table tr {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .cart__table td:nth-child(3) {
        width: 55%;
    }
    .cart__table td:nth-child(4) {
        width: 38%;
    }
    .cart__table td:nth-child(6) {
        /* top: -36px; */
    }
    .cartModal {
        right: -30px;
    }
    .tabs__item .productCards {
        gap: 5px;
    }
    .tabs__item .productCards .productCard {
        width: 48%;
        min-width: 160px;
    }
}
@media (max-width: 380px) {
    .container {
        padding: 0 11px;
    }
    .bestsellers__products {
        gap: 10px;
    }
    .bestsellers .productCard {
        width: 47%;
    }
    .cartProduct__promoForm {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .cartProduct__promoForm::before {
        top: 6px;
    }
    .cart__table td:nth-child(3) {
        width: 50%;
    }
    .cart__table td:nth-child(4) {
        width: 35%;
    }
    .header__imgSection {
        display: none;
    }
    .header__clientCorner {
        gap: 12px;
    }
    .tabs__item .productCards {
        gap: 5px;
    }
    .tabs__item .productCards .productCard {
        width: 48%;
        min-width: 160px;
    }
}

@media (max-width: 768px) {
    .hide-mobile {
        display: none;
    }
}

@media (min-width: 769px) {
    .hide-desktop {
        display: none;
    }
}

.hidden {
    display: none;
}

.order-sidebar-alert {
    background: #159aeb;
    padding: 14px;
    color: #fff;
    margin-bottom: 14px;
}

.order-sidebar-alert__title {
    font-weight: 600;
    margin-bottom: 6px;
}

.order-sidebar-alert__text {
    font-size: 15px;
}

.order-sidebar-shipping {
    display: block;
    margin-bottom: 14px;
}

.order-sidebar-shipping__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 14px;
}

.order-sidebar-shipping__edit {
    width: 32px;
    height: 32px;
    background: url(/img/edit-icon.png) no-repeat;
    cursor: pointer;
}

.order-sidebar-shipping__edit:hover {
    opacity: 0.75;
}

.order-sidebar-shipping__address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #ccc;
    padding: 14px 0;
    font-size: 15px;
    flex-direction: column;
}

.order-sidebar-shipping__name {
    padding-right: 14px;
    /* width: 40%; */
    -ms-flex-negative: 0;
    flex-shrink: 0;
    word-break: break-all;
    font-weight: 600;
    margin-bottom: 3px;
}

@media (max-width: 768px) {
    .order-sidebar-shipping__address {
        flex-wrap: wrap;
    }
    .order-sidebar-shipping__name {
        width: 100%;
        font-weight: 600;
        margin-bottom: 8px;
    }
}

.order__table .order__dosage,
.order__table .order__package,
.order__table .order__quantity {
    font-size: 13px;
    white-space: nowrap;
    padding: 0 2px;
    /* color: #989898; */
}

.order__table .order__quantity {
    margin-left: auto;
    /* width: 100%; */
}

.order__table .order__price {
    font-size: 14px;
    white-space: nowrap;
}

.order__price--discount {
    color: red;
    text-decoration: line-through;
    font-size: 12px;
    /* margin-right: 6px; */
}

.order__table .order__price {
    position: relative;
    padding: 0 6px;
    /* display: flex; */
    /* align-items: center; */
}

.order__table .order-box__discount {
    position: absolute;
    bottom: 12px;
    right: 0;
    background: #ba0e9e;
    border-radius: 8px;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    padding: 3px 7px;
}

.order__summary {
    margin-top: 14px;
}

.order__summary p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 8px;
}

.order__summary .order__summary--voucher b {
    color: green;
}

.order__summary p:last-child {
    font-weight: bold;
    font-size: 19px;
}

.order-table-product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #ccc;
    padding: 8px 0;
    position: relative;
}

.order-table-product__icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 6px;
    position: relative;
}

.order-table-product__info {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-left: 6px;
}

.order-table-product .order__row {
    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;
    padding-bottom: 8px;
    /* font-size: 14px; */
    flex-wrap: wrap;
}

.order-table-product .cartProduct__deleteIcon {
    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;
    margin-right: auto;
}

.order-table-product .cartProduct__deleteIcon svg {
    width: 17px;
    height: 17px;
}

.order-table-product .cartProduct__deleteIcon svg path {
    fill: #ccc;
}

.order-table-product .cartProduct__deleteIcon:hover svg path {
    fill: red;
}

@media (max-width: 768px) {
    .order-table-product .order__row {
        justify-content: start;
    }
    .order__table .order__quantity {
        width: 100%;
    }
}
.order__terms {
    font-size: 16px;
    margin-top: 12px;
    line-height: 1.5;
}

.order__terms a {
    font-weight: 600;
    color: #0079c2;
}
.order__terms a:hover {
    text-decoration: underline;
}

.order__summary .info {
    color: #8a8a8a;
    font-size: 14px;
}

.order-checkbox {
    cursor: pointer;
}

.order-checkbox input {
    opacity: 0;
    position: absolute;
    width: 0;
    height: 0;
    z-index: -1000;
    visibility: hidden;
    pointer-events: none;
}

.order-checkbox__label {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.order-checkbox__label::before {
    content: "";
    width: 26px;
    height: 26px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border: 1px solid #0079c2;
    border-radius: 6px;
    margin-right: 12px;
}

.order-checkbox input:checked + .order-checkbox__label::before {
    background: #0079c2 url("../img/check.svg") no-repeat center;
}

.shippingPage .cart__box {
    margin: 0 0 25px 0;
}

.checkout-cart-table {
    width: 100%;
}

.checkout-cart-table th {
    font-weight: 300;
    color: #abb2b7;
    text-align: left;
    padding: 0 8px 12px 0px;
    font-size: 14px;
}

.checkout-cart-table th.text-center {
    text-align: center;
}

.checkout-cart-table td {
    padding-right: 12px;
    padding-bottom: 12px;
    vertical-align: top;
}

.checkout-cart-table td:last-child {
    padding-right: 0;
}

.checkout-cart-table tr:last-child td {
    padding-bottom: 0;
}

.checkout-cart-table .cartProduct__name {
    font-size: 16px;
    line-height: 1.5;
}

@media (min-width: 769px) {
    .checkout-cart-table th:nth-child(3),
    .checkout-cart-table th:nth-child(4),
    .checkout-cart-table td:nth-child(3),
    .checkout-cart-table td:nth-child(4) {
        display: none;
    }
}

.cartProduct__priceWrap--old {
}

.checkout-cart-table .subprice {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.checkout-cart-table .subprice--old {
    color: red;
    font-size: 14px;
    text-decoration: line-through;
    margin-right: 6px;
}

.checkout-cart-table__edit {
    display: block;
    width: 26px;
    height: 26px;
    background: url(/img/edit-icon.png) no-repeat center / contain;
    cursor: pointer;
}

.checkout-cart-table__edit:hover {
    opacity: 0.75;
}

@media (max-width: 500px) {
    .g-recaptcha {
        -webkit-transform: scale(0.75);
        -ms-transform: scale(0.75);
        transform: scale(0.75);
        -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        transform-origin: 0 0;
    }
}

@media (min-width: 768px) {
    .order-sidebar-shipping__title.kyc--true,
    .order-sidebar-shipping__title.kyc--true + .order__table.kyc--true {
        display: none;
    }
}

@media (max-width: 767px) {
    .kyc-products-box.kyc--true {
        display: none;
    }
}

.cart-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 12px;
}

section.cart {
    padding-top: 15px;
}

.cartProduct__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 8px;
}

td > .cartProduct__actions:first-child {
    margin: 0;
}

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

@media (max-width: 768px) {
    .cart-footer {
        -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;
        /* padding-top: 20px; */
    }

    .cartProduct__priceBox {
        width: 100%;
    }

    .progressBar {
        margin-bottom: 0;
    }

    .cartProduct__actions {
        margin-left: 8px;
        margin: 0;
    }
}

.contact__subtitle {
    font-size: 17px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 30px;
}

.home-swiper {
    width: 100% !important;
    margin: 0 !important;
    max-width: 100% !important;
}

.home-swiper .swiper-button-prev,
.home-swiper .swiper-button-next {
    background: rgba(255, 255, 255, 0.25);
    border-radius: 8px;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.home-swiper .swiper-button-prev:after,
.home-swiper .swiper-button-next:after {
    font-size: 16px;
    color: #fff;
    /* background-image: none; */
    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;
}

.home-swiper .swiper-button-prev:hover,
.home-swiper .swiper-button-next:hover {
    background: rgba(255, 255, 255, 0.45);
}

.home-swiper .swiper-button-prev {
}

.home-swiper .swiper-button-next {
}

.home-swiper-container {
    display: block;
    position: relative;
    z-index: 2;
    overflow: hidden;
    border-radius: 24px;
    width: 100%;
    margin-top: 20px;
}

.home-swiper .mainIntro {
    margin: 0;
}

.disabled {
    pointer-events: none;
    opacity: 0.5;
}

.header__currencyBox a,
.header__langBox a,
.header__phone {
    color: #000;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.header__langBox a img {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 8px;
}

.header__currencyBox a:hover,
.header__langBox a:hover,
.header__phone:hover {
    color: #0079c2;
}

.header__phone svg path {
    fill: currentColor !important;
}

.header__phone:hover svg path {
    fill: #0079c2 !important;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after,
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    font-size: 0 !important;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 0 !important;
}

.productDescription__content-db h2:first-child {
    display: none;
}

.footer_coming-soon {
    width: 100%;
    margin-bottom: 6px;
}

@media (max-width: 768px) {
    .header__currencyBox a,
    .header__langBox a,
    .header__phone {
        color: #fff;
    }
}

.cartProduct__singlePrice {
    font-size: 16px;
    color: #abb2b7;
    display: block;
    margin-top: 6px;
}

.cartProduct__upsale {
    display: block;
    margin-top: 20px;
}

.cartProduct__upsale__saved {
    color: #01982b;
    font-size: 17px;
    font-weight: 700;
}

.cartProduct__upsale__title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 8px;
    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;
}

.cardProduct__upsale__badge {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 4px 6px;
    background: #ba0e9e;
    color: #fff;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 700;
    margin-left: 8px;
}

.cartProduct__upsale__description {
    color: #656e73;
    font-size: 16px;
    font-weight: 400;
    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;
}

.cartProduct__upsale__upgrade {
    background: #0079c2;
    color: #fff;
    padding: 4px 8px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 16px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-left: 8px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.cartProduct__upsale__upgrade svg {
    fill: currentColor;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 8px;
}

.productCardsGrid {
    width: 100%;
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(275px, 1fr));
    gap: 20px;
}

.header-profile .contact__block {
    width: 100%;
}

.header-profile .step__btn {
    font-size: 16px;
    padding: 8px 16px;
}

.orders-page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 30px 0 20px;
}

.orders-page__title {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 20px;
}

.orders-page-user {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    padding: 12px;
    border-radius: 12px;
}

@media (max-width: 768px) {
    .orders-page__title {
        order: 2;
        margin-top: 20px;
        margin-bottom: 0;
    }

    .orders-page-user {
        margin-left: auto;
    }
}

.orders-page-user__img {
    display: inline-block;
    margin-right: 12px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    width: 42px;
}

.orders-page-user__logout {
    display: inline-block;
    margin-left: 12px;
    width: 42px;
}

.orders-page-user__logout:hover {
    opacity: 0.75;
}

.orders-page-user__name {
    font-size: 17px;
    font-weight: 600;
    display: block;
    margin-bottom: 4px;
}

.orders-page-user__email {
    color: #0079c2;
    font-size: 16px;
    font-weight: 400;
}

.orders-page-user__email:hover {
    opacity: 0.75;
}

.orders-empty {
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.orders-empty__title {
    text-align: center;
    margin: 20px 0 15px;
    font-size: 26px;
}

.orders-empty__text {
    text-align: center;
}

.orders-empty__text b {
    color: #0079c2;
    font-weight: bold;
}

.orders-empty__link {
    padding: 16px 80px;
    color: #fff;
    background: #0079c2;
    border-radius: 8px;
    font-weight: bold;
    font-size: 17px;
    margin-top: 30px;
}

.orders-table {
    background: var(--header-bg);
    border-radius: 12px;
    font-size: 16px;
    width: 100%;
}

.orders-table td,
.orders-table th {
    padding: 18px 12px;
    vertical-align: top;
}

.orders-table th {
    /* word-break: break-word; */
    text-align: left;
    font-size: 14px;
    font-weight: 300;
    color: var(--text-muted);
}

.orders-table td:nth-child(1),
.orders-table td:nth-child(5),
.orders-table td:nth-child(7) {
    color: var(--text-muted);
}

/* .orders-table td:nth-child(2), */
.orders-table td:nth-child(3) {
    color: var(--text);
    font-weight: 600;
}

.orders-table__product {
    margin-bottom: 12px;
}

.orders-table__product-params {
    font-size: 16px;
    font-weight: 300;
    color: var(--text-muted);
    margin-top: 8px;
    white-space: nowrap;
}

.orders-table__status-name {
    font-weight: 600;
    color: var(--text);
}

.orders-table__status {
    padding: 8px 16px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
    text-align: center;
    background: #f7f7f7;
}

.orders-table__status--pending {
    color: #ba0e9e;
    background: #f7d8f0;
}

.orders-table__status--canceled,
.orders-table__status--cancelled {
    color: #c42121;
    background: #ffcccc;
}

.orders-table__status--approved,
.orders-table__status--billing {
    color: #01982b;
    background: #a9eebd;
}

.orders-table__status--refunded {
    color: #f9a400;
    background: #ffda93;
}

.orders-table__status--partial-refund {
    color: #016198;
    background: #c1dff0;
}

.orders-table__button {
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    padding: 12px 40px;
    color: #fff;
    background: #0079c2;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}

.orders-table__button--green {
    background: #01982b;
}

.orders-table__button--outline {
    color: #0079c2;
    background: transparent;
    border: 1px solid #0079c2;
}

.orders-table__button svg {
    margin-left: 8px;
}

.orders-table__copyable {
    color: #0079c2;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    /* margin-top: 10px; */
}

.orders-table__copyable:hover {
    opacity: 0.75;
}

.orders-table__copyable:after {
    content: "";
    display: inline-block;
    width: 26px;
    height: 26px;
    background: url(/img/copy.svg) center no-repeat;
    background-size: contain;
    margin-left: 8px;
}

.orders-table__actions {
    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-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 12px;
}

.orders-table__link {
    color: #0079c2;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    /* white-space: nowrap; */
    text-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    /* margin-top: 10px; */
    font-size: 15px;
    padding-bottom: 2px;
    border-bottom: 2px solid #0079c2;
}

.orders-table__link:hover {
    opacity: 0.75;
}

.orders-table tr:not(:last-child) td,
.orders-table th {
    border-bottom: 1px solid #e5e5e5;
}

/* .orders-table tr th:not(:last-child),
.orders-table tr td:not(:last-child) {
    border-right: 1px solid #E5E5E5;
} */

.orders-table__help-text {
    color: var(--text-muted);
    font-size: 14px;
}

.header-profile {
    position: relative;
    margin-left: auto;
}

@media (max-width: 768px) {
    .header-profile {
        /* margin-bottom: -20px; */
        /* padding-bottom: 6px; */
        /* padding-top: 28px; */
    }
}

.header-profile__toggle {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    cursor: pointer;
    align-items: center;
}

.header-profile__toggle span {
    position: absolute;
    top: 100%;
    margin-top: -3px;
}

.header-profile__toggle img {
    width: 48px;
}

@media (max-width: 768px) {
    .header-profile__toggle img {
        width: 46px;
    }
}

.header-profile__dropdown {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 100;
    background: #fff;
    padding: 15px;
    border-radius: 12px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.header-profile--open .header-profile__dropdown {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
}
.header-profile__toggle::after {
    content: " ";
    position: absolute;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    width: 0;
    height: 0;
    top: 100%;
    right: 12px;
    -webkit-filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.3));
    filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.3));
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.header-profile--open .header-profile__toggle::after {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

@media (max-width: 768px) {
    .header-profile__toggle {
        /* font-size: 0; */
    }

    .header-profile__dropdown {
        left: 0;
        width: 300px;
    }

    .header-profile--open .header-profile__dropdown {
        -webkit-transform: translate3d(-165px, 0, 0);
        transform: translate3d(-165px, 0, 0);
    }

    .orders-table thead {
        display: none;
    }

    .orders-table tr {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: row;
        flex-wrap: wrap;
        border-bottom: 1px solid #e5e5e5;
    }

    .orders-table td {
        padding: 18px 12px 0 12px;
        border: none !important;
    }

    .orders-table td:last-child {
        padding-bottom: 18px;
    }

    .orders-table td::before {
        content: attr(title);
        display: block;
        font-weight: 300;
        font-size: 12px;
        color: var(--text-muted);
        margin-bottom: 8px;
    }

    .orders-table__actions {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.header-profile__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 18px;
}

.header-profile__title {
    font-size: 18px;
    font-weight: 600;
    margin-right: 12px;
    color: #006099;
}

.header-profile label {
    color: #939ba0;
    font-size: 12px;
}
.header-profile input {
    background: #f9fafb;
    font-weight: 500;
    padding: 12px;
}

.header-profile input::-webkit-input-placeholder {
    color: #939ba0;
    font-weight: 500;
}

.header-profile input::-moz-placeholder {
    color: #939ba0;
    font-weight: 500;
}

.header-profile input:-ms-input-placeholder {
    color: #939ba0;
    font-weight: 500;
}

.header-profile input::-ms-input-placeholder {
    color: #939ba0;
    font-weight: 500;
}

.header-profile input::placeholder {
    color: #939ba0;
    font-weight: 500;
}

.orders-page-user__actions {
    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;
}

.orders-page-user__actions > *:not(:last-child) {
    margin-right: 12px;
}

.orders-page-user__actions > * {
    margin-top: 0;
}

.header-profile__close {
    margin-left: auto;
    width: 16px;
    height: 16px;
    background: url(/img/close.svg) no-repeat center;
    background-size: contain;
    cursor: pointer;
}

.header-profile__close:hover {
    opacity: 0.75;
}

@media (min-width: 768px) {
    .orders-page {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .orders-page__title {
        margin-bottom: 0;
    }
}

.th-line {
    display: flex;
    align-items: center;
}

.tooltip {
    position: relative;
    /* z-index: 1000; */
}

.tooltip:hover {
    z-index: 10000;
}

.tooltip__toggler {
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
}

.tooltip__toggler::after {
    content: " ";
    width: 24px;
    height: 24px;
    background: url(/img/info.svg) no-repeat center / contain;
    margin-left: 8px;
}

.tooltip__content {
    position: absolute;
    top: 100%;
    right: 0;
    padding: 16px 12px;
    width: 240px;
    text-align: center;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transform: translate3d(0, 10px, 0);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
    pointer-events: none;
    z-index: 10000000;
}

.tooltip:hover .tooltip__content {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
    pointer-events: all;
}

.productPage__starRate--mobile {
    display: none;
}

.orders-table [data-param="amount"] {
    white-space: nowrap;
}
.orders-table [data-param="tracking"] {
    text-align: right;
}
@media (max-width: 768px) {
    .productPage__starRate {
        display: flex;
        width: 100%;
    }

    .orders-table [data-param="datetime"] {
        width: 50%;
        order: 2;
    }

    .orders-table [data-param="id"] {
        width: 50%;
        order: 1;
    }

    .orders-table [data-param="products"] {
        order: 2;
    }

    .orders-table [data-param="payment_method"] {
        order: 5;
        width: 50%;
    }

    .orders-table [data-param="status"] {
        order: 6;
        width: 50%;
    }

    .orders-table [data-param="shipping_cost"] {
        order: 3;
        width: 50%;
    }

    .orders-table [data-param="amount"] {
        order: 3;
        width: 50%;
    }

    .orders-table [data-param="tracking"] {
        order: 7;
        width: 50%;
    }

    .page-orders .header-profile {
        display: none;
    }
}

.categories-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 20px;
    margin-top: 15px;
}

.categories-grid .category-card {
    background: #fff;
    padding: 12px;
    border-radius: 12px;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.03);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: 500;
    border: 1px solid #e8e8e8;
    transition: all 0.3s;
}

.categories-grid .category-card:hover {
    /*     transform: scale(1.05); */
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.03);
    border-color: var(--transparent-btn-border);
}

@media (max-width: 768px) {
    .stepper .step[id="step3"],
    .stepper .line[id="line3"] {
        display: none;
    }
}

.paymentCard__images {
    display: none;
}

.checkout_cart_title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 24px;
}

@media (max-width: 768px) {
    .checkout_cart_title {
        display: none;
    }
}

.checkout-cart-table .cartProduct__priceWrap,
.checkout-cart-table .cartProduct__totalPrice,
.checkout-cart-table .cartProduct__totalPrice__currency {
    font-size: 16px;
    font-weight: 600;
}

.shippingPage .wrapper {
    /* background: var(--section-white-item-bg); */
    /* border-radius: 16px; */
    /* overflow: hidden; */
}

@media (max-width: 768px) {
    .shippingPage .wrapper {
        overflow: visible;
    }
}

.order__boxWrapper.hide-desktop .order__box {
    border-radius: 16px;
}

.order__boxWrapper .order__box {
    border-radius: 16px;
}

@media (max-width: 768px) {
    .order__boxWrapper .order__box {
        border-radius: 0 0 16px 16px;
    }
}

.order-sidebar-shipping__value {
    line-height: 1.5;
}

.productPage__itemOptionInfo--mobile {
    display: none;
    /* justify-self: flex-end; */
    /* place-self: flex-end; */
    /* align-self: flex-end; */
}

@media (max-width: 768px) {
    .productPage__itemOptionInfo {
        display: none;
        text-align: left;
    }

    .productPage__itemOptionInfo--mobile {
        display: block;
        /* margin-left: auto; */
    }
}

.alert {
    --alert-bg: #f7f7f7;
    --alert-color: #000;
    display: flex;
    padding: 18px;
    background: var(--alert-bg);
    border-radius: 14px;
    font-size: 15px;
    font-weight: 500;
    color: var(--alert-color);
    margin-bottom: 16px;
}

.alert--success {
    --alert-color: rgba(0, 128, 0, 1);
    --alert-bg: rgba(0, 128, 0, 0.15);
}

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

.productPage--type2 .productPage__dosageSelect .select__header,
.dosageSelect--type3 .productPage__dosageSelect .select__header {
    display: none;
}

.productPage--type2 .productPage__dosageBtns,
.dosageSelect--type3 .productPage__dosageBtns {
}

.productPage--type2 .productPage__dosageBtn,
.dosageSelect--type3 .productPage__dosageBtn,
.dosageSelect--type4 .productPage__dosageBtn {
    border: 2px solid #f5f5f5;
    background: #f5f5f5;
    border-radius: 12px;
    padding: 10px;
    transform: none !important;
    font-weight: 600;
}

.productPage--type2 .productPage__dosageBtn.active,
.dosageSelect--type3 .productPage__dosageBtn.active,
.productPage--type4 .productPage__dosageBtn.active {
    background: transparent;
    border-color: #0079c2;
}

.productPage--type2 .productPage__dosageContent {
}

.productPage--type2 .select__body,
.dosageSelect--type3 .select__body {
    display: block !important;
}

.productPage--type2 .select__item,
.dosageSelect--type3 .select__item {
    border: 1px solid #dee2e4;
    border-radius: 10px;
    padding: 18px 18px 18px 56px;
    width: 100%;
    max-width: 100%;
    margin-bottom: 16px;
}

.productPage--type2 .select__item.has-after,
.dosageSelect--type3 .select__item.has-after {
    border-color: #002d48;
    background: #e8f6ff;
}

.productPage--type2 .productPage__dosageSelect,
.dosageSelect--type3 .productPage__dosageSelect {
    /* display: block !important; */
    padding: 0;
    border: none;
    background: transparent;
}

/* .productPage--type2 .productCard__priceBox {
    display: block;
} */

.productPage--type2 .productPage__dosageTitle,
.dosageSelect--type3 .productPage__dosageTitle {
    font-size: 13px;
    color: #656e73;
    line-height: 1.5;
}

.productPage--type2 .productPage__shortDescBox,
.dosageSelect--type3 .productPage__shortDescBox {
    display: none;
}

.productPage--type2 .productPage__inside,
.dosageSelect--type3 .productPage__inside {
    margin-top: 15px;
}

.productPage--type2 .productPage__wrapper,
.dosageSelect--type3 .productPage__wrapper {
    flex-direction: column;
    gap: 0;
}

@media (max-width: 768px) {
    .productPage--type2 .productCard__priceWrap,
    .dosageSelect--type3 .productCard__priceWrap {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }
}

.dosageSelect--type3 .productPage__dosageSelectWrapper {
    position: relative;
}

.dosageSelect--type3 .productPage__dosageSelectWrapper::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    width: 24px;
    height: 24px;
    background: url(/img/arrow-down2.svg) no-repeat center / contain;
    transform: translateY(-50%);
}

.dosageSelect--type3 .productPage__dosageSelectInput {
    height: 64px;
    width: 100%;
    border: 1px solid #262a2c;
    color: #656e73;
    padding: 16px 16px;
    border-radius: 8px;
    appearance: none;
    display: block;
}

.dosageSelect--type4 {
    margin-top: 20px;
}

.dosageSelect--type4 .productPage__dosageBtns {
    display: grid;
    grid-template-columns: minmax(180px, 1fr) repeat(
            auto-fill,
            minmax(110px, 1fr)
        );
    gap: 12px;
}

.dosageSelect--type4 .productPage__dosageTitle {
    grid-row: 1 / span 1;
    align-self: stretch;
}

.productPage-dosageSelect-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 12px;
    margin-top: 12px;
}

.productPage-dosageSelect-table tr {
}

.productPage-dosageSelect-table td,
.productPage-dosageSelect-table th {
    padding: 8px;
    text-align: left;
}

.productPage-dosageSelect-table th:last-child,
.productPage-dosageSelect-table td:last-child {
    text-align: right;
}

.productPage-dosageSelect-table thead th,
.productPage-dosageSelect-table tbody td {
    border-top: 1px solid #dee2e4;
    border-bottom: 1px solid #dee2e4;
}

.productPage-dosageSelect-table thead th:first-child,
.productPage-dosageSelect-table tbody td:first-child {
    border-left: 1px solid #dee2e4;
    border-radius: 12px 0 0 12px;
}

.productPage-dosageSelect-table thead th:last-child,
.productPage-dosageSelect-table tbody td:last-child {
    border-right: 1px solid #dee2e4;
    border-radius: 0 12px 12px 0;
}

.productPage-dosageSelect-table__buyBtn {
    display: inline-flex;
    align-items: center;
    padding: 11px 11px;
    background: #0079c2;
    color: #fff;
    border-radius: 8px;
    font-weight: 600;
    font-size: 13px;
    text-decoration: none;
    white-space: nowrap;
}

@media (max-width: 768px) {
    .productPage-dosageSelect-table__buyBtn {
        font-size: 0;
    }

    .productPage-dosageSelect-table__buyBtn svg {
        margin-right: 0 !important;
    }
}

.productPage-dosageSelect-table__buyBtn svg {
    display: inline-block;
    width: 18px;
    height: 16px;
    margin-right: 8px;
}

@media (max-width: 768px) {
    .dosageSelect--type4 .productPage__dosageTitle {
        grid-row: 1 / span 1;
        grid-column: 1 / span 2;
        align-self: stretch;
    }

    .productPage-dosageSelect-table thead {
        display: none;
    }

    .productPage-dosageSelect-table tr {
        display: grid;
        grid-template-columns: repeat(6, 1fr);
        grid-template-rows: repeat(2, auto);
        border: 1px solid #dee2e4;
        border-radius: 12px;
        margin-bottom: 12px;
    }

    .productPage-dosageSelect-table td:first-child {
        grid-area: 1 / 1 / 2 / 5;
    }

    .productPage-dosageSelect-table td:nth-child(2) {
        grid-area: 2 / 5 / 3 / 7;
    }
    .productPage-dosageSelect-table td:nth-child(3) {
        grid-area: 2 / 1 / 3 / 3;
    }
    .productPage-dosageSelect-table td:nth-child(4) {
        grid-area: 2 / 3 / 3 / 5;
    }

    .productPage-dosageSelect-table td:last-child {
        grid-area: 1 / 5 / 2 / 7;
    }

    .productPage-dosageSelect-table tbody td {
        border: none;
    }
}

.productPage--type4 .productPage__listItem--free-shipping {
    display: none;
}

.productPage__shortDescription {
    margin-top: 12px;
    line-height: 1.5;
}

.productPage__shortDescBox {
    display: none !important;
}

.product-benefits {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
    margin-top: 20px;
}

@media (min-width: 768px) {
    .product-benefits {
        grid-template-columns: repeat(4, 1fr);
    }
}

.product-benefits-item {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #fff;
    padding: 16px;
    border-radius: 8px;
}

.product-benefits-item__icon {
    width: 48px;
    height: 48px;
    display: block;
    margin-right: 12px;
}

.product-benefits-item__content {
    display: flex;
    flex-direction: column;
}

.product-benefits-item__title {
    font-size: 16px;
    line-height: 1.5;
}

.product-benefits-item__title b {
    font-weight: bold;
}

.login-section {
    display: grid;
    grid-template-columns: 40% 60%;
    gap: 24px;
    margin-top: 24px;
}

.login-section .login-form {
    width: 100%;
    background: #fff;
    padding: 32px;
    border-radius: 24px;
}

.login-section__content {
    width: 100%;
    background: #fff;
    padding: 32px;
    border-radius: 24px;
    font-size: 20px;
    line-height: 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-weight: 600;
}

.login-form__header {
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    margin-bottom: 16px;
}

.login-form__block {
    margin-bottom: 16px;
}
.login-form__block .error,
.auth-form .error {
    color: #ff3860;
    font-size: 9px;
    /* height: 13px; */
    padding-bottom: 10px;
    display: block;
    font-size: 13px;
}

.login-form__blockTextarea {
    width: 100%;
}
.login-form__blockTextarea .error {
    color: #ff3860;
    font-size: 9px;
    height: 13px;
}
.login-form__label {
    display: block;
    font-size: 12px;
    color: var(--label-color);
    margin-bottom: 8px;
}
.login-form__input {
    width: 100%;
    display: block;
    background-color: #f9fafb;
    font-weight: 600;
    border-radius: 8px;
    padding: 8px;
    height: 40px;
    resize: none;
}
.login-form__input::-webkit-input-placeholder {
    color: var(--input-color);
}
.login-form__input::-moz-placeholder {
    color: var(--input-color);
}
.login-form__input:-ms-input-placeholder {
    color: var(--input-color);
}
.login-form__input::-ms-input-placeholder {
    color: var(--input-color);
}
.login-form__input::placeholder {
    color: var(--input-color);
}
.login-form__block.success input {
    border-color: 1px #09c372 solid;
}
.login-form__block.error input {
    border: 1px #ff3860 solid;
}
.login-form__block.success textarea {
    border-color: 1px #09c372 solid;
}
.login-form__block.error textarea {
    border: 1px #ff3860 solid;
}

.login-form__submit {
    display: flex;
    justify-content: center;
    width: 100%;
    white-space: nowrap;
    text-align: center;
    padding: 12px 40px;
    color: #fff;
    background: #0079c2;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}

.stock-block {
    display: flex;
    align-items: center;
    margin-top: 12px;
    font-size: 14px;
}

.stock-block--in-stock {
    color: #01982b;
}

.stock-block--out-of-stock {
    color: #c42121;
}

.stock-block svg {
    margin-right: 8px;
    width: 24px;
    height: 24px;
}
