.bulk-order {
    font-family: "Montserrat", sans-serif;
}

.bulk-order__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 24px;
}

@media (max-width: 850px) {
    .bulk-order__head .select-style-1 {
        display: none;
    }
}

.bulk-order__search {
    width: 208px;
}

.bulk-order__search input {
    width: 100%;
    height: 32px;
    padding: 0 14px;
    height: 32px;
    border: 1px solid #BFA671;
    font-family: "Montserrat", sans-serif;
    color: #BFA671;
    font-size: 14px;
}

.bulk-order__search input::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.38);
    font-family: "Montserrat", sans-serif;
}

.bulk-order__search input:-moz-placeholder {
    color: rgba(0, 0, 0, 0.38);
    font-family: "Montserrat", sans-serif;
}

.bulk-order__search input::-moz-placeholder {
    color: rgba(0, 0, 0, 0.38);
    font-family: "Montserrat", sans-serif;
}

.bulk-order__search input:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.38);
    font-family: "Montserrat", sans-serif;
}

.bulk-order__categories {
    cursor: pointer;
    font-size: 20px;
    font-weight: 500;
    border: 0;
    font-family: "Montserrat", sans-serif;
}

.select2-container--open .select2-dropdown--below {
    border-top: 1px solid #aaa;
}

.select-style-1 .select2-container {
    min-width: 1;
    width: max-content !important;
    padding-right: 24px;
}

.select-style-1 .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 30px;
    font-weight: 500;
    font-size: 20px;
    padding: 0;
}

.select-style-1 .select2-container .select2-selection--single {
    height: 32px;
}

.select-style-1 .select2-container--default .select2-selection--single {
    border: 0;
    border-radius: 0;
}

.select-style-1 .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 30px;
    right: 0;
    width: 16px;
    background: url("../images/icons/check.svg") center center no-repeat;
}

.select-style-1 .select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}

.product-table {
    width: 100%;
    overflow: auto;
}

.product-table tr {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.product-table th {
    padding: 18px 16px;
    text-align: left;
    font-weight: 600;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.87);
    position: relative;
}

.product-table__row--out-in-stock {
    background: transparent !important;
}

.sorter {
    position: absolute;
    top: 50%;
    display: flex;
    right: 16px;
    transform: translateY(-50%);
    padding: 0;
    border: 0;
    background: transparent;
}

.product-checkbox label {
    cursor: pointer;
}

.product-checkbox input {
    display: none !important;
}

.product-checkbox input + span {
    width: 20px;
    display: block;
    min-width: 20px;
    height: 20px;
    border: 1px solid #000;
}

.product-checkbox input:checked + span {
    position: relative;
    background: black;
}

.product-checkbox input:checked + span::before {
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
    right: 0;
    bottom: 2px;
    background: url("../images/icons/check-white.svg") no-repeat center;
    background-size: 100% 70%;
}


.product-image {
    width: 82px;
    height: 56px;
    text-align: center;
}

.product-image img {
    object-fit: contain;
    display: flex;
    margin: 0 auto;
}

.product-title {
    font-size: 14px;
    line-height: 1;
    padding: 9px 16px;
}

.color-select + .select2,
.size-select + .select2 {
    height: 40px;
    display: block;
}

@media (max-width: 850px) {
    .color-select + .select2,
    .size-select + .select2 {
        height: 32px;
    }
}

.color-select + .select2 .select2-selection--single .select2-selection__rendered,
.size-select + .select2 .select2-selection--single .select2-selection__rendered {
    line-height: 38px;
    color: rgba(0, 0, 0, 0.87);
    font-weight: 350;
    padding-left: 8px;
    padding-right: 40px;
    font-size: 16px;
}

@media (max-width: 850px) {
    .color-select + .select2 .select2-selection--single .select2-selection__rendered,
    .size-select + .select2 .select2-selection--single .select2-selection__rendered {
        line-height: 30px;
    }
}

.color-select + .select2 .select2-selection--single,
.size-select + .select2 .select2-selection--single {
    height: 40px;
    border-radius: 0;
    border: 1px solid rgba(0, 0, 0, 0.12);
}

@media (max-width: 850px) {
    .color-select + .select2 .select2-selection--single,
    .size-select + .select2 .select2-selection--single {
        height: 32px;
    }
}

.color-select + .select2 .select2-selection--single .select2-selection__arrow,
.size-select + .select2 .select2-selection--single .select2-selection__arrow {
    width: 24px;
    height: 24px;
    right: 8px;
    top: 8px;
    background: url("../images/icons/select-grey.svg") center center/contain no-repeat;
}

@media (max-width: 850px) {
    .color-select + .select2 .select2-selection--single .select2-selection__arrow,
    .size-select + .select2 .select2-selection--single .select2-selection__arrow {
        top: 4px;
    }
}

.color-select + .select2 .select2-selection--single .select2-selection__arrow b,
.size-select + .select2 .select2-selection--single .select2-selection__arrow b {
    display: none;
}

.product-select {
    padding: 8px;
}

.product-count {
    vertical-align: middle;
    padding: 8px;
}

.product-count__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product-count__inner.disabled {
    opacity: 0.3;
    pointer-events: none;
    cursor: default;
}

.product-count input {
    width: 40px;
    font-size: 14px;
    text-align: center;
    border: 0;
    background: transparent;
    color: #292929;
}

@media (max-width: 380px) {
    .product-count input {
        width: 28px;
    }
}

.product-count input[type=number]::-webkit-outer-spin-button,
.product-count input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.product-count input[type=number] {
    -moz-appearance: textfield;
}

.product-count .decrease,
.product-count .increase {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #BFA671;
    background: #BFA671;
    color: #212529;
}

.product-count .decrease.disabled,
.product-count .increase.disabled {
    color: #808080;
    background: transparent;
    pointer-events: none;
    cursor: disabled;
}

.product-count .decrease:not(.disabled):hover,
.product-count .increase:not(.disabled):hover {
    opacity: 0.75;
}

.product-count .decrease:not(.disabled):active,
.product-count .increase:not(.disabled):active {
    opacity: 0.5;
}

.wc-product-table-controls .wc-product-table-multi-form input[type=submit] {
    display: flex;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    align-items: center;
    border: 1px solid #000;
    text-transform: uppercase;
    font-size: 16px !important;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    transition: all 0.3s ease;
    background: #000;
    color: #fff;
    height: 46px !important;
    width: 100% !important;
    max-width: 342px;
    outline: none !important;
}

@media (max-width: 1130px) {
    .wc-product-table-controls .wc-product-table-multi-form input[type=submit] {
        max-width: 215px;
    }
}

.wc-product-table-controls .wc-product-table-multi-form input[type=submit]:hover {
    color: #fff;
    opacity: 0.75;
}

.wc-product-table-controls .wc-product-table-multi-form input[type=submit]:active {
    opacity: 0.5;
}

.ds-button {
    height: 40px;
    display: flex;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    align-items: center;
    width: 100%;
    border: 1px solid #000;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    background: transparent;
    font-family: "Montserrat", sans-serif;
    transition: all 0.3s ease;
}

.ds-button:hover {
    color: #000;
    opacity: 0.75;
}

.ds-button:active {
    opacity: 0.5;
}

.ds-button-black {
    background: #000;
    color: #fff;
}

.ds-button-black:hover {
    color: #fff;
}

.ds-button-lg {
    height: 46px;
    width: 100%;
    max-width: 342px;
}

@media (max-width: 1130px) {
    .ds-button-lg {
        max-width: 215px;
    }
}

.ds-button.disabled {
    opacity: 0.12 !important;
    pointer-events: none;
    cursor: default;
}

.acc__head {
    margin-bottom: 4px;
}

@media (max-width: 1250px) {
    .product-table {
        width: 1200px;
    }
}

