@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@300;400;500;600;700&family=Roboto:wght@300;400;500;600;700&display=swap');
html {
    height: 100%;
}
body {
    font-family: 'Roboto', sans-serif;
    color: #19191b;
    min-width: 320px;
    display: flex;
    flex-direction: column;
    height: 100%;
}
#wrapper {
    flex: 1 0 auto;
}
ul li {
    list-style: none;
}
table {
    border-collapse: collapse;
}
input:focus,
textarea:focus {
    outline: 1px solid #83ba75;
}
input:invalid:focus {
    outline: 1px solid #e88b8b;
}
button:focus {
    outline: none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type='number'] {
    -moz-appearance: textfield;
}
a:hover {
    text-decoration: none;
    color: #19191b;
}
.site-button {
    max-width: 400px;
    min-width: 180px;
    padding: 12px 15px;
    color: #83ba75;
    border-radius: 8px;
    border: solid 1px #83ba75;
    background-color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.12px;
    overflow: hidden;
    transition-duration: 0.25s;
    cursor: pointer;
}
.site-button:hover,
.add-to-cart-btn,
.empty-cart-add .site-button {
    border: solid 1px #83ba75;
    background-color: #83ba75;
    color: #fff;
}
.site-button:active,
.site-button:focus {
    color: white;
    border: solid 1px #709f64;
    background-color: #709f64;
    outline: none;
}
a.short-info-categories {
    color: #fff;
    font-weight: 600;
    border-radius: 20px;
    border: solid 1px #485145;
    background-color: #485145;
}
a.short-info-categories:hover {
    color: white;
    border: solid 1px #485145;
    background-color: #485145;
}
.load-more {
    margin: auto;
}
.submit-btn {
    font-size: 12px;
    font-weight: 500;
    padding: 8px 30px;
    min-width: 152px;
    background-color: #83ba75;
    border-radius: 8px;
    color: white;
}
h2.title,
div.title {
    font-family: 'Roboto Slab', serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 1.5rem;
    color: #161514;
    margin-bottom: 40px;
}
label {
    margin-bottom: 0;
}
.main-title {
    font-size: calc(20px + 13 * ((100vw - 320px) / 1280));
    font-weight: bold;
    letter-spacing: -0.38px;
    color: #21184d;
    margin-bottom: 38px;
}
.main-header {
    min-height: 68px;
    display: flex;
    align-items: center;
    min-width: 100%;
}
#header {
    background-color: #c1deba;
}
.short-info {
    background-color: #c1deba;
}
.index .ticker {
    display: none;
}
.ticker {
    background-color: #fbf3eb;
    height: 80px;
    font-size: 16px;
    font-weight: 700;
}
.ticker img {
    margin-right: 12px;
}
.header-row {
    display: flex;
    align-items: center;
    min-width: 100%
}
.header-site-name a {
    display: flex;
    align-items: center;
}
.custom-container {
    width: 100%;
    height: 100%;
    max-width: 1310px;
    min-width: 320px;
    margin-right: auto;
    margin-left: auto;
    padding: 0px 15px;
}
.header-left-collum,
.header-center-collum, 
.header-right-collum,
.header-center-collum a {
    display: flex;
    align-items: center;
    height: 100%;
}
.my-cart-mobile {
    display: none;
}
.my-cart,
.live-chat, 
.my-order-status,
.language-menu,
.currency-menu {
    margin-right: 12px;
}
.cart-preview-mobile {
    background-color: white;
}
.menu__btn {
    margin-bottom: 0;
    cursor: pointer;
    position: relative;
}
.my-cart {
    position: relative;
}
.cart-count {
    position: absolute;
    top: -4px;
    right: -5px;
    color: #fff;
    font-size: 10px;
    display: flex;
    line-height: 1;
    width: 18px;
    height: 18px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: #f55858;
    text-align: center;
}
.header-mobile-menu .cart-count {
    top: -5px;
    left: 6px;
}
.close-menu-btn {
    position: absolute;
    top: 22px;
    left: -2px;
    cursor: pointer;
    width: 24px;
    height: 24px;
    overflow: hidden;
}
.close-menu-btn img {
    width: 100%;
    rotate: 45deg;
}
.categories-menu {
    border-bottom: 1px solid darkgrey;
    padding: 10px 0px 10px;
    position: relative;
    display: none;
    margin-bottom: 16px;
}
.categories-menu::after {
    border-right: 2px solid #d2d2d2;
    content: '';
    display: block;
    position: absolute;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 16px;
    top: 18px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #d2d2d2;
}
.support-phones {
    display: flex;
    align-items: center;
    margin-left: auto;
    margin-right: 32px;
}
.support-phones img {
    height: 10px;
}
.header-title {
    font-family: 'Roboto Slab', serif;
    font-size: 23px;
    font-weight: bold;
    text-align: left;
    color: #161514;
    margin-left: 8px;
}
.selected .currency-name,
.selected .language-name {
    color: #9fc495;
}
.languages-container img {
    width: 31px;
    height: 30px;
}

.hamburger-menu {
    margin-right: 40px;
}
.hamburger-menu span {
    margin-top: -12px;
}
.menu__btn {
    display: flex;
    position: relative;
    align-items: center;
    margin: 0;
    min-width: 20px;
    min-height: 20px;
    cursor: pointer;
}
.menu__btn>span,
.menu__btn>span::before,
.menu__btn>span::after {
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #3c355d;
    transition-duration: .25s;
}

.menu__btn>span::before {
    content: '';
    width: 10px;
    top: 6px;
}

.menu__btn>span::after {
    content: '';
    top: 12px;
}
.menu__box {
    display: block;
    position: fixed;
    visibility: hidden;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    margin: 0;
    list-style: none;
    background-color: #000000ee;
    box-shadow: 1px 0px 6px rgba(0, 0, 0, .2);
    transition-duration: .25s;
    z-index: 1026;
    overflow-y: auto;
}
.categories-menu__btn {
    padding: 14px 0;
}
.languages-container {
    margin-left: 50px;
}

.languages-container .row {
    margin: 16px auto 0px;
    max-width: 300px;
}
.currencies-container a {
    margin-top: 16px;
}
.currencies-container {
    display: flex;
    margin: auto;
    max-width: 280px;
}
.header-mobile-menu .currencies-container,
.header-mobile-menu .languages-container,
.header-mobile-menu,
.header-menus input,
.header-menus .support-phones,
.menu__items #tools_currencies>.menu-name,
.menu__items #tools_languages>.menu-name {
    display: none;
}
.active .menu__box {
    visibility: visible;
    left: 0px;
}
.close-menu__btn {
    position: fixed;
    top: 30px;
    z-index: 1025;
}
.close-menu__btn>span {
    transform: rotate(45deg);
    background: white;
}

.close-menu__btn>span::before {
    top: 0;
    transform: rotate(0);
    background: white;
}

