@font-face {
    font-family: fontawesome;
    src: url("../fonts/FontAwesome.87d8ca3ddc57.otf");
}
@font-face {
    font-family: 'HelveticaNeueCyr Medium';
    src: url("../fonts/HelveticaNeueCyr-Medium.c88edbac48d6.otf");
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
main {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}
article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}
html {
    box-sizing: border-box;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
    min-height: 100%;
    font-size: 10px;
}
/* NOTE: this part of code contains old style for fixed position of site elements */
body {
    font-weight: 300;
    font-size: 1.4rem;
    color: #000;
    line-height: 1.5;
    min-height: 100%;
    /*overflow: hidden;*/
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
abbr[title],
abbr[data-original-title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
}
ol,
ul,
li {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a {
    text-decoration: none;
    outline: none;
}
a:active {
    text-decoration: none;
    outline: none;
}
a:visited {
    text-decoration: none;
    outline: none;
}
a:focus {
    text-decoration: none;
    outline: none;
}
a:hover {
    text-decoration: none;
    outline: none;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
*:focus {
    outline: none;
}
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
/* Reset CSS
 * --------------------------------------- */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    padding: 0;
    margin: 0;
}
html {
    height: 100%;
}
* {
    box-sizing: border-box;
}
a {
    text-decoration: none;
}
table {
    border-spacing: 0;
}
fieldset,
img {
    border: 0;
}
strong,
b {
    font-weight: 700;
}
ol,
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
ol li,
ul li {
    min-height: 1px;
    height: auto;
}
caption,
th {
    text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    margin: 0;
    padding: 0;
}
q:before,
q:after {
    content: '';
}
abbr,
acronym {
    border: 0;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
*:focus {
    outline: none;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number] {
    -moz-appearance: textfield;
}
/* Custom CSS
 * --------------------------------------- */
body {
    line-height: 1.5;
    font-weight: 400;
    font-size: 1.4rem;
    height: 100%;
    font-family: Verdana, sans-serif;
}
body strong,
body b {
    font-weight: 700;
}
.scroll_y {
    overflow-y: scroll;
}
.wrapper {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;
    min-height: 100%;
}
.wrapper .container {
    padding-right: 15px;
    padding-left: 15px;
}
.container {
    position: relative;
    margin: 0 auto;
    max-width: 1170px;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
}
.container:before {
    content: '';
    display: table;
}
.container:after {
    content: '';
    display: table;
    clear: both;
}
.row,
.filter_products .fresh_list,
.info_cart_copy_inner,
.g_contains .gifts_list,
.breadcrumbs ul,
.contact_list li {
    margin: 0 -15px;
}
.row:before,
.filter_products .fresh_list:before,
.info_cart_copy_inner:before,
.g_contains .gifts_list:before,
.breadcrumbs ul:before,
.contact_list li:before {
    content: '';
    display: table;
}
.row:after,
.filter_products .fresh_list:after,
.info_cart_copy_inner:after,
.g_contains .gifts_list:after,
.breadcrumbs ul:after,
.contact_list li:after {
    content: '';
    display: table;
    clear: both;
}
aside p {
    font-size: 14px;
    color: #212e40;
    padding: 15px;
    text-align: center;
}
@media only screen and (min-width: 768px) {
    aside p {
        text-align: left;
    }
}
img {
    max-width: 100%;
}
p {
    font-size: 1.4rem;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
    font-weight: 500;
    line-height: 1.2;
}
.text_a_left {
    text-align: center;
}
@media only screen and (min-width: 768px) {
    .text_a_left {
        text-align: left;
    }
}
.text_a_right {
    text-align: center;
}
@media only screen and (min-width: 768px) {
    .text_a_right {
        text-align: right;
    }
}
.text_a_center {
    text-align: center;
}
a {
    color: #0052e2;
}
.main_header a {
    color: #d4e3ec;
}
.clearfix {
    position: relative;
}
.clearfix:before {
    content: '';
    display: table;
}
.clearfix:after {
    content: '';
    display: table;
    clear: both;
}
#to_top {
    display: none;
    position: fixed;
    bottom: 15px;
    right: 15px;
    line-height: 1;
    z-index: 999;
    padding: 6px 13px;
    background: rgba(255, 255, 255, 0.75);
    margin: auto;
    -ms-flex-align: center;
    align-items: center;
}
#to_top i {
    font-size: 4rem;
    color: rgba(0, 145, 126, 0.85);
    background: none;
    line-height: 1;
}
/******************** services-info ********************/
.services-info {
    padding: 20px 0;
}
.services-info .item_wrap {
    padding: 5px;
    min-height: 1px;
}
.services-info .item_wrap .item {
    justify-content: left;
}
.services-info .item_wrap .item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: left;
    padding: 0 15px;
    margin: 0 !important;
}
@media only screen and (max-width: 768px) {
    .services-info-row {
        max-width: 320px;
        margin: 0 auto;
    }
}
@media only screen and (min-width: 768px) {
    .services-info .item_wrap {
        width: 20%;
        float: left;
        padding: 0 15px;
    }
    .services-info .item_wrap .item {
        justify-content: center;
    }
}
.services-info .item_wrap .item .icon {
    height: 32px;
    width: 37px;
    margin-right: 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.services-info .item_wrap .item .icon img {
    width: 100%;
}
.services-info .item_wrap .item .icon svg {
    width: 100%;
}
.services-info .item_wrap .item .icon svg path {
    fill: #000;
}
.services-info .item_wrap .item .text {
    color: #3b3d43;
    font-family: Verdana, sans-serif;
    font-size: 11px;
}
@media only screen and (min-width: 768px) {
    .services-info .item_wrap .item .text {
        font-size: 12px;
    }
}
@media only screen and (min-width: 1170px) {
    .services-info .item_wrap .item .text {
        font-size: 14px;
    }
}
/******************** comments ********************/
.default-button {
    border-radius: 10px;
    border: none;
    box-shadow: inset 0 -2px 0 #e2b620;
    background: linear-gradient(#fbce34, #fcd85e, #fbce34);
    color: #3b3d43;
    font-family: Verdana, sans-serif;
    text-transform: uppercase;
    outline: none;
    transition: all 200ms ease-in-out;
}
.comment-box .title .add-comment {
    height: auto;
    width: auto;
    padding: 7px 10px;
    font-size: 14px;
}
.comment-box .submit-comment {
    height: auto;
    width: 175px;
    padding: 7px 10px;
    font-size: 14px;
    margin-top: 20px;
}
.comment-box .comment-item {
    margin-bottom: 20px;
    border: 2px #f4f6f8 solid;
    border-radius: 7px;
    padding: 15px;
}
.comment-box .new-comment {
    padding-bottom: 20px;
}
.comment-box .comment-item .username-block {
    border-bottom: 2px #f4f6f8 solid;
    padding-bottom: 10px;
}
.comment-box .comment-item .username-block div {
    display: inline-block;
}
.comment-box .comment-item .username-block .comment-date {
    float: right;
}
.comment-box .comment-item .review-block {
    padding-top: 10px;
}
.comment-box .comment-item .review-block .rate {
    margin-bottom: 10px;
}
.comment-box #send-comment-result {
    color: #3b3d43;
    font-weight: bold;
    margin-bottom: 10px;
}
.comment-box .comment-item .admin-response-block {
    border-left: 2px #f4f6f8 solid;
    margin: 15px 0 5px 25px;
    padding-left: 20px;
}
.comment-box .comment-item .admin-response-block .title {
    font-weight: bold;
    margin-bottom: 5px;
}
.rating-disabled .rating-input,
.rating-disabled .rating-stars {
    cursor: default!important;
}
/********************** categories *********************/
.main .categories {
    margin-bottom: 40px;
    display: block;
    max-width: 100%;
    min-width: 0;
    min-height: 1px;
    padding: 15px;
}
@media only screen and (min-width: 768px) {
    .main .categories {
        float: left;
        padding: 0 15px;
        width: 25%;
    }
}
.main .categories .title {
    color: #000;
    font-family: Verdana, sans-serif;
    font-size: 15pt;
    font-weight: normal;
    margin: 20px 0;
    padding-left: 15px;
}
.main .categories .accordion-menu input[type=checkbox] {
    position: absolute;
    opacity: 0;
}
.main .categories .accordion-menu input[type=checkbox]:checked + label + ul {
    display: block;
}
.main .categories .accordion-menu input[type=checkbox]:checked + label:nth-of-type(n) + ul {
    display: block;
}
.main .categories .accordion-menu > li:not(:last-child) {
    margin-bottom: 5px;
}
.main .categories .accordion-menu ul {
    display: none;
}
.main .categories .level-1 > .has-children {
    background-color: #fbfcfd;
    border-radius: 20px;
}
.main .categories .level-1 > .has-children > ul {
    background-color: #fbfcfd;
    position: relative;
}
.main .categories .level-1 ul::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 30px;
    background-color: #fbfcfd;
}
.main .categories .level-1 .special > label,
.main .categories .level-1 .special > a {
    background-color: #3b3d43;
}
.main .products {
    display: block;
    width: 100%;
    min-height: 1px;
    padding: 15px;
}
@media only screen and (min-width: 851px) {
    .main .products {
        width: 75%;
        padding: 0 15px;
        float: left;
    }
}
.main .categories .level-1 > li > label,
.main .categories .level-1 > li > a {
    height: 40px;
    background-color: #3b3d43;
    border-radius: 20px;
    padding-left: 15px;
}
.main .categories .level-1 > li > label .icon {
    width: 16px;
    height: 15px;
    position: absolute;
    top: calc(50% - 8px);
    right: 15px;
    background-image: url("../img/icons/down-arrow.5844592016f7.svg");
    background-size: cover;
    transform: rotate(-90deg);
}
.main .categories .accordion-menu input[type=checkbox]:checked ~ label .icon {
    transform: rotate(0deg);
}
.main .categories .level-1 {
    font-size: 11pt;
    text-transform: uppercase;
    font-family: Verdana, sans-serif;
}
.main .categories .level-1 label,
.main .categories .level-1 a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    color: #fff;
}
.main .categories .level-1 label:hover,
.main .categories .level-1 a:hover {
    cursor: pointer;
}
.main .categories .level-2 {
    text-transform: none;
}
.main .categories .level-2 li a {
    height: 30px;
    padding-left: 15px;
    color: #3b3d43;
}
.main .categories .level-2 li.has-children a,
.main .categories .level-2 li.has-children > label {
    color: #3b3d43;
    font-weight: 400;
    padding-left: 0;
}
.main .categories .level-2 li.has-children a {
    padding-left: 15px;
}
.main .categories .level-2 > li > label {
    position: relative;
}
.main .categories .level-2 > li > label span {
    margin-left: 5px;
}
/*.main .categories .level-2 > li > label span::before {*/
/*  content: "("; }*/
/*.main .categories .level-2 > li > label span::after {*/
/*  content: ")"; }*/
.main .categories .level-2 > li > label > .icon {
    position: absolute;
    top: calc(50% - 8px);
    right: 15px;
    width: 16px;
    height: 16px;
    background-image: url("../img/icons/plus.91b7fc9ec3d3.svg");
    background-size: cover;
}
.main .categories .level-2 input[type=checkbox]:checked ~ label {
    background-color: #fff;
}
.main .categories .level-2 input[type=checkbox]:checked ~ label .icon {
    background-image: url("../img/icons/minus.2b91c982e56d.svg");
}
.main .categories .level-2 ul {
    background-color: #fff;
}
.main .categories .level-3 label,
.main .categories .level-3 a {
    height: 24px;
    padding-left: 15px;
    color: #0052e2;
}
.main .categories .level-2 .level-3 li a,
.main .categories .level-2 .level-3 li label {
    color: #0052e2;
    font-size: 13px;
}
/********************** categories-navbar *********************/
.menu .menu-container .category-item {
    cursor: pointer;
}
@media only screen and (min-width: 768px) {
    .navbar-main .categories {
        width: 100%!important;
        padding: 10px;
        margin: 0;
    }
}
.navbar-main .categories {
    overflow-x: hidden;
    overflow-y: scroll;
    max-height: 500px;
}
@media screen and (max-height: 800px) {
    .navbar-main .categories {
        max-height: 440px;
    }
}
@media screen and (max-height: 700px) {
    .navbar-main .categories {
        max-height: 340px;
    }
}
@media screen and (max-height: 600px) {
    .navbar-main .categories {
        max-height: 240px;
    }
}
@media screen and (max-height: 500px) {
    .navbar-main .categories {
        max-height: 140px;
    }
}
.navbar-main {
    position: absolute;
    left: 0;
    top: 100%;
    min-width: 300px;
    background: #fbfcfd;
    margin-top: 5px;
    border-radius: 15px;
    z-index: 1000;
}
.navbar-dropdown-menu-item {
    display: none;
}
.navbar-dropdown-menu-item.opened {
    display: block;
}
/*********************** products **********************/
.main .products .banners .line {
    /*height: 200px;*/
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
}
.main .products .mobile-banners {
    position: relative;
}
.main .products .mobile-banners .line {
    display: block;
}
.main .products .banners .line .item:not(:last-child) {
    margin-right: 10px;
}
.main .products .mobile-banners .line .item:not(:last-child) {
    margin-right: 0;
}
.main .products .mobile-banners {
    display: none;
}
.main .products .banners .line {
    height: 100%;
    width: 100%;
}
.main .products .banners .line .item {
    -ms-flex: 1;
    flex: 1;
    height: 100%;
    background-color: #fff;
}
.main .products .banners .line .item img {
    width: 100%;
    height: 100%;
}
.products-box {
    margin-top: 30px;
}
.main .products .products-box > .title,
.comment-box > .title {
    width: 100%;
    margin-bottom: 30px;
    color: #1d1f23;
    text-transform: uppercase;
    font-family: Verdana, sans-serif;
    font-size: 14pt;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: stretch;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}
