@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,400;1,500;1,700&display=swap');
html {
    height: 100%;
}

body {
    font-family: Ubuntu, Arial, Tahoma, sans-serif;
    font-size: 16px;
    padding: 0;
    margin: 0 auto;
    height: 100%;
    color: #858380;
    background: #F9F8F6;
}

::-webkit-input-placeholder {
    /* Edge */
    color: #20242E;
    opacity: 0.5;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #20242E;
    opacity: 0.5;
}

::placeholder {
    color: #20242E;
    opacity: 0.5;
}

video:focus {
    outline: none;
}

header {
    background: #fff;
    margin-bottom: 20px;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
}

.header_top {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    padding: 10px 0;
}

.header_top__nav {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    margin-right: 145px;
}

.header_top__nav li {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-right: 25px;
}

.header_top__nav li:last-child {
    margin: 0;
}

.header_top__nav li a {
    font-size: 14px;
    line-height: 20px;
    text-decoration-line: underline;
    color: #A5B368;
}

.header_top__nav li a:hover {
    color: #818A59;
}

.header_top__slogan {
    margin-right: 25px;
    font-style: italic;
    font-size: 14px;
    line-height: 20px;
    color: #A5B368;
}

.header_top__address {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    margin-right: 25px;
}

.header_top__address span:nth-child(2) {
    font-size: 12px;
    line-height: 20px;
    color: #20242E;
    opacity: 0.5;
    margin: 0px 5px;
}

.header_top__address span:nth-child(3) {
    font-size: 12px;
    line-height: 20px;
    color: #858380;
}

.header_top__email {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    margin-right: 25px;
}

.header_top__email span {
    font-size: 12px;
    line-height: 20px;
    color: #20242E;
    opacity: 0.5;
    margin: 0px 5px;
}

.header_top__email a {
    font-size: 12px;
    line-height: 20px;
    color: #858380;
}

.header_top__email a:hover {
    color: #20242E;
}

.header_top__language {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex: 1;
}

.header_top__language span {
    font-size: 12px;
    line-height: 20px;
    color: #20242E;
    opacity: 0.5;
    margin: 0px 5px;
}

.header_top__language-list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}

