@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600&display=swap');

html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
img,
strong,
sub,
sup,
b,
u,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
table,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
    font-size: 100%;
}

html {
    overflow-y: auto;
    overflow-x: hidden;
    height: 100%;
    width: 100%;
}

body {
    /*    height: 100%;*/
    width: 100%;
    font-weight: normal;
    padding-bottom: 95px;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
}

body,
html {
    background-color: rgb(255, 255, 255);
}


* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    outline: none;
    text-decoration: none;
    list-style: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    /*
    -webkit-backdrop-filter: saturate(180%) blur(5px);
            backdrop-filter: saturate(180%) blur(5px);
*/
}

.container {
    width: 100%;
    max-width: 480px;
    padding: 0px 15px;
    margin: 0 auto;

}

.content {
    padding: 80px 0px 0px;
}

.white_header {
    background: rgba(255, 255, 255, 0.8);
    padding: 10px 1px 10px;
    border-bottom: 3px solid rgb(159, 205, 90);
}

.success_reviews .white_block_hello .orange_link {
    margin-top: 20px;

}

.success_reviews .white_block_hello {
    font-size: 14px;
}

.success_reviews .white_block_hello .name_years {
    font-size: 20px;
}

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

.line_header .logo img {
    width: 150px;
    margin: 0px
}

.return_icon {
    width: 16px;
    height: 9px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -5px;
    z-index: 1;
}

.toggle_icon_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 5px;
    background: transparent;
    width: 35px;
    height: 35px;
    cursor: pointer;
}

.white_footer {
    background: rgb(255, 255, 255);
    padding: 15px 0px 25px;
}

header {
    position: fixed;
    display: block;
    width: 100%;
    top: 0px;
    left: 0px;
    z-index: 10;
}

header:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    /*
    background: rgb(255, 255, 255);
    z-index: -1
*/
}

footer {
    display: block;
    position: fixed;
    left: 0px;
    bottom: 0px;
    width: 100%;
    z-index: 10;
    -webkit-box-shadow: 0 -3px 10px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 -3px 10px 0 rgba(0, 0, 0, 0.2);
    border-radius: 10px 10px 0px 0px;
    overflow: hidden;
}

.line_footer_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.line_footer_link a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 300;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    color: #757575;
    text-align: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.line_footer_link a p {
    width: 100%;
    text-align: center;
    padding-top: 5px;
    font-weight: 300;
    font-size: 12px;
    line-height: 14px;
}

.line_footer_link a.active {
    color: #9FCD5A;
}

.line_footer_link a.active svg path {
    fill: #9FCD5A;
}

.count_cart {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.16);
    top: -4px;
    right: -4px;
    background: rgb(255, 255, 255);
    font-size: 9px;
    line-height: 1.22;
    color: rgb(43, 43, 43);
}

.active .count_cart {
    color: rgb(255, 255, 255);
    background: rgb(159, 205, 90);
}

.content {
    min-height: 100%
}

.wrap_page_years_old {
    padding: 0px 0px;
    height: 100%;
    /*    padding-bottom: 75px;*/
}

.title_text {
    text-align: center;
    margin-bottom: 20px;
    margin: 10px 0px;
    color: rgba(43, 43, 43, 1);
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
}

.white_block_hello .title_text,
.wrap_new_white_black .title_text {
    text-align: left;
}

.title_text span {
    padding: 0px 13px;
    display: block;
}

.white_block_hello {
    text-align: center;
    border-radius: 5px;
    padding: 20px 10px 20px;
    font-size: 11px;
    line-height: 1.27;
    color: rgb(43, 43, 43);
}

.white_block_hello .title_text span {
    padding-left: 0px;
}

.white_block_hello > img {
    margin-bottom: 20px;
}

.white_block_hello .orange_link {
    max-width: 230px;
    height: 45px;
}

.white_block_hello .two_label {
    max-width: 310px;
}

.name_years {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.27;
    margin-bottom: 10px;
}

.orange_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    max-width: 150px;
    height: 45px;
    color: rgb(255, 255, 255);
    background: rgba(159, 205, 90, 1);
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    border-radius: 50px;
    margin: 0 auto;
    border: none;
    cursor: pointer;
}

.orange_link:active,
.to_cart_icon:active,
.add_comments:active,
.owl-nav button:active,
.plus:active,
.minus:active,
.add_to_cart_price:active,
.wishlist_icon:active,
.add_comment_tab label:active,
.minus_dose:active,
.plus_dose:active,
.list_link_in_account:active,
.load_more_button:active {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0.7;
}

.orange_link span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: rgb(255, 255, 255);
    font-size: 18px;
    font-weight: bold;
    line-height: 1.22;
    color: rgb(255, 255, 255);
}

.white_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    max-width: 300px;
    height: 45px;
    border-radius: 5px;
    padding: 0px 20px;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.27;
    margin: 10px auto;
    border: solid 1px rgb(159, 205, 90);
    background-color: rgb(255, 255, 255);
    -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
    color: rgb(159, 205, 90);
}



.slider_top {
    width: 100%;
    font-size: 0px;
    padding: 25px 0px 40px;
    /*
    margin-top: -55px;
    padding-top: 49px;
*/
    background: url(../image/bg_slider.jpg) center no-repeat;
    background-size: cover;
}

.one_slide_product {
    padding: 50px 20px 25px;
    border: 1px solid rgb(255, 255, 255);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.25);
    overflow: hidden;
    text-align: center;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    max-width: calc(100% - 60px);
    margin: 0 auto;
}

.image_prod_slide {
    text-align: center;
    margin-bottom: 40px;
}

.image_prod_slide img {
    max-width: 100%;
}

.titleproduct_slider {
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 5px;
}

.subtitleproduct_slider {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    color: #FFFFFF;
    margin-bottom: 10px;
}

.line_size_weight {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 20px 0px;
    border-top: 2px solid rgb(159, 205, 90);
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.line_size_weight span {
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: rgba(159, 205, 90, 1);
}

.center_price {
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
}

.center_price span {
    text-decoration: line-through;
    color: rgb(117, 117, 117);
}

.owl-item {
    display: inline-block;
    vertical-align: top;
}

.owl-stage-outer {
    overflow: hidden;
}

.owl-loaded .disabled {
    display: none;
}

.owl-dots {
    position: absolute;
    bottom: 10px;
    text-align: center;
    width: 100%;
    left: 0px;
}

.owl-dots button {
    padding: 0px;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    margin: 0px 5px;
    border: none;
    cursor: pointer;
    border: 1px solid rgb(117, 117, 117);
    background: transparent;
}

.owl-dots button.active {
    border-color: rgb(255, 255, 255);
}

.owl-dots button.active:after {
    background: rgb(159, 205, 90);
    position: absolute;
    width: 6px;
    height: 6px;
    content: "";
    border-radius: 50%;
    top: 2px;
    left: 2px;
}

.owl-nav {
    position: static;
}

.slider_combo .owl-nav button,
.slider_recomendation .owl-nav button {
    position: absolute;
    top: 50%;
    left: -30px;
    margin-top: -25px;
}

.slider_combo .owl-nav button.disabled,
.slider_recomendation .owl-nav button.disabled {
    display: block;
    opacity: 0.4;
}

.slider_combo .owl-nav button.owl-next,
.slider_recomendation .owl-nav button.owl-next {
    left: auto;
    right: -30px;
}

.slider_combo .owl-nav button.owl-next,
.slider_combo .owl-nav button.owl-prev,
.slider_recomendation .owl-nav button.owl-next,
.slider_recomendation .owl-nav button.owl-prev {
    width: 25px;
    height: 50px;
    border-radius: 3px;
    -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
    background-color: rgb(255, 255, 255);
    background-image: url(../image/arrow_left.svg);
    background-repeat: no-repeat;
    background-position: center;
    border: none;
    padding: 0px;
    font-size: 0px;
}

.slider_combo .owl-nav button.owl-next,
.slider_recomendation .owl-nav button.owl-next {
    background-image: url(../image/arrow_right.svg);
}

.two_product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 20px;
    margin-bottom: 25px;
}

.one_two_cats {
    width: 33.333%;
    text-align: center;
    margin-bottom: 15px;
}

.one_two_cats:after {
    width: 1px;
    height: calc(100% - 20px);
    background: rgba(234, 234, 234, 1);
    top: 10px;
    position: absolute;
    right: 0px;
    content: "";
}

.one_two_cats:nth-child(3n):after,
.one_two_cats:last-child:after {
    content: none;
}

.slider_products_cat {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;

}

.slider_products_cat::-webkit-scrollbar {
    width: 2px;
    background-color: #f9f9fd;
    height: 2px;
}

.slider_products_cat::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgb(159, 205, 90);
}

.slider_products_cat::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    background-color: #f9f9fd;
}

.list_toggle_menu > ul::-webkit-scrollbar {
    width: 2px;
    background-color: #f9f9fd;
    height: 2px
}

.list_toggle_menu > ul::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgb(159, 205, 90);
}

.list_toggle_menu > ul::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    background-color: #f9f9fd;
}

.slider_products_cat .one_two_cats,
.slider_products_cat .one_two_cats:nth-child(2n) {
    /*    margin-right: 20px;*/
    width: 33.3333%;
    /*    max-width: 215px;*/
}

.one_two_cats:nth-child(2n),
.slider_products_cat .one_two_cats:last-child {
    margin-right: 0px;
}

.one_two_cats img {
    margin-bottom: 10px;
    /*    width: 100%;*/
    max-width: 100px;
    max-height: 150px;
}

.slider_products_cat .one_two_cats img {
    max-height: 100px;
}

.name_cat_card {
    font-size: 15px;
    font-weight: 600;
    color: rgb(43, 43, 43);
}

.count_in_stock {
    font-size: 11px;
    font-weight: normal;
    line-height: 1.27;
    color: rgb(125, 125, 125);
}


.one_card {
    width: 100%;
    padding: 20px;
    background-color: rgb(255, 255, 255);
    margin: 0 auto;
    text-align: center;
    max-width: 320px;
    margin: 0 auto;
    border-bottom: 1px solid rgba(234, 234, 234, 1)
}

.one_card:last-child {
    border-bottom: none;
}

.one_tab_show_product {
    display: none;
}

.one_tab_show_product.active {
    display: block;
}

.one_tab_show_product .one_card {}

.one_card .name_cat_card {
    font-size: 15px;
    font-weight: bold;
    line-height: 1.27;
    color: rgb(43, 43, 43);
}