.close-menu__btn>span::after {
    top: 0;
    transform: rotate(90deg);
    background: white;
}
.header-menu__header,
.header-menu__header a {
    position: relative;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.main-menu {
    margin-right: 60px;
    cursor: pointer;
}
.header-link {
    margin-bottom: 16px;
}
.menu-name {
    font-size: 24px;
    position: relative;
    color: white;
    font-weight: 500;
    transition-duration: .25s;
    cursor: pointer;
} 
.header-menus .header-title,
.header-menus a {
    transition-duration: .25s;
    color: white;
}
.header-menus .header-title:hover,
.header-menus a:hover {
    color: #9fc495;
}
.menu__sitename {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    margin: 0 0 22px;
}
.menu__items {
    max-width: 300px;
    margin: 0 auto 30px;
}
.header-mobile-menu label:hover,
.header-link:hover,
.header-link a:hover,
.menu-name:hover {
    color: #9fc495;
    cursor: pointer;
}
.live-chat-link {
    display: none;
}
.live-chat-link .lz_text_link::before {
    content: 'Live Chat Online';
    text-decoration: underline;
}
.live-chat-link .lz_text_link img {
    display: none;
}
.menu__box .menu__items {
    max-width: 100%;
}
.menu__box .categories-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.menu__box .category {
    width: 50%;
    margin: 3px 0px;
}
.header-mobile-menu {
    border-bottom: 1px solid darkgrey;
    padding-bottom: 10px;
    margin-bottom: 0;
}
.current-language, 
.current-currency {
    color: white;
    font-size: 14px;
    font-weight: 600;
    transition-duration: .25s;
}
.after-arrow {
    position: relative;
    padding-right: 25px;
}
.select-container.after-arrow {
    padding-right: 0px;
}
.after-arrow:hover span {
    background-color: transparent;
}
.after-arrow::after {
    border-right: 2px solid white;
    border-bottom: 2px solid white;
    position: absolute;
    top: 5px;
    right: 8px;
    content: '';
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 9px;
    height: 9px;
    display: inline-block;
    cursor: pointer;
}
/* short-info */
.short-info-container {
    height: 532px;
    background-image: url('../images/main_banner.png');
    background-repeat: no-repeat;
    background-position: right -80px top 0px;
    background-size: contain;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 100px;
}
.head-text {
    color: #fff;
    font-family: 'Roboto Slab', serif;
    font-size: 62px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 40px;
}
.head-text span {
    color: #161514;
    display: block;
    font-size: 76px;
    font-weight: bold;
    text-transform: capitalize;
}
.left-block-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.regular-text {
    margin-bottom: 36px;
    max-width: 310px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.56;
}
/* Live Chat link */
/* Top Products / Best sellers */

.best-sellers {
    background: white;
    margin-top: 55px;
}
.section-heading {
    margin-bottom: 40px;
    font-family: 'Roboto Slab', serif;
    font-size: 32px;
    font-weight: 700;
}
.best-sellers .side-margins {
    justify-content: center;
    flex-wrap: nowrap;
    padding: 0px 15px;
    overflow: visible;
}
.item-card {
    max-width: 350px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    position: relative;
    border-radius: 12px;
    margin: auto;
    padding: 0px 24px 14px;
    text-align: center;
    border: solid 1px transparent;
}
.item-card:hover {
    box-shadow: 0 0 27px 0 rgba(147, 106, 214, 0.15);
    border: solid 1px #f0f0f0;
    transition-duration: .25s;
}
.pill-image {
    min-height: 120px;
    display: flex;
    align-items: center;
}
.pill-name a {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.56;
    letter-spacing: -0.18px;
    color: #19191b;
}
.pill-ingredient a {
    font-size: 13px;
    line-height: 2.33;
    color: #4c8c3d;
}
.pill-buy {
    margin: 10px 0px 10px;
    font-size: 14px;
    font-weight: 600;
    line-height: 2;
}
.list-dose {
    margin: 2px 12px 16px;
    max-height: 50px;
    overflow-y: hidden;
}
.best-sellers .list-dose {
    height: 50px;
    margin-bottom: 0px;
}
.list-dose a {
    font-size: 13px;
    font-weight: 300;
    line-height: 1.67;
    letter-spacing: 0.12px;
    color: #1c1c1a;
}
.shop-button .site-button {
    font-size: 12px;
    min-width: 140px;
    background-color: #83ba75;
    color: white;
}
.discount-icon,
.package-save {
    padding: 0px 10px 0px 15px;
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
    height: 44px;
    background-color: #f55858;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 50px;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: -0.2px;
    text-align: center;
    color: #fff;
}
.package-save {
    width: auto;
    height: 32px;
    font-size: 12.5px;
    font-weight: bold;
    line-height: 1.68;
    letter-spacing: 0.13px;
}
.package-save-text {
    font-weight: 400;
}
.delivery-info .site-button {
    text-align: center;
    margin-right: 8px;
    white-space: nowrap;
}
.shipping-img-cheched {
    display: none;
}
.checked-shipping .shipping-img,
.shipping_method .site-button:hover .shipping-img {
    display: none;
}
.checked-shipping .shipping-img-cheched,
.shipping_method .site-button:hover .shipping-img-cheched {
    display: block;
}
.shipping-row img {
    margin-right: 10px;
}
.shipping-row .total-column {
    margin-left: auto;
    text-align: center;  
    width: 26%;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.14px;
    color: #1c1c1a;
}
.checked-shipping .site-button {
    background-color: #83ba75;
    color: white;
}
.best-sellers .custom-container {
    padding: 0;
}
.best-sellers__header {
    padding: 0px 15px;
    margin-bottom: -15px;
}
#itemsCarousel .col {
    padding: 15px;
}
.carousel-indicators {
    position: relative;
    margin-top: 20px;
    cursor: pointer;
}
.carousel-indicators li {
    width: 100px;
    height: 3px;
    margin: 0;
    background-color: #f3f3f3;
}
.carousel-indicators li.active {
    background-color: #8dc081;
}
/* top-categories */
.top-categories {
    margin-top: 40px;
}
.top-categories-banner {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-left: -130px;
}
.top-categories .site-button {
    background-color: #191919;
    color: #fff;
    margin-left: 150px;
    min-width: 310px;
    margin-top: 20px;
}
.top-categories .custom-container {
    position: relative;
}
.top-categories-list {
    display: grid;
    grid-gap: 20px;
}
.top-categories-item::after {
    position: absolute;
    bottom: -14px;
    right: -8px;
}
.top-categories-item:nth-child(1) {
    max-width: 590px;
    grid-area: 1 / 1 / 2 / 3;
    background-color: #fff6de;
}
.top-categories-item:nth-child(1)::after {
    content: url('../images/top_categories_arrows/arrow_yellow.svg');
    position: absolute;
    bottom: -14px;
    right: -8px;
}
.top-categories-item:nth-child(2) {
    max-width: 285px;
    grid-area: 2 / 1 / 4 / 2;
    background-color: #dbf6ff;
}
.top-categories-item:nth-child(2)::after {
    content: url('../images/top_categories_arrows/arrow_blue.svg');
}
.top-categories-item:nth-child(3) {
    max-width: 285px;
    grid-area: 2 / 2 / 4 / 3;
    background-color: #f9e2ff;
}
.top-categories-item:nth-child(3)::after {
    content: url('../images/top_categories_arrows/arrow_violet.svg');
}
.top-categories-item:nth-child(4) {
    max-width: 341px;
    min-width: 250px;
    grid-area: 1 / 3 / 4 / 4;
    background-color: #e5f4e1;
}
.top-categories-item:nth-child(4)::after {
    content: url('../images/top_categories_arrows/arrow_green.svg');
}
.top-categories-item:nth-child(5) {
    max-width: 309px;
    grid-area: 1 / 4 / 3 / 5;
    background-color: #ffe4e4;
}
.top-categories-item:nth-child(5)::after {
    content: url('../images/top_categories_arrows/arrow_red.svg');
}
.top-categories-item:nth-child(6) {
    max-width: 309px;
    grid-area: 3 / 4 / 4 / 5;
    background-color: #f9f9f9;
}
.top-categories-item:nth-child(6)::after {
    content: url('../images/top_categories_arrows/arrow_grey.svg');
    position: relative;
    display: block;
    top: 3px;
    right: -5px;
}
.top-categories-info {
    padding: 30px;
}
.top-categories-item {
    position: relative;
    border-radius: 12px;
    background-color: #fff6de;
}
.top-categories-title {
    font-family: 'Roboto Slab', serif;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.3;
    color: #161514;
}
.top-categories-description {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.57;
    letter-spacing: 0.14px;
    color: #1c1c1a;
}
.top-categories-img {
    display: none;
}
.top-categories-img img {
    object-fit: cover;
    width: 100%;
}
.top-categories-item:nth-child(4) .top-categories-img {
    padding: 0px 10px 26px;
    display: block;
    width: 100%;
    height: auto;
}
.all-categories {
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.38;
    color: #1c1c1a;
}
.top-categories-item-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