@media (max-width: 850px) {
    .product-table {
        width: 100%;
    }
}

.product-table__overflow {
    overflow: auto;
    width: 100%;
    margin-bottom: 32px;
}

.my-account-orders-wrap .product-table__overflow {
    overflow: unset;
}
.my-account-orders-wrap .orders-per-page {
    position: relative;
}
.product-table__mobile-align {
    display: flex;
    align-items: center;
    flex: 1;
}

.product-table__mobile-align .product-table__cell--col {
    width: 50%;
}

.product-table__row {
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    min-height: 56px;
    font-size: 14px;
    line-height: 1;
    font-weight: 400;
    padding: 8px 0;
}

@media (max-width: 850px) {
    .product-table__row {
        position: relative;
        display: block;
        padding: 0;
        padding-left: 92px;
        border: 0;
    }

    .product-table__row:not(:last-child) {
        margin-bottom: 32px;
    }
}

.product-table__row--header {
    font-weight: 600;
    color: rgba(0, 0, 0, 0.87);
}

@media (max-width: 850px) {
    .product-table__row--header {
        margin-bottom: 26px !important;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        min-height: 1px;
    }

    .product-table__row--header .product-table__cell--image,
    .product-table__row--header .product-table__cell--name,
    .product-table__row--header .product-table__cell--summary,
    .product-table__row--header .product-table__cell--price {
        display: none;
    }
}

.product-table__row.active {
    background: rgba(0, 0, 0, 0.04);
}

.product-table__cell {
    display: flex;
    align-items: center;
    padding: 0 16px;
}

@media (max-width: 850px) {
    .product-table__cell {
        padding: 0;
    }
}

.product-table__cell--checkbox {
    width: 4.58%;
    min-width: 4.58%;
    justify-content: flex-end;
    padding-right: 16px;
}

@media (max-width: 850px) {
    .product-table__cell--checkbox {
        width: 36px;
        min-width: 36px;
        justify-content: center;
        padding: 0;
        position: absolute;
        left: 0;
        top: 0;
    }
}

.product-table__cell--image {
    width: 6.26%;
    min-width: 6.26%;
    justify-content: center;
    align-items: center;
}

@media (max-width: 850px) {
    .product-table__cell--image {
        width: 40px;
        min-width: 40px;
        padding: 0;
        position: absolute;
        left: 36px;
        top: 0;
    }
}

.product-table__cell--image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    max-height: 40px;
}

.product-table__cell--name {
    width: 16.1%;
    min-width: 16.1%;
    position: relative;
}

@media (max-width: 850px) {
    .product-table__cell--name {
        margin-bottom: 8px;
        font-size: 12px;
        font-weight: 700;
        width: 100%;
    }
}

.product-table__cell--summary {
    width: 21.39%;
    min-width: 21.39%;
}

@media (max-width: 850px) {
    .product-table__cell--summary {
        margin-bottom: 7px;
        font-size: 12px;
        line-height: 1.4;
        width: 100%;
    }
}

.product-table__cell--price {
    position: relative;
    width: 11.6%;
    min-width: 11.6%;
}

@media (max-width: 850px) {
    .product-table__cell--price {
        margin-bottom: 12px;
        font-size: 16px;
        line-height: 24px;
        width: 100%;
    }
}

.product-table__cell--color, .product-table__cell--size {
    width: 8%;
    min-width: 8%;
    padding: 0 8px;
}

@media (max-width: 850px) {
    .product-table__cell--color, .product-table__cell--size {
        width: 120px;
        display: inline-block;
        margin-bottom: 12px;
        padding: 0;
        margin-right: 11px;
    }
}

@media (max-width: 400px) {
    .product-table__cell--color, .product-table__cell--size {
        width: 99px;
    }
}

.product-table__cell--color .select2, .product-table__cell--size .select2 {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
}

.product-table__cell--counter {
    width: 105px;
    min-width: 105px;
    padding: 0 8px;
}

@media (max-width: 850px) {
    .product-table__cell--counter {
        display: inline-block;
        width: 88px;
        min-width: 88px;
        margin-right: 22px;
        padding: 0;
    }
}

@media (max-width: 380px) {
    .product-table__cell--counter {
        width: 80px;
        min-width: 80px;
        margin-right: 12px;
    }
}

.product-table__cell--button {
    flex: 1;
}

.product-table__cell--col {
    width: 20%;
}

.product-table__cell--col a:not(.ds-button) {
    text-decoration: underline;
}

.product-table__cell--col a:not(.ds-button):hover {
    text-decoration: none;
}

.product-table__cell--ttl {
    width: 45.7%;
    min-width: 45.7%;
}

@media (max-width: 768px) {
    .product-table__cell--ttl {
        width: calc(70% - 20px);
        min-width: 1px;
    }
}

.product-table__cell--num {
    width: 45.7%;
    min-width: 45.7%;
}

@media (max-width: 768px) {
    .product-table__cell--num {
        width: calc(30% - 20px);
        min-width: 1px;
    }
}

.product-table__cell--del {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.3s ease;
}

@media (max-width: 768px) {
    .product-table__cell--del {
        width: 40px;
        min-width: 40px;
    }
}

.product-table__cell--del:hover {
    opacity: 0.75;
}

.product-table__cell--del:active {
    opacity: 0.5;
}

.product-table__mobile-category {
    display: none;
}

@media (max-width: 850px) {
    .product-table__mobile-category {
        display: block;
    }
}

.ds-pagination {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 16px;
    gap: 20px;
}

@media (max-width: 850px) {
    .ds-pagination {
        display: none;
    }
}

.ds-pagination__nav {
    display: flex;
    align-items: center;
    flex: 1;
}

.ds-pagination__per-page {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    font-weight: 350;
    color: #000;
}

.ds-pagination__per-page .product-table__cell--color {
    width: 75px;
    min-width: 75px;
    padding: 0;
}

.ds-pagination__page {
    padding: 0 16px;
    font-size: 16px;
    font-weight: 350;
}

.ds-pagination__btns {
    display: flex;
    align-items: center;
    gap: 24px;
}

@media (max-width: 1130px) {
    .ds-pagination__btns {
        gap: 0;
    }
}

.ds-pagination__btns a {
    display: flex;
    text-decoration: none;
    color: #000;
    transition: opacity 0.3s ease;
}

.ds-pagination__btns a.disabled {
    opacity: 0.3;
    pointer-events: none;
    cursor: default;
}

.ds-pagination__btns a:hover {
    opacity: 0.75;
}

.ds-pagination__btns a:active {
    opacity: 0.5;
}

.ds-pagination__mobile {
    display: none;
}