.one_card .count_in_stock {
    font-size: 13px;
    font-weight: normal;
    line-height: 1.23;
    color: rgb(125, 125, 125);
}

.to_line_card {
    position: relative;
    width: calc(100% + 40px);
    margin: 0px 0px 20px -20px;
    padding: 0px 40px;
}

.to_line_card:before {
    content: "";
    position: absolute;
    width: 20px;
    left: -10px;
    top: 50%;
    margin-top: -10px;
    height: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    background: rgb(245, 245, 245);
    -webkit-box-shadow: inset -8px 0px 4px -4px rgba(0, 0, 0, 0.1);
    box-shadow: inset -8px 0px 4px -4px rgba(0, 0, 0, 0.1);
}

.to_line_card:after {
    content: "";
    position: absolute;
    width: 20px;
    right: -10px;
    top: 50%;
    margin-top: -10px;
    height: 20px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    background: rgb(245, 245, 245);
    -webkit-box-shadow: inset 8px 0px 4px -4px rgba(0, 0, 0, 0.1);
    box-shadow: inset 8px 0px 4px -4px rgba(0, 0, 0, 0.1);
}

.one_tab_show_product .to_line_card:before,
.one_tab_show_product .to_line_card:after {
    background: rgb(255, 255, 255);
}

.to_line_card span {
    display: block;
    width: 100%;
    height: 1px;
    display: block;
}

.slider_combo .to_line_card,
.slider_recomendation .to_line_card {
    margin-top: 10px;
    margin-bottom: 10px;
}

.slider_combo .to_line_card span,
.slider_recomendation .to_line_card span {
    background: rgb(225, 225, 225);
}

.line_rayting_icon_combo {
    display: block;

    margin-bottom: 20px;
}

.rayting_wishlist {
    position: absolute;
    top: 0px;
    right: 0px;
    display: none;
}


.wishlist_icon,
.wishlist_icon_no_auth {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background: rgb(234, 234, 234);
    border-radius: 50%;
    z-index: 1;
}

.wishlist_icon img,
.wishlist_icon_no_auth img {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    width: 15px;
    height: 13px;
}

.wishlist_icon.wished img,
.wishlist_icon_no_auth.wished img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.line_wish_in_prods .wishlist_icon_no_auth {
    margin-bottom: 0px;
}

.col_stars img {
    display: block;
    margin: 0 auto 5px;
}

.icon_combo {

    text-align: center;
}

.icon_combo img {
    max-width: 100%;
    max-height: 270px;
}

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

.orange_price {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.22;
    color: rgb(159, 205, 90);
}

.old_price {
    font-size: 11px;
    display: block;
    margin-bottom: 5px;
    color: rgb(125, 125, 125);
    text-decoration: line-through;
    text-align: left;
}

.add_to_cart_price,
.add_free_to_cart_price {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.22;
    color: rgb(159, 205, 90);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
}

.add_to_cart_price .to_cart_icon,
.add_free_to_cart_price .to_cart_icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 150px;
    height: 45px;
    margin-left: 5px;
    background-color: rgb(159, 205, 90);
    border-radius: 50px;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: #FFFFFF;
}

.line_prod_cell_year {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.27;
    color: rgb(43, 43, 43);
    padding-top: 10px;
    padding-bottom: 10px;
}

.slider_combo,
.slider_recomendation {
    width: calc(100% - 40px);
    margin: 0 auto 55px
}

.slider_combo .owl-stage-outer,
.slider_recomendation .owl-stage-outer {
    padding: 10px 0px;
    /*
    width: calc(100% - 50px);
    margin: 0 auto;
*/
}

.about_section {
    font-size: 14px;
    padding-top: 30px;
}

.about_section h1 {
    margin-bottom: 25px;
    font-size: 25px;
}

.about_section h2 {
    font-size: 22px;
    margin-bottom: 20px;
}

.about_section p {
    margin-bottom: 10px;
}

.about_section h4 {
    margin-bottom: 15px;
    font-size: 18px;
    margin-top: 20px;
}


.logo_alkos:before {
    content: "";
    position: absolute;
    left: 0px;
    width: 100%;
    height: 1px;
    background: rgb(225, 225, 225);
    top: 50%;
}

.logo_alkos {
    margin-bottom: 10px;
}

.logo_alkos > span {
    display: inline-block;
    padding: 0px 10px 0px 0px;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.21;
    color: rgb(43, 43, 43);
    background: rgb(255, 255, 255);
}

.logo_alkos > span > span {
    color: rgb(159, 205, 90);
}

.logo_footer {
    padding: 50px 0px 125px;
    text-align: center;
    background-color: rgb(159, 205, 90);
}

.logo_footer img {
    max-width: 150px;
    margin-bottom: 10px;
}

.logo_footer p {
    font-size: 34px;
    color: rgb(255, 255, 255);
    font-family: 'Attentica_4F_UltraLight';
}

.fixed_menu_mobile {
    position: fixed;
    top: auto;
    left: auto;
    width: 100%;
    height: calc(100% - 100px);
    -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
    background: rgb(255, 255, 255);
    padding: 0px 0px 20px;
    z-index: 10;
    border-radius: 0px 0px 5px 5px;
    left: 0px;
    bottom: 100%;
    -webkit-transition: 300ms;
    transition: 300ms;
}

.fixed_menu_mobile.open {
    bottom: 100px;
}

.fixed_menu_mobile .container {
    height: 100%
}

.top_logo_close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 10px 15px 10px;
    border-bottom: 5px solid rgb(159, 205, 90);
    width: 100%;
}

.top_logo_close .logo img {
    width: 150px;
}

.close_mobile {
    width: 15px;
    height: 15px;
}

.close_mobile:after,
.close_mobile:before {
    content: "";
    position: absolute;
    width: 22px;
    height: 2px;
    top: 50%;
    margin-top: -1px;
    left: 50%;
    margin-left: -11px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: rgb(43, 43, 43)
}

.close_mobile:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.list_toggle_menu {
    height: calc(100% - 100px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 40px;
}

.list_toggle_menu > ul {
    width: 100%;
    z-index: 1;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    height: 100%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px 15px;
    background: url(../image/mobile_menu_logo.svg) center no-repeat;
}

.list_toggle_menu > ul > li:not(:last-child) {
    width: 100%;
    margin-bottom: 20px;
}

.list_toggle_menu > ul li {
    top: -20px;
    opacity: 0;
    -webkit-transition: 300ms;
    transition: 300ms;
    -webkit-transition-delay: 300ms;
    transition-delay: 300ms;
}

.list_toggle_menu > ul > li:nth-child(2) {
    -webkit-transition-delay: 400ms;
    transition-delay: 400ms;
}

.list_toggle_menu > ul > li:nth-child(3) {
    -webkit-transition-delay: 500ms;
    transition-delay: 500ms;
}

.list_toggle_menu > ul > li:nth-child(4) {
    -webkit-transition-delay: 600ms;
    transition-delay: 600ms;
}

.list_toggle_menu > ul > li:nth-child(5) {
    -webkit-transition-delay: 700ms;
    transition-delay: 700ms;
}

.list_toggle_menu > ul > li:nth-child(6) {
    -webkit-transition-delay: 800ms;
    transition-delay: 800ms;
}

.fixed_menu_mobile.open .list_toggle_menu > ul li {
    top: 0px;
    opacity: 1;
}

.list_toggle_menu > ul > li.big_link_menu > a {
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    color: #2B2B2B;
}

.list_toggle_menu > ul a {
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #2B2B2B;
}

.list_toggle_menu > ul > li.big_bottom {
    margin-bottom: 40px;
}

.list_toggle_menu > ul > li > ul {
    padding: 15px 0px 10px 0px;
}

.list_toggle_menu > ul > li > ul li a {
    font-size: 15px;
    line-height: 1.27;
    color: rgb(255, 255, 255);
}

.line_login_register {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    padding-bottom: 30px;
    border-bottom: 5px solid #9FCD5A;
    color: rgba(159, 205, 90, 1);
    font-size: 16px;
    line-height: 22px;
}

.line_login_register a {
    color: rgba(159, 205, 90, 1);
}

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

.lang_toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.lang_toggle a {
    font-size: 15px;
    font-weight: bold;
    line-height: 1.27;
    color: rgb(255, 255, 255);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border-radius: 5px;
}

.lang_toggle a:not(:last-child) {
    margin-right: 5px;
}

.lang_toggle a.active {
    border: 1px solid rgb(255, 255, 255);
}

.social_link_modal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.social_link_modal a {
    font-size: 15px;
    font-weight: bold;
    line-height: 1.27;
    color: rgb(255, 255, 255);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border-radius: 5px;
    border: 1px solid rgb(255, 255, 255);
    margin-left: 5px;
}


.social_link_modal a:first-child {
    margin-left: 0px;
}

.image_buttle {
    position: absolute;
    right: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 100%;
    max-height: 470px;
    width: 100%;
    text-align: right;
}

.bootle {
    max-width: 150px;
    position: absolute;
    width: 100%;
    right: -100px;
    opacity: 0;
    top: 0px;
    margin-right: 0px;
    margin-left: auto;
    -webkit-transition: 300ms;
    transition: 300ms;
    -webkit-transition-delay: 300ms;
    transition-delay: 300ms;
    height: 100%;
}

.bootle img {
    max-height: 100%;
}

.fixed_menu_mobile.open .bootle {
    right: 0px;
    opacity: 1;
}

.stakan {
    position: absolute;
    bottom: 0px;
    width: 150px;
    bottom: -10px;
    right: 100%;
    opacity: 0;
    -webkit-transition: 300ms;
    transition: 300ms;
    -webkit-transition-delay: 300ms;
    transition-delay: 300ms;
}

.fixed_menu_mobile.open .stakan {
    right: 90px;
    opacity: 1;
}

.img_ice1,
.img_ice2,
.img_ice3 {
    position: absolute;
    width: 70px;
    top: auto;
    bottom: 235px;
    left: 20px;
    opacity: 0;
    -webkit-transition-delay: 400ms;
    transition-delay: 400ms;
    -webkit-transition: 300ms ease-in;
    transition: 300ms ease-in;
    -webkit-animation: rotateIce 10s infinite;
    animation: rotateIce 10s infinite;
}

.img_ice1 {
    left: 20px;
    -webkit-transition-delay: 400ms;
    transition-delay: 400ms;
    -webkit-animation: rotateIce 10s infinite;
    animation: rotateIce 10s infinite;
}

.img_ice2 {
    left: 35px;
    -webkit-transition-delay: 700ms;
    transition-delay: 700ms;
    -webkit-animation: rotateIce 5s infinite;
    animation: rotateIce 5s infinite;
}

.img_ice3 {
    left: 80px;
    -webkit-transition-delay: 1000ms;
    transition-delay: 1000ms;
    -webkit-animation: rotateIce 8s infinite;
    animation: rotateIce 8s infinite;
}

.fixed_menu_mobile.open .img_ice1,
.fixed_menu_mobile.open .img_ice2,
.fixed_menu_mobile.open .img_ice3 {
    bottom: 35px;
    opacity: 1;
}

.copy_clipboard_function.copy_link_true {
    padding-left: 20px;
    background: url(../image/green_checkbox.svg) center left no-repeat;
}

@-webkit-keyframes rotateIce {
    0% {
        -webkit-transform: translate(0px) rotate(0deg);
        transform: translate(0px) rotate(0deg);
    }

    50% {
        -webkit-transform: translate(-15px) rotate(15deg);
        transform: translate(-15px) rotate(15deg);
    }

    100% {
        -webkit-transform: translate(0px) rotate(0deg);
        transform: translate(0px) rotate(0deg);
    }
}

@keyframes rotateIce {
    0% {
        -webkit-transform: translate(0px) rotate(0deg);
        transform: translate(0px) rotate(0deg);
    }

    50% {
        -webkit-transform: translate(-15px) rotate(15deg);
        transform: translate(-15px) rotate(15deg);
    }

    100% {
        -webkit-transform: translate(0px) rotate(0deg);
        transform: translate(0px) rotate(0deg);
    }
}


.white_block_hello label {
    width: 100%;
    display: block;
    max-width: 310px;
    margin: 0 auto 10px;
}

.white_block_hello label p {
    font-size: 14px;
    line-height: 19px;
    color: #2B2B2B;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 19px;
    color: #B5B5B5;
}

.white_block_hello label p img {
    margin-right: 10px;
    width: 11px;
}

.white_block_hello label input {
    border-radius: 50px;
    border: none;
    background-color: rgba(236, 236, 236, 1);
    padding: 0px 10px 0px 20px;
    color: rgb(45, 45, 45);
    width: 100%;
    height: 45px;
}

#send_sms {
    margin-bottom: 20px;
}