/* mobile apps */
.mobile-apps {
    margin-top: 90px;
}
.mobile-apps-container {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}
.mobile-apps-info {
    width: 45%;
    padding-top: 40px;
    padding-left: 32px;
}
.mobile-apps-bunners {
    width: 55%;
    display: flex;
}
.mobile-apps-bunners img {
    width: 96%;
    object-fit: cover;
}
.mobile-apps-title {
    font-family: 'Roboto Slab', serif;
    font-size: 45px;
    font-weight: bold;
    line-height: 1.25;
    margin-bottom: 48px;
}
.mobile-apps-text {
    font-size: 16px;
    line-height: 1.38;
    color: #1c1c1a;
    margin-bottom: 1rem;
}
.mobile-apps-description-list {
    display: flex;
    border-radius: 24px;
    background-color: #c1deba;
    padding: 42px 18px;
}
.mobile-apps-description-item {
    padding: 0px 36px;
    width: 25%;
    border-right: 1px solid #e8e8e8;
}
.mobile-apps-description-item:last-child {
    border-right: none;
}
.mobile-apps-description-title {
    font-family: 'Roboto Slab', serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 1.35;
    margin-bottom: 13px;
}
.mobile-apps-description-text {
    font-size: 14px;
    line-height: 1.57;
    letter-spacing: 0.14px;
    color: #1c1c1a;
}
.landing-button {
    min-width: 150px;
    margin-top: 46px;
    margin-bottom: 30px;
    border-radius: 20px;
    background-color: #83ba75;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
}
/* FOOTER */
.footer {
    background-color: #f4f4f4;
    margin-top: 80px;
}
.footer-copyright {
    text-align: center;
    background-color: #b9b9b9;
}
.footer-copyright__text {
    padding: 10px;
}
.footer-copyright__text, 
.footer-copyright__text a {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
}

.footer-links {
    padding: 45px 0px 8px;
}
.footer-link a {
    font-size: 13px;
    font-weight: 600;
    line-height: 2;
    color: #1c1c1a;
}
.footer-link {
    width: 33.33333%;
}
.footer-links__container {
    display: flex;
    flex-wrap: wrap;
}
.footer-container__links {
    width: 50%;
}
.footer-container__info-text {
    padding: 0px 100px;
    font-size: 12px;
    line-height: 1.5;
    text-align: center;
    color: #acafbb;
    margin-top: 45px;
}
.footer-container__subscribe {
    margin-left: auto;
}
.footer-container__payments {
    margin: 0px auto;
}
.payment-methods {
    display: flex;
    align-items: center;
    gap: 7px;
}
.payment-methods img {
    max-height: 20px;
}
.footer-container__title, 
.footer-label {
    color: #1c1c1a;
    font-size: 13px;
    font-weight: 600;
    line-height: 2;
    margin-bottom: 12px;
}
#subscribe_to_news_form {
    display: inline-flex;
    width: auto;
    height: 36px;
    background-color: #fff;
    border-radius: 8px;
}
#subscribe_to_news_form:focus-within {
    outline: solid 1px #83ba75;
    border-radius: 8px;
}
#subscribe_to_news_form .text {
    max-width: 228px;
    border: none;
    height: 36px;
    padding-left: 15px;
    font-size: 13px;
    font-weight: 500;
    line-height: 2;
    color: #acafbb;
    border: 1px solid transparent;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