.header_top__language-list li {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.header_top__language-list li:after {
    display: block;
    content: '•';
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    color: rgba(32, 36, 46, 0.2);
    margin: 0px 3px;
}

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

.header_top__language-list li a {
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    color: #20242E;
}

.header_top__language-list li.active a {
    text-decoration-line: underline;
    color: #B6C572;
}

.header_top__language-list li a:hover {
    color: #B6C572;
}

.header_main {
    padding: 10px 0;
}

.header_logo {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.header_search {
    width: 100%;
    background: #F6F6F5;
    border-radius: 26px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    padding: 15px 25px;
}

.header_search button {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    cursor: pointer;
    margin-right: 10px;
    background: transparent;
}

.header_search input {
    background: transparent;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    width: 100%;
    color: #20242E;
}

.header_phones {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header_phone__btn {
    width: 45px;
    height: 45px;
    background: #F6F6F5;
    margin-right: 15px;
    border-radius: 26px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header_phones__main {
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    text-transform: uppercase;
    color: #858380;
}

.header_phones__list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.header_phones__list li {
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
    color: #20242E;
    opacity: 0.5;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.header_phones__list li:after {
    display: block;
    content: '•';
    font-size: 12px;
    line-height: 20px;
    color: #20242E;
    opacity: 0.5;
    margin: 0px 5px;
}

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

.header_cart {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}

.header_cart__info {
    margin-left: 15px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.header_cart__info-item:nth-child(1) {
    margin-right: 5px;
}

.header_cart__info-item span {
    font-size: 14px;
    line-height: 16px;
    color: #858380;
    display: block;
}

.header_cart__info-item:nth-child(2) span {
    color: #B6C572;
}

.header_nav {
    background: #B6C572;
}

.header_catalog__wrap {
    position: relative;
}

.header_catalog__btn {
    background: #A5B368;
    padding: 13px 10px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}

.header_catalog__btn.slide {
    cursor: pointer;
}

.header_catalog__btn.slide+.header_catalog {
    display: none;
}

.header_catalog__btn span {
    font-weight: bold;
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-left: 10px;
    user-select: none;
}

.header_catalog {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    transform: translateY(100%);
    background: #FFFFFF;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
    border-radius: 0px 0px 4px 4px;
    padding: 7px 0 8px 0;
    z-index: 100;
}

.header_catalog__list li {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.header_catalog__list li:last-child {
    margin: 0;
}

.header_catalog__list li a {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    transition: 0.3s;
    padding: 8px 10px 7px 20px;
}

.header_catalog__list li a:hover {
    background: rgba(182, 197, 114, 0.1);
}

.header_catalog__list li a span {
    font-size: 14px;
    line-height: 20px;
    color: #20242E;
    transition: 0.3s;
}

.header_catalog__list li a svg {
    opacity: 0.2;
    transition: 0.3s;
    fill: #000000;
}

.header_catalog__list li a:hover svg {
    opacity: 1;
    fill: #84BF41;
}

.header_catalog__list > li.cat-item-84 > a svg {
    fill: #B6C572;
    opacity: 1;
}


.header_catalog__list li a:hover span {
    color: #B6C572;
}

.svg-sp {
    display: none;
    opacity: 0;
    visibility: hidden;
    z-index: -1000;
}

.header_catalog__list li.active>a {
    background: #FFF5DA;
}

.header_catalog__list li.active>a span {
    color: #D8232A;
}

.header_catalog__list li.active>a svg {
    fill: #D8232A;
    opacity: 1;
}

.header_nav__list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    padding-left: 30px;
}

.header_nav__list li {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.header_nav__list li a {
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.header_nav__list li a:hover {
    color: #FFF5DA;
}

.header_nav__list li:after {
    display: block;
    content: '•';
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    color: #FFFFFF;
    opacity: 0.5;
    margin: 0px 20px;
    width: 15px;
    text-align: center;
}

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

.sidebar.category-open {
    padding-top: 605px;
}

.sidebar {
    padding-bottom: 20px;
}

.newsletter {
    margin-bottom: 50px;
}

.newsletter_title {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.newsletter_title span {
    margin-left: 10px;
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    color: #858380;
}

.newsletter p {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 20px;
    color: #858380;
}

.newsletter_form input {
    width: 100%;
    padding: 10px;
    background: #FFFFFF;
    border-radius: 6px;
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #20242E;
    margin-bottom: 15px;
}

.newsletter_form button,
.newsletter_form .wpcf7-submit {
    width: 100%;
    display: block;
    background: #B6C572;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    cursor: pointer;
    font-weight: bold;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 13px 0;
    transition: 0.3s;
}

.newsletter_form button:hover,
.newsletter_form .wpcf7-submit:hover {
    background: #A5B368;
}

.schedule {
    margin-bottom: 50px;
}

.schedule_title {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.schedule_title span {
    margin-left: 10px;
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    color: #858380;
}

.schedule_info {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.schedule_info span {
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 20px;
    width: calc((100% - 15px) / 2);
    color: #858380;
}

.schedule_info span:last-child,
.schedule_info span:nth-last-child(2) {
    margin: 0;
}

.main-slider_item {
    min-height: 425px;
    padding: 115px 90px;
    border-radius: 4px;
    /*background: linear-gradient(0deg, rgba(32, 36, 46, 0.7), rgba(32, 36, 46, 0.7));*/
    background-color: rgba(32, 36, 46, 0.7);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.main-slider_item.video {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.main-slider_item.video:after {
    background-color: rgba(32, 36, 46);
    content: '';
    opacity: 0.7;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
    width: 100%;
    transition: 0.3s;
    height: 100%;
}

.main-slider_item video {
    width: 100%;
    left: 0;
    top: 50%;
    z-index: 10;
    transform: translateY(-50%);
    position: absolute;
}

.main-slider_item__title {
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 32px;
    line-height: 35px;
    color: #FFFFFF;
}

.main-slider_item:focus {
    outline: none;
}

.main-slider_item p {
    margin-bottom: 50px;
    font-size: 18px;
    line-height: 25px;
    color: #FFFFFF;
    opacity: 0.7;
    max-width: 540px;
}

.main-slider_item__btns {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}

.main-slider_item__btns a {
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    width: 190px;
    font-weight: bold;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    text-transform: uppercase;
    padding: 13px 0;
}

.main-slider_item__btn-green {
    background: #B6C572;
    color: #FFFFFF;
    margin-right: 20px;
}

.main-slider_item__btn-white {
    background: #FFFFFF;
    color: #B6C572;
}

.main-slider_item__btn-green:hover {
    color: #FFFFFF;
    background: #A5B368;
}

.main-slider_item__btn-white:hover {
    color: #B6C572;
    background: #EAEAEA;
}

.main-slider {
    margin-bottom: 20px;
}

.slick-dots {
    position: absolute;
    bottom: 40px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: block;
    transition: 0.3s;
    width: 8px;
    height: 8px;
    margin: 0 8px;
    padding: 0;
    background: #DFE2E5;
    border-radius: 30px;
    cursor: pointer;
}

.slick-dots li button,
.slick-dots li button:before {
    display: none;
}

.slick-dots li.slick-active {
    background: #B6C572;
}

.main-slider_arrow {
    width: 35px;
    height: 35px;
    z-index: 300;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-slider_arrow.prev {
    left: 15px;
}

.main-slider_arrow.next {
    right: 15px;
}

.main-slider_play__btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    cursor: pointer;
    z-index: 25;
}

.main-slider_item.video.active:after {
    opacity: 0;
    visibility: hidden;
}

.products-block {
    margin-bottom: 20px;
    background: #FFFFFF;
    border-radius: 4px;
    padding: 30px;
}

.products-block:last-child {
    margin: 0;
}

.products-block_top {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.products-block_title {
    margin-left: 10px;
    margin-right: auto;
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    color: #858380;
}

.products-block_more {
    font-size: 14px;
    line-height: 25px;
    text-decoration-line: underline;
    color: #4A90E2;
}

.products-block_more:hover {
    text-decoration-line: underline;
    color: #1C3F89;
}

.products-block_slider {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.products-block_slider .slick-list {
    overflow: visible;
}

.products-block_slider .product-card {
    width: calc((100% - 45px) / 4);
}

.products-block_slider .product-card:focus {
    outline: none;
}

.products-block_slider .product-card:after {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    background: #DFE2E5;
    border-radius: 1px;
    position: absolute;
    top: 0;
    right: -7px;
}

.products-block_slider .product-card:last-child:after {
    display: none;
}

.product-card {
    position: relative;
}

.product-card_photo {
    position: relative;
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin-bottom: 10px;
    height: 175px;
}

.product-card_photo img {
    max-width: 100%;
    max-height: 100%;
}

.product-card_info {
    padding: 0px 20px 15px 20px;
}

.product-card_food__icons {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

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

.product-card_availability-code {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5px;
}

.product-card_availability {
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
    color: #B6C572;
}

.product-card_availability.to-order {
    color: #D8232A;
}

.product-card_code {
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
    color: #979FA8;
}

.product-card_name {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
    color: #858380;
    min-height: 60px;
    display: block;
    max-height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-card_name:hover {
    color: #20242E;
}

.product-card_price-cart {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 45px;
    flex-direction: column;
}

.product-card_price__actual {
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    color: #858380;
}

.product-card_price__actual span {
    font-size: 15px;
    line-height: 25px;
}

.product-card_price__old {
    font-size: 14px;
    line-height: 20px;
    text-decoration-line: line-through;
    color: #20242E;
    opacity: 0.5;
}

.product-card_cart__btn {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    background: #B6C572;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: 0.3s;
}

.product-card_cart__btn:hover {
    background: #A5B368;
}

.product-card_label {
    position: absolute;
    top: 10px;
    left: 10px;
    font-weight: bold;
    font-size: 10px;
    line-height: 22px;
    text-transform: uppercase;
    color: #FFFFFF;
    border-radius: 11px;
    z-index: 10;
    padding: 0px 10px;
}

.product-card_label.top-sales {
    background: #F5A623;
}

.product-card_label.discount {
    background: #D8232A;
}

.product-card_label.new-items {
    background: #B6C572;
}

.atricles-block .products-block_top {
    margin-bottom: 30px;
}

.atricles-block .article-card {
    width: calc((100% - 40px) / 3);
}

.article-card {
    padding-bottom: 10px;
}

.article-card_photo {
    height: 200px;
    overflow: hidden;
    border-radius: 1px;
    margin-bottom: 10px;
    display: block;
}

.article-card_photo img {
    object-fit: scale-down;
    height: 100%;
    width: 100%;
    object-position: 50% 50%;
}

.article-card_date {
    margin-bottom: 5px;
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
    color: #979FA8;
}

.article-card_name {
    display: block;
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #858380;
}

.article-card_name:hover {
    color: #20242E;
}

.article-card p {
    font-size: 14px;
    line-height: 20px;
    color: #858380;
    max-height: 60px;
    overflow: hidden;
    margin-bottom: 10px;
}

.article-card_read {
    display: block;
    font-size: 14px;
    line-height: 20px;
    text-decoration-line: underline;
    color: #4A90E2;
}

.article-card_read:hover {
    text-decoration-line: underline;
    color: #1C3F89;
}

.instagram_wrap {
    padding: 20px 0;
}

.instagram {
    background: #FFFFFF;
    border-radius: 4px;
    padding: 30px 10px;
}

.instagram_title {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
}

.instagram_title span {
    margin-left: 10px;
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    color: #858380;
}

.instagram_link {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    margin-bottom: 25px;
}

.instagram_link a {
    font-size: 14px;
    line-height: 20px;
    text-decoration-line: underline;
    color: #4A90E2;
}

.instagram_link a:hover {
    color: #1C3F89;
}

.instagram_mian iframe {
    display: block;
}


/*.lightwidget {
    display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
    justify-content: space-between;
    overflow: hidden;
}
 .lightwidget--grid.lightwidget--grid-5 .lightwidget__tile {
   	max-width: 100%;
    padding: 0 !important;
    margin: 0px 10px;  
}

@media screen and (max-width: 1200px){
	.lightwidget--grid.lightwidget--grid-5 .lightwidget__tile {
		min-width: 180px;
		min-height: 180px;
		padding: 0!important;
		margin: 0 3px;
	}
	.lightwidget {
		justify-content: center;
		overflow: hidden;
	}
}*/

.footer_main {
    padding: 50px 0;
    background: #B6C572;
}

.footer_title {
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.footer_list li {
    margin-bottom: 9px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.footer_list li:last-child {
    margin: 0;
}

.footer_list li a {
    font-size: 14px;
    line-height: 15px;
    color: #FFFFFF;
    opacity: 0.7;
}

.footer_list li a:hover {
    opacity: 1;
}

.footer_phones__main {
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.footer_phones__list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.footer_phones__list li {
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
    color: #FFFFFF;
    opacity: 0.8;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.footer_phones__list li:after {
    display: block;
    content: '•';
    font-size: 12px;
    line-height: 20px;
    color: #FFFFFF;
    opacity: 0.8;
    margin: 0px 5px;
}

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

.footer_phones {
    margin-bottom: 25px;
}

.working-hours_title {
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    color: #FFFFFF;
}

.working-hours_info {
    font-size: 12px;
    line-height: 20px;
    color: #FFFFFF;
    opacity: 0.8;
}

.footer_social {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}

.footer_social a {
    width: 45px;
    height: 45px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    margin-right: 25px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer_social a:hover {
    background: rgba(255, 255, 255, 0.3);
}

.footer_social a:last-child {
    margin: 0;
}

.footer_bottom {
    padding: 20px 0;
    background: #A5B368;
}

.footer_copyright {
    font-size: 12px;
    line-height: 20px;
    color: #FFFFFF;
    opacity: 0.8;
}

.footer_designed-by {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}

.footer_designed-by span {
    font-size: 12px;
    line-height: 20px;
    text-align: right;
    color: rgba(255, 255, 255, 0.6);
    margin-right: 3px;
}

.footer_designed-by a {
    font-size: 12px;
    line-height: 20px;
    text-align: right;
    color: #FFF5DA;
}

.footer_designed-by a:hover {
    color: #fff;
}

.footer_bottom__content {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer_logo {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}


/*category*/

.category {
    background: #FFFFFF;
    border-radius: 4px;
    padding: 30px 30px 50px 30px;
}

.breadcrumbs_list {
    /*display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;*/
    display: inline-block;
    margin-bottom: 30px;
}

.breadcrumbs_list li {
    /*display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;*/
    display: inline;
}

.breadcrumbs_list li:last-child a {
    opacity: 1;
}

.breadcrumbs_list li:after {
    content: '/';
    display: /*block*/
    inline;
    margin: 0px 10px;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #20242E;
    opacity: 0.2;
    width: 15px;
}

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

.breadcrumbs_list li a {
    font-size: 14px;
    line-height: 20px;
    color: #20242E;
    opacity: 0.5;
    /*max-width: 295px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;*/
}

.breadcrumbs_list li a:hover {
    opacity: 1;
}

.category_title {
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    color: #858380;
}

.category_title h1 {
    font-size: 20px;
}

.category_sort {
    margin-top: 20px;
    padding: 20px 0px;
    border-top: 1px solid #DFE2E5;
    border-bottom: 1px solid #DFE2E5;
}

.category_sort__list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}

.category_sort__list li {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    margin-right: 20px;
    cursor: pointer;
}

.category_sort__list li span {
    font-weight: bold;
    font-size: 12px;
    line-height: 25px;
    text-transform: uppercase;
    color: #20242E;
    opacity: 0.5;
    transition: 0.3s;
}

.category_sort__list li span:hover {
    opacity: 1;
}

.category_sort__list li img {
    display: none;
}

.category_sort__list li.active span {
    color: #D8232A;
    opacity: 1;
}

.category_sort__list li.active img {
    display: block;
}

.pagination {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-content: flex-end;
}

.pagination li {
    margin-right: 10px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.pagination li {
    margin-right: 10px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.pagination li:last-child {
    margin: 0;
}

.pagination li a {
    display: block;
    background: #FFFFFF;
    border: 2px solid #B6C572;
    border-radius: 6px;
    width: 40px;
    height: 40px;
    font-weight: bold;
    font-size: 12px;
    line-height: 36px;
    text-align: center;
    text-transform: uppercase;
    color: #B6C572;
}

.pagination li a:hover {
    background: #B6C572;
    color: #FFFFFF;
}

.pagination li.active a {
    background: #B6C572;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
    color: #FFFFFF;
}

.category_items {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.category_items .product-card {
    width: calc((100% - 45px) / 4);
    margin-right: 15px;
}

.category_items .product-card_info {
    height: calc(100% - 185px);
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
}

.category_items .product-card_price-cart {
    margin-top: auto;
}

.category_items .product-card:nth-child(4n) {
    margin-right: 0;
}

.category_items .product-card:after {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    background: #DFE2E5;
    border-radius: 1px;
    position: absolute;
    top: 0;
    right: -7px;
}

.category_items .product-card:nth-child(4n):after {
    display: none;
}

.category_items .product-card:nth-child(1):before,
.category_items .product-card:nth-child(2):before,
.category_items .product-card:nth-child(3):before,
.category_items .product-card:nth-child(4):before {
    display: none;
}

.category_items .product-card:before {
    content: '';
    display: block;
    height: 1px;
    width: calc(100% + 15px);
    background: #DFE2E5;
    border-radius: 1px;
    position: absolute;
    top: 0;
    left: -8px;
}

.category_items .product-card:nth-child(4n+1):before {
    left: 0;
    width: calc(100% + 7px);
}

.sub-category {
    margin-top: 30px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    overflow: auto;
}

.sub-category li {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-right: 70px;
}

.sub-category li:last-child {
    margin: 0;
}

.sub-category li a {
    margin-left: 10px;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #858380;
}

.sub-category li a:hover {
    color: #20242E;
}


/*Product*/

.product {
    background: #FFFFFF;
    border-radius: 4px;
    padding: 30px;
}

.sidebar-product .newsletter {
    margin: 0;
}

.related-products {
    padding: 20px;
    background: #FFFFFF;
    border-radius: 0px 0px 4px 4px;
    margin-bottom: 50px;
}

.related-products_title {
    margin-bottom: 30px;
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    color: #858380;
}

.related-products_card {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: flex-start;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #DFE2E5;
}

.related-products_card:last-child {
    margin: 0;
    padding: 0;
    border: 0;
}

.related-products_card__photo {
    width: 100px;
    height: 100px;
    min-width: 100px;
    margin-right: 10px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
}

.related-products_card__photo img {
    max-height: 100%;
    max-width: 100%;
}

.related-products_card__info {
    width: 100%;
}

.related-products_card__name {
    display: block;
    font-size: 12px;
    line-height: 15px;
    color: #858380;
    margin-bottom: 10px;
    min-height: 45px;
}

.related-products_card__name:hover {
    color: #20242E;
}

.related-products_card_price-cart {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.related-products_card_price {
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    color: #858380;
}

.related-products_card_price span {
    font-size: 15px;
    line-height: 25px;
}

.related-products_card_cart__btn {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    background: #B6C572;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: 0.3s;
}

.related-products_card_cart__btn:hover {
    background: #A5B368;
}

.related-products_items {
    margin-bottom: 20px;
}

.related-products_btn {
    display: block;
    width: 100%;
    background: #FFFFFF;
    border: 2px solid #B6C572;
    border-radius: 6px;
    padding: 11px 0;
    font-size: 12px;
    line-height: 14px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    color: #B6C572;
}

.related-products_btn:hover {
    color: #FFFFFF;
    background: #B6C572;
}

.product h1 {
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    color: #858380;
}

.product_availability-code {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.product_availability {
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
    color: #B6C572;
    margin-right: 10px;
}

.product_availability.to-order {
    color: #D8232A;
}

.product_code {
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
    color: #979FA8;
}

.product_main {
    position: relative;
}

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

.product_info__sidebar {
    width: 285px;
    position: absolute;
    top: 0;
    right: 0;
}

.product_photos {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
}

.product_photos__side {
    max-width: 70px;
    min-width: 70px;
    width: 100%;
    margin-right: 10px;
}

.product_photo__main {
    width: 100%;
    position: relative;
}

.product_photos__side-list li {
    width: 100%;
    height: 70px;
    border: 1px solid #DFE2E5;
    border-radius: 2px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-bottom: 10px;
    position: relative;
    transition: 0.3s;
}

.product_photos__side-list li:last-child {
    margin: 0;
}

.product_photos__side-list li.active {
    border-color: #B6C572;
}

.product_photos__side-list li img {
    max-width: 80%;
    max-height: 80%;
}

.product_photos__side-list li.video:before {
    content: '';
    position: absolute;
    background: rgba(32, 36, 46, 0.4);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.product_photos__side-list li.video:after {
    content: '';
    position: absolute;
    background: rgba(32, 36, 46, 0.4);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    width: 35px;
    height: 35px;
    background: url(../img/photo-play.svg) no-repeat center center;
}

.product_labels {
    position: absolute;
    top: 10px;
    left: 80px;
    z-index: 50;
}

.product_labels__item {
    font-weight: bold;
    font-size: 10px;
    line-height: 22px;
    text-transform: uppercase;
    color: #FFFFFF;
    border-radius: 11px;
    z-index: 10;
    padding: 0px 10px;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}

.product_labels__item:last-child {
    margin: 0;
}

.product_labels__item.top-sales {
    background: #F5A623;
}

.product_labels__item.discount {
    background: #D8232A;
}

.product_labels__item.new-items {
    background: #B6C572;
}

.product_photo__slider-item {
    justify-content: center;
    align-items: center;
    height: 100%;
    min-height: 350px;
    display: none;
}

.product_photo__slider-item img {
    max-width: 90%;
    max-height: 90%;
}

.product_photo__slider-item.active {
    display: -webkit-flex !important;
    display: -moz-flex !important;
    display: -ms-flex !important;
    display: -o-flex !important;
    display: flex !important;
}

.product_photo__slider-item video {
    width: 100%;
    display: block;
}

.product_photo__slider-item.video {
    min-height: 1px;
}

.product_description {
    margin-bottom: 30px;
}

.product_description h3 {
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    color: #858380;
}

.product_description p {
    font-size: 16px;
    line-height: 30px;
    color: #20242E;
    opacity: 0.5;
}

.energy_value {
    margin-bottom: 30px;
}

.energy_value h3 {
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    color: #858380;
}

.energy_value__list li {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #DFE2E5;
}

.energy_value__list li:last-child {
    margin: 0;
    border-bottom: 0;
}

.energy_value__list li span {
    width: calc((100% - 5px) / 2);
    font-size: 16px;
    line-height: 30px;
    color: #20242E;
    opacity: 0.5;
}

.energy_value__list li span:nth-child(2) {
    font-weight: 500;
    color: #858380;
    opacity: 1;
}

.product_comments h3 {
    margin-bottom: 30px;
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    color: #858380;
}

.product_payment__title {
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    color: #858380;
}

.product_payment__list li {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}

.product_payment__list li span {
    margin-left: 10px;
    font-size: 16px;
    line-height: 30px;
    color: #20242E;
    opacity: 0.5;
}

.product_delivery {
    margin-bottom: 30px;
}

.product_delivery__title {
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    color: #858380;
}

.product_delivery__list li {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}

.product_delivery__list li span {
    margin-left: 10px;
    font-size: 16px;
    line-height: 30px;
    color: #20242E;
    opacity: 0.5;
}

.product_food__labels {
    margin-bottom: 25px;
}

.product_food__label {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.product_food__label:last-child {
    margin: 0;
}

.product_food__label>img {
    width: 40px;
    height: 40px;
}

.product_food__label span {
    margin-left: 5px;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
    color: #20242E;
    opacity: 0.5;
}

.product_purchase {
    background: #FFFFFF;
    border: 3px solid #B6C572;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 32px;
    margin-bottom: 25px;
}

.product_old-price {
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    text-decoration-line: line-through;
    color: #20242E;
    opacity: 0.5;
}

.product_price {
    font-weight: 500;
    font-size: 26px;
    line-height: 25px;
    text-align: center;
    color: #858380;
    margin-bottom: 20px;
}

.product_price span {
    font-weight: 500;
    font-size: 15px;
    line-height: 25px;
}

.select_wrap select {
    display: none;
}

.select_wrap {
    margin-bottom: 15px;
    position: relative;
}

.select_value {
    background: #F9F8F6;
    border-radius: 6px;
    padding: 10px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.select_value span {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #20242E;
}

.select_value img {
    transition: 0.3s;
}

.select_value.active img {
    transform: rotate(-180deg);
}

.select_dropdown {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -10px;
    transform: translateY(90%);
    padding: 5px 10px;
    background: #F9F8F6;
    border-radius: 6px;
    z-index: 20;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}

.select_dropdown.active {
    transform: translateY(100%);
    opacity: 1;
    visibility: visible;
}

.select_dropdown ul li {
    cursor: pointer;
    margin-bottom: 5px;
    transition: 0.3s;
}

.select_dropdown ul li:hover {
    color: #20242E;
}

.select_dropdown ul li:last-child {
    margin: 0;
}

form.simple-cart .single_add_to_cart_button,
.product-card_info .single_add_to_cart_button,
.related-products_card__info .single_add_to_cart_button,
.product_buy,
.single_add_to_cart_button {
    font-weight: bold;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    background: #B6C572;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    padding: 13px 0;
    width: 100%;
    cursor: pointer;
    transition: 0.3s;
}

form.simple-cart .single_add_to_cart_button,
.product-card_info .single_add_to_cart_button,
.related-products_card__info .single_add_to_cart_button,
.product_buy,
.single_add_to_cart_button {
    background: #F5A623;
    margin-top: 10px;
}

form.simple-cart .single_add_to_cart_button:hover,
.product-card_info .single_add_to_cart_button:hover,
.related-products_card__info .single_add_to_cart_button:hover,
.product_buy:hover,
.single_add_to_cart_button:hover {
    background: #d2880e;
}

.stepper {
    background: #F9F8F6;
    border-radius: 6px;
    margin-bottom: 15px;
    padding: 10px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.stepper button {
    min-width: 20px;
}

.stepper input {
    text-align: center;
    background: transparent;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #20242E;
}


/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


/* Firefox */

input[type=number] {
    - moz-appearance: textfield;
}

.stepper button {
    background: transparent;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.stepper button[disabled] {
    opacity: 0.2;
}


/*Cart*/

.cart_wrap {
    margin-bottom: 20px;
    background: #FFFFFF;
    border-radius: 4px;
    padding: 30px;
}

.cart_content {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

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

.order-price_block__wrap {
    width: 400px;
}

.cart_title {
    margin-bottom: 30px;
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    color: #858380;
}

.order-price_block {
    padding: 40px 30px;
    background: #F9F8F6;
    border-radius: 4px;
}

.order-price_block__info {
    margin-bottom: 30px;
}

.order-price_block__info li {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-content: flex-end;
    justify-content: space-between;
    margin-bottom: 15px;
}

.order-price_block__info li:last-child {
    margin: 0;
}

.order-price_block__info li span:nth-child(1) {
    font-size: 15px;
    line-height: 20px;
    color: #20242E;
    opacity: 0.5;
}

.order-price_block__info li span:nth-child(2) {
    ffont-weight: 500;
    font-size: 20px;
    line-height: 25px;
    color: #858380;
}

.promotional-code_form {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.promotional-code_form input {
    padding: 10px;
    background: #FFFFFF;
    border-radius: 6px;
    font-size: 14px;
    line-height: 20px;
    color: #20242E;
    width: calc(100% - 115px);
}

.promotional-code_form button {
    background: #B6C572;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    width: 105px;
    padding: 13px 0;
    font-weight: bold;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    transition: 0.3s;
}

.promotional-code_form button:hover {
    background: #A5B368;
}

.checkout_btn {
    margin-bottom: 15px;
    width: 100%;
    cursor: pointer;
    font-weight: bold;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    background: #B6C572;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    padding: 13px 0;
    transition: 0.3s;
}

.continue-shopping_btn {
    width: 100%;
    cursor: pointer;
    font-weight: bold;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    text-transform: uppercase;
    color: #B6C572;
    background: #FFFFFF;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    padding: 13px 0;
    transition: 0.3s;
}

.continue-shopping_btn:hover {
    color: #B6C572;
    background: #FAFAFA;
}

.checkout_btn:hover {
    background: #A5B368;
}

.cart_item {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #DFE2E5;
}

.cart_item:last-child {
    margin: 0;
    padding: 0;
    border: 0;
}

.cart_item__photo {
    width: 125px;
    height: 105px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}

.cart_item__photo img {
    max-width: 100%;
    max-height: 100%;
}

.cart_item__info {
    max-width: 325px;
    margin-right: 20px;
}

.cart_item__info-code {
    margin-bottom: 5px;
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
    color: #979FA8;
}

.cart_item__name {
    margin-bottom: 13px;
}

.cart_item__name a {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #858380;
}

@media (min-width: 768px) {
    .cart_item__name {
        min-width: 325px;
    }
}

.cart_item__info-price {
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    color: #B6C572;
}

.cart_item__info-price span {
    font-size: 15px;
}

.cart_item .stepper {
    width: 125px;
    margin-right: 40px;
    margin-bottom: 0;
}

.cart_item__price {
    font-weight: 500;
    font-size: 26px;
    line-height: 25px;
    color: #858380;
    margin-right: auto;
}

.cart_item__price span {
    font-size: 15px;
}

.cart_item__del {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    cursor: pointer;
}

.order-recommendations {
    background: #FFFFFF;
    border-radius: 4px;
    padding: 30px;
}

.viewed_products_slider .slick-list {
    overflow: hidden;
}

.order-recommendations_slider .product-card,
.viewed_products_slider .product-card {
    width: 210px;
    margin-right: 30px;
}

.order-recommendations_slider .product-card:after,
.viewed_products_slider .product-card:after {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    background: #DFE2E5;
    border-radius: 1px;
    position: absolute;
    top: 0;
    right: -14px;
}

.order-recommendations_slider .product-card:last-child,
.viewed_products_slider .product-card:last-child {
    margin: 0;
}

.order-recommendations_slider .product-card:last-child:after,
.viewed_products_slider .product-card:last-child:after {
    display: none;
}

.order-recommendations_slider .product-card_name,
.viewed_products_slider .product-card_name {
    min-height: 60px;
}

.order-recommendations_slider_arrow,
.viewed_products_slider_arrow {
    width: 35px;
    height: 35px;
    z-index: 300;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

.order-recommendations_slider_arrow.prev,
.viewed_products_slider_arrow.prev {
    left: -30px;
}

.order-recommendations_slider_arrow.next,
.viewed_products_slider_arrow.next {
    right: -30px;
}


/*checkout*/

.checkout {
    border-radius: 4px;
    padding: 30px 30px 85px 30px;
}

div.checkout {
    background: #FFFFFF;
}

.checkout_title {
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    color: #858380;
    margin-bottom: 30px;
}

.checkout_form {
    max-width: 615px;
}

.checkout_form__block {
    margin-bottom: 30px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.checkout_form__block:last-child {
    margin: 0;
}

#additional_not_approve_field>label,
.checkout_form__title {
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 25px;
    color: #858380;
    width: 100%;
}

.checkout_form__block input {
    width: calc((100% - 15px) / 2);
    padding: 10px;
    background: #F9F8F6;
    border-radius: 6px;
    font-size: 14px;
    line-height: 20px;
    color: #20242E;
    margin-bottom: 15px;
}

.checkout_form__block input:nth-last-child(1),
.checkout_form__block input:nth-last-child(2) {
    margin: 0;
}

.checkout_form__block>*:last-child {
    margin: 0;
}

.checkout_form__radio {
    margin-bottom: 15px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.checkout_form__radio input {
    display: none;
}

.checkout_form__radio label {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.checkout_form__radio label span {
    font-size: 14px;
    line-height: 20px;
    color: #20242E;
    opacity: 0.5;
    margin-left: 10px;
}

.checkout_form__radio label:before {
    width: 20px;
    height: 20px;
    content: '';
    display: block;
    background: #F9F8F6;
    border: 1px solid #DFE2E5;
    border-radius: 4px;
}

.checkout_form__radio-wrap {
    width: 100%;
    margin-bottom: 15px;
}

.checkout_form__radio input:checked+label:before {
    background-color: #B6C572;
    background-image: url(../img/check-ico.svg);
    background-repeat: no-repeat;
    background-position: center center;
}

.checkout_form__block textarea {
    display: block;
    width: 100%;
    background: #F9F8F6;
    border-radius: 6px;
    padding: 10px;
    font-size: 14px;
    line-height: 20px;
    color: #20242E;
    min-height: 140px;
    max-height: 200px;
}

.your-order {
    padding: 30px;
    background: #FFFFFF;
    border-radius: 4px;
}

.your-order_item {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #DFE2E5;
}

.your-order_item:last-child {
    margin: 0;
}

.your-order_item__photo {
    width: 100px;
    height: 80px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

.your-order_item__photo img {
    max-height: 100%;
    max-width: 100%;
}

.your-order_item__info {
    width: calc(100% - 110px);
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.your-order_item__name {
    font-size: 14px;
    line-height: 20px;
    color: #20242E;
    opacity: 0.5;
}

.your-order_item__name:hover {
    color: #20242E;
    opacity: 1;
}

.your-order_item__value-price {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.your-order_item__value-price>div {
    width: calc((100% - 7px) / 2);
    font-size: 16px;
    line-height: 20px;
    color: #858380;
}

.your-order_total {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 30px 0;
}

.your-order_total span {
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    color: #858380;
}

.your-order_edit {
    display: block;
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 20px;
    color: #4A90E2;
}

.your-order_edit:hover {
    color: #1C3F89;
}

.your-order button {
    width: 100%;
    padding: 13px 0;
    background: #B6C572;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    cursor: pointer;
    font-weight: bold;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    transition: 0.3s;
}

.your-order button:hover {
    background: #A5B368;
}


/*Success purchase*/

.success-purchase_sidebar .your-order_items .your-order_item:last-child {
    border: 0;
}

.success-purchase {
    padding: 30px;
    background: #FFFFFF;
    border-radius: 4px;
}

.success-purchase_title {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
}

.success-purchase_title span {
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    color: #858380;
    margin-left: 10px;
}

.success-purchase_btn {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.success-purchase a {
    width: 250px;
    background: #FFFFFF;
    border: 2px solid #B6C572;
    border-radius: 6px;
    padding: 11px 0;
    font-weight: bold;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    text-transform: uppercase;
    color: #B6C572;
}

.success-purchase a:hover {
    background: #B6C572;
    color: #fff;
}

.success-purchase_info {
    margin-bottom: 40px;
}

.success-purchase_info li {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #DFE2E5;
}

.success-purchase_info li:last-child {
    margin: 0;
    padding: 0;
    border: 0;
}

.success-purchase_info li span:nth-child(1) {
    width: 100%;
    max-width: 300px;
    margin-right: 5px;
    font-size: 16px;
    line-height: 30px;
    color: #20242E;
    opacity: 0.5;
}

.success-purchase_info li span:nth-child(2) {
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    color: #858380;
}


/*Blog*/

.blog {
    padding: 30px 30px 50px 30px;
    background: #FFFFFF;
    border-radius: 4px;
}

.blog_title {
    margin-bottom: 30px;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    color: #858380;
}

.blog_title h1 {
    font-size: 20px;
}

.blog_items {
    margin-bottom: 15px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.blog_items .article-card {
    width: calc((100% - 40px) / 3);
    margin-bottom: 35px;
    margin-right: 20px;
}

.blog_items .article-card:nth-child(3n) {
    margin-right: 0;
}

.blog-sidebar {}

.blog_categories {
    margin-bottom: 50px;
    background: #FFFFFF;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
    border-radius: 0px 0px 4px 4px;
    padding: 30px 10px 30px 20px;
}

.blog_categories__title {
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    color: #858380;
    margin-bottom: 30px;
}

.blog_categories__list li {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-bottom: 15px;
}

.blog_categories__list li:last-child {
    margin: 0;
}

.blog_categories__list li a {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}

.blog_categories__list li a span {
    font-size: 14px;
    line-height: 20px;
    color: #858380;
    transition: 0.3s;
}

.blog_categories__list li a span:hover {
    color: #20242E;
}

.blog_categories__list li a svg {
    fill: #20242E;
    opacity: 0.2;
}


/*Article*/

.article_wrap {
    padding: 30px;
    background: #FFFFFF;
    border-radius: 4px;
}

.article_top {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}

.article_top .breadcrumbs_list {
    margin: 0;
}

.article_back {
    flex: 1;
    font-size: 14px;
    line-height: 20px;
    color: #4A90E2;
}

.article_date {
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: #979FA8;
}

.article {
    margin: 0 auto;
    max-width: 825px;
    width: 100%;
    padding-bottom: 45px;
}

.article>*:last-child {
    margin: 0;
}

.article h1 {
    margin-bottom: 25px;
    font-weight: 500;
    font-size: 25px;
    line-height: 35px;
    text-align: center;
    color: #858380;
}

.article>img {
    width: 100%;
    border-radius: 4px;
    display: block;
    margin-bottom: 25px;
}

.article p {
    margin-bottom: 25px;
    font-size: 18px;
    line-height: 30px;
    color: #858380;
    opacity: 0.8;
}

.article h2 {
    margin-bottom: 25px;
    margin-top: 45px;
    font-weight: bold;
    font-size: 22px;
    line-height: 30px;
    color: #858380;
}

.article_video {
    margin-bottom: 25px;
    position: relative
}

.article_video__play {
    cursor: pointer;
    position: absolute;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.article video {
    width: 100%;
    display: block;
}

.article blockquote {
    width: 100%;
    display: block;
    margin-bottom: 25px;
    font-style: italic;
    font-size: 18px;
    line-height: 30px;
    color: #858380;
    opacity: 0.8;
    padding-left: 15px;
    border-left: 5px solid #FFF5DA;
}

.article_share {
    margin: 0 auto;
    max-width: 825px;
    width: 100%;
    margin-bottom: 45px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}

.article_share .fb-share-button {
    margin-right: 15px;
}

.article_comments {
    max-width: 825px;
    width: 100%;
    margin: 0 auto;
}

.article_comments__title {
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    color: #858380;
    margin-bottom: 30px;
}

.quantity input.minus {
    background-image: url('../img/minus.svg');
    width: 20px;
    height: 20px;
}

.quantity input.plus {
    background-image: url('../img/plus.svg');
    width: 20px;
    height: 20px;
}

.cart_quantity input.qty {
    width: 72px;
}

.quantity input[type="number"] {
    width: 70px;
    -moz-appearance: textfield;
}

@media (min-width: 768px) {
    .woocommerce-product-gallery__wrapper {
        width: 100%;
    }
    #wcus_np_billing_custom_address {
        width: 300px;
        padding: 10px;
        background: #F9F8F6;
        border-radius: 6px;
        font-size: 14px;
        line-height: 20px;
        color: #20242E;
    }
    .wc-ukr-shipping-np-fields .select2 {
        width: 300px!important;
        margin: 10px 0px;
    }
}

@media (max-width: 768px) {
    .wc-ukr-shipping-np-fields .select2 {
        width: 250px!important;
        margin: 10px 0px;
    }
}

#up_custom_address,
#wcus_np_billing_custom_address_active {
    display: none;
}

label.wc-ukrposhta-checkbox,
label.wc-ukr-shipping-checkbox {
    padding-left: 30px;
}

label.wc-ukrposhta-checkbox span::before,
label.wc-ukr-shipping-checkbox span::before {
    position: absolute;
    left: 40px;
    width: 20px;
    height: 20px;
    content: '';
    display: block;
    background: #F9F8F6;
    border: 1px solid #DFE2E5;
    border-radius: 4px;
}

input#up_custom_address:checked+span::before,
input#wcus_np_billing_custom_address_active:checked+span::before {
    background-color: #B6C572;
    background-image: url(../img/check-ico.svg);
    background-repeat: no-repeat;
    background-position: center center;
}

.checkout_form__title.delivery {
    margin-top: 25px;
}

.article ul,
.term-description ul {
    list-style: disc;
    margin-left: 30px;
}

.article ol,
.term-description ol {
    list-style: decimal;
    margin-left: 30px;
}

.h1-cont h1 {
    font-size: 20px;
    padding: 0 0 10px 0;
    text-align: center;
    margin-top: -10px;
    text-transform: uppercase;
}

.home-r_slider .article-card {
    width: 315px;
}

.home-r_slider .slick-arrow {
    z-index: 9;
}

.home-r_slider .slick-arrow::before {
    color: green;
    font-size: 25px;
}

.home-r_slider .slick-prev {
    left: -15px;
}

.home-r_slider .slick-next {
    right: -15px;
}

.home-r-block {
    margin-bottom: 20px;
}

.home-r-block .article-card_photo img {
    height: 100%;
    object-fit: scale-down;
}

form.simple-cart button.single_add_to_cart_button,
.product-card_info button.single_add_to_cart_button,
.related-products_card__info button.single_add_to_cart_button {
    background: #F5A623;
}

form.simple-cart button.single_add_to_cart_button:hover,
.product-card_info button.single_add_to_cart_button:hover,
.related-products_card__info button.single_add_to_cart_button:hover {
    background: #d2880e;
}

.header_catalog__list ul.children {
    display: none;
    position: absolute;
    left: 100%;
    background: #FFFFFF;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border-radius: 0 0 4px 4px;
    padding: 0;
    z-index: 100;
}

@media screen and (min-width: 800px) {
    .header_catalog__list li:hover ul.children {
        display: block;
    }
}

.header_catalog__list ul.children li {
    white-space: nowrap;
}

.header_catalog__list li.current-cat-ancestor>a {
    background: #FFF5DA;
}

.header_catalog__list li.current-cat-ancestor>a span {
    color: #D8232A;
}

.header_catalog__list li.current-cat-ancestor>a svg {
    fill: #D8232A;
    opacity: 1;
}

.header_catalog__list .c-selector {
    display: none;
}

.header_catalog__list li a span {
    /*font-weight: bold;*/
}

.header_catalog__list > li.cat-item-84 > a > span {
    color: #B6C572;
}

.header_catalog__list ul.children li a span {
    font-weight: normal;
}


/*.header_catalog__list li ul.children li a span:before {
	content: '▶';
	padding-right: 5px;
}*/

.header_catalog__list li {
    display: block;
    position: relative;
}

.header_catalog__list li ul.children {
    position: absolute;
    top: 0;
}

@media (max-width: 1187px) {
    .header_catalog__list li ul.children {
        position: relative;
        left: 0;
        top: auto;
        padding-left: 25px;
    }
    .header_catalog__list li.current-cat-ancestor ul.children,
    .header_catalog__list li.active ul.children {
        display: block;
    }
}

#additional_not_approve_field {
    width: 100%;
}

#additional_not_approve_field label {
    display: inline !important;
}

#additional_not_approve_field>label {
    width: auto;
    margin-bottom: 0;
}

#additional_not_approve_field>label:before {
    display: none;
}

#additional_not_approve_field .optional {
    display: none;
}


/* Мобильное главное меню */

.mob_menu_shadow {
    position: fixed;
    display: none;
    z-index: 999;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000;
    opacity: 0.5;
}

.mob_menu_shadow.active {
    display: block;
}

.mob_menu_wrapper {
    position: fixed;
    top: 0;
    display: none;
    background: #b6c572;
    width: 260px;
    padding: 10px;
    z-index: 1000;
    color: #fff;
}

.mob_menu_wrapper * {
    color: #fff;
    font-weight: 600;
}

.mob_menu {
    position: relative;
}

.mob_menu_wrapper .close-btn {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    font-weight: bold;
    font-size: 20px;
    padding: 0;
    color: #b6c572;
    background: #fff;
    width: 25px;
    height: 25px;
    line-height: 24px;
    text-align: center;
    border-radius: 3px;
}

.header_top-mob__language-list {
    border-bottom: 1px solid #c9d396;
    padding-bottom: 10px;
    margin-bottom: 14px;
}

.header_top-mob__language-list li {
    display: inline-block;
    margin-right: 20px;
}

.header_top-mob__language-list li a {
    font-weight: normal;
}

.header_top-mob__language-list li.active {
    border-bottom: 1px solid #fff;
}

.header_top-mob__language-list li.active a {
    font-weight: 600;
}

.header_top-mob__language-list li a {
    color: #fff;
    font-size: 20px;
}

.header_top-mob__menu {}

.header_top-mob__menu li {
    margin: 10px 0;
    text-transform: uppercase;
}

.mob_menu__contact {
    text-transform: uppercase;
}

.mob_menu__contact {
    display: block;
    border-top: 1px solid #c9d396;
    margin-top: 15px;
    padding-top: 15px;
    margin-bottom: 10px;
}

img.img_ico {
    margin-left: 10px;
}


/* Таблица с ценами */

.pricelist {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}

.pricelist a {
    font-size: 14px;
    line-height: 20px;
    color: #858380;
}

.pricelist thead td {
    font-weight: bold;
    border-top: 1px solid #DFE2E5;
}

.pricelist td {
    border-bottom: 1px solid #DFE2E5;
    min-width: 80px;
}

.pricelist a:hover,
.pricelist a:focus,
{
    color: #20242E;
}

.promotional-code_form {
    display: none;
}