@media (max-width: 850px) {
    .ds-pagination__mobile {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

    .ds-pagination__mobile .ds-button {
        max-width: 420px;
        width: 100%;
        margin-bottom: 12px;
    }

    .ds-pagination__mobile .ds-button-lg {
        max-width: 420px;
        width: 100%;
    }
}

.ds-pagination__mobile p {
    margin: 0 0 8px;
    color: #808080;
    text-align: center;
    font-size: 11px;
    line-height: 16px;
    font-weight: 350;
}

.ds-pagination__mobile p span {
    color: #292929;
}

.ds-price span {
    display: block;
    font-size: 11px;
    line-height: 16px;
    color: rgba(0, 0, 0, 0.6);
}

.ds-status {
    display: inline-flex;
    align-items: center;
    height: 28px;
    border-radius: 50px;
    font-family: Urbanist;
    font-size: 16px;
    font-weight: 500;
    text-transform: lowercase;
    padding: 0 12px;
}

@media (max-width: 850px) {
    .ds-status {
        height: 20px;
        font-size: 10px;
        padding: 0 8px;
    }
}

.ds-status.on-hold {
    color: #000;
    border: 1px solid #000;
}

.ds-status.completed {
    color: #fff;
    background: #BFA671;
}

.ds-status.processing {
    background: #000;
    color: #fff;
}

.ds-status.in-progress {
    border: 1px solid #BFA671;
    color: #BFA671;
}

.ds-status.refunded {
    border: 1px solid #08A312;
    color: #08A312;
}

.ds-status.pending {
    background: #808080;
    color: #fff;
}

.ds-status.cancelled {
    border: 1px solid #C1272D;
    color: #C1272D;
}

.ds-status.failed {
    background: #C1272D;
    color: #fff;
}

.order-table {
    width: auto;
}

@media (max-width: 768px) {
    .order-table .product-table__row--header {
        display: none;
    }
}

.mb12 {
    margin-bottom: 12px;
}

@media (max-width: 850px) {
    .mb12 {
        margin-bottom: 33px;
    }
}

.page .page-bulk-order {
    padding-bottom: 56px;
}

@media (max-width: 850px) {
    .page .page-bulk-order {
        padding-bottom: 26px;
    }
}

.account-select {
    display: none;
}

@media (max-width: 850px) {
    .account-select {
        display: block;
    }
}

.mobile-title {
    display: none;
}

@media (max-width: 850px) {
    .mobile-title {
        display: block;
        margin-bottom: 29px;
        font-size: 24px;
        font-weight: 500;
        text-transform: uppercase;
        padding-top: 6px;
    }
}

.page-account {
    font-family: "Montserrat", sans-serif;
}

@media (max-width: 850px) {
    .order-table {
        display: none;
    }
}

.order-table-mobile {
    display: none;
}

@media (max-width: 850px) {
    .order-table-mobile {
        display: block;
    }
}

.order-table-mobile .ds-row:not(:last-child) {
    padding-bottom: 16px;
    border-bottom: 16px;
    border-bottom: 1px solid #E0E0E0;
}

.order-table-mobile .ds-row:not(:first-child) {
    padding-top: 16px;
}

.order-table-mobile__head {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.87);
    margin-bottom: 9px;
}

.order-table-mobile__wrap {
    display: flex;
    gap: 13px;
    justify-content: space-between;
}

.order-table-mobile__button {
    min-width: 108px;
}

.order-table-mobile__link {
    font-size: 24px;
    color: rgba(0, 0, 0, 0.87);
}

.order-table-mobile__price .price-head {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 16px;
    line-height: 24px;
}

.order-table-mobile__price .price-head span {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.5);
    text-decoration: line-through;
}

.order-table-mobile__price .price-foot {
    font-size: 11px;
    line-height: 16px;
    color: rgba(0, 0, 0, 0.6);
}

.ds-tabs {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    text-align: center;
    margin-bottom: 50px;
    flex-wrap: wrap;
}

.ds-page:not(.active) {
    display: none;
}

@media (max-width: 1100px) {
    .e-prescriptions .product-table__row {
        padding-left: 0;
        display: flex;
        border-bottom: 1px solid rgba(0, 0, 0, 0.12);
        min-height: 56px;
        margin: 0 !important;
    }

    .e-prescriptions .product-table__cell {
        padding: 0 8px;
    }
}

.ds-breadcrumbs {
    display: flex;
    align-items: center;
    gap: 13px;
    text-transform: uppercase;
    margin-bottom: 28px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    color: #000;
}

@media (max-width: 768px) {
    .ds-breadcrumbs {
        display: none;
    }
}

.ds-breadcrumbs a {
    text-decoration: none;
    color: #808080;
}

.ds-mobile-back {
    display: none;
}

@media (max-width: 768px) {
    .ds-mobile-back {
        display: flex;
        padding: 8px 0;
        margin-bottom: 14px;
    }
}

.mb16 {
    margin-bottom: 16px;
}

.order-heading {
    margin-bottom: 9px;
    color: #000;
    font-size: 40px;
    line-height: 1;
    font-weight: 500;
}

@media (max-width: 768px) {
    .order-heading {
        margin-bottom: 30px;
    }

    .order-heading span {
        display: none;
        font-size: 38px;
    }
}

.order-placed {
    font-size: 14px;
    color: #808080;
    margin-bottom: 24px;
}

@media (max-width: 768px) {
    .order-placed {
        display: none;
    }
}

.order-placed span {
    color: #000;
}

.order-placed__mobile {
    display: none;
}

@media (max-width: 768px) {
    .order-placed__mobile {
        display: flex;
        font-size: 12px;
        color: rgba(0, 0, 0, 0.87);
    }
}

.ds-order-table {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding-bottom: 24px;
    padding-top: 8px;
}

@media (max-width: 768px) {
    .ds-order-table {
        border: 0;
        padding: 0;
    }
}

.ds-order-table__mobile-title {
    display: none;
}

@media (max-width: 768px) {
    .ds-order-table__mobile-title {
        display: block;
        font-size: 36px;
        line-height: 1;
        font-weight: 400;
        margin-bottom: 32px;
    }
}

.product-table__cell--img-2 {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 768px) {
    .product-table__cell--img-2 {
        position: absolute;
        top: 0;
        left: 0;
        width: 64px;
        height: 64px;
    }

    .product-table__cell--img-2 img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
}

@media (max-width: 1100px) {
    .details-order .product-table__cell--img-2 {
        position: absolute;
        top: 0;
        left: 0;
        width: 64px;
        height: 64px;
    }

    .details-order .product-table__cell--img-2 img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
}

.product-table__cell--col-2 {
    width: 22.92%;
    min-width: 22.92%;
}

.details-order .product-table__cell--col-3 {
    width: 12.92%;
    min-width: 12.92%;
}

.details-order .product-table__cell:last-child {
    width: 17%;
}

.margin-discount-view-order {
    color: #BFA671 !important;
}

.details-order .ds-total-price__list {
    font-family: Gravity;
}

@media (max-width: 768px) {
    .product-table__cell--col-2 {
        width: 100%;
        min-width: 100%;
    }
}

.ds-price-16 {
    font-size: 16px;
    font-weight: 350;
    display: flex;
    align-items: center;
    gap: 4px;
    font-family: Gravity;
}

.ds-price-16 span {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.5);
    text-decoration: line-through;
}

.details-order {
    display: flex;
    flex-direction: column;
}

.details-order .product-table__overflow {
    margin-bottom: 0;
}

.ds-total-price {
    width: 100%;
    margin: 24px 0 24px auto;
    max-width: 33.33%;
    padding-left: 10px;
}

@media (max-width: 768px) {
    .ds-total-price {
        order: -2;
        max-width: 100%;
        margin: 0 0 32px;
        padding: 0;
    }
}

.ds-total-price__title {
    margin-bottom: 32px;
    color: #000;
    font-size: 40px;
    line-height: 1;
    font-weight: 500;
}

@media (max-width: 768px) {
    .ds-total-price__title {
        margin-bottom: 16px;
        font-size: 36px;
        font-weight: 400;
    }
}

.ds-total-price__list {
    list-style: none;
    margin: 0 0 40px;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

@media (max-width: 768px) {
    .ds-total-price__list {
        gap: 4px;
        margin-bottom: 16px;
    }
}

.ds-total-price__list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 1.3;
    font-size: 18px;
    font-weight: 350;
    color: #808080;
}

@media (max-width: 768px) {
    .ds-total-price__list li {
        font-size: 16px;
        line-height: 24px;
    }
}

.ds-total-price__list li span {
    color: #000;
}

.ds-total-price__result {
    text-align: right;
    font-family: Gravity;
    font-weight: 700;
    font-size: 40px;
    color: #000;
    line-height: 1;
}

@media (max-width: 768px) {
    .ds-total-price__result {
        font-size: 20px;
        font-weight: 350;
    }
}