:focus-visible {
    outline: none;
}
#subscribe_to_news {
    background-color: #83ba75;
    border: 2px solid white;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px;
}
#subscribe_to_news:focus {
    outline: none;
}
/* breadcrumbs */
#breadcrumbs {
    background-color: #fff;
    line-height: 1;
    letter-spacing: 0.13px;
    font-size: 13px;
    color: #a9a9a9;
}
.breadcrumbs a {
    color: #1c1c1c;
}
.breadcrumbs span {
    color: #828282;
}
.breadcrumbs__container {
    padding: 16px 0px 40px;
}
/* product page */
.products__container {
    width: 100%;
}
.products-page,
.products-header {
    background-color: #fff;
}
.products-header {
    margin-bottom: 35px;
}
.pill-item-info {
    width: 100%;
}
.pill-name,
.pill-ingredient,
.price_prep_val {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.mobile-search {
    display: none;
}
.products-load-more {
    display: none;
    text-align: center;
    margin: 25px auto 0px;
}
.product-list {
    display: flex;
    flex-wrap: wrap;
}
.product-list .collum {
    display: none;
    width: 25%;
    padding: 0 14px 20px;
}
.product-list .price_prep_val {
    font-size: 16px;
    font-weight: bold;
    margin-top: auto;
    margin-bottom: 15px;
}
.products-header__search {
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 100%;
}
.side_search form {
    display: flex;
    justify-content: space-between;
}
.side_search input:focus {
    outline: none;
}
.side_search:focus-within {
    border: 1px solid #83ba75;
}
.side_search .bttn {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    background-color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    color: #fff;
    padding: 2px;
    border: none;
    cursor: pointer;
}
.side_search {
    width: 100%;
    position: relative;
    border-radius: 6px;
    border: solid 1px #e5e5e5;
    margin-left: auto;
}
.side_search input {
    width: 100%;
    border: none;
    font-size: 13px;
    color: #91949e;
    padding: 0px 18px;
    border-radius: 20px;
    border: solid 1px #ffffffff;
}
.quickSearchBlock {
    display: block;
    position: absolute;
    width: 100%;
    top: 100%;
    line-height: 25px;
    background-color: #fff;
    color: #333;
    text-decoration: none;
    border: 1px solid #A3AEB6;
    box-sizing: border-box;
    z-index: 1;
}
.products-page__container {
    display: flex;
    margin-right: -15px;
}
/* product page categories__container */
.categories__container {
    min-width: 236px;
    margin-right: 14px;
}
.categories-title {
    display: none;
}
.products-header__container {
    display: flex;
    align-items: center;
}
.products-header__title {
    min-width: 25.5%;
    font-family: 'Roboto Slab', serif;
    font-weight: bold;
    font-size: 20px;
    color: #161514;
    white-space: nowrap;
    padding-right: 28px;
}
.categories-list {
    list-style-type: none;
    padding-inline-start: 0;
    margin-bottom: 0;
}
.categories__container .categories-list a {
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #1c1c1a;
    line-height: 2.14;
    transition-duration: 0.25s;
}
.categories-list .active a {
    color: #4c8c3d;
}
.categories__container .categories-list .selected a,
.categories__container .categories-list a:hover {
    font-weight: 600;
    color: #9fc495;
}
.categories__container #categories_list {
    border: 1px solid transparent;
    border-radius: 24px;
    padding: 22px 24px 28px;
    background-color: #f9f9f9;
}

/* cart page */
#cart_gifts {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
    border: solid 1px #dcdcdc;
    border-radius: 8px;
    margin: 18px 0px 28px;
}
#cart_gifts.open .free-pills-list {
    display: flex;
    flex-wrap: wrap;
}
.free-pills-list {
    display: none;
    width: 100%;
    padding: 16px 14px 0px;
    z-index: 99999;
    order: 2;
}
.gift-btn {
    width: 100%;
    margin-top: 24px;
}
.gift-title {
    cursor: pointer;
    display: block;
    width: 100%;
    font-size: 14px;
    letter-spacing: 0.14px;
    z-index: 1;
    border-radius: 4px;
    color: #222222;
    font-weight: 600;
    padding: 11px 13px;
    padding-right: 45px;
    position: relative;
    order: 1;
}

.gift-title:after {
    border-right: 3px solid #b4b4b4;
    border-top: 3px solid #b4b4b4;
    content: '';
    display: block;
    position: absolute;
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    right: 20px;
    top: 14px;
    width: 10px;
    height: 10px;
}
.open .gift-title:after {
    -moz-transform: rotate(315deg);
    -o-transform: rotate(315deg);
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
    top: 20px;
}
.gift-name {
    font-weight: 500;
    color: #83ba75;
}
.free-pill-img {
    height: 100%;
    text-align: center;
}
.cart-product-name {
    padding-top: 17px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    color: #1c1c1c;
}
.cart-product-dosage {
    line-height: 1;
    font-size: 13px;
    font-weight: 300;
    color: #a9a9a9;
    padding-top: 7px;
}
.new-package-save {
    padding-top: 4px;
}
.new-package-save a {
    font-size: 13px;
    line-height: 1;
    font-weight: 300;
    color: #4c8c3d;
    text-decoration: underline;
}
.no-gifts-block .cart-product-name {
    margin-top: 14px;
    padding-bottom: 14px;
    text-align: center;
}
#cart_gifts .cart-product-name {
    padding-top: 5px;
}
.free-pill {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 170px;
    width: 100%;
    margin: 0px 6px;
    padding: 15px;
    margin-bottom: 15px;
    border: solid 1px transparent;
}
.free-pill:hover {
    border-radius: 12px;
    box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.05);
    border: solid 1px #f0f0f0;
}

.free-pill .select-container {
    width: 100%;
}

.free-pill.open .select-container,
.free-pill.open .select-free-pill {
    display: flex;
}
.select-container::after {
    right: 12px;
    top: 12px;
    border-right: 2px solid #cdcccc;
    border-bottom: 2px solid #cdcccc;
}
.select-container {
    position: relative;
}
.free-pill-select {
    display: block;
    font-size: 12px;
    padding: 8px 25px 8px 12px;
    font-weight: 400;
    position: relative;
    z-index: 99;
    color: #1c1c1c;
    outline: none;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    margin: 0;
    border: 1px solid #dfdfdf;
    border-radius: 6px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: none;
    cursor: pointer;
}
.remove-free-pill,
.select-free-pill {
    height: 38px;
    min-width: 140px;
    margin-top: 16px;
}
.remove-free-pill {
    display: none;
}
.free-pill.active .remove-free-pill {
    display: flex;
    background-color: #83ba75;
    color: #fff;
}