.products-box > .title .text,
.comment-box > .title .text,
.products-box > .title .text,
.comment-box > .title .button {
    background-color: #fff;
    letter-spacing: 3px;
    text-align: center;
    width: 100%;
    padding: 0;
}
@media only screen and (min-width: 768px) {
    .products-box > .title .text,
    .comment-box > .title .text {
        padding: 0 20px 0 0;
        text-align: left;
        width: auto;
    }
    .products-box > .title .text,
    .comment-box > .title .button {
        padding: 0 0 0 20px;
        text-align: left;
        width: auto;
        min-width: 150px;
    }
}
.products-box > .title .line {
    display: none;
}
@media only screen and (min-width: 768px) {
    .products-box > .title .line {
        display: block;
        width: 90%;
        height: 0;
        border: 2px solid #f4f6f8;
        position: absolute;
        top: 50%;
        left: 0;
        z-index: -1;
    }
    .comment-box > .title .line {
        display: block;
        width: 90%;
        height: 0;
        border: 2px solid #f4f6f8;
        z-index: -1;
    }
}
.comment-box > .title .line {
    width: 100%;
}
.products-box > .text,
.comment-box > .text {
    color: #737476;
    font-family: Verdana, sans-serif;
    font-size: 11pt;
    text-align: left;
}
@media only screen and (min-width: 768px) {
    .products-box > .text {
        padding-right: 40px;
    }
}
.products-box > .text p {
    line-height: 24px;
}
.products-box > .text p:not(:last-child) {
    margin-bottom: 30px;
}
.products-box .item {
    padding: 2px 5px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background-color: #fff;
    position: relative;
    border-left: 1px solid #f4f6f8;
}
.products-box .item .label {
    width: 40px;
    height: 40px;
    position: absolute;
    padding: 0;
    top: 0;
    left: 3px;
    white-space: normal;
}
.products-box .item .label-special-offer {
    width: 48px;
    height: 48px;
}
.product-item-carousel .big-label img {
    width: 60px;
    height: 60px;
}
.product-item-carousel .big-special-offer-label img {
    width: 80px;
    height: 80px;
}
@media only screen and (min-width: 768px) {
    .product-item-carousel .big-label img {
        width: 80px;
        height: 80px;
    }
    .product-item-carousel .big-special-offer-label img {
        width: 55px;
        height: 55px;
    }
}
.products-box .item .label img {
    margin-bottom: 2px;
}
.products-box .item .label img {
    width: 100%;
}
.products-box .item .title {
    text-align: left;
    font-family: Verdana, sans-serif;
    font-size: 12px;
    margin: 0 0 30px 0;
}
.products-box .item .title a {
    font-family: Verdana, sans-serif;
    font-size: 12px;
    color: #000;
    transition: all 200ms ease-in-out;
}
.products-box .item .title a:hover {
    color: #006cac;
}
.products-box .item .image {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 10px 0;
    transition: all 200ms ease-in-out;
}
.products-box .item .image img {
    height: 100%;
}
.products-box .item .price {
    color: #1d1f23;
    font-family: Verdana, sans-serif;
    font-size: 10pt;
}
.products-box .item .price span {
    font-weight: bold;
    color: #0045be;
}
.products-box .item .count {
    cursor: pointer;
}
.main .products .products-box .item .count {
    position: absolute;
    right: 5px;
    bottom: 0;
    z-index: 2;
}
.main .products .products-box .item .count .icon_count {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fbce34;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    background-image: url("../img/shop_cart.c459b986dade.png");
    background-repeat: no-repeat !important;
    background-position: 50% 50%;
}
.main .products .products-box .item .count .icon_count img {
    opacity: 0;
    display: none;
    max-width: 100%;
}
.main .products .products-box .item .count .icon_show {
    bottom: 0;
    height: auto;
    width: 100%;
    position: absolute;
    /*display: none;*/
    background: #fff;
    padding: 5px;
    left: 0;
    border-radius: 25px;
}
.main .products .products-box .item .count .icon_show.active {
    display: flex;
}