.ds-total-price__result span {
    font-weight: 350;
    color: #808080;
    font-size: 18px;
    line-height: 1.3;
    display: block;
}

@media (max-width: 768px) {
    .ds-total-price__result span {
        font-size: 12px;
        line-height: 1.4;
    }
}

.order-info {
    border-top: 1px solid #000;
    padding-top: 24px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 17px;
}

@media (max-width: 768px) {
    .order-info {
        gap: 0;
        grid-template-columns: 1fr;
        padding-top: 0;
        border-top: 0;
        order: -1;
        margin-bottom: 50px;
    }
}

.order-info__col {
    font-size: 18px;
    line-height: 1.3;
    color: #000;
    font-weight: 350;
}

@media (max-width: 768px) {
    .order-info__col {
        border-top: 1px solid #E0E0E0;
        padding-top: 32px;
        padding-bottom: 32px;
        font-size: 16px;
        line-height: 24px;
    }

    .order-info__col:last-child {
        border-bottom: 1px solid #E0E0E0;
    }
}

.order-info__heading {
    margin-bottom: 32px;
    font-size: 40px;
    line-height: 1;
    font-weight: 500;
    color: #000;
}

@media (max-width: 1024px) {
    .order-info__heading {
        font-size: 24px;
    }
}

@media (max-width: 768px) {
    .order-info__heading {
        font-size: 36px;
        margin-bottom: 24px;
        font-weight: 400;
    }
}

.order-info__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.order-info__list li:not(:last-child) {
    border-bottom: 1px solid #000;
    padding-bottom: 12px;
}

@media (max-width: 768px) {
    .order-info__list li:not(:last-child) {
        padding-bottom: 8px;
    }
}

.order-info__list li:not(:first-child) {
    padding-top: 12px;
}

@media (max-width: 768px) {
    .order-info__list li:not(:first-child) {
        padding-top: 8px;
    }
}

.order-info__list li span {
    text-decoration: underline;
}

.ds-status-order {
    margin-bottom: 16px;
}

@media (max-width: 768px) {
    .ds-status-order {
        margin-bottom: 4px;
        display: flex;
        align-items: center;
        gap: 4px;
    }
}

@media (max-width: 1100px) {
    .order-table-2 {
        overflow: hidden;
        max-width: 100%;
    }

    .order-table-2 .product-table__row {
        min-height: 1px;
        position: relative;
        padding-left: 90px;
        padding-top: 28px;
        display: block;
        border: 0;
    }

    .order-table-2 .product-table__row:not(:last-child) {
        margin-bottom: 32px !important;
    }

    .order-table-2 .product-table__row--header {
        display: none;
    }

    .order-table-2 .product-table__cell {
        padding: 0;
    }

    .order-table-2 .product-table__cell--col-2 {
        display: block;
    }

    .order-table-2 .product-table__cell--col-2:nth-child(2) {
        margin-bottom: 8px;
    }

    .order-table-2 .product-table__cell--col-2:nth-child(2) a {
        text-decoration: none;
        font-size: 12px;
        font-weight: 700;
        color: rgba(0, 0, 0, 0.87);
    }

    .order-table-2 .product-table__cell--col-2:nth-child(3) {
        position: absolute;
        top: 0;
        left: 90px;
    }

    .order-table-2 .product-table__cell--col-2:nth-child(4) {
        margin-bottom: 12px;
    }
}

.ds-mobile-descr {
    display: none;
}

@media (max-width: 768px) {
    .ds-mobile-descr {
        display: block;
        font-family: Gravity;
        font-size: 12px;
        font-weight: 350;
        line-height: 1.4;
        margin-top: 7px;
    }
}

.select2-results__option {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    color: #000;
}

.select2-results__option {
    background: #fff !important;
    color: #000 !important;
}

.select2-container--default .select2-results__option--highlighted {
    opacity: 0.65;
}

.select2-container--default .select2-results__option[data-selected=true] {
    color: #bfa671 !important;
}

.ds-address {
    display: flex;
    justify-content: center;
    gap: 125px;
    padding-top: 25px;
}

@media (max-width: 1024px) {
    .ds-address {
        gap: 20px;
    }
}

@media (max-width: 768px) {
    .ds-address {
        flex-direction: column;
        gap: 64px;
        padding-top: 0;
    }
}

.ds-address__col {
    width: 425px;
}

@media (max-width: 768px) {
    .ds-address__col {
        width: 100%;
    }
}

.ds-address__heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 48px;
    font-size: 40px;
    line-height: 1;
    font-weight: 500;
    color: #000;
}

@media (max-width: 1024px) {
    .ds-address__heading {
        font-size: 30px;
    }
}

@media (max-width: 768px) {
    .ds-address__heading {
        font-size: 24px;
        font-weight: 400;
        margin-bottom: 26px;
    }

    .ds-address__heading svg {
        width: 24px;
    }
}

.ds-address__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.ds-address__list li {
    font-size: 18px;
    line-height: 1.3;
    font-weight: 350;
    font-family: Gravity;
}

@media (max-width: 768px) {
    .ds-address__list li {
        font-size: 16px;
        line-height: 24px;
    }
}

.ds-address__list li:not(:last-child) {
    padding-bottom: 16px;
    border-bottom: 1px solid #000;
}

@media (max-width: 768px) {
    .ds-address__list li:not(:last-child) {
        padding-bottom: 12px;
    }
}

.ds-address__list li:not(:first-child) {
    padding-top: 16px;
}

@media (max-width: 768px) {
    .ds-address__list li:not(:first-child) {
        padding-top: 12px;
    }
}

.ds-wrap {
    max-width: 426px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.ds-heading {
    text-align: center;
    margin-bottom: 39px;
    font-size: 32px;
    line-height: 1;
    font-weight: 400;
}

@media (max-width: 768px) {
    .ds-heading {
        font-size: 38px;
    }
}

.edit-address-col {
    margin-bottom: 32px;
}

.edit-address-btns {
    display: flex;
    flex-direction: column;
    gap: 8px;
    position: sticky;
    top: 0;
    bottom: 70px;
    z-index: 10;
    background: #fff;
}

.edit-address-btns.ds-relative {
    position: relative;
}

.ds-sub-heading {
    margin-bottom: 32px;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 1;
    font-weight: 500;
}

.ds-input {
    position: relative;
}

.ds-input svg {
    display: none;
}

.ds-input.ds-error input {
    border: 2px solid #B3261E;
}

.ds-input.ds-error label {
    color: #B3261E;
}

.ds-input.ds-error svg {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 12px;
    display: block;
}

.ds-input.ds-active input {
    border-color: #171717;
}

.ds-input.ds-active label {
    color: #171717;
}

.ds-input.ds-focus input {
    border-color: #BFA671;
    border-width: 2px;
}

.ds-input.ds-focus label {
    color: #BFA671;
}

.ds-input label {
    position: absolute;
    padding: 0 4px;
    z-index: 1;
    top: 50%;
    left: 12px;
    transform: translateY(-50%);
    background: #fff;
    font-size: 12px;
    line-height: 1;
    font-weight: 500;
    color: #49454F;
    font-family: Urbanist;
    pointer-events: none;
    transition: top 0.2s ease-in-out;
    width: max-content;
}

.ds-input.ds-active label, .ds-input.ds-focus label, .ds-input.ds-input-phone label {
    top: 0;
}

.ds-input input {
    width: 100%;
    border: 1px solid #79747E;
    height: 56px;
    padding: 0 16px;
    font-family: Gravity;
    font-size: 16px;
    color: #171717;
}

.ds-input input::-webkit-input-placeholder {
    font-family: Gravity;
}

.ds-input input:-moz-placeholder {
    font-family: Gravity;
}

.ds-input input::-moz-placeholder {
    font-family: Gravity;
}

.ds-input input:-ms-input-placeholder {
    font-family: Gravity;
}

.ds-input .select2 {
    width: 100% !important;
}

.ds-input .select2 .select2-selection--single {
    height: 56px;
    border-radius: 0;
    border: 1px solid #79747E;
}

.ds-input .select2 .select2-selection--single .select2-selection__rendered {
    line-height: 54px;
    font-family: Gravity;
    font-size: 16px;
    font-weight: 350;
    color: #171717;
    padding-left: 16px;
    padding-right: 48px;
}

.ds-input .select2 .select2-selection__arrow {
    position: absolute;
    width: 24px;
    height: 24px;
    top: 16px;
    right: 12px;
}

.ds-input .select2 .select2-selection__arrow::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/icons/select-down.svg) no-repeat center;
    transform: rotate(0deg);
    transition: transform 0.35s ease;
    transform-origin: 50% 50%;
    will-change: transform;
}