.free-pill.active .select-free-pill {
    display: none;
}
.gift-ico {
    width: 85;
    height: 85px;
}
.pill-row,
.insurance-row {
    display: flex;
    align-items: center;
    padding: 8px 0px;
    border-bottom: 1px solid #e9e9e9;
}
.cart-package-img {
    padding: 15px;
}
.cart-best-sellers {
    margin: 0px -15px;
}
.cart-best-sellers .section-heading {
    font-size: 20px;
    color: #1c1c1c;
    text-align: left;
    margin-bottom: 20px;
}
.shipping-title {
    width: 100%;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.14px;
    color: #1c1c1a;
    padding-bottom: 23px;
}
.shipping-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 24px 0px;
    border-bottom: 1px solid #e7e7e7;
}
.shipping_methods {
    display: flex;
    align-items: center;
}
.cart-header,
.cart-body {
    border-bottom: 1px solid #e9e9e9;
    font-size: 14px;
    font-weight: 600;
    color: #1c1c1c;
}
.cart-header {
    display: flex;
    padding: 15px 0px;
}
.cart-body .pill-row:last-child {
    border-bottom: none;
}
.product-column > div {
    padding-left: 140px;
}
.pill-row .product-column {
    padding-left: 0;
    padding-right: 20px;
}
.quantity-column {
    display: flex;
    align-items: center;
}
.minus-quantity,
.plus-quantity {
    width: 26px;
    height: 26px;
    object-fit: contain;
    background-color: white;
    border: none;
    background-repeat: no-repeat;
    padding: 0px;
}
.quantity-input {
    max-width: 30px;
    text-align: center;
    border: none;
    outline: none;
    pointer-events: none;
}
.cart-pill-quantity {
    display: flex;
    align-items: center;
}
.insurance-row {
    padding: 24px 0px;
    flex-wrap: wrap;
}
.insurance-info {
    width: 64.69%;
    order: 0;
    display: flex;
    align-items: center;
}
.insurance-check {
    margin-left: auto;
    order: 1;
}
.insurance-price {
    text-align: center;
    width: 26%;
    order: 3;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.14px;
    color: #1c1c1a;
}
.insurance-title  span {
    font-weight: 300;
}
.insurance-check input {
    display: none;
}
.insurance-check label {
    position: relative;
    cursor: pointer;
    margin-bottom: 0;
}
.insurance-check label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #e9e9e9;
    padding: 8px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 3px;
}
.insurance-check input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    left: 7px;
    width: 6px;
    height: 12px;
    border: solid #83ba75;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.cart-buttons {
    display: flex;
    align-items: center;
    padding-top: 28px;
}
.cart-sum {
    padding: 9px 18px;
    font-size: 14px;
    font-weight: bold;
    white-space: nowrap;
}
.continue-shopping a {
    display: flex;
    align-items: center;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.12px;
    color: #83ba75;
}
.continue-shopping a::before {
    display: inline-block;
    margin-right: 8px;
    content: "";
    background-image: url("../images/continue.svg");
    background-repeat: no-repeat;
    width: 12px;
    height: 10px;
}
.cart-buttons-text {
    margin-right: 20px;
    margin-left: auto;
    font-size: 14px;
    font-weight: 700;
    color: #1c1c1a;
}
.product-column {
    width: 55%;
}
.control-cart-body {
    display: flex;
    width: 45%;
}
.control-cart-body > div {
    width: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}
div.quantity-column {
    margin-left: 0px;
}
div.remove-column {
    width: 20px;
    margin-right: 0px;
}
.mobile-delivery-price {
    display: none;
}
.cart-preview {
    display: none;
    padding: 0px 12px 12px 12px;
    width: 287px;
    min-height: 120px;
    background: #ffffff;
    position: absolute;
    right: -93px;
    top: 38px;
    z-index: 4;
    border-radius: 12px;
    box-shadow: 0 0 27px 0 rgba(0, 0, 0, 0.07);
}
.cart-preview-info > div{
    padding-left: 10px;
}
.cart-preview.active {
    display: block;
    z-index: 1000;
}
.cart-preview:before {
    content: '';
    position: absolute;
    border: 8px solid transparent;
    border-bottom: 8px solid white;
    top: -15px;
    right: 93px;
}

.cart-preview-row {
    display: flex;
    border-bottom: 1px solid #e9e9e9;
    padding: 12px 0px;
}
.quantity-btn {
    cursor: pointer;
}
.cart-preview .quantity-btn {
    width: 20px;
    height: 20px;
    display: flex; 
    align-items: center;
}
.cart-preview .quantity-btn img {
    width: 100%;
    height: auto;
}
.cart-preview .quantity-input {
    font-size: 12px;
}
.cart-preview-controls {
    margin-left: auto;
    text-align: right;
}
.cart-preview-controls {
    padding-right: 5px;
}
.cart-preview .cart-product-name {
    padding-top: 10px;
    padding-bottom: 8px;
    font-size: 12px;
    font-weight: bold;
}
.cart-preview .cart-product-dosage {
    font-size: 12px;
    font-weight: 400;
    color: #1c1c1a;
    padding-top: 0;
    padding-bottom: 8px;
}
.cart-pill-pack-price {
    font-size: 12px;
    font-weight: bold;
    white-space: nowrap;
}
.cart-preview-image {
    margin-left: -12px;
    width: 72px;
}
.cart-preview-controls a {
    padding-bottom: 5px;
}
.cart-preview-total,
.cart-total {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    border-radius: 12px;
    border: solid 1px #e8e8e8;
    overflow: hidden;
    font-size: 12px;
    font-weight: bold;
}
.cart-preview-total-val,
.cart-sum {
    display: flex;
    margin: auto;
}
input.checkout,
.checkout-button-container input {
    min-width: 180px;
    background-color: #83ba75;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    border: 1px solid transparent;
    border-radius: 0px;
    padding: 10px;
    cursor: pointer;
}
.checkout-button-container input {
    padding: 12px 10px;
}
.cart-preview-totel-val {
    width: 100%;
    text-align: center;
}
.cart-preview-footer {
    margin-top: 12px;
}
.cart-preview-bonus {
    text-align: center;
    padding: 0px 0px 12px;
    font-size: 12px;
    font-weight: 600;
}
.cart-preview-cart {
    padding-top: 12px;
    text-align: center;
    font-size: 12px;
    font-weight: normal;
}
.cart-preview-cart a {
    color: #4c8c3d;
    text-decoration: underline;
}
.cart-page .empty-cart-container {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    text-align: left;
}
.cart-page .empty-cart-items {
    margin-left: 40px;
    max-width: 280px;
}
.cart-bonuses {
    display: flex;
    justify-content: space-between;
    margin-top: 72px;
}
.cart-bonuses-item {
    display: flex;
    align-items: center;
    word-break: break-word;
    width: 48.75%;
    padding: 16px 20px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.16px;
    color: #1c1c1a;
    border-radius: 12px;
    background-color: #e5f4e1;
}
.cart-bonuses-item:last-child {
    background-color: #fff6de;
}
.cart-bonuses-item img {
    margin-right: 13px;
}
.empty-cart-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin: 140px 0px;
}
.empty-cart-text {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: -0.16px;
    margin: 30px 0px 40px;
    max-width: 310px;
}
.no-cart-items .empty-cart-container {
    margin: 30px 0px;
}
input.checkout,
input.quantity-input {
    display: block;
}
span.cart-count:hover {
    color: white;
}
.short_descr_cat {
    padding: 0px 15px 28px; 
    font-size: 14px;
    line-height: 1.57;
    color: #1c1c1a;
}
.ed-pack-card {
    padding: 8px 15px 14px;
}
.ed-pack-card .shop-button,
.index-carousel .shop-button {
    margin: 17px auto 0px;
    display: flex;
    align-items: stretch;
    justify-content: center;
    width: 100%;

}
.ed-pack-card .shop-button-total,
.index-carousel .shop-button-total {
    padding: 0px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    border: solid 1px #e8e8e8;
    font-size: 14px;
    font-weight: bold;
    line-height: 2.14;
    letter-spacing: 0.14px;
    text-align: center;
    color: #1c1c1a;
}
.ed-pack-card .site-button,
.index-carousel .site-button {
    height: 100%;
    min-width: auto;
    border-radius: 0px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    padding: 8px 15px;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.12px;
}
.ed-pack-card .pill-image {
    padding-top: 0;
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid #ddd;
}
.ed-pack-card .pill-name {
    padding: 10px 0px 6px;
    font-size: 14px;
    font-weight: bold;
    line-height: 2.14;
    letter-spacing: 0.14px;
}
.ed_content {
    margin-top: 5px;
    position: relative;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.6;
    text-align: left;
    color: #1c1c1a;
    height: 60px;
    width: 100%;
    color: #828282;
}
.ed_content-text {
    position: absolute; 
    top: 0;
    left: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    white-space: normal;
}
.ed_content.open .ed_content-text {
    background-color: white;
    padding: 10px;
    box-shadow: 0 0 27px 0 rgb(147 106 214 / 15%);
    border: solid 1px #f0f0f0;
    border-radius: 12px;
    z-index: 1;
    text-overflow: ellipsis;
    overflow: visible;
    display: block !important;
    -webkit-line-clamp: unset;
    -webkit-box-orient: unset;
    white-space: normal;
}
.ed-pack-card .pill-buy {
    margin: 0;
}
.ed-pack-card .price_prep_val {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.75;
}
.pill-show-more {
    margin-top: -8px;
    margin-right: auto;
}
.pill-show-more a {
    font-size: 12px;
    line-height: 1.5;
    font-weight: 400;
    color: #4c8c3d;
    text-decoration: underline;;
}
.product-info {
    padding-left: 14px;
}
.product-page__container,
.product-header {
    display: flex;
}
.product-page .product-list .collum {
    display: block;
}
.product-header {
    padding-bottom: 20px;
    flex-wrap: nowrap;
}
.package-short-descr {
    padding-left: 40px;
}
.package-descr-title {
    font-family: 'Roboto Slab', serif;
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: -0.18px;
    margin-bottom: 15px;
}
.package-descr-title span {
    font-weight: 300;
}
.package-short-info {
    padding: 10px 0px 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.57;
    letter-spacing: 0.14px;
    color: #1c1c1a;
}
.package-sub-title,
.product-doses-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.75;
    padding-top: 5px;
}
.package-doses-list {
    display: inline-flex;
    flex-wrap: wrap;
}
.package-doses-button {
    min-width: 88px;
    max-height: 34px;
    margin-top: 7px;
    margin-right: 8px;
    padding: 10px 20px;
    border-radius: 8px;
    border: solid 1px #abd89f;
    color: #83ba75;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
}
.package-doses-button:hover {
    color: #83ba75;
}
.package-doses-button.active {
    background-color: #83ba75;
    color: #fff
}
.package-doses-list a:last-child {
    margin-right: 0;
}
.product_table.active,
.product-descr-block.active {
    display: flex;
    flex-wrap: wrap;
}