.white_block_hello label textarea {
    width: 100%;
    height: 90px;
    resize: none;
    border-radius: 5px;
    border: 1px solid rgb(159, 205, 90);
    padding: 15px 10px;
    font-family: 'Montserrat';
    color: rgb(45, 45, 45);
}

.link_recover_password {
    padding-top: 10px;
    max-width: 260px;
    margin: 0px auto 20px;
    text-align: center;
}


.link_recover_password a {
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    text-decoration: underline;
    color: #236DFE;
}

.title_mini_reg {
    font-size: 13px;
    font-weight: 600;
    line-height: 1.23;
    color: rgb(43, 43, 43);
    margin-bottom: 20px;
}

.facebook_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0px 20px 0px 25px;
    border-radius: 5px;
    -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
    background-color: rgb(56, 82, 154);
    font-size: 15px;
    font-weight: 600;
    line-height: 1.27;
    color: rgb(255, 255, 255);
    margin-bottom: 10px;
    height: 45px;
}

.gp_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0px 20px 0px 25px;
    border-radius: 5px;
    -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
    background-color: rgb(247, 77, 65);
    font-size: 15px;
    font-weight: 600;
    line-height: 1.27;
    color: rgb(255, 255, 255);
    height: 45px
}

.link_recover_password.soc_reg {
    max-width: 300px;
}

.facebook_link span,
.gp_link span {
    color: rgb(255, 255, 255);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.facebook_link span img,
.gp_link span img {
    margin-right: 10px;
}

.soc_reg {
    padding-top: 30px;
}

.product_in_catalog {
    margin-bottom: 40px;
}

.product_in_catalog .one_card:not(:last-child) {
    margin-bottom: 20px;
}

.product_in_catalog .one_card .rayting_wishlist {
    right: 20px;
}

.product_in_catalog .one_card ..best_price {
    left: 20px;
}

.best_price {
    position: absolute;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
    top: 0px;
    left: 0px;
    text-transform: uppercase;
    background: #D63232;
    border-radius: 50px;
    padding: 5px 20px;
    z-index: 1;
}

.rayting_wishlist .best_price {
    right: 20px;
    width: 170px;
    top: -35px
}

.load_more {
    margin-top: 40px;
    margin-bottom: 50px;
}

.load_more_button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    max-width: 300px;
    border: 1px solid rgb(159, 205, 90);
    height: 45px;
    border-radius: 5px;
    margin: 0 auto;
    padding: 0px 20px;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.27;
    color: rgb(159, 205, 90);
    cursor: pointer;
}

.load_more_button img {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

span.section_click_settings,
span.close_filter,
span.section_change_theme {
    position: absolute;
    right: 0px;
    width: 35px;
    height: 35px;
    border-radius: 5px;
    /*
    -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
    background: rgb(159, 205, 90);
*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}



span.section_change_theme {
    background-image: url(../image/night_theme.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 19px 19px;
}

.section_settings {
    position: fixed;
    padding: 104px 0px 65px;
    background: rgb(245, 245, 245);
    top: 0px;
    left: calc(100% + 200px);
    width: 100%;
    height: 100%;
    z-index: 9;
    -webkit-transform: skew(25deg);
    transform: skew(25deg);
    -webkit-transition: 300ms;
    transition: 300ms;
}

.section_settings.open {
    left: 0px;
    -webkit-transform: skew(0);
    transform: skew(0);
}

.section_settings .container {
    height: 100%;
}

.white_list_filter {
    padding: 20px;
    border-radius: 5px 5px 0px 0px;
    -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
    background-color: rgb(255, 255, 255);
    overflow: hidden;
    overflow-y: auto;
    max-height: calc(100% - 60px);
    min-height: calc(100% - 60px);
    -webkit-overflow-scrolling: touch;
}

.name_toggle_block_filter {
    font-size: 14px;
    line-height: 19px;
    color: #2B2B2B;
    margin-bottom: 10px;
}

.name_toggle_block_filter span {
    display: block;
    width: 11px;
    height: 11px;
    -webkit-transition: 300ms;
    -webkit-transition: 100ms;
    transition: 100ms;
}

.name_toggle_block_filter.open span {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.one_block_cats_filter {
    margin-bottom: 20px;
}

/*
.name_toggle_block_filter span:after,
.name_toggle_block_filter span:before {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -1px;
    width: 100%;
    height: 2px;
    border-radius: 2px;
    left: 0px;
    background: rgb(29, 177, 44);
    -webkit-transition: 300ms;
    -webkit-transition: 100ms;
    transition: 100ms;
}

.name_toggle_block_filter span:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.name_toggle_block_filter.open span:before {
    opacity: 0;
}
*/

.block_toggle_filter {
    display: block;
}

.block_toggle_filter label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
    font-size: 13px;
    line-height: 1.23;
    color: rgb(43, 43, 43);
    margin-bottom: 10px;
}

.block_toggle_filter label input[type="checkbox"] {
    display: none;
}

.block_toggle_filter label input[type="checkbox"] ~ span {
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 5px;
    border: solid 1px rgb(225, 225, 225);
    background-color: rgb(255, 255, 255);
    margin-right: 10px;
}

.block_toggle_filter label input[type="checkbox"]:checked ~ span:before {
    content: "";
    position: absolute;
    background: url(../image/green_checkbox.svg) center no-repeat;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}

.block_toggle_filter .from_input,
.block_toggle_filter .to_input {
    display: none;
}

.block_toggle_filter .irs--flat .irs-handle {
    width: 11px;
    height: 11px;
    -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
    border: solid 1px rgb(225, 225, 225);
    background-color: rgb(255, 255, 255);
    font-size: 0px;
    display: block;
    z-index: 1;
    border-radius: 50%;
}

.block_toggle_filter .irs--flat .irs-handle > i:first-child {
    display: none
}

.block_toggle_filter .irs--flat .irs-from,
.block_toggle_filter .irs--flat .irs-to,
.block_toggle_filter .irs--flat .irs-single {
    font-size: 13px;
    line-height: 1.23;
    color: rgb(43, 43, 43);
    position: absolute;
    top: 40px;
    display: block;
    background: transparent;
}

.block_toggle_filter .irs--flat .irs-from:before,
.block_toggle_filter .irs--flat .irs-to:before,
.block_toggle_filter .irs--flat .irs-single:before {
    content: none;
}

.block_toggle_filter .irs--flat .irs-bar {
    height: 5px;
    background: rgb(159, 205, 90);
}

.block_toggle_filter .irs--flat .irs-line {
    height: 5px;
}

.two_label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 300px;
    margin: 0 auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.two_label label {
    width: calc(50% - 5px);
}

.two_label > p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 10px;
}

.two_label > p img {
    width: 11px;
    margin-right: 10px;
}

.two_label input[type="radio"] {
    display: none;
}

.two_label input[type="radio"] ~ span {
    display: inline-block;
    vertical-align: middle;
    border: 1px solid rgb(225, 225, 225);
    border-radius: 5px;
    -webkit-transition: 300ms;
    transition: 300ms;
    height: 25px;
    width: 25px;
    cursor: pointer;
    margin-right: 5px;
}

.two_label input[type="radio"] ~ span:after {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 2px;
    background-color: rgba(29, 177, 44, 0);
    top: 50%;
    left: 50%;
    margin-top: -6px;
    margin-left: -6px;
}

.two_label {
    text-align: left
}

.two_label input[type="radio"]:checked ~ span:after {
    background-color: rgba(29, 177, 44, 1);
}