.ds-input .select2.select2-container--open .select2-selection__arrow::before {
    transform: rotate(180deg);
}

.ds-input .select2 .select2-selection__arrow b {
    display: none;
}

.mb24 {
    margin-bottom: 24px;
}

.iti {
    width: 100%;
}

.iti--separate-dial-code .iti__selected-flag {
    background: transparent;
}

.ds-sub-heading-2 {
    text-align: center;
    margin-bottom: 32px;
    font-size: 32px;
    line-height: 1;
    font-weight: 400;
}

@media (max-width: 768px) {
    .ds-sub-heading-2 {
        text-align: left;
        font-size: 20px;
    }
}

.mb40 {
    margin-bottom: 40px;
}

.ds-exit {
    border-top: 1px solid #000;
    display: flex;
    justify-content: center;
    padding-top: 24px;
}

.ds-exit .ds-button {
    width: 100%;
    max-width: 426px;
}

.prescription__heading {
    margin-bottom: 9px;
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 40px;
    line-height: 1;
    font-weight: 500;
}

@media (max-width: 768px) {
    .prescription__heading {
        font-size: 38px;
        gap: 8px;
        margin-bottom: 0;
        justify-content: flex-end;
    }
}

@media (max-width: 380px) {
    .prescription__heading {
        font-size: 24px;
    }
}

@media (max-width: 768px) {
    .prescription__heading p {
        margin-right: auto !important;
    }
}

.prescription__heading a {
    display: flex;
    text-decoration: none;
}

@media (max-width: 768px) {
    .prescription__heading a {
        max-width: 32px;
        max-height: 32px;
    }

    .prescription__heading a svg {
        width: 32px;
        height: 32px;
    }
}

@media (max-width: 768px) {
    .prescription__heading span {
        display: none;
    }
}

.prescription__date {
    font-size: 14px;
    color: #808080;
    margin-bottom: 24px;
    font-weight: 300;
    font-family: Gravity;
}

@media (max-width: 768px) {
    .prescription__date {
        font-size: 12px;
        margin-bottom: 2px;
    }
}

.prescription__date span {
    color: #000;
}

@media (max-width: 768px) {
    .prescription__date p {
        display: none !important;
    }
}

.prescription__footer {
    display: flex;
    align-items: center;
    gap: 16px;
    justify-content: flex-end;
    width: 100%;
}

.prescription__footer .ds-button {
    white-space: nowrap;
    padding: 0 40px;
    max-width: auto;
}

.prescription__mobile-btn {
    display: none;
}

@media (max-width: 768px) {
    .prescription__mobile-btn {
        display: flex;
        justify-content: center;
        padding-top: 6px;
    }

    .prescription__mobile-btn .ds-button {
        width: 100%;
        max-width: 400px;
    }
}

@media (max-width: 768px) {
    .prescription__head {
        display: flex;
        flex-direction: column-reverse;
        margin-bottom: 47px;
    }
}

.prescription__mobile-link {
    display: none !important;
}

@media (max-width: 768px) {
    .prescription__mobile-link {
        display: flex !important;
        align-items: center;
        gap: 5px;
        background: #000;
        color: #fff;
        font-weight: 500;
        font-size: 12px;
        text-decoration: none;
        padding: 0 12px;
        height: 28px;
        border-radius: 50px;
        white-space: nowrap;
        width: auto !important;
        max-width: 118px !important;
    }
}

.product-table__cell--img-3 {
    width: 8.48%;
    min-width: 8.48%;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 1110px) {
    .product-table__cell--img-3 {
        width: 64px;
        height: 64px;
        position: absolute;
        top: 0;
        left: 0;
    }

    .product-table__cell--img-3 img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
}

.product-table__cell--btn-3 {
    flex: 1;
}

.product-table__cell--name-3 {
    width: 22.92%;
    min-width: 22.92%;
}

@media (max-width: 1100px) {
    .product-table__cell--name-3 {
        width: 100%;
        min-width: 100%;
        margin-bottom: 8px;
    }

    .product-table__cell--name-3 a {
        font-weight: bold;
        font-size: 12px;
    }
}

.product-table__cell--description-3 {
    width: 48.51%;
    min-width: 48.51%;
    font-family: Gravity;
}

#wishlist-products-data .product-table__cell--description-3 {
    width: 31%;
    min-width: 31%;
}

#wishlist-products-data .product-table__cell--name-3 {
    width: 19.92%;
    min-width: 19.92%;
}

#wishlist-products-data .product-table__cell--margin-3 {
    width: 6.4%;
    min-width: 6.4%;
    padding: 0;
}

#wishlist-products-data .product-table__cell--client-price-3 {
    width: 8.5%;
    min-width: 8.5%;
}


@media (max-width: 1100px) {
    .product-table__cell--description-3 {
        width: 100%;
        min-width: 100%;
        margin-bottom: 7px;
        font-size: 12px;
        line-height: 1.4;
        font-weight: 300;
    }
}

.product-table__cell--price-3 {
    width: 9.4%;
    min-width: 9.4%;
}

@media (max-width: 1110px) {
    .e-prescriptions-mobile-table .product-table__cell--price-3 {
        width: 100%;
        min-width: 100%;
        margin-bottom: 12px;
    }
}

input[type=search]::-webkit-search-cancel-button {
    -webkit-appearance: none;
    appearance: none;
}

.width-300 {
    width: 228px;
}

.order-table-2 .product-table__row:last-child {
    border-bottom: 0;
}

@media (max-width: 1100px) {
    .order-table-3 .product-table__row {
        padding-top: 0;
    }
}

.pro-area__tabs-list {
    list-style: none;
    margin: 0;
    padding: 12px 0 0;
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
    justify-content: center;
}

@media (max-width: 768px) {
    .pro-area__tabs-list {
        display: none;
    }
}

.pro-area__tabs-list li {
    line-height: 24px;
}

.pro-area__tabs-list li a {
    color: #000000;
    transition: all 0.3s ease;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
}

.pro-area__tabs-list li:not(.active) a:hover {
    color: #BFA671;
}

.pro-area__tabs-list li.active a {
    font-weight: bold;
    cursor: pointer;
}

.stats__info {
    display: grid;
    grid-template-columns: calc(41% - 10.67px) calc(24% - 10.67px) 1fr;
    gap: 16px;
    margin-bottom: 32px;
}

@media (max-width: 1100px) {
    .stats__info {
        display: flex;
        flex-wrap: wrap;
    }
}

@media (max-width: 768px) {
    .stats__info {
        gap: 8px;
        margin-bottom: 40px;
    }
}

.stats__col {
    position: relative;
}

@media (max-width: 1100px) {
    .stats__col:nth-child(1) {
        order: 1;
        width: 100%;
    }

    .stats__col:nth-child(2), .stats__col:nth-child(3) {
        width: calc(50% - 8px);
    }
}

@media (max-width: 768px) {
    .stats__col:nth-child(1) {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 8px;
    }
}