.product_table,
.product-descr-block {
    display: none;
}
.add-to-cart-btn {
    font-size: 12px;
    white-space: nowrap;
    padding: 10px 12px;
    min-width: 152px;
}
.package-old-price {
    margin-top: 5px;
    font-size: 12px;
    color: #e31d1d;
    text-decoration: line-through;
    line-height: 0.5;
}
.package-current-price,
.package-pill-dose,
.package-pill-type,
.package-pill-price {
    display: inline;
    font-size: 14px;
    font-weight: 700;
    line-height: 2.14;
    letter-spacing: 0.14px;
    text-align: center;
    color: #1c1c1a;
}
.package-current-price {
    font-size: 16px;
}
.package-pill-price {
    display: block;
    font-size: 12px;
    line-height: 1;
    font-weight: 400;
    margin-bottom: 20px;
}
.packege-wishlist {
    width: 20%;
    height: 44px;
}
.product-description-title {
    border-bottom: 1px solid #ddd;
    margin: 25px 0px 28px;
}
.product-description-title a {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    color: #1c1c1c;
    padding: 15px 0px 7px;
    margin-bottom: -2px;
}
#p2 {
    margin-right: 20px;
    margin-left: 20px;
}
.product-description-title a.active {
    border-bottom: 3px solid #8dc081;
    font-weight: bold;
}
.product-descr-block {
    font-size: 14px;
    line-height: 1.54;
    letter-spacing: 0.14px;
    color: #1c1c1a;
}
.review-block {
    display: none;
    margin-bottom: 30px;
    color: #707070;
}
.review-name {
    font-size: 14px;
    font-weight: 200;
    margin-bottom: 5px;
    color: #a9a9a9;
}
.review-name span {
    font-weight: 700;
    text-transform: capitalize;
    color: #1c1c1a;
}
.review-text {
    color: #1c1c1a;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.14px;
    margin-bottom: 10px;
}
.review-star {
    font-size: 14px;
    display: flex;
    align-items: center;
    font-weight: 200;
}
.review-star img {
    margin-bottom: 2px;
}
.review-star-capt {
    margin-right: 10px;
    font-size: 14px;
    font-weight: 300;
    color: #a9a9a9;
}
.review-star-count {
    color: #1c1c1a;
    margin-left: 8px;
    line-height: 1.69;
    letter-spacing: 0.13px;
    font-weight: 400;
}
.package-example {
    background-color: #f7f7f7;
    padding: 25px 30px;
    display: flex;
    border-radius: 20px;
    justify-content: space-between;
    align-items: center;
    margin: 30px 0px;
}
.info-shipping {
    width: 100%;
}
.delivery-view {
    width: 100%;
}
.delivery-title {
    font-size: 15px;
    color: #222222;
    margin-bottom: 20px;
}
.package-view {
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.example-view {
    margin-right: 25px;
}
img {
    border: none;
}

img {
    vertical-align: middle;
    border-style: none;
}
.delivery-desccription {
    font-size: 12px;
}
.shedule-tbl {
    width: 100%;
    border: 1px solid #e6e9eb;
    border-radius: 20px;
    overflow: hidden;
}
.shedule-tbl td {
    border: 1px solid #e6e9eb;
    text-align: center;
    padding: 5px;
    font-weight: 300;
    color: #222222;
}
.shedule-tbl-header td {
    color: #808080;
    font-size: 12px;
    font-weight: 200;
}
.ourbonus-block {
    display: flex;
    margin-top: 25px;
    flex-wrap: wrap;
}
.ourbonus-block ul {
    margin-right: 40px;
    margin-bottom: 0;
    padding-inline-start: 0px;
}
.ourbonus-block ul li {
    padding-bottom: 5px;
    display: flex;
    align-items: center;
}
.ourbonus-block ul li:before {
    content: url("../images/check.svg");
    display: block;
    padding-top: 4px;
    margin-right: 5px;
}
.view-description {
    text-align: center;
    font-size: 12px;
    font-weight: 300;
    color: #808080;
    margin-top: 8px;
}

/* about us page */
.about_us {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
}
.about_us p {
    display: flex;
    flex-direction: column;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 47.5%;
    flex: 0 0 47.5%;
    max-width: 608px;
    padding: 30px;
    border-radius: 12px;
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.57;
    letter-spacing: 0.14px;
    text-align: left;
    color: #1c1c1a;
}
.about_us p:nth-child(1) {
    order: 1;
    margin-right: 5%;
    background-color: #fff6de;
    margin-bottom: 52px;
}
.about_us p:nth-child(2) {
    order: 3;
    background-color: #dbf6ff;
    margin-right: 5%;
}
.about_us p:nth-child(3) {
    order: 2;
    background-color: #e5f4e1 ;
    margin-bottom: 52px;
}
.about_us p:nth-child(4) {
    order: 4;
    background-color: #ffe4e4;
}
.about_us p::before {
    width: 100%;
    height: auto;
    display: block;
    content: '';
    margin-bottom: 24px;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 290px;
}
.about_us p:nth-child(1)::before {
    background-image: url('../images/about_us/our_suppliers.jpg');
}
.about_us p:nth-child(2)::before {
    background-image: url('../images/about_us/prof_team.jpg');
}
.about_us p:nth-child(3)::before {
    background-image: url('../images/about_us/largest_selection.jpg');
}
.about_us p:nth-child(4)::before {
    background-image: url('../images/about_us/customer_support.jpg');
}
a.reviews-product {
    min-width: 180px;
    height: 38px;
    margin-top: 15px;
}
.about_us h2 {
    width: 100%;
}
/* order status */
.order-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.contact-us {
    display: flex;
    justify-content: space-between;
}
.order-block form {
    max-width: 500px;
    margin: auto;
}
.order-block .custom-input {
    max-width: 360px;
}
.contact-us-form {
    min-width: 512px;
    max-width: 512px;
    height: auto;
    padding: 28px;
    border-radius: 12px;
    background-color: #f9f9f9;
}
.captcha-row-btn .submit-btn {
    margin-top: 22px;
}
.contact-us-text {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.63;
    margin-bottom: 30px;
}
.contact-us-info {
    max-width: 642px;
    margin-right: 20px;
}
.order-block input,
.custom-input,
.captcha-input,
.custom-textarea {
    padding: 6px 15px;
    border-radius: 8px;
    border: solid 1px #e8e8e8;
    font-size: 14px;
    width: 100%;
    line-height: 1.67;
    margin-bottom: 16px;
}
.order-container .custom-input {
    margin-bottom: 20px;
}
.custom-input,
.captcha-input {
    border: solid 1px #e5e5e5;
}
.captcha-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.contact-info {
    padding-left: 80px;
    max-width: 50%;
    color: #808080;
    font-size: 14px;
    font-weight: 200;
    letter-spacing: 0.05px;
}
.contact-info-block {
    margin-bottom: 20px;
}
.contact-info-title {
    font-weight: bold;
    color: #1c1c1c;
}
.contact-info-text {
    font-size: 14px;
    margin-bottom: 0;
}
.contact-info-text .lz_text_link img {
    display: none;
}
.contact-info-text img {
    height: 10px;
}
.contact-us .lz_text_link::after {
    content: "Live Chat Online";
    font-size: 14px;
    font-weight: 300;
    color: #4c8c3d;
}
.captcha-input {
    width: auto;
    margin-bottom: 0;
}
.download-pc .site-button {
    margin: auto;
}
.download-switcher .site-button {
    margin: 0px 10px;
}
.download-pc .captcha-row {
    margin-bottom: 20px;
}
.custom-textarea {
    height: 79px;
    margin-bottom: 22px;
}
.errors {
    color: #ff5352;
    font-size: 12px;
}
.form-field-title {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 13px;
}
.order-status-description {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.5;
    margin-top: 38px;
}
.image-background img {
    margin-top: -10px;
    border-radius: 10px;
    overflow: hidden;
}
.faq_descr {
    overflow: hidden;
    background-color: #f6f6f6;
    border-radius: 12px;
    padding: 0px 21px;
    margin-bottom: 10px;
    position: relative;
}
.faq_descr:before {
    right: 12px;
    top: 15px;
    content: '';
    display: block;
    position: absolute;
    width: 28px;
    height: 28px;
    background-image: url("../images/faq_more.svg");
    background-repeat: no-repeat;
    cursor: pointer;
}
.question {
    padding: 19px 30px 19px 0px;
    line-height: 1;
    font-size: 16px;
    font-weight: bold;
}
.answer {
    display: none;
    font-size: 14px;
    line-height: 1.57;
    background-color: #f6f6f6;
    color: #1c1c1a;
    padding-bottom: 22px;
}
.faq_descr.faq-active::before {
    content: '';
    background-image: url("../images/faq_less.svg");
}
.default-text {
    font-size: 12px;
}
.our_policy p {
    font-size: 14px;
    line-height: 1.57;
    color: #1c1c1a;
}
.our_policy br {
    display: none;
}
.our_policy strong {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.56;
    letter-spacing: -0.18px;
    color: #1c1c1c;
}

/* landing page */
.bgLandFooter {
    z-index: 1;
    background-color: #69696c;
    height: 45px;
    position: fixed;
    width: 100%;
    bottom: 0px;
    padding-right: 30px;
    box-sizing: border-box;
    border-top: 1px solid #fff;
}

.labding-footer {
    height: 45px;
    border-collapse: collapse;
    margin: 0 auto;
    max-width: 1180px;
    min-width: 300px;
    font-size: 16px;
    text-align: center;
    color: #fff;
    background: url(../images/app.png) no-repeat left bottom;
}

.labding-footer td {
    padding-left: 55px;
}


.labding-footer a {
    font-size: 14px;
    color: #232323;
    background-color: #fff;
    display: inline-block;
    padding: 3px 20px;
    text-decoration: none;
    margin-left: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.landind-side {
    position: relative;
    float: left;
    margin-top: 3px;
}

.landind-side .categories_list {
    border: 1px solid #dbdbdb;
    border-top: 0px;
}

.side_title {
    background: url("../images/conponent_header.png") no-repeat scroll;
    height: 42px;
    width: 190px;
    display: table-cell;
    vertical-align: middle;
    color: #383333;
    font: bold 16px Trebuchet MS;
    padding-left: 15px;
    line-height: 15px;
}

.banner-wrapper {
    position: relative;
    background: url(../images/banner_big.jpg) no-repeat;
    width: 100%;
    height: 244px;
}

.banner-wrapper-txt {
    color: #3e3f4a;
    font-size: 20px;
    padding-left: 30px;
    padding-top: 40px;
    width: 330px;
    font-weight: lighter;
}

.banner-wrapper-txt div {
    padding-top: 15px;
    font-size: 17px;
}

a.bannerLanding_btn {
    position: absolute;
    left: 30px;
    bottom: 15px;
    width: 165px;
    height: 64px;
    background: url(../images/bannerLanding_btn.png) no-repeat;
    color: #fff;
    font-size: 18px;
    line-height: 64px;
    padding-left: 70px;
    text-decoration: none;
}

.lan_corner,
#landCornerFull {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 999;
}

#landCornerFull {
    background: url(../images/land_corner_full.png) no-repeat;
    width: 599px;
    height: 599px;
    text-decoration: none;
}