.two_label.radio_label {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.two_label.radio_label label {
    font-size: 13px;
    line-height: 1.23;
    color: rgb(43, 43, 43);
    width: auto;
    margin: 0px 0px;
}

.total_payment {
    padding-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 15px;
    color: rgb(43, 43, 43);
    font-weight: 600;
    max-width: 300px;
    margin: 10px auto 20px;
}

.total_payment:before {
    content: "";
    position: absolute;
    width: 260px;
    height: 1px;
    top: 0px;
    left: 50%;
    margin-left: -130px;
    background: rgb(195, 195, 195);
}

.total_payment span {
    font-weight: bold;
    color: rgb(159, 205, 90);
}

.coctails_block {
    padding: 20px;
    background: rgb(255, 255, 255);
    margin-bottom: 25px;
}

.one_slide_coctails:not(:last-child) {
    padding-bottom: 20px;
    margin-bottom: 0px;
}

.name_click_slide_coctails {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.27;
    color: rgb(43, 43, 43);
    margin-bottom: 10px;
    cursor: pointer;
}

.name_click_slide_coctails span {
    display: block;
    width: 11px;
    height: 11px;
    -webkit-transition: 100ms;
    transition: 100ms;
}

.name_click_slide_coctails.open span {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.name_click_slide_coctails.open span:before {
    opacity: 0;
}

.name_click_slide_coctails span:before,
.name_click_slide_coctails span:after {
    content: "";
    position: absolute;
    left: 0px;
    width: 100%;
    top: 50%;
    margin-top: -1px;
    height: 2px;
    background: rgb(29, 177, 44);
    -webkit-transition: 100ms;
    transition: 100ms;
}

.name_click_slide_coctails span:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.slide_down_coctails {
    font-size: 13px;
    line-height: 1.23;
    color: rgb(112, 112, 112);
    margin-bottom: 15px;
    display: none;
}

.name_n_slide {
    font-size: 13px;
    font-weight: 600;
    line-height: 1.23;
    color: rgb(43, 43, 43);
    margin-bottom: 10px;
}

.ingradients_coctails {
    font-size: 13px;
    line-height: 1.23;
    color: rgb(112, 112, 112);
    margin-bottom: 15px;
}

.wrap_to_product {
    display: block;
    padding: 20px;
    /*    margin-bottom: 50px;*/
}

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

.name_wishlist_in_product p {
    width: calc(100% - 80px);
    font-size: 15px;
    font-weight: bold;
    line-height: 1.27;
    color: rgb(43, 43, 43);
}

.line_wish_in_prods {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 80px;
}

.line_wish_in_prods .wishlist_icon {
    margin-bottom: 0px;
}

.add_comments {
    padding: 12px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 150px;
    height: 45px;
    background: rgb(159, 205, 90);
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: rgb(255, 255, 255);
    border-radius: 50px
}

.rating_count_reviews {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 13px;
    line-height: 1.23;
    color: rgb(29, 54, 177);
    padding-top: 10px;
    margin-bottom: 10px;
}

.line_rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-right: 10px;
}

.line_rating img:not(:last-child) {
    margin-right: 5px;
}

.line_tab_click_product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-bottom: 20px;
    width: 100%;
}

.one_tab_product {
    font-size: 13px;
    line-height: 1.23;
    color: rgb(43, 43, 43);
    width: 100px;
    height: 30px;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: #2B2B2B;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50px;
}

.one_tab_product.active {
    color: rgb(255, 255, 255);
    background: rgba(159, 205, 90, 1);
}

.line_product_description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 5px;
    /*
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
*/
}

/*
.line_product_description span {
    display: block;
    border-top: 1px dashed rgb(225, 225, 225);
    max-width: calc(100% - 75px);
    width: 100%;
    min-width: 10px;
}
*/

.description_key {
    font-size: 13px;
    font-weight: 600;
    line-height: 1.23;
    color: rgb(43, 43, 43);
    width: calc(100% - 150px);
    padding-right: 10px;
}

.description_value {
    font-size: 13px;
    line-height: 1.23;
    color: rgb(43, 43, 43);
    width: 150px !important;
    text-align: left;
}

.description_value a {
    color: rgb(29, 54, 177);
}

.description_key:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 15px;
    width: 100%;
    border-bottom: 1px dashed rgb(225, 225, 225);
}

.description_key span {
    display: inline-block;
    border-color: rgb(45, 45, 45);
    background: rgb(255, 255, 255);
    padding-bottom: 2px;
    bottom: -2px;
}

.line_name_date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 5px;
}

.name_reviewer {
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: #2B2B2B;
}

.date_review {
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    color: #757575;
}

.date_review {}

.stars_reviews {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 10px;
}

.stars_reviews img {
    margin-right: 5px;
}

.text_review {
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.23;
    letter-spacing: normal;
    text-align: left;
    color: rgb(125, 125, 125);
}

.one_block_reviews {
    margin-bottom: 20px;
}

.load_more_review {
    text-align: center;
    font-size: 13px;
    line-height: 1.23;
    color: rgb(29, 54, 177);
}

.load_more_review span {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    display: inline-block;
}

.one_tab_show_product .one_slide_coctails {
    padding-bottom: 1px;
    margin-bottom: 15px;
}

.one_tab_show_product .line_prod_cell_year {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgb(225, 225, 225);
}

.one_tab_show_product .line_prod_cell_year {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.29;
    color: rgb(43, 43, 43);
}

.line_icon_text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 11px;
    line-height: 1.27;
    color: rgb(125, 125, 125);
}

.line_icon_text img {
    margin-right: 5px;
}

.one_tab_show_product .one_slide_coctails:not(:last-child):after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 50%;
    width: 200px;
    height: 1px;
    background: rgb(225, 225, 225);
    margin-left: -100px;
}

.one_tab_show_product .one_slide_coctails:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.one_tab_show_product .line_modificator {
    margin-bottom: 15px;
    margin-top: -15px;
    border-top: none;
}

.add_comment_page {
    background: rgb(159, 205, 90);
    color: rgb(255, 255, 255);
    border: none;
}

.ratyng_inputs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    max-width: 230px;
    margin: 0 auto 20px;
}

.ratyng_inputs label {
    cursor: pointer;
}

.ratyng_inputs input {
    display: none;
}

.ratyng_inputs label .star_image {
    display: block;
    width: 25px;
    height: 25px;
    background: url(../image/empty_star.svg) center no-repeat;
    background-size: 100% 100%;
}

.ratyng_inputs label.checked .star_image {
    background: url(../image/star.svg) center no-repeat;
    background-size: 100% 100%;
}

.name_form_add_comment {
    font-size: 15px;
    font-weight: bold;
    line-height: 1.27;
    color: rgb(43, 43, 43);
    margin-bottom: 10px;
    text-align: center;
}

.add_comment_tab textarea {
    width: 100%;
    height: 150px;
    background: #ECECEC;
    border-radius: 10px;
    resize: none;
    margin-bottom: 10px;
    padding: 15px;
    font-size: 13px;
    border: none;
}

.white_cart_clock {
    padding: 40px 20px;
    border-radius: 5px;
    background: rgb(255, 255, 255);
    min-height: calc(100vh - 341px);
    margin-bottom: 25px;
}

.empty_in_cart_block {
    font-size: 13px;
    font-weight: bold;
    line-height: 1.23;
    color: rgb(43, 43, 43);
    text-align: center;
}

.empty_in_cart_block img {
    width: 200px;
    display: block;
    opacity: 0.4;
    margin: 20px auto 0;
}

.one_product_in_cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgb(234, 234, 234);
}

.image_in_cart {
    width: 50px;
}

.image_in_cart img {
    max-width: 100%;
}

.text_product_in_cart {
    width: calc(100% - 50px);
    padding-left: 10px;
}

.name_remove {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}

.to_product_in_cart .name_cat_card {
    margin-bottom: 15px;
}

.to_product_in_cart .line_prod_cell_year {
    max-width: 200px
}

.to_product_in_cart {
    width: calc(100% - 25px);
}