.stats__col--lifetime, .stats__col--earnings {
    padding: 13px 16px 22px;
}

@media (max-width: 768px) {
    .stats__col--lifetime, .stats__col--earnings {
        padding: 10px 16px;
    }
}

.stats__col--lifetime {
    background: #BFA671;
}

@media (max-width: 768px) {
    .stats__col--lifetime {
        width: 100% !important;
        height: 117px;
    }
}

.stats__col--earnings {
    background: #000;
}

@media (max-width: 768px) {
    .stats__col--earnings {
        width: 100% !important;
        padding-bottom: 20px;
    }
}

.stats__top {
    display: grid;
    grid-template-columns: 1fr 38%;
    gap: 16px;
    margin-bottom: 16px;
}

@media (max-width: 768px) {
    .stats__top {
        grid-template-columns: 1fr;
        margin-bottom: 0;
    }
}

.stats__col-2 {
    border: 1px solid #000000;
    padding: 13px 16px 22px;
    height: 197px;
    position: relative;
}

@media (max-width: 768px) {
    .stats__col-2 {
        height: 137px;
        padding: 10px 16px;
    }
}

.stats__bottom {
    border: 1px solid #000000;
    padding: 13px 16px 22px;
    height: 197px;
    position: relative;
}

@media (max-width: 768px) {
    .stats__bottom {
        height: 137px;
        padding: 10px 16px;
    }
}

.stats__heading {
    margin-bottom: 24px;
    font-size: 32px;
    font-weight: 400;
    color: #000;
    line-height: 1;
}

@media (max-width: 768px) {
    .stats__heading {
        font-size: 24px;
        margin: 0;
    }

    .stats__heading br {
        display: none;
    }
}

.stats__heading--white {
    color: #fff;
}

.stats__referrals {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.stats__referrals--col {
    border: 1px solid #CCCCCC;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 99px;
    gap: 8px;
    font-weight: 500;
    font-size: 16px;
    color: #000;
    line-height: 1;
}

@media (max-width: 768px) {
    .stats__referrals--col {
        height: 69px;
        gap: 4px;
        font-size: 12px;
        line-height: 1.4;
        font-family: Gravity;
        font-weight: 300;
    }
}

.stats__referrals--col span {
    color: #BFA671;
    font-weight: 400;
    font-size: 32px;
    line-height: 1;
}

@media (max-width: 768px) {
    .stats__referrals--col span {
        font-weight: 500;
        font-size: 20px;
        font-family: Montserrat;
    }
}

.stats__num {
    font-weight: 300;
    font-size: 56px;
    color: #000;
    line-height: 1;
    text-align: center;
    width: 100%;
    left: 0;
    position: absolute;
}

@media (max-width: 768px) {
    .stats__num {
        font-size: 36px;
    }
}

.stats__num--visits {
    bottom: 56px;
}

@media (max-width: 768px) {
    .stats__num--visits {
        bottom: 24px;
        font-size: 24px;
    }
}

.stats__num--conversion {
    bottom: 48px;
}

@media (max-width: 768px) {
    .stats__num--conversion {
        bottom: 24px;
        font-size: 24px;
    }
}

.stats__num--white {
    color: #fff;
}

.stats__num--lifetime {
    bottom: 139px;
}

@media (max-width: 768px) {
    .stats__num--lifetime {
        bottom: 30px;
    }
}

.stats__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

@media (max-width: 768px) {
    .stats__list {
        margin-top: 17px;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 8px;
    }
}

.stats__list li {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
    justify-content: center;
    color: #CCCCCC;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    border: 1px solid #212529;
    padding: 15px;
}

@media (max-width: 768px) {
    .stats__list li {
        padding: 12px;
        gap: 4px;
        font-size: 12px;
        line-height: 1.4;
        font-weight: 300;
    }
}

.stats__list li:not(:last-child) {
    margin-bottom: 12px;
}

@media (max-width: 768px) {
    .stats__list li:not(:last-child) {
        margin-bottom: 0;
    }
}

.stats__list li span {
    color: #BFA671;
    font-size: 32px;
    line-height: 1;
    font-weight: 400;
}

@media (max-width: 768px) {
    .stats__list li span {
        font-weight: 500;
        font-size: 20px;
    }
}

@media (max-width: 768px) {
    .mobile-hide {
        display: none;
    }
}

.ds-table-4 .product-table__cell--col--4 {
    width: 22.46%;
}

.ds-table-4 .product-table__cell--col--4:nth-child(2) {
    flex: 1;
    text-align: right;
    justify-content: flex-end;
}

.ds-table-4 .product-table__cell--col--4:nth-child(4) {
    text-align: right;
    justify-content: flex-end;
}

.stats__mobile-title {
    display: none;
}

@media (max-width: 768px) {
    .stats__mobile-title {
        display: block;
        margin-bottom: 40px;
        font-size: 36px;
        line-height: 1;
        font-weight: 400;
        color: #000;
    }
}

.stats__table-mobile .order-table-mobile__wrap {
    margin-bottom: 8px;
}

.stats__mobile--links {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 23px;
}

.stats__mobile--links a {
    font-family: Gravity;
    font-size: 12px;
    line-height: 1.4;
    color: rgba(0, 0, 0, 0.87);
}

.stats__mobile--row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 7px;
}

.stats__mobile--col {
    color: rgba(0, 0, 0, 0.5);
    font-size: 12px;
    font-weight: 300;
    font-family: Gravity;
}

.stats__mobile--col span {
    display: block;
    margin-top: 4px;
    color: rgba(0, 0, 0, 0.87);
    font-size: 16px;
    line-height: 24px;
}

.page-padding {
    padding-bottom: 56px !important;
}

@media (max-width: 768px) {
    .page-padding {
        padding-bottom: 40px !important;
    }
}

.lt-customers .bulk-order__search {
    margin-bottom: 28px;
}

@media (max-width: 850px) {
    .ds-table-5 {
        display: block !important;
    }
}

.ds-table-5 .product-table__cell--col--5 {
    width: 33.33%;
    word-wrap: break-word;
    word-break: break-word;
    overflow-wrap: break-word;
}

@media (max-width: 850px) {
    .ds-table-5 .product-table__row--header {
        display: flex;
    }
}

@media (max-width: 850px) {
    .ds-table-5 .product-table__row {
        display: flex;
        padding: 8px 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.12);
        margin: 0 !important;
    }
}

.ds-order-details {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 32px;
    padding-top: 62px;
}

@media (max-width: 768px) {
    .ds-order-details {
        padding-top: 0;
    }
}

@media (max-width: 768px) {
    .ds-order-details svg {
        max-width: 168px;
    }
}

.ds-order-details span {
    font-size: 32px;
    line-height: 1;
}

@media (max-width: 768px) {
    .ds-order-details span {
        font-size: 24px;
    }
}

.ds-table-coupons .product-table__cell--col--5:nth-child(1) {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 768px) {
    .ds-table-coupons .product-table__cell--col--5:nth-child(1) {
        width: 50px;
    }
}

.ds-table-coupons .product-table__cell--col--5:nth-child(2), .ds-table-coupons .product-table__cell--col--5:nth-child(3) {
    width: 48%;
}

@media (max-width: 768px) {
    .ds-table-coupons .product-table__cell--col--5:nth-child(2), .ds-table-coupons .product-table__cell--col--5:nth-child(3) {
        width: calc(50% - 25px);
    }
}

.ds-settings {
    padding-top: 50px;
    max-width: 426px;
    margin: 0 auto;
    width: 100%;
}

@media (max-width: 768px) {
    .ds-settings {
        padding-top: 10px;
    }
}

.ds-settings__heading {
    text-align: center;
    margin-bottom: 32px;
    font-size: 32px;
    font-weight: 400;
    line-height: 1;
    color: #000;
}