.corner-titl {
    color: #fff;
    display: block;
    font-size: 26px;
    line-height: 28px;
    padding-left: 110px;
    padding-right: 245px;
    padding-top: 50px;
    text-align: right;
}

.features {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    max-width: 1000px;
    margin: 20px auto;
    font-size: 14px;
    line-height: 1.57;
    color: #707070;
}
.features-btn-title {
    color: #1c1c1c;
}
.features-btn {
    max-width: 370px;
    box-sizing: border-box;
    padding-left: 38px;
}

.features-btn-item.active,
.features-btn-item.active:hover {
    border-color: #dfdfdf;
    box-shadow: 2px 2px 5px 3px rgba(0, 0, 0, 0.03);
}

.features-btn-item>img {
    position: absolute;
    width: 68px;
    top: calc(50% - 34px);
    left: -34px;
    filter: drop-shadow(0px 0px 5px #d2d2d291);
}

.features-btn-txt {
    line-height: 18px;
}

.features-img img {
    display: none;
    width: 230px;
    box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.05);
    border-radius: 12px;
}

.features-img img:first-child {
    display: inline;
}

.features-btn-item {
    padding: 15px 15px 18px 45px;
    border: 1px solid #fff;
    border-radius: 30px;
    cursor: pointer;
    position: relative;
    margin-bottom: 15px;
}