.products-box .item .count .icon_count {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fbce34;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    background-image: url("../img/shop_cart.c459b986dade.png");
    background-repeat: no-repeat !important;
    background-position: 50% 50%;
}
.products-box .item .count .icon_count img {
    opacity: 0;
    display: none;
    max-width: 100%;
}
.products-box .item .count .icon_show {
    bottom: 0;
    height: auto;
    width: 100%;
    position: absolute;
    display: none;
    background: #fff;
    padding: 5px;
    left: 0;
    border-radius: 25px;
}
.products-box .item .count .icon_show.active {
    display: flex;
}
.products-box .item .count {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
}
.carts .products .products-box .product .quantity button,
.products-box .item .count button {
    width: 16px;
    height: 16px;
    background-color: #ced9df;
    border: none;
    border-radius: 50%;
    outline: none;
}
.carts .products .products-box .product .quantity button:hover,
.products-box .item .count button:hover {
    cursor: pointer;
}
.carts .products .products-box .product .quantity button img,
.products-box .item .count button img {
    display: none;
}
.carts .products .products-box .product .quantity button {
    width: 40px;
    height: 40px;
}
.products-box .item .count button {
    width: 30px;
    height: 30px;
}
.carts .products .products-box .product .quantity .remove,
.products-box .item .count .remove {
    position: relative;
    background-color: #3b3d43;
    border-radius: 50%;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
}
.carts .products .products-box .product .delivery {
    text-align: center;
}
.carts .products .products-box .product .delivery img {
    width: 20px;
}
.shipping-warning img {
    width: 20px;
    display: inline-block;
    vertical-align: middle;
}
.carts .products .products-box .product .quantity .add,
.products-box .item .count .add {
    position: relative;
    background-color: #3b3d43;
    border-radius: 50%;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
}
.carts .products .products-box .product .quantity .remove:before,
.products-box .item .count .remove:before {
    content: '';
    width: 20px;
    height: 1px;
    background-color: #fff;
}
.carts .products .products-box .product .quantity .add:before,
.products-box .item .count .add:before {
    content: '';
    width: 20px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.carts .products .products-box .product .quantity .add:after,
.products-box .item .count .add:after {
    content: '';
    width: 20px;
    top: 50%;
    left: 50%;
    height: 1px;
    background-color: #fff;
    transform: rotate(90deg) translate(0, -50%);
}
.carts .products .products-box .product .quantity button.active,
.products-box .item .count button.active {
    background-color: #3b3d43;
}
.quantity-button:disabled {
    background-color: grey!important;
    pointer-events: none;
}
.add-product-to-basket:disabled {
    background: linear-gradient(#fff1c3, #fff3ca, #fff8e0) !important;
}
.carts .products .products-box .product .quantity input,
.products-box .item .count input {
    margin: 0 auto;
    border: 1px solid #e0e9ed;
    background-color: #f4f8fa;
    font-weight: 700;
    font-family: Verdana, sans-serif;
    text-align: center;
    outline: none;
    width: 30px;
    height: 30px;
    border-radius: 50%;
}
.carts .products .products-box .product .quantity input::-webkit-outer-spin-button,
.carts .products .products-box .product .quantity input::-webkit-inner-spin-button,
.products-box .item .count input::-webkit-outer-spin-button,
.products-box .item .count input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.products-box .item .buy,
.carts .purchase-info .continue,
.carts .purchase-info .total .checkout {
    height: 36px;
    width: 150px;
    border: none;
    border-radius: 17px;
    box-shadow: inset 0 -2px 0 #e2b620;
    background: linear-gradient(#fbce34, #fcd85e, #fbce34);
    color: #3b3d43;
    font-family: Verdana, sans-serif;
    text-transform: uppercase;
    outline: none;
    transition: all 200ms ease-in-out;
    margin-top: 30px;
}
.products-box .item .buy:hover,
.carts .purchase-info .continue:hover,
.carts .purchase-info .total .checkout:hover {
    box-shadow: inset 0 -3px 0 #e2b620;
    background: linear-gradient(#fcd85e, #fbce34, #fcd85e);
}
.carts .purchase-info .continue {
    width: 80%;
    margin: 10px 0;
    background: #056ea9;
    box-shadow: none;
    color: #fff;
}
.products-box .item .buy:hover,
.carts .purchase-info .continue:hover,
.carts .purchase-info .total .checkout:hover {
    cursor: pointer;
}
.products-box .item .buy:active,
.cart .purchase-info .continue:active,
.carts .purchase-info .total .checkout:active {
    box-shadow: inset 0 2px 0 #e2b620;
}
.info-box {
    background-color: #f9f9f9;
    padding: 15px 30px;
    color: #3b3d43;
    overflow: hidden;
    /*height: 70px;
  margin: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;*/
}
.main .products .info-box .icon {
    width: 70px;
    height: 70px;
    margin: 0 auto;
}

.product-quantity-wrapper {
    display: flex;
    align-items: center;
    padding: 0 10px 0 0;
}

.products-in-cart {
    padding: 10px 0 0;
    width: 100%;
    color: #F44336;
}


@media only screen and (min-width: 768px) {
    .main .products .info-box .icon {
        margin-right: 20px;
        float: left;
    }
}
.main .products .info-box .icon img {
    height: 100%;
}
.main .products .info-box .text {
    text-align: center;
    text-transform: uppercase;
    font-family: Verdana, sans-serif;
    font-size: 15px;
    letter-spacing: 1px;
    color: #3b3d43;
}
@media only screen and (min-width: 768px) {
    .main .products .info-box .text {
        text-align: left;
    }
}
.main .products .info-box .text a {
    color: #006cac;
    font-weight: 600;
}
/*********************** products line items **********************/
.product-line-item {
    width: 20%;
    margin-bottom: 20px;
}
@media only screen and (max-width: 950px) {
    .product-line-item {
        width: 25%;
    }
}
@media only screen and (max-width: 640px) {
    .product-line-item {
        width: 33%;
    }
}
@media only screen and (max-width: 450px) {
    .product-line-item {
        width: 50%;
    }
}
/*********************** products recipe items **********************/
.recipe-line-item {
    width: 25%;
    margin-bottom: 20px;
}
@media only screen and (max-width: 950px) {
    .recipe-line-item {
        width: 33%;
    }
}
@media only screen and (max-width: 640px) {
    .recipe-line-item {
        width: 50%;
    }
}
.ingredients-mobile {
    display: none;
}
@media only screen and (max-width: 1000px) {
    .ingredients-full-screen {
        display: none;
    }
    .ingredients-mobile {
        display: block;
    }
}
/*********************** contact us **********************/
@media only screen and (max-width: 1000px) {
    .contact-us-element {
        display: none;
    }
}
/*********************** image **********************/
.product_details .product-image {
    width: 300px;
    height: 300px!important;
}
/*********************** mobile version **********************/
@media only screen and (max-width: 600px) {
    .product_details .product-image {
        width: 250px;
        height: 250px!important;
    }
    .product-sku {
        margin-bottom: 0;
    }
    .similar_products .products-box {
        margin-top: 0!important;
        margin-bottom: 0!important;
    }
    .similar_products .products-box .title {
        margin-bottom: 0!important;
    }
    .product_details .image-container {
        padding-bottom: 0!important;
    }
    .product_details .info-container {
        padding-top: 0!important;
        padding-bottom: 0!important;
    }
    .product_details .info-container .col-md-8 {
        padding-top: 0!important;
    }
    .services-info {
        padding-top: 10px;
        padding-bottom: 20px;
    }
    .main .products.slider {
        padding-top: 0;
        padding-bottom: 0;
    }
    .services-info .item_wrap {
        padding-top: 0;
        padding-bottom: 0;
    }
}
/******************************************************/
/*                       Carts                        */
/******************************************************/
/******************** bread-crumbs ********************/
.bread-crumbs {
    margin: 25px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.bread-crumbs .item {
    font-size: 10pt;
    font-family: Verdana, sans-serif;
    color: #9e9e9e;
}
.bread-crumbs .item:not(:last-child) {
    border-right: 1px solid #1d1f23;
    margin-right: 20px;
    padding-right: 20px;
    color: #1d1f23;
}
/************************ title ***********************/
.checkout .title,
.carts .title {
    margin: 35px 0;
    font-family: Verdana, sans-serif;
    font-size: 20pt;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 10px;
    color: #1d1f23;
}

.checkout .subtitle {
    margin: 20px 0;
    font-family: Verdana, sans-serif;
    font-size: 14pt;
    font-weight: 700;
    text-transform: uppercase;
    color: #1d1f23;
}
/************************* main ***********************/
.checkout .main,
.carts .main {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin-bottom: 20px;
}
/********************** order-info ********************/
.checkout .order-info {
    padding: 20px;
    -ms-flex: 1;
    flex: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    box-shadow: 0 0 50px #006da80f;
}
.checkout .order-info .header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-family: Verdana, sans-serif;
    font-size: 14pt;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.checkout .order-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 236px;
    overflow-y: auto;
}

.checkout .order-info .product {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #dae5eb;
    display: -ms-flexbox;
    display: flex;
}
.checkout .order-info .product .image {
    width: 100px;
    margin-right: 15px;
    border: 1px solid #f1f7f9;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.checkout .order-info .product .image img {
    width: 100%;
}
.checkout .order-info .product .description {
    padding: 5px 0;
    font-family: Verdana, sans-serif;
    font-size: 11pt;
    flex: 1;
}
.checkout .order-info .product .description .info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 5px 0;
}
.checkout .order-info .product .description .info .price span {
    font-weight: bold;
    color: #3b3d43;
    margin-right: 5px;
}
.checkout .order-info .product .description .info .count {
    color: #929297;
}
.checkout .order-info .product .description .info .count::before {
    content: 'x';
}
.checkout .order-info .product .delete {
    width: 35px;
}
.checkout .order-info .product .delete img:hover {
    cursor: pointer;
}
.checkout .order-info .product .delete img {
    width: 100%;
}
.checkout .order-info .total {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-family: Verdana, sans-serif;
    font-size: 11pt;
}
.checkout .order-info .total span {
    font-weight: bold;
    font-size: 12pt;
    color: #3b3d43;
    margin-left: 5px;
}
/******************** checkout-steps ******************/
.checkout-steps {
    -ms-flex: 2;
    flex: 2;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}
.checkout-steps .step {
    margin-bottom: 5px;
    display: block;
}
.checkout-steps .step.hidden > :not(.header) {
    display: none;
}
.checkout-steps .step.hidden .header {
    color: #849ca9;
    margin: 0;
}
.checkout-steps .step > .header {
    margin-top: 35px;
    font-family: Verdana, sans-serif;
    font-size: 16pt;
    color: #093954;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
}
.checkout-steps .step .header .number {
    margin-right: 20px;
    font-size: 17pt;
}
.checkout-steps .step .description {
    margin-left: 40px;
    margin-bottom: 35px;
    font-family: Verdana, sans-serif;
    font-size: 11pt;
}
.checkout-steps .step.login .content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.checkout-steps .step.login .content form {
    -ms-flex: 1;
    flex: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 10px;
}
.checkout-steps .step.login .content form .header {
    margin-bottom: 15px;
    font-size: 13pt;
    font-weight: bold;
    font-family: Verdana, sans-serif;
    color: #313138;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.checkout-steps .step.login .content form label {
    font-family: Verdana, sans-serif;
    font-size: 11pt;
    margin: 15px;
}
.checkout-steps .step.login .content form label::after {
    content: '*';
}
.checkout-steps .step.login .content form input {
    max-width: 300px;
    height: 35px;
    padding-left: 10px;
    border: 1px solid #7f7f7f;
    color: #2c2c2c;
    font-family: Verdana, sans-serif;
}
.checkout-steps .step.login .content form .forgot-password {
    margin-top: 10px;
    margin-left: 20px;
    position: relative;
    font-family: Verdana, sans-serif;
    font-size: 9pt;
    color: #a20f10;
}
.checkout-steps .step.login .content form .forgot-password::before {
    content: '?';
    width: 15px;
    height: 15px;
    position: absolute;
    top: 0;
    left: -20px;
    color: #fff;
    text-align: center;
    background-color: #a20f10;
    border-radius: 50%;
}
.checkout-btn {
    font-size: 14px;
    height: 36px;
    min-width: 150px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 20px 0;
    border: none;
    border-radius: 17px;
    box-shadow: inset 0 -2px 0 #e2b620;
    background: linear-gradient(#fbce34, #fcd85e, #fbce34);
    color: #3b3d43;
    font-family: Verdana, sans-serif;
    text-transform: uppercase;
    outline: none;
}
.checkout-btn:hover {
    cursor: pointer;
}
.checkout-btn:active {
    box-shadow: inset 0 2px 0 #e2b620;
    background: linear-gradient(#fbce34, #fcd85e, #fbce34);
}
.a-next-btn {
    padding: 0;
    line-height: 36px;
}
.a-next-btn:hover {
    color: #3b3d43;
}
.checkout-steps .step.review div > .header,
.checkout-steps .step.address div > .header {
    width: auto;
    margin: 10px 0;
    margin-left: 40px;
    color: #000;
    font-weight: bold;
    font-family: Verdana, sans-serif;
    font-size: 11pt;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.checkout-steps .step.address .choose-address .item {
    position: relative;
}
.checkout-steps .step.address .choose-address .item label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: 40px;
    padding: 0 20px;
    margin: 5px 0;
    background-color: #fafbfb;
    border-radius: 20px;
    position: relative;
    font-family: Verdana, sans-serif;
    font-size: 11pt;
}
.checkout-steps .step.address .choose-address .item label::before {
    content: '';
    /*width: 14px;
  height: 14px;*/
    width: 16px;
    height: 16px;
    margin-right: 10px;
    border-radius: 50%;
    border: 1px solid #093954;
}
.checkout-steps .step.address .choose-address .item label:hover {
    cursor: pointer;
}
.checkout-steps .step.address .choose-address .item input[type="radio"] {
    position: absolute;
    opacity: 0;
}
.checkout-steps .step.address .choose-address .item input[type="radio"]:checked + label:after {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #093954;
    position: absolute;
    top: 15px;
    left: 23px;
}
.checkout-steps .step.address .choose-address .item input[type="radio"]:checked + label {
    background-color: #d9edfa;
}
.checkout-steps .step.address .choose-address .add-address {
    height: 40px;
    margin-left: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    font-family: Verdana, sans-serif;
    text-transform: uppercase;
    color: #093954;
}
.checkout-steps .step.address .choose-address .add-address::after {
    content: "+";
    width: 25px;
    height: 25px;
    margin-left: 10px;
    color: #fff;
    font-weight: bold;
    font-size: 13pt;
    background-color: #093954;
    border-radius: 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.checkout-steps .step.address .choose-address .add-address:hover {
    cursor: pointer;
}
.checkout-steps .step.address .collect-orders .checkbox {
    margin: 15px 0;
}
.checkout-steps .step.address .collect-orders .checkbox input[type="checkbox"] {
    display: none;
}
.checkout-steps .step.address .collect-orders .checkbox label {
    font-family: Verdana, sans-serif;
    font-size: 11pt;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.checkout-steps .step.address .collect-orders .checkbox label:hover {
    cursor: pointer;
}
.checkout-steps .step.address .collect-orders .checkbox label::before {
    content: '';
    width: 15px;
    height: 15px;
    padding: 5px;
    margin: 0 10px;
    border: 1px solid #093954;
    border-radius: 5px;
}
.checkout-steps .step.address .collect-orders .checkbox input[type="checkbox"]:checked + label::before {
    background: url("../img/icons/checked.a13abc4718f4.svg") no-repeat 0 0;
}
.checkout-steps .step.address .collect-orders .info {
    margin: 5px 40px;
    margin-bottom: 40px;
    font-family: Verdana, sans-serif;
    font-size: 11pt;
}
/*.checkout-steps .step.address .comment-box .description span,*/
/*.checkout-steps .step.address .collect-orders .info span {*/
/*  display: block;*/
/*  margin: 10px 0;*/
/*  text-transform: uppercase; }*/
/*.checkout-steps .step.address .comment-box .description {*/
/*  margin-bottom: 0; }*/
/*.checkout-steps .step.address .comment-box .comment {*/
/*  display: -ms-flexbox;*/
/*  display: flex;*/
/*  -ms-flex-direction: column;*/
/*      flex-direction: column; }*/
/*.checkout-steps .step.address .comment-box .comment textarea {*/
/*  height: 130px;*/
/*  padding: 5px;*/
/*  resize: none;*/
/*  font-family: Verdana, sans-serif;*/
/*  font-size: 10pt; }*/
.checkout-steps .info-message {
    margin: 10px 0;
    margin-left: 40px;
    color: #093954;
    font-family: Verdana, sans-serif;
    font-style: italic;
    font-size: 11pt;
    position: relative;
}
.checkout-steps .info-message:before {
    content: "!";
    width: 20px;
    height: 20px;
    position: absolute;
    left: -35px;
    border-radius: 50%;
    margin: 0 7px;
    color: #fff;
    font-style: normal;
    text-align: center;
    background-color: #093954;
}
.checkout-steps .step.review .delivery-date .item,
.checkout-steps .step.payment .payment-items .item {
    min-height: 20px;
    margin: 10px 0;
    position: relative;
}
.checkout-steps .step.review .delivery-date .item input[type="radio"],
.checkout-steps .step.payment .payment-items .item input[type="radio"] {
    display: none;
}
.checkout-steps .step.review .delivery-date .item label,
.checkout-steps .step.payment .payment-items .item label {
    text-transform: uppercase;
    font-family: Verdana, sans-serif;
    font-size: 11pt;
}
.checkout-steps .step.review .delivery-date .item label:hover,
.checkout-steps .step.payment .payment-items .item label:hover {
    cursor: pointer;
}
.checkout-steps .step.review .delivery-date .item label::before,
.checkout-steps .step.payment .payment-items .item label::before {
    content: '';
    width: 16px;
    height: 16px;
    margin: 0 12px;
    display: inline-block;
    border: 1px solid #093954;
    border-radius: 50%;
}
.checkout-steps .step.review .delivery-date .item input[type="radio"]:checked + label::after,
.checkout-steps .step.payment .payment-items .item input[type="radio"]:checked + label::after {
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    top: 3px;
    left: 15px;
    border-radius: 50%;
    background-color: #093954;
}
.checkout-steps .step.payment .payment-items .item .mess {
    max-width: 320px;
    margin-left: 40px;
    text-transform: uppercase;
    font-family: Verdand, sans-serif;
    font-size: 11pt;
    color: #4598c7;
}
.checkout-steps .step.payment .info-block .description {
    margin: 10px 40px;
}
.checkout-steps .step.payment .info-block .pays-list {
    height: 55px;
    margin: 0 10px;
}
.checkout-steps .step.payment .info-block .pays-list img {
    height: 100%;
    margin: 0 5px;
}
.checkout-steps .step.review .description > span {
    display: block;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.checkout-steps .step.review .description .info {
    margin: 10px 0;
}
.checkout-steps .step.review .description .info span {
    color: #3b3d43;
    font-weight: bold;
}
.checkout-steps .step.review .description .info .extra {
    display: block;
}
.checkout-steps .step.review .description .info .extra::before {
    content: "(";
}
.checkout-steps .step.review .description .info .extra::after {
    content: ")";
}
.checkout-steps .step.review .cart-total {
    width: 300px;
    padding: 10px;
    font-family: Verdana, sans-serif;
    font-size: 11pt;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #f8fafb;
    border-radius: 60px;
}
.checkout-steps .step.review .cart-total .title {
    font-size: 11pt;
    font-weight: normal;
    letter-spacing: normal;
    text-transform: none;
    margin: 0;
    margin-top: 10px;
}
.checkout-steps .step.review .cart-total .price {
    font-size: 12pt;
    font-weight: bold;
    color: #3b3d43;
}
.checkout-steps .step.review .cart-total .description {
    margin: 0;
    text-align: center;
}
.checkout-steps .step.review .cart-total .description a {
    color: #0b557e;
}
/******************** purchase-info *******************/
.carts .purchase-info {
    /*min-width: 230px;*/
    /*-ms-flex: 1;*/
    /*flex: 1;*/
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 0;
}
.carts .purchase-info .total {
    height: 90px;
    min-width: 240px;
    padding: 15px 0;
    border-radius: 60px;
    background-color: #f8fafb;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.carts .purchase-info .voucher_form .voucher-text {
    text-align: center;
}
.carts .purchase-info .voucher_form .voucher-field {
    margin-top: 15px;
}
.carts .purchase-info .total .text {
    font-family: Verdana, sans-serif;
    font-size: 11pt;
}
.carts .purchase-info .total .price {
    font-family: Verdana, sans-serif;
    font-size: 11pt;
    color: #0045be;
}
.carts .purchase-info .total .value {
    width: 75px;
    text-align: right;
}
.carts .purchase-info .total .cart-total-info .total-property-title {
    font-weight: bold;
}
.carts .purchase-info .total .cart-total-info .property {
    padding-bottom: 7px;
}
/*********************** products *********************/
.carts .products {
    margin-right: 20px;
    -ms-flex: 3;
    flex: 3;
}
.carts .products .header {
    margin: 25px 0;
    display: -ms-flexbox;
    display: flex;
}
.carts .products .header > div {
    font-family: Verdana, sans-serif;
    font-size: 10pt;
    color: #8e8e92;
    padding: 0 3px;
}
.carts .products .header .price,
.carts .products .header .quantity,
.carts .products .header .total,
.carts .products .header .substitution {
    text-align: center;
}
.carts .products .products-box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 20px;
}
.carts .products .products-box .product {
    -ms-flex: 1;
    flex: 1;
    width: auto;
    margin-bottom: 25px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #f1f7f9;
    padding: 10px 4px;
}
@media screen and (min-width: 601px) {
    .carts .products .products-box .product {
        margin-bottom: 10px;
    }
}
.carts .products .image {
    -ms-flex: 2;
    flex: 2;
}
/*.carts .products .product-name {*/
/*    -ms-flex: 4;*/
/*    flex: 4;*/
/*}*/
.carts .products .price {
    -ms-flex: 2;
    flex: 2;
}
.carts .products .quantity {
    -ms-flex: 3;
    flex: 3;
}
.carts .products .total {
    -ms-flex: 3;
    flex: 3;
}
.carts .products .substitution {
    -ms-flex: 2;
    flex: 2;
}
.carts .products .header .substitution {
    color: #000000;
    text-decoration: none;
}
.carts .products .delete {
    -ms-flex: 1;
    flex: 1;
}
.carts .products .delivery {
    -ms-flex: 1;
    flex: 1;
}
.carts .products .products-box .product .delete {
    height: 80px;
    background-image: url("../img/icons/cross-out.67d5f68e0b9b.png");
    background-repeat: no-repeat;
    background-position: center center;
}
.carts .products .products-box .product .image {
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
}
.carts .products .products-box .product .image img {
    margin: 10px;
    -o-object-fit: contain;
    object-fit: contain;
    max-width: 70px;
    max-height: 70px;
}
.carts .products .products-box .product .product-name {
    font-family: Verdana, sans-serif;
    font-size: 10pt;
    color: #23527c;
    flex: 4;
}
.carts .products .products-box .product .product-name a {
    color: #23527c;
}
.carts .products .products-box .product .quantity {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.carts .products .products-box .product .price,
.carts .products .products-box .product .total {
    text-align: center;
    font-family: Verdana, sans-serif;
    font-size: 8pt;
}
.carts .products .products-box .product .price span {
    display: block;
}
.carts .products .products-box .product .price span,
.carts .products .products-box .product .total-price-font {
    font-weight: bold;
    color: #0045be;
}
.carts .products .products-box .product .delete:hover {
    cursor: pointer;
}
/******************************************************/
/*                       Brands                       */
/******************************************************/
.brands {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #f8f9fb;
}
.brands .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.brands .container::after {
    content: '';
    width: 100%;
    -ms-flex-order: 0;
    order: 0;
}
.brands .container a {
    -ms-flex-order: 0;
    order: 0;
}
.brands .item {
    max-height: 50px;
    max-width: 100px;
    width: auto;
    margin: 35px 0;
}
.c_shadow {
    box-shadow: 0px 0px 30px 0px #f8fbfd;
}
.carousel .label {
    position: absolute;
    padding: 15px 0 0 30px;
    top: 0;
    left: 3px;
    white-space: normal;
    z-index: 5;
}
@media only screen and (min-width: 768px) {
    .carousel .label {
        padding: 15px 0 0 40px;
    }
}
.carousel .label-special-offer {
    padding: 15px 0 0 30px;
}
.carousel .favourite-label {
    position: absolute;
    /*width: 30px;*/
    /*height: 30px;*/
    top: 20px;
    right: 30px;
    padding: 0;
    white-space: normal;
    z-index: 5;
    cursor: pointer;
}
.carousel .favourite-button {
    width: 30px;
    height: 30px;
    padding: 0;
    white-space: normal;
    z-index: 5;
}
@media only screen and (max-width: 991px) {
    .carousel .favourite-button {
        width: 48px;
        height: 48px;
    }
}
.carousel .favourite-button:active,
.carousel .favourite-button:focus {
    border: none;
    outline: 0;
}
.hide-icon {
    display: none;
}
.owl-carousel .owl-stage {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.owl-carousel.items {
    padding: 0;
}
.owl-carousel.items .owl-stage-outer {
    padding: 30px 0;
}
.owl-carousel .owl-stage-outer .owl-item .item {
    height: 100%;
}
.owl-carousel .owl-stage-outer .owl-item .item .buy {
    display: none;
}
.owl-carousel .owl-stage-outer .owl-item img {
    max-width: 100%;
    width: auto;
}
.owl-carousel .owl-nav {
    text-align: center;
    line-height: 0;
}
@media only screen and (min-width: 768px) {
    .owl-carousel .owl-nav {
        position: absolute;
        top: -62px;
        left: auto;
        right: 0;
    }
}
.owl-carousel .owl-nav button {
    top: 50%;
    width: 40px;
    height: 40px;
}
.owl-carousel .owl-nav button:hover svg path {
    fill: #1d78ab;
}
.owl-carousel .owl-nav .owl-prev {
    transform: rotate(90deg);
    left: 0;
}
@media only screen and (min-width: 768px) {
    .owl-carousel .owl-nav .owl-prev {
        /*-webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.75);
        -moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.75);
        box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.75);*/
    }
}
@media only screen and (min-width: 1170px) {
    .owl-carousel .owl-nav .owl-prev {
        left: 0;
    }
}
@media only screen and (min-width: 1400px) {
    .owl-carousel .owl-nav .owl-prev {
        box-shadow: none;
    }
}
.owl-carousel .owl-nav .owl-next {
    transform: rotate(-90deg);
    right: 0;
}
@media only screen and (min-width: 768px) {
    .owl-carousel .owl-nav .owl-next {
        /*-webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.75);
        -moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.75);
        box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.75);*/
    }
}
@media only screen and (min-width: 1170px) {
    .owl-carousel .owl-nav .owl-next {
        right: 0;
    }
}
@media only screen and (min-width: 1400px) {
    .owl-carousel .owl-nav .owl-next {
        box-shadow: none;
    }
}
.content.carts .main {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.content.checkout .main {
    /*width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;*/
}
.content.checkout .main .checkout-aside .order-info {
    margin: 0;
    width: 100%;
    padding: 10px 20px 25px;
    height: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    box-shadow: 0 0 50px #006da80f;
}
.content.checkout .main .checkout-aside .order-info .header {
    width: 100%;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.content.checkout .main .checkout-aside .order-info .header .text {
    margin-right: 10px;
    margin-bottom: 20px;
    margin-top: 15px;
}
.content.checkout .main .checkout-aside .info_cart_copy_inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
}
.content.checkout .main .checkout-aside .info_cart_copy_inner > div {
    width: 100%;
    padding: 10px 15px;
    float: none;
    font-size: 12px;
}
.content.checkout .main .checkout-aside .info_cart_copy_inner > div.col-md-4 {
    font-size: 15px;
}
.content.checkout .main .checkout-aside .info_cart_copy_inner .baskets_free {
    margin: 0;
    font-size: 16px;
}
@media only screen and (min-width: 768px) {
    .content.checkout .main .checkout-aside .info_cart_copy_inner .baskets_free {
        font-size: 18px;
    }
}
@media only screen and (min-width: 1170px) {
    .content.checkout .main .checkout-aside .info_cart_copy_inner .baskets_free {
        font-size: 20px;
    }
}
.banner_campaign {
    background-position: 50% 50%;
    background-repeat: no-repeat !important;
    background-size: cover;
    min-height: 200px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px;
}
@media only screen and (min-width: 768px) {
    .banner_campaign {
        padding: 30px 30px 40px 230px;
    }
}
@media only screen and (min-width: 1170px) {
    .banner_campaign {
        padding: 30px 30px 40px 230px;
    }
}
@media only screen and (min-width: 1400px) {
    .banner_campaign {
        padding: 30px 30px 40px 230px;
    }
}
.banner_campaign p {
    margin-bottom: 20px;
}
.banner_campaign p:last-child {
    margin-bottom: 0;
}
h1.sub_title {
    position: relative;
    color: #1d1f23;
    font-size: 20px;
    text-transform: uppercase;
    display: block;
    margin: 0 0 15px;
}
h1.sub_title span {
    position: relative;
    color: #1d1f23;
    font-size: 20px;
    background-color: #fff;
    display: inline-block;
    padding: 5px 10px 5px 0;
    letter-spacing: 2px;
    z-index: 2;
}
h1.sub_title:after {
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    right: 0;
    height: 4px;
    background-color: #f4f6f8;
    border-radius: 6px;
}
.filter_products {
    padding-top: 15px;
}
.filter_products .fresh_list {
    text-align: center;
    font-size: 0;
}
.filter_products .fresh_list li {
    width: 50%;
    padding: 15px;
    display: inline-block;
}
@media only screen and (min-width: 768px) {
    .filter_products .fresh_list li {
        float: left;
        padding: 15px;
        min-height: 1px;
        width: 33.333%;
    }
}
@media only screen and (min-width: 1170px) {
    .filter_products .fresh_list li {
        width: 25%;
    }
}
@media only screen and (min-width: 1400px) {
    .filter_products .fresh_list li {
        width: 25%;
    }
}
.filter_products .fresh_list li div {
    position: relative;
    padding-bottom: 100%;
    text-align: center;
}
.filter_products .fresh_list li div img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    max-width: 100%;
    max-height: 100%;
}
.filter_products .fresh_list li div a {
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 12px 10px;
    text-decoration: underline;
    color: #fbd13f;
    font-size: 14px;
    background: rgba(13, 76, 110, 0.5);
    transition: all 200ms ease-in-out;
}
.filter_products .fresh_list li:hover div a {
    top: 0;
}
.filter_products .filter_brand .title {
    font-size: 12px;
    text-transform: uppercase;
    color: #212e40;
    font-weight: 400;
    letter-spacing: 1px;
}
.filter_products .row,
.filter_products .fresh_list,
.filter_products .info_cart_copy_inner,
.filter_products .g_contains .gifts_list,
.g_contains .filter_products .gifts_list,
.filter_products .breadcrumbs ul,
.breadcrumbs .filter_products ul,
.filter_products .contact_list li,
.contact_list .filter_products li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.filter_products .col-md-3 {
    min-height: 1px;
    padding: 15px;
    float: left;
    width: 50%;
}
@media only screen and (min-width: 768px) {
    .filter_products .col-md-3 {
        float: left;
        width: 50%;
    }
}
@media only screen and (min-width: 1170px) {
    .filter_products .col-md-3 {
        width: 33.333%;
    }
}
@media only screen and (min-width: 1400px) {
    .filter_products .col-md-3 {
        width: 25%;
    }
}
.filter_products .products-box {
    text-align: center;
}
.filter_products .products-box .col-md-3 {
    border-bottom: 1px solid #f4f6f8;
    margin-top: -1px;
    width: 50%;
}
@media only screen and (min-width: 768px) {
    .filter_products .products-box .col-md-3 {
        width: 33.333%;
    }
}
@media only screen and (min-width: 1170px) {
    .filter_products .products-box .col-md-3 {
        width: 20%;
    }
}
.filter_products .products-box .item {
    border-left: 0;
}
.filter_products .view_more {
    margin-top: 30px;
    font-size: 11px;
    display: inline-block;
    width: 100%;
    max-width: 150px;
    text-transform: uppercase;
    text-align: center;
    border-radius: 20px;
    padding: 10px 15px;
    border: 1px solid transparent;
    color: #e7f1f7;
    background-color: #0045be;
    box-shadow: 0px 2px 0px 0px #0045be;
    transition: all 200ms ease-in-out;
    background: linear-gradient(#0045be, #0052e2, #0045be);
}
.filter_products .products-box.container .row,
.filter_products .products-box.container .fresh_list,
.filter_products .products-box.container .info_cart_copy_inner,
.filter_products .products-box.container .g_contains .gifts_list,
.g_contains .filter_products .products-box.container .gifts_list,
.filter_products .products-box.container .breadcrumbs ul,
.breadcrumbs .filter_products .products-box.container ul,
.filter_products .products-box.container .contact_list li,
.contact_list .filter_products .products-box.container li {
    border-bottom: 1px solid #f4f6f8;
    border-right: 1px solid #f4f6f8;
}
.filter_products .products-box .col-md-3 {
    border-top: 1px solid #f4f6f8;
    border-left: 1px solid #f4f6f8;
    padding: 10px 2px;
}
.filter_products .products-box .item {
    border-left: 0;
}
/*.linear_g{
  padding: 30px 0 0 0;
  background: linear-gradient(#f8fbfd, #fff, #fff);
  .select2{
    width: auto!important;
    background-color: #fbfcfd;
    .select2-selection{
      border: 1px solid #f1f6f8;
      border-radius: 0;
      color: #212e40;
      height: auto;
      .select2-selection__rendered{
        color: #212e40;
        font-size: 14px;
        height: auto;
        padding: 5px 75px 5px 15px;
        @include respond-to(ipad){
          padding: 5px 100px 5px 15px;
        }
        @include respond-to(desktop){
          padding: 5px 145px 5px 15px;
        }
      }
      .select2-selection__arrow{
        height: auto;
        bottom: 0;
      }
    }
  }
}*/
.main .products.slider {
    width: 100%;
    float: none;
}
@media only screen and (min-width: 768px) {
    .registration_block {
        padding: 25px 0 170px;
    }
}
@media only screen and (min-width: 1170px) {
    .registration_block {
        padding: 30px 0 200px;
    }
}
@media only screen and (min-width: 1400px) {
    .registration_block {
        padding: 40px 0 260px;
    }
}
.registration_block .buy {
    height: auto;
    width: auto;
    border: none;
    border-radius: 17px;
    box-shadow: inset 0 -2px 0 #e2b620;
    background: linear-gradient(#fbce34, #fcd85e, #fbce34);
    color: #3b3d43;
    font-family: Verdana, sans-serif;
    text-transform: uppercase;
    outline: none;
    padding: 12px 20px;
    font-size: 11px;
    font-weight: 400;
    transition: all 200ms ease-in-out;
}
.registration_block .buy:hover {
    box-shadow: inset 0 -3px 0 #e2b620;
    background: linear-gradient(#fcd85e, #fbce34, #fcd85e);
}
.registration_block .general_registration {
    display: block;
}
.registration_block .general_registration h2.title {
    color: #1d1f23;
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 30px;
}
.registration_block .general_registration h4 {
    font-size: 16px;
    color: #313138;
    font-weight: 700;
    letter-spacing: -0.5px;
    margin-bottom: 20px;
}
.registration_block .general_registration label {
    display: block;
    margin-bottom: 5px;
}
.registration_block .general_registration div {
    margin-bottom: 15px;
}
.registration_block .general_registration label span {
    display: block;
    margin-top: 15px;
    margin-bottom: 15px;
    color: #000;
    font-size: 15px;
    font-weight: 400;
}
.registration_block .general_registration label input {
    border: 1px solid #7f7f7f;
    width: 100%;
    display: block;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    padding: 8px 15px;
}
@media only screen and (min-width: 1170px) {
    .registration_block .general_registration label input {
        max-width: 300px;
    }
}
.registration_block .wholesale_registration {
    display: block;
    padding-left: 0;
}
@media only screen and (min-width: 1170px) {
    .registration_block .wholesale_registration {
        padding-left: 80px;
    }
}
.registration_block .wholesale_registration .title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px;
}
.registration_block .wholesale_registration p {
    font-size: 15px;
    margin-bottom: 15px;
}
.registration_block .wholesale_registration label {
    display: block;
    margin-bottom: 15px;
}
.registration_block .wholesale_registration label span {
    display: block;
    padding: 5px 15px 5px 25px;
    color: #000;
    font-size: 15px;
    font-weight: 400;
}
.registration_block .wholesale_registration label input {
    border: 1px solid #7f7f7f;
    width: 100%;
    display: block;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    padding: 8px 15px;
}
@media only screen and (min-width: 1170px) {
    .registration_block .wholesale_registration label input {
        max-width: 300px;
    }
}
.product_details .col-md-4,
.product_details .col-md-8 {
    padding: 15px;
}
@media only screen and (min-width: 768px) {
    .product_details .col-md-4,
    .product_details .col-md-8 {
        padding: 0 15px;
    }
}
.product_details .image {
    background: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 15px;
}
@media only screen and (min-width: 768px) {
    .product_details .image {
        padding: 50px;
    }
}
.product_details .desc {
    background: #fff;
    padding: 15px;
}
@media only screen and (min-width: 768px) {
    .product_details .desc {
        padding: 50px 0;
    }
}
.product_details .desc .title {
    color: #1d1f23;
    font-size: 20px;
    margin-bottom: 15px;
}
.product_details .desc .info {
    position: relative;
}
.product_details .desc .info .left {
    padding: 15px 0;
    width: 100%;
}
@media only screen and (min-width: 768px) {
    .product_details .desc .info .left {
        width: auto;
    }
}
.product_details .desc .info .left .price {
    color: #0045be;
    font-family: Verdana, sans-serif;
    margin-bottom: 15px;
    font-size: 20px;
}
.product_details .desc .info .left .price span {
    font-weight: bold;
    color: #0045be;
}
.product_details .desc .info .left .buy {
    height: auto;
    width: auto;
    padding: 15px 50px;
    border-radius: 40px;
    border: none;
    box-shadow: inset 0 -2px 0 #e2b620;
    background: linear-gradient(#fbce34, #fcd85e, #fbce34);
    color: #3b3d43;
    font-family: Verdana, sans-serif;
    text-transform: uppercase;
    outline: none;
    transition: all 200ms ease-in-out;
}
.product_details .desc .info .left .buy:hover {
    background: linear-gradient(#fcd85e, #fbce34, #fcd85e);
}
.product_details .desc .info .socials_list {
    margin: -52px 0 0 0;
    text-align: right;
    font-size: 0;
}
.product_details .desc .info .socials_list a {
    width: 100%;
    display: inline-block;
    max-width: 30px;
    margin: 2px;
}
.product_details .desc .info .right {
    position: relative;
    border-top: 6px solid #1d78ab;
    border-bottom: 3px solid #1d78ab;
    width: 100%;
    max-width: 100%;
    padding: 25px 15px 30px;
    background: #fbfcfd;
    font-size: 15px;
    color: #212e40;
}
@media only screen and (min-width: 768px) {
    .product_details .desc .info .right {
        width: auto;
        max-width: 240px;
    }
}
.product_details .desc .info .right .title {
    margin: 0 0 5px;
    font-size: 16px;
    text-transform: uppercase;
}
.product_details .desc .info .right .tel {
    display: block;
    margin: 0 0 5px;
    font-size: 18px;
    color: #212e40;
}
.product_details .desc .info .right .tel:hover {
    text-decoration: underline;
}
.product_details .desc .info .right .email {
    display: block;
    margin: 0 0 5px;
    font-size: 15px;
    color: #212e40;
}
.product_details .desc .info .right .email:hover {
    text-decoration: underline;
}
.product_details .desc .info .right p {
    font-size: 14px;
}
.product_details .desc .info .right .main-text {
    color: #1d78ab;
    font-weight: bold;
    font-size: 15px;
}
.product_details .desc .info .right img {
    position: absolute;
    top: 15px;
    right: 15px;
}
.info_cart_copy {
    margin: 15px 0;
}
@media only screen and (min-width: 768px) {
    .info_cart_copy {
        margin: 15px 0;
    }
}
.info_cart_copy_inner {
    position: relative;
    color: #fff;
    padding: 10px 0;
    background-color: #3c9479;
    border-bottom: 3px solid #34715e;
    margin: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-size: 13px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
}
@media only screen and (min-width: 768px) {
    .info_cart_copy_inner {
        text-align: left;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        font-size: 14px;
    }
}
@media only screen and (min-width: 1170px) {
    .info_cart_copy_inner {
        font-size: 16px;
    }
}
.info_cart_copy_inner > div {
    padding-top: 10px;
    padding-bottom: 10px;
}
@media only screen and (min-width: 768px) {
    .info_cart_copy_inner > div {
        padding-top: 0;
        padding-bottom: 0;
    }
}
@media only screen and (min-width: 768px) {
    .info_cart_copy_inner > div.col-md-4 {
        width: auto;
    }
}
@media only screen and (min-width: 768px) {
    .info_cart_copy_inner > div.col-md-5 {
        width: auto;
    }
}
@media only screen and (min-width: 768px) {
    .info_cart_copy_inner > div.col-md-3 {
        width: 20%;
    }
}
.info_cart_copy_inner .baskets_free {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    color: #cee0da;
}
@media only screen and (min-width: 768px) {
    .info_cart_copy_inner .baskets_free {
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin: 0 -15px;
    }
}
.info_cart_copy_inner .baskets_free li {
    padding: 3px;
}
.info_cart_copy_inner .baskets_free li.p_checked a {
    background-color: #32d0a0;
    border: 1px solid #32d0a0;
}
.info_cart_copy_inner .baskets_free li.discount_checked a {
    background-color: #fbd243;
    border: 1px solid #fbd243;
}
.info_cart_copy_inner .baskets_free li.p_free a {
    background-color: #fbd243;
    border: 1px solid #fbd243;
}
.info_cart_copy_inner .baskets_free li a {
    width: 45px;
    height: 45px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px dashed #fff;
    border-radius: 50%;
    color: white;
}
.discount-basket-option {
    border: 2px dashed #ffcd46 !important;
    font-size: 14px;
}
@media only screen and (min-width: 768px) {
    .info_cart_copy_inner .baskets_free li a {
        width: 50px;
        height: 50px;
    }
}
@media only screen and (min-width: 1170px) {
    .info_cart_copy_inner .baskets_free li a {
        width: 55px;
        height: 55px;
    }
}
.info_cart_copy_inner .baskets_free li img {
    max-width: 18px;
}
@media only screen and (min-width: 768px) {
    .info_cart_copy_inner .baskets_free li img {
        max-width: 22px;
    }
}
@media only screen and (min-width: 1170px) {
    .info_cart_copy_inner .baskets_free li img {
        max-width: 100%;
    }
}
.info_cart_copy_inner .h_Text {
    font-size: 12px;
    padding-right: 10px;
    color: #ffffff;
}
.info_cart_copy_inner .close_info_cart_copy {
    display: block;
    width: 15px;
    height: 15px;
    position: absolute;
    right: 10px;
    top: 50%;
    z-index: 2;
    transform: translate(0, -50%);
}
.info_cart_copy_inner .close_info_cart_copy:before,
.info_cart_copy_inner .close_info_cart_copy:after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 1px;
    background-color: #cee0da;
    transform: rotate(-45deg);
}
.info_cart_copy_inner .close_info_cart_copy:after {
    transform: rotate(45deg);
}
.select2-container--default .select2-selection--single {
    border-radius: 0;
    background-color: #fbfcfd;
    border: 1px solid #f1f6f8;
    height: auto;
    position: relative;
    min-width: 220px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: normal;
    padding: 10px 20px;
    max-width: 100%;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
}
.more_block {
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
}
.more_block .inner {
    position: relative;
    padding: 30px 120px 30px 20px;
    background-color: #3c9479;
    border-bottom: 3px solid #34715e;
}
.more_block .read_more {
    text-transform: uppercase;
    border: 2px solid #fff;
    font-size: 11px;
    border-radius: 30px;
    padding: 7px 25px;
    font-weight: 700;
    color: #fff;
    position: absolute;
    top: 50%;
    right: 20px;
    transition: all 200ms ease-in-out;
    transform: translate(0, -50%);
}
.more_block .read_more:hover {
    background-color: #fff;
    color: #34715e;
}
body .product_details .count {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 15px 0;
    width: 100%;
}
body .product_details .count button {
    border: 0;
    margin: 0;
}
body .product_details .count button.remove {
    position: relative;
    background-color: #3b3d43;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}
body .product_details .count button.remove img {
    display: none;
}
body .product_details .count button.remove:before {
    content: '';
    width: 20px;
    height: 1px;
    background-color: #fff;
}
body .product_details .count button.add {
    position: relative;
    background-color: #3b3d43;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}
body .product_details .count button.add img {
    display: none;
}
body .product_details .count button.add:before {
    content: '';
    width: 20px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
body .product_details .count button.add:after {
    content: '';
    width: 20px;
    top: 50%;
    left: 50%;
    height: 1px;
    background-color: #fff;
    transform: rotate(90deg) translate(0, -50%);
}
body .product_details .count input {
    margin: 0 10px;
    border: 1px solid #e0e9ed;
    background-color: #f4f8fa;
    color: #87898b;
    font-family: Verdana, sans-serif;
    text-align: center;
    outline: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.u_title p {
    font-size: 12px;
}
.g_contains {
    padding: 20px 0 40px;
}
.g_contains .u_title {
    border-bottom: 3px solid #f4f6f8;
    padding-bottom: 5px;
}
.g_contains .gifts_list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.g_contains .gifts_list li {
    min-height: 1px;
    padding: 15px;
    width: 50%;
    float: left;
}
@media only screen and (min-width: 768px) {
    .g_contains .gifts_list li {
        width: 33.333%;
    }
}
.g_contains .gifts_list li .inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: normal;
}
.g_contains .gifts_list li .inner .img {
    width: 100%;
    max-width: 80px;
}
.g_contains .gifts_list li .inner .desc {
    font-size: 10px;
}
@media only screen and (min-width: 768px) {
    .g_contains .gifts_list li .inner .desc {
        font-size: 12px;
    }
}
.g_contains .gifts_list li .inner .desc a {
    color: #3b3d43;
    font-size: 10px;
}
@media only screen and (min-width: 768px) {
    .g_contains .gifts_list li .inner .desc a {
        font-size: 12px;
    }
}
.g_contains .gifts_list li .inner .desc a:hover {
    text-decoration: underline;
}
#accordion .panel-heading .panel-title a {
    display: block;
}
.main_header .menu {
    display: none;
}
@media only screen and (min-width: 768px) {
    .main_header .menu {
        display: -ms-flexbox;
        display: flex;
    }
}
.main_header .search_elem {
    line-height: 0;
    display: none;
}
@media only screen and (min-width: 768px) {
    .main_header .search_elem {
        display: none;
    }
}
.main_header .search_elem svg {
    width: 19px;
    height: 19px;
}
.main_header .search_elem svg path {
    fill: #fff;
}
.head-panel {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: Verdana, sans-serif;
    font-size: 10pt;
    background-color: #3b3d43;
}
.head-panel .h-p-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    color: #d4e3ec;
    position: relative;
    padding-left: 50px;
}
@media only screen and (min-width: 768px) {
    .head-panel .h-p-inner {
        padding-left: 0;
    }
}
.head-panel .h-p-inner .panel-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: 40px;
}
.head-panel .h-p-inner .panel-item .icon {
    width: 25px;
    height: 25px;
    margin: 0 8px;
}
@media only screen and (min-width: 768px) {
    .head-panel .h-p-inner .panel-item .icon {
        width: 13px;
        height: 13px;
    }
}
.head-panel .h-p-inner .panel-item .icon img {
    height: 100%;
}
.head-panel .h-p-inner .panel-item:hover {
    color: #fff;
    opacity: 0.8;
}
@media only screen and (min-width: 768px) {
    .head-panel .h-p-inner .panel-item.email {
        display: -ms-flexbox;
        display: flex;
    }
}
.head-panel .h-p-inner .languages:hover {
    cursor: pointer;
}
.head-panel .h-p-inner .languages .list {
    width: 17px;
    height: 17px;
    border-radius: 50%;
}
.head-panel .h-p-inner .languages .arrow {
    width: 9px;
    height: 17px;
    margin-left: 10px;
}
.head-panel .h-p-inner .languages .arrow img {
    width: 100%;
}
.google-rating {
    background-size: 14px 13px;
    height: 13px;
    top: 1px;
    background-repeat: repeat-x;
    line-height: 20px;
    position: relative;
}
.google-rating-default-stars {
    display: inline-block;
    overflow: hidden;
    width: 69px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAANCAQAAAAz1Zf0AAAAWklEQVR4AY3O0QbDQBCG0UNYQi0hhBJqr8Iy7/94vewYlp65/Ay//4WlLnQLt3BbeIRH5jBFPVMHmlHS0CRnSqdiT3GH1edb8RGmoy4GwrBhM4Qmebn8XDrwBW7xChrojlOZAAAAAElFTkSuQmCC);
}
.google-rating-marked-stars {
    display: block;
    width: 0;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAANCAYAAACZ3F9/AAAAZklEQVR4AWL4uYWZCdAJHVMBAIJAAG1DoAtjGarYxxjqwHADnA8HFuWL3E8puH8gAqILPaB34Qq4FAQ1yoo+8ES7NRWKe6u+Ogo0XjtaCmlSd6K/4OQQOF0JKYTsMasgOIRkBfDZATita/85jgoHAAAAAElFTkSuQmCC);
}
.google-rating-mark {
    margin-right: 5px;
    color: #70757a;
    white-space: nowrap;
    line-height: 20px;
}
.google-review-text {
    color: #1a0dab !important;
    white-space: nowrap;
    font-size: 14px;
    margin-left: 5px;
}
.google-rating-block {
    display: block;
    padding-bottom: 15px;
    width: 100%;
    text-align: right;
    color: #093954;
    font-family: 'HelveticaNeueCyr Medium', sans-serif;
}
.tablet-size-google-rating {
    display: none;
    width: auto;
    margin-top: 5px;
}
@media only screen and (max-width: 500px) {
    .google-rating-block {
        display: none !important;
    }
}
@media only screen and (max-width: 990px) {
    .tablet-size-google-rating {
        display: block !important;
    }
    .full-size-google-rating {
        display: none !important;
    }
    .header_inner .header-info-container {
        padding: 0;
    }
}
@media only screen and (max-width: 500px) {
    .google-rating-block {
        display: none!important;
    }
}
.head-panel .h-p-inner .contacts {
    display: none;
}
@media only screen and (min-width: 768px) {
    .head-panel .h-p-inner .contacts {
        display: -ms-flexbox;
        display: flex;
    }
}
.head-panel .h-p-inner .contacts:hover {
    cursor: pointer;
}
.head-panel .h-p-inner .socials {
    display: none;
}
@media only screen and (min-width: 860px) {
    .head-panel .h-p-inner .socials {
        display: -ms-flexbox;
        display: flex;
    }
}
.head-panel .h-p-inner .socials .item {
    width: 30px;
    height: 30px;
    margin: 0 5px;
    border-radius: 50%;
}
.head-panel .h-p-inner .socials .item.item:hover {
    cursor: pointer;
    box-shadow: 0 0 2px #77a4bd;
}
.head-panel .h-p-inner .registration:hover,
.head-panel .h-p-inner .login:hover {
    cursor: pointer;
}
@media only screen and (min-width: 768px) {
    .head-panel .h-p-inner .user {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}
.head-panel .h-p-inner .user .registration {
    display: none;
}
@media only screen and (min-width: 768px) {
    .head-panel .h-p-inner .user .registration {
        display: -ms-flexbox;
        display: flex;
    }
}
.head-panel .h-p-inner .user .login {
    float: left;
}
@media only screen and (min-width: 768px) {
    .head-panel .h-p-inner .user .login {
        float: none;
    }
}
.head-panel .h-p-inner .user .busket_m {
    padding: 5px 0 0 10px;
    width: 40px;
    height: 100%;
    float: right;
}
@media only screen and (min-width: 768px) {
    .head-panel .h-p-inner .user .busket_m {
        display: none;
    }
}
.head-panel .h-p-inner .user .busket_m svg {
    fill: #fff;
}
.head-panel .h-p-inner .search-panel-m {
    display: block;
}
@media only screen and (min-width: 768px) {
    .head-panel .h-p-inner .search-panel-m {
        display: none;
    }
}
.panel-item.login {
    color: #d4e3ec;
}
.panel-item.login:focus {
    color: #d4e3ec;
}
.panel-item.login + .login_form_wrap {
    display: none;
    background-color: #ebf1f6;
    box-shadow: 0px 0px 12px 0px #ddebf3;
    position: absolute;
    top: 100%;
    right: 0;
    left: auto;
    width: 100%;
    max-width: 300px;
    z-index: 12;
    padding: 15px;
}
@media only screen and (min-width: 768px) {
    .panel-item.login + .login_form_wrap {
        padding: 30px 30px 40px 30px;
    }
}
.panel-item.login + .login_form_wrap h3 {
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 10px;
    padding-left: 5px;
}
.panel-item.login + .login_form_wrap form label {
    font-size: 14px;
    font-weight: 500;
    display: block;
    color: #000;
}
.panel-item.login + .login_form_wrap form label span {
    padding-left: 10px;
    color: #000;
    margin: 0 0 5px 0;
    display: block;
}
.panel-item.login + .login_form_wrap form label input {
    width: 100%;
    display: block;
    padding: 8px;
    text-align: left;
    border: 1px solid #9bc8e1;
    background-color: transparent;
}
.panel-item.login + .login_form_wrap form label input[type=submit] {
    width: 100%;
    max-width: 150px;
    font-size: 11px;
    text-transform: uppercase;
    text-align: center;
    padding: 10px 15px;
    background-color: #fbd44d;
    /*-webkit-box-shadow: 0px 2px 0px 0px rgba(226,182,32,1);
            -moz-box-shadow: 0px 2px 0px 0px rgba(226,182,32,1);
            box-shadow: 0px 2px 0px 0px rgba(226,182,32,1);*/
    transition: all 200ms ease-in-out;
    border: none;
    border-radius: 17px;
    box-shadow: inset 0 -2px 0 #e2b620;
    background: linear-gradient(#fbce34, #fcd85e, #fbce34);
    font-family: Verdana, sans-serif;
    outline: none;
    color: #fff;
}
.panel-item.login + .login_form_wrap form label input[type=submit]:hover {
    box-shadow: inset 0 -3px 0 #e2b620;
    background: linear-gradient(#fcd85e, #fbce34, #fcd85e);
}
.panel-item.login + .login_form_wrap .links {
    display: block;
}
.panel-item.login + .login_form_wrap .links a {
    display: block;
    font-size: 13px;
    font-weight: 400;
    color: #000;
}
.panel-item.login + .login_form_wrap .links a.forgot_password {
    position: relative;
    padding: 10px 0 10px 20px;
    color: #a20f10;
}
.panel-item.login + .login_form_wrap .links a.forgot_password:before {
    content: '?';
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    color: #fff;
    width: 15px;
    height: 15px;
    background: #a20f10;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    transform: translate(0, -50%);
    font-size: 11px;
}
.panel-item.login + .login_form_wrap .links a.register_new_account {
    color: #1273aa;
    padding: 0 0 10px 0;
}
.panel-item.login.opened + .login_form_wrap {
    display: block;
}
.header_inner {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px 0;
}
@media only screen and (min-width: 768px) {
    .header_inner {
        padding-top: 25px;
        padding-bottom: 5px !important;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
}
@media only screen and (min-width: 1170px) {
    .header_inner {
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}
.header_inner .logos {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.header_inner .logo {
    width: 100%;
    max-width: 130px;
    display: block;
    padding: 0 15px 0 0;
    margin-left: 50px;
}
@media only screen and (max-width: 991px) {
    .header_inner .logo {
        margin-left: 0;
        max-width: 120px;
    }
}
@media only screen and (min-width: 1170px) {
    .header_inner .logo {
        padding: 0;
        max-width: 140px;
    }
}
.header_inner .logo img {
    width: 100%;
}
.header_inner .tel_m {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media only screen and (min-width: 768px) {
    .header_inner .tel_m {
        display: block;
    }
}
.header_inner .tel_m a.phone {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
@media only screen and (min-width: 768px) {
    .header_inner .tel_m a.phone {
        display: none;
    }
}
.header_inner .tel_m a.phone .icon {
    font-size: 0;
}
.header_inner .tel_m a.phone .text {
    color: #3e4045;
}
.header_inner .tel_m a.phone img {
    max-width: 15px;
}
@media only screen and (min-width: 768px) {
    .header_inner .tel_m a.phone img {
        max-width: 100%;
    }
}
.header_inner .header-info-container {
    padding: 8px 15px;
    height: auto;
}
.header_inner .info-logo {
    text-align: center;
    border-radius: 40px;
    text-transform: uppercase;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 14px;
    transition: all 200ms ease-in-out;
    font-weight: 400;
    color: #3b3d43;
}
@media only screen and (min-width: 768px) {
    .header_inner .header-info-container {
        padding: 10px 20px;
        max-width: none;
        width: auto;
    }
    .header_inner .info-logo {
        text-align: left;
        font-size: 12px;
        /*&:hover{
          -webkit-box-shadow: 0px 0px 21px 0px rgba(0,136,220,1);
          -moz-box-shadow: 0px 0px 21px 0px rgba(0,136,220,1);
          box-shadow: 0px 0px 21px 0px rgba(0,136,220,1);
        }*/
    }
}
@media only screen and (min-width: 1170px) {
    .header_inner .header-info-container {
        max-width: 230px;
        width: 100%;
    }
    .header_inner .info-logo {
        font-size: 16px;
    }
}
.header_inner .search-panel {
    min-width: 280px;
    display: -ms-flexbox;
    display: flex;
    margin: 5px;
}
.header_inner .search-panel .search-text {
    width: 100%;
    height: 40px;
    padding-left: 20px;
    border: 1px solid #cacdd7;
    border-right: none;
    border-radius: 20px 0 0 20px;
    background-color: #fff;
    font-family: Verdana, sans-serif;
    color: #3b4756;
    font-size: 14pt;
    outline: none;
}
@media only screen and (min-width: 768px) {
    .header_inner .search-panel .search-text {
        background-color: #eee;
        height: 40px !important;
    }
}
.header_inner .search-panel input[type="text"]:focus {
    box-shadow: inset 0 0 5px #d4d8da;
}
.header_inner .search-panel .search-btn {
    position: relative;
    width: 22px;
    height: 20px;
    border: 1px solid #cacdd7;
    border-left: none;
    border-radius: 0 20px 20px 0;
    background-color: #fff;
    box-sizing: content-box;
    padding: 9px;
}
@media only screen and (min-width: 768px) {
    .header_inner .search-panel .search-btn {
        background-color: #eee;
    }
}
.header_inner .search-panel .search-btn img {
    width: 100%;
}
.header_inner .search-panel .search-btn:hover {
    cursor: pointer;
}
.header_inner .search-panel .search-btn:active {
    background-color: #e0e9ed;
}
.header_inner .search-panel .search-btn input[type=search] {
    cursor: pointer;
    opacity: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}
.header_inner .purchase-info {
    display: none;
}
@media only screen and (min-width: 768px) {
    .header_inner .purchase-info {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        position: relative;
    }
}
.header_inner .purchase-info .icon {
    width: 50px;
    height: 50px;
    display: block;
    border-radius: 50%;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #eee;
}
@media only screen and (min-width: 1170px) {
    .header_inner .purchase-info .icon {
        padding-bottom: 0;
    }
}
.header_inner .purchase-info .icon img,
.header_inner .purchase-info .icon svg {
    width: 100%;
    max-width: 100%;
}
.header_inner .purchase-info .icon.basket img {
    width: auto;
}
.header_inner .purchase-info .icon.basket svg {
    transition: all 200ms ease-in-out;
}
.header_inner .purchase-info .icon.basket.active svg path {
    fill: #0086d8;
}
.header_inner .purchase-info .icon.basket.active:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8px 8px 8px;
    border-color: transparent transparent #093954 transparent;
    transform: translate(-50%, 0);
}
.header_inner .purchase-info .icon.basket:hover svg path {
    fill: #0086d8;
}
.header_inner .purchase-info .items {
    display: none;
}
@media only screen and (min-width: 768px) {
    .header_inner .purchase-info .items {
        display: -ms-flexbox;
        display: flex;
    }
}
.header_inner .purchase-info .item {
    display: -ms-flexbox;
    display: flex;
    margin: 0 10px;
    color: #212e40;
    font-family: Verdana, sans-serif;
}
.header_inner .purchase-info .item .count {
    color: #0045be;
    margin-left: 2px;
}
.menu {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #3b3d43;
    border-bottom: 3px solid #2a2c30;
}
.menu .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
}
.menu .menu-icon {
    width: 30px;
    height: 30px;
    display: none;
}
.menu .menu-icon img {
    height: 100%;
}
.menu .menu-icon:hover {
    cursor: pointer;
}
.menu input[type=checkbox] {
    position: absolute;
    opacity: 0;
}
.menu .offers {
    height: 45px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}
.menu .offers:hover:after {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #e2b620;
}
.menu .offers .icon {
    width: 28px;
    height: 28px;
    background-image: url("../img/icons/percentage.ab0c6ff62f8e.svg");
    background-repeat: no-repeat;
}
.menu .offers .text {
    font-family: Verdana, sans-serif;
    font-size: 10pt;
    text-transform: uppercase;
    color: #fbce34;
    text-align: left;
    width: 100%;
    margin-left: 5px;
}
.menu .delivery-opts {
    width: 220px;
    height: 45px;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: Verdana, sans-serif;
    font-size: 10pt;
    text-align: center;
    text-transform: uppercase;
    background-color: #fbd03d;
    color: #026da8;
}
.menu .delivery-opts:after {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #e2b620;
}
.menu .delivery-opts:hover:after {
    background-color: #3b3d43;
}
.menu .full-menu-items {
    height: 45px;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.menu .menu-container .item {
    height: 45px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    color: #fff;
    font-family: Verdana, sans-serif;
    font-size: 10pt;
    text-align: center;
}
.menu .menu-container .item:hover {
    color: #fbce34;
    position: relative;
}
.menu .menu-container .item:hover:after {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #e2b620;
}
/******************************************************/
/*                        Footer                      */
/******************************************************/
.footer {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #3e3f45;
}
.footer .container {
    margin: 30px 0 40px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.footer .categories {
    width: 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.footer .categories .column {
    width: 33.3%;
    padding: 15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}
.footer .categories .column .item {
    color: #fefefe;
    text-transform: uppercase;
    font-family: Verdana, sans-serif;
    font-size: 12px;
    letter-spacing: 1px;
}
.footer .categories .column .item:not(:last-child) {
    margin-bottom: 13px;
}
.footer .contacts_info_m {
    margin: 0 0 15px 0;
}
.footer .contacts_info_m .contacts.column {
    text-align: center;
    font-size: 16px;
}
@media only screen and (min-width: 768px) {
    .footer .contacts_info_m .contacts.column {
        display: none;
    }
}
.footer .contacts_info_m .contacts.column .item {
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: center;
    margin: 0 0 10px 0;
}
.footer .contacts_info_m .contacts.column .text {
    color: #fff;
    font-size: 18px;
}
.footer .information {
    /*width: 50%;*/
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.footer .information .column {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}
.footer .information-desktop {
    display: none;
}
@media only screen and (min-width: 768px) {
    .footer .information-desktop {
        display: -ms-flexbox;
        display: flex;
    }
}
.footer .information .visual {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: row;
    flex-direction: row;
}
@media only screen and (min-width: 768px) {
    .footer .information .visual {
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.footer .information .visual .logo {
    max-width: 150px;
    width: 100%;
    padding: 0 15px;
}
@media only screen and (min-width: 768px) {
    .footer .information .visual .logo {
        max-width: 130px;
        padding: 0 5px;
    }
}
.footer .information .visual .socials {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0 15px;
}
@media only screen and (min-width: 768px) {
    .footer .information .visual .socials {
        padding: 0;
    }
}
.footer .information .visual .socials .item {
    width: 27px;
    height: 27px;
    border-radius: 50%;
}
.footer .information .visual .socials .item:hover {
    cursor: pointer;
    box-shadow: 0 0 2px #77a4bd;
}
.footer .information .visual .socials .item:not(:first-child) {
    margin-left: 15px;
}
.footer .contacts .item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 25px;
}
.footer .contacts .item .icon {
    width: 15px;
    height: 15px;
    margin-right: 15px;
}
.footer .contacts .item .icon img {
    height: 100%;
}
.footer .contacts .item .text {
    color: #fff;
    font-family: Verdana, sans-serif;
    font-size: 12px;
}
.footer-panel {
    width: 100%;
    background-color: #2d2e31;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
}
.footer-panel .container {
    height: 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.footer-panel .container .copyright {
    font-family: Verdana, sans-serif;
    font-size: 10pt;
    color: #c3c9ce;
}
.form_search_wrap {
    width: 100%;
    /*-ms-flex-align: stretch;
  -webkit-box-align: stretch;
  align-items: stretch;
  width: 100%;*/
}
@media only screen and (min-width: 768px) {
    .form_search_wrap {
        position: relative;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        width: 75%;
        min-width: 450px;
    }
}
@media only screen and (min-width: 991px) {
    .form_search_wrap {
        width: 50%;
    }
}
@media only screen and (min-width: 1170px) {
    .form_search_wrap {
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}
@media only screen and (min-width: 768px) {
    .form_search_wrap .search-panel {
        width: 50%;
        display: -ms-flexbox;
        display: flex;
    }
}
@media only screen and (min-width: 1170px) {
    .form_search_wrap_h {
        padding-top: 5px;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}
@media only screen and (min-width: 768px) {
    .cart_drop_wrap {
        width: 10000%;
    }
}
.cart_drop_wrap .cash {
    color: #0045be;
    font-weight: 600;
}
.cart_drop_wrap .title {
    padding: 15px 25px 10px;
    background-color: #093954;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}
.cart_drop_wrap .cart_list_wrap {
    padding: 15px 25px 40px;
    background-color: #ebf1f6;
    font-size: 12px;
}
.cart_drop_wrap .cart_list_wrap .cart_list {
    font-size: 12px;
}
.cart_drop_wrap .cart_list_wrap .cart_list_item {
    color: #000;
    padding: 0;
    margin: 0 0 2px;
}
.cart_drop_wrap .cart_list_wrap .cart_list_item:last-child {
    margin: 0 0 10px;
}
.cart_drop_wrap .cart_list_wrap .cart_list_item .item_inner {
    position: relative;
    padding: 15px;
    background-color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: start;
    align-items: flex-start;
}
.cart_drop_wrap .cart_list_wrap .cart_list_item .item_inner .img {
    width: 25%;
}
.cart_drop_wrap .cart_list_wrap .cart_list_item .item_inner .desc {
    width: 75%;
    padding: 0 10px;
}
.cart_drop_wrap .cart_list_wrap .cart_list_item .item_inner .desc .name {
    margin: 0 0 5px;
    color: #23527c;
}
.cart_drop_wrap .cart_list_wrap .cart_list_item .item_inner .desc .name a {
    color: #23527c;
}
.cart_drop_wrap .cart_list_wrap .cart_list_item .item_inner .desc .price {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}
.cart_drop_wrap .cart_list_wrap .cart_list_item .item_inner .desc .price .info {
    width: 50%;
}
.cart_drop_wrap .cart_list_wrap .cart_list_item .item_inner .desc .price .info span {
    display: block;
}
.cart_drop_wrap .cart_list_wrap .cart_list_item .item_inner .desc .price .count {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 50%;
}
.cart_drop_wrap .cart_list_wrap .cart_list_item .item_inner .desc .price .count button {
    cursor: pointer;
    max-width: 100%;
    background-color: #92abb9;
    width: 16px;
    height: 16px;
    border: none;
    border-radius: 50%;
    outline: none;
}
.cart_drop_wrap .cart_list_wrap .cart_list_item .item_inner .desc .price .count button:hover {
    background-color: #ced9df;
}
.cart_drop_wrap .cart_list_wrap .cart_list_item .item_inner .desc .price .count button img {
    margin: 2px;
    -o-object-fit: cover;
    object-fit: cover;
}
.cart_drop_wrap .cart_list_wrap .cart_list_item .item_inner .desc .price .count button.remove {
    transform: rotate(90deg);
}
.cart_drop_wrap .cart_list_wrap .cart_list_item .item_inner .desc .price .count button.add {
    transform: rotate(-90deg);
}
.cart_drop_wrap .cart_list_wrap .cart_list_item .item_inner .desc .price .count input {
    max-width: 100%;
    width: 33px;
    height: 18px;
    margin: 0 5px;
    border-radius: 10px;
    border: 1px solid #e0e9ed;
    background-color: #f4f8fa;
    font-family: Verdana, sans-serif;
    text-align: center;
    font-weight: 700;
    outline: none;
}
.cart_drop_wrap .cart_list_wrap .cart_list_item .item_inner .remove_product {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #9cbaca;
    font-size: 26px;
    line-height: 1;
    transform: rotate(-45deg);
}
.cart_drop_wrap .cart_list_wrap .price_total {
    color: #000;
    text-align: right;
}
.cart_drop_wrap .cart_list_wrap .price_total .cash {
    color: #0045be;
    font-weight: 600;
}
.cart_drop_wrap .cart_list_wrap .checkout_wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 5px 0;
}
.cart_list_wrap .button-set {
    margin-bottom: 10px;
}
.cart_drop_wrap .cart_list_wrap .checkout_wrap .shopping_l {
    font-size: 11px;
    text-transform: uppercase;
    color: #056ea9;
    border-bottom: 1px solid transparent;
    transition: all 200ms ease-in-out;
}
.cart_drop_wrap .cart_list_wrap .checkout_wrap .shopping_l:hover {
    border-bottom: 1px solid #056ea9;
}
.cart_drop_wrap .cart_list_wrap .checkout_wrap .checkout_l {
    font-size: 11px;
    display: inline-block;
    width: 100%;
    /*max-width: 150px;*/
    text-transform: uppercase;
    text-align: center;
    /*border-radius: 20px;*/
    padding: 10px 15px;
    /*border: 1px solid transparent;*/
    /*color: #e7f1f7;*/
    background-color: #fbd44d;
    /*box-shadow: 0px 2px 0px 0px #e2b620;*/
    transition: all 200ms ease-in-out;
    border: none;
    border-radius: 17px;
    box-shadow: inset 0 -2px 0 #e2b620;
    background: linear-gradient(#fbce34, #fcd85e, #fbce34);
    font-family: Verdana, sans-serif;
    outline: none;
    color: #fff;
}
.cart_drop_wrap .cart_list_wrap .checkout_wrap .checkout_l:hover {
    box-shadow: inset 0 -3px 0 #e2b620;
    background: linear-gradient(#fcd85e, #fbce34, #fcd85e);
}
.cart_drop_wrap .cart_list_wrap .checkout_wrap .checkout_l:hover {
    /*border: 1px solid #fbd44d;
          color: #fbd44d;
          background-color: transparent;*/
}
.cart_drop_wrap .cart_list_wrap .checkout_wrap .checkout_l-red-color {
    background-color: #D32F2F;
    box-shadow: inset 0 -2px 0 #A02D2D;
    background: linear-gradient(#D94949, #e23a3a, #DB5656);
}
.cart_drop_wrap .cart_list_wrap .checkout_wrap .checkout_l-red-color:hover {
    box-shadow: inset 0 -2px 0 #A02D2D;
    background: linear-gradient(#D94949, #D32F2F, #DB5656);
}
.slide_menu {
    padding-right: 0;
    height: 100%;
    width: 100%;
    left: -100%;
    background-color: #4c4e56;
    background-image: linear-gradient(to bottom, #4c4e56, #3b3d43, #4c4e56);
    border-bottom: 3px solid #3b3d43;
    min-height: 100%;
    position: fixed;
    z-index: 99999;
    top: 0;
    transition: all 200ms ease-in-out;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;
}
@media only screen and (min-width: 768px) {
    .slide_menu {
        display: none;
    }
}
.slide_menu.slided {
    left: 0;
}
.slide_menu .slideMenuClose {
    text-align: right;
    font-weight: bold;
    padding: 35px 35px 20px;
    font-size: 30px;
    /*&:before, &:after{
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      width: 100%;
      height: 2px;
      background-color: #fff;
      -webkit-transform: rotate(90deg);
      -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      -o-transform: rotate(90deg);
      transform: rotate(90deg);
    }
    &:after{
      -webkit-transform: rotate(-90deg);
      -moz-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      -o-transform: rotate(-90deg);
      transform: rotate(-90deg);
    }*/
}
.slide_menu .nano {
    position: relative;
    width: 100%;
    height: 100%;
}
.slide_menu .nano .slideMenuContainer {
    height: 100%;
    display: block;
    min-height: 100%;
    width: 100%;
    padding-top: 35px;
}
.slide_menu .nano .slideMenuContainer .slideMenuContainerInner {
    position: relative;
    height: 100%;
    padding: 15px;
}
.slide_menu nav {
    margin: 0 0 20px 0;
}
.slide_menu .menu {
    display: block;
    background: none;
    border: 0;
    font-size: 14px;
}
.slide_menu .menu .offers {
    display: block;
    margin: 0 auto;
    width: auto;
    height: auto;
    text-align: center;
}
.slide_menu .menu .offers .icon {
    display: inline-block;
}
.slide_menu .menu .offers .text {
    font-size: 14px;
}
.slide_menu .menu .menu-container {
    display: block;
    margin: 0 auto;
    text-align: center;
}
.slide_menu .menu .menu-container a {
    display: block;
    height: auto;
    text-align: center;
    padding: 10px 15px;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
}
.slide_menu .menu .delivery-opts {
    margin: 0 auto;
    font-size: 14px;
    width: auto;
    max-width: 75%;
}
.slide_menu .btn {
    margin: 0 auto;
    display: block;
    border: 2px solid #fff;
    width: 90%;
}
.slide_menu_socials {
    padding: 15px;
}
.slide_menu_socials ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.slide_menu_socials ul li {
    padding: 0 15px;
}
.slide_menu .menu-item-has-children {
    position: relative;
}
.slide_menu .menu-item-has-children .arrow_down {
    width: 12px;
    height: 12px;
    position: absolute;
    top: 14px;
    right: 25px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.nano {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.nano .nano-pane {
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 50;
    visibility: hidden\9;
    opacity: 0.01;
    transition: 0.2s;
    border-radius: 5px;
    background: #5b5b5b;
    width: 4px;
    right: 15px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.nano > .nano-pane > .nano-slider {
    background: #9d9d9d;
    position: relative;
    border-radius: 3px;
}
.nano > .nano-content {
    position: absolute;
    overflow-x: hidden;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.mobile_btn {
    position: absolute;
    z-index: 999;
    top: 10px;
    left: 0;
    width: 30px;
    height: 4px;
    transition-timing-function: ease;
    transition-duration: 0.15s;
    transition-property: transform;
    background-color: #b8a146;
}
@media only screen and (min-width: 768px) {
    .mobile_btn {
        display: none;
    }
}
.mobile_btn.active {
    transform: translate3d(0, 10px, 0) rotate(45deg);
}
.mobile_btn.active:before {
    transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
    opacity: 0;
}
.mobile_btn.active:after {
    transform: translate3d(0, -16px, 0) rotate(-90deg);
}
.mobile_btn:before {
    content: '';
    position: absolute;
    width: 30px;
    height: 4px;
    transition-timing-function: ease;
    transition-duration: 0.15s;
    transition-property: transform;
    background-color: #b8a146;
    top: 8px;
}
.mobile_btn:after {
    content: '';
    position: absolute;
    width: 30px;
    height: 4px;
    transition-timing-function: ease;
    transition-duration: 0.15s;
    transition-property: transform;
    background-color: #b8a146;
    top: 16px;
}
.breadcrumbs ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.breadcrumbs ul li {
    padding: 15px;
    font-size: 15px;
    color: #9e9e9e;
}
.breadcrumbs ul li a {
    font-size: 15px;
    color: #1d1f23;
    border-right: 1px solid #1d1f23;
    padding-right: 30px;
}
.account_block {
    padding: 50px 0 120px;
}
.account_block h2.title {
    color: #1d1f23;
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 30px;
}
.account_block h4 {
    font-size: 16px;
    color: #313138;
    font-weight: 700;
    letter-spacing: -0.5px;
    margin-bottom: 20px;
}
.account_block .info_profile {
    width: 100%;
    table-layout: fixed;
}
.account_block .info_profile tr {
    background-color: #fbfbfb;
}
.account_block .info_profile tr:nth-child(even) {
    background-color: transparent;
}
.account_block .info_profile tr td {
    color: #8f8f8f;
    padding: 8px 12px;
    font-size: 15px;
}
.account_block .info_profile tr td:last-child {
    color: #000;
}
.account_block .info_profile tr td a {
    text-decoration: none;
    color: #000;
    font-size: 15px;
    transition: all 200ms ease-in-out;
}
.account_block .info_profile tr td a:hover {
    color: #8f8f8f;
    text-decoration: underline;
}
.account_block .account_options li {
    padding: 8px 12px;
    border-radius: 20px;
    background-color: #fafcfc;
    margin-bottom: 10px;
    color: #3b3d43;
    transition: all 200ms ease-in-out;
}
.account_block .account_options li:last-child {
    margin-bottom: 0;
}
.account_block .account_options li.active {
    background-color: #3b3d43;
    color: #fff;
}
.account_block .account_options li.active a {
    color: #fff;
}
.account_block .account_options li a {
    color: #3b3d43;
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.account_block .account_options li a img {
    margin: 0 10px 0 0;
    display: block;
}
.account_block .account_options li a img:last-of-type {
    display: none;
}
.account_block .account_options li:hover,
.account_block .account_options li.active {
    background-color: #3b3d43;
    color: #fff;
}
.account_block .account_options li:hover a,
.account_block .account_options li.active a {
    color: #fff;
}
.account_block .account_options li:hover a img,
.account_block .account_options li.active a img {
    display: none;
}
.account_block .account_options li:hover a img:last-of-type,
.account_block .account_options li.active a img:last-of-type {
    display: block;
}
.account_block .products-box {
    max-width: 740px;
}
.account_block .products-box .col-md-3 {
    position: relative;
    border-top: 1px solid #f4f6f8;
    border-bottom: 1px solid #f4f6f8;
    border-left: 1px solid #f4f6f8;
    margin-top: -1px;
}
.account_block .products-box .col-md-3 .item {
    border: 0;
    position: static;
}
.account_block .products-box .col-md-3:nth-child(4) {
    border-right: 1px solid #f4f6f8;
}
.account_block .products-box .col-md-3:last-of-type {
    border-right: 1px solid #f4f6f8;
}
.account_block .products-box .label {
    position: absolute;
    top: 10px;
    right: 10px;
    width: auto;
    height: auto;
    z-index: 1;
    left: auto;
}
.account_block .products-box .label img {
    width: auto;
    max-width: 100%;
    margin-bottom: 0;
}
.order_table {
    max-width: 800px;
    width: 100%;
    margin-bottom: 4rem;
}

.order_table tr {
    background-color: #fbfbfb;
}

.order_table tr:first-of-type {
    background-color: transparent;
}

.order_table tr th {
    font-weight: 400;
    color: #858585;
    padding: 10px;
    text-align: left; /* Align text inside headers to the left */
}

.order_table tr th:first-of-type {
    text-align: center; /* Align first column header to the center */
}

/* Define responsive behavior */
@media only screen and (max-width: 768px) {
    .order_table tr th {
        display: none; /* Hide table headers on smaller screens */
    }

    .order_table tr td {
        display: block; /* Rows to stack vertically on smaller screens */
        text-align: left !important; /* Override other text-alignments */
        padding-bottom: 1em; /* Additional padding under each row */
        padding-top: 1em;
    }

    .order_table tr td::before {
        content: attr(data-label); /* Display the category of each information */
        font-weight: bold; /* Make the data-label bold */
        display: inline-block; /* Make this block inline */
        width: 8rem; /* Specify the width of this inline block */
    }
}

.change_password p {
    color: #313138;
    font-size: 16px;
    margin-bottom: 15px;
}
.change_password label {
    margin-bottom: 15px;
    display: block;
}
.change_password label span {
    display: block;
    padding: 5px 15px 5px 25px;
    color: #000;
    font-size: 15px;
    font-weight: 400;
}
.change_password label input {
    border: 1px solid #7f7f7f;
    width: 100%;
    display: block;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    padding: 8px 15px;
    max-width: 300px;
}
.change_password .change_pass_btn {
    height: auto;
    width: auto;
    border: none;
    border-radius: 17px;
    box-shadow: inset 0 -2px 0 #e2b620;
    background: linear-gradient(#fbce34, #fcd85e, #fbce34);
    color: #3b3d43;
    font-family: Verdana, sans-serif;
    text-transform: uppercase;
    outline: none;
    padding: 12px 20px;
    font-size: 11px;
    font-weight: 400;
    transition: all 200ms ease-in-out;
}
.change_password .change_pass_btn:hover {
    box-shadow: inset 0 -3px 0 #e2b620;
    background: linear-gradient(#fcd85e, #fbce34, #fcd85e);
}
.contact_wrap {
    padding: 30px 0;
}
.contact_wrap.contact_wrap2 {
    position: relative;
    min-height: 0;
}
@media only screen and (min-width: 768px) {
    .contact_wrap.contact_wrap2 {
        min-height: 500px;
    }
}
.contact_wrap.contact_wrap2 .info_contacts {
    display: none;
}
@media only screen and (min-width: 768px) {
    .contact_wrap.contact_wrap2 .info_contacts {
        display: block;
    }
}
@media only screen and (min-width: 768px) {
    .contact_wrap_m {
        display: none;
        visibility: hidden;
        position: fixed;
        left: -9999px;
        height: 0;
        width: 0;
    }
}
.contact_list {
    display: block;
}
.contact_list li {
    padding: 15px 0;
    margin: 0;
}
.contact_list li > span {
    float: left;
    width: 30%;
    min-height: 1px;
    padding: 0 15px 0 0;
    font-size: 14px;
}
@media only screen and (min-width: 768px) {
    .contact_list li > span {
        width: 35%;
    }
}
.contact_list li > span:last-of-type {
    word-break: break-all;
    padding: 0 0 0 15px;
    font-weight: 700;
    color: #000;
    width: 70%;
}
@media only screen and (min-width: 768px) {
    .contact_list li > span:last-of-type {
        width: 65%;
    }
}
.contact_list li a {
    display: block;
    color: #3b3d43;
    font-weight: 700;
    font-size: 12px;
}
@media only screen and (min-width: 768px) {
    .contact_list li a {
        font-size: 14px;
    }
}
.contact_list li a.v_a_m {
    display: inline-block;
    padding-right: 5px;
}
.contact_list li input[type=text] {
    background-color: #fff;
    background-image: none !important;
    border: 1px solid rgba(0, 0, 0, 0.07);
    -webkit-appearance: none;
    color: #2c2c2c;
    outline: 0;
    height: 35px;
    padding: 9px 12px;
    line-height: normal;
    font-size: 14px;
    font-weight: 400;
    vertical-align: middle;
    min-height: 35px;
    box-shadow: none;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    width: 100%;
}
.contact_list li label {
    width: 100%;
    display: block;
}
.contact_list li label.label_wrap {
    position: relative;
}
.contact_list li label.label_wrap:after {
    content: '';
    position: absolute;
    right: 10px;
    top: calc(50% + 5px);
    border: 5px solid transparent;
    border-top: 5px solid #000;
    transform: translate(0, -50%);
    z-index: 1;
}
.contact_list li textarea {
    display: block;
    font-size: 14px;
    width: 100%;
    max-width: 100%;
    background-color: #fff;
    background-image: none !important;
    border: 1px solid rgba(0, 0, 0, 0.07);
    -webkit-appearance: none;
    color: #2c2c2c;
    outline: 0;
    padding: 9px 12px;
    line-height: normal;
    font-weight: 400;
    vertical-align: middle;
    min-height: 35px;
    box-shadow: none;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}
.contact_list li select {
    width: 100%;
    background-color: #fff;
    background-image: none !important;
    border: 1px solid rgba(0, 0, 0, 0.07);
    -webkit-appearance: none;
    color: #2c2c2c;
    outline: 0;
    height: 35px;
    padding: 9px 12px;
    line-height: normal;
    font-size: 14px;
    font-weight: 400;
    vertical-align: middle;
    min-height: 35px;
    box-shadow: none;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    text-transform: uppercase;
    margin: 15px 0;
}
.v_a_m {
    vertical-align: middle;
}
h1.contact_title {
    text-align: center;
    text-transform: uppercase;
    font-size: 28px;
    padding: 15px 0;
}
@media only screen and (min-width: 768px) {
    h1.contact_title {
        text-align: left;
        font-size: 36px;
    }
}
h2.contact_title {
    text-align: center;
    font-size: 18px;
    text-decoration: underline;
    padding: 15px 0;
}
@media only screen and (min-width: 768px) {
    h2.contact_title {
        text-align: left;
        font-size: 24px;
    }
}
h3.contact_title {
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 300;
    padding: 15px 0;
}
@media only screen and (min-width: 768px) {
    h3.contact_title {
        font-size: 18px;
    }
}
.contact_inner_wrap {
    padding-top: 15px;
    padding-bottom: 15px;
    box-shadow: inset 0 0 0 #000;
}
#map2 {
    width: 100%;
    height: 300px;
}
@media only screen and (min-width: 768px) {
    #map2 {
        height: auto;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }
}
.info_contacts {
    position: static;
}
.info_contacts .inner {
    background: rgba(255, 255, 255, 0.75);
}
/******************************************************/
/******************* Media styles *********************/
/******************************************************/
@media screen and (max-width: 1170px) {
    .services-info .item .text {
        font-size: 12pt;
    }
    .services-info .item .icon {
        width: 32px;
        height: 32px;
        margin-right: 10px;
    }
    /*.main .products .banners .line {*/
    /*  height: 180px; }*/
    .brands .container a:nth-of-type(7n),
    .brands .container a:nth-of-type(7n) ~ a {
        -ms-flex-order: 1;
        order: 1;
    }
}
@media screen and (max-width: 1070px) {
    .header .purchase-info .icon {
        margin-left: 5px;
    }
    .header .purchase-info .item {
        margin: 3px;
    }
    .services-info .item .text {
        font-size: 11pt;
    }
    /*.main .products .banners .line {*/
    /*  height: 160px; }*/
    .menu .menu-container .item {
        font-size: 9pt;
    }
    .menu .offers .text {
        font-size: 9pt;
    }
    .menu .delivery-opts {
        font-size: 9pt;
    }
}
@media screen and (max-width: 980px) {
    .services-info .item {
        height: 48px;
    }
    .services-info .item .text {
        font-size: 10pt;
    }
    .checkout-steps .step.login .content {
        -ms-flex-direction: column;
        flex-direction: column;
    }
    /*.main .products .banners .line {*/
    /*  height: 140px; }*/
    .menu .menu-container .item {
        font-size: 8pt;
    }
    .menu .delivery-opts {
        width: 180px;
        font-size: 8pt;
    }
}
@media screen and (max-width: 925px) {
    .head-panel .user .icon {
        width: 18px;
        height: 18px;
    }
    .header .container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
    .header .search-panel {
        margin: 5px 0;
    }
    .header .purchase-info .item {
        margin: 3px;
    }
    .main .categories .level-1 {
        font-size: 10pt;
    }
    .main .categories .level-2 {
        font-size: 9pt;
    }
    /*.main .products .banners .line {*/
    /*  height: 120px; }*/
    .main .products .info-box {
        margin: 30px 0;
    }
    .main .products .info-box .text {
        font-size: 11pt;
    }
}
@media screen and (max-width: 850px) {
    .menu .menu-icon {
        display: block;
    }
    .menu .container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .menu .container::after {
        content: '';
        width: 100%;
        -ms-flex-order: 0;
        order: 0;
    }
    .menu .full-menu-items {
        -ms-flex-order: 1;
        order: 1;
    }
    .menu .menu-container .item {
        padding: 0;
    }
    .menu input[type=checkbox]:checked ~ .full-menu-items {
        display: none;
    }
    .carts .main {
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .carts .products {
        margin: 0;
    }
    .carts .purchase-info .total {
        width: 280px;
    }
    .carts .purchase-info .continue {
        width: 240px;
    }
    .checkout .main {
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .checkout-steps .step.login .content {
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .checkout .order-info {
        margin: 0 auto;
    }
}
@media screen and (max-width: 730px) {
    .head-panel .contacts .icon {
        width: 18px;
        height: 18px;
    }
    .services-info .item {
        padding: 0 10px;
    }
    .services-info .item .icon {
        margin-right: 8px;
    }
    /*.footer .categories {*/
    /*  width: 75%;*/
    /*} now disabled due to french localization */
    .footer .information {
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .footer .information .logo {
        width: 100%;
    }
    .footer .contacts .item .text {
        font-size: 7pt;
    }
}
@media screen and (max-width: 600px) {
    .main .products .mobile-banners {
        display: block;
    }
    .main .products .full-banners {
        display: none;
    }
    .carts .products .products-box .product .quantity button {
        width: 24px;
        height: 24px;
    }
    .carts .products .products-box .product .quantity input {
        width: 30px;
        height: 30px;
    }
    .brands .container a:nth-of-type(5n),
    .brands .container a:nth-of-type(5n) ~ a {
        -ms-flex-order: 1;
        order: 1;
    }
    .menu .full-menu-items {
        -ms-flex-direction: column;
        flex-direction: column;
        height: auto;
    }
    .menu .menu-container .item {
        height: 30px;
        padding-left: 15px;
    }
    .services-info {
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .services-info .item {
        margin: 10px 0;
    }
    .services-info .item .text {
        font-size: 12pt;
    }
    .main {
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .main .categories .level-1,
    .main .categories .level-2 {
        font-size: 12pt;
    }
    .carts .products .products-box .product .quantity .add {
        transform: rotate(180deg);
    }
    .carts .products .products-box .product .quantity .remove {
        transform: rotate(0deg);
    }
    .carts .products .products-box .product .quantity input {
        margin: 3px;
    }
    .carts .products .header .image {
        display: none;
    }

    .carts .title {
        margin-bottom: 0;
    }

    .carts .products {
        padding: 0;
    }

    .carts .products .header {
        display: none;
    }

    .carts .products .products-box .product .product-name {
        width: 100%;
        order: 1;
        flex: auto;
    }

    .carts .products .products-box .product .image {
        order: 2;
    }
    .carts .products .products-box .product .price {
        order: 3;
    }

    .carts .products .products-box .product .quantity {
        order: 4;
    }

    .carts .products .products-box .product .total {
        order: 7;
        text-align: right;
        padding-right: 15px;
    }

    .carts .products .products-box .product .delete {
        order: 5;
    }

    .products .products-box .product .substitution {
        order: 6;
        flex: 1 1 60%!important;
    }

    .checkout-steps .step.login .content {
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .footer .container {
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .footer .categories .column {
        /*width: auto;*/
    }
    .footer .container > div {
        width: auto;
    }
    .footer .information {
        -ms-flex-direction: row;
        flex-direction: row;
        margin-top: 30px;
    }
}
@media screen and (max-width: 420px) {
    .head-panel .user .hide-on-small-screen {
        display: none;
    }
    .container {
        width: 100%;
    }
    .head-panel .container,
    .header .container {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
    .head-panel .languages {
        padding: 0 10px;
    }
    .head-panel .contacts {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
    .head-panel .user {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
    .header .container .purchase-info .items {
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .header .container .search-panel {
        margin: 10px;
    }
    .cart .bread-crumbs {
        margin-left: 10px;
    }
    .cart .title {
        margin-left: 10px;
    }
    .checkout .bread-crumbs {
        margin-left: 10px;
    }
    .checkout .title {
        margin-left: 10px;
    }
    .checkout-steps .step.review .cart-total {
        width: 95%;
    }
    .menu .menu-icon {
        margin-left: 5px;
    }
    .menu .delivery-opts {
        width: 150px;
    }
    .services-info .item {
        margin: 10px;
    }
    .services-info .item .text {
        font-size: 10pt;
    }
    .main .products .info-box .text {
        font-size: 8pt;
    }
    .carts .container {
        padding: 0 10px;
    }
    .carts .products {
        margin: 0;
    }
    .checkout .checkout-steps {
        margin: 0 10px;
    }
    .footer .categories {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
    .footer .information {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: center;
        align-items: center;
    }
    .footer .information .contacts .item {
        margin: 10px 0;
    }
    .footer .information .contacts .item .text {
        font-size: 10pt;
    }
    .footer-panel .container {
        -ms-flex-pack: center;
        justify-content: center;
    }
    .footer-panel .container .copyright {
        font-size: 8pt;
    }
}
.product_in_basket_marker {
    visibility: hidden;
}
.new-products-slider-title {
    color: #000;
    font-family: Verdana, sans-serif;
    font-size: 15pt;
    font-weight: normal;
    margin: 20px 0;
    padding-left: 15px;
    text-align: center;
}
@media only screen and (min-width: 768px) {
    .new-products-slider-title {
        text-align: left;
    }
}
.new-products-slider-container {
    margin-bottom: 20px;
    position: relative;
}
.new-products-slider {
    position: relative;
    padding: 0 40px;
}
.slider-track-wrapper {
    overflow: hidden;
    border-radius: 8px;
}
.slider-track {
    display: flex;
    transition: transform 0.3s ease;
}
.slider-item {
    flex: 0 0 100%;
}
.slider-item-link {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 0;
    text-decoration: none;
    min-height: 155px;
}
.slider-item img {
    width: 155px;
    height: 155px;
    object-fit: contain;
}
.slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
    z-index: 10;
    padding: 0;
}
.slider-arrow:hover {
    background: #f0f0f0;
    border-color: #999;
}
.slider-arrow:active {
    transform: translateY(-50%) scale(0.95);
}
.slider-arrow-prev {
    left: 5px;
}
.slider-arrow-next {
    right: 5px;
}
.slider-arrow:disabled {
    opacity: 0.3;
    cursor: not-allowed;
}
.slider-arrow:disabled:hover {
    background: #fff;
    border-color: #ddd;
}
@media (max-width: 768px) {
    .new-products-slider {
        padding: 15px 35px;
    }

    .slider-arrow {
        width: 30px;
        height: 30px;
    }
}
.new-products-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
}
.popup-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(3px);
}
.popup-content {
    position: relative;
    background: transparent;
    border-radius: 12px;
    max-width: 500px;
    width: 90%;
    max-height: 90vh;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    animation: popupFadeIn 0.3s ease-out;
    display: flex;
    flex-direction: column;
}
@keyframes popupFadeIn {
    from {
        opacity: 0;
        transform: scale(0.9) translateY(20px);
    }
    to {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}
.popup-close {
    position: absolute;
    top: 15px;
    right: 15px;
    background: white;
    border: none;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    transition: all 0.2s ease;
}
.popup-close:hover {
    background: #f0f0f0;
    transform: rotate(90deg);
}
.popup-close svg {
    color: #333;
}
.popup-image-full {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 12px;
}
.popup-body {
    padding: 40px 30px 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1;
}
.popup-image {
    margin-bottom: 25px;
    text-align: center;
}
.popup-image img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}
.popup-text {
    text-align: center;
}
.popup-text h2 {
    font-size: 24px;
    font-weight: 700;
    color: #333;
    margin: 0 0 12px 0;
    line-height: 1.3;
}
.popup-text p {
    font-size: 14px;
    line-height: 1.5;
    color: #666;
    margin: 0 0 20px 0;
}
.popup-cta {
    background: #3b3d43;
    color: white;
    border: none;
    padding: 10px 24px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 20px;
    cursor: pointer;
    transition: all 0.2s ease;
    display: inline-block;
}
.popup-cta:hover {
    background: #2a2c30;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(59, 61, 67, 0.4);
}
@media (max-width: 768px) {
    .popup-content {
        width: 95%;
        max-width: 400px;
    }

    .popup-body {
        padding: 30px 20px 20px;
    }

    .popup-text h2 {
        font-size: 20px;
    }

    .popup-text p {
        font-size: 13px;
    }

    .popup-cta {
        padding: 9px 20px;
        font-size: 13px;
    }
}
body.popup-open {
    overflow: hidden;
}