@media (max-width: 768px) {
    .ds-settings__heading {
        font-size: 24px;
        text-align: left;
        margin-bottom: 24px;
    }
}

.ds-settings__email {
    display: flex;
    flex-direction: column;
    gap: 9px;
    font-weight: 500;
    font-size: 12px;
    line-height: 1;
    color: #49454F;
}

.ds-settings__email span {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #171717;
}

.ds-settings__email input {
    font-size: 16px;
    border: 0;
}

.ds-settings__col {
    margin-bottom: 72px;
}

.ds-settings__col-2 {
    margin-bottom: 64px;
}

.ds-settings__col-2 .product-checkbox label {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    color: #000;
}

.ds-snack-bar {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    min-width: 344px;
    padding: 14px 16px;
    background: #000;
    font-family: Gravity;
    font-weight: 300;
    font-size: 14px;
    line-height: 21px;
    color: #F5EFF7;
    display: none;
}

.ds-snack-bar.active {
    display: block;
}

@media (max-width: 768px) {
    .ds-snack-bar {
        left: 20px;
        min-width: 1px;
        width: calc(100% - 40px);
    }
}

.product-table__row:last-child {
    border-bottom: 0 !important;
}

.ds-mobile-persription-btn {
    display: none;
}

@media (max-width: 768px) {
    .ds-mobile-persription-btn {
        display: flex;
        justify-content: center;
    }

    .ds-mobile-persription-btn .ds-button {
        width: 100%;
        max-width: 420px;
        margin-bottom: 20px;
    }
}

.stats__mobile-block {
    display: none;
}

@media (max-width: 768px) {
    .stats__mobile-block {
        display: block;
        position: relative;
        order: 3;
        border: 1px solid #000000;
        padding: 10px 16px 21px;
        min-width: 100%;
    }

    .stats__mobile-block .stats__heading {
        margin-bottom: 17px;
    }
}

.home-skin-care-slider {
    margin-bottom: 64px;
    width: 100%;
    overflow: hidden;
}

.home-skin-care-slider .swiper {
    overflow: visible;
}

.home-skin-care-slider .swiper .swiper-slide {
    width: 427px;
    height: 100%;
}

@media (max-width: 768px) {
    .home-skin-care-slider .swiper .swiper-slide {
        width: 237px;
    }
}

@media (max-width: 768px) {
    .home-skin-care-slider .swiper .price-grozio {
        font-size: 20px;
    }
}

#our-team-homepage .swiper-pagination-progressbar,
.home-skin-care-slider .swiper-pagination-progressbar {
    position: static;
    margin-top: 40px;
    height: 2px;
}

@media (max-width: 768px) {
    #our-team-homepage .swiper-pagination-progressbar,
    .home-skin-care-slider .swiper-pagination-progressbar {
        margin-top: 26px;
    }
}

#our-team-homepage .swiper-pagination-progressbar .swiper-pagination-progressbar-fill,
.home-skin-care-slider .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #000;
}

.home-skin-care-slider .product {
    min-width: 1px !important;
    max-width: 100% !important;
    display: flex;
    flex-direction: column;
}

.home-skin-care-slider .product a {
    flex: 1;
}

.home-skin-care-slider .product .screen-reader-text {
    display: none;
}

@media (max-width: 768px) {
    .home-skin-care-slider .product .pa_quantity {
        width: 100%;
    }
}

.ds-slider-controls {
    position: relative;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 24px;
    display: none;
}

@media (min-width: 768px) {
    .ds-slider-controls {
        display: flex;
    }
}

.ds-slider-controls .swiper-button-next,
.ds-slider-controls .swiper-button-prev {
    position: static;
    margin: 0;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    color: #000;
}

.ds-slider-controls .swiper-button-next:not(.swiper-button-disabled):hover,
.ds-slider-controls .swiper-button-prev:not(.swiper-button-disabled):hover {
    opacity: 0.75;
}

.ds-slider-controls .swiper-button-next:not(.swiper-button-disabled):active,
.ds-slider-controls .swiper-button-prev:not(.swiper-button-disabled):active {
    opacity: 0.5;
}

.ds-slider-controls .swiper-button-next.swiper-button-disabled,
.ds-slider-controls .swiper-button-prev.swiper-button-disabled {
    opacity: 0.4;
    cursor: pointer;
}

.ds-slider-controls .swiper-button-prev svg {
    transform: rotate(180deg);
}

.ds-header {
    padding-top: 100px;
}

@media (max-width: 1024px) {
    .ds-header {
        padding-top: 10px;
    }
}

@media (max-width: 768px) {
    .ds-header {
        display: none;
    }
}

.ds-header .container {
    height: auto !important;
}

.ds-header__wrap {
    border-bottom: 1px solid #000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-width: 100%;
    padding-bottom: 48px;
    gap: 20px;
}

.ds-header__profile {
    display: flex;
    align-items: center;
    gap: 32px;
}

.ds-header__profile-img {
    width: 112px;
    height: 112px;
    min-width: 112px;
}

.ds-header__profile-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ds-header__profile-name {
    margin-bottom: 4px;
    font-family: Montserrat;
    font-size: 40px;
    line-height: 1;
    font-weight: 400;
}

.ds-header__profile-desc {
    max-width: 626px;
    font-family: Gravity;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.3;
    color: #000;
}

.ds-header__btn .ds-button {
    width: 426px;
}

@media (max-width: 1320px) {
    .ds-header__btn .ds-button {
        width: 326px;
    }
}

@media (max-width: 1024px) {
    .ds-header__btn .ds-button {
        width: 210px;
    }
}

.assistant-card-content {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.25) 100%);
}

@media (max-width: 768px) {
    .assistant-card-content {
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
    }
}

.assistant-card.scroll-card {
    border: 2px solid transparent;
    transition: border 0.3s ease;
}

.assistant-card.scroll-card:hover {
    opacity: 1;
    border-color: #fff;
}

@media (max-width: 600px) {
    .our-team-page-list {
        grid-template-columns: 1fr;
    }
}

#our-team-page .assistant-card {
    height: auto;
    aspect-ratio: 2.6/3;
}

@media (max-width: 400px) {
    #our-team-page .assistant-card {
        aspect-ratio: inherit;
    }
}

#our-team-page .assistant-card img {
    height: 100% !important;
}

#our-team-page .assistant-card-content {
    bottom: 0;
}

@media (max-width: 600px) {
    #our-team-page .assistant-card-name {
        font-size: 20px !important;
        margin-bottom: 8px !important;
    }

    #our-team-page .assistant-card-description {
        font-size: 12px !important;
    }

    #our-team-page .assistant-card-content {
        padding: 16px 16px 24px !important;
    }
}

@media (max-width: 430px) {
    #our-team-page .assistant-card {
        height: 350px !important;
    }
}

.product-table__cell--view-order-image {
    height: 56px;
    flex: 1;
}

@media (max-width: 768px) {
    .product-table__cell--view-order-image {
        height: 64px;
    }
}

.product-table__cell--view-order-image img {
    max-width: 100%;
    max-height: 100%;
}

.woocommerce-edit-address .woocommerce-notices-wrapper {
    display: none !important;
}

#affwp-affiliate-dashboard-tabs li a {
    text-transform: uppercase;
}

.wishlist-page-links {
    display: none !important;
}

.img-size-40 {
    width: 40px;
    height: 40px;
}

@media (max-width: 768px) {
    .img-size-40 {
        width: 70px;
        height: 70px;
    }
}

.img-size-40 img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.hidden-title-form {
    width: max-content;
}

.back-to-all-wishlists {
    display: none;
}

.add-new-prescription-svt {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .add-new-prescription-svt {
        margin-bottom: 10px;
    }
}