.remove_product {
    width: 30px;
    height: 30px;
    margin: 0 0 1px 28px;
    padding: 7px;
    border-radius: 50%;
    background: rgba(214, 50, 50, 1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.top_in_cart .plus,
.top_in_cart .minus {
    width: 30px;
    height: 30px;
}

.remove_product img {
    width: 15px;
}

.top_in_cart {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.top_in_cart .price_in_cart {
    width: 100%;
    display: block;
    font-size: 14px;
    line-height: 19px;
    color: #2B2B2B;
    margin-bottom: 10px;
}

.top_in_cart .price_in_cart span {
    font-weight: bold;
    font-size: 14px;
    line-height: 19px;
    color: #9FCD5A;
}

.top_in_cart input {
    width: calc(100% - 60px);
}

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

.price_in_cart {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.29;
    color: rgb(159, 205, 90);
}

.plus_minus_cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 140px;
    height: 45px;
    border-radius: 5px;
}

.minus,
.plus {
    width: 45px;
    height: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: rgb(255, 255, 255);
    font-size: 0px;
    font-weight: bold;
    line-height: 0px;
    border-radius: 50%;
    background: rgb(117, 117, 117);
    background-image: url(../image/minus.svg);
    background-position: center;
    background-repeat: no-repeat;
}

.plus {
    background-image: url(../image/plus.svg);
}

.count_product {
    width: calc(100% - 90px);
    border: none;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.22;
    color: rgb(43, 43, 43);
    text-align: center;

}

.dop_price {
    padding-top: 15px;
    font-size: 11px;
    line-height: 1.27;
    color: rgb(159, 205, 90);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    display: none;
}

.dop_price span {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.22;
    margin-right: 5px;
}

.in_bar_product p {
    font-size: 13px;
    line-height: 1.23;
    color: rgb(43, 43, 43);
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.in_bar_product p img {
    width: 19px;
    margin-right: 10px;
}

.in_bar_product .orange_link {
    -webkit-transition: 300ms;
    transition: 300ms;
    border: 1px solid rgb(225, 95, 0);
}

.in_bar_product .orange_link p {
    margin-bottom: 0px;
    color: rgb(255, 255, 255);
    font-size: 15px;
    font-weight: 600;
    line-height: 1.27;
}

.in_bar_product .orange_link.open p {
    color: rgb(225, 94, 0);
}

.in_bar_product .orange_link img {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: 300ms;
    transition: 300ms;
}

.in_bar_product .orange_link img:last-child {
    display: none;
}

.in_bar_product .orange_link.open {
    background: rgb(255, 255, 255);
    color: rgb(159, 205, 90);
}

.in_bar_product .orange_link.open img {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.in_bar_product .orange_link.open img {
    display: none;
}

.in_bar_product .orange_link.open img:last-child {
    display: block;
}

.total_price_in_cart {
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    color: #2B2B2B;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 20px
}

.total_price {
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    color: #9FCD5A;
    padding-left: 10px;
}

.product_in_bar {
    display: none;
}

.one_product_in_bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px 0px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.one_product_in_bar:not(:last-child):after {
    content: "";
    position: absolute;
    width: 250px;
    bottom: 0px;
    left: 50%;
    margin-left: -125px;
    height: 1px;
    background: rgb(225, 225, 225);
}

.one_product_in_bar .line_price_to_cart {
    width: 100%;
    padding-top: 20px;
}

.line_price_to_cart .orange_price {
    color: rgb(43, 43, 43);
    width: 108px;

}

.image_in_bar {
    width: 50px;
}

.image_in_bar img {
    max-width: 100%;
}

.text_in_bar {
    width: calc(100% - 105px);
    padding-left: 10px;
}

.add_in_bar {
    width: 25px;
}

.text_in_bar > p {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.text_in_bar .line_prod_cell_year {
    max-width: 200px
}

.add_in_bar_cart {
    width: 25px;
    height: 25px;
    border: 1px solid rgb(225, 225, 225);
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.add_in_bar_cart:before,
.add_in_bar_cart:after {
    content: "";
    width: 12px;
    height: 2px;
    background: rgb(29, 177, 44);
    position: absolute;
    top: 50%;
    margin-top: -1px;
    margin-left: -6px;
    left: 50%;
}

.add_in_bar_cart:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.block_account {
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 10px;
}

.bar_in_account {
    min-height: calc(100vh - 341px);
}

.name_redact_data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.22;
    color: rgb(43, 43, 43);
    margin-bottom: 10px;
}

.button_green_pen {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    border-radius: 5px;
    border: 1px solid rgb(225, 225, 225);
}

.button_green_pen img {
    width: 11px;
}

.two_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.29;
    color: rgb(43, 43, 43);
}

.two_block > div {
    width: 50%;
}

.nameblock_cabinet {
    font-size: 11px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.27;
    letter-spacing: normal;
    text-align: left;
    color: rgb(125, 125, 125);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 5px;
}

.nameblock_cabinet img {
    width: 11px;
    margin-right: 5px;
}

.nameblock_cabinet span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 2px;
    border: solid 1px rgb(225, 225, 225);
    background-color: rgb(255, 255, 255);
    width: 11px;
    height: 11px;
    font-size: 6px;
    line-height: 1;
    color: rgb(225, 225, 225);
    margin-left: 5px;
}

.one_block {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.29;
    color: rgb(43, 43, 43);
}

.list_link_in_account {
    display: block;
    width: calc(33.333% - 14px);
    margin-right: 20px;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    color: #2B2B2B;
    margin-bottom: 20px;
}

.list_link_in_account:nth-child(3n) {
    margin-right: 0px;
}

.list_link_in_account span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 90px;
    height: 90px;
    border: 1px solid #ECECEC;
    -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    margin: 0 auto 5px;
}

.counts_events {
    position: absolute;
    right: 20px;
    top: 50%;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 11px;
    font-weight: 600;
    line-height: 0;
    color: rgb(255, 255, 255);
    background: rgb(159, 205, 90);
    margin-top: -10px;
}

.remove_button_wishlist {
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.block_account .title_text {
    margin: 0px 0px 10px;
}

.block_account .title_text span:not(.section_click_settings) {
    font-size: 13px;
    font-weight: 600;
    line-height: 1.23;
    color: rgb(43, 43, 43);
    background: rgb(255, 255, 255);
}

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

.in_account_bar:not(:last-child):after {
    content: "";
    width: 260px;
    height: 1px;
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -130px;
    background: rgb(225, 225, 225);
}

.in_account_bar:not(:last-child) {
    content: "";
    /*
    width: 260px;
    height: 1px;
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -130px;
*/
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.slide_icon_bar_account {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    overflow: hidden;
    overflow-x: auto;
    padding-bottom: 10px
}

.slide_icon_bar_account::-webkit-scrollbar {
    width: 2px;
    background-color: #f9f9fd;
    height: 2px
}

.slide_icon_bar_account::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgb(159, 205, 90);
}

.slide_icon_bar_account::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    background-color: #f9f9fd;
}

.icon_percent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    width: 80px;
    margin-right: 10px;
    cursor: pointer;
}

.icon_percent span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    border-radius: 5px;
    -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
    background-color: rgb(112, 112, 112);
    margin-bottom: 10px;
}

.wrap_append_bootle {
    font-size: 0px;
    overflow: hidden;
}

.wrap_append_bootle .append_svg_animation {
    z-index: 1;
    width: 100%;
    max-width: 80px;
    margin: 0 auto;
}

.append_svg_animation svg {
    width: 100%;
}

.wave1 {
    position: absolute;
    bottom: 3px;
    width: calc(100% - 2px);
    height: 0%;
    left: 1px;
    background: rgb(159, 205, 90);
}

/*
.wave1:after {
    content: "";
    position: absolute;
    width: calc(100% + 60px);
    left: -30px;
    height: 30px;
    border-radius: 50%;
    background: rgb(255, 255, 255);
    position: absolute;
    top: -15px;
    -webkit-animation: waveAnimation 4s ease-in-out infinite;
    animation: waveAnimation 4s ease-in-out infinite;
}
*/

.personal_icon_account {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(159, 205, 90, 1);
    text-align: center;
}

.absolute_logout {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 1;
}

.absolute_logout button {
    border: none;
    padding: 0px;
    width: 45px;
    height: 45px;
    background: #9FCD5A;
    -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
}

.image_field_account .append_image form {
    position: static;
}

.image_field_account .append_image input {
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.image_field_account .append_image img {
    display: block;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin: 0 auto;
}

.append_image {
    display: inline-block;
}

.name_user {
    margin-top: 10px;
    font-weight: 600;
    font-size: 16px;
    color: #2B2B2B;
}

.email_user {
    font-size: 14px;
    line-height: 19px;
    color: #757575;
}


@-webkit-keyframes waveAnimation {
    0% {
        -webkit-transform: translate(25px, 0px);
        transform: translate(25px, 0px);
    }

    50% {
        -webkit-transform: translate(-25px, 0px);
        transform: translate(-25px, 0px);
    }

    100% {
        -webkit-transform: translate(25px, 0px);
        transform: translate(25px, 0px);
    }
}

@keyframes waveAnimation {
    0% {
        -webkit-transform: translate(25px, 0px);
        transform: translate(25px, 0px);
    }

    50% {
        -webkit-transform: translate(-25px, 0px);
        transform: translate(-25px, 0px);
    }

    100% {
        -webkit-transform: translate(25px, 0px);
        transform: translate(25px, 0px);
    }
}






.icon_percent.active span {
    background: rgb(225, 94, 0);
}

.icon_percent span img {
    width: 30px;
}

.icon_percent div {
    font-size: 11px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.27;
    letter-spacing: normal;
    text-align: center;
    color: rgb(125, 125, 125);
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

.icon_percent.active div {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.icon_percent div p:not(:last-child) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 5px;
}

.icon_percent div p img {
    margin-right: 5px;
}

.icon_percent div p.orange_percent {
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.22;
    letter-spacing: normal;
    text-align: center;
    color: rgb(159, 205, 90);
}

.append_bootle_image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 20px;
}

.link_in_bar a {
    font-size: 11px;
    line-height: 1.27;
    color: rgb(255, 0, 0);
}

.link_in_bar a.green_link {
    font-size: 11px;
    line-height: 1.27;
    color: rgb(29, 177, 44);
}

.overlay {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(43, 43, 43, 0.5);
    display: none;
    z-index: 10;
}

.modal_block {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: rgb(255, 255, 255);
    max-height: calc(100% - 20px);
    width: calc(100% - 30px);
    padding: 20px 20px 20px 20px;
    border-radius: 5px;
    -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
    max-width: 350px;
    display: none;
    z-index: 11;
}

.close_modal {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 25px;
    height: 25px;
    border-radius: 3px;
    border: solid 1px rgb(225, 225, 225);
    background-color: rgb(255, 255, 255);
    background: url(../image/black_close.svg) center no-repeat;
    z-index: 2;
}

.name_modal_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.29;
    color: rgb(43, 43, 43);
    margin-bottom: 10px;
}

.name_modal_block img {
    margin-right: 10px;
}

.name_modal_block span {
    display: none;
}

.append_text {
    font-size: 11px;
    line-height: 1.27;
    color: rgb(43, 43, 43);
}

.about_delivery {
    padding: 20px;
    border-radius: 3px;
    border: solid 1px rgb(225, 225, 225);
    background-color: rgb(255, 255, 255);
    margin-top: 40px;
    font-size: 11px;
    line-height: 1.27;
    color: rgb(43, 43, 43);
}

.about_delivery p:not(:last-child) {
    margin-bottom: 10px;
}

.about_delivery p.line_auto_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 5px;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.23;
    color: rgb(43, 43, 43);
}

.line_auto_title img {
    margin-right: 10px;
}

.line_blocks_igs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 13px;
    line-height: 1.23;
    color: rgb(125, 125, 125);
    margin-bottom: 5px;
}

.line_blocks_igs img {
    margin-right: 5px;
}

.line_name_mini_description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 13px;
    line-height: 1.23;
    color: rgb(125, 125, 125);
    margin-top: 10px;
    margin-bottom: 5px;
}

.line_price_checkouts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.23;
    color: rgb(43, 43, 43);
    padding-bottom: 20px
}

.orange_price_mini {
    font-size: 13px;
    font-weight: 600;
    line-height: 1.23;
    color: rgb(159, 205, 90);
}

.line_name_mini_description p:nth-child(3) {
    width: 100px;
    text-align: right;
}

.line_name_mini_description p:nth-child(2) {
    width: 60px
}

.line_name_mini_description p:nth-child(1) {
    width: calc(100% - 115px);
}

.circle_image_to_click {
    position: fixed;
    z-index: 11;
    display: block;
    width: 0px;
    height: 0px;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: transparent;
    border: 0px solid rgb(159, 205, 90);
    opacity: 1;
    -webkit-box-shadow: inset 0px 0px 45px rgb(159, 205, 90);
    box-shadow: inset 0px 0px 45px rgb(159, 205, 90);
}

.circle_image_to_click.click {
    -webkit-animation: animationCircle 300ms ease-out infinite;
    animation: animationCircle 300ms ease-out infinite
}

.link_in_accounts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@-webkit-keyframes animationCircle {
    0% {
        width: 0px;
        height: 0px;
        opacity: 1;
        border: 0px solid rgb(159, 205, 90);
    }

    100% {
        width: 100px;
        height: 100px;
        opacity: 0;
        border: 10px solid rgb(159, 205, 90);
    }
}

@keyframes animationCircle {
    0% {
        width: 0px;
        height: 0px;
        opacity: 1;
        border: 0px solid rgb(159, 205, 90);
    }

    100% {
        width: 100px;
        height: 100px;
        opacity: 0;
        border: 10px solid rgb(159, 205, 90);
    }
}