.landing-title {
    font-size: 18px;
    font-weight: 500;
    color: #222222;
    margin-bottom: 15px;
}

.download-switcher {
    display: inline-flex;
    padding: 5px;
}
.landing-bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    margin-top: 30px;
    text-align: center;
}
.landing-bottom > div {
    min-width: 200px;
}

.download-pc {
    margin: 30px auto;
    max-width: 560px;
    box-sizing: border-box;
    text-align: center;
    margin-top: 40px;
    padding-bottom: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.email-caption {
    margin-top: 20px;
    font-size: 16px;
    line-height: 25px;
    font-weight: bold;
}

.email-sub-caption {
    padding-bottom: 20px;
    font-size: 14px;
    line-height: 20px;
}

.qr-code p,
.save-link p {
    font-size: 16px;
    padding: 20px 0px;
}

.landing-bottom-box {
    font-size: 13px;
}

.landing-bottom-box img {
    width: 45px;
}

.landing-bottom-box div {
    font-weight: bold;
    padding: 10px 0;
    color: #000;
}

.download-stage {
    display: none;
}

.download-stage.active {
    display: block;
}

.devForm input[type='text']:focus {
    border-color: #578aae;
}


.status_success {
    color: green;
    padding: 10px 0;
}

.status_error {
    color: red;
    padding: 10px 0;
}

.directLink {
    color: #505050;
    font-size: 14px;
    padding-top: 20px;
}

.dev_icon {
    display: inline-block;
    height: 80px;
}

.dev_icon img {
    position: relative;
}

.dev_title {
    margin-top: 5px;
    padding: 5px 0;
    border: 1px solid #fff;
}

.iosPhone .dev_icon img,
.androidPhone .dev_icon img {
    margin-top: 12px;
}

.dev_curr {
    display: inline-block;
    background: url('../images/landing/_dot.png') center;
    width: 7px;
    height: 7px;
    position: relative;
    top: 9px;
}

.devMailTitle {
    border-bottom: 1px solid #d5d5d5;
    color: #578aae;
    font-size: 16px;
    text-align: center;
}

.devMailTitle>div {
    background-color: #fff;
    display: inline-block;
    padding: 0 20px;
    position: relative;
    top: 10px;
}

.devMailTip {
    color: #505050;
    font-size: 14px;
    text-align: center;
    padding: 40px 0;
}

.devfeatureTip {
    color: #505050;
    font-size: 14px;
    text-align: center;
    padding: 40px 0 30px;
}

.devForm {
    text-align: center;
    padding-bottom: 30px;
    max-width: 460px;
    width: 100%;
    margin: 0px auto;
}

.devForm * {
    vertical-align: middle;
}

.devBenefits {
    width: 100%;
    height: 140px;
    border-collapse: collapse;
    font-size: 14px;
}

.devBenefits td {
    width: 33%;
    vertical-align: top;
    text-align: center;
    padding: 3px
}

.devBenefits div {
    padding: 10px;
    font-weight: bold;
}

.devBenefits p {
    color: #505050;
}

.slideScreen {
    padding: 30px 0;
    position: relative;
}
.slideScreen .next {
    cursor: pointer;
    position: absolute;
    right: 10%;
    top: 50%;
    margin-top: -18px;
}

.slideScreen .prev {
    cursor: pointer;
    position: absolute;
    left: 10%;
    top: 50%;
    margin-top: -18px;
}

.slideScreen .disabled {
    opacity: 0.3;
}

.slideScreenDev {
    padding: 50px 5%;
    position: relative;
}

.screen_android {
    background: url('../images/landing/_android2.jpg') center right 3% no-repeat;
}

/*fst load*/
.screen_tablet {
    background: url('../images/landing/_tablet2.jpg') center right 3% no-repeat;
    display: none;
}

.stage1,
.stage2,
.stage3 {
    width: 37%;
    padding: 10px 0 10px 65px;
    background: url('../images/landing/_stage.png') center left no-repeat;
    min-height: 65px;
    position: relative;
    color: #578aae;
    cursor: pointer;
}

.slideScreenDev>div.activeStage {
    background: url('../images/landing/_stage_active.png') center left no-repeat;
    color: #fff;
}

.sepStage {
    height: 60px;
    margin-left: 24px;
    border-left: 2px solid #578aae;
}

.stageTitle {
    font-size: 14px;
    padding-bottom: 5px;
    color: #578aae;
}

.stageText {
    color: #828282;
}

.slideScreenDev span {
    position: absolute;
    top: 50%;
    left: 21px;
    font-size: 16px;
    line-height: 16px;
    margin-top: -8px;
}

.status_success {
    color: green;
    padding: 10px 0;
}

.status_error {
    color: red;
    padding: 10px 0;
}

.directLink {
    color: #505050;
    font-size: 14px;
    padding-top: 20px;
}

#link {
    color: #999;
}

.quickSearchBlock {
        margin-top: 2px;
        border-radius: 8px;
        border-color: lightgrey;
        padding: 10px;
}
.quickSearchBlock ul {
        padding-inline-start: 0px;
            margin-bottom: 0;

}
.quickSearchBlock li {
    padding: 5px 20px;
    font-size: 14px;
}
.searchLiHover {
    background-color: lightgrey;
    border-radius: 5px;
    cursor: pointer;
}
.search-errors {
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 0.13px;
    color: #eb0f0f;
}