.add-new-prescription-title {
    text-align: center;
    margin-bottom: 32px;
    font-weight: 500;
    font-size: 40px;
    line-height: 1;
}

@media (max-width: 768px) {
    .add-new-prescription-title {
        font-size: 26px;
        margin-bottom: 16px;
    }
}

.add-new-prescription-text {
    text-align: center;
    margin-bottom: 32px;
    font-family: Gravity, sans-serif;
    font-size: 18px;
    line-height: 18px;
}

@media (max-width: 768px) {
    .add-new-prescription-text {
        margin-bottom: 16px;
        font-size: 16px;
    }
}

.add-new-prescription-wrap {
    max-width: 500px;
    margin: 0 auto;
    width: 100%;
}

.add-new-prescription-wrap .ds-input {
    margin-bottom: 48px;
}

@media (max-width: 768px) {
    .add-new-prescription-wrap .ds-input {
        margin-bottom: 24px;
    }
}

.ds-modal-head-icon {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.ds-modal-head-icon img {
    width: 40px;
    height: 40px;
}

.ds-wcwl-popup-footer .ds-button {
    max-width: 100%;
    width: 100%;
}

.ds-popup-description {
    margin-top: 48px;
    margin-bottom: 16px;
}

.ds-popup-description .ds-button {
    max-width: 100%;
    width: 100%;
}

.ds-popup-description .ds-button.active {
    display: none;
}

@media (max-width: 768px) {
    .ds-popup-description {
        margin-top: 24px;
        margin-bottom: 6px;
    }
}

.wc-product-table-controls .wc-product-table-select-filters .select2-container, .wc-product-table-controls .wc-product-table-select-filters select {
    width: auto !important;
}

.wc-product-table-controls .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0 !important;
    padding-right: 24px !important;
    font-weight: 500;
    font-size: 20px;
    font-family: "Montserrat", sans-serif;
    color: #000;
}

.wc-product-table-controls .select2-container .select2-selection--single .select2-selection__arrow {
    background: url("../images/arrow_back_ios_new.svg") center center/contain no-repeat;
    width: 16px !important;
    right: 0 !important;
}

.wc-product-table-controls .select2-container .select2-selection--single .select2-selection__arrow:before, .wc-product-table-controls .select2-container .select2-selection--single .select2-selection__arrow:after,
.wc-product-table-controls .select2-container .select2-selection--single .select2-selection__arrow b {
    display: none;
}

.wc-product-table-controls .select2-container .select2-selection--single {
    border: 0;
}

.wc-product-table {
    font-family: "Montserrat", sans-serif;
}

.wc-product-table .add-to-cart-wrapper {
    justify-content: flex-start;
}

.wc-product-table .single-product-link img {
    width: 72px;
    height: 40px;
    object-fit: contain;
}

.wc-product-table thead tr th {
    line-height: 1 !important;
    font-weight: 600;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.87);
    padding: 14px 0 13px 16px !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12) !important;
    vertical-align: middle;
}

.wc-product-table tbody tr td {
    vertical-align: middle;
    text-align: left !important;
    font-size: 14px;
    line-height: 1;
    color: rgba(0, 0, 0, 0.87);
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    padding: 6px 16px;
}

.wc-product-table tbody tr td a {
    text-align: left !important;
}

.wc-product-table .add-to-cart-button .qib-container {
    align-items: center;
    margin-right: 24px;
}

.wc-product-table .add-to-cart-button .qib-container button {
    width: 24px;
    height: 24px;
    border: 1px solid #BFA671;
    background: #fff;
}

.wc-product-table .add-to-cart-button .qib-container button:before {
    width: 100%;
    height: 100%;
    background-size: contain;
}

.wc-product-table .add-to-cart-button .qib-container button.plus {
    background: #BFA671;
}

.wc-product-table .add-to-cart-button .qib-container .buttons_added {
    margin: 0 !important;
    height: 24px !important;
}

.wc-product-table .add-to-cart-button .qib-container .buttons_added input {
    width: 40px !important;
    height: 24px !important;
    font-family: Gravity, sans-serif !important;
    font-size: 14px !important;
    font-weight: 300 !important;
}

.wc-product-table .add-to-cart-button .col-image:before {
    top: 50%;
    transform: translate(-50%);
}

.wc-product-table .single_add_to_cart_button,
.wc-product-table .product_type_simple {
    height: 40px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    font-weight: 500 !important;
    font-size: 16px !important;
    text-transform: uppercase;
}

.wc-product-table .product_type_simple {
    border: 1px solid #000;
    background: #fff;
    color: #000;
}

.wc-product-table .multi-cart-check {
    right: -3px !important;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.wc-product-table .multi-cart .multi-cart-check input[type=checkbox] {
    right: 0 !important;
    top: 0 !important;
    width: 100%;
    height: 100%;
}

.wc-product-table .dtr-details li {
    display: grid;
    gap: 10px;
    grid-template-columns: 150px 1fr;
}

@media (max-width: 680px) {
    .wc-product-table .wpt-bulk-select-wrap {
        display: none !important;
    }

    .wc-product-table .multi-cart-check {
        position: absolute;
        left: auto !important;
        right: 0 !important;
    }
}

.wc-product-table-reset {
    display: none !important;
}

.wc-product-table.multicart-enabled th.col-buy .wpt-bulk-select-wrap .wpt-multi-checkbox,
.wc-product-table .multi-cart .multi-cart-check input[type=checkbox]:not(:disabled) + .wpt-multi-checkbox {
    width: 20px !important;
    height: 20px !important;
    border: 1px solid #000 !important;
}

.wc-product-table.multicart-enabled th.col-buy .wpt-bulk-select-wrap .wpt-bulk-select:checked + .wpt-multi-checkbox:after,
.wc-product-table .multi-cart .multi-cart-check .wpt-multi-checkbox:after {
    background: url("../images/check.svg") center center/13px no-repeat #000 !important;
    width: 100%;
    height: 100%;
    border: 0;
    transform: rotate(0);
    left: 0;
    top: 0;
}

.wc-product-table.multicart-enabled th.col-buy .wpt-bulk-select-wrap {
    display: flex !important;
    justify-content: flex-end;
    align-items: center;
}

.wc-product-table.multicart-enabled th.col-buy .wpt-bulk-select-wrap .wpt-bulk-select {
    top: 0 !important;
    width: 20px;
    height: 20px;
}

.wc-product-table .multi-cart .multi-cart-check .wpt-multi-checkbox:after {
    width: 100%;
    height: 100%;
}

.wc-product-table .multi-cart .multi-cart-check .wpt-multi-checkbox {
    left: 0 !important;
    top: 0 !important;
}

.wc-product-table .multi-cart .multi-cart-check .wpt-multi-checkbox:after {
    background: url("../images/check.svg") center center/13px no-repeat #000 !important;
    width: 100% !important;
    height: 100% !important;
    border: 0 !important;
    transform: rotate(0) !important;
    left: 0 !important;
    top: 0 !important;
}

@media (max-width: 680px) {
    .wc-product-table .child .purchasable .multi-cart {
        padding-left: 0 !important;
    }

    .wc-product-table-wrapper .single_add_to_cart_button {
        padding: 0 5px !important;
    }
}

table.wc-product-table.dtr-column > tbody > tr > td.control:before, table.wc-product-table.dtr-column > tbody > tr > th.control:before, table.wc-product-table.dtr-inline.collapsed > tbody > tr > td.dtr-control:before, table.wc-product-table.dtr-inline.collapsed > tbody > tr > th.dtr-control:before {
    top: 2.3em !important;
}

@media screen and (min-width: 600px) {
    .wc-product-table-controls {
        justify-content: flex-start !important;
    }
}

@media screen and (min-width: 600px) {
    .wc-product-table-multi-form {
        margin-left: auto !important;
    }
}

/*# sourceMappingURL=style.css.map */