@media screen and (max-height:570px) {
    .fixed_menu_mobile.open .stakan {
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
        bottom: -40px;
    }
}

.line_modificator {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    /*    border-bottom: 1px solid rgb(224, 224, 224);*/
    /*    border-top: 1px solid rgb(224, 224, 224);*/
    width: 100%;
}

.one_product_in_bar .line_modificator {
    margin-top: 5px;
}

.line_modificator label {
    display: block;
    width: 100%;
    max-width: 50px;
    text-align: center;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.27;
    color: rgb(112, 112, 112);
}

.line_modificator label input {
    display: none;
}

.line_modificator label span {
    display: block;
    width: 100%;
    padding: 12px 0px;

}

.line_modificator label input[type="radio"]:checked ~ span {
    color: rgb(159, 205, 90);
}

.line_modificator label input[type="radio"]:checked ~ span:after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0px;
    height: 1px;
    width: 100%;
    background: rgb(159, 205, 90);
}

.link_center_enter_registration {
    padding-top: 30px;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    color: #2B2B2B;
}

.link_center_enter_registration a {
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    text-decoration: underline;
    color: #236DFE;
}

.white_block_hello .daterangepicker.show-calendar > .drp-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.white_block_hello .daterangepicker .drp-buttons .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 80px;
    width: 100%;
    height: 30px;
    border-radius: 5px;
    -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
    background-color: rgb(159, 205, 90);
    color: rgb(255, 255, 255);
    padding: 0px 20px;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.27;
    margin: 0;
    border: none;
    cursor: pointer;
}

.white_block_hello .daterangepicker .drp-buttons .btn:last-child {
    margin-left: 5px;
}

.white_block_hello .daterangepicker select.monthselect,
.white_block_hello .daterangepicker select.yearselect {
    border: 1px solid rgb(159, 205, 90);
    border-radius: 5px;
    padding: 0px 10px;
    height: 30px;
}


.empty_events {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.23;
    color: rgb(43, 43, 43);
}

.empty_events img {
    display: block;
    width: 100%;
    max-width: 125px;
    margin: 20px auto 50px;
}

.error_validation {
    display: block;
    width: 100%;
    padding-top: 5px;
    font-size: 12px;
    color: rgb(255, 95, 95);
    text-align: left;
    max-width: 300px;
    margin: 0 auto;
}

.wrap_in_cart_modificator {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.in_cart_modificator {
    /*    width: 40px;*/
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid rgb(45, 45, 45);
    border-radius: 3px;
    color: rgb(45, 45, 45);
    font-size: 12px;
    font-weight: bold;
    padding: 0px 10px;
}


.wrap_new_white_black .title_text {
    margin-top: 0px;
    margin-bottom: 0px;
}

.wrap_new_white_black .title_text span:not(.section_click_settings) {
    background: rgb(255, 255, 255);
}

.wrap_new_white_black {
    padding: 15px 10px 0px;
    border-radius: 5px;
    background: rgb(255, 255, 255);
}

.wrap_new_white_black:last-child {
    margin-bottom: 20px;
}

.empty_wishlist_block {
    text-align: center;
}

.section_one_blocks {
    font-size: 13px;
    line-height: 1.23;
    color: rgb(43, 43, 43);
    margin-bottom: 20px;
}

.section_one_blocks:not(:last-child) {
    margin-bottom: 0px;
}

.section_one_blocks p {
    margin-bottom: 10px;
}

.line_icon_delivery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.23;
    color: rgb(43, 43, 43);
}

.section_one_blocks ul {
    margin: 20px 0px;
}

.section_one_blocks ul li:not(:last-child) {
    margin-bottom: 10px;
}

.about_section .section_one_blocks img {
    width: 15px;
    margin: 0px 10px 0px 0px !important;
    margin-right: auto;
}

.line_icon_method_pay {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.about_section .line_icon_method_pay img {
    margin: 0px 10px 0px 0px !important;
    width: 35px;
}

.orange_spans {
    color: rgb(159, 205, 90);
}

.about_section .orange_link img {
    border-radius: 0px;
    line-height: 1.23;
    margin: 0px;
    display: block;
}


.section_one_blocks p.big_title_contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.23;
    margin-bottom: 20px;
}

.big_title_contacts img {
    margin-left: 0px;
    margin-right: 10px;
    margin-bottom: 0px;
    width: 15px !important;
}

.line_icon_contacts_page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 10px;
}

.line_icon_contacts_page:last-child {
    margin-bottom: 0px;
}

.line_icon_contacts_page img {
    margin-right: 10px;
    margin-left: 0px;
    margin-bottom: 0px;
    width: 11px;
}

.text_link_contacts {
    font-size: 11px;
    line-height: 1.27;
    color: rgb(125, 125, 125);
}

.text_link_contacts a {
    color: rgb(125, 125, 125);
}

.conkrete_link_text {
    font-size: 13px;
    line-height: 1.23;
    color: rgb(43, 43, 43);
    margin-top: 5px;
}

#map {
    position: absolute;
    left: -9999;
    z-index: -9999;
    opacity: 0;
}

.mini_payment_delivery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.23;
    color: rgb(43, 43, 43);
    max-width: 300px;
    margin: 0 auto 15px;
}

.orange_span_del {
    font-size: 13px;
    font-weight: bold;
    line-height: 1.23;
    color: rgb(159, 205, 90);
}

.white_block_hello > img.big_icon_errrs {
    /*    width: 110px;*/
    margin-top: 10px;
    margin-bottom: 10px;
    max-width: 100%;
}

p.bignbrss {
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #2B2B2B;
    margin-bottom: 20px;
}

.in_slider_slides_images {
    /*    max-width: 200px;*/
    width: 100%;
    padding-bottom: 40px;
}

.in_slider_slides_images img {
    max-width: 200px;
    display: block;
    /*    margin: 0 auto 10px;*/
    z-index: 1;
}

.one_slide_svg_icon {
    text-align: center;
}

.line_bootles_icon {
    width: 100%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    /* display: flex; */
    overflow-y: auto;
    margin-bottom: 30px;
}

.one_slide_icon_tab {
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: #2B2B2B;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 5px 20px;
    border-radius: 50px;
    height: 30px;
    cursor: pointer;
}

.one_slide_icon_tab.active {
    background-color: rgb(159, 205, 90);
    color: rgb(255, 255, 255);
}

.one_slide_icon_tab > div {
    margin-left: 5px;
}

.one_slide_icon_tab > div img {
    margin-right: 5px;
}

.tab_slides {
    opacity: 0;
    position: absolute;
    z-index: -9999;
    visibility: hidden;
    width: 100%;
}

.tab_slides.active {
    opacity: 1;
    position: relative;
    z-index: 1;
    visibility: visible;
}

.image_and_wawe {
    max-width: 200px;
    margin: 0 auto;
    overflow: hidden;
}

.image_and_wawe svg {
    z-index: 1;
    margin-bottom: -3px;
}

.name_but_product {
    padding-top: 20px;
    text-align: center;
    margin-bottom: 15px;
}

.name_poilo {
    font-size: 15px;
    font-weight: bold;
    line-height: 1.27;
    color: rgb(43, 43, 43);
    margin-bottom: 5px;
}

.cell_poilo {
    font-size: 11px;
    font-weight: 600;
    line-height: 1.27;
    color: rgb(43, 43, 43);
}

.one_slide_svg_icon .orange_price {
    min-width: 60px;
}

.one_slide_svg_icon .line_price_to_cart {
    max-width: 300px;
    margin: 0 auto;
}

.in_slider_slides_images .owl-dots {
    bottom: -30px;
}

.in_slider_slides_images .owl-dots button {
    width: 19px;
    height: 4px;
    margin: 0 2px;
    border-radius: 2px;
    border: solid 1px rgb(225, 225, 225);
}

.in_slider_slides_images .owl-dots button.active {
    background-color: rgb(159, 205, 90);
    border: 1px solid rgb(159, 205, 90);
}

.in_slider_slides_images .owl-dots button.active:after {
    content: none;
}

.one_slide_icon_tab span img {
    width: 20px;
    height: 20px;
}

input[name="street"] {
    -webkit-transition: 300ms;
    transition: 300ms;
}

input[name="street"].errorInputStreet {
    -webkit-box-shadow: 0px 0px 10px rgb(255, 0, 0);
    box-shadow: 0px 0px 10px rgb(255, 0, 0);
    border: 1px solid rgb(255, 0, 0);
}

.strip_tags {
    white-space: nowrap;
    overflow: hidden;
    padding: 0px 5px 0px 0px;
    text-overflow: ellipsis;
}

.two_label.radio_label > label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.white_block_hello label > div p {
    margin-bottom: 0px;
}

.modal__percentage {
    position: fixed;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    top: 0px;
    left: 0px;
    z-index: 10000;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

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

.my_white_percentage {
    padding: 45px 15px 20px;
    border-radius: 5px;
    background: rgb(255, 255, 255);
    max-width: calc(100% - 20px);
    text-align: center;
    font-size: 11px;
    color: rgb(43, 43, 43);
}

.my_white_percentage > img {
    width: 100%;
    max-width: 330px;
    display: block;
    left: auto;
    right: -15px;
}

.close_modal_percent {
    position: absolute;
    top: 15px;
    right: 15px;
    border-radius: 3px;
    border: solid 1px rgb(225, 225, 225);
    background-color: rgb(255, 255, 255);
    width: 25px;
    height: 25px;
}

.close_modal_percent:before,
.close_modal_percent:after {
    content: "";
    position: absolute;
    top: 50%;
    height: 1px;
    width: 10px;
    background-color: rgb(159, 205, 90);
    left: 50%;
    margin-left: -5px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.close_modal_percent:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.big_percentage {
    padding-top: 20px;
    font-size: 15px;
    font-weight: 600;
    color: rgb(43, 43, 43);
}

span.orange_spans {
    color: rgb(225, 94, 0);
}

.top_ifo_account {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-bottom: 10px;
    border-bottom: 1px solid rgb(159, 205, 90);
    padding-top: 10px;
}

.icon_user {
    width: 50px;
    font-size: 0px;
    height: 50px;
}

.icon_user img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
}

.name_mail_right_account {
    padding-left: 10px;
    width: calc(100% - 50px);
}

.name_mail_right_account .name_user {
    margin-top: 0px;
    margin-bottom: 5px;
}

.fc td .fc-daygrid-day-frame {
    background: rgba(236, 236, 236, 1);
    border-radius: 5px;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    color: #2B2B2B;
    min-height: 37px;
    min-width: 37px;
}

.fc .fc-day-sat .fc-daygrid-day-frame,
.fc .fc-day-sun .fc-daygrid-day-frame {
    background: rgba(242, 225, 225, 1)
}



.fc .fc-daygrid-day-top {
    width: 100%;
    height: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.fc .fc-daygrid-day-frame {
    height: 100%;
}

.fc#calendar .fc-daygrid-body-unbalanced .fc-daygrid-day-events {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.fc-direction-ltr .fc-daygrid-event.fc-event-end,
.fc-direction-rtl .fc-daygrid-event.fc-event-start {
    width: 100%;
    height: 100%;
    margin-left: 0px !important;
    margin-right: 0px !important;
    margin-top: 0px !important;
    position: absolute;
    top: 0px;
    left: 0px;
    background: transparent;
    border: none;
    font-size: 0px;
}

.fc .fc-daygrid-event-harness {
    width: 100%;
    height: 100%;
    position: absolute !important;
    top: 0px;
    left: 0px;
}

.fc-direction-ltr a.fc-daygrid-event.fc-event-end:before {
    content: "";
    position: absolute;
    top: 4px;
    right: 4px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: rgb(159, 205, 90);
    z-index: 1;
}

.fc.fc-direction-ltr .fc-daygrid-day.fc-day-today {
    background: transparent
}

.fc.fc-direction-ltr .fc-daygrid-day.fc-day-today .fc-daygrid-day-frame {
    border: 1px solid rgb(159, 205, 90);
    background: rgba(236, 236, 236, 1);
}

.fc td .fc-daygrid-day-frame.green,
.fc.fc-direction-ltr .fc-daygrid-day.fc-day-today .fc-daygrid-day-frame.green {
    background-color: rgb(159, 205, 90);
    color: rgb(255, 255, 255);
}

.fc.fc-direction-ltr .fc-day-today .green a.fc-daygrid-event.fc-event-end:before,
.fc.fc-direction-ltr td .fc-daygrid-day-frame.green a.fc-daygrid-event.fc-event-end:before {
    background: rgb(255, 255, 255);
}

.fc.fc-direction-ltr.fc-theme-standard td,
.fc.fc-direction-ltr.fc-theme-standard th {
    border: none;
}

.fc.fc-direction-ltr.fc-theme-standard td {
    padding: 5px;
}

.fc-theme-standard table.fc-scrollgrid {
    border: none;
}

.line_button_by_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 10px;
}

.regular_sale_link,
.info_button_click {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: rgba(159, 205, 90, 1);
}

.buy_now {
    width: 100%;
    max-width: 200px;
    height: 45px;
    background: rgba(159, 205, 90, 1);
    border-radius: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: rgb(255, 255, 255);
}

.personal_manager {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 10px;
}

.personal_manager img {
    width: 37px;
    height: 37px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
    margin-right: 5px;
}

.personal_manager p {
    background: rgba(236, 236, 236, 1);
    padding: 5px 15px 5px 10px;
    font-size: 12px;
    line-height: 16px;
    color: #2B2B2B;
    border-radius: 5px 5px 5px 0px;
}

.after_calendar_block {
    margin-top: 10px;
    border-top: 1px solid rgba(226, 226, 226, 1);
    padding-top: 10px;
}

.select_date_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #2B2B2B;
}

.select_date_block span {
    border-right: 1px solid rgb(159, 205, 90);
    margin: 0px 10px;
}

.fc .fc-button.fc-today-button {
    display: none;
}

.fc .fc-toolbar-chunk .fc-button-group {
    position: absolute;
    width: 100%;
    left: 0px;
    margin-left: 0px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.fc .fc-toolbar.fc-header-toolbar {
    position: relative;
}

.fc .fc-button-group > .fc-button,
.fc .fc-button-group > .fc-button:focus,
.fc .fc-button-group > .fc-button:active {
    width: 9px;
    -webkit-box-flex: 0 !important;
    -ms-flex: none !important;
    flex: none !important;
    background-color: transparent !important;
    border: none;
    font-size: 0px;
    background: url(../image/arrow_prew.svg) center no-repeat;
    background-size: 100% 100%;
    display: block;
    height: 15px;
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;

}

.fc .fc-button-group > .fc-button:last-child {
    background: url(../image/arrow_next.svg) center no-repeat;
    background-size: 100% 100%;
}

.fc .fc-toolbar-chunk {
    position: static;
}

.fc .fc-toolbar.fc-header-toolbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.cbd-hide {
    display: none;
}

.text_cbd_calculate {
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: #2B2B2B;
    margin-bottom: 20px;
}

.cbd-row {
    margin-bottom: 10px;
}

.cbd-row label {
    font-size: 14px;
    line-height: 19px;
    color: #2B2B2B;
    margin-bottom: 5px;
}

.cbd-wrapper select,
.cbd-wrapper input {
    background: #ECECEC;
    border-radius: 50px;
    width: 100%;
    max-width: 310px;
    height: 45px;
    padding: 0px 20px;
    display: block;
    margin: 0 auto;
    border: none;
}

.cbd-wrapper select {
    background-image: url(../image/arrow_down.svg);
    background-size: 15px 8px;
    background-repeat: no-repeat;
    background-position: center right 16px;
}

.wrap_result {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 2px solid rgb(159, 205, 90);
    font-size: 14px;
    line-height: 19px;
    color: #2B2B2B;
}

.cats_section_to_filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.cats_section_to_filter label {
    width: calc(33.333% - 10px);
}

.cats_section_to_filter label p {
    text-align: center;
    width: 100%;
    padding: 5px;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: #2B2B2B;
    border-radius: 50px;
}

.cats_section_to_filter label input:checked + p {
    background: rgba(234, 234, 234, 1)
}

.name_category {
    font-size: 12px;
    line-height: 16px;
    color: #757575;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 15px;
}

.reviews_count {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    color: #2B2B2B;
}

.reviews_count img {
    margin-right: 5px;
}

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

.hyde_block_pseudo {
    width: 35px;
}

.size_total_oz {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 2px solid rgb(159, 205, 90);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    font-size: 14px;
    line-height: 19px;
    color: #757575;
    margin-bottom: 20px;
}

.size_total_oz span {
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: #9FCD5A;
}

.rating_reviews_page {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.name_prod_in_page {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #2B2B2B;
    margin-bottom: 5px;
}

.name_category_product {
    font-size: 12px;
    line-height: 16px;
    color: #757575;
}

.price_total_Price_line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #757575;
    margin-bottom: 20px;
    padding-top: 20px;
    margin-top: 10px;
    border-top: 2px solid rgb(159, 205, 90);
}

.price_total_Price_line span {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #2B2B2B;
}

.texts_mod_product {
    margin-top: 40px;
    font-size: 14px;
    line-height: 19px;
    color: #2B2B2B;
}

.texts_mod_product .name_prod_in_page {
    margin-bottom: 10px;
}

.mod_prod {
    margin-top: 20px;
}

.mod_prod p:not(:last-child) {
    margin-bottom: 10px;
}

.mod_prod p {
    font-weight: 400;
}

.mod_prod span {
    font-weight: 600;
    color: rgb(41, 41, 41);
}

.description_product {
    padding-top: 10px;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: #2B2B2B;
}

.description_product p:not(:last-child) {
    margin-bottom: 20px;
}

.description_product ul {
    margin-top: 20px;
}

.description_product ul li:not(:last-child) {
    margin-bottom: 20px;
}

.description_product ul li {
    padding-left: 20px;
}

.description_product ul li:before {
    content: "";
    position: absolute;
    top: 7px;
    left: 0px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #2B2B2B;
}

.center_add_reviews {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgb(234, 234, 234);
    margin-bottom: 20px;
}

.center_no_review {
    text-align: center;
}

.mini_text_adds {
    font-size: 12px;
    line-height: 16px;
    color: #757575;
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
}

.title_text_bigs {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #2B2B2B;
    margin-bottom: 20px;
}

.icons_line_images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 10px;
}

.icons_line_images > img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
}

.text_after_image_ava {
    padding-left: 10px;
    width: calc(100% - 50px);
}

.line_buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.line_buttons a {
    width: calc(50% - 5px);
    max-width: inherit;
}

.return_shop_link {
    background: #FFFFFF;
    border: 1px solid #9FCD5A;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /*
    -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
*/
    border-radius: 50px;
    color: rgba(159, 205, 90, 1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 10px;
    height: 45px;
    font-size: 14px;
}

.green_total_text_pay {
    margin-top: 40px;
    margin-bottom: 10px;
    background: #9FCD5A;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #FFFFFF;
}

.text_to_append div {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgb(234, 234, 234);
}

.text_to_append div:last-child {
    border-bottom: none;
}

.orange_link.button_save_absolute {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 15px;
    right: 0px;
    cursor: pointer;
}

.wrap_change_password {
    max-width: 310px;
    margin: 0 auto;
}

.wrap_change_password > p {
    text-align: left;
    font-size: 14px;
    line-height: 19px;
    color: #B5B5B5;
    margin-bottom: 5px;
}

.wrap_change_password.open > p,
.wrap_change_password.open .button_password_change {
    display: none;
}

.slide_change_password {
    display: none;
}

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

.toggle_push_message {
    padding-top: 40px;
    max-width: 300px;
    margin: 0 auto;
}

.toggle_push_message label p {
    font-size: 14px;
    line-height: 19px;
    color: #2B2B2B;

}

.title_events_settings {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #2B2B2B;
    margin-bottom: 20px;
    text-align: left;
}

.cancel_button_transparent {
    background: #FFFFFF;
    border: 1px solid #9FCD5A;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /*
    -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
*/
    border-radius: 50px;
    width: calc(50% - 5px);
    margin-right: 10px;
    max-width: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    color: #9FCD5A;
    height: 45px;
    cursor: pointer;
}

.save_green_password {
    width: calc(50% - 5px);
    max-width: 150px;
    height: 45px;
    background: #9FCD5A;
    /*
    -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
*/
    border-radius: 50px;
    border: none;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    color: #FFFFFF;
    cursor: pointer;
}

p.change_password_title {
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    color: #2B2B2B;
    margin-bottom: 20px;
    margin-top: 20px;
    text-align: left;
}

.line_cancel_save {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.button_password_change {
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    color: #FFFFFF;
    background: #9FCD5A;
    /*
    -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
*/
    border-radius: 50px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 45px;
    margin-bottom: 10px;
}

.big_text_to {
    margin-top: 40px;
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #2B2B2B;
}

.title_text_favorite {
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #2B2B2B;
}

.one_product_wishlist {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom:
}

.one_product_wishlist .image_in_bar {
    width: 90px;
    height: 90px;
}

.one_product_wishlist .image_in_bar img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.one_product_wishlist .text_in_bar {
    width: calc(100% - 90px);
    padding-left: 20px;
}

.one_product_wishlist .name_cat_card {
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: #2B2B2B;
    margin-bottom: 10px;
}

.one_product_wishlist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgb(234, 234, 234);
}

.one_product_wishlist:last-child {
    border-bottom: 0px;
    margin-bottom: 0px;
}

.linesize_total_price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.linesize_total_price div {
    font-size: 14px;
    line-height: 19px;
    color: #2B2B2B;
    margin-right: 15px;
}

.linesize_total_price div span:not([class]) {
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: #9FCD5A;
}

.one_product_wishlist .line_price_to_cart {
    padding-top: 10px;
    max-width: 310px;
    margin: 0 auto;
}

.one_product_wishlist .remove_button_wishlist a {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: rgba(159, 205, 90, 1);
    margin-left: 0px;
}

.line_price_to_cart {
    width: 100%;
}

.return_link {
    display: block;
    width: 100%;
    max-width: 230px;
    height: 45px;
    background: #FFFFFF;
    border: 1px solid #9FCD5A;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /*
    -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
*/
    border-radius: 50px;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    color: #9FCD5A;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
}

.toggle_push_message label {
    font-size: 14px;
    line-height: 19px;
    color: #2B2B2B;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.toggle_push_message label input {
    display: none;
}

.toggle_push_message label span {
    width: 55px;
    height: 30px;
    background: #EAEAEA;
    border-radius: 50px;
    display: block;
}

.toggle_push_message label span:after {
    content: "";
    position: absolute;
    left: 2px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: rgb(75, 75, 75);
    top: 2px;
    -webkit-transition: 300ms;
    transition: 300ms;
}

.toggle_push_message label input:checked + span:after {
    left: calc(100% - 28px);
    background: #9FCD5A;
    -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
}

span.info_click_icon {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    border: 1px solid #2B2B2B;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0px;
}

.title_text_left {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #2B2B2B;
    text-align: left;
    margin-bottom: 20px;
    margin-top: 20px;
}

.green_block_tincture {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 7px 20px;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
    background: rgba(159, 205, 90, 1);
    border-radius: 5px;
}

.green_block_tincture span:first-child {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
}

.recomended_dose {
    width: 100%;
    margin-top: 20px;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    color: #757575;
}

.big_recomendation {
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    color: #2B2B2B;
    margin-bottom: 5px;
}

.line_have_product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: #2B2B2B;
}

.plus_minus_have {
    padding: 0px 20px;
    width: 180px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 20px;
    margin-bottom: 20px;
}

.minus_dose,
.plus_dose {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: rgb(117, 117, 117);
    background-image: url(../image/minus.svg);
    background-position: center;
    background-repeat: no-repeat;
}

.plus_dose {
    background-image: url(../image/plus.svg);
}

.plus_minus_have input {
    width: calc(100% - 90px);
    border: none;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #2B2B2B;
    text-align: center;
    height: 100%;
}

.start_to_use_button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}

.start_to_use_button button {
    background: #9FCD5A;
    -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
    border-radius: 50px;
    width: 100%;
    max-width: 200px;
    height: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    color: #FFFFFF;
    cursor: pointer;
    border: none;
}

.start_to_use_button button.using_now {
    background: rgba(159, 205, 90, 0.5);
}

.container_start_to_use {
    padding-top: 20px;
}


.modal_health_info {
    position: fixed;
    padding: 124px 35px 65px;
    background: rgb(245, 245, 245);
    top: 0px;
    left: calc(100% + 200px);
    width: 100%;
    height: calc(100% - 100px);
    z-index: 9;
    -webkit-transform: skew(25deg);
    transform: skew(25deg);
    -webkit-transition: 300ms;
    transition: 300ms;
    -webkit-box-shadow: 0 3px 10px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 3px 10px 0 rgb(0 0 0 / 10%);
    background: rgb(255, 255, 255);

}

.modal_health_info:after {
    content: "";
    position: absolute;
    bottom: 40px;
    left: 0px;
    width: 100%;
    height: 5px;
    background: rgb(159, 205, 90);
}

.modal_health_info.open {
    left: 0px;
    -webkit-transform: skew(0);
    transform: skew(0);
}

.close_health_info {
    position: absolute;
    right: 0px;
    width: 35px;
    height: 35px;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    top: 120px;
    z-index: 1;
}

.title_health_info {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #2B2B2B;
    margin-bottom: 20px;
}

.text_about_infos {
    font-size: 14px;
    line-height: 19px;
    color: #000000;
}

.top_order_purchase {
    background: #ECECEC;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 9px 10px;
    font-size: 14px;
    line-height: 19px;
    color: #2B2B2B;
}

.top_order_purchase span {
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: #2B2B2B;
}

.one_orders_purchase:not(:first-child) {
    margin-top: 40px;
}

.total_text_orders {
    padding-top: 10px;
}

.one_orders_purchase .one_product_wishlist {
    border-bottom: 0px;
    margin-bottom: 0px;
    padding-bottom: 10px;
}

.total_text_orders {
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid rgb(226, 226, 226);
}

.total_text_orders div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: #2B2B2B;
    margin-bottom: 10px;
}

.total_text_orders div:last-child {
    margin-bottom: 0px;
}

.total_text_orders div p:last-child {
    font-weight: bold;
    font-size: 14px;
    line-height: 19px;
    color: #9FCD5A;
}

.complete_order .slide_purchase_slide {
    display: none;
}

.line_text_order_top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    cursor: pointer;
}

.line_text_order_top p:not(:last-child) {
    margin-right: 10px;
}

.one_orders_purchase .arrow_rotate {
    -webkit-transition: 100ms;
    transition: 100ms;
}

.one_orders_purchase .open .arrow_rotate {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.repeat_order_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    color: #FFFFFF;
    width: 200px;
    height: 45px;
    border-radius: 50px;
    background: rgb(159, 205, 90);
    margin: 20px auto 0px;
}

.text_in_referals {
    font-size: 12px;
    line-height: 16px;
    color: #2B2B2B;
}

.green_referal_link {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 45px;
    width: 100%;
    max-width: 230px;
    background: #9FCD5A;
    -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
    border-radius: 50px;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    color: #FFFFFF;
}

.title_bonus_product {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #2B2B2B;
    margin-bottom: 20px;
    margin-top: 40px;
}

.hide_resend_form {
    display: none;
}

.beforesend_form:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    background-image: url(../image/mobile_menu_logo.svg);
    background-position: center;
    background-size: 100px 100px;
    background-repeat: no-repeat;
}

.percent_bonus {
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    color: #9FCD5A;
    text-align: center;
}

.mini_title_text_form {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #2B2B2B;
    margin-bottom: 5px;
}

.subttl {
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    color: #2B2B2B;
    margin-bottom: 20px;
}

.center_form_recover_passs {}

.line_login_register button {
    color: rgba(159, 205, 90, 1);
    border: none;
    background: transparent;
    padding: 0px;
    font-size: 16px;
    line-height: 22px;
}

/*
.line_footer_link .icon_user img{
    width: 20px;
    height: 20px;
}
*/
.line_footer_link .icon_user {
    width: 25px;
    height: 25px;
}

.slider_in_account {
    width: calc(100% + 30px);
    margin-left: -15px;
}

.wrap_linelabel_text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 310px;
    margin: 0 auto;
}

.wrap_linelabel_text label {
    width: calc(50% - 5px);
}

.wrap_linelabel_text label select {
    border-radius: 50px;
    border: none;
    background-color: rgba(236, 236, 236, 1);
    padding: 0px 10px 0px 20px;
    color: rgb(45, 45, 45);
    width: 100%;
    height: 45px;
    width: 100%;
}

.line_submit_clear {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.line_submit_clear > button {
    margin-right: 10px;
    margin-left: 0px;
}

.line_submit_clear .orange_link {
    width: 125px;
}

.line_link_contents {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.line_link_contents ul {
    display: block;
    padding: 10px 0px 0px;
}

.list_toggle_menu > ul > li.line_link_contents > ul li a {
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    color: #2B2B2B;
}

.list_toggle_menu > ul > li.line_link_contents > ul li:not(:last-child) {
    margin-bottom: 15px;
}

.coa_image img {
    max-width: 100%;

}

.fancybox__nav {
    position: static;
}

.checkbox_pseudo_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    max-width: 310px;
    margin: 0 auto;
}

.checkbox_pseudo_block span {
    width: 15px;
    height: 15px;
    border-radius: 3px;
    border: 2px solid #E5E5E5;
    background: url(../image/green_checkbox_checkout.svg) center no-repeat;
    margin-right: 10px;
}

.wraps_logo_close_top{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    max-width: 768px;
}
@media screen and (min-width:650px) {
    .line_link_contents {
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
    }

    .line_link_contents ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 10px 0px 0px;
    }

    .list_toggle_menu > ul > li.line_link_contents > ul li a {
        font-size: 14px;
        line-height: 22px;
        text-align: center;
        color: #2B2B2B;
    }

    .list_toggle_menu > ul > li.line_link_contents > ul li:not(:last-child) {
        margin-bottom: 0px;
    }
}

@media screen and (min-width: 480px) {
    .container {
        max-width: 768px;
    }

    .one_two_cats,
    .one_two_cats:nth-child(2n) {
        width: 33.333%
    }

    .product_in_catalog {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .product_in_catalog .one_card {
        max-width: inherit;
        width: calc(50% - 10px);
        margin-right: 20px;
        margin-left: 0
    }

    .product_in_catalog .one_card:nth-child(2n) {
        margin-right: 0px;
        margin-bottom: 20px;
    }

    .product_in_catalog .one_card:last-child {
        /*        margin-bottom: 0px;*/
    }

    .image_in_bar,
    .image_in_cart {
        width: 100px;
    }

    .text_in_bar {
        width: calc(100% - 155px);
    }

    .text_product_in_cart {
        width: calc(100% - 100px);
    }
}


@media screen and (max-height:650px) {
    .list_toggle_menu > ul {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}
