/* ==========================================================================
   Defaults: Color, Size, Font
   ========================================================================== */
@import url(../fonts/css/fonts.css);

h1, h2, h3, h4, h5, h6, p, a, span {
    margin: 0 0 0 0;
    font-size: 14px;
}

.dialog-product-info {
    margin-top: 30px;
}

h1:hover, h1:focus, h2:hover, h2:focus, h3:hover, h3:focus, h4:hover, h4:focus, h5:hover, h5:focus, h6:hover, h6:focus, p:hover, p:focus, a:hover, a:focus, span:hover, span:focus {
    text-decoration: none;
}

.products__image_wrapper {
    cursor: pointer;
}

.shops__image {
    cursor: pointer;
}

.main_container {
    width: 100%;
    max-width: 1690px;
    margin: auto;
    padding: 0 15px;
}

.navbar-toggler {
    display: none;
}

.header-menu {
    display: flex;
    list-style: none;
    margin: 0;
    padding-left: 10px !important;
}

.isFavoriteGoodwill {
    fill: #086C28 !important;
}

.in-cart {
    position: absolute;
    top: 55px;
    left: 10px;
    z-index: 9999;
    font-size: 12px;
    background-color: rgba(0, 0, 0, 0.4);
    padding: 3px;
    border-radius: 5px;
    color: white;
}

@media only screen and (max-width: 767px) {
    .header-menu {
        background-color: white;
        border-radius: 10px;
    }

    .header-menu__item a {
        color: black !important;
    }

    .header-menu__item {
        padding: 15px !important;
    }

    .navbar-light .navbar-toggler {
        color: white;
        border-color: white;
    }
}

.main-image-section {
    /*background-image: url("../../images/main-bg.png");*/
    height: 35vh;
    min-height:35vh;
    width: 100%;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    -webkit-transition:all 0.5s ease-in;
    -moz-transition:all 0.5s ease-in;
    -o-transition:all 0.5s ease-in;
    -ms-transition:all 0.5s ease-in;
    transition:all 0.5s ease-in;
}

.main-image-section h1 {
    font-size: 24px;
    color: white;
}

.main-image-section p {
    color: white;
    margin: 20px 0 50px;
    font-size: 20px;
}

.search-input {
    position: relative;
    width: 70%;
    height: 100%;
    padding-left: 20px;
    outline: none;
    border: none;
}

.search-select__btn {
    width: 112px;
    height: 42px;
    background: #EEEEEE 0% 0% no-repeat padding-box;
    border-radius: 30px !important;
    color: #000000;
    opacity: 0.25;
    font-size: 14px;
    cursor: pointer;
}

.search-select__btn {
    background: #EEEEEE 0% 0% no-repeat padding-box !important;
}

.yellow-line {
    width: 100%;
    background-color: #F7EE07;
    display: flex;
}

#slogan {
    margin: auto;
}
#arrowLeft {
    margin-left: 20px;
    cursor: pointer;
}
#arrowRight {
    margin-right: 20px;
    cursor: pointer;
}

.header-menu__item {
    padding: 0 10px;
    font-size: 14px;
}

.header-menu__item a {
    text-decoration: none;
    color: white;
}


@media (min-width: 991px) {
    .main_container {
        padding: 0 60px;
    }
}

select, button, .form-control, .btn {
    outline: none;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    -ms-border-radius: 3px !important;
    border-radius: 3px !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    background: none;
    border: none;
}

select:hover, select:focus, button:hover, button:focus, .form-control:hover, .form-control:focus, .btn:hover, .btn:focus {
    outline: 0 none !important;
}

select:hover:hover, select:hover:focus, select:focus:hover, select:focus:focus, button:hover:hover, button:hover:focus, button:focus:hover, button:focus:focus, .form-control:hover:hover, .form-control:hover:focus, .form-control:focus:hover, .form-control:focus:focus, .btn:hover:hover, .btn:hover:focus, .btn:focus:hover, .btn:focus:focus {
    outline: none;
    border: none;
}

body, html {
    padding: 0;
    margin: 0;
    font-size: 16px;
    font-family: "helveticaroman";
    color: black;
    height: 100%;
    background: #F9F9F9;
}

.added-product {
    height: 80px;
}

.added-product .img-block {
    width: 80px;
    padding: 5px;
}

.added-product .img-block img {
    max-width: 56px;
    max-height: 40px;
}

.added-product .name {
    padding-right: 10px;
    color: #333333;
    font-size: 14px;
    font-family: "helveticaroman";
    line-height: 1.3;
}

.added-product .name1 {
    width: 110px;
    padding-right: 5px;
    color: #333333;
    font-size: 14px;
    font-family: "helveticaroman";
    line-height: 1.3;
}

.added-product .price {
    border-left: 1px solid #EFEFEF;
    font-family: "helveticamedium";
    color: #333333;
    width: 90px;
    height: 80px;
}

.added-product .point {
    color: #333333;
    font-size: 16px;
    width: 60px;
    text-align: center;
}

#toast-container {
    background: white;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    top: 80px;
}

#toast-container .toast {
    background: white;
    padding: 0;
    margin: 0;
}

#toast-container .toast .toast-message {
    background: white;
    padding: 0;
    width: 340px;
}

#toast-container > div {
    width: 340px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
}

#toast-container.disable-pointer-events .toast {
    pointer-events: none;
}

@media (max-width: 767px) {
    .added-product {
        height: 60px;
    }

    .added-product .img-block {
        width: 60px;
    }

    .added-product .img-block img {
        max-width: 40px;
        max-height: 30px;
    }

    .added-product .name {
        padding-right: 5px;
        color: #333333;
        font-size: 12px;
        font-family: "helveticaroman";
        line-height: 1.3;
    }

    .added-product .price {
        width: 60px;
        height: 60px;
        font-size: 12px;
    }

    .added-product .point {
        font-size: 12px;
        width: 40px;
    }

    #toast-container {
        height: 60px;
    }

    #toast-container .toast .toast-message {
        width: 240px;
    }

    #toast-container > div {
        width: 240px;
    }
}

#ui-datepicker-div {
    border: 1px solid #DDDDDD;
    -webkit-border-radius: 2px !important;
    -moz-border-radius: 2px !important;
    -ms-border-radius: 2px !important;
    border-radius: 2px !important;
    background: white;
    font-family: "helveticaroman" !important;
    width: 280px !important;
    padding: 0;
}

#ui-datepicker-div .ui-datepicker-header {
    z-index: 100;
    padding: 10px;
    border: none;
    background: #083C51;
}

#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title {
    line-height: 1;
    margin: 5px 20px 3px;
}

#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title span {
    font-size: 16px;
    color: white;
    font-family: "helveticamedium";
    text-transform: uppercase;
}

#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev {
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
}

#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev span {
    background-size: contain;
    background: url("../../images/date-prev.png") no-repeat center;
    display: block;
}

#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev.ui-datepicker-prev-hover {
    background: none;
    border: none;
}

#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next {
    height: 100%;
    top: 0;
    right: 0;
    cursor: pointer;
}

#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next span {
    background-size: contain;
    background: url("../../images/date-next.png") no-repeat center;
    display: block;
}

#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next.ui-datepicker-next-hover {
    background: none;
    border: none;
}

#ui-datepicker-div .ui-datepicker-calendar {
    margin-bottom: 0;
}

#ui-datepicker-div .ui-datepicker-calendar tr td, #ui-datepicker-div .ui-datepicker-calendar tr th {
    width: 35px;
    height: 28px;
}

#ui-datepicker-div .ui-datepicker-calendar tr td a {
    background: none;
    border: none;
    text-align: center;
    font-size: 14px;
    transition: 0.6s;
    color: #4a4a4a;
    padding: 5px 0;
    font-family: "helveticaroman";
}

#ui-datepicker-div .ui-datepicker-calendar tr td.ui-datepicker-today a, #ui-datepicker-div .ui-datepicker-calendar tr td:hover a {
    background: #083C51;
    color: white;
}

#ui-datepicker-div .ui-datepicker-calendar tr td.ui-state-disabled span {
    background: none;
    border: none;
    text-align: center;
    font-size: 16px;
    transition: 0.6s;
    color: #4a4a4a;
    padding: 7px 0;
    font-family: "helveticaroman";
}

.mCustomScrollBox .mCSB_container {
    margin-right: 0;
}

.mCustomScrollBox .mCSB_scrollTools {
    width: 3px;
}

.mCustomScrollBox .mCSB_scrollTools .mCSB_draggerRail {
    background: #343B4C;
}

.mCustomScrollBox .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #4e586f;
}

.main-pagination {
    margin-top: 50px;
}

.main-pagination ul {
    padding: 0;
    margin: 0;
}

.main-pagination ul li {
    list-style-type: none;
    float: left;
}

.main-pagination ul li:not(:first-child) {
    margin-left: 2px;
}

.main-pagination ul li a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center !important;
    -moz-box-align: center !important;
    -ms-flex-align: center !important;
    -webkit-align-items: center !important;
    align-items: center !important;
    -webkit-box-pack: center !important;
    -moz-box-pack: center !important;
    -ms-flex-pack: center !important;
    -webkit-justify-content: center !important;
    justify-content: center !important;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
    width: 30px;
    height: 30px;
    border: 1px solid #EFEFEF;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    -ms-border-radius: 4px !important;
    border-radius: 4px !important;
    background-color: white;
    color: #999999;
}

.main-pagination ul li.active a, .main-pagination ul li:hover a {
    background-color: #FF8713;
    border-color: #FF8713;
    color: white;
}

.ui-selectmenu-menu.services__select {
    z-index: 99999999999;
    margin-top: -1px;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.ui-selectmenu-menu.services__select ul {
    border: none !important;
    margin-bottom: 0 !important;
}

.ui-selectmenu-menu.services__select ul .ui-menu-item {
    border: none;
}

.ui-selectmenu-menu.services__select ul .ui-menu-item:not(:last-child) {
    border: 1px solid #ECECEC;
}

.ui-selectmenu-menu.services__select ul .ui-menu-item .ui-menu-item-wrapper {
    padding: 7px 20px;
    font-size: 14px;
    font-family: "helveticamedium";
    color: #333333;
    border: none;
    background: white;
}

.ui-selectmenu-menu.services__select ul .ui-menu-item .ui-menu-item-wrapper.ui-state-active {
    border: none;
    color: #333333;
    margin: 0;
    background: #ECECEC;
}

.ui-selectmenu-menu.services__select.bordered-select ul {
    border: 1px solid #DDDDDD !important;
    margin-top: -1px;
}

.ui-selectmenu-menu.sort-block__select {
    z-index: 99999999999;
    margin-top: -1px;
    background: #F8F6F4;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.ui-selectmenu-menu.sort-block__select1 {
    z-index: 99999999999;
    margin-top: -1px;
    background: #F8F6F4;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.ui-selectmenu-menu.sort-block__select ul {
    border: none !important;
    margin-bottom: 0 !important;
    background: white;
}

.ui-selectmenu-menu.sort-block__select1 ul {
    border: none !important;
    margin-bottom: 0 !important;
    background: white;
}

.ui-selectmenu-menu.sort-block__select ul .ui-menu-item {
    border: none;
    background: white;
}

.ui-selectmenu-menu.sort-block__select1 ul .ui-menu-item {
    border: none;
    background: white;
}

.ui-selectmenu-menu.sort-block__select ul .ui-menu-item .ui-menu-item-wrapper {
    padding: 4px 10px;
    font-size: 12px;
    font-family: "helveticaroman";
    color: rgba(51, 51, 51, 0.7);
    border: none;
    background: none;
    outline: none;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.ui-selectmenu-menu.sort-block__select1 ul .ui-menu-item .ui-menu-item-wrapper {
    padding: 4px 10px;
    font-size: 12px;
    font-family: "helveticaroman";
    color: rgba(51, 51, 51, 0.7);
    border: none;
    background: none;
    outline: none;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.ui-selectmenu-menu.sort-block__select ul .ui-menu-item .ui-menu-item-wrapper.ui-state-active {
    border: none;
    margin: 0;
    color: #333333;
}

.ui-selectmenu-menu.sort-block__select1 ul .ui-menu-item .ui-menu-item-wrapper.ui-state-active {
    border: none;
    margin: 0;
    color: #333333;
}

.ui-selectmenu-menu.address__select {
    z-index: 99999999999;
    margin-top: -1px;
    background: #F8F6F4;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.ui-selectmenu-menu.address__select ul {
    border: none !important;
    margin-bottom: 0 !important;
    background: white;
}

.ui-selectmenu-menu.address__select ul .ui-menu-item {
    border: none;
    background: white;
}

.ui-selectmenu-menu.address__select ul .ui-menu-item .ui-menu-item-wrapper {
    padding: 4px 10px;
    font-size: 14px;
    font-family: "helveticaroman";
    color: rgba(51, 51, 51, 0.7);
    border: none;
    background: none;
    outline: none;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.ui-selectmenu-menu.address__select ul .ui-menu-item .ui-menu-item-wrapper.ui-state-active {
    border: none;
    margin: 0;
    color: #333333;
}

.ui-selectmenu-menu.services-area__select {
    z-index: 99999999999;
    margin-top: -1px;
    background: #F8F6F4;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.ui-selectmenu-menu.services-area__select ul {
    border: none !important;
    margin-bottom: 0 !important;
    background: white;
}

.ui-selectmenu-menu.services-area__select ul .ui-menu-item {
    border: none;
    background: white;
}

.ui-selectmenu-menu.services-area__select ul .ui-menu-item .ui-menu-item-wrapper {
    padding: 4px 10px;
    font-size: 14px;
    font-family: "helveticaroman";
    color: rgba(51, 51, 51, 0.7);
    border: none;
    background: none;
    outline: none;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.ui-selectmenu-menu.services-area__select ul .ui-menu-item .ui-menu-item-wrapper.ui-state-active {
    border: none;
    margin: 0;
    color: #333333;
}

#product_modal {
    background: rgba(0, 0, 0, 0.2);
}

#product_modal .modal-dialog {
    width: 100% !important;
    height: 100%;
    max-width: 1020px !important;
    position: relative;
}

#product_modal .modal-dialog .modal-content {
    width: 882px;
    background: white;
    border-radius: 10px !important;
    border: none;
    overflow: hidden;
}

#product_modal .modal-dialog .modal-content .modal-close-button {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 38px;
    height: 38px;
    opacity: 1;
    background-color: #FFF34F;
    border-radius: 10px !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.17) !important;
    cursor: pointer;
    z-index: 9;
    color: #086C28;
    display: flex;
    align-items: center;
    justify-content: center;
}

#product_modal .modal-dialog .modal-content .modal-body {
    padding: 0;
}

#product_modal .modal-dialog .modal-content .modal-body .big_img_block {
    width: 100%;
    position: relative;
}

@media (max-width: 767px) {
    #product_modal .modal-dialog .modal-content .modal-body .big_img_block {
        width: 200px;
        height: 200px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 10px;
    }
}

#product_modal .modal-dialog .modal-content .modal-body .big_img_block:before {
    display: block;
    content: '';
    padding-bottom: 100%;
}

@media (max-width: 767px) {
    #product_modal .modal-dialog .modal-content .modal-body .big_img_block:before {
        padding-bottom: 25%;
    }
}

#product_modal .modal-dialog .modal-content .modal-body .big_img_block .img_in {
    position: absolute;
    z-index: 2;
    width: calc(100% - 56px);
    height: calc(100% - 56px);
    left: 28px;
    top: 28px;
}

@media (max-width: 767px) {
    #product_modal .modal-dialog .modal-content .modal-body .big_img_block .img_in {
        width: calc(100% - 12px);
        height: calc(100% - 12px);
        left: 6px;
        top: 6px;
    }
}

#product_modal .modal-dialog .modal-content .modal-body .big_img_block .img_in img {
    max-width: 90%;
    max-height: 90%;
}

#product_modal .modal-dialog .modal-content .modal-body .prod__inf {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: flex-end;
}

@media only screen and (max-width: 767px) {
    #product_modal .modal-dialog .modal-content .modal-body .prod__inf {
        height: calc(100vh - 300px);
        justify-content: space-between;
    }
}

#product_modal .modal-dialog .modal-content .modal-body .prod__inf .title {
    color: #393939;
    font-size: 14px;
    font-family: "helveticamedium";
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    #product_modal .modal-dialog .modal-content .modal-body .prod__inf .title {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 5px;
    }
}

#product_modal .modal-dialog .modal-content .modal-body .prod__inf .prod__point {
    font-size: 14px;
    color: #444444;
    margin-bottom: 10px;
}

#product_modal .modal-dialog .modal-content .modal-body .prod__inf .prod__pr {
    margin-bottom: 5px;
}

@media (max-width: 767px) {
    #product_modal .modal-dialog .modal-content .modal-body .prod__inf .prod__pr {
        line-height: 18px;
    }
}

#product_modal .modal-dialog .modal-content .modal-body .prod__inf .prod__pr span {
    font-size: 24px;
    /*color: #333333;*/
    font-weight: bold;
}

@media (max-width: 767px) {
    #product_modal .modal-dialog .modal-content .modal-body .prod__inf .prod__pr span {
        font-size: 18px;
        line-height: 18px;
    }
}

#product_modal .modal-dialog .modal-content .modal-body .prod__inf .prod__pr strike {
    margin-left: 20px;
    color: #999999;
    font-size: 16px;
    font-weight: bold;
}

#product_modal .modal-dialog .modal-content .modal-body .prod__inf .prod_po {
    font-size: 14px;
}

#product_modal .modal-dialog .modal-content .modal-body .prod__inf .desc {
    margin-top: 15px;
    margin-bottom: 15px;
    color: #444444;
    font-size: 16px;
}

@media (max-width: 767px) {
    #product_modal .modal-dialog .modal-content .modal-body .prod__inf .desc {
        margin-top: 10px;
        margin-bottom: 10px;
        font-size: 13px;
    }
}

#product_modal .modal-dialog .modal-content .modal-body .prod__inf .prod_calculation .calc_pro {
    width: 50%;
    height: 50px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #086C28;
    color: white;
    padding-left: 5px;
}

#product_modal .modal-dialog .modal-content .modal-body .prod__inf .prod_calculation .calc_pro span {
    margin-right: 15px;
}

#product_modal .modal-dialog .modal-content .modal-body .prod__inf .prod_calculation .calc_pro .minus {
    height: 38px;
    width: 38px;
    background: #FFF34F;
    background-size: 10px;
    cursor: pointer;
    border-radius: 10px 0 0 10px !important;
    color: #086C28;
}

#product_modal .modal-dialog .modal-content .modal-body .prod__inf .prod_calculation .calc_pro input {
    width: 40px;
    height: 38px;
    color: #333333;
    border: none;
    outline: none;
    text-align: center;
    background-color: #E8DC3A;
}

#product_modal .modal-dialog .modal-content .modal-body .prod__inf .prod_calculation .calc_pro .plus {
    height: 38px;
    width: 38px;
    border-radius: 0 10px 10px 0 !important;
    background: #FFF34F;
    background-size: 10px;
    cursor: pointer;
    color: #086C28;
    margin-right: 5px;
}

#product_modal .modal-dialog .modal-content .modal-body .prod__inf .prod_calculation .add_cart {
    height: 50px;
    background: #FFF34F;
    width: 50%;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    -ms-border-radius: 3px !important;
    border-radius: 3px !important;
    cursor: pointer;
    color: #086C28;
}

#product_modal .modal-dialog .modal-content .modal-body .prod__inf .prod_calculation .add_cart svg {
    margin-right: 10px;
    margin-left: 10px;
}

#product_modal .modal-dialog .modal-content .modal-body .prod__inf .prod_calculation .add_cart span {
    font-size: 14px;
}

#product_modal .modal-dialog .modal-content .modal-body .prod__inf .add_fa {
    margin-top: 20px;
}

@media (max-width: 767px) {
    #product_modal .modal-dialog .modal-content .modal-body .prod__inf .add_fa {
        margin-top: 10px;
    }
}

#product_modal .modal-dialog .modal-content .modal-body .prod__inf .add_fa button {
    cursor: pointer;
}

#product_modal .modal-dialog .modal-content .modal-body .prod__inf .add_fa button span {
    color: #333333;
    font-size: 16px;
}

@media (max-width: 767px) {
    #product_modal .modal-dialog .modal-content .modal-body .prod__inf .add_fa button span {
        font-size: 14px;
        line-height: 14px;
    }
}

#product_modal .modal-dialog .modal-content .modal-body .prod__inf .add_fa button span svg {
    margin-right: 10px;
}

#product_modal .modal-dialog .modal-content .modal-body .prod__inf .add_fa.is-fav button span svg path {
    fill: #FF8713 !important;
}

#product_modal .modal-dialog .modal-content .modal-body .description * {
    font-size: 16px;
    color: #444444;
}

@media (max-width: 767px) {
    #product_modal .modal-dialog .modal-content .modal-body .description * {
        font-size: 14px;
    }
}

#product_modal .modal-dialog .modal-content .modal-body .description h3 {
    color: #333333;
    font-size: 16px;
    margin-bottom: 15px;
}

@media (max-width: 767px) {
    #product_modal .modal-dialog .modal-content .modal-body .description h3 {
        font-size: 14px;
        line-height: 14px;
        margin-bottom: 10px;
    }
}

#product_modal .modal-dialog .modal-content .modal-body .products {
    margin-top: 20px;
}

@media (max-width: 767px) {
    #product_modal .modal-dialog .modal-content .modal-body .products {
        margin-top: 15px;
    }
}

@media (max-width: 767px) {
    #product_modal .modal-dialog .modal-content .modal-body .products .row {
        margin-right: -5px;
        margin-left: -5px;
    }

    #product_modal .modal-dialog .modal-content .modal-body .products .row .col-6 {
        padding-left: 5px;
        padding-right: 5px;
    }
}

#product_modal .modal-dialog .modal-content .modal-body .products .pr_t {
    font-size: 24px;
    line-height: 24px;
    color: #333333;
    margin-bottom: 5px;
}

@media (max-width: 767px) {
    #product_modal .modal-dialog .modal-content .modal-body .products .pr_t {
        font-size: 18px;
        line-height: 18px;
    }
}

#product_modal .modal-dialog .modal-content .modal-body .products .products__item {
    margin: 25px 0 10px;
}

@media (max-width: 767px) {
    #product_modal .modal-dialog .modal-content .modal-body .products .products__item {
        margin-top: 15px;
    }
}

#product_modal .modal-dialog .modal-content .modal-body .products .products__item .products__link {
    display: block;
    outline: none;
    position: relative;
}

#product_modal .modal-dialog .modal-content .modal-body .products .products__item .products__link .products__image_wrapper {
    display: block;
    width: 100%;
    position: relative;
    border: 1px solid #EFEFEF;
    background: white;
    margin-bottom: 15px;
}

#product_modal .modal-dialog .modal-content .modal-body .products .products__item .products__link .products__image_wrapper:before {
    content: '';
    display: block;
    padding-bottom: 100%;
}

#product_modal .modal-dialog .modal-content .modal-body .products .products__item .products__link .products__image_wrapper .products__logo {
    position: absolute;
    top: 14px;
    left: 14px;
    width: 80px;
    height: 80px;
    border: 1px solid #E5E5E5;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    -ms-border-radius: 50% !important;
    border-radius: 50% !important;
    padding: 10px;
    z-index: 3;
    display: block;
    background-color: white;
}

#product_modal .modal-dialog .modal-content .modal-body .products .products__item .products__link .products__image_wrapper .products__logo img, #product_modal .modal-dialog .modal-content .modal-body .products .products__item .products__link .products__image_wrapper .products__logo svg {
    max-width: 60px;
    max-height: 60px;
}

#product_modal .modal-dialog .modal-content .modal-body .products .products__item .products__link .products__image_wrapper .products__image {
    display: block;
    position: absolute;
    top: 14px;
    left: 14px;
    width: calc(100% - 28px);
    height: calc(100% - 28px);
    z-index: 1;
}

#product_modal .modal-dialog .modal-content .modal-body .products .products__item .products__link .products__image_wrapper .products__image img {
    width: auto;
    max-width: 100%;
    max-height: 100%;
}

#product_modal .modal-dialog .modal-content .modal-body .products .products__item .products__link .products__image_wrapper .products__sale {
    position: absolute;
    z-index: 6;
    display: block;
    right: 5px;
    top: -17px;
    width: 56px;
    height: 56px;
    background: #BD002F;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    -ms-border-radius: 50% !important;
    border-radius: 50% !important;
    color: white;
    font-size: 36px;
    font-weight: bold;
}

#product_modal .modal-dialog .modal-content .modal-body .products .products__item .products__link .products__image_wrapper .cart-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 5;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

#product_modal .modal-dialog .modal-content .modal-body .products .products__item .products__link .products__image_wrapper .cart-overlay .add {
    cursor: pointer;
}

#product_modal .modal-dialog .modal-content .modal-body .products .products__item .products__link .products__image_wrapper .cart-overlay .add span {
    display: block;
    width: 160px;
    height: 40px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-border-radius: 2px !important;
    -moz-border-radius: 2px !important;
    -ms-border-radius: 2px !important;
    border-radius: 2px !important;
    background: #FF8713;
    color: white;
}

#product_modal .modal-dialog .modal-content .modal-body .products .products__item .products__link .products__image_wrapper .cart-overlay .add span svg, #product_modal .modal-dialog .modal-content .modal-body .products .products__item .products__link .products__image_wrapper .cart-overlay .add span img {
    margin-right: 10px;
    max-width: 24px;
}

#product_modal .modal-dialog .modal-content .modal-body .products .products__item .products__link .products__image_wrapper .cart-overlay .calc-items-in-cart {
    position: relative;
    width: 140px;
    height: 40px;
    display: none;
}

#product_modal .modal-dialog .modal-content .modal-body .products .products__item .products__link .products__image_wrapper .cart-overlay .calc-items-in-cart input {
    width: 100%;
    height: 40px;
    border: none;
    background: transparent;
    outline: none;
    color: #FF8713;
    font-size: 20px;
    font-family: "helveticamedium";
    text-align: center;
}

#product_modal .modal-dialog .modal-content .modal-body .products .products__item .products__link .products__image_wrapper .cart-overlay .calc-items-in-cart .minus, #product_modal .modal-dialog .modal-content .modal-body .products .products__item .products__link .products__image_wrapper .cart-overlay .calc-items-in-cart .plus {
    padding: 0;
    cursor: pointer;
    position: absolute;
    left: 0;
    top: -3px;
    z-index: 2;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    -ms-border-radius: 50% !important;
    border-radius: 50% !important;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
    width: 46px;
    height: 46px;
    background: #FF8713 url("../../images/minus.png") no-repeat center;
}

#product_modal .modal-dialog .modal-content .modal-body .products .products__item .products__link .products__image_wrapper .cart-overlay .calc-items-in-cart .plus {
    left: initial;
    right: 0;
    background: #FF8713 url("../../images/plus.png") no-repeat center;
}

#product_modal .modal-dialog .modal-content .modal-body .products .products__item .products__link .products__image_wrapper .favourite {
    padding: 3px;
    cursor: pointer;
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 6;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
    visibility: visible;
    opacity: 1;
}

#product_modal .modal-dialog .modal-content .modal-body .products .products__item .products__link .products__info .products__name {
    display: block;
    color: #333333;
    font-size: 16px;
    margin-bottom: 5px;
}

#product_modal .modal-dialog .modal-content .modal-body .products .products__item .products__link .products__info .products__weight {
    display: block;
    color: #999999;
    font-size: 16px;
    margin-bottom: 5px;
}

#product_modal .modal-dialog .modal-content .modal-body .products .products__item .products__link .products__info .products__price {
    display: block;
}

#product_modal .modal-dialog .modal-content .modal-body .products .products__item .products__link .products__info .products__price span {
    color: #333333;
    font-family: "helveticamedium";
    font-size: 20px;
}

#product_modal .modal-dialog .modal-content .modal-body .products .products__item .products__link .products__info .products__price.sale_price span {
    font-weight: bold;
    color: #BD002F;
    font-family: "helveticamedium";
    font-size: 20px;
}

#product_modal .modal-dialog .modal-content .modal-body .products .products__item .products__link .products__info .products__price.sale_price strike {
    font-weight: bold;
    padding-left: 15px;
    font-size: 16px;
    color: #999999;
    font-family: "helveticamedium";
}

#product_modal .modal-dialog .modal-content .modal-body .products .products__item .products__link.item-is-in-cart .products__image_wrapper .cart-overlay .calc-items-in-cart {
    display: block;
}

#product_modal .modal-dialog .modal-content .modal-body .products .products__item .products__link.item-is-in-cart .products__image_wrapper .cart-overlay .add {
    display: none;
}

#product_modal .modal-dialog .modal-content .modal-body .products .products__item .products__link.item-is-in-favourite .products__image_wrapper .favourite {
    visibility: visible;
    opacity: 1;
}

#product_modal .modal-dialog .modal-content .modal-body .products .products__item .products__link.item-is-in-favourite .products__image_wrapper .favourite svg g path {
    fill: #FF8713;
}

@media (min-width: 992px) {
    #product_modal .modal-dialog .modal-content .modal-body .products .products__item .products__link:hover .products__image_wrapper .favourite {
        visibility: visible;
        opacity: 1;
    }

    #product_modal .modal-dialog .modal-content .modal-body .products .products__item .products__link:hover .products__image_wrapper .cart-overlay {
        opacity: 1;
        visibility: visible;
    }
}

@media (max-width: 991px) {
    #product_modal .modal-dialog .modal-content .modal-body .products .products__item .products__link .products__image_wrapper {
        margin-bottom: 8px;
    }

    #product_modal .modal-dialog .modal-content .modal-body .products .products__item .products__link .products__image_wrapper .favourite {
        visibility: visible;
        opacity: 1;
        top: 3px;
        left: 3px;
    }

    #product_modal .modal-dialog .modal-content .modal-body .products .products__item .products__link .products__image_wrapper .favourite svg {
        width: 15px;
        height: 13px;
    }

    #product_modal .modal-dialog .modal-content .modal-body .products .products__item .products__link .products__image_wrapper .cart-overlay {
        opacity: 1;
        visibility: visible;
        background: transparent;
        -webkit-box-pack: flex-end !important;
        -moz-box-pack: flex-end !important;
        -ms-flex-pack: flex-end !important;
        -webkit-justify-content: flex-end !important;
        justify-content: flex-end !important;
        -webkit-align-items: flex-end !important;
        align-items: flex-end !important;
    }

    #product_modal .modal-dialog .modal-content .modal-body .products .products__item .products__link .products__image_wrapper .cart-overlay .add {
        width: 30px;
        height: 30px;
        -webkit-border-radius: 50% !important;
        -moz-border-radius: 50% !important;
        -ms-border-radius: 50% !important;
        border-radius: 50% !important;
        background: #FF8713 url("../../images/plus.png") no-repeat center;
        background-size: 10px;
        position: absolute;
        right: 5px;
        bottom: 5px;
    }

    #product_modal .modal-dialog .modal-content .modal-body .products .products__item .products__link .products__image_wrapper .cart-overlay .add span {
        display: none !important;
    }

    #product_modal .modal-dialog .modal-content .modal-body .products .products__item .products__link .products__image_wrapper .cart-overlay .calc-items-in-cart {
        margin-right: 5px;
        margin-bottom: 5px;
        width: 80px;
        height: 30px;
    }

    #product_modal .modal-dialog .modal-content .modal-body .products .products__item .products__link .products__image_wrapper .cart-overlay .calc-items-in-cart input {
        height: 30px;
        font-size: 15px;
    }

    #product_modal .modal-dialog .modal-content .modal-body .products .products__item .products__link .products__image_wrapper .cart-overlay .calc-items-in-cart .minus, #product_modal .modal-dialog .modal-content .modal-body .products .products__item .products__link .products__image_wrapper .cart-overlay .calc-items-in-cart .plus {
        width: 30px;
        height: 30px;
        left: 0;
        top: 0;
        background-size: 10px;
    }

    #product_modal .modal-dialog .modal-content .modal-body .products .products__item .products__link .products__image_wrapper .cart-overlay .calc-items-in-cart .plus {
        left: initial;
        right: 0;
    }

    #product_modal .modal-dialog .modal-content .modal-body .products .products__item .products__link .products__image_wrapper .products__sale {
        right: 5px;
        top: -12px;
        width: 24px;
        height: 24px;
    }

    #product_modal .modal-dialog .modal-content .modal-body .products .products__item .products__link .products__image_wrapper .products__sale svg {
        width: 12px;
        height: 12px;
    }

    #product_modal .modal-dialog .modal-content .modal-body .products .products__item .products__link .products__info .products__name {
        font-size: 14px;
        margin-bottom: 3px;
    }

    #product_modal .modal-dialog .modal-content .modal-body .products .products__item .products__link .products__info .products__weight {
        font-size: 14px;
        margin-bottom: 3px;
    }

    #product_modal .modal-dialog .modal-content .modal-body .products .products__item .products__link .products__info .products__price span {
        font-size: 17px;
    }

    #product_modal .modal-dialog .modal-content .modal-body .products .products__item .products__link .products__info .products__price.sale_price span {
        font-size: 17px;
    }

    #product_modal .modal-dialog .modal-content .modal-body .products .products__item .products__link .products__info .products__price.sale_price strike {
        font-size: 14px;
    }
}

@media (max-width: 1199px) {
    #product_modal .modal-dialog .modal-content .modal-body .products .row .col-md-4:last-child {
        display: none;
    }
}

@media (max-width: 767px) {
    #product_modal .modal-dialog .modal-content .modal-body .products .row .col-md-4:last-child {
        display: none;
    }

    #product_modal .modal-dialog .modal-content .modal-body .products .row .col-md-4:nth-child(3) {
        display: none;
    }

    .rowFrequents {
        display: flex;
        flex-wrap: unset;
    }

    .scrollOnMobile {
        overflow-x: scroll;
        overflow-y: hidden;
    }
}

@media (max-width: 1019px) {
    #product_modal {
        height: 100%;
        overflow-y: hidden;
    }

    #product_modal .modal-dialog {
        width: 100% !important;
        height: 100%;
        max-width: initial !important;
        margin: 0;
    }

    #product_modal .modal-dialog {
        height: 100%;
    }

    #product_modal .modal-dialog .modal-content {
        height: 100%;
    }

    #product_modal .modal-dialog .modal-content .modal-close-button {
        position: fixed;
        right: 25px;
        top: 10px;
        z-index: 2;
        width: 24px;
        height: 24px;
        background: url("../../images/clo_dark.png") no-repeat center;
    }


    #product_modal .modal-dialog .modal-content {
        width: 100%;
        height: 100%;
        padding: 44px 10px 10px 10px;
        overflow-x: hidden;
        overflow-y: auto;
    }
}

.user_modal {
    background: rgba(0, 0, 0, 0.2);
}

.user_modal .modal-dialog {
    position: relative;
}

@media (min-width: 576px) {
    .user_modal .modal-dialog {
        max-width: 400px !important;
        margin-top: 180px;
    }
}

.user_modal .modal-dialog .modal-content {
    border: none;
    background: transparent;
}

.user_modal .modal-dialog .modal-content .modal-body {
    background: white;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    -ms-border-radius: 3px !important;
    border-radius: 3px !important;
    padding: 30px;
}

.user_modal .modal-dialog .modal-content .modal-body .modal__title {
    color: #333333;
    font-size: 24px;
    font-family: "helveticamedium";
    margin-bottom: 20px;
    text-align: center;
}

.user_modal .modal-dialog .modal-content .modal-body .inputs_line {
    margin-bottom: 10px;
    position: relative;
}

.user_modal .modal-dialog .modal-content .modal-body .inputs_line input {
    width: 100% !important;
    height: 50px !important;
    border: 1px solid #E2E2E2 !important;
    outline: none !important;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    -ms-border-radius: 3px !important;
    border-radius: 10px !important;
    color: #444444 !important;
    font-size: 16px !important;
    padding-left: 20px !important;
}

.user_modal .modal-dialog .modal-content .modal-body .inputs_line .address__selects .ui-selectmenu-button {
    width: 100% !important;
    height: 50px !important;
    border: 1px solid #E2E2E2 !important;
    outline: none !important;
    background: none !important;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    -ms-border-radius: 3px !important;
    border-radius: 3px !important;
    padding: 0 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center !important;
    -moz-box-align: center !important;
    -ms-flex-align: center !important;
    -webkit-align-items: center !important;
    align-items: center !important;
    -webkit-box-pack: space-between !important;
    -moz-box-pack: space-between !important;
    -ms-flex-pack: space-between !important;
    -webkit-justify-content: space-between !important;
    justify-content: space-between !important;
    -webkit-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}

.user_modal .modal-dialog .modal-content .modal-body .inputs_line .address__selects .ui-selectmenu-button .ui-selectmenu-icon {
    background: url("../../images/arrow-down-gray.png") no-repeat center !important;
}

.user_modal .modal-dialog .modal-content .modal-body .inputs_line .address__selects .ui-selectmenu-button .ui-selectmenu-text {
    color: #444444 !important;
    font-size: 16px !important;
    font-family: "helveticaroman";
    line-height: 30px;
}

.user_modal .modal-dialog .modal-content .modal-body .inputs_line .address__selects .ui-selectmenu-button.ui-selectmenu-button-open .ui-selectmenu-icon {
    background: url("../../images/arrow-up-gray.png") no-repeat center !important;
}

.user_modal .modal-dialog .modal-content .modal-body .label_block {
    margin-bottom: 10px;
}

.user_modal .modal-dialog .modal-content .modal-body .label_block label {
    position: relative;
    padding-left: 30px;
    margin: 0;
    color: #333333;
    font-size: 16px;
    cursor: pointer;
    line-height: 1.2;
}

.user_modal .modal-dialog .modal-content .modal-body .label_block label:before {
    content: '';
    display: block;
    position: absolute;
    width: 14px;
    height: 14px;
    background-color: white;
    border: 1px solid #DEDEDE;
    left: 0;
    top: 3px;
    background-size: 14px;
}

.user_modal .modal-dialog .modal-content .modal-body .label_block input {
    display: none;
}

.user_modal .modal-dialog .modal-content .modal-body .label_block input:checked + label:before {
    background: white url("../../images/check-mark.png") no-repeat center;
    background-size: 10px;
}

.user_modal .modal-dialog .modal-content .modal-body .save_or_cancel {
    text-align: right;
    margin-top: 15px;
}

.user_modal .modal-dialog .modal-content .modal-body .save_or_cancel button {
    background: #086C28;
    font-size: 16px;
    color: white;
    padding: 12px 25px;
    cursor: pointer;
    width: 100%;
    max-width: 260px;
}

.user_modal .modal-dialog .modal-content .modal-body .save_or_cancel button.cancel {
    width: initial;
    font-size: 16px;
    margin-top: 5px;
    padding: 4px 10px 0;
    background: none;
    color: #444444;
}

@media (min-width: 576px) {
    .user_modal .modal-dialog .modal-content .modal-body .save_or_cancel button.cancel {
        margin-bottom: -10px;
    }

}

@media (max-width: 575px) {
    .user_modal .modal-dialog .modal-content .modal-body {
        padding: 15px;
    }

    .rowFrequents {
        display: flex;
        flex-wrap: unset;
    }
}

.user_modal.rez-modal .modal-dialog {
    max-width: 780px !important;
}

.user_modal.rez-modal .modal-dialog .modal-content .modal-body .rez-wrapper .inputs_line {
    text-align: center;
}

.user_modal.rez-modal .modal-dialog .modal-content .modal-body .rez-wrapper .inputs_line input {
    margin: auto;
    max-width: 350px !important;
}

.user_modal.rez-modal .modal-dialog .modal-content .modal-body .rez-wrapper .inputs_line textarea {
    width: 100% !important;
    max-width: 600px !important;
    height: 170px !important;
    margin: auto;
    border: 1px solid #E2E2E2 !important;
    outline: none !important;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    -ms-border-radius: 3px !important;
    border-radius: 3px !important;
    color: #444444 !important;
    font-size: 16px !important;
    padding-left: 20px !important;
    padding-top: 10px;
}

.user_modal.rez-modal .modal-dialog .modal-content .modal-body .rez-wrapper .upload_file {
    margin-top: 15px;
    margin-bottom: 30px;
}

.user_modal.rez-modal .modal-dialog .modal-content .modal-body .rez-wrapper .upload_file label {
    cursor: pointer;
    margin-bottom: 20px;
    color: #FF8713;
    font-size: 16px;
}

.user_modal.rez-modal .modal-dialog .modal-content .modal-body .rez-wrapper .upload_file label svg {
    margin-right: 14px;
}

.user_modal.rez-modal .modal-dialog .modal-content .modal-body .rez-wrapper .upload_file .upload_wrapper {
    height: 20px;
    padding: 0 20px;
    position: relative;
}

.user_modal.rez-modal .modal-dialog .modal-content .modal-body .rez-wrapper .upload_file .upload_wrapper .upload_name {
    color: #444444;
    font-size: 14px;
}

.user_modal.rez-modal .modal-dialog .modal-content .modal-body .rez-wrapper .upload_file .upload_wrapper .remove_file {
    position: absolute;
    right: 0;
    top: -5px;
    cursor: pointer;
    padding: 2px;
    display: none;
}

.user_modal.rez-modal .modal-dialog .modal-content .modal-body .rez-wrapper .upload_file .upload_wrapper .remove_file svg {
    display: block;
}

.user_modal.rez-modal .modal-dialog .modal-content .modal-body .rez-wrapper .upload_file .upload_wrapper.active .remove_file {
    display: block;
}

.green-text {
    color: #5BB184;
}

.global__overlay {
    left: 0;
    top: 0;
    position: fixed;
    z-index: 99;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 450ms cubic-bezier(0.23, 1, 0.32, 1);
    -moz-transition: 450ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: 450ms cubic-bezier(0.23, 1, 0.32, 1);
}

.global__overlay.global__overlay-is-open {
    visibility: visible;
    opacity: 1;
}

.global__overlay-transparent {
    left: 0;
    top: 0;
    position: fixed;
    z-index: 49;
    background: transparent;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 450ms cubic-bezier(0.23, 1, 0.32, 1);
    -moz-transition: 450ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: 450ms cubic-bezier(0.23, 1, 0.32, 1);
}

.global__overlay-transparent.global__overlay-is-open {
    visibility: visible;
    opacity: 1;
}

#content-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column !important;
    flex-direction: column !important;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
    min-height: 100%;
    position: relative;
    height: 100vh;
    overflow-y: hidden;
    overflow-x: hidden;
}

#content-wrapper .flexed_top_content {
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto;
    width: 100%;
}

#content-wrapper .flexed_top_content header {
    height: 768px;
    max-height: 100vh;
    transition: max-height 0.25s ease-out;
    background: no-repeat center top;
    background-size: cover;
}

#content-wrapper .flexed_top_content header.home-header:not(.home__services-with_products) {
    margin-bottom: -35px;
    transition: max-height 0.25s ease-in;
    max-height: 70px;
    background-color: #086C28;
    position: sticky;
    top: 0;
    z-index: 9;
    border-bottom: solid #F7EE07 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

#content-wrapper .flexed_top_content header .header {
    position: relative;
    top: 0;
    left: 0;
    z-index: 7;
    width: 100%;
    transition: max-height 0.25s ease-out;
}

#content-wrapper .flexed_top_content header .header .logo {
    padding-top: 15px;
}


@media (min-width: 992px) {
    #content-wrapper .flexed_top_content header .header .logo {
        padding-top: 15px;
    }

    #content-wrapper .flexed_top_content header .header .logo img {
        height: 42px;
    }
}

#content-wrapper .flexed_top_content header .header .location {
    position: relative;
    cursor: pointer;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
    visibility: hidden;
    opacity: 0;
}

#content-wrapper .flexed_top_content header .header .location .location__txt {
    margin-left: 7px;
    display: none;
}

#content-wrapper .flexed_top_content header .header .location .location__txt * {
    color: #fff;
}

#content-wrapper .flexed_top_content header .header .location .location-select {
    z-index: 5;
    position: absolute;
    top: 100%;
    width: 250px;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
    visibility: hidden;
    opacity: 0;
    background-color: white;
}

#content-wrapper .flexed_top_content header .header .location .location-select .location__title {
    display: block;
    font-size: 18px;
    font-family: "helveticamedium";
    color: #fff;
    margin: 0;
    padding: 14px 15px 16px;
    background-color: #066c29;
}

#content-wrapper .flexed_top_content header .header .location .location-select ul {
    margin: 0;
    padding: 0;
}

#content-wrapper .flexed_top_content header .header .location .location-select ul li {
    display: block;
}

#content-wrapper .flexed_top_content header .header .location .location-select ul li:not(:first-child) {
    border-top: 1px solid #ECECEC;
}

#content-wrapper .flexed_top_content header .header .location .location-select ul li a {
    display: block;
    font-size: 16px;
    color: #333333;
    padding: 14px 15px 16px;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

#content-wrapper .flexed_top_content header .header .location .location-select ul li a:hover {
    background-color: #DBEFB9;
}

#content-wrapper .flexed_top_content header .header .location .location-select ul li.selected a {
    background-color: #DBEFB9;
}

#content-wrapper .flexed_top_content header .header .location.location-open .location-select {
    visibility: visible;
    opacity: 1;
}

#content-wrapper .flexed_top_content header .header .location.location-visible {
    visibility: visible;
    opacity: 1;
}

#content-wrapper .flexed_top_content header .header .auth {
    margin-left: 41px;
    position: relative;
    cursor: pointer;
}

#content-wrapper .flexed_top_content header .header .auth .auth__txt {
    margin-left: 7px;
    display: none;
}

#content-wrapper .flexed_top_content header .header .auth .auth__txt * {
    color: white;
}

.hidden {
    visibility: hidden;
    opacity: 0;
}

#content-wrapper .flexed_top_content header .header .auth .auth__wrapper {
    position: absolute;
    top: calc(100%);
    left: -185px;
    width: 320px;
    z-index: 3;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;

}

#content-wrapper .flexed_top_content header .header .auth .auth__wrapper .auth__name {
    height: 60px;
    background: #066c29;
    padding-left: 22px;
    padding-right: 22px;
    color: white;
    font-size: 15px;
    font-family: "helveticamedium";
}

#content-wrapper .flexed_top_content header .header .auth .auth__wrapper .auth__links {
    background: white;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

#content-wrapper .flexed_top_content header .header .auth .auth__wrapper .auth__links:hover {
    background-color: #DBEFB9;
}

#content-wrapper .flexed_top_content header .header .auth .auth__wrapper .auth__links:not(:last-child) {
    border-bottom: 1px solid #ECECEC;
}

#content-wrapper .flexed_top_content header .header .auth .auth__wrapper .auth__links .link-icon {
    width: 70px;
    height: 60px;
}

#content-wrapper .flexed_top_content header .header .auth .auth__wrapper .auth__links .link-txt {
    color: #333333;
    font-size: 16px;
    width: calc(100% - 70px);
}

@media (max-width: 767px) {
    #content-wrapper .flexed_top_content header .header .auth .auth__wrapper {
        /*left: 0;*/
        top: 100%;
    }

    .forshoppage {
        width: 90% !important;
    }

    #content-wrapper .flexed_top_content header .header .auth .auth__wrapper .auth__name {
        height: 50px;
        font-size: 18px;
        padding-bottom: 5px;
        padding-left: 10px;
        padding-right: 10px;
    }

    #content-wrapper .flexed_top_content header .header .auth .auth__wrapper .auth__links .link-icon {
        width: 50px;
        height: 50px;
    }

    #content-wrapper .flexed_top_content header .header .auth .auth__wrapper .auth__links .link-txt {
        font-size: 16px;
        width: calc(100% - 50px);
    }
}

#content-wrapper .flexed_top_content header .header .auth.active .auth__wrapper {
    opacity: 1;
    visibility: visible;
}

#content-wrapper .flexed_top_content header .header .cart {
    margin-left: 38px;
    /*margin-right: 16px;*/
}

#content-wrapper .flexed_top_content header .header .cart .cart__button {
    position: relative;
    padding: 3px;
    cursor: pointer;
}

#content-wrapper .flexed_top_content header .header .cart .cart__button .cart__products_calc {
    position: absolute;
    display: block;
    top: -5px;
    right: -10px;
    background: #FFF34F;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    -ms-border-radius: 50% !important;
    border-radius: 50% !important;
    font-size: 12px;
    color: #086C28;
    line-height: 1;
}

#content-wrapper .flexed_top_content header .header .cart .cart-outer-wrapper {
    position: fixed;
    right: -100%;
    top: 0;
    height: 100%;
    width: 100%;
    max-width: 700px;
    background: white;
    z-index: 100;
    -webkit-transition: 450ms cubic-bezier(0.23, 1, 0.32, 1);
    -moz-transition: 450ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: 450ms cubic-bezier(0.23, 1, 0.32, 1);
}

#content-wrapper .flexed_top_content header .header .cart .cart-outer-wrapper .cart-wrapper .cart-header {
    padding: 30px;
    font-size: 24px;
    color: white;
    font-family: "helveticamedium";
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;
}

#content-wrapper .flexed_top_content header .header .cart .cart-outer-wrapper .cart-wrapper .cart-header .cart-close {
    padding: 0;
    position: absolute;
    right: 15px;
    top: 12px;
    cursor: pointer;
}

#content-wrapper .flexed_top_content header .header .cart .cart-outer-wrapper .cart-wrapper .cart-header .cart-close span {
    width: 36px;
    height: 36px;
}

@media (max-width: 699px) {
    #content-wrapper .flexed_top_content header .header .cart .cart-outer-wrapper .cart-wrapper .cart-header {
        padding-left: 10px;
        padding-right: 10px;
        text-align: center;
        font-size: 20px;
    }

    #content-wrapper .flexed_top_content header .header .cart .cart-outer-wrapper .cart-wrapper .cart-header .cart-close {
        right: 5px;
    }
}

#content-wrapper .flexed_top_content header .header .cart .cart-outer-wrapper .cart-wrapper {
    max-height: 100%;
}

.newclass {
    height: calc(100vh - 60px) !important;
}

#content-wrapper .flexed_top_content header .header .cart .cart-outer-wrapper .cart-wrapper .cart-product-list {
    /*overflow: hidden;*/
    height: 100%;
    overflow: scroll !important;
}

@media (max-width: 991px) {
    #content-wrapper .flexed_top_content header .header .cart .cart-outer-wrapper .cart-wrapper {
        /*height: calc(100% - 260px);*/
        max-height: 100%;
        overflow: scroll;
    }
}


#content-wrapper .flexed_top_content header .header .cart .cart-outer-wrapper .cart-wrapper .cart-product-list .shops-name {
    background: #F8F6F4;
    padding: 13px 30px;
}

#content-wrapper .flexed_top_content header .header .cart .cart-outer-wrapper .cart-wrapper .cart-product-list .shops-name .name {
    color: #333333;
    font-size: 18px;
}

#content-wrapper .flexed_top_content header .header .cart .cart-outer-wrapper .cart-wrapper .cart-product-list .shops-name .shops-price {
    color: #333333;
    font-size: 20px;
    /*font-weight: bold;*/
}

@media (max-width: 699px) {
    #content-wrapper .flexed_top_content header .header .cart .cart-outer-wrapper .cart-wrapper .cart-product-list .shops-name {
        padding: 13px 10px;
    }

    #content-wrapper .flexed_top_content header .header .cart .cart-outer-wrapper .cart-wrapper .cart-product-list .shops-name .shops-price {
        width: 100px;
        text-align: right;
    }

    #content-wrapper .flexed_top_content header .header .cart .cart-outer-wrapper .cart-wrapper .cart-product-list .shops-name .name {
        width: calc(100% - 100px);
        line-height: 1;
    }
}

#content-wrapper .flexed_top_content header .header .cart .cart-outer-wrapper .cart-wrapper .cart-product-list .cart-items {
    padding: 0 30px;
    margin-bottom: 40px;
}

#content-wrapper .flexed_top_content header .header .cart .cart-outer-wrapper .cart-wrapper .cart-product-list .cart-items li {
    margin-top: 15px;
    border: solid 1px #FAFAFA;
    border-radius: 10px;
    padding-right: 10px;
    position: relative;
}

.continue-shopping {
    padding: 30px;
    border: solid 1px #F4F4F4;
    border-radius: 10px !important;
    margin: 30px 30px 10px;
    width: calc(100% - 60px);
    background-color: #086C28;
    color: white;
    cursor: pointer;
}

.shopping-step {
    background: #fff;
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    border: solid 1px #F1F1F1;
}

.shopping-step.active {
    background-color: #086C28;
    border: none;
}

.continue-shopping:hover {
    background-color: #086C28 !important;
    color: #E9E006;
}

.remove-product {
    height: 28px;
    width: 28px;
    position: absolute;
    top: -10px;
    right: -10px;
    background: #086C28;
    border-radius: 50% !important;
    color: white;
    cursor: pointer;
}

.remove-product:hover {
    background: #086C28 !important;
    color: #E9E006;
}

#content-wrapper .flexed_top_content header .header .cart .cart-outer-wrapper .cart-wrapper .cart-product-list .cart-items li .item-info {
    width: calc(100% - 215px);
}

#content-wrapper .flexed_top_content header .header .cart .cart-outer-wrapper .cart-wrapper .cart-product-list .cart-items li .item-info .cart-item__img {
    width: 90px;
    height: 90px;
    margin-right: 15px;
    border-radius: 10px 0 10px 0;
}

#content-wrapper .flexed_top_content header .header .cart .cart-outer-wrapper .cart-wrapper .cart-product-list .cart-items li .item-info .cart-item__img img {
    max-width: 66px;
    max-height: 66px;
}

#content-wrapper .flexed_top_content header .header .cart .cart-outer-wrapper .cart-wrapper .cart-product-list .cart-items li .item-info .cart-item-desc {
    width: calc(100% - 105px);
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

#content-wrapper .flexed_top_content header .header .cart .cart-outer-wrapper .cart-wrapper .cart-product-list .cart-items li .item-info .cart-item-desc .cart-item__name {
    font-size: 14px;
    color: #333333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#content-wrapper .flexed_top_content header .header .cart .cart-outer-wrapper .cart-wrapper .cart-product-list .cart-items li .item-info .cart-item-desc .cart-item__point {
    color: #999999;
    margin: 5px 0 8px;
}

#content-wrapper .flexed_top_content header .header .cart .cart-outer-wrapper .cart-wrapper .cart-product-list .cart-items li .item-info .cart-item-desc .cart-item__delete .delete-prod {
    cursor: pointer;
    margin: 0;
    background: url("../../images/garbage.svg") left center no-repeat;
    background-size: 12px;
    color: #999999;
    font-size: 12px;
    padding: 2px 0 0 15px;
}

#content-wrapper .flexed_top_content header .header .cart .cart-outer-wrapper .cart-wrapper .cart-product-list .cart-items li .item-price {
    width: 205px;
    flex-direction: column;
}

#content-wrapper .flexed_top_content header .header .cart .cart-outer-wrapper .cart-wrapper .cart-product-list .cart-items li .item-price .cart-item-calc {
    width: 120px;
    margin-right: 15px;
}

#content-wrapper .flexed_top_content header .header .cart .cart-outer-wrapper .cart-wrapper .cart-product-list .cart-items li .item-price .cart-item-calc input {
    border: 1px solid #E5E5E5;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 16px;
    color: #999999;
    font-weight: bold;
    outline: none;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    -ms-border-radius: 4px !important;
    border-radius: 4px !important;
}

#content-wrapper .flexed_top_content header .header .cart .cart-outer-wrapper .cart-wrapper .cart-product-list .cart-items li .item-price .cart-item-calc .change-cart-value {
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: block;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background: no-repeat center;
    /*@media (min-width: 1280px) {
                            opacity: 0;
                          }
                          &:hover {
                            opacity: 1;
                          }*/
}

#content-wrapper .flexed_top_content header .header .cart .cart-outer-wrapper .cart-wrapper .cart-product-list .cart-items li .item-price .cart-item-calc .change-cart-value.down-value {
    background-image: url("../../images/down-value.png");
}

#content-wrapper .flexed_top_content header .header .cart .cart-outer-wrapper .cart-wrapper .cart-product-list .cart-items li .item-price .cart-item-calc .change-cart-value.up-value {
    background-image: url("../../images/up-value.png");
}

#content-wrapper .flexed_top_content header .header .cart .cart-outer-wrapper .cart-wrapper .cart-product-list .cart-items li .item-price .cart-item-price {
    color: #333333;
    font-size: 18px;
    /*font-weight: bold;*/
    width: 70px;
    text-align: right;
}

@media (max-width: 699px) {
    #content-wrapper .flexed_top_content header .header .cart .cart-outer-wrapper .cart-wrapper .cart-product-list .cart-items {
        padding: 0 10px;
    }

    #content-wrapper .flexed_top_content header .header .cart .cart-outer-wrapper .cart-wrapper .cart-product-list .cart-items li .item-price {
        width: 70px;
        -webkit-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
        -webkit-box-align: flex-end !important;
        -moz-box-align: flex-end !important;
        -ms-flex-align: flex-end !important;
        -webkit-align-items: flex-end !important;
        align-items: flex-end !important;
    }

    #content-wrapper .flexed_top_content header .header .cart .cart-outer-wrapper .cart-wrapper .cart-product-list .cart-items li .item-price .cart-item-calc {
        width: 70px;
        margin-right: 0;
    }

    #content-wrapper .flexed_top_content header .header .cart .cart-outer-wrapper .cart-wrapper .cart-product-list .cart-items li .item-price .cart-item-calc input {
        width: 40px;
        height: 30px;
        font-size: 14px;
    }

    #content-wrapper .flexed_top_content header .header .cart .cart-outer-wrapper .cart-wrapper .cart-product-list .cart-items li .item-price .cart-item-calc .change-cart-value {
        width: 20px;
        height: 30px;
        display: block;
        padding: 0;
    }

    #content-wrapper .flexed_top_content header .header .cart .cart-outer-wrapper .cart-wrapper .cart-product-list .cart-items li .item-price .cart-item-calc .change-cart-value.down-value {
        background: url("../../images/down-value.png") no-repeat left center;
    }

    #content-wrapper .flexed_top_content header .header .cart .cart-outer-wrapper .cart-wrapper .cart-product-list .cart-items li .item-price .cart-item-calc .change-cart-value.up-value {
        background: url("../../images/up-value.png") no-repeat right center;
    }

    #content-wrapper .flexed_top_content header .header .cart .cart-outer-wrapper .cart-wrapper .cart-product-list .cart-items li .item-price .cart-item-price {
        text-align: right;
    }

    #content-wrapper .flexed_top_content header .header .cart .cart-outer-wrapper .cart-wrapper .cart-product-list .cart-items li .item-info {
        width: calc(100% - 80px);
    }

    #content-wrapper .flexed_top_content header .header .cart .cart-outer-wrapper .cart-wrapper .cart-product-list .cart-items li .item-info .cart-item__img {
        width: 60px;
        height: 60px;
        margin-right: 5px;
    }

    #content-wrapper .flexed_top_content header .header .cart .cart-outer-wrapper .cart-wrapper .cart-product-list .cart-items li .item-info .cart-item__img img {
        max-width: 50px;
        max-height: 50px;
    }

    #content-wrapper .flexed_top_content header .header .cart .cart-outer-wrapper .cart-wrapper .cart-product-list .cart-items li .item-info .cart-item-desc {
        width: calc(100% - 65px);
    }
}

#content-wrapper .flexed_top_content header .header .cart .cart-outer-wrapper .cart-wrapper .cart-product-list .cart-items:nth-last-child(2) {
    margin-bottom: 0;
}

#content-wrapper .flexed_top_content header .header .cart .cart-outer-wrapper .cart-wrapper .cart-product-list .full-price-wrapper {
    background: #F8F6F4;
    padding: 10px 30px;
}

@media (max-width: 699px) {
    #content-wrapper .flexed_top_content header .header .cart .cart-outer-wrapper .cart-wrapper .cart-product-list .full-price-wrapper {
        padding: 10px;
    }
}

#content-wrapper .flexed_top_content header .header .cart .cart-outer-wrapper .cart-wrapper .cart-product-list .full-price-wrapper .full-price {
    padding: 10px 0;
}

#content-wrapper .flexed_top_content header .header .cart .cart-outer-wrapper .cart-wrapper .cart-product-list .full-price-wrapper .full-price .name, #content-wrapper .flexed_top_content header .header .cart .cart-outer-wrapper .cart-wrapper .cart-product-list .full-price-wrapper .full-price .val {
    font-size: 16px;
    color: #333333;
}

.cart-product-list {
    overflow-y: scroll;
    overflow-x: hidden;
}

#content-wrapper .flexed_top_content header .header .cart .cart-outer-wrapper .cart-wrapper .cart-product-list .full-price-wrapper .full-price .val {
    font-weight: bold;
}

#content-wrapper .flexed_top_content header .header .cart .cart-outer-wrapper .cart-wrapper .mCustomScrollBox .mCSB_container {
    margin-right: 0;
}

#content-wrapper .flexed_top_content header .header .cart .cart-outer-wrapper .cart-wrapper .mCustomScrollBox .mCSB_scrollTools {
    width: 10px;
}

#content-wrapper .flexed_top_content header .header .cart .cart-outer-wrapper .cart-wrapper .mCustomScrollBox .mCSB_scrollTools .mCSB_draggerRail {
    background: none;
}

#content-wrapper .flexed_top_content header .header .cart .cart-outer-wrapper .cart-wrapper .mCustomScrollBox .mCSB_scrollTools .mCSB_dragger {
    background: #C4C4C4;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    -ms-border-radius: 10px !important;
    border-radius: 10px !important;
}

#content-wrapper .flexed_top_content header .header .cart .cart-outer-wrapper .cart-wrapper .mCustomScrollBox .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #C4C4C4;
}

#content-wrapper .flexed_top_content header .header .cart .cart-outer-wrapper .cart-price-wrapper .go-next-button {
    z-index: 400;
    padding: 0;
    cursor: pointer;
    display: block;
    width: 100%;
    overflow: hidden !important;
}

.save-basket {
    background-color: #066c29;
    padding: 0;
    cursor: pointer;
    display: block;
    width: 100%;
    font-size: 24px;
    color: white;
    position: relative;
    height: 60px;
    border-radius: 0px;
}

.save-basket span {
    font-size: 24px;
}

.save-basket:hover {
    background-color: #066c29 !important;
}

#content-wrapper .flexed_top_content header .header .cart .cart-outer-wrapper .cart-price-wrapper .go-next-button .go-next {
    background: #FF8713;
    font-size: 24px;
    color: white;
    position: relative;
    height: 60px;
}

#content-wrapper .flexed_top_content header .header .cart .cart-outer-wrapper .cart-price-wrapper .go-next-button .go-next .full-money {
    position: absolute;
    top: 12px;
    right: 30px;
    color: white;
    font-size: 20px;
    font-weight: bold;
    padding: 0 18px;
    height: 36px;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    -ms-border-radius: 4px !important;
    border-radius: 4px !important;
    background: #DB6F07;
}

@media (max-width: 699px) {


    #content-wrapper .flexed_top_content header .header .cart .cart-outer-wrapper .cart-price-wrapper .go-next-button .go-next {
        /*height: 95px;*/
    }

    #content-wrapper .flexed_top_content header .header .cart .cart-outer-wrapper .cart-price-wrapper .go-next-button .go-next {
        padding-left: 10px;
        text-align: center;
        font-size: 20px;
        /*-webkit-box-pack: start !important;
                    -moz-box-pack: start !important;
                    -ms-flex-pack: start !important;
                    -webkit-justify-content: start !important;
                  justify-content: start !important;*/
    }

    #content-wrapper .flexed_top_content header .header .cart .cart-outer-wrapper .cart-price-wrapper .go-next-button .go-next .full-money {
        right: 10px;
        font-size: 12px;
        padding: 0 10px;
    }
}

#content-wrapper .flexed_top_content header .header .cart .cart-outer-wrapper.cart-is-open {
    right: 0;
}

#content-wrapper .flexed_top_content header .header .language {
    margin-left: 30px;
    display: none !important;
}

#content-wrapper .flexed_top_content header .header .language .lang-bt {
    display: none;
}

#content-wrapper .flexed_top_content header .header .language .lang-wrap a {
    color: white;
    font-size: 16px;
}

#content-wrapper .flexed_top_content header .header .language .lang-wrap span {
    padding: 0 3px;
    color: white;
    font-size: 16px;
}

@media (max-width: 767px) {
    #content-wrapper .flexed_top_content header .header .language {
        position: relative;
    }

    #content-wrapper .flexed_top_content header .header .language .lang-wrap {
        position: absolute;
        top: 100%;
        right: 0;
        padding: 10px;
        background: white;
        width: 100px;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        transition: all 0.4s ease;
        opacity: 0;
        visibility: hidden;
    }

    #content-wrapper .flexed_top_content header .header .language .lang-wrap a, #content-wrapper .flexed_top_content header .header .language .lang-wrap span {
        color: #333333;
    }

    #content-wrapper .flexed_top_content header .header .language .lang-bt {
        width: 32px;
        height: 32px;
        padding: 0;
        display: block;
    }

    #content-wrapper .flexed_top_content header .header .language .lang-bt svg {
        display: block;
        width: 32px;
        height: 32px;
    }

    #content-wrapper .flexed_top_content header .header .language .lang-bt:hover + .lang-wrap {
        visibility: visible;
        opacity: 1;
    }
}

#content-wrapper .flexed_top_content header .header .shops {
    position: relative;
    margin-left: 30px;
    margin-top: 15px;
}

#content-wrapper .flexed_top_content header .header .shops .shops__button {
    padding: 0;
}

#content-wrapper .flexed_top_content header .header .shops .shops__button span {
    width: 160px;
    height: 40px;
    border: 1px solid white;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    -ms-border-radius: 3px !important;
    border-radius: 3px !important;
    /*-webkit-transition: all 0.4s ease;*/
    /*-moz-transition: all 0.4s ease;*/
    /*-o-transition: all 0.4s ease;*/
    /*-ms-transition: all 0.4s ease;*/
    /*transition: all 0.4s ease;*/
    background: url("../../images/arrow-down-white.png") no-repeat;
    background-position: calc(100% - 20px) center;
    color: white;
    padding-right: 25px;
    font-size: 16px;
    line-height: 1;
    padding-left: 20px;
    cursor: pointer;
}

#content-wrapper .flexed_top_content header .header .shops .shops__button svg {
    display: none;
    width: 32px;
    height: 32px;
}

#content-wrapper .flexed_top_content header .header .shops .shops__wrapper {
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 50;
    background: white;
    min-height: 483px;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    border: 1px solid #EFEFEF;
    width: 65vw;
    max-width: 768px;
    visibility: hidden;
    opacity: 0;
    padding-top: 20px;
    padding-left: 40px;
}

#content-wrapper .flexed_top_content header .header .shops .shops__wrapper .shops__title {
    float: left;
    font-size: 24px;
    color: #333333;
    font-family: "helveticamedium";
}

#content-wrapper .flexed_top_content header .header .shops .shops__wrapper .shops__close {
    float: right;
    width: 36px;
    height: 36px;
    padding: 0;
    background: url("../../images/close.png") no-repeat center;
    margin-top: -10px;
    margin-right: 26px;
    cursor: pointer;
}

#content-wrapper .flexed_top_content header .header .shops .shops__wrapper .main-tabs {
    width: 100%;
    clear: left;
    float: left;
    margin-top: 10px;
}

#content-wrapper .flexed_top_content header .header .shops .shops__wrapper .main-tabs .nav-tabs {
    border: none;
}

#content-wrapper .flexed_top_content header .header .shops .shops__wrapper .main-tabs .nav-tabs li {
    margin-right: 4px;
    margin-top: 5px;
}

#content-wrapper .flexed_top_content header .header .shops .shops__wrapper .main-tabs .nav-tabs li a {
    padding: 5px 20px 8px;
    -webkit-border-radius: 15px !important;
    -moz-border-radius: 15px !important;
    -ms-border-radius: 15px !important;
    border-radius: 15px !important;
    color: #999999;
    font-size: 16px;
    background: #E5E5E5;
    border-color: #E5E5E5;
}

#content-wrapper .flexed_top_content header .header .shops .shops__wrapper .main-tabs .nav-tabs li a.active {
    background: #066c29;
    border-color: #066c29;
    color: white;
}

#content-wrapper .flexed_top_content header .header .shops .shops__wrapper .tab-content {
    margin-top: 30px;
}

#content-wrapper .flexed_top_content header .header .shops .shops__wrapper .tab-content .shops__list {
    margin: 0 0 0 -8px;
    padding: 0;
    float: left;
    width: calc(100% + 8px);
    max-height: 362px;
    overflow-x: hidden;
    overflow-y: auto;
}

#content-wrapper .flexed_top_content header .header .shops .shops__wrapper .tab-content .shops__list li {
    list-style-type: none;
    display: inline-block;
    float: left;
    padding: 3px 8px 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

#content-wrapper .flexed_top_content header .header .shops .shops__wrapper .tab-content .shops__list li a .shops__image {
    width: 120px;
    height: 120px;
    border: 2px solid #E5E5E5;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    -ms-border-radius: 50% !important;
    border-radius: 50% !important;
    background: white;
    position: relative;
    overflow: hidden;
}

#content-wrapper .flexed_top_content header .header .shops .shops__wrapper .tab-content .shops__list li a .shops__image img, #content-wrapper .flexed_top_content header .header .shops .shops__wrapper .tab-content .shops__list li a .shops__image svg {
    max-width: 120px;
    padding: 8px;
    max-height: 120px;
}

#content-wrapper .flexed_top_content header .header .shops .shops__wrapper .tab-content .shops__list li a .shops__image .closed_shop {
    position: absolute;
    top: -5px;
}

#content-wrapper .flexed_top_content header .header .shops .shops__wrapper .tab-content .shops__list li a .shops__name {
    color: #333333;
    font-size: 14px;
    line-height: 17px;
    height: 51px;
    text-align: center;
    font-family: "helveticamedium";
    margin-top: 10px;
    overflow: hidden;
}

#content-wrapper .flexed_top_content header .header .shops .shops__wrapper .tab-content .shops__list li:hover {
    background-color: #f7f7f7;
}

#content-wrapper .flexed_top_content header .header .shops .shops__wrapper .tab-content .mCustomScrollBox .mCSB_container {
    margin-right: 0;
}

#content-wrapper .flexed_top_content header .header .shops .shops__wrapper .tab-content .mCustomScrollBox .mCSB_scrollTools {
    width: 10px;
}

#content-wrapper .flexed_top_content header .header .shops .shops__wrapper .tab-content .mCustomScrollBox .mCSB_scrollTools .mCSB_draggerRail {
    background: none;
}

#content-wrapper .flexed_top_content header .header .shops .shops__wrapper .tab-content .mCustomScrollBox .mCSB_scrollTools .mCSB_dragger {
    background: #C4C4C4;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    -ms-border-radius: 10px !important;
    border-radius: 10px !important;
}

#content-wrapper .flexed_top_content header .header .shops .shops__wrapper .tab-content .mCustomScrollBox .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #C4C4C4;
}

@media (max-width: 991px) {
    #content-wrapper .flexed_top_content header .header .shops .shops__wrapper {
        padding-left: 20px;
    }

    #content-wrapper .flexed_top_content header .header .shops .shops__wrapper .shops__title {
        font-size: 18px;
        max-width: calc(100% - 50px);
    }

    #content-wrapper .flexed_top_content header .header .shops .shops__wrapper .shops__close {
        width: 24px;
        height: 24px;
        background-size: 18px;
        margin-right: 15px;
        margin-top: -3px;
    }
}

#content-wrapper .flexed_top_content header .header .shops.shops-is-open .shops__button span {
    background: url("../../images/arrow-up-white.png") no-repeat;
    background-position: calc(100% - 20px) center;
}

#content-wrapper .flexed_top_content header .header .shops.shops-is-open .shops__wrapper {
    visibility: visible;
    opacity: 1;
}

@media (min-width: 992px) {
    #content-wrapper .flexed_top_content header .header .location .location__txt, #content-wrapper .flexed_top_content header .header .location .auth__txt, #content-wrapper .flexed_top_content header .header .auth .location__txt, #content-wrapper .flexed_top_content header .header .auth .auth__txt {
        display: initial;
    }
}

@media (max-width: 991px) {
    #content-wrapper .flexed_top_content header .header .location, #content-wrapper .flexed_top_content header .header .auth, #content-wrapper .flexed_top_content header .header .shops {
        position: initial;
        margin-top: 10px;
    }

    .cart {
        margin-top: 10px;
    }

    #content-wrapper .flexed_top_content header .header .location .auth__wrapper, #content-wrapper .flexed_top_content header .header .location .location-select, #content-wrapper .flexed_top_content header .header .location .shops__wrapper, #content-wrapper .flexed_top_content header .header .auth .auth__wrapper, #content-wrapper .flexed_top_content header .header .auth .location-select, #content-wrapper .flexed_top_content header .header .auth .shops__wrapper, #content-wrapper .flexed_top_content header .header .shops .auth__wrapper, #content-wrapper .flexed_top_content header .header .shops .location-select, #content-wrapper .flexed_top_content header .header .shops .shops__wrapper {
        width: calc(100% - 30px);
        left: 15px;
        top: calc(100% + 10px);
        max-width: initial;
    }

    #content-wrapper .flexed_top_content header .header .location .auth__wrapper, #content-wrapper .flexed_top_content header .header .location .location-select, #content-wrapper .flexed_top_content header .header .location .shops__wrapper, #content-wrapper .flexed_top_content header .header .auth .auth__wrapper, #content-wrapper .flexed_top_content header .header .auth .location-select, #content-wrapper .flexed_top_content header .header .auth .shops__wrapper, #content-wrapper .flexed_top_content header .header .shops .auth__wrapper, #content-wrapper .flexed_top_content header .header .shops .location-select, #content-wrapper .flexed_top_content header .header .shops .shops__wrapper {
        width: calc(100% - 30px);
        left: 0px;
        top: calc(100% + 10px);
        max-width: initial;
    }
}

#content-wrapper .flexed_top_content header .header .home__services {
    left: 0;
    overflow: hidden;
    max-height: calc(100vh - 120px);
    height: 600px;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease;
    transition: max-height 0.25s ease-out;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: flex-end !important;
    -moz-box-align: flex-end !important;
    -ms-flex-align: flex-end !important;
    -webkit-align-items: flex-end !important;
    align-items: flex-end !important;
}

#content-wrapper .flexed_top_content header .header .home__services .title {
    font-family: "helveticamedium";
    font-size: 36px;
    color: white;
    text-align: center;
    line-height: 1.2;
}

#content-wrapper .flexed_top_content header .header .home__services .sub-title {
    font-size: 24px;
    color: white;
    text-align: center;
    line-height: 1;
    margin: 25px 0 30px;
}

#content-wrapper .flexed_top_content header .header .home__services .txt {
    transition: max-height 0.15s ease-out;
    -webkit-transition: max-height 0.15s ease-out;
    color: white;
    text-align: center;
    margin-top: 20px;
}

#content-wrapper .flexed_top_content header .header .home__services .home__services__select {
    position: relative;
    width: 100%;
    max-width: 500px;
    transition: max-height 0.15s ease-out;
    -webkit-transition: max-height 0.15s ease-out;
}

#content-wrapper .flexed_top_content header .header .home__services .home__services__select .ui-selectmenu-button {
    background: none !important;
    width: 100% !important;
    height: 54px !important;
    border: 1px solid white !important;
    -webkit-border-radius: 2px !important;
    -moz-border-radius: 2px !important;
    -ms-border-radius: 2px !important;
    border-radius: 2px !important;
    outline: none !important;
    padding: 0 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center !important;
    -moz-box-align: center !important;
    -ms-flex-align: center !important;
    -webkit-align-items: center !important;
    align-items: center !important;
    -webkit-box-pack: space-between !important;
    -moz-box-pack: space-between !important;
    -ms-flex-pack: space-between !important;
    -webkit-justify-content: space-between !important;
    justify-content: space-between !important;
    -webkit-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}

#content-wrapper .flexed_top_content header .header .home__services .home__services__select .ui-selectmenu-button .ui-selectmenu-icon {
    background: url("../../images/arrow-down-white.png") no-repeat center !important;
}

#content-wrapper .flexed_top_content header .header .home__services .home__services__select .ui-selectmenu-button .ui-selectmenu-text {
    color: white;
    font-family: "helveticaroman";
    font-size: 16px;
    line-height: 30px;
}

#content-wrapper .flexed_top_content header .header .home__services .home__services__select .ui-selectmenu-button.ui-selectmenu-button-open .ui-selectmenu-icon {
    background: url("../../images/arrow-up-white.png") no-repeat center !important;
}

@media (max-width: 991px) {
    #content-wrapper .flexed_top_content header .header .home__services {
        -webkit-box-align: center !important;
        -moz-box-align: center !important;
        -ms-flex-align: center !important;
        -webkit-align-items: center !important;
        align-items: center !important;
    }

    #content-wrapper .flexed_top_content header .header .home__services .title {
        margin-top: -40px;
        font-size: 22px;
    }

    #content-wrapper .flexed_top_content header .header .home__services .sub-title {
        font-size: 18px;
        margin: 5px 0 60px;
    }

    #content-wrapper .flexed_top_content header .header .home__services .txt {
        margin-top: 5px;
        font-size: 16px;
    }

    #content-wrapper .flexed_top_content header .header .home__services .home__services__select .ui-selectmenu-button {
        height: 40px !important;
    }
}

#content-wrapper .flexed_top_content header .header .home__services .home__services__list {
    margin-top: 85px;
    transition: max-height 0.15s ease-out;
    -webkit-transition: max-height 0.15s ease-out;
}

#content-wrapper .flexed_top_content header .header .home__services .home__services__list .home__services__list__item {
    max-width: 260px;
}

#content-wrapper .flexed_top_content header .header .home__services .home__services__list .home__services__list__item .home__services__list__item__icon {
    height: 70px;
}

#content-wrapper .flexed_top_content header .header .home__services .home__services__list .home__services__list__item .home__services__list__item__icon img {
    max-height: 70px;
}

#content-wrapper .flexed_top_content header .header .home__services .home__services__list .home__services__list__item .home__services__list__item__name {
    font-size: 18px;
    font-family: "helveticamedium";
    color: white;
    margin: 15px 0 0;
    line-height: 20px;
    height: 40px;
}

#content-wrapper .flexed_top_content header .header .home__services .home__services__list .home__services__list__item .home__services__list__item__desc {
    color: white;
    line-height: 1.3;
}

@media (max-width: 1366px) {
    #content-wrapper .flexed_top_content header .header .home__services .home__services__list {
        margin-top: 60px;
    }
}

@media (max-width: 991px) {
    #content-wrapper .flexed_top_content header .header .home__services .home__services__list {
        display: none;
    }
}

#content-wrapper .flexed_top_content header.home__services-with_products {
    transition: max-height 0.25s ease-in;
    max-height: 70px;
    background-color: #086C28;
    position: sticky;
    top: 0;
    z-index: 9;
}

#content-wrapper .flexed_top_content header.home__services-with_products .header {
    transition: max-height 0.25s ease-in;
    height: auto
}

#content-wrapper .flexed_top_content header.home__services-with_products .header .home__services {
    transition: max-height 0.25s ease-in;
    max-height: 135px;
    -webkit-box-align: center !important;
    -moz-box-align: center !important;
    -ms-flex-align: center !important;
    -webkit-align-items: center !important;
    align-items: center !important;
}

#content-wrapper .flexed_top_content header.home__services-with_products .header .home__services .sub-title {
    margin-bottom: 0;
}

#content-wrapper .flexed_top_content header.home__services-with_products .header .home__services .title {
    margin-top: 0;
}

#content-wrapper .flexed_top_content header.home__services-with_products .header .home__services .sub-title {
    font-size: 18px;
    margin: 5px 0 0;
}

#content-wrapper .flexed_top_content header.home__services-with_products .header .home__services .home__services__select, #content-wrapper .flexed_top_content header.home__services-with_products .header .home__services .txt, #content-wrapper .flexed_top_content header.home__services-with_products .header .home__services .home__services__list {
    overflow: hidden;
    max-height: 0;
    padding: 0;
    margin: 0;
    visibility: hidden;
    opacity: 0;
}

#content-wrapper .flexed_top_content header.home__services-with_products + main .home__news {
    display: none !important;
}

@media (max-width: 991px) {
    #content-wrapper .flexed_top_content header .header .logo-wrapper .shops {
        margin-left: 10px;
    }

    #content-wrapper .flexed_top_content header .header .logo-wrapper .shops .shops__button {
        width: 32px;
        height: 32px;
    }

    #content-wrapper .flexed_top_content header .header .logo-wrapper .shops .shops__button span {
        display: none !important;
    }

    #content-wrapper .flexed_top_content header .header .logo-wrapper .shops .shops__button svg {
        display: block;
    }

    #content-wrapper .flexed_top_content header .header .action-wrapper .location, #content-wrapper .flexed_top_content header .header .action-wrapper .auth, #content-wrapper .flexed_top_content header .header .action-wrapper .cart, #content-wrapper .flexed_top_content header .header .action-wrapper .language {
        margin-left: 10px;
    }

    #content-wrapper .flexed_top_content header .header .action-wrapper .location, #content-wrapper .flexed_top_content header .header .action-wrapper .auth {
        margin-top: 12px;
    }

    #content-wrapper .flexed_top_content header .header .action-wrapper .cart {
        margin-right: 6px;
        margin-top: 12px;
    }

    #content-wrapper .flexed_top_content header .header .action-wrapper .cart .cart__button {
        padding: 0;
    }
}

#content-wrapper .flexed_top_content header.change-on-scroll {
    /*-webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease;*/
    height: auto;
    position: -webkit-sticky;
    position: sticky;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 10;
}

#content-wrapper .flexed_top_content header.change-on-scroll .header {
    height: auto;
}

#content-wrapper .flexed_top_content header.change-on-scroll .header .logo img:last-child {
    display: none;
}

#content-wrapper .flexed_top_content header.change-on-scroll .header .shops-action-wrapper {
    position: relative;
    padding-bottom: 10px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

#content-wrapper .flexed_top_content header.change-on-scroll .header .shops-action-wrapper .shop-info {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
    visibility: hidden;
    opacity: 0;
}

@media (max-width: 1199px) {
    #content-wrapper .flexed_top_content header.change-on-scroll .header .shops-action-wrapper .shop-info {
        visibility: hidden !important;
        opacity: 0 !important;
        display: none;
    }
}

#content-wrapper .flexed_top_content header.change-on-scroll .header .shops-action-wrapper .shop-info img {
    max-width: 75px;
    max-height: 36px;
    margin-right: 25px;
}

#content-wrapper .flexed_top_content header.change-on-scroll .header .shops-action-wrapper .shop-info span {
    font-size: 16px;
    color: #333333;
}

#content-wrapper .flexed_top_content header.change-on-scroll .header .shops-action-wrapper .search-in-shop {
    position: absolute;
    margin-left: -290px;
    width: 580px;
    left: 50%;
    bottom: 0;
    z-index: 2;
}

@media (max-width: 1365px) and (min-width: 768px) {
    #content-wrapper .flexed_top_content header.change-on-scroll .header .shops-action-wrapper .search-in-shop {
        margin-left: -240px;
        width: 480px;
    }
}

@media (max-width: 767px) {
    #content-wrapper .flexed_top_content header.change-on-scroll .header .shops-action-wrapper .search-in-shop {
        width: calc(100% - 30px);
        left: 15px;
        margin-left: 0;
    }
}

#content-wrapper .flexed_top_content header.change-on-scroll .header .shops-action-wrapper .search-in-shop .search-form {
    position: relative;
    width: 100%;
}

#content-wrapper .flexed_top_content header.change-on-scroll .header .shops-action-wrapper .search-in-shop .search-form .search-input {
    width: 100%;
    color: #444444;
    font-size: 16px;
    border: 1px solid #dddddd;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    -ms-border-radius: 3px !important;
    border-radius: 3px !important;
    background-color: white;
    height: 40px;
    padding-left: 15px;
    padding-right: 40px;
    outline: none;
}

#content-wrapper .flexed_top_content header.change-on-scroll .header .shops-action-wrapper .search-in-shop .search-form .search-button {
    position: absolute;
    right: 0;
    top: 0;
    height: 40px;
    width: 40px;
    padding: 0;
    background: url("../../images/magnifying-glass.svg") no-repeat center;
    background-size: 16px;
    cursor: pointer;
}

#content-wrapper .flexed_top_content header.change-on-scroll .header .shops-action-wrapper .search-in-shop .search-form .found_items {
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    background: white;
    visibility: hidden;
    opacity: 0;
    max-height: 330px;
    overflow: hidden;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

#content-wrapper .flexed_top_content header.change-on-scroll .header .shops-action-wrapper .search-in-shop .search-form .found_items ul {
    padding: 20px;
    margin: 0;
}

#content-wrapper .flexed_top_content header.change-on-scroll .header .shops-action-wrapper .search-in-shop .search-form .found_items ul li {
    list-style-type: none;
    display: block;
    margin-bottom: 8px;
}

#content-wrapper .flexed_top_content header.change-on-scroll .header .shops-action-wrapper .search-in-shop .search-form .found_items .products__link {
    display: block;
    position: relative;
    outline: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: flex-start !important;
    -moz-box-align: flex-start !important;
    -ms-flex-align: flex-start !important;
    -webkit-align-items: flex-start !important;
    align-items: flex-start !important;
}

#content-wrapper .flexed_top_content header.change-on-scroll .header .shops-action-wrapper .search-in-shop .search-form .found_items .products__link .products__image_wrapper {
    display: block;
    width: 90px;
    position: relative;
    border: 1px solid #EFEFEF;
    background: white;
    margin-right: 15px;
}

#content-wrapper .flexed_top_content header.change-on-scroll .header .shops-action-wrapper .search-in-shop .search-form .found_items .products__link .products__image_wrapper:before {
    content: '';
    display: block;
    padding-bottom: 100%;
}

#content-wrapper .flexed_top_content header.change-on-scroll .header .shops-action-wrapper .search-in-shop .search-form .found_items .products__link .products__image_wrapper .products__image {
    display: block;
    position: absolute;
    top: 14px;
    left: 14px;
    width: calc(100% - 28px);
    height: calc(100% - 28px);
    z-index: 1;
}

#content-wrapper .flexed_top_content header.change-on-scroll .header .shops-action-wrapper .search-in-shop .search-form .found_items .products__link .products__image_wrapper .products__image img {
    width: auto;
    max-width: 100%;
    max-height: 100%;
}

#content-wrapper .flexed_top_content header.change-on-scroll .header .shops-action-wrapper .search-in-shop .search-form .found_items .products__link .cart-overlay {
    width: 90px;
    height: 60px;
    z-index: 5;
    text-align: right;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

#content-wrapper .flexed_top_content header.change-on-scroll .header .shops-action-wrapper .search-in-shop .search-form .found_items .products__link .cart-overlay .add {
    cursor: pointer;
    padding: 0;
}

#content-wrapper .flexed_top_content header.change-on-scroll .header .shops-action-wrapper .search-in-shop .search-form .found_items .products__link .cart-overlay .add span {
    display: block;
    width: 40px;
    height: 40px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-border-radius: 2px !important;
    -moz-border-radius: 2px !important;
    -ms-border-radius: 2px !important;
    border-radius: 2px !important;
    background: #FF8713;
}

#content-wrapper .flexed_top_content header.change-on-scroll .header .shops-action-wrapper .search-in-shop .search-form .found_items .products__link .cart-overlay .add span svg, #content-wrapper .flexed_top_content header.change-on-scroll .header .shops-action-wrapper .search-in-shop .search-form .found_items .products__link .cart-overlay .add span img {
    max-width: 24px;
}

#content-wrapper .flexed_top_content header.change-on-scroll .header .shops-action-wrapper .search-in-shop .search-form .found_items .products__link .cart-overlay .calc-items-in-cart {
    position: relative;
    width: 90px;
    height: 30px;
    display: none;
}

#content-wrapper .flexed_top_content header.change-on-scroll .header .shops-action-wrapper .search-in-shop .search-form .found_items .products__link .cart-overlay .calc-items-in-cart input {
    width: 100%;
    height: 30px;
    border: none;
    background: transparent;
    outline: none;
    color: #FF8713;
    font-size: 17px;
    font-family: "helveticamedium";
    text-align: center;
}

#content-wrapper .flexed_top_content header.change-on-scroll .header .shops-action-wrapper .search-in-shop .search-form .found_items .products__link .cart-overlay .calc-items-in-cart .minus, #content-wrapper .flexed_top_content header.change-on-scroll .header .shops-action-wrapper .search-in-shop .search-form .found_items .products__link .cart-overlay .calc-items-in-cart .plus {
    padding: 0;
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    -ms-border-radius: 50% !important;
    border-radius: 50% !important;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
    width: 30px;
    height: 30px;
    background: #FF8713 url("../../images/minus.png") no-repeat center;
}

#content-wrapper .flexed_top_content header.change-on-scroll .header .shops-action-wrapper .search-in-shop .search-form .found_items .products__link .cart-overlay .calc-items-in-cart .minus {
    background-size: 12px;
}

#content-wrapper .flexed_top_content header.change-on-scroll .header .shops-action-wrapper .search-in-shop .search-form .found_items .products__link .cart-overlay .calc-items-in-cart .plus {
    left: initial;
    right: 0;
    background: #FF8713 url("../../images/plus.png") no-repeat center;
    background-size: 12px;
}

#content-wrapper .flexed_top_content header.change-on-scroll .header .shops-action-wrapper .search-in-shop .search-form .found_items .products__link .products__info {
    width: calc(100% - 205px);
    margin-right: 10px;
}

#content-wrapper .flexed_top_content header.change-on-scroll .header .shops-action-wrapper .search-in-shop .search-form .found_items .products__link .products__info .products__name {
    display: block;
    color: #333333;
    font-size: 16px;
    margin-bottom: 5px;
}

#content-wrapper .flexed_top_content header.change-on-scroll .header .shops-action-wrapper .search-in-shop .search-form .found_items .products__link .products__info .products__weight {
    display: block;
    color: #999999;
    font-size: 16px;
    margin-bottom: 5px;
}

#content-wrapper .flexed_top_content header.change-on-scroll .header .shops-action-wrapper .search-in-shop .search-form .found_items .products__link .products__info .products__price {
    display: block;
}

#content-wrapper .flexed_top_content header.change-on-scroll .header .shops-action-wrapper .search-in-shop .search-form .found_items .products__link .products__info .products__price span {
    color: #333333;
    font-family: "helveticamedium";
    font-size: 20px;
}

#content-wrapper .flexed_top_content header.change-on-scroll .header .shops-action-wrapper .search-in-shop .search-form .found_items .products__link .products__info .products__price.sale_price span {
    font-weight: bold;
    color: #BD002F;
    font-family: "helveticamedium";
    font-size: 20px;
}

#content-wrapper .flexed_top_content header.change-on-scroll .header .shops-action-wrapper .search-in-shop .search-form .found_items .products__link .products__info .products__price.sale_price strike {
    font-weight: bold;
    padding-left: 15px;
    font-size: 16px;
    color: #999999;
    font-family: "helveticamedium";
}

#content-wrapper .flexed_top_content header.change-on-scroll .header .shops-action-wrapper .search-in-shop .search-form .found_items .products__link.item-is-in-cart .cart-overlay .calc-items-in-cart {
    display: block;
}

#content-wrapper .flexed_top_content header.change-on-scroll .header .shops-action-wrapper .search-in-shop .search-form .found_items .products__link.item-is-in-cart .cart-overlay .add {
    display: none;
}


@media (max-width: 479px) {
    #content-wrapper .flexed_top_content header.change-on-scroll .header .shops-action-wrapper .search-in-shop .search-form .found_items .products__link .products__image_wrapper {
        width: 72px;
        margin-right: 10px;
    }

    #content-wrapper .flexed_top_content header.change-on-scroll .header .shops-action-wrapper .search-in-shop .search-form .found_items .products__link .products__info {
        width: calc(100% - 122px);
    }

    #content-wrapper .flexed_top_content header.change-on-scroll .header .shops-action-wrapper .search-in-shop .search-form .found_items .products__link .products__info .products__name {
        font-size: 14px;
        margin-bottom: 3px;
    }

    #content-wrapper .flexed_top_content header.change-on-scroll .header .shops-action-wrapper .search-in-shop .search-form .found_items .products__link .products__info .products__weight {
        font-size: 14px;
        margin-bottom: 3px;
    }

    #content-wrapper .flexed_top_content header.change-on-scroll .header .shops-action-wrapper .search-in-shop .search-form .found_items .products__link .products__info .products__price span {
        font-size: 17px;
    }

    #content-wrapper .flexed_top_content header.change-on-scroll .header .shops-action-wrapper .search-in-shop .search-form .found_items .products__link .products__info .products__price.sale_price span {
        font-size: 17px;
    }

    #content-wrapper .flexed_top_content header.change-on-scroll .header .shops-action-wrapper .search-in-shop .search-form .found_items .products__link .products__info .products__price.sale_price strike {
        font-size: 14px;
    }

    #content-wrapper .flexed_top_content header.change-on-scroll .header .shops-action-wrapper .search-in-shop .search-form .found_items .products__link .cart-overlay {
        width: 30px;
        height: 72px;
    }

    #content-wrapper .flexed_top_content header.change-on-scroll .header .shops-action-wrapper .search-in-shop .search-form .found_items .products__link .cart-overlay .add span {
        width: 24px;
        height: 24px;
    }

    #content-wrapper .flexed_top_content header.change-on-scroll .header .shops-action-wrapper .search-in-shop .search-form .found_items .products__link .cart-overlay .add span svg, #content-wrapper .flexed_top_content header.change-on-scroll .header .shops-action-wrapper .search-in-shop .search-form .found_items .products__link .cart-overlay .add span img {
        max-width: 16px;
        max-height: 16px;
    }

    #content-wrapper .flexed_top_content header.change-on-scroll .header .shops-action-wrapper .search-in-shop .search-form .found_items .products__link .cart-overlay .calc-items-in-cart {
        position: relative;
        width: 30px;
        height: 72px;
    }

    #content-wrapper .flexed_top_content header.change-on-scroll .header .shops-action-wrapper .search-in-shop .search-form .found_items .products__link .cart-overlay .calc-items-in-cart input {
        margin-top: 24px;
        margin-left: 6px;
        width: 24px;
        height: 24px;
        font-size: 14px;
    }

    #content-wrapper .flexed_top_content header.change-on-scroll .header .shops-action-wrapper .search-in-shop .search-form .found_items .products__link .cart-overlay .calc-items-in-cart .minus, #content-wrapper .flexed_top_content header.change-on-scroll .header .shops-action-wrapper .search-in-shop .search-form .found_items .products__link .cart-overlay .calc-items-in-cart .plus {
        width: 24px;
        height: 24px;
        left: initial;
        right: 0;
        bottom: 0;
        top: initial;
    }

    #content-wrapper .flexed_top_content header.change-on-scroll .header .shops-action-wrapper .search-in-shop .search-form .found_items .products__link .cart-overlay .calc-items-in-cart .plus {
        background-size: 10px;
        left: initial;
        right: 0;
        top: 0;
        bottom: initial;
    }
}

#content-wrapper .flexed_top_content header.change-on-scroll .header .shops-action-wrapper .search-in-shop .search-form .found_items.found_items-visible {
    opacity: 1;
    visibility: visible;
}

#content-wrapper .flexed_top_content header.change-on-scroll .header .shops-action-wrapper .search-in-shop .search-form .mCustomScrollBox .mCSB_container {
    margin-right: 0;
}

#content-wrapper .flexed_top_content header.change-on-scroll .header .shops-action-wrapper .search-in-shop .search-form .mCustomScrollBox .mCSB_scrollTools {
    width: 10px;
}

#content-wrapper .flexed_top_content header.change-on-scroll .header .shops-action-wrapper .search-in-shop .search-form .mCustomScrollBox .mCSB_scrollTools .mCSB_draggerRail {
    background: none;
}

#content-wrapper .flexed_top_content header.change-on-scroll .header .shops-action-wrapper .search-in-shop .search-form .mCustomScrollBox .mCSB_scrollTools .mCSB_dragger {
    background: #C4C4C4;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    -ms-border-radius: 10px !important;
    border-radius: 10px !important;
}

#content-wrapper .flexed_top_content header.change-on-scroll .header .shops-action-wrapper .search-in-shop .search-form .mCustomScrollBox .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #C4C4C4;
}

#content-wrapper .flexed_top_content header.change-on-scroll .header .shops-action-wrapper .working-hours {
    color: white;
    font-size: 16px;
    position: relative;
}

@media (max-width: 1199px) {
    #content-wrapper .flexed_top_content header.change-on-scroll .header .shops-action-wrapper .working-hours {
        /*visibility: hidden !important;*/
        /*opacity: 0 !important;*/
        /*display: none;*/

    }
}

#content-wrapper .flexed_top_content header.change-on-scroll .header .shops-action-wrapper .working-hours .title {
    cursor: pointer;
}

#content-wrapper .flexed_top_content header.change-on-scroll .header .shops-action-wrapper .working-hours .title svg {
    margin-right: 12px;
}

#content-wrapper .flexed_top_content header.change-on-scroll .header .shops-action-wrapper .working-hours .title span {
    font-weight: bold;
    padding-left: 12px;
    padding-right: 20px;
    background: url("../../images/arrow-down-white.png") no-repeat right center;
}

#content-wrapper .flexed_top_content header.change-on-scroll .header .shops-action-wrapper .working-hours .working-hours__wrapper {
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    width: 400px;
    max-width: 130%;
    z-index: 2;
    visibility: hidden;
    opacity: 0;
}

#content-wrapper .flexed_top_content header.change-on-scroll .header .shops-action-wrapper .working-hours .working-hours__wrapper .shops_name {
    background: #066c29;
    padding: 15px 25px;
    position: relative;
}

#content-wrapper .flexed_top_content header.change-on-scroll .header .shops-action-wrapper .working-hours .working-hours__wrapper .shops_name .shops_icon {
    width: 66px;
    height: 66px;
    background: white;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    -ms-border-radius: 50% !important;
    border-radius: 50% !important;
}

#content-wrapper .flexed_top_content header.change-on-scroll .header .shops-action-wrapper .working-hours .working-hours__wrapper .shops_name .shops_icon img {
    max-height: 46px;
    max-width: 46px;
}

#content-wrapper .flexed_top_content header.change-on-scroll .header .shops-action-wrapper .working-hours .working-hours__wrapper .shops_name .shops_txt {
    width: calc(100% - 66px);
    padding-left: 20px;
    padding-right: 40px;
    font-family: "helveticamedium";
    color: white;
}

#content-wrapper .flexed_top_content header.change-on-scroll .header .shops-action-wrapper .working-hours .working-hours__wrapper .shops_name .hours_close {
    position: absolute;
    right: 25px;
    top: 50%;
    margin-top: -18px;
    padding: 8px;
    cursor: pointer;
}

#content-wrapper .flexed_top_content header.change-on-scroll .header .shops-action-wrapper .working-hours .working-hours__wrapper .work-days-list {
    background: white;
}

#content-wrapper .flexed_top_content header.change-on-scroll .header .shops-action-wrapper .working-hours .working-hours__wrapper .work-days-list .work-days-title {
    color: #333333;
    padding-top: 20px;
    text-align: center;
    margin-bottom: 10px;
}

#content-wrapper .flexed_top_content header.change-on-scroll .header .shops-action-wrapper .working-hours .working-hours__wrapper .work-days-list .work-days-list__item {
    padding: 10px 25px;
}

#content-wrapper .flexed_top_content header.change-on-scroll .header .shops-action-wrapper .working-hours .working-hours__wrapper .work-days-list .work-days-list__item:not(:last-child) {
    border-bottom: 1px solid #E5E5E5;
}

#content-wrapper .flexed_top_content header.change-on-scroll .header .shops-action-wrapper .working-hours .working-hours__wrapper .work-days-list .work-days-list__item .day {
    color: #333333;
}

#content-wrapper .flexed_top_content header.change-on-scroll .header .shops-action-wrapper .working-hours .working-hours__wrapper .work-days-list .work-days-list__item .time {
    color: #333333;
    font-weight: bold;
}

#content-wrapper .flexed_top_content header.change-on-scroll .header .shops-action-wrapper .working-hours .working-hours__wrapper.active {
    visibility: visible;
    opacity: 1;
    max-height: 300px;
    overflow-y: scroll;
}

#content-wrapper .flexed_top_content header.change-on-scroll .header .shops-action-wrapper .abs_shops_info_wrapper {
    width: 300px;
    padding-bottom: 25px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

#content-wrapper .flexed_top_content header.change-on-scroll .header .shops-action-wrapper .abs_shops_info_wrapper .outer_info {
    position: relative;
    width: 100%;
    /*overflow-y: scroll;*/
    max-height: 300px;
}

#content-wrapper .flexed_top_content header.change-on-scroll .header .shops-action-wrapper .abs_shops_info_wrapper .outer_info .img_block {
    width: 90px;
    height: 90px;
    background: white;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    -ms-border-radius: 50% !important;
    border-radius: 50% !important;
    border: 1px solid #066c29;
    overflow: hidden;

}

#content-wrapper .flexed_top_content header.change-on-scroll .header .shops-action-wrapper .abs_shops_info_wrapper .outer_info .img_block img {
    max-width: 70px;
    max-height: 70px;
}

@media (max-width: 991px) {
    #content-wrapper .flexed_top_content header.change-on-scroll .header .shops-action-wrapper .abs_shops_info_wrapper .outer_info .img_block {
        width: 60px;
        height: 60px;
    }

    #content-wrapper .flexed_top_content header.change-on-scroll .header .shops-action-wrapper .abs_shops_info_wrapper .outer_info .img_block img {
        max-width: 40px;
        max-height: 40px;
    }
}

#content-wrapper .flexed_top_content header.change-on-scroll .header .shops-action-wrapper .abs_shops_info_wrapper .outer_info h2 {
    font-size: 24px;
    font-family: "helveticamedium";
    color: white;
    text-align: center;
    margin-bottom: 8px;
}

#content-wrapper .flexed_top_content header.change-on-scroll .header .shops-action-wrapper .abs_shops_info_wrapper .outer_info h5 {
    font-size: 18px;
    color: white;
    text-align: center;
}

@media (max-width: 767px) {
    #content-wrapper .flexed_top_content header.change-on-scroll .header .shops-action-wrapper .abs_shops_info_wrapper .outer_info h2 {
        font-size: 20px;
    }

    #content-wrapper .flexed_top_content header.change-on-scroll .header .shops-action-wrapper .abs_shops_info_wrapper .outer_info h4 {
        font-size: 14px;
    }
}

#content-wrapper .flexed_top_content header.change-on-scroll .header .shops-action-wrapper .abs_shops_info_wrapper .outer_info .txt_inf {
    max-height: 300px;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

#content-wrapper .flexed_top_content header.change-on-scroll .header .shops-action-wrapper .fav-b {
    margin-bottom: 50px;
    margin-top: 0;
    position: relative;
}

#content-wrapper .flexed_top_content header.change-on-scroll .header .shops-action-wrapper .fav-b span.txt {
    color: #333333;
    font-size: 24px;
    font-family: "helveticamedium";
    line-height: 1;
}

#content-wrapper .flexed_top_content header.change-on-scroll .header .shops-action-wrapper .fav-b .icon {
    display: none;
    position: absolute;
    left: 50%;
    margin-left: -32px;
    bottom: 100%;
}

#content-wrapper .flexed_top_content header.change-on-scroll .header .shops-action-wrapper .fav-b .icon img {
    max-width: 64px;
}

@media (min-width: 992px) {
    #content-wrapper .flexed_top_content header.change-on-scroll .header .shops-action-wrapper .fav-b span.txt {
        display: none;
    }

    #content-wrapper .flexed_top_content header.change-on-scroll .header .shops-action-wrapper .fav-b .icon {
        display: block;
    }
}

#content-wrapper .flexed_top_content header.change-on-scroll .header .shops-action-wrapper .fav-b_desktop {
    color: #333333;
    font-size: 18px;
    margin-top: 5px;
    font-family: "helveticamedium";
}

@media (max-width: 991px) {
    #content-wrapper .flexed_top_content header.change-on-scroll .header .shops-action-wrapper .fav-b_desktop {
        display: none;
    }
}

#content-wrapper .flexed_top_content header.change-on-scroll .header .location {
    visibility: visible;
    opacity: 1;
}

@media (max-width: 991px) {
    #content-wrapper .flexed_top_content header.change-on-scroll .header .location, #content-wrapper .flexed_top_content header.change-on-scroll .header .auth, #content-wrapper .flexed_top_content header.change-on-scroll .header .shops {
        position: initial;
        margin-top: 10px;
    }

    #content-wrapper .flexed_top_content header.change-on-scroll .header .location .auth__wrapper, #content-wrapper .flexed_top_content header.change-on-scroll .header .location .location-select, #content-wrapper .flexed_top_content header.change-on-scroll .header .location .shops__wrapper, #content-wrapper .flexed_top_content header.change-on-scroll .header .auth .auth__wrapper, #content-wrapper .flexed_top_content header.change-on-scroll .header .auth .location-select, #content-wrapper .flexed_top_content header.change-on-scroll .header .auth .shops__wrapper, #content-wrapper .flexed_top_content header.change-on-scroll .header .shops .auth__wrapper, #content-wrapper .flexed_top_content header.change-on-scroll .header .shops .location-select, #content-wrapper .flexed_top_content header.change-on-scroll .header .shops .shops__wrapper {
        width: calc(100% + 220px);
        /*left: 0px;*/
        top: 50px;
        max-width: initial;
    }
}


#content-wrapper .flexed_top_content header.change-on-scroll.scrolled {
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

#content-wrapper .flexed_top_content header.change-on-scroll.scrolled:not(.products-header) {
    background: white !important;

}

#content-wrapper .flexed_top_content header.change-on-scroll.scrolled .header .logo img:first-child {
    display: none;
}

#content-wrapper .flexed_top_content header.change-on-scroll.scrolled .header .logo img:last-child {
    display: initial;
}

#content-wrapper .flexed_top_content header.change-on-scroll.scrolled .header .location .location__txt * {
    color: #333333;
}

#content-wrapper .flexed_top_content header.change-on-scroll.scrolled .header .location .location__icon svg path {
    fill: #066c29 !important;
}

#content-wrapper .flexed_top_content header.change-on-scroll.scrolled .header .auth .auth__txt * {
    color: #333333;
}

#content-wrapper .flexed_top_content header.change-on-scroll.scrolled .header .auth .auth__icon svg path {
    fill: #066c29 !important;
}

#content-wrapper .flexed_top_content header.change-on-scroll.scrolled .header .cart .cart__button svg path {
    fill: #066c29 !important;
}

#content-wrapper .flexed_top_content header.change-on-scroll.scrolled .header .language .lang-wrap a, #content-wrapper .flexed_top_content header.change-on-scroll.scrolled .header .language .lang-wrap span {
    color: #333333;
}

#content-wrapper .flexed_top_content header.change-on-scroll.scrolled .header .language .lang-bt svg path {
    fill: #066c29 !important;
}

#content-wrapper .flexed_top_content header.change-on-scroll.scrolled .header .shops .shops__button {
    padding: 0;
}

#content-wrapper .flexed_top_content header.change-on-scroll.scrolled .header .shops .shops__button span {
    border: 1px solid #066c29;
    background: url("../../images/arrow-down-gray.png");
    background-repeat: no-repeat;
    background-position: calc(100% - 20px) center;
    color: #333333;
}

#content-wrapper .flexed_top_content header.change-on-scroll.scrolled .header .shops .shops__button svg path {
    fill: #066c29 !important;
}

#content-wrapper .flexed_top_content header.change-on-scroll.scrolled .header .shops.shops-is-open .shops__button span {
    background: url("../../images/arrow-up-gray.png");
    background-repeat: no-repeat;
    background-position: calc(100% - 20px) center;
}

#content-wrapper .flexed_top_content header.change-on-scroll.scrolled .header .shops-action-wrapper .shop-info {
    visibility: visible;
    opacity: 1;
}

#content-wrapper .flexed_top_content header.change-on-scroll.scrolled .header .shops-action-wrapper .working-hours {
    color: #333333;
}

#content-wrapper .flexed_top_content header.change-on-scroll.scrolled .header .shops-action-wrapper .working-hours .title svg path {
    fill: #066c29 !important;
}

#content-wrapper .flexed_top_content header.change-on-scroll.scrolled .header .shops-action-wrapper .working-hours span {
    background: url("../../images/arrow-down-gray.png");
    background-repeat: no-repeat;
    background-position: right center;
}

/*@media (max-width: 1199px) {
    #content-wrapper .flexed_top_content header.change-on-scroll.scrolled .header .shops-action-wrapper .abs_shops_info_wrapper {
        width: 100%;
        max-width: 500px;
    }
}*/

#content-wrapper .flexed_top_content header.change-on-scroll.scrolled .header .shops-action-wrapper .abs_shops_info_wrapper .outer_info {
    width: initial;
}

#content-wrapper .flexed_top_content header.change-on-scroll.scrolled .header .shops-action-wrapper .abs_shops_info_wrapper .outer_info .txt_inf {
    overflow: hidden;
    max-height: 0;
}

@media (min-width: 1200px) {
    #content-wrapper .flexed_top_content header.change-on-scroll.scrolled .header .shops-action-wrapper .abs_shops_info_wrapper {
        display: none;
    }
}

#content-wrapper .flexed_top_content header.change-on-scroll.explorer {
    position: fixed;
}

#content-wrapper .flexed_top_content header.change-on-scroll.explorer + main {
    padding-top: 233px;
}

@media (max-width: 767px) {
    #content-wrapper .flexed_top_content header.change-on-scroll.explorer + main {
        padding-top: 320px;
    }
}

#content-wrapper .flexed_top_content header.change-on-scroll.explorer.changed + main {
    padding-top: 144px;
}

@media (max-width: 767px) {
    #content-wrapper .flexed_top_content header.change-on-scroll.explorer.changed + main {
        padding-top: 147px;
    }
}

#content-wrapper .flexed_top_content header.user-header {
    background: #066c29;
    height: auto;
}

#content-wrapper .flexed_top_content header.user-header .header {
    height: auto;
    padding-bottom: 15px;
}

#content-wrapper .flexed_top_content header.user-header .header .location {
    visibility: visible;
    opacity: 1;
}

#content-wrapper .flexed_top_content header.another-header {
    height: auto;
    background-position: center;
}

#content-wrapper .flexed_top_content header.another-header .header {
    height: auto;
    padding-bottom: 15px;
}

#content-wrapper .flexed_top_content header.another-header .header .location {
    visibility: visible;
    opacity: 1;
}

#content-wrapper .flexed_top_content header.another-header .page-title {
    height: 300px;
    padding-bottom: 100px;
    font-size: 36px;
    color: white;
    line-height: 1;
    font-family: "helveticamedium";
}

@media (max-width: 767px) {
    #content-wrapper .flexed_top_content header.another-header .page-title {
        height: 100px;
        padding-bottom: 40px;
        font-size: 28px;
    }
}

#content-wrapper .flexed_top_content header .main_container {
    max-width: 1920px;
    position: relative;
}

#content-wrapper .flexed_top_content main .home .home__news {
    margin: 60px 0 0;
    display: none !important;
}

#content-wrapper .flexed_top_content main .home .home__news .title {
    font-size: 24px;
    color: #333333;
    font-family: "helveticamedium";
}

#content-wrapper .flexed_top_content main .home .home__news .title a {
    font-size: 24px;
    color: #333333;
    font-family: "helveticamedium";
    pointer-events: none;
}

#content-wrapper .flexed_top_content main .home .home__news .title__link {
    color: #FF8713;
}

@media (max-width: 767px) {
    #content-wrapper .flexed_top_content main .home .home__news .title__link {
        display: none;
    }
}

#content-wrapper .flexed_top_content main .home .home__news .home__news__list {
    margin-top: 40px;
}

@media (max-width: 767px) {
    #content-wrapper .flexed_top_content main .home .home__news .home__news__list {
        margin-top: 15px;
        text-align: center;
    }
}

#content-wrapper .flexed_top_content main .home .home__news .home__news__list .home__news__list__item {
    margin-bottom: 40px;
}

#content-wrapper .flexed_top_content main .home .home__news .home__news__list .home__news__list__item .home__news__list__item__date {
    display: block;
    font-size: 12px;
    font-family: "helveticamedium";
    color: #D02628;
}

#content-wrapper .flexed_top_content main .home .home__news .home__news__list .home__news__list__item .home__news__list__item__title {
    display: block;
    line-height: 1;
    font-size: 16px;
    font-family: "helveticamedium";
    color: #333333;
    margin: 7px 0 13px;
}

#content-wrapper .flexed_top_content main .home .home__news .home__news__list .home__news__list__item .home__news__list__item__text {
    display: block;
    font-size: 16px;
    line-height: 17px;
    overflow: hidden;
    height: 55px;
    color: #444444;
}

#content-wrapper .flexed_top_content main .home .products {
    display: none;
}

@media (max-width: 767px) {
    #content-wrapper .flexed_top_content main .home .products {
        margin-top: 25px;
    }
}

#content-wrapper .flexed_top_content main .home .products.products-visible {
    display: block;
}

#content-wrapper .flexed_top_content main .home .products .title {
    text-align: left;
    position: relative;
}

#content-wrapper .flexed_top_content main .home .products .title a {
    font-family: "helveticamedium";
    font-size: 24px;
    color: #333333;
    pointer-events: none;
}

#content-wrapper .flexed_top_content main .home .products .title a.title-link {
    pointer-events: initial;
    font-size: 16px;
    font-family: #083C51;
    color: #FF8713;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -7px;
}

@media (max-width: 767px) {
    #content-wrapper .flexed_top_content main .home .products .title a.title-link {
        display: none;
    }
}

#content-wrapper .flexed_top_content main .home .products .products__item {
    padding-top: 17px;
    background-color: white;
    border-radius: 10px;
    overflow: hidden;
    transition: all ease-out 0.2s;
}

#content-wrapper .flexed_top_content main .home .products .products__item:hover {
    box-shadow: 0px 20px 60px #00000033;
}

#content-wrapper .flexed_top_content main .home .products .products__category {
    padding-top: 0;
    height: 80px;
    background: #FFFFFF 0% 0% no-repeat;
    border-radius: 10px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    cursor: pointer;
}

#content-wrapper .flexed_top_content main .home .products .products__link {
    display: block;
    position: relative;
    outline: none;
}

#content-wrapper .flexed_top_content main .home .products .products__link .products__image_wrapper {
    display: block;
    width: 100%;
    position: relative;
    background: white;
    margin-bottom: 15px;
}

#content-wrapper .flexed_top_content main .home .products .products__link .products__image_wrapper:before {
    content: '';
    display: block;
    padding-bottom: 100%;
}

#content-wrapper .flexed_top_content main .home .products .products__link .products__image_wrapper .products__logo {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 80px;
    height: 80px;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    -ms-border-radius: 50% !important;
    border-radius: 50% !important;
    padding: 10px;
    z-index: 3;
    display: block;
    background-color: white;
}
.products__logo2 :first-child{
    margin-bottom: 20px;
}


#content-wrapper .flexed_top_content main .home .products .products__link .products__image_wrapper .products__logo2 {
    position: absolute;
    top: 14px;
    width: 80px;
    height: 80px;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    -ms-border-radius: 50% !important;
    border-radius: 50% !important;
    padding: 10px;
    z-index: 3;
    display: block;
    /*background-color: white;*/
}

#content-wrapper .flexed_top_content main .home .products .products__link .products__image_wrapper .products__logo img, #content-wrapper .flexed_top_content main .home .products .products__link .products__image_wrapper .products__logo svg {
    max-width: 60px;
    max-height: 60px;
}

#content-wrapper .flexed_top_content main .home .products .products__link .products__image_wrapper .products__image {
    display: block;
    position: absolute;
    top: 14px;
    left: 14px;
    width: calc(100% - 28px);
    height: calc(100% - 28px);
    z-index: 1;
    overflow: hidden;
}

#content-wrapper .flexed_top_content main .home .products .products__link .products__image_wrapper .products__image img {
    width: auto;
    max-width: 100%;
    max-height: 100%;
}

#content-wrapper .flexed_top_content main .home .products .products__link .products__image_wrapper .products__sale {
    position: absolute;
    z-index: 6;
    display: block;
    right: 5px;
    top: -17px;
    width: 56px;
    height: 56px;
    background: #BD002F;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    -ms-border-radius: 50% !important;
    border-radius: 50% !important;
    color: white;
    font-size: 36px;
    font-weight: bold;
}

#content-wrapper .flexed_top_content main .home .products .products__link .products__image_wrapper .cart-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 5;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

#content-wrapper .flexed_top_content main .home .products .products__link .products__image_wrapper .cart-overlay .add {
    cursor: pointer;
}

#content-wrapper .flexed_top_content main .home .products .products__link .products__image_wrapper .cart-overlay .add span {
    display: block;
    width: 160px;
    height: 40px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-border-radius: 2px !important;
    -moz-border-radius: 2px !important;
    -ms-border-radius: 2px !important;
    border-radius: 2px !important;
    background: #FF8713;
    color: white;
}

#content-wrapper .flexed_top_content main .home .products .products__link .products__image_wrapper .cart-overlay .add span svg, #content-wrapper .flexed_top_content main .home .products .products__link .products__image_wrapper .cart-overlay .add span img {
    margin-right: 10px;
    max-width: 24px;
}

#content-wrapper .flexed_top_content main .home .products .products__link .products__image_wrapper .cart-overlay .calc-items-in-cart {
    position: relative;
    width: 140px;
    height: 40px;
    display: none;
}

#content-wrapper .flexed_top_content main .home .products .products__link .products__image_wrapper .cart-overlay .calc-items-in-cart input {
    width: 100%;
    height: 40px;
    border: none;
    background: transparent;
    outline: none;
    color: #FF8713;
    font-size: 20px;
    font-family: "helveticamedium";
    text-align: center;
}

#content-wrapper .flexed_top_content main .home .products .products__link .products__image_wrapper .cart-overlay .calc-items-in-cart .minus, #content-wrapper .flexed_top_content main .home .products .products__link .products__image_wrapper .cart-overlay .calc-items-in-cart .plus {
    padding: 0;
    cursor: pointer;
    position: absolute;
    left: 0;
    top: -3px;
    z-index: 2;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    -ms-border-radius: 50% !important;
    border-radius: 50% !important;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
    width: 46px;
    height: 46px;
    background: #FF8713 url("../../images/minus.png") no-repeat center;
}

#content-wrapper .flexed_top_content main .home .products .products__link .products__image_wrapper .cart-overlay .calc-items-in-cart .plus {
    left: initial;
    right: 0;
    background: #FF8713 url("../../images/plus.png") no-repeat center;
}

#content-wrapper .flexed_top_content main .home .products .products__link .products__image_wrapper .favourite {
    padding: 3px;
    cursor: pointer;
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 6;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
    visibility: visible;
    opacity: 1;
}

#content-wrapper .flexed_top_content main .home .products .products__link .products__info .products__name {
    display: block;
    color: #333333;
    font-size: 14px;
    margin-bottom: 15px;
    text-align: center;
    padding: 0 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#content-wrapper .flexed_top_content main .home .products .products__link .products__info .products-category__name {
    display: block;
    color: #333333;
    font-size: 14px;
    text-align: center;
    padding: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.products__price_in-modal {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 30px;
    background: #FFF34F;
    color: #086C28 !important;
    border-radius: 10px;
}

.product-info-dialog-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 40px;
    margin-bottom: calc(50% - 150px);
}

.products__price_in {
    width: 40%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FFF34F;
    color: #086C28;
}

#content-wrapper .flexed_top_content main .home .products .products__link .products__info .products__weight {
    display: block;
    color: #999999;
    font-size: 16px;
    margin-bottom: 5px;
}

#content-wrapper .flexed_top_content main .home .products .products__link .products__info .products__price {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#content-wrapper .flexed_top_content main .home .products .products__link .products__info .products__price span {
    font-family: "helveticamedium";
    font-size: 14px;
}

#content-wrapper .flexed_top_content main .home .products .products__link .products__info .products__price.sale_price span {
    font-weight: bold;
    color: #BD002F;
    font-family: "helveticamedium";
    font-size: 20px;
}

#content-wrapper .flexed_top_content main .home .products .products__link .products__info .products__price.sale_price strike {
    font-weight: bold;
    padding-left: 15px;
    font-size: 16px;
    color: #999999;
    font-family: "helveticamedium";
}

#content-wrapper .flexed_top_content main .home .products .products__link.item-is-in-cart .products__image_wrapper .cart-overlay .calc-items-in-cart {
    display: block;
}

#content-wrapper .flexed_top_content main .home .products .products__link.item-is-in-cart .products__image_wrapper .cart-overlay .add {
    display: none;
}

.add {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60%;
    background-color: #086C28;
    color: white;
    cursor: pointer;
}

.add:hover,
.add:focus {
    background-color: #086C28 !important;
    color: white;
}

.cart-item__count {
    color: #E21F1F;
    font-size: 13px;
}


.total-price__cart {
    display: flex;
    flex-direction: column;
    padding-left: 30px;
    padding-top: 10px;
}

.total-price__cart span {
    font-size: 20px;
}

.cart-title {
    font-size: 20px;
    padding: 10px 30px;
}

.cart-address {
    padding: 30px;
    border: solid 1px #F4F4F4;
    border-radius: 10px;
    margin: 0 30px 10px;
}

.cart-item__company {
    color: rgba(0, 0, 0, 0.4);
    font-size: 12px;
}

.cart-item-count {
    background-color: #086C28;
    border-radius: 10px;
    color: white;
    font-size: 14px;
    padding: 5px 10px;
}

.header-right {
    padding-top: 10px;
}

.header-left,
.header-right {
    display: flex;

}

.header-left {
    padding-top: 0;
}

.logo-wrapper {
    width: 100%;
    justify-content: space-between;
}

#content-wrapper .flexed_top_content main .home .products .products__link.item-is-in-favourite .products__image_wrapper .favourite {
    visibility: visible;
    opacity: 1;
}

#content-wrapper .flexed_top_content main .home .products .products__link.item-is-in-favourite .products__image_wrapper .favourite svg g path {
    fill: #FF8713;
}

@media (min-width: 992px) {
    #content-wrapper .flexed_top_content main .home .products .products__link:hover .products__image_wrapper .favourite {
        visibility: visible;
        opacity: 1;
    }

    #content-wrapper .flexed_top_content main .home .products .products__link:hover .products__image_wrapper .cart-overlay {
        opacity: 1;
        visibility: visible;
    }
}


@media (max-width: 500px) {
    #content-wrapper .flexed_top_content main .home .products .products__link .products__info .products__price span {
        font-size: 12px !important;
    }
}

@media (max-width: 991px) {
    #content-wrapper .flexed_top_content main .home .products .products__link .products__image_wrapper {
        margin-bottom: 8px;
    }

    #content-wrapper .flexed_top_content main .home .products .products__link .products__image_wrapper .favourite {
        visibility: visible;
        opacity: 1;
        top: 3px;
        left: 3px;
    }

    #content-wrapper .flexed_top_content main .home .products .products__link .products__image_wrapper .favourite svg {
        width: 15px;
        height: 13px;
    }

    #content-wrapper .flexed_top_content main .home .products .products__link .products__image_wrapper .cart-overlay {
        opacity: 1;
        visibility: visible;
        background: transparent;
        -webkit-box-pack: flex-end !important;
        -moz-box-pack: flex-end !important;
        -ms-flex-pack: flex-end !important;
        -webkit-justify-content: flex-end !important;
        justify-content: flex-end !important;
        -webkit-box-align: flex-end !important;
        -moz-box-align: flex-end !important;
        -ms-flex-align: flex-end !important;
        -webkit-align-items: flex-end !important;
        align-items: flex-end !important;
    }

    #content-wrapper .flexed_top_content main .home .products .products__link .products__image_wrapper .cart-overlay .add {
        width: 30px;
        height: 30px;
        -webkit-border-radius: 50% !important;
        -moz-border-radius: 50% !important;
        -ms-border-radius: 50% !important;
        border-radius: 50% !important;
        background: #FF8713 url("../../images/plus.png") no-repeat center;
        background-size: 10px;
        position: absolute;
        right: 5px;
        bottom: 5px;
    }

    #content-wrapper .flexed_top_content main .home .products .products__link .products__image_wrapper .cart-overlay .add span {
        display: none !important;
    }

    #content-wrapper .flexed_top_content main .home .products .products__link .products__image_wrapper .cart-overlay .calc-items-in-cart {
        margin-right: 5px;
        margin-bottom: 5px;
        width: 80px;
        height: 30px;
    }

    #content-wrapper .flexed_top_content main .home .products .products__link .products__image_wrapper .cart-overlay .calc-items-in-cart input {
        height: 30px;
        font-size: 15px;
    }

    #content-wrapper .flexed_top_content main .home .products .products__link .products__image_wrapper .cart-overlay .calc-items-in-cart .minus, #content-wrapper .flexed_top_content main .home .products .products__link .products__image_wrapper .cart-overlay .calc-items-in-cart .plus {
        width: 30px;
        height: 30px;
        left: 0;
        top: 0;
        background-size: 10px;
    }

    #content-wrapper .flexed_top_content main .home .products .products__link .products__image_wrapper .cart-overlay .calc-items-in-cart .plus {
        left: initial;
        right: 0;
    }

    #content-wrapper .flexed_top_content main .home .products .products__link .products__image_wrapper .products__sale {
        right: 5px;
        top: -12px;
        width: 24px;
        height: 24px;
    }

    #content-wrapper .flexed_top_content main .home .products .products__link .products__image_wrapper .products__sale svg {
        width: 12px;
        height: 12px;
    }

    #content-wrapper .flexed_top_content main .home .products .products__link .products__image_wrapper .products__logo {
        top: 5px;
        left: 5px;
        width: 50px;
        height: 50px;
    }

    #content-wrapper .flexed_top_content main .home .products .products__link .products__image_wrapper .products__logo img, #content-wrapper .flexed_top_content main .home .products .products__link .products__image_wrapper .products__logo svg {
        max-width: 30px;
        max-height: 30px;
    }

    #content-wrapper .flexed_top_content main .home .products .products__link .products__info .products__name {
        font-size: 14px;
        margin-bottom: 3px;
    }

    #content-wrapper .flexed_top_content main .home .products .products__link .products__info .products__weight {
        font-size: 14px;
        margin-bottom: 3px;
    }

    #content-wrapper .flexed_top_content main .home .products .products__link .products__info .products__price span {
        font-size: 15px;
    }

    #content-wrapper .flexed_top_content main .home .products .products__link .products__info .products__price.sale_price span {
        font-size: 17px;
    }

    #content-wrapper .flexed_top_content main .home .products .products__link .products__info .products__price.sale_price strike {
        font-size: 14px;
    }
}

#content-wrapper .flexed_top_content main .home .products.shops {
    margin-top: 0;
    padding: 60px 0;
}

#content-wrapper .flexed_top_content main .home .products.shops .products__link {
    text-align: center;
    outline: none;
}

.subtitle {
    letter-spacing: 0;
    color: #000000;
    opacity: 0.51;
    margin-bottom: 52px;
    display: inline-block;
}

#content-wrapper .flexed_top_content main .home .products.shops .products__link .products__image_wrapper {
    border: none;
    background: none;
}

#content-wrapper .flexed_top_content main .home .products.shops .products__link .products__image_wrapper .products__image {
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    -ms-border-radius: 50% !important;
    border-radius: 50% !important;
    background: white;
    border: 1px solid #E5E5E5;
}

#content-wrapper .flexed_top_content main .home .products.shops .products__link .products__image_wrapper .products__image img {
    /*max-width: 115px;*/
    /*max-height: 115px;*/
    width: calc(100% - 25px);
    max-height: 100%;
}

/*@media (max-width: 479px) {*/
/*#content-wrapper .flexed_top_content main .home .products.shops .products__link .products__image_wrapper .products__image img {*/
/*max-width: 60px;*/
/*max-height: 60px;*/
/*}*/
/*}*/

#content-wrapper .flexed_top_content main .home .products .owl-stage-outer {
    z-index: 99999999999;
}

#content-wrapper .flexed_top_content main .home .products .owl-nav {
    display: block;
    position: absolute;
    margin-top: -55px;
    width: 100%;
}

#content-wrapper .flexed_top_content main .home .products .owl-nav .owl-prev {
    float: left;
    margin-left: -70px;
    margin-right: -70px;
    width: 44px;
    height: 44px;
    background: #FFFFFF 0 0 no-repeat;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #086C28;

}

#content-wrapper .flexed_top_content main .home .products .owl-nav .owl-next {
    float: right;
    margin-right: -70px;
    width: 44px;
    height: 44px;
    background: #FFFFFF 0 0 no-repeat;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #086C28;
}

#content-wrapper .flexed_top_content main .home .products .owl-nav .owl-next:hover,
#content-wrapper .flexed_top_content main .home .products .owl-nav .owl-prev:hover {
    background: #FFF34F 0 0 no-repeat;
    box-shadow: 0 10px 30px #00000029;
    transition: all ease-out 0.2s;
}

@media (max-width: 1365px) {
    #content-wrapper .flexed_top_content main .home .products {
        padding-bottom: 60px;
    }

    #content-wrapper .flexed_top_content main .home .products.shops {
        padding-bottom: 85px;
    }

    #content-wrapper .flexed_top_content main .home .products .owl-nav {
        width: initial;
        top: initial;
        margin-top: initial;
        left: 50%;
        bottom: -60px;
    }

    #content-wrapper .flexed_top_content main .home .products .owl-nav .owl-prev {
        margin-left: -50px;
    }

    #content-wrapper .flexed_top_content main .home .products .owl-nav .owl-next {
        margin-right: -50px;
    }
}

#content-wrapper .flexed_top_content main .products-page {
    margin-top: 40px;
}

@media (max-width: 991px) {
    #content-wrapper .flexed_top_content main .products-page {
        margin-top: 15px;
    }
}

#content-wrapper .flexed_top_content main .products-page .category {
    margin-bottom: 30px;
    background-color: white;
    border-radius: 10px;
}

@media (max-width: 500px) {
    #content-wrapper .flexed_top_content main .home .products .products__link .products__image_wrapper .cart-overlay .calc-items-in-cart input {
        height: 30px;
        font-size: 12px;
    }
}

@media (min-width: 992px) {
    #content-wrapper .flexed_top_content main .products-page .category {
        width: 300px;
        margin-right: 30px;
    }
}

@media (max-width: 991px) {
    #content-wrapper .flexed_top_content main .products-page .category {
        max-height: 48px;
        transition: max-height 0.25s ease-out;
        overflow: hidden;
        margin-bottom: 10px;
    }
}

#content-wrapper .flexed_top_content main .products-page .category.category-open {
    transition: max-height 0.25s ease-in;
    max-height: initial;
}

@media (max-width: 991px) {
    #content-wrapper .flexed_top_content main .products-page .category .category__title {
        height: 48px;
        padding-left: 15px;
        margin: 0;
        font-size: 16px;
        color: white !important;
        font-family: "helveticamedium";
        -webkit-border-top-left-radius: 3px !important;
        -webkit-border-top-right-radius: 3px !important;
        -moz-border-radius-topleft: 3px !important;
        -moz-border-radius-topright: 3px !important;
        border-top-left-radius: 3px !important;
        border-top-right-radius: 3px !important;
    }
}

#content-wrapper .flexed_top_content main .products-page .category .category__title {
    height: 48px;
    padding-left: 15px;
    margin: 0;
    font-size: 16px;
    color: black;
    font-family: "helveticamedium";
    -webkit-border-top-left-radius: 3px !important;
    -webkit-border-top-right-radius: 3px !important;
    -moz-border-radius-topleft: 3px !important;
    -moz-border-radius-topright: 3px !important;
    border-top-left-radius: 3px !important;
    border-top-right-radius: 3px !important;
}

#content-wrapper .flexed_top_content main .products-page .category .category__title span {
    font-size: 16px;
    color: white;
    font-family: "helveticamedium";
}

@media (max-width: 991px) {
    #content-wrapper .flexed_top_content main .products-page .category .category__title {
        background: #066c29 url("../../images/hamburger.svg") no-repeat calc(100% - 15px) center;
        background-size: 20px;
    }
}

#content-wrapper .flexed_top_content main .products-page .category .category__title .sorted_cat_nm {
    display: none;
}

#content-wrapper .flexed_top_content main .products-page .category .category__list {
    padding: 0;
    margin: 0;
}

@media (max-width: 991px) {
    #content-wrapper .flexed_top_content main .products-page .category .category__list {
        margin-top: 8px;
    }
}

#content-wrapper .flexed_top_content main .products-page .category .category__list .category__item {
    list-style-type: none;
    display: block;
    position: relative;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease;
    border-bottom: 1px solid #EBEBEB;
}

#content-wrapper .flexed_top_content main .products-page .category .category__list .category__item .category__link {
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

#content-wrapper .flexed_top_content main .products-page .category .category__list .category__item .category__link .category__icon {
    width: auto;
    height: auto;
}

#content-wrapper .flexed_top_content main .products-page .category .category__list .category__item .category__link .category__icon img, #content-wrapper .flexed_top_content main .products-page .category .category__list .category__item .category__link .category__icon svg {
    max-width: 40px;
    max-height: 40px;
}

#content-wrapper .flexed_top_content main .products-page .category .category__list .category__item .category__link .category__txt {
    width: calc(100% - 48px);
    height: 46px;
    color: #086C28;
    padding: 0 15px;
}

@media (max-width: 991px) {
    #content-wrapper .flexed_top_content main .products-page .category .category__list .category__item .category__link .category__txt {
        font-size: 12px;
        /*width: auto;*/
        height: 20px;
        color: #086C28;
        /*white-space: nowrap;*/
    }
}

@media (min-width: 992px) {
    #content-wrapper .flexed_top_content main .products-page .category .category__list .category__item .category__list {
        visibility: hidden;
        opacity: 0;
        width: 260px;
        position: absolute;
        left: 100%;
        top: 0;
        z-index: 3;
        background: white;
        -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
        -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
        -webkit-transition: all 0.25s ease;
        -moz-transition: all 0.25s ease;
        -o-transition: all 0.25s ease;
        -ms-transition: all 0.25s ease;
        transition: all 0.25s ease;
    }
}

@media (max-width: 991px) {
    #content-wrapper .flexed_top_content main .products-page .category .category__list .category__item .category__list {
        display: none;
        /*margin: -2px 0 -2px 4px;*/
        /*max-height: 0;*/
        /*overflow: hidden;*/
        /*transition: max-height 0.25s ease-out;*/
    }

    /*#content-wrapper .flexed_top_content main .products-page .category .category__list .category__item .category__list .category__item .category__link .category__txt {*/
    /*padding-left: 0 !important;*/
    /*}*/
}

#content-wrapper .flexed_top_content main .products-page .category .category__list .category__item .category__list .category__item .category__link .category__txt {
    padding-left: 15px;
}

#content-wrapper .flexed_top_content main .products-page .category .category__list .category__item:hover > .category__link {
    background: #DBEFB9;
}

@media (min-width: 992px) {
    #content-wrapper .flexed_top_content main .products-page .category .category__list .category__item:hover .category__list {
        visibility: visible;
        opacity: 1;
    }
}

#content-wrapper .flexed_top_content main .products-page .category .category__list .category__item.active > .category__link {
    background: #DBEFB9;
}

#content-wrapper .flexed_top_content main .products-page .category .category__list .category__item.active .category__list {
    transition: max-height 0.25s ease-in;
    max-height: initial;
}

#content-wrapper .flexed_top_content main .products-page .category .category__list .category__item.active .category__list .category__item .category__link .category__txt {
    padding-left: 48px;
    height: 36px;
}

#content-wrapper .flexed_top_content main .products-page .category .category__list .category__item.sale__item .category__link {
    background: #BD002F !important;
}

#content-wrapper .flexed_top_content main .products-page .category .category__list .category__item.sale__item .category__link .category__icon {
    color: white;
    font-size: 20px;
    font-weight: bold;
}

#content-wrapper .flexed_top_content main .products-page .category .category__list .category__item.sale__item .category__link .category__txt {
    color: white;
}

#content-wrapper .flexed_top_content main .products-page .category .left_shops_list {
    padding: 0;
    margin: 0;
    width: 100%;
}

#content-wrapper .flexed_top_content main .products-page .category .left_shops_list li {
    list-style-type: none;
    display: block;
    border-bottom: 1px solid #EBEBEB;
}

#content-wrapper .flexed_top_content main .products-page .category .left_shops_list li a {
    height: 60px;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

#content-wrapper .flexed_top_content main .products-page .category .left_shops_list li a:hover {
    background-color: #DBEFB9;
}

#content-wrapper .flexed_top_content main .products-page .category .left_shops_list li a .img-block {
    width: 110px;
    padding-left: 20px;
}

#content-wrapper .flexed_top_content main .products-page .category .left_shops_list li a .img-block img {
    max-width: 70px;
    max-height: 50px;
}

#content-wrapper .flexed_top_content main .products-page .category .left_shops_list li a .txt {
    color: #333333;
    font-size: 14px;
}

@media (max-width: 991px) {
    #content-wrapper .flexed_top_content main .products-page .category.sorted_cat {
        margin-bottom: 0;
    }

    #content-wrapper .flexed_top_content main .products-page .category.sorted_cat .category__title .nm {
        display: none;
    }

    #content-wrapper .flexed_top_content main .products-page .category.sorted_cat .category__title .sorted_cat_nm {
        display: block;
    }
}

#content-wrapper .flexed_top_content main .products-page .products-wrapper {
    padding-top: 0;
}

@media (min-width: 992px) {
    #content-wrapper .flexed_top_content main .products-page .products-wrapper {
        width: calc(100% - 330px);
    }
}

#content-wrapper .flexed_top_content main .products-page .products-wrapper h3.title {
    color: #333333;
    font-size: 24px;
    font-family: "helveticamedium";
}

@media (max-width: 991px) {
    #content-wrapper .flexed_top_content main .products-page .products-wrapper h3.title {
        margin-bottom: 15px;
    }
}

#content-wrapper .flexed_top_content main .products-page .products-wrapper .sort-block .ui-selectmenu-button {
    background: none !important;
    width: 150px !important;
    height: 36px !important;
    border: none !important;
    -webkit-border-radius: 2px !important;
    -moz-border-radius: 2px !important;
    -ms-border-radius: 2px !important;
    border-radius: 2px !important;
    outline: none !important;
    padding: 0 0 0 10px;
    margin-right: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center !important;
    -moz-box-align: center !important;
    -ms-flex-align: center !important;
    -webkit-align-items: center !important;
    align-items: center !important;
    -webkit-box-pack: space-between !important;
    -moz-box-pack: space-between !important;
    -ms-flex-pack: space-between !important;
    -webkit-justify-content: space-between !important;
    justify-content: space-between !important;
    -webkit-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}

@media (max-width: 991px) {
    #content-wrapper .flexed_top_content main .products-page .products-wrapper .sort-block .ui-selectmenu-button {
        width: 100% !important;
    }
}

#content-wrapper .flexed_top_content main .products-page .products-wrapper .sort-block .ui-selectmenu-button .ui-selectmenu-icon {
    background: url("../../images/arrow-down-gray.png") no-repeat center !important;
}

#content-wrapper .flexed_top_content main .products-page .products-wrapper .sort-block .ui-selectmenu-button .ui-selectmenu-text {
    color: #FF8713;
    font-family: "helveticaroman";
    font-size: 16px;
    font-weight: bold;
    line-height: initial;
    margin-right: 0;
}

#content-wrapper .flexed_top_content main .products-page .products-wrapper .sort-block .ui-selectmenu-button.ui-selectmenu-button-open .ui-selectmenu-icon {
    background: url("../../images/arrow-up-gray.png") no-repeat center !important;
}

#content-wrapper .flexed_top_content main .products-page .products-wrapper .sort-block label {
    margin: -2px 2px 0 0;
    color: #ff8713;
    font-size: 16px;
    font-family: "helveticaroman";
}

#content-wrapper .flexed_top_content main .products-page .products-wrapper .sub-category-wrapper {
    /*padding: 10px 0;*/
    margin-top: 10px;
}

@media (max-width: 991px) {
    #content-wrapper .flexed_top_content main .products-page .products-wrapper .sub-category-wrapper {
        background-color: transparent;
        padding: 0;
        margin-top: 11px;
    }
}

#content-wrapper .flexed_top_content main .products-page .products-wrapper .sub-category-wrapper .sub-category__link {
    height: 64px;
    color: white;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease;
    padding: 0 20px;
}

#content-wrapper .flexed_top_content main .products-page .products-wrapper .sub-category-wrapper .sub-category__link:hover, #content-wrapper .flexed_top_content main .products-page .products-wrapper .sub-category-wrapper .sub-category__link.active {
    color: #066c29;
    background: white;
    margin: 8px;
    border: 0px solid transparent;
    border-radius: 10px;
}

#content-wrapper .flexed_top_content main .products-page .products-wrapper .sub-category-wrapper .dropable_title {
    height: 48px;
    padding-left: 15px;
    margin: 0;
    background: #DBEFB9;
    -webkit-border-top-left-radius: 3px !important;
    -webkit-border-top-right-radius: 3px !important;
    -moz-border-radius-topleft: 3px !important;
    -moz-border-radius-topright: 3px !important;
    border-top-left-radius: 3px !important;
    border-top-right-radius: 3px !important;
}

#content-wrapper .flexed_top_content main .products-page .products-wrapper .sub-category-wrapper .dropable_title span {
    font-size: 16px;
    color: #066c29;
    font-family: "helveticamedium";
}

@media (max-width: 991px) {
    #content-wrapper .flexed_top_content main .products-page .products-wrapper .sub-category-wrapper .dropable_title {
        background: #DBEFB9 url("../../images/arrow-down-green.png") no-repeat calc(100% - 19px) center;
        background-size: 13px;
    }
}

@media (min-width: 992px) {
    #content-wrapper .flexed_top_content main .products-page .products-wrapper .sub-category-wrapper .dropable_title {
        display: none !important;
    }
}

#content-wrapper .flexed_top_content main .products-page .products-wrapper .products .products__item {
    padding-top: 17px;
    background-color: white;
    border-radius: 10px;
    overflow: hidden;
    transition: all ease-out 0.2s;
}

#content-wrapper .flexed_top_content main .products-page .products-wrapper .products .products__item:hover {
    box-shadow: 0px 20px 60px #00000033;
}

@media (max-width: 991px) {
    #content-wrapper .flexed_top_content main .products-page .products-wrapper .products .products__item {
        margin-top: 20px;
    }
}

#content-wrapper .flexed_top_content main .products-page .products-wrapper .products .products__item .products__link {
    display: block;
    outline: none;
    position: relative;
}

#content-wrapper .flexed_top_content main .products-page .products-wrapper .products .products__item .products__link .products__image_wrapper {
    display: block;
    width: 100%;
    position: relative;
    background: white;
    margin-bottom: 15px;
}

#content-wrapper .flexed_top_content main .products-page .products-wrapper .products .products__item .products__link .products__image_wrapper:before {
    content: '';
    display: block;
    padding-bottom: 100%;
}

#content-wrapper .flexed_top_content main .products-page .products-wrapper .products .products__item .products__link .products__image_wrapper .products__logo {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 80px;
    height: 80px;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    -ms-border-radius: 50% !important;
    border-radius: 50% !important;
    padding: 10px;
    z-index: 3;
    display: block;
}

#content-wrapper .flexed_top_content main .products-page .products-wrapper .products .products__item .products__link .products__image_wrapper .products__logo2 {
    position: absolute;
    top: 14px;
    width: 80px;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    -ms-border-radius: 50% !important;
    border-radius: 50% !important;
    padding: 10px;
    z-index: 3;
    display: block;
}

#content-wrapper .flexed_top_content main .products-page .products-wrapper .products .products__item .products__link .products__image_wrapper .products__logo img, #content-wrapper .flexed_top_content main .products-page .products-wrapper .products .products__item .products__link .products__image_wrapper .products__logo svg {
    max-width: 60px;
    max-height: 60px;
}

#content-wrapper .flexed_top_content main .products-page .products-wrapper .products .products__item .products__link .products__image_wrapper .products__image {
    display: block;
    position: absolute;
    top: 14px;
    left: 14px;
    width: calc(100% - 28px);
    height: calc(100% - 28px);
    z-index: 1;
    overflow: hidden;
}

#content-wrapper .flexed_top_content main .products-page .products-wrapper .products .products__item .products__link .products__image_wrapper .products__image img {
    width: auto;
    max-width: 100%;
    max-height: 100%;
}

#content-wrapper .flexed_top_content main .products-page .products-wrapper .products .products__item .products__link .products__image_wrapper .products__sale {
    position: absolute;
    z-index: 6;
    display: block;
    right: 5px;
    top: -17px;
    width: 56px;
    height: 56px;
    background: #BD002F;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    -ms-border-radius: 50% !important;
    border-radius: 50% !important;
    color: white;
    font-size: 36px;
    font-weight: bold;
}

#content-wrapper .flexed_top_content main .products-page .products-wrapper .products .products__item .products__link .products__image_wrapper .cart-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 5;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

#content-wrapper .flexed_top_content main .products-page .products-wrapper .products .products__item .products__link .products__image_wrapper .cart-overlay .add {
    cursor: pointer;
}

#content-wrapper .flexed_top_content main .products-page .products-wrapper .products .products__item .products__link .products__image_wrapper .cart-overlay .add span {
    display: block;
    width: 160px;
    height: 40px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-border-radius: 2px !important;
    -moz-border-radius: 2px !important;
    -ms-border-radius: 2px !important;
    border-radius: 2px !important;
    background: #FF8713;
    color: white;
}

#content-wrapper .flexed_top_content main .products-page .products-wrapper .products .products__item .products__link .products__image_wrapper .cart-overlay .add span svg, #content-wrapper .flexed_top_content main .products-page .products-wrapper .products .products__item .products__link .products__image_wrapper .cart-overlay .add span img {
    margin-right: 10px;
    max-width: 24px;
}

#content-wrapper .flexed_top_content main .products-page .products-wrapper .products .products__item .products__link .products__image_wrapper .cart-overlay .calc-items-in-cart {
    position: relative;
    width: 140px;
    height: 40px;
    display: none;
}

#content-wrapper .flexed_top_content main .products-page .products-wrapper .products .products__item .products__link .products__image_wrapper .cart-overlay .calc-items-in-cart input {
    width: 100%;
    height: 40px;
    border: none;
    background: transparent;
    outline: none;
    color: #FF8713;
    font-size: 20px;
    font-family: "helveticamedium";
    text-align: center;
}

#content-wrapper .flexed_top_content main .products-page .products-wrapper .products .products__item .products__link .products__image_wrapper .cart-overlay .calc-items-in-cart .minus, #content-wrapper .flexed_top_content main .products-page .products-wrapper .products .products__item .products__link .products__image_wrapper .cart-overlay .calc-items-in-cart .plus {
    padding: 0;
    cursor: pointer;
    position: absolute;
    left: 0;
    top: -3px;
    z-index: 2;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    -ms-border-radius: 50% !important;
    border-radius: 50% !important;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
    width: 46px;
    height: 46px;
    background: #FF8713 url("../../images/minus.png") no-repeat center;
}

#content-wrapper .flexed_top_content main .products-page .products-wrapper .products .products__item .products__link .products__image_wrapper .cart-overlay .calc-items-in-cart .plus {
    left: initial;
    right: 0;
    background: #FF8713 url("../../images/plus.png") no-repeat center;
}

#content-wrapper .flexed_top_content main .products-page .products-wrapper .products .products__item .products__link .products__image_wrapper .favourite {
    padding: 3px;
    cursor: pointer;
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 6;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
    visibility: visible;
    opacity: 1;
}

#content-wrapper .flexed_top_content main .products-page .products-wrapper .products .products__item .products__link .products__info .products__name {
    display: block;
    color: #333333;
    font-size: 14px;
    margin-bottom: 15px;
    text-align: center;
    padding: 0 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#content-wrapper .flexed_top_content main .products-page .products-wrapper .products .products__item .products__link .products__info .products__weight {
    display: block;
    color: #999999;
    font-size: 16px;
    margin-bottom: 5px;
}

#content-wrapper .flexed_top_content main .products-page .products-wrapper .products .products__item .products__link .products__info .products__price {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#content-wrapper .flexed_top_content main .products-page .products-wrapper .products .products__item .products__link .products__info .products__price span {
    font-family: "helveticamedium";
    font-size: 14px;
}

#content-wrapper .flexed_top_content main .products-page .products-wrapper .products .products__item .products__link .products__info .products__price.sale_price span {
    font-weight: bold;
    color: #BD002F;
    font-family: "helveticamedium";
    font-size: 17px;
}

#content-wrapper .flexed_top_content main .products-page .products-wrapper .products .products__item .products__link .products__info .products__price.sale_price strike {
    font-weight: bold;
    padding-left: 15px;
    font-size: 16px;
    color: #999999;
    font-family: "helveticamedium";
}

#content-wrapper .flexed_top_content main .products-page .products-wrapper .products .products__item .products__link.item-is-in-cart .products__image_wrapper .cart-overlay .calc-items-in-cart {
    display: block;
}

#content-wrapper .flexed_top_content main .products-page .products-wrapper .products .products__item .products__link.item-is-in-cart .products__image_wrapper .cart-overlay .add {
    display: none;
}

#content-wrapper .flexed_top_content main .products-page .products-wrapper .products .products__item .products__link.item-is-in-favourite .products__image_wrapper .favourite {
    visibility: visible;
    opacity: 1;
}

#content-wrapper .flexed_top_content main .products-page .products-wrapper .products .products__item .products__link.item-is-in-favourite .products__image_wrapper .favourite svg g path {
    fill: #FF8713;
}

@media (min-width: 992px) {
    #content-wrapper .flexed_top_content main .products-page .products-wrapper .products .products__item .products__link:hover .products__image_wrapper .favourite {
        visibility: visible;
        opacity: 1;
    }

    #content-wrapper .flexed_top_content main .products-page .products-wrapper .products .products__item .products__link:hover .products__image_wrapper .cart-overlay {
        opacity: 1;
        visibility: visible;
    }
}

@media (max-width: 500px) {
    #content-wrapper .flexed_top_content main .products-page .products-wrapper .products .products__item .products__link .products__info .products__price span {
        font-size: 13px !important;
    }
}

@media (max-width: 991px) {
    #content-wrapper .flexed_top_content main .products-page .products-wrapper .products .products__item .products__link .products__image_wrapper {
        margin-bottom: 8px;
    }

    #content-wrapper .flexed_top_content main .products-page .products-wrapper .products .products__item .products__link .products__image_wrapper .favourite {
        visibility: visible;
        opacity: 1;
        top: 3px;
        left: 3px;
    }

    #content-wrapper .flexed_top_content main .products-page .products-wrapper .products .products__item .products__link .products__image_wrapper .favourite svg {
        width: 15px;
        height: 13px;
    }

    #content-wrapper .flexed_top_content main .products-page .products-wrapper .products .products__item .products__link .products__image_wrapper .cart-overlay {
        opacity: 1;
        visibility: visible;
        background: transparent;
        -webkit-box-pack: flex-end !important;
        -moz-box-pack: flex-end !important;
        -ms-flex-pack: flex-end !important;
        -webkit-justify-content: flex-end !important;
        justify-content: flex-end !important;
        -webkit-box-align: flex-end !important;
        -moz-box-align: flex-end !important;
        -ms-flex-align: flex-end !important;
        -webkit-align-items: flex-end !important;
        align-items: flex-end !important;
    }

    #content-wrapper .flexed_top_content main .products-page .products-wrapper .products .products__item .products__link .products__image_wrapper .cart-overlay .add {
        width: 40px;
        height: 40px;
        -webkit-border-radius: 50% !important;
        -moz-border-radius: 50% !important;
        -ms-border-radius: 50% !important;
        border-radius: 50% !important;
        background: #FF8713 url("../../images/plus.png") no-repeat center;
        background-size: 10px;
        position: absolute;
        right: 5px;
        bottom: 5px;
    }

    #content-wrapper .flexed_top_content main .products-page .products-wrapper .products .products__item .products__link .products__image_wrapper .cart-overlay .add span {
        display: none !important;
    }

    #content-wrapper .flexed_top_content main .products-page .products-wrapper .products .products__item .products__link .products__image_wrapper .cart-overlay .calc-items-in-cart {
        margin-right: 5px;
        margin-bottom: 5px;
        width: 100px;
        height: 40px;
    }

    #content-wrapper .flexed_top_content main .products-page .products-wrapper .products .products__item .products__link .products__image_wrapper .cart-overlay .calc-items-in-cart input {
        font-size: 15px;
        height: 40px;
        background-color: #fff;
        border-radius: 40px;
    }

    #content-wrapper .flexed_top_content main .products-page .products-wrapper .products .products__item .products__link .products__image_wrapper .cart-overlay .calc-items-in-cart .minus, #content-wrapper .flexed_top_content main .products-page .products-wrapper .products .products__item .products__link .products__image_wrapper .cart-overlay .calc-items-in-cart .plus {
        width: 40px;
        height: 40px;
        left: 0;
        top: 0;
        background-size: 10px;
    }

    #content-wrapper .flexed_top_content main .products-page .products-wrapper .products .products__item .products__link .products__image_wrapper .cart-overlay .calc-items-in-cart .plus {
        left: initial;
        right: 0;
    }

    #content-wrapper .flexed_top_content main .products-page .products-wrapper .products .products__item .products__link .products__image_wrapper .products__sale {
        right: 5px;
        top: -12px;
        width: 24px;
        height: 24px;
    }

    #content-wrapper .flexed_top_content main .products-page .products-wrapper .products .products__item .products__link .products__image_wrapper .products__sale svg {
        width: 12px;
        height: 12px;
    }

    #content-wrapper .flexed_top_content main .products-page .products-wrapper .products .products__item .products__link .products__info .products__name {
        font-size: 14px;
        margin-bottom: 5px;
    }

    #content-wrapper .flexed_top_content main .products-page .products-wrapper .products .products__item .products__link .products__info .products__weight {
        font-size: 14px;
        margin-bottom: 3px;
    }

    #content-wrapper .flexed_top_content main .products-page .products-wrapper .products .products__item .products__link .products__info .products__price span {
        font-size: 17px;
    }

    #content-wrapper .flexed_top_content main .products-page .products-wrapper .products .products__item .products__link .products__info .products__price.sale_price span {
        font-size: 17px;
    }

    #content-wrapper .flexed_top_content main .products-page .products-wrapper .products .products__item .products__link .products__info .products__price.sale_price strike {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    #content-wrapper .flexed_top_content main .products-page .products-wrapper .products .row {
        margin-right: -5px;
        margin-left: -5px;
    }

    #content-wrapper .flexed_top_content main .products-page .products-wrapper .products .row .col-6 {
        padding-left: 5px;
        padding-right: 5px;
    }
}

.sort-block {
    background-color: #fff;
    padding: 0 12px;
}

@media (max-width: 991px) {
    #content-wrapper .flexed_top_content main .products-page .products-wrapper.sorted_cat {
        padding-top: 0;
    }

    #content-wrapper .flexed_top_content main .products-page .products-wrapper.sorted_cat h3.title {
        display: none !important;
    }

    /*#content-wrapper .flexed_top_content main .products-page .products-wrapper.sorted_cat .sub-category-wrapper {*/
    /*padding: 0;*/
    /*overflow: hidden;*/
    /*margin-top: 0;*/
    /*background: #DBEFB9;*/
    /*max-height: 48px;*/
    /*transition: max-height 0.25s ease-out;*/
    /*}*/
    #content-wrapper .flexed_top_content main .products-page .products-wrapper.sorted_cat .sub-category-wrapper .sub-category__link {
        font-size: 14px;
        height: 36px;
        padding: 5px;
        color: #333333;
        border: 1px solid #D0E5BF;
        border-radius: 4px;
    }

    #content-wrapper .flexed_top_content main .products-page .products-wrapper.sorted_cat .sub-category-wrapper .sub-category__link:hover, #content-wrapper .flexed_top_content main .products-page .products-wrapper.sorted_cat .sub-category-wrapper .sub-category__link.active {
        background-color: #DBEFB9;
    }

    #content-wrapper .flexed_top_content main .products-page .products-wrapper.sorted_cat .sub-category-wrapper.sub-category-wrapper-open {
        transition: max-height 0.25s ease-in;
        max-height: initial;
    }

    #content-wrapper .flexed_top_content main .products-page .products-wrapper.sorted_cat .sub-category-wrapper.sub-category-wrapper-open .dropable_title {
        background: #DBEFB9 url("../../images/arrow-up-green.png") no-repeat calc(100% - 19px) center;
        background-size: 13px;
    }

    #content-wrapper .flexed_top_content main .products-page .products-wrapper.sorted_cat .sort-block {
        margin-top: 7px;
        margin-bottom: -5px;
    }

    .sort-block {
        width: 100%;
    }
}

#content-wrapper .flexed_top_content main .user-page .page_title {
    color: #333333;
    font-size: 32px;
    font-family: "helveticamedium";
    height: 80px;
    line-height: 1;
    margin: 40px 0;
}

@media (max-width: 767px) {
    #content-wrapper .flexed_top_content main .user-page .page_title {
        font-size: 24px;
        height: 60px;
        margin-bottom: 25px;
    }
}

#content-wrapper .flexed_top_content main .user-page .user-form {
    width: 100%;
    max-width: 600px;
    margin: auto;
}

#content-wrapper .flexed_top_content main .user-page .user-form .for-users {
    font-size: 24px;
    color: #333333;
    margin-bottom: 60px;
    line-height: 1.3;
}

@media (max-width: 767px) {
    #content-wrapper .flexed_top_content main .user-page .user-form .for-users {
        margin-bottom: 20px;
    }
}

#content-wrapper .flexed_top_content main .user-page .user-form .continue-buying {
    background: #FF8713;
    border-color: #FF8713;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    -ms-border-radius: 3px !important;
    border-radius: 3px !important;
    height: 50px;
    color: white;
    text-align: center;
    font-size: 16px;
    width: 100%;
    max-width: 350px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center !important;
    -moz-box-align: center !important;
    -ms-flex-align: center !important;
    -webkit-align-items: center !important;
    align-items: center !important;
    -webkit-box-pack: center !important;
    -moz-box-pack: center !important;
    -ms-flex-pack: center !important;
    -webkit-justify-content: center !important;
    justify-content: center !important;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

#content-wrapper .flexed_top_content main .user-page .user-form .continue-buying:hover {
    opacity: 0.7;
}

#content-wrapper .flexed_top_content main .user-page .user-form form {
    width: 100%;
    max-width: 350px;
}

#content-wrapper .flexed_top_content main .user-page .user-form form .user-form__input {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
}

#content-wrapper .flexed_top_content main .user-page .user-form form .user-form__input .error__message {
    position: absolute;
    right: 0;
    top: -22px;
    color: #FF0000;
    font-size: 12px;
    display: none;
}

#content-wrapper .flexed_top_content main .user-page .user-form form .user-form__input input {
    border: 1px solid #DEDEDE;
    border-radius: 10px !important;
    background: white;
    outline: none;
    color: #444444;
    font-size: 16px;
    padding-left: 20px;
    padding-right: 15px;
    width: 100%;
    height: 50px;
}

#content-wrapper .flexed_top_content main .user-page .user-form form .user-form__input input::placeholder {
    color: rgba(0, 0, 0, .2);
}

#content-wrapper .flexed_top_content main .user-page .user-form form .user-form__input .ui-selectmenu-button {
    width: 100%;
    height: 50px;
    align-items: center;
    justify-content: space-between;
    display: flex;
    flex-direction: row-reverse;
    border-radius: 10px;
}

#content-wrapper .flexed_top_content main .user-page .user-form form .user-form__input.error .error__message {
    display: block;
}

#content-wrapper .flexed_top_content main .user-page .user-form form .user-form__input.error input {
    border-color: #FF0000;
}

#content-wrapper .flexed_top_content main .user-page .user-form form .user-form__input .user-form__submit {
    padding: 0;
    display: block;
    width: 100%;
    cursor: pointer;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

#content-wrapper .flexed_top_content main .user-page .user-form form .user-form__input .user-form__submit span {
    background: #086C28;
    border-color: #086C28;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    -ms-border-radius: 3px !important;
    border-radius: 3px !important;
    height: 50px;
    color: white;
    text-align: center;
    font-size: 16px;
}

#content-wrapper .flexed_top_content main .user-page .user-form form .user-form__input .user-form__submit:hover {
    opacity: 0.7;
}

#content-wrapper .flexed_top_content main .user-page .user-form form .user-form__links a {
    color: #086C28;
    font-size: 14px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

#content-wrapper .flexed_top_content main .user-page .user-form form .user-form__links a.reg_link {
    font-weight: bold;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

#content-wrapper .flexed_top_content main .user-page .user-form form .user-form__links a.reg_link:hover {
    opacity: 0.7;
}

#content-wrapper .flexed_top_content main .user-page .user-form form .user-form__links a:hover {
    opacity: 0.7;
}

#content-wrapper .flexed_top_content main .user-page .user-form form .or {
    color: #333333;
    font-size: 16px;
    margin: 15px 0;
}

#content-wrapper .flexed_top_content main .user-page .user-form form .user-form__auth-method .user-form__auth-fb {
    cursor: pointer;
    padding: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

#content-wrapper .flexed_top_content main .user-page .user-form form .user-form__auth-method .user-form__auth-fb > span {
    height: 38px;
    background: #48629B;
    padding: 0 8px;
}

#content-wrapper .flexed_top_content main .user-page .user-form form .user-form__auth-method .user-form__auth-fb > span svg {
    margin-right: 8px;
}

#content-wrapper .flexed_top_content main .user-page .user-form form .user-form__auth-method .user-form__auth-fb > span span {
    font-size: 12px;
    color: white;
}

#content-wrapper .flexed_top_content main .user-page .user-form form .user-form__auth-method .user-form__auth-fb:hover {
    opacity: 0.7;
}

#content-wrapper .flexed_top_content main .user-page .user-form form .user-form__auth-method .user-form__auth-g {
    cursor: pointer;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

#content-wrapper .flexed_top_content main .user-page .user-form form .user-form__auth-method .user-form__auth-g > span {
    height: 38px;
    background: #DC4B38;
    padding: 0 8px;
}

#content-wrapper .flexed_top_content main .user-page .user-form form .user-form__auth-method .user-form__auth-g > span svg {
    margin-right: 8px;
}

#content-wrapper .flexed_top_content main .user-page .user-form form .user-form__auth-method .user-form__auth-g > span span {
    font-size: 12px;
    color: white;
}

#content-wrapper .flexed_top_content main .user-page .user-form form .user-form__auth-method .user-form__auth-g:hover {
    opacity: 0.7;
}

#content-wrapper .flexed_top_content main .user-page .user-form form .submit-rules {
    padding-left: 30px;
    margin-bottom: 15px;
}

#content-wrapper .flexed_top_content main .user-page .user-form form .submit-rules label {
    position: relative;
    padding-left: 30px;
    margin: 0 0 0 -30px;
    color: #333333;
    font-size: 12px;
    cursor: pointer;
}

#content-wrapper .flexed_top_content main .user-page .user-form form .submit-rules label:before {
    content: '';
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: white;
    border: 1px solid #DEDEDE;
    left: 0;
    background-size: 14px;
}

#content-wrapper .flexed_top_content main .user-page .user-form form .submit-rules input {
    display: none;
}

#content-wrapper .flexed_top_content main .user-page .user-form form .submit-rules input:checked + label:before {
    background: white url("../../images/check-mark.png") no-repeat center;
    background-size: 14px;
}

#content-wrapper .flexed_top_content main .user-page .user-form form .submit-rules a {
    color: #086C28;
    font-size: 12px;
}

#content-wrapper .flexed_top_content main .user-page .user_cabinet_category {
    background: white;
    margin-bottom: 20px;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    /*.title{
            background: #066c29;
            .category__icon{
              width: 66px;
              height: 60px;
              svg{
                path{
                  fill: #fff !important;
                }
              }
            }
            .category__txt{
              font-size: 16px;
              color: #fff;
              @include csstransition(0.4s, ease);
            }
          }*/
}

#content-wrapper .flexed_top_content main .user-page .user_cabinet_category .category__list {
    padding: 0;
    margin: 0;
}

#content-wrapper .flexed_top_content main .user-page .user_cabinet_category .category__list .category__item {
    list-style-type: none;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

#content-wrapper .flexed_top_content main .user-page .user_cabinet_category .category__list .category__item:not(:last-child) {
    border-bottom: 1px solid #ECECEC;
}

#content-wrapper .flexed_top_content main .user-page .user_cabinet_category .category__list .category__item .category__link .category__icon {
    width: 66px;
    height: 60px;
}

#content-wrapper .flexed_top_content main .user-page .user_cabinet_category .category__list .category__item .category__link .category__icon svg path {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

#content-wrapper .flexed_top_content main .user-page .user_cabinet_category .category__list .category__item .category__link .category__txt {
    font-size: 16px;
    color: #333333;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.delcart_x {
    font-size: 20px;
    font-family: sans-serif;
    font-weight: bold;
    color: #868e96;
    float: right
}

#content-wrapper .flexed_top_content main .user-page .user_cabinet_category .category__list .category__item:hover, #content-wrapper .flexed_top_content main .user-page .user_cabinet_category .category__list .category__item.active {
    background: #DBEFB9;
    border-color: #DBEFB9;
}

/*#content-wrapper .flexed_top_content main .user-page .user_cabinet_category .category__list .category__item:hover .category__link .category__icon svg path, #content-wrapper .flexed_top_content main .user-page .user_cabinet_category .category__list .category__item.active .category__link .category__icon svg path {*/
/*fill: #fff !important;*/
/*}*/

/*#content-wrapper .flexed_top_content main .user-page .user_cabinet_category .category__list .category__item:hover .category__link .category__txt, #content-wrapper .flexed_top_content main .user-page .user_cabinet_category .category__list .category__item.active .category__link .category__txt {*/
/*color: #fff;*/
/*}*/

#content-wrapper .flexed_top_content main .user-page .personal__info {
    background: white;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    margin-bottom: 20px;
    padding: 30px;
}

#content-wrapper .flexed_top_content main .user-page .personal__info .title {
    font-size: 20px;
    font-family: "helveticamedium";
    color: #333333;
    margin-bottom: 35px;
}

#content-wrapper .flexed_top_content main .user-page .personal__info .info_row {
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ECECEC;
}

#content-wrapper .flexed_top_content main .user-page .personal__info .info_row label {
    font-size: 16px;
    color: #333333;
    margin: 0;
}

#content-wrapper .flexed_top_content main .user-page .personal__info .info_row input {
    height: 36px;
    border: none;
    outline: none;
    width: 100%;
    color: #333333;
    font-size: 16px;
    background: none;
}

#content-wrapper .flexed_top_content main .user-page .personal__info .info_row button.change_user_val {
    font-size: 14px;
    color: #FF8713;
    cursor: pointer;
}

@media (max-width: 575px) {
    #content-wrapper .flexed_top_content main .user-page .personal__info .info_row button.change_user_val {
        padding-left: 0;
        font-size: 12px;
    }

    #content-wrapper .flexed_top_content main .user-page .personal__info .info_row label, #content-wrapper .flexed_top_content main .user-page .personal__info .info_row input {
        font-size: 13px;
    }
}

#content-wrapper .flexed_top_content main .user-page .cabinet-history {
    background: white;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

#content-wrapper .flexed_top_content main .user-page .cabinet-history .search-order {
    background: #E5E5E5;
    padding-right: 20px;
    padding-left: 20px;
    position: relative;
}

#content-wrapper .flexed_top_content main .user-page .cabinet-history .search-order .search-order__input {
    width: 100%;
    max-width: 300px;
    background: white;
    border: none;
    outline: none;
    padding-left: 15px;
    height: 40px;
    color: #444444;
    padding-right: 40px;
    margin: 10px 0;
}

#content-wrapper .flexed_top_content main .user-page .cabinet-history .search-order button.search-order__button {
    padding: 0;
    background: white url("../../images/search.png") no-repeat center;
    background-size: 12px;
    position: absolute;
    cursor: pointer;
    right: 20px;
    top: 10px;
    width: 40px;
    height: 40px;
    z-index: 2;
}

#content-wrapper .flexed_top_content main .user-page .cabinet-history .order-history .order-history__list {
    height: 50px;
    padding: 0 30px;
}

#content-wrapper .flexed_top_content main .user-page .cabinet-history .order-history .order-history__list:nth-child(even) {
    background: #F9F9F9;
}

#content-wrapper .flexed_top_content main .user-page .cabinet-history .order-history .order-history__list:not(:last-child) {
    border-bottom: 1px solid #E5E5E5;
}

#content-wrapper .flexed_top_content main .user-page .cabinet-history .order-history .order-history__list .order-history__id, #content-wrapper .flexed_top_content main .user-page .cabinet-history .order-history .order-history__list .order-history__date {
    width: 120px;
}

#content-wrapper .flexed_top_content main .user-page .cabinet-history .order-history .order-history__list .order-history__id a, #content-wrapper .flexed_top_content main .user-page .cabinet-history .order-history .order-history__list .order-history__date {
    color: #444444;
    font-size: 16px;
}

#content-wrapper .flexed_top_content main .user-page .cabinet-history .order-history .order-history__list .order-history__id a {
    text-decoration: underline;
}

#content-wrapper .flexed_top_content main .user-page .cabinet-history .order-history .order-history__list .order-history__id a:hover {
    color: #066c29;
}

#content-wrapper .flexed_top_content main .user-page .cabinet-history .order-history .order-history__list .order-history__status {
    color: #066c29;
    font-size: 16px;
    width: 120px;
    text-align: left;
}

#content-wrapper .flexed_top_content main .user-page .cabinet-history .order-history .order-history__list .order-history__status.order-history__status-progress {
    color: #FF8713;
}

#content-wrapper .flexed_top_content main .user-page .cabinet-history .order-history .order-history__list .order-history__price {
    font-size: 16px;
    font-weight: bold;
    color: #000000;
    width: 120px;
}

#content-wrapper .flexed_top_content main .user-page .cabinet-history .order-history .order-history__list.order-history__list-head {
    height: 60px;
}

#content-wrapper .flexed_top_content main .user-page .cabinet-history .order-history .order-history__list.order-history__list-head .order-history__id, #content-wrapper .flexed_top_content main .user-page .cabinet-history .order-history .order-history__list.order-history__list-head .order-history__date, #content-wrapper .flexed_top_content main .user-page .cabinet-history .order-history .order-history__list.order-history__list-head .order-history__status, #content-wrapper .flexed_top_content main .user-page .cabinet-history .order-history .order-history__list.order-history__list-head .order-history__price {
    color: #444444;
    font-size: 16px;
    font-family: "helveticamedium";
}

@media (max-width: 575px) {
    #content-wrapper .flexed_top_content main .user-page .cabinet-history .order-history .order-history__list {
        height: 36px;
        padding: 0 10px;
    }

    #content-wrapper .flexed_top_content main .user-page .cabinet-history .order-history .order-history__list .order-history__id, #content-wrapper .flexed_top_content main .user-page .cabinet-history .order-history .order-history__list .order-history__date {
        font-size: 10px;
        width: 75px;
    }

    #content-wrapper .flexed_top_content main .user-page .cabinet-history .order-history .order-history__list .order-history__status {
        font-size: 10px;
        width: 70px;
    }

    #content-wrapper .flexed_top_content main .user-page .cabinet-history .order-history .order-history__list .order-history__price {
        font-size: 10px;
        width: 50px;
    }

    #content-wrapper .flexed_top_content main .user-page .cabinet-history .order-history .order-history__list.order-history__list-head {
        height: 48px;
    }

    #content-wrapper .flexed_top_content main .user-page .cabinet-history .order-history .order-history__list.order-history__list-head .order-history__id, #content-wrapper .flexed_top_content main .user-page .cabinet-history .order-history .order-history__list.order-history__list-head .order-history__date, #content-wrapper .flexed_top_content main .user-page .cabinet-history .order-history .order-history__list.order-history__list-head .order-history__status, #content-wrapper .flexed_top_content main .user-page .cabinet-history .order-history .order-history__list.order-history__list-head .order-history__price {
        font-size: 12px;
    }
}

#content-wrapper .flexed_top_content main .user-page .cabinet-history + .main-pagination {
    margin-top: 30px;
}

#content-wrapper .flexed_top_content main .user-page .cabinet-address {
    background: white;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

#content-wrapper .flexed_top_content main .user-page .cabinet-address .cabinet-address__list {
    height: 80px;
    padding: 0 30px;
}

#content-wrapper .flexed_top_content main .user-page .cabinet-address .cabinet-address__list:not(:last-child) {
    border-bottom: 1px solid #E5E5E5;
}

#content-wrapper .flexed_top_content main .user-page .cabinet-address .cabinet-address__list .cabinet-address__icon {
    width: 60px;
}

#content-wrapper .flexed_top_content main .user-page .cabinet-address .cabinet-address__list .cabinet-address__icon svg {
    display: block;
}

#content-wrapper .flexed_top_content main .user-page .cabinet-address .cabinet-address__list .cabinet-address__txt {
    width: calc(100% - 66px);
    max-width: 300px;
    color: #444444;
    font-size: 14px;
    line-height: 1.2;
}

#content-wrapper .flexed_top_content main .user-page .cabinet-address .cabinet-address__list .cabinet-address__txt .district {
    color: #066c29;
    font-size: 14px;
    font-weight: bold;
}

#content-wrapper .flexed_top_content main .user-page .cabinet-address .cabinet-address__list .cabinet-address__main {
    width: 130px;
    color: #EFEFEF;
    font-size: 14px;
    font-weight: bold;
}

#content-wrapper .flexed_top_content main .user-page .cabinet-address .cabinet-address__list .cabinet-address__main.main-address {
    color: #FF8713;
}

#content-wrapper .flexed_top_content main .user-page .cabinet-address .cabinet-address__list .cabinet-address__price {
    width: 24px;
    height: 24px;
}

@media (max-width: 575px) {
    #content-wrapper .flexed_top_content main .user-page .cabinet-address .cabinet-address__list {
        min-height: 80px;
        height: auto;
        padding: 2px 10px;
    }

    #content-wrapper .flexed_top_content main .user-page .cabinet-address .cabinet-address__list .cabinet-address__icon {
        width: 27px;
    }

    #content-wrapper .flexed_top_content main .user-page .cabinet-address .cabinet-address__list .cabinet-address__icon svg {
        display: block;
        width: 17px !important;
        height: 16px !important;
    }

    #content-wrapper .flexed_top_content main .user-page .cabinet-address .cabinet-address__list .cabinet-address__txt {
        width: calc(100% - 27px);
        font-size: 12px;
        padding-right: 10px;
    }

    #content-wrapper .flexed_top_content main .user-page .cabinet-address .cabinet-address__list .cabinet-address__txt .district {
        font-size: 12px;
    }

    #content-wrapper .flexed_top_content main .user-page .cabinet-address .cabinet-address__list .cabinet-address__main {
        width: 80px;
        font-size: 12px;
    }

    #content-wrapper .flexed_top_content main .user-page .cabinet-address .cabinet-address__list .cabinet-address__price {
        width: 18px;
        height: 18px;
        padding: 0;
    }
}

#content-wrapper .flexed_top_content main .user-page .add-new-address {
    margin: 35px 40px 0 0;
    cursor: pointer;
    padding: 0;
}

#content-wrapper .flexed_top_content main .user-page .add-new-address span {
    color: #FF8713;
    font-size: 16px;
    font-family: "helveticamedium";
}

#content-wrapper .flexed_top_content main .user-page .add-new-address svg {
    margin-right: 13px;
}

#content-wrapper .flexed_top_content main .user-page .add-new-address.edited_align {
    margin-left: 15px;
    margin-top: 20px;
}

@media (min-width: 576px) {
    #content-wrapper .flexed_top_content main .user-page .add-new-address.edited_align {
        margin-left: 35px;
    }
}

@media (min-width: 790px) {
    .rowFrequents {
        display: flex;
        flex-wrap: wrap;
    }

}

@media (max-width: 767px) {
    #content-wrapper .flexed_top_content main .user-page .addr_edited {
        position: relative;
        padding-top: 35px;
    }


    #content-wrapper .flexed_top_content main .user-page .addr_edited .add-new-address {
        position: absolute;
        left: 35px;
        top: 0;
    }
}

@media (max-width: 575px) {
    #content-wrapper .flexed_top_content main .user-page .addr_edited .add-new-address {
        left: 15px;
    }
}

#content-wrapper .flexed_top_content main .user-page .add_card_ {
    color: #FF8713;
    cursor: pointer;
    margin-top: 20px;
    margin-left: 15px;
    background: url("../../images/credit-card.png") no-repeat left center;
    padding: 0 0 0 30px;
    background-size: 20px;
    font-family: "helveticamedium";
}

@media (min-width: 576px) {
    #content-wrapper .flexed_top_content main .user-page .add_card_ {
        margin-left: 35px;
    }
}

#content-wrapper .flexed_top_content main .user-page .cabinet-payments {
    background: white;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    padding: 0 25px 0 35px;
}

@media (max-width: 575px) {
    #content-wrapper .flexed_top_content main .user-page .cabinet-payments {
        padding: 0 10px 0 15px;
    }
}

@media (min-width: 576px) {
    #content-wrapper .flexed_top_content main .user-page .cabinet-payments .cabinet-payments__list {
        padding: 24px 0px 0px 0px;
    }
}

#content-wrapper .flexed_top_content main .user-page .cabinet-payments .cabinet-payments__list .cabinet-payments__title {
    color: #333333;
    font-size: 24px;
    font-family: "helveticamedium";
    padding-top: 13px;
    padding-bottom: 10px;
}

@media (min-width: 576px) {
    #content-wrapper .flexed_top_content main .user-page .cabinet-payments .cabinet-payments__list .cabinet-payments__title {
        padding-top: 23px;
        padding-bottom: 20px;
    }
}

#content-wrapper .flexed_top_content main .user-page .cabinet-payments .cabinet-payments__list .cabinet-payments__item {
    min-height: 60px;
    padding: 3px 0;
}

#content-wrapper .flexed_top_content main .user-page .cabinet-payments .cabinet-payments__list .cabinet-payments__item:not(:last-child) {
    /*border-bottom: 1px solid #ECECEC;*/
}

#content-wrapper .flexed_top_content main .user-page .cabinet-payments .cabinet-payments__list .cabinet-payments__item label {
    position: relative;
    padding-left: 30px;
    margin: 0;
    color: #333333;
    font-size: 16px;
    cursor: pointer;
    line-height: 1.2;
}

#content-wrapper .flexed_top_content main .user-page .cabinet-payments .cabinet-payments__list .cabinet-payments__item label:before {
    content: '';
    display: block;
    position: absolute;
    width: 14px;
    height: 14px;
    background-color: white;
    border: 1px solid #DEDEDE;
    left: 0;
    top: 3px;
    background-size: 14px;
}

#content-wrapper .flexed_top_content main .user-page .cabinet-payments .cabinet-payments__list .cabinet-payments__item input {
    display: none;
}

#content-wrapper .flexed_top_content main .user-page .cabinet-payments .cabinet-payments__list .cabinet-payments__item input:checked + label:before {
    background: white url("../../images/check-mark.png") no-repeat center;
    background-size: 10px;
}


#content-wrapper .flexed_top_content main .user-page .cabinet-payments .cabinet-payments__list .cabinet-payments__item.edited_address label:before {
    content: '';
    display: block;
    position: absolute;
    width: 14px;
    height: 14px;
    border: 1px solid #DEDEDE;
    left: 0;
    top: 3px;
    background: none;
    background-size: 14px;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    -ms-border-radius: 50% !important;
    border-radius: 50% !important;
}

#content-wrapper .flexed_top_content main .user-page .cabinet-payments .cabinet-payments__list .cabinet-payments__item.edited_address label:after {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    left: 2px;
    width: 10px;
    height: 10px;
    background: transparent;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    -ms-border-radius: 50% !important;
    border-radius: 50% !important;
}

#content-wrapper .flexed_top_content main .user-page .cabinet-payments .cabinet-payments__list .cabinet-payments__item.edited_address input:checked + label:before {
    background: none;
}

#content-wrapper .flexed_top_content main .user-page .cabinet-payments .cabinet-payments__list .cabinet-payments__item.edited_address input:checked + label:after {
    background: #FF8713;
}


#content-wrapper .flexed_top_content main .user-page .cabinet-payments .cabinet-payments__list .cabinet-payments__item .label_block {
    max-width: calc(100% - 70px);
}

#content-wrapper .flexed_top_content main .user-page .cabinet-payments .cabinet-payments__list .cabinet-payments__item .label_block .edited_label_txt {
    color: #333333;
    display: block;
    font-size: 16px;
    line-height: 1.2;
}

#content-wrapper .flexed_top_content main .user-page .cabinet-payments .cabinet-payments__list .cabinet-payments__item .delete-card {
    font-size: 14px;
    color: #FF8713;
    padding-right: 0;
    cursor: pointer;
}

#content-wrapper .flexed_top_content main .user-page .payments__steps {
    margin: -5px 0 35px;
}

#content-wrapper .flexed_top_content main .user-page .payments__steps .payments__step .num {
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    -ms-border-radius: 50% !important;
    border-radius: 50% !important;
    color: white;
    background: #999999;
    font-size: 16px;
    font-family: "helveticamedium";
    width: 28px;
    height: 28px;
}

#content-wrapper .flexed_top_content main .user-page .payments__steps .payments__step .txt {
    color: #999999;
    font-size: 16px;
    font-family: "helveticamedium";
    margin-left: 10px;
    margin-bottom: 3px;
}

#content-wrapper .flexed_top_content main .user-page .payments__steps .payments__step.success .num {
    background: #066c29;
}

#content-wrapper .flexed_top_content main .user-page .payments__steps .payments__step.success .txt {
    color: #066c29;
}

#content-wrapper .flexed_top_content main .user-page .payments__steps .divider {
    width: 38px;
    height: 3px;
    margin: 0 15px;
    background: #999999;
}

@media (max-width: 767px) {
    #content-wrapper .flexed_top_content main .user-page .payments__steps .payments__step .num {
        font-size: 12px;
        width: 16px;
        height: 16px;
    }

    #content-wrapper .flexed_top_content main .user-page .payments__steps .payments__step .txt {
        font-size: 12px;
        margin-left: 5px;
    }

    #content-wrapper .flexed_top_content main .user-page .payments__steps .divider {
        width: 16px;
        height: 2px;
        margin: 0 8px;
    }
}

#content-wrapper .flexed_top_content main .user-page .select-payments .action_addr {
    margin-top: 30px;
}

@media (max-width: 991px) {
    #content-wrapper .flexed_top_content main .user-page .select-payments .action_addr {
        margin-top: 20px;
    }
}

#content-wrapper .flexed_top_content main .user-page .select-payments .action_addr .add-new-address {
    margin: 0 0 35px 35px;
}

@media (max-width: 767px) {
    #content-wrapper .flexed_top_content main .user-page .select-payments .action_addr .add-new-address {
        margin: 0 0 10px 0;
    }
}

#content-wrapper .flexed_top_content main .user-page .select-payments .action_addr .continue_buying .full_payment_price {
    color: #333333;
    font-size: 18px;
    white-space: nowrap;
}

#content-wrapper .flexed_top_content main .user-page .select-payments .action_addr .continue_buying .full_payment_price span {
    font-size: 28px;
    font-weight: bold;
    margin-left: 15px;
}

@media (max-width: 767px) {
    #content-wrapper .flexed_top_content main .user-page .select-payments .action_addr .continue_buying .full_payment_price {
        font-size: 13px;
    }

    #content-wrapper .flexed_top_content main .user-page .select-payments .action_addr .continue_buying .full_payment_price span {
        font-size: 18px;
    }
}

#content-wrapper .flexed_top_content main .user-page .select-payments .action_addr .continue_buying .continue_buying_b {
    cursor: pointer;
    padding: 0;
    margin-top: 35px;
}

#content-wrapper .flexed_top_content main .user-page .select-payments .action_addr .continue_buying .continue_buying_b span {
    background: #FF8713;
    width: 250px;
    height: 50px;
    color: white;
    font-size: 16px;
}

#content-wrapper .flexed_top_content main .user-page .ed_adr .agree_terms {
    margin: 0 0 0 35px;
}

#content-wrapper .flexed_top_content main .user-page .ed_adr .agree_terms label {
    position: relative;
    padding-left: 30px;
    margin: 0;
    color: #FF8713;
    font-size: 16px;
    cursor: pointer;
    font-family: "helveticamedium";
    line-height: 1.2;
}

#content-wrapper .flexed_top_content main .user-page .ed_adr .agree_terms label:before {
    content: '';
    display: block;
    position: absolute;
    width: 14px;
    height: 14px;
    background-color: white;
    border: 1px solid #DEDEDE;
    left: 0;
    top: 3px;
    background-size: 14px;
}

#content-wrapper .flexed_top_content main .user-page .ed_adr .agree_terms input {
    display: none;
}

#content-wrapper .flexed_top_content main .user-page .ed_adr .agree_terms input:checked + label:before {
    background: white url("../../images/check-mark.png") no-repeat center;
    background-size: 10px;
}

@media (max-width: 991px) {
    #content-wrapper .flexed_top_content main .user-page .ed_adr {
        position: relative;
        padding-top: 60px;
    }

    #content-wrapper .flexed_top_content main .user-page .ed_adr .agree_terms {
        margin-left: 0;
        position: absolute;
        left: 35px;
        top: 0;
    }
}

@media (max-width: 575px) {
    #content-wrapper .flexed_top_content main .user-page .ed_adr .agree_terms {
        left: 10px;
    }
}

#content-wrapper .flexed_top_content main .user-page .choose_card .cabinet-payments__list .cabinet-payments__item .label_block {
    max-width: initial;
}

#content-wrapper .flexed_top_content main .user-page .choose_card .cabinet-payments__list .cabinet-payments__item .label_block.add_card_button label {
    color: #FF8713;
}

#content-wrapper .flexed_top_content main .user-page .choose_card .cabinet-payments__list .pay_online {
    padding-left: 25px;
}

#content-wrapper .flexed_top_content main .user-page .choose_card .cabinet-payments__list .pay_online .title {
    font-size: 16px;
    color: #444444;
    margin-top: 12px;
    margin-left: -25px;
}

#content-wrapper .flexed_top_content main .user-page .choose_card .cabinet-payments__list.edited_list .cabinet-payments__title {
    color: #333333;
    font-size: 24px;
    font-family: "helveticamedium";
    padding-top: 10px;
    padding-bottom: 25px;
}

@media (min-width: 576px) {
    #content-wrapper .flexed_top_content main .user-page .choose_card .cabinet-payments__list.edited_list .cabinet-payments__title {
        padding-top: 30px;
    }
}

#content-wrapper .flexed_top_content main .user-page .choose_card .cabinet-payments__list.edited_list .cabinet-payments__item label:before {
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    -ms-border-radius: 50% !important;
    border-radius: 50% !important;
}

#content-wrapper .flexed_top_content main .user-page .choose_card .cabinet-payments__list.edited_list .cabinet-payments__item label:after {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    left: 2px;
    width: 10px;
    height: 10px;
    background: transparent;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    -ms-border-radius: 50% !important;
    border-radius: 50% !important;
}

#content-wrapper .flexed_top_content main .user-page .choose_card .cabinet-payments__list.edited_list .cabinet-payments__item input {
    display: none;
}

#content-wrapper .flexed_top_content main .user-page .choose_card .cabinet-payments__list.edited_list .cabinet-payments__item input:checked + label:after {
    background: #FF8713;
}

#content-wrapper .flexed_top_content main .user-page .choose_card .cabinet-payments__list.edited_list .cabinet-payments__item input:checked + label:before {
    background: white !important;
}

#content-wrapper .flexed_top_content main .user-page .choose_card .cabinet-payments__list.edited_list .pay_online {
    padding-left: 25px;
    /*overflow: hidden;*/
    /*max-height: 45px;*/
}

#content-wrapper .flexed_top_content main .user-page .choose_card .cabinet-payments__list.edited_list .pay_online.pay_online-open {
    max-height: initial;
}

#content-wrapper .flexed_top_content main .user-page .choose_card .cabinet-payments__list.edited_list .pay_online .title {
    margin-left: -25px;
}

#content-wrapper .flexed_top_content main .user-page .choose_card .cabinet-payments__list.edited_list .pay_online .title label {
    position: relative;
    padding-left: 30px;
    margin: 0;
    color: #333333;
    font-size: 16px;
    cursor: pointer;
    line-height: 1.2;
}

#content-wrapper .flexed_top_content main .user-page .choose_card .cabinet-payments__list.edited_list .pay_online .title label:before {
    content: '';
    display: block;
    position: absolute;
    width: 14px;
    height: 14px;
    background-color: white;
    border: 1px solid #DEDEDE;
    left: 0;
    top: 3px;
    background-size: 14px;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    -ms-border-radius: 50% !important;
    border-radius: 50% !important;
}

#content-wrapper .flexed_top_content main .user-page .choose_card .cabinet-payments__list.edited_list .pay_online .title label:after {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    left: 2px;
    width: 10px;
    height: 10px;
    background: transparent;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    -ms-border-radius: 50% !important;
    border-radius: 50% !important;
}

#content-wrapper .flexed_top_content main .user-page .choose_card .cabinet-payments__list.edited_list .pay_online .title input {
    display: none;
}

#content-wrapper .flexed_top_content main .user-page .choose_card .cabinet-payments__list.edited_list .pay_online .title input:checked + label:after {
    background: #FF8713;
}

#content-wrapper .flexed_top_content main .user-page .choose_card .cabinet-payments__list.edited_list .pay_online .title input:checked + label:before {
    background: white !important;
}

#content-wrapper .flexed_top_content main .user-page .checkout_complete {
    width: 100%;
    max-width: 450px;
    margin: auto;
}

#content-wrapper .flexed_top_content main .user-page .checkout_complete .success_txt {
    margin: 0 0 0;
    font-size: 24px;
    color: #333333;
    line-height: 1.3;
}

@media (max-width: 767px) {
    #content-wrapper .flexed_top_content main .user-page .checkout_complete .success_txt {
        margin: 0;
    }
}

#content-wrapper .flexed_top_content main .user-page .checkout_complete .go_index {
    height: 50px;
    margin-top: 60px;
    width: 100%;
    max-width: 350px;
    background: #FF8713;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    -ms-border-radius: 3px !important;
    border-radius: 3px !important;
    color: white;
    font-size: 16px;
}

@media (max-width: 767px) {
    #content-wrapper .flexed_top_content main .user-page .checkout_complete .go_index {
        margin-top: 20px;
    }
}

#content-wrapper .flexed_top_content main .news .news-list .news-list__item {
    position: relative;
    margin-bottom: 20px;
}

#content-wrapper .flexed_top_content main .news .news-list .news-list__item .news-list__img {
    width: calc((100% - 90px) / 2);
}

#content-wrapper .flexed_top_content main .news .news-list .news-list__item .news-list__img .news-list__img-in {
    display: block;
    position: relative;
    background: no-repeat center;
    background-size: cover;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

#content-wrapper .flexed_top_content main .news .news-list .news-list__item .news-list__img .news-list__img-in:before {
    content: '';
    display: block;
    padding-bottom: 90%;
}

#content-wrapper .flexed_top_content main .news .news-list .news-list__item .vertical_line {
    width: 90px;
    position: relative;
}

#content-wrapper .flexed_top_content main .news .news-list .news-list__item .vertical_line:before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -9px;
    top: 0;
    width: 18px;
    height: 18px;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    -ms-border-radius: 50% !important;
    border-radius: 50% !important;
    background: #066c29;
}

#content-wrapper .flexed_top_content main .news .news-list .news-list__item .vertical_line:after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -1px;
    bottom: 0;
    width: 2px;
    height: calc(100% - 33px);
    background: #E5E5E5;
}

#content-wrapper .flexed_top_content main .news .news-list .news-list__item .news-list__text {
    width: calc((100% - 90px) / 2);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column !important;
    flex-direction: column !important;
    -webkit-box-align: flex-start !important;
    -moz-box-align: flex-start !important;
    -ms-flex-align: flex-start !important;
    -webkit-align-items: flex-start !important;
    align-items: flex-start !important;
}

#content-wrapper .flexed_top_content main .news .news-list .news-list__item .news-list__text .news-list__title {
    color: #444444;
    font-family: "helveticamedium";
    font-size: 16px;
}

#content-wrapper .flexed_top_content main .news .news-list .news-list__item .news-list__text .news-list__date {
    font-family: "helveticamedium";
    color: #FF8713;
    font-size: 14px;
    margin: 8px 0 18px;
}

#content-wrapper .flexed_top_content main .news .news-list .news-list__item .news-list__text .news-list__txt {
    line-height: 25px;
    color: #444444;
    font-size: 16px;
}

@media (min-width: 768px) {
    #content-wrapper .flexed_top_content main .news .news-list .news-list__item .news-list__img .news-list__img-in {
        margin-bottom: 50px;
    }

    #content-wrapper .flexed_top_content main .news .news-list .news-list__item .news-list__text .news-list__txt {
        margin-bottom: 50px;
    }

    #content-wrapper .flexed_top_content main .news .news-list .news-list__item:nth-child(even) {
        -webkit-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    #content-wrapper .flexed_top_content main .news .news-list .news-list__item:nth-child(even) .news-list__text {
        -webkit-box-align: flex-end !important;
        -moz-box-align: flex-end !important;
        -ms-flex-align: flex-end !important;
        -webkit-align-items: flex-end !important;
        align-items: flex-end !important;
        text-align: right;
    }
}

@media (max-width: 767px) {
    #content-wrapper .flexed_top_content main .news .news-list .news-list__item {
        max-width: 500px;
        margin: auto;
        -webkit-flex-direction: column !important;
        flex-direction: column !important;
    }

    #content-wrapper .flexed_top_content main .news .news-list .news-list__item:not(:last-child) {
        margin-bottom: 50px;
    }

    #content-wrapper .flexed_top_content main .news .news-list .news-list__item .vertical_line {
        display: none;
    }

    #content-wrapper .flexed_top_content main .news .news-list .news-list__item .news-list__img, #content-wrapper .flexed_top_content main .news .news-list .news-list__item .news-list__text {
        width: 100%;
    }

    #content-wrapper .flexed_top_content main .news .news-list .news-list__item .news-list__text {
        margin-top: 15px;
    }
}

#content-wrapper .flexed_top_content main .terms-and-privacy .terms-and-privacy__info {
    margin-bottom: 50px;
}

#content-wrapper .flexed_top_content main .terms-and-privacy .terms-and-privacy__info .terms-and-privacy__title {
    font-size: 24px;
    color: #333333;
    font-family: "helveticamedium";
    margin-bottom: 22px;
}

#content-wrapper .flexed_top_content main .terms-and-privacy .terms-and-privacy__info .terms-and-privacy__txt {
    font-size: 16px;
    color: #444444;
    line-height: 22px;
}

@media (max-width: 767px) {
    #content-wrapper .flexed_top_content main .terms-and-privacy .terms-and-privacy__info .terms-and-privacy__title {
        font-size: 20px;
    }

    #content-wrapper .flexed_top_content main .terms-and-privacy .terms-and-privacy__info .terms-and-privacy__txt {
        font-size: 14px;
        line-height: 18px;
    }
}

#content-wrapper .flexed_top_content main .help .nav-tabs {
    text-align: center;
    border: none;
    margin-bottom: 30px;
}

#content-wrapper .flexed_top_content main .help .nav-tabs .nav-item {
    padding: 10px;
    margin: 10px;
    color: #444444;
    font-size: 18px;
    font-family: "helveticamedium";
    border: none;
    background: none;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    border-radius: 0 !important;
}

@media (max-width: 991px) {
    #content-wrapper .flexed_top_content main .help .nav-tabs .nav-item {
        font-size: 16px;
        margin: 5px;
        padding: 5px;
    }
}

@media (max-width: 767px) {
    #content-wrapper .flexed_top_content main .help .nav-tabs .nav-item {
        font-size: 16px;
        margin: 2px;
        padding: 2px;
    }
}

#content-wrapper .flexed_top_content main .help .nav-tabs .nav-item.active {
    color: #066c29;
}

@media (max-width: 767px) {
    #content-wrapper .flexed_top_content main .help .nav-tabs {
        display: block !important;
    }

    #content-wrapper .flexed_top_content main .help .nav-tabs .nav-item {
        display: inline-block;
        width: 49%;
        padding: 0;
        font-size: 14px;
        margin: 0;
        height: 40px;
        text-align: left;
    }
}

#content-wrapper .flexed_top_content main .help .tab-content .tab-pane .card {
    border: none;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    border-radius: 0 !important;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    margin-bottom: 10px;
}

#content-wrapper .flexed_top_content main .help .tab-content .tab-pane .card .card-header {
    padding: 0 25px;
    background-color: white;
    border-bottom: none;
}

#content-wrapper .flexed_top_content main .help .tab-content .tab-pane .card .card-header h5 a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center !important;
    -moz-box-align: center !important;
    -ms-flex-align: center !important;
    -webkit-align-items: center !important;
    align-items: center !important;
    min-height: 60px;
    font-size: 16px;
    font-family: "helveticamedium";
    color: #444444;
    padding-right: 25px;
    background: url("../../images/accordion.png") no-repeat right center;
}

#content-wrapper .flexed_top_content main .help .tab-content .tab-pane .card .card-header h5 a.collapsed {
    background: url("../../images/accordion_collapsed.png") no-repeat right center;
}

#content-wrapper .flexed_top_content main .help .tab-content .tab-pane .card .card-body {
    padding: 0 25px;
}

#content-wrapper .flexed_top_content main .help .tab-content .tab-pane .card .card-body span {
    padding: 20px 0;
    display: block;
    font-family: "helveticaroman";
    font-size: 16px;
    color: #444444;
    line-height: 22px;
    border-top: 1px solid #E5E5E5;
}

@media (max-width: 767px) {
    #content-wrapper .flexed_top_content main .help .tab-content .tab-pane .card .card-header {
        padding: 0 10px;
    }

    #content-wrapper .flexed_top_content main .help .tab-content .tab-pane .card .card-header h5 a {
        min-height: 48px;
        font-size: 14px;
        padding-right: 22px;
    }

    #content-wrapper .flexed_top_content main .help .tab-content .tab-pane .card .card-body {
        padding: 0 10px;
    }

    #content-wrapper .flexed_top_content main .help .tab-content .tab-pane .card .card-body span {
        padding: 10px 0;
        font-size: 14px;
        line-height: 18px;
    }
}

#content-wrapper .flexed_top_content main .contact .contact__title {
    margin-bottom: 30px;
    color: #444444;
    font-size: 16px;
}

#content-wrapper .flexed_top_content main .contact .inputs_line .line_item {
    margin-bottom: 10px;
}

@media (min-width: 768px) {
    #content-wrapper .flexed_top_content main .contact .inputs_line .line_item {
        width: calc((100% - 20px) / 2);
    }
}

#content-wrapper .flexed_top_content main .contact .inputs_line .line_item input, #content-wrapper .flexed_top_content main .contact .inputs_line .line_item textarea {
    width: 100%;
    border: 1px solid #DEDEDE;
    outline: none;
    border-radius: 10px !important;
    background: white;
    color: #444444;
    font-size: 16px;
    padding-left: 20px;
    height: 50px;
}

#content-wrapper .flexed_top_content main .contact .inputs_line .line_item textarea {
    padding: 13px 20px;
    min-height: 140px;
    resize: vertical;
}

#content-wrapper .flexed_top_content main .contact .inputs_line .line_item ::-webkit-input-placeholder {
    color: rgba(0, 0, 0, .2);
    font-size: 16px;
}

#content-wrapper .flexed_top_content main .contact .inputs_line .line_item :-moz-placeholder {
    color: #444444;
    font-size: 16px;
}

#content-wrapper .flexed_top_content main .contact .inputs_line .line_item ::-moz-placeholder {
    color: #444444;
    font-size: 16px;
}

#content-wrapper .flexed_top_content main .contact .inputs_line .line_item :-ms-input-placeholder {
    color: #444444;
    font-size: 16px;
}

#content-wrapper .flexed_top_content main .contact .inputs_line .line_item button[type=submit] {
    background: #086C28;
    color: white;
    width: 100%;
    font-size: 16px;
    padding: 13px;
    cursor: pointer;
    border-radius: 10px !important;
}

#content-wrapper .flexed_top_content main .contact .inputs_line .line_item.full_with {
    width: 100%;
}

#content-wrapper .flexed_top_content main .contact .contact_us_wrapper {
    margin-bottom: 30px;
}

#content-wrapper .flexed_top_content main .contact .contact_us_wrapper .title {
    color: #333333;
    font-size: 18px;
    font-family: "helveticamedium";
    margin-bottom: 15px;
}

#content-wrapper .flexed_top_content main .contact .contact_us_wrapper .contact_line {
    padding-left: 30px;
    color: #444444;
    font-size: 16px;
    margin-bottom: 10px;
    background: no-repeat left center;
}

#content-wrapper .flexed_top_content main .contact .contact_us_wrapper .contact_line.mailto {
    background-image: url("../../images/envelope.png");
}

#content-wrapper .flexed_top_content main .contact .contact_us_wrapper .contact_line.tele {
    background-image: url("../../images/phone-call.png");
}

#content-wrapper .flexed_top_content main .use-terms .use-terms__list {
    margin-top: 40px;
    margin-bottom: 60px;
}

#content-wrapper .flexed_top_content main .use-terms .use-terms__list .use-terms__img {
    height: 200px;
}

#content-wrapper .flexed_top_content main .use-terms .use-terms__list .use-terms__name {
    font-size: 24px;
    color: #333333;
    font-family: "helveticamedium";
    margin: 25px 0;
    line-height: 1;
}

#content-wrapper .flexed_top_content main .use-terms .use-terms__list .use-terms__rev {
    color: #444444;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 40px;
}

@media (max-width: 1199px) {
    #content-wrapper .flexed_top_content main .use-terms .use-terms__list .use-terms__img {
        height: 170px;
    }

    #content-wrapper .flexed_top_content main .use-terms .use-terms__list .use-terms__img img {
        max-width: 170px;
        max-height: 170px;
    }
}

@media (max-width: 991px) {
    #content-wrapper .flexed_top_content main .use-terms .use-terms__list .use-terms__img {
        height: 150px;
    }

    #content-wrapper .flexed_top_content main .use-terms .use-terms__list .use-terms__img img {
        max-width: 150px;
        max-height: 150px;
    }

    #content-wrapper .flexed_top_content main .use-terms .use-terms__list .use-terms__name {
        font-size: 18px;
        margin: 15px 0;
    }
}

#content-wrapper .flexed_top_content main .use-terms .info .title {
    color: #333333;
    font-size: 24px;
    font-family: "helveticamedium";
}

#content-wrapper .flexed_top_content main .use-terms .info .txt {
    color: #444444;
    font-size: 16px;
    margin: 50px 0 45px;
}

#content-wrapper .flexed_top_content main .use-terms .info .img_blo.map {
    margin-bottom: 100px;
}

#content-wrapper .flexed_top_content main .use-terms .info .img_blo.map img {
    width: 100%;
}

#content-wrapper .flexed_top_content main .use-terms .info .img_blo.clock {
    margin-bottom: 40px;
}

#content-wrapper .flexed_top_content main .use-terms .info .time_txt {
    color: #444444;
    font-size: 32px;
    font-family: "helveticamedium";
    margin-bottom: 30px;
}

@media (max-width: 991px) {
    #content-wrapper .flexed_top_content main .use-terms .info .title {
        font-size: 21px;
    }

    #content-wrapper .flexed_top_content main .use-terms .info .txt {
        font-size: 14px;
        margin: 30px 0 25px;
    }

    #content-wrapper .flexed_top_content main .use-terms .info .time_txt {
        font-size: 26px;
    }

    #content-wrapper .flexed_top_content main .use-terms .info .img_blo.map {
        margin-bottom: 70px;
    }

    #content-wrapper .flexed_top_content main .use-terms .info .img_blo.clock {
        margin-bottom: 25px;
    }
}

#content-wrapper .flexed_top_content main .career .career-list {
    margin: 45px auto;
    width: 100%;
    max-width: 800px;
}

#content-wrapper .flexed_top_content main .career .career-list .career__name {
    font-family: "helveticamedium";
    font-size: 14px;
    color: #444444;
}

#content-wrapper .flexed_top_content main .career .career-list .career__date {
    color: #FF8713;
    font-family: "helveticamedium";
    font-size: 14px;
}

#content-wrapper .flexed_top_content main .career .career-list .career__txt {
    color: #444444;
    font-size: 14px;
    margin-top: 15px;
    display: block;
    line-height: 22px;
}

#content-wrapper .flexed_top_content main .career .career-list .sub_tit {
    margin-top: 10px;
    margin-bottom: 15px;
    line-height: 1;
    text-align: center;
    color: #444444;
    font-size: 16px;
    font-family: "helveticamedium";
    display: block;
}

#content-wrapper .flexed_top_content main .career .career-list .sub_txt {
    color: #444444;
    font-size: 16px;
    line-height: 22px;
    display: block;
}

#content-wrapper .flexed_top_content main .career .text-line {
    margin-bottom: 30px;
}

#content-wrapper .flexed_top_content main .career .rez-send {
    width: 100%;
    max-width: 350px;
    background: #FF8713;
    padding: 13px;
    color: white;
    font-size: 16px;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    -ms-border-radius: 3px !important;
    border-radius: 3px !important;
    cursor: pointer;
}

#content-wrapper .flexed_top_content main .store-registration {
    margin-top: 50px;
}

#content-wrapper .flexed_top_content main .store-registration .store_title {
    font-size: 20px;
    color: #333333;
    font-family: "helveticamedium";
}

@media (min-width: 768px) {
    #content-wrapper .flexed_top_content main .store-registration .store_title {
        font-size: 24px;
    }
}

#content-wrapper .flexed_top_content main .store-registration .store_txt {
    color: #444444;
    font-size: 16px;
    margin: 30px 0;
}

#content-wrapper .flexed_top_content main .store-registration input, #content-wrapper .flexed_top_content main .store-registration textarea {
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    -ms-border-radius: 3px !important;
    border-radius: 3px !important;
    color: #444444;
    font-size: 16px;
    padding-left: 20px;
    width: 100%;
    max-width: 350px;
    border: 1px solid #E2E2E2;
    outline: none;
    height: 50px;
    margin-bottom: 20px;
}

#content-wrapper .flexed_top_content main .store-registration textarea {
    padding-top: 13px;
    min-height: 200px;
    max-width: 600px;
    resize: vertical;
}

#content-wrapper .flexed_top_content main .store-registration button.send_msg {
    width: 100%;
    max-width: 350px;
    padding: 13px;
    color: white;
    font-size: 16px;
    background: #FF8713;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    -ms-border-radius: 3px !important;
    border-radius: 3px !important;
    cursor: pointer;
}

#content-wrapper .flexed_top_content main .store-registration ::-webkit-input-placeholder {
    color: #444444;
    font-size: 16px;
}

#content-wrapper .flexed_top_content main .store-registration :-moz-placeholder {
    color: #444444;
    font-size: 16px;
}

#content-wrapper .flexed_top_content main .store-registration ::-moz-placeholder {
    color: #444444;
    font-size: 16px;
}

#content-wrapper .flexed_top_content main .store-registration :-ms-input-placeholder {
    color: #444444;
    font-size: 16px;
}

#content-wrapper .flexed_top_content main .store-registration .ui-selectmenu-button {
    background: white !important;
    width: 100% !important;
    max-width: 350px !important;
    height: 50px !important;
    border: 1px solid #E2E2E2 !important;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    -ms-border-radius: 3px !important;
    border-radius: 3px !important;
    outline: none !important;
    padding: 0 20px;
    margin: auto auto 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center !important;
    -moz-box-align: center !important;
    -ms-flex-align: center !important;
    -webkit-align-items: center !important;
    align-items: center !important;
    -webkit-box-pack: space-between !important;
    -moz-box-pack: space-between !important;
    -ms-flex-pack: space-between !important;
    -webkit-justify-content: space-between !important;
    justify-content: space-between !important;
    -webkit-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}

#content-wrapper .flexed_top_content main .store-registration .ui-selectmenu-button .ui-selectmenu-icon {
    background: url("../../images/arrow-down-gray.png") no-repeat center !important;
}

#content-wrapper .flexed_top_content main .store-registration .ui-selectmenu-button .ui-selectmenu-text {
    color: #444444;
    font-family: "helveticaroman";
    font-size: 16px;
    font-weight: normal;
    line-height: initial;
    margin-right: 0;
}

#content-wrapper .flexed_top_content main .store-registration .ui-selectmenu-button.ui-selectmenu-button-open .ui-selectmenu-icon {
    background: url("../../images/arrow-up-gray.png") no-repeat center !important;
}

#content-wrapper .flexed_top_content main .about-us {
    margin-top: 40px;
}

#content-wrapper .flexed_top_content main .about-us .about-us__title {
    font-size: 20px;
    color: #333333;
    font-family: "helveticamedium";
}

@media (min-width: 768px) {
    #content-wrapper .flexed_top_content main .about-us .about-us__title {
        font-size: 24px;
    }
}

#content-wrapper .flexed_top_content main .about-us .about-us__text {
    color: #444444;
    font-size: 16px;
    margin: 30px 0 70px;
}

#content-wrapper .flexed_top_content main .about-us .toolt_list {
    margin-top: 45px;
}

#content-wrapper .flexed_top_content main .about-us .toolt_list .txt-with-tooltip {
    position: relative;
    height: 80px;
    width: 220px;
    color: #333333;
    font-size: 16px;
    font-family: "helveticamedium";
    text-align: center;
}

#content-wrapper .flexed_top_content main .about-us .toolt_list .txt-with-tooltip .main_tooltip {
    position: absolute;
    width: 330px;
    height: 80px;
    right: 100%;
    top: 0;
    z-index: 0;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

#content-wrapper .flexed_top_content main .about-us .toolt_list .txt-with-tooltip .main_tooltip .txt {
    width: 330px;
    height: 80px;
    background: white;
    color: #333333;
    font-size: 16px;
    font-family: "helveticamedium";
    padding-left: 25px;
}

#content-wrapper .flexed_top_content main .about-us .toolt_list .txt-with-tooltip .main_tooltip .txt:before, #content-wrapper .flexed_top_content main .about-us .toolt_list .txt-with-tooltip .main_tooltip .txt:after {
    display: block;
    content: "";
    position: absolute;
    z-index: -100;
    width: 50%;
    top: 0;
    bottom: 0;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

#content-wrapper .flexed_top_content main .about-us .toolt_list .txt-with-tooltip .main_tooltip .txt:before {
    left: 0;
}

#content-wrapper .flexed_top_content main .about-us .toolt_list .txt-with-tooltip .main_tooltip .txt:after {
    right: 0;
}

#content-wrapper .flexed_top_content main .about-us .toolt_list .txt-with-tooltip .main_tooltip .tooltip--tip {
    position: absolute;
    z-index: -100;
    display: block;
    width: 20px;
    height: 20px;
    background: #fff;
    right: -20px;
    bottom: calc(50% - 10px);
    transform: translateX(-50%) rotate(45deg);
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

#content-wrapper .flexed_top_content main .about-us .toolt_list .txt-with-tooltip .main_tooltip.orange-color {
    right: initial;
    left: 100%;
}

#content-wrapper .flexed_top_content main .about-us .toolt_list .txt-with-tooltip .main_tooltip.orange-color .txt {
    color: white;
    background: #FF8713;
}

#content-wrapper .flexed_top_content main .about-us .toolt_list .txt-with-tooltip .main_tooltip.orange-color .tooltip--tip {
    background: #FF8713;
    right: initial;
    left: 0;
}

#content-wrapper .flexed_top_content main .about-us .toolt_list .txt-with-tooltip .main_tooltip.right-side {
    right: initial;
    left: 100%;
}

#content-wrapper .flexed_top_content main .about-us .toolt_list .txt-with-tooltip .main_tooltip.right-side .txt {
    color: black;
    background: white;
}

#content-wrapper .flexed_top_content main .about-us .toolt_list .txt-with-tooltip .main_tooltip.right-side .tooltip--tip {
    background: white;
    right: initial;
    left: 0;
}

#content-wrapper .flexed_top_content main .about-us .toolt_list .txt-with-tooltip .main_tooltip.green-color .txt {
    color: white;
    background: #066c29;
}

#content-wrapper .flexed_top_content main .about-us .toolt_list .txt-with-tooltip .main_tooltip.green-color .tooltip--tip {
    background: #066c29;
}

#content-wrapper .flexed_top_content main .about-us .toolt_list .green_ider {
    width: 2px;
    height: 84px;
    background: #066c29;
}

@media (max-width: 991px) and (min-width: 576px) {
    #content-wrapper .flexed_top_content main .about-us .toolt_list .txt-with-tooltip {
        width: 180px;
    }

    #content-wrapper .flexed_top_content main .about-us .toolt_list .txt-with-tooltip .main_tooltip {
        right: initial !important;
        left: 100% !important;
    }

    #content-wrapper .flexed_top_content main .about-us .toolt_list .txt-with-tooltip .main_tooltip .tooltip--tip {
        right: initial;
        left: 0;
    }

    #content-wrapper .flexed_top_content main .about-us .toolt_list .green_ider {
        opacity: 0;
    }
}

@media (max-width: 575px) {
    #content-wrapper .flexed_top_content main .about-us .toolt_list {
        margin-top: 15px;
    }

    .scrollOnMobile {
        overflow-x: scroll;
        overflow-y: hidden;
    }


}

#content-wrapper .flexed_top_content main .about-us .toolt_list .txt-with-tooltip {
    -webkit-box-pack: center !important;
    -moz-box-pack: center !important;
    -ms-flex-pack: center !important;
    -webkit-justify-content: center !important;
    justify-content: center !important;
    -webkit-flex-direction: column !important;
    flex-direction: column !important;
    width: 100%;
    margin-bottom: 70px;
    height: 65px;
    font-size: 14px;
}

#content-wrapper .flexed_top_content main .about-us .toolt_list .txt-with-tooltip .main_tooltip {
    width: 260px;
    height: 65px;
    left: 50% !important;
    margin-left: -130px;
    top: 100% !important;
    right: initial !important;
}

#content-wrapper .flexed_top_content main .about-us .toolt_list .txt-with-tooltip .main_tooltip .txt {
    width: 260px;
    height: 65px;
    text-align: center;
    padding: 10px;
    font-size: 14px;
    -webkit-box-pack: center !important;
    -moz-box-pack: center !important;
    -ms-flex-pack: center !important;
    -webkit-justify-content: center !important;
    justify-content: center !important;
}

#content-wrapper .flexed_top_content main .about-us .toolt_list .txt-with-tooltip .main_tooltip .tooltip--tip {
    right: initial;
    bottom: initial;
    left: 50% !important;
    top: -10px !important;
}

#content-wrapper .flexed_top_content main .about-us .toolt_list .green_ider {
    display: none;
}

}

#content-wrapper .flexed_top_content main .about-us .moitane-numbers {
    margin-top: 100px;
    margin-bottom: -91px;
    position: relative;
}

#content-wrapper .flexed_top_content main .about-us .moitane-numbers .moitane__title {
    font-size: 20px;
    font-family: "helveticamedium";
    color: #333333;
    margin-bottom: 30px;
}

@media (min-width: 992px) {
    #content-wrapper .flexed_top_content main .about-us .moitane-numbers .moitane__title {
        font-size: 24px;
    }
}

#content-wrapper .flexed_top_content main .about-us .moitane-numbers .numbers__list {
    background: #066c29;
    padding: 30px 0 0;
}

#content-wrapper .flexed_top_content main .about-us .moitane-numbers .numbers__list .numb {
    height: 70px;
    font-family: "helveticamedium";
    font-size: 36px;
    color: white;
}

#content-wrapper .flexed_top_content main .about-us .moitane-numbers .numbers__list .numb svg {
    display: block;
    margin-right: 13px;
}

#content-wrapper .flexed_top_content main .about-us .moitane-numbers .numbers__list .name {
    font-family: "helveticamedium";
    font-size: 20px;
    color: white;
    margin-bottom: 30px;
}

#content-wrapper .flexed_bottom_content {
    width: 100%;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
}

#content-wrapper .flexed_bottom_content footer {
    border-top: 1px solid #E5E5E5;
    background: #3B873A;
    margin-top: 25px !important;
}

#content-wrapper .flexed_bottom_content footer .top_footer {
    padding: 0 0 25px;
}

@media (min-width: 576px) {
    #content-wrapper .flexed_bottom_content footer .top_footer {
        padding-top: 40px;
    }

    #content-wrapper .flexed_bottom_content footer .top_footer .mobile_menu_wrapper {
        display: none;
    }
}

@media (max-width: 575px) {
    #content-wrapper .flexed_bottom_content footer .top_footer {
        padding-bottom: 0;
    }
}

#content-wrapper .flexed_bottom_content footer .top_footer .mobile_menu_wrapper {
    position: relative;
    background: #818181;
}

#content-wrapper .flexed_bottom_content footer .top_footer .mobile_menu_wrapper .mobile_menu_button {
    padding: 0 15px;
    display: block;
    width: calc(100% + 30px);
    background: #707070;
    margin-left: -15px;
}

#content-wrapper .flexed_bottom_content footer .top_footer .mobile_menu_wrapper .mobile_menu_button span {
    height: 56px;
    font-size: 16px;
    color: white;
    line-height: 1;
    font-family: "helveticamedium";
    background: url("../../images/hamburger.svg") no-repeat right center;
    background-size: 20px;
}

#content-wrapper .flexed_bottom_content footer .top_footer .mobile_menu_wrapper .mobile_menu_button.menu-is-open + .mobile_menu {
    max-height: 500px;
    transition: max-height 0.25s ease-in;
    -webkit-transition: max-height 0.25s ease-in;
}

#content-wrapper .flexed_bottom_content footer .top_footer .mobile_menu_wrapper .mobile_menu {
    padding: 0;
    margin: 0;
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.15s ease-out;
    -webkit-transition: max-height 0.15s ease-out;
}

#content-wrapper .flexed_bottom_content footer .top_footer .mobile_menu_wrapper .mobile_menu .menu__item {
    list-style-type: none;
    display: block;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

#content-wrapper .flexed_bottom_content footer .top_footer .mobile_menu_wrapper .mobile_menu .menu__item:hover {
    opacity: 0.7;
}

#content-wrapper .flexed_bottom_content footer .top_footer .mobile_menu_wrapper .mobile_menu .menu__item:not(:last-child) {
    margin-bottom: 8px;
}

#content-wrapper .flexed_bottom_content footer .top_footer .mobile_menu_wrapper .mobile_menu .menu__item:last-child {
    padding-bottom: 10px;
}

#content-wrapper .flexed_bottom_content footer .top_footer .mobile_menu_wrapper .mobile_menu .menu__item .menu__link {
    color: white;
}

#content-wrapper .flexed_bottom_content footer .top_footer .menu {
    padding: 0;
    margin: 0;
}

@media (max-width: 575px) {
    #content-wrapper .flexed_bottom_content footer .top_footer .menu {
        display: none;
    }
}

@media (min-width: 992px) {
    #content-wrapper .flexed_bottom_content footer .top_footer .menu:last-child {
        padding-right: 35px;
    }
}

#content-wrapper .flexed_bottom_content footer .top_footer .menu .menu__item {
    list-style-type: none;
    display: block;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

#content-wrapper .flexed_bottom_content footer .top_footer .menu .menu__item:hover {
    opacity: 0.7;
}

#content-wrapper .flexed_bottom_content footer .top_footer .menu .menu__item:not(:last-child) {
    margin-bottom: 12px;
}

#content-wrapper .flexed_bottom_content footer .top_footer .menu .menu__item .menu__link {
    color: #FFFFFF;
    opacity: 0.7;
    font-size: 14px;
}

.search-container {
    width: 750px;
    height: 60px;
    margin-left: 10px;
    margin-right: 10px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 20px 40px #00000033;
    border-radius: 36px;
    opacity: 1;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

@media only screen and (max-width: 767px) {
    .search-container {
        width: auto;
    }
}

.contact-form {
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.contact-form input {
    width: 100%;
    border: 1px solid #DEDEDE;
    outline: none;
    border-radius: 10px !important;
    background: white;
    color: #444444;
    font-size: 16px;
    padding-left: 20px;
    height: 50px;
    margin-bottom: 10px;
}

.contact-form textarea {
    width: 100%;
    border: 1px solid #DEDEDE;
    outline: none;
    border-radius: 10px !important;
    background: white;
    color: #444444;
    font-size: 16px;
    padding-left: 20px;
    height: 150px;
}

.contact-form__container {
    height: 500px;
    background-color: white;
    border-radius: 10px;
    display: flex;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}


.contact-form button {
    background: #086C28;
    color: white;
    width: 100%;
    font-size: 16px;
    padding: 13px;
    cursor: pointer;
    border-radius: 10px !important;
}

#content-wrapper .flexed_bottom_content footer .top_footer .socials .title {
    font-family: "helveticamedium";
    font-size: 18px;
    color: #333333;
}

#content-wrapper .flexed_bottom_content footer .top_footer .socials .socials__list {
    margin: 20px 0;
}

@media (max-width: 575px) {
    #content-wrapper .flexed_bottom_content footer .top_footer .socials .socials__list {
        margin-bottom: 0;
    }
}

#content-wrapper .flexed_bottom_content footer .top_footer .socials .socials__list .socials__link:not(:last-child) {
    margin-right: 30px;
}

#content-wrapper .flexed_bottom_content footer .top_footer .socials .socials__list .socials__link svg {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

#content-wrapper .flexed_bottom_content footer .top_footer .socials .socials__list .socials__link svg path {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

#content-wrapper .flexed_bottom_content footer .top_footer .socials .socials__list .socials__link:hover svg {
    opacity: 0.8;
}

#content-wrapper .flexed_bottom_content footer .top_footer .mobile-app {
    width: 100%;
    max-width: 130px;
}

@media (max-width: 575px) {
    #content-wrapper .flexed_bottom_content footer .top_footer .mobile-app {
        display: none !important;
    }
}

@media (max-width: 575px) {
    #content-wrapper .flexed_bottom_content footer .top_footer .edited_mobile_position {
        -webkit-flex-direction: column !important;
        flex-direction: column !important;
        -webkit-box-align: center !important;
        -moz-box-align: center !important;
        -ms-flex-align: center !important;
        -webkit-align-items: center !important;
        align-items: center !important;
    }

    #content-wrapper .flexed_bottom_content footer .top_footer .edited_mobile_position {
        text-align: center;
    }

    #content-wrapper .flexed_bottom_content footer .top_footer .edited_mobile_position .mobile-app .mobile-app__link {
        padding: 10px 15px;
    }

    #content-wrapper .flexed_bottom_content footer .top_footer .edited_mobile_position .mobile-app .mobile-app__link img {
        max-width: 100px;
    }
}

@media (max-width: 991px) {
    #content-wrapper .flexed_bottom_content footer .top_footer .edited_mobile_position:last-child {
        margin-top: 50px;
    }
}

@media (max-width: 575px) {
    #content-wrapper .flexed_bottom_content footer .top_footer .edited_mobile_position:last-child {
        margin-top: 15px;
    }
}

#content-wrapper .flexed_bottom_content footer .bottom_footer .bottom_footer__list .copyright {
    color: #333333;
    font-size: 14px;
    margin: 8px 0;
}

@media (max-width: 575px) {
    #content-wrapper .flexed_bottom_content footer .bottom_footer .bottom_footer__list .copyright {
        font-size: 12px;
    }
}

#content-wrapper .flexed_bottom_content footer .bottom_footer .bottom_footer__list .info_for_users {
    margin: 5px 0;
}

#content-wrapper .flexed_bottom_content footer .bottom_footer .bottom_footer__list .info_for_users .info_for_users__item {
    width: 50%;
    padding-left: 15px;
    position: relative;
    text-align: left;
}

#content-wrapper .flexed_bottom_content footer .bottom_footer .bottom_footer__list .info_for_users .info_for_users__item a {
    font-size: 14px;
    color: #333333;
    padding-top: 3px;
    padding-bottom: 3px;
    line-height: 1.3;
    display: block;
}

@media (max-width: 575px) {
    #content-wrapper .flexed_bottom_content footer .bottom_footer .bottom_footer__list .info_for_users .info_for_users__item a {
        font-size: 12px;
    }
}

#content-wrapper .flexed_bottom_content footer .bottom_footer .bottom_footer__list .info_for_users .info_for_users__item:first-child {
    padding-left: 0;
    padding-right: 14px;
    text-align: center;
}

#content-wrapper .flexed_bottom_content footer .bottom_footer .bottom_footer__list .created_by {
    float: right;
}

.bottom_footer {
    background-color: #086C28;
}

#content-wrapper .flexed_bottom_content footer .bottom_footer .bottom_footer__list {
    color: #FFFFFF;
    opacity: 0.2;
}

@media (max-width: 992px) {
    #content-wrapper .flexed_bottom_content footer .bottom_footer .bottom_footer__list {
        text-align: center;
    }

    #content-wrapper .flexed_bottom_content footer .bottom_footer .bottom_footer__list .created_by {
        float: none;
    }
}


/* 29.06.18 */
.form-label {
    color: #444;
    margin-bottom: 5px;
}

/* 29.10.18 */
.auth__form {
    padding: 10px 15px;
}

.auth__form .form-group {
    margin-bottom: 10px;
}

.auth__form-control {
    width: 100%;
    border: 1px solid #F6F6F6;
    outline: none;
    border-radius: 10px !important;
    background: white;
    color: #444444;
    font-size: 16px;
    padding: 10px 15px;
    height: 50px;
    background-color: #FCFCFC;
}

.auth__form-control::placeholder {
    color: rgba(0, 0, 0, 0.3);
}

.auth__form-btn {
    background: #086C28;
    color: white;
    width: 100%;
    font-size: 16px;
    padding: 13px;
    cursor: pointer;
    border-radius: 10px !important;
}
.auth__form-btn-social {
    background: #086C28;
    color: white;
    width: 100%;
    font-size: 16px;
    padding: 13px;
    cursor: pointer;
}

.auth__form-btn:hover:hover, .auth__form-btn:focus:focus {
    background: #086C28;
}

.auth__form-error-text {
    color: #FF0000;
    margin: 0 0 0 0;
}

.auth__form-control--has-error {
    border-color: #FF0000;
}

.auth__form-footer {
    margin-top: 10px;
}

.auth__form-recover {
    color: #333;
    margin-right: 10px;
}

.auth__form-recover:hover {
    color: #086C28;
}

.auth__form-register {
    font-weight: 700;
    padding: 8px 18px;
    background-color: #FFF34F;
    color: #086C28;
    border-radius: 10px;
}

@media (min-width: 992px) {
    #content-wrapper .flexed_top_content header.change-on-scroll.products-header.products-header--disable-sticky {
        position: relative;
    }
}

#content-wrapper .flexed_top_content header.change-on-scroll {
    /*-webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease;*/
    height: auto;
    position: -webkit-sticky;
    position: sticky;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 10;
}

.products-header__bg {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0;
}

.auth__form-register:hover {
    color: #086C28;
}

.cart-name-wrapper {
    position: relative;
    /*height: 75px;*/
    background-color: #F8F6F4;
    padding: 15px 25px;
    margin-top: 10px;
}

@media (max-width: 991px) {
    .cart-name-wrapper {
        z-index: 4000;
        overflow: hidden !important;
        /*//display: flex !important;*/
        height: 120px;
    }
}

@media (min-width: 992px) {
    .cart-name-title {
        margin-right: 10px;
    }
}

@media (max-width: 991px) {
    .cart-name-title {
        margin-bottom: 15px;
    }
}

.cart-name-title__txt {
    font-size: 16px;
    font-weight: 700;
    margin-left: 10px;
}

@media (max-width: 991px) {
    .cart-name-form__input {
        width: calc(100% - 56px);
    }
}

.cart-name-form__input {
    border: 1px solid #E2E2E2;
    border-radius: 3px;
    padding: 15px 16px;
    height: 36px;
}

.cart-name-form__btn {
    width: 36px;
    height: 36px;
    padding: 0;
    margin: 0 0 0 15px;
    cursor: pointer;
}

.cart-name-form__btn--active svg * {
    fill: #066c29 !important;
}


.voucher {
    padding-top: 18px;
    padding-bottom: 45px;
}

.voucher__check {
}

.voucher__check label {
    position: relative;
    padding-left: 30px;
    margin: 0;
    color: #444;
    font-size: 16px;
    cursor: pointer;
    line-height: 1.2;
}

.voucher__check label:before {
    content: '';
    display: block;
    position: absolute;
    width: 14px;
    height: 14px;
    background-color: white;
    border: 1px solid #DEDEDE;
    left: 0;
    top: 3px;
    background-size: 14px;
}

.voucher__check input {
    display: none;
}

.voucher__check input:checked + label:before {
    background: white url("../../images/check-mark.png") no-repeat center;
    background-size: 10px;
}

.voucher__input-wrapper {
    padding-left: 30px;
    margin-top: 15px;
    display: none;
}

.voucher__input {
    width: 350px;
    height: 50px;
    border: 1px solid #E2E2E2;
    border-radius: 3px;
    padding: 15px 16px;
}

@media (max-width: 991px) {
    .voucher__input {
        width: calc(100% - 65px);
    }
}

.voucher__input--has-error {
    border-color: #FF0000;
}

.voucher__btn {
    width: 36px;
    height: 36px;
    padding: 0;
    margin: 0 0 0 15px;
    cursor: pointer;
}

.voucher__btn--active svg * {
    fill: #066c29 !important;
}

.voucher__input-error-text {
    color: #FF0000;
    margin-top: 2px;
}

.full_payment_price-old {
    font-size: 18px;
    color: #999;
    margin-bottom: 25px;
}

.full_payment_price-old span {
    font-size: 24px;
    font-weight: bold;
    margin-left: 15px;
}

.action_addr_footer {
    margin-top: 34px;
}

@media (max-width: 991px) {
    .action_addr_footer {
        margin-top: 24px;
    }
}

.comment-wrapper {
    width: 100%;
    margin-right: 25px;
    max-width: 720px;
    padding: 30px 30px 24px 30px;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

@media (max-width: 991px) {
    .comment-wrapper {
        margin-right: 0;
        margin-bottom: 15px;
    }
}

.comment__textarea {
    width: 100%;
    height: 160px;
    border-color: #E2E2E2;
    padding: 15px 20px;
}

.password-show-hide:not(.password-show-hide--hidden) .password-show-hide__button .password-show-hide__button-icon * {
    fill: #086C28 !important;
}

.password-show-hide__input {
    padding-right: 39px !important;
}

.password-show-hide__button {
    top: 13px;
    right: 10px;
}

.cabinet-history-item {
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.cabinet-history-item__header {
    background-color: #E5E5E5;
    color: #444;
    padding: 18px 20px;
}

.cabinet-history-item__header span {
    font-size: 16px;
}

.cabinet-history-item__product-list-header {
    background-color: #F8F6F4;
    padding: 10px 20px;
}

.cabinet-history-item__product-list-shop-img {
    max-width: 70px;
    max-height: 30px;
    margin-right: 15px;
}

.cabinet-history-item__product-list-shop-name {
    font-size: 14px;
    color: #333;
    margin-right: 10px;
}

.cabinet-history-item__product-list-shop-price {
    font-weight: 700;
    color: #333;
    white-space: nowrap;
}

.cabinet-history-item__product-list-items {
    padding: 20px;
    margin-bottom: 0;
}

.cabinet-history-item__product-list-item {
    margin-top: 15px;
}

.cabinet-history-item__product-list-item-info {
    width: calc(100% - 215px);
}

.cabinet-history-item__product-list-item-info-img {
    border: 1px solid #EFEFEF;
    width: 90px;
    height: 90px;
    margin-right: 15px;
}

.cabinet-history-item__product-list-item-info-img img {
    max-width: 66px;
    max-height: 66px;
}

.cabinet-history-item__product-list-item-desc {
    width: calc(100% - 105px);
}

.cabinet-history-item__product-list-item-name {
    font-size: 16px;
    color: #333333;
    line-height: 1.1;
}

.cabinet-history-item__product-list-item-point {
    color: #999999;
    margin: 5px 0 8px;
}

.cabinet-history-item__product-list-item-price {
    width: 205px;
}

.cabinet-history-item__product-list-item-calc {
    width: 120px;
    margin-right: 15px;
}

.cabinet-history-item__product-list-item-calc input {
    border: 1px solid #E5E5E5;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 16px;
    color: #999999;
    font-weight: bold;
    outline: none;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    -ms-border-radius: 4px !important;
    border-radius: 4px !important;
}

.cabinet-history-item__product-list-item-price-val {
    color: #333333;
    font-size: 16px;
    font-weight: bold;
    width: 70px;
    text-align: right;
}

.cabinet-history-item__product-list-item-not-in-stock {
    font-size: 14px;
    font-weight: 700;
    color: #FF0000;
}

@media (max-width: 699px) {

    .cabinet-history-item__product-list-item-price {
        width: 70px;
        -webkit-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
        -webkit-box-align: flex-end !important;
        -moz-box-align: flex-end !important;
        -ms-flex-align: flex-end !important;
        -webkit-align-items: flex-end !important;
        align-items: flex-end !important;
    }

    .cabinet-history-item__product-list-item-calc {
        width: 70px;
        margin-right: 0;
    }

    .cabinet-history-item__product-list-item-calc input {
        width: 30px;
        height: 30px;
        font-size: 14px;
    }

    .cabinet-history-item__product-list-item-price-val {
        text-align: right;
    }

    .cabinet-history-item__product-list-item-info {
        width: calc(100% - 80px);
    }

    .cabinet-history-item__product-list-item-info-img {
        width: 60px;
        height: 60px;
        margin-right: 5px;
    }

    .cabinet-history-item__product-list-item-info-img img {
        max-width: 50px;
        max-height: 50px;
    }

    .cabinet-history-item__product-list-item-desc {
        width: calc(100% - 65px);
    }
}

.cabinet-history-item__products-price {
    background-color: #F8F6F4;
    padding: 20px 30px;
}

.cabinet-history-item__products-price-item + .cabinet-history-item__products-price-item {
    margin-top: 15px;
}

.cabinet-history-item__products-price-item + .cabinet-history-item__products-price-item.cabinet-history-item__products-price-item--sum {
    margin-top: 25px;
}

.cabinet-history-item__products-price-item-key, .cabinet-history-item__products-price-item-val {
    color: #333;
}

.cabinet-history-item__products-price-item-val {
    font-weight: 700;
    white-space: nowrap;
}

.cabinet-history-item__products-price-item--sum .cabinet-history-item__products-price-item-key, .cabinet-history-item__products-price-item--sum .cabinet-history-item__products-price-item-val {
    color: #FF8713;
}

.cabinet-history-item__products-price-item--sum .cabinet-history-item__products-price-item-val {
    font-size: 20px;
}

.cabinet-history-repeat-order-button {
    font-size: 16px;
    background-color: #FF8713;
    color: #fff;
    border-radius: 3px;
    margin-top: 30px;
    padding: 13px 40px;
    cursor: pointer;
}

.cabinet-history-repeat-order-button:hover:hover, .cabinet-history-repeat-order-button:focus:focus {
    background-color: #FF8713;
}

.cabinet-history-repeat-order-button__icon {
    margin-right: 17px;
}

.carts-page-icon {
}

@media (max-width: 991px) {
    .carts-page-icon {
        width: 35px;
    }
}

#content-wrapper .flexed_top_content header.change-on-scroll.scrolled .carts-page-icon * {
    fill: #FF8713 !important;
    stroke: #FF8713 !important;
}

#content-wrapper .flexed_top_content header.change-on-scroll.scrolled .carts-page-icon .carts-page-icon-circle {
    fill: #fff !important;
    stroke: none !important;

}


.carts {
    margin-bottom: 30px;
}

@media (min-width: 992px) {
    .carts {
        width: 300px;
        margin-right: 30px;
    }
}

@media (max-width: 991px) {
    .carts {
        margin-bottom: 10px;
    }
}

.carts__title {
    font-size: 18px;
    height: 48px;
    padding-left: 15px;
    margin: 0;
    background: #066c29;
    color: white;
    font-family: "helveticamedium";
    -webkit-border-top-left-radius: 3px !important;
    -webkit-border-top-right-radius: 3px !important;
    -moz-border-radius-topleft: 3px !important;
    -moz-border-radius-topright: 3px !important;
    border-top-left-radius: 3px !important;
    border-top-right-radius: 3px !important;
}

.carts__title:hover {
    color: #fff;
}

.carts__list {
    padding: 0;
    margin: 0;
}

@media (max-width: 991px) {
    .carts__list {
        margin-top: 8px;
    }
}

.carts__list-item {
    list-style-type: none;
    display: block;
    position: relative;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.carts__list-item:not(:first-child) {
    border-top: 1px solid #EBEBEB;
}

.carts__list-item:hover, .carts__list-item.active .carts__list-item-link {
    background: #DBEFB9;
}

.carts__list-item-link {
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.carts__list-item-icon {
    width: 22px;
    height: 24px;
    margin-left: 15px;
    margin-right: 20px;
}

.carts__list-item-txt {
    width: calc(100% - 48px);
    height: 46px;
    color: #333333;
}

.repeat-order-button {
    font-size: 24px;
    background-color: #FF8713;
    color: #fff;
    border-radius: 3px;
    padding: 14px 20px 14px 20px;
    width: 242px;
    cursor: pointer;
    display: flex;
    align-items: center;

}

.saved__card__shop__logo {
    height: 30px;
    margin-right: 12px;
}


@media (max-width: 767px) {
    .repeat-order-button {
        margin-top: 15px;
    }
}

.repeat-order {
    font-size: 16px;
    background-color: #FF8713;
    color: #fff;
    border-radius: 3px;
    padding: 11px 30px 11px 20px;
    cursor: pointer;
}

.repeat-order:hover,
.repeat-order:focus,
.repeat-order:active {
    background-color: #FF8713 !important;
}

.repeat-order-button:hover:hover, .repeat-order-button:focus:focus {
    background-color: #FF8713;
}

.repeat-order-button__icon {
    margin-right: 17px;
}

.shop-items__header {
    position: relative;
    z-index: 1;
    background-color: #E5E5E5;
    margin-top: 46px;
    margin-bottom: -50px;
    padding: 10px;
}

@media (max-width: 991px) {
    .shop-items__header {
        margin-bottom: -20px;
    }
}

.shop-items__header-shop-img {
    max-width: 70px;
    max-height: 30px;
    margin-right: 15px;
}

.shop-items__header-shop-name {
    font-size: 18px;
}

@media (min-width: 992px) {
    #content-wrapper .flexed_top_content header.change-on-scroll.products-header.products-header--disable-sticky {
        position: relative;
    }
}

.cash-settlement__input {
    width: 350px;
    height: 50px;
    border: 1px solid #E2E2E2;
    border-radius: 3px;
    padding: 15px 16px;
    margin-top: -5px;
    margin-left: 30px;
    display: none;
}

@media (max-width: 991px) {
    .cash-settlement__input {
        width: calc(100% - 30px);
    }
}

@media (max-width: 991px) {
    .sub-category-row {
        margin-left: 0;
        margin-right: 0;
    }

    .sub-category-col {
        padding-left: 0;
        padding-right: 0;
        margin-right: 5px;
        margin-top: 5px;
    }
}

.shop-title-in-saved-cards {
    width: 100%;
    display: flex;
    background: #d5d3d1;
    height: 50px;
    margin-top: 40px;
    padding-left: 20px;
    margin-right: 15px;
    margin-left: 15px;
    margin-bottom: -17px;
}

.instagram {
    position: relative;
    top: 4px
}


@media (max-width: 767px) {
    .load-more {
        margin-top: 15px !important;
        margin-bottom: 15px !important;
    }

    .continue_buying {
        flex-direction: column;
    }

    .shop-title-in-saved-cards {
        width: 100%;
        display: flex;
        background: #d5d3d1;
        height: 50px;
        margin-top: 40px;
        padding-left: 20px;
        margin-right: 5px;
        margin-left: 5px;
        margin-bottom: -20px;


    }

    /* mobiluri verrsiiis varianti mycart anu chemi kalatis */
    #content-wrapper .flexed_top_content main .products-page .category {
        max-height: 100%;
        transition: max-height 0.25s ease-out;
        overflow: hidden;
        margin-bottom: 10px;
    }


    #content-wrapper .flexed_top_content main .products-page .products-wrapper.sorted_cat h3.title {
        display: block !important;
        text-align: center;
        margin-top: 15px;
    }

    #content-wrapper .flexed_top_content main .products-page .category .category__list .category__item .category__link {
        padding: 10px;
    }

    #content-wrapper .flexed_top_content main .products-page .category .category__list .category__item {
        list-style-type: none;
        display: block;
        position: relative;

        -webkit-transition: all 0.25s ease;
        -moz-transition: all 0.25s ease;
        -o-transition: all 0.25s ease;
        -ms-transition: all 0.25s ease;
        transition: all 0.25s ease;
        border-bottom: 1px solid #EBEBEB;
    }

    .warn-if-no-product {
        display: none;
    }

    .warn-if-no-product2 {
        display: block !important;
        width: auto;
        padding: 30px 10px 1px 10px;
        text-align: left;
        font-size: 10px;
        font-style: italic;
        color: #808080;
    }


}

.fixed-height {
    height: auto;
    max-height: 600px;
    overflow-y: auto;
}

.warn-if-no-product {
    width: 90%;
    padding: 10px 10px 10px 65px;
    font-size: 13px;
    font-style: italic;
    color: #808080;
}

.warn-if-no-product2 {
    display: none;
}

#content-wrapper.mynewclassfor1 {
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
}

#content-wrapper.mynewclassfor2 {
    -webkit-overflow-scrolling: touch;
    overflow-y: hidden;
}

.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}

.hide-element {
    display: none;
}

.show-element {
    display: block;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

#contProductsNew .owl-next.disabled {
    display: none;
}

.productisnot1 {
    color: red;
    display: none;
}

.productisnot2 {
    color: red;
    display: block;
    margin-top: 5px;
    font-family: "helveticaroman" !important;
    font-weight: 400 !important;
}

#addAddressCartModal:hover {
    border-color: #086C28;
    cursor: pointer;
    transition: all ease-out 0.2s;
}

.product-search__container {
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 40px;
    background-color: white;
    border-radius: 10px;
    padding: 0 20px;
    color: rgba(0, 0, 0, 0.5);
}

.about-heading {
    font-size: 24px;
    margin: 40px 0;
}

.branch-list {
    list-style: none;
    width: 25%;
    padding: 0;
}

.branch-list li {
    display: flex;
    flex-direction: column;
    height: 60px;
    cursor: pointer;
    justify-content: center;
    padding: 0 20px;
}

.branch-list li:hover {
    background-color: #086C28;
    color: white;
}

.branch-list li span:first-child {
    font-size: 13px !important;
}

.map-container {
    height: 100%;
    width: 75%;
}

.goodwill-branches {
    height: 700px;
    background-color: white;
    border-radius: 10px;
    display: flex;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.goodwill-info {
    padding: 20px;
    background-color: white;
    border-radius: 20px;
    font-size: 14px;
}

.product-search__container input {
    width: 100%;
    padding-left: 10px;
    height: 100%;
    border: none;
    outline: none;
}

.product-search__container input::placeholder {
    color: rgba(0, 0, 0, 0.5);
}

.address-container {

    margin-bottom: 10px;
}

.address-selected,
.card-selected {
    border-color: #086C28;
    position: relative;
    padding-left: 50px;
}

.address-selected:before,
.card-selected:before {
    content: '';
    height: 16px;
    width: 16px;
    position: absolute;
    top: 34px;
    left: 20px;
    background: #086C28;
    border-radius: 50%;
}

.shopping-step-line {
    height: 1px;
    width: 30%;
    background-color: #F4F4F4;
}

.shopping-step-line.active {
    background-color: #086C28;
}

@media (max-width: 991px) {
    .categoryhide {
        display: none;
    }
}

@media (max-width: 900px) {
    .myimportant {
        left: -225px !important;
    }
}

.mProd {
    margin-bottom: 10px;
}

@media (min-width: 900px) {
    .newclass {
        height: calc(100vh - 120px) !important;
    }
}

.name123 {
    padding-left: 50px;
    color: red;
}

.name1234 {
    padding-left: 50px;
    display: none;
}

.hidehide {
    display: none !important;
}

.borderforcard {
    border-radius: 5px;
    display: block !important;
    /*border-style: 1px;*/
    /* border-style: groove; */
    box-sizing: border-box;
    padding: 3px 10px;
    border: 1px solid #bfb8b8;
}

.cardborder {
    border-bottom: 1px solid #d8d8d8;
}

.cards-list-container {
    list-style-type: none;
    padding-inline-start: 0px;
    border: 1px solid #a7a7a7;
    width: 350px;
    border-radius: 10px;
    overflow: hidden;
}

ul#cardSelect {
    background-color: #f8f6f4;
    margin: 0;
    padding: 0;
    border-radius: 10px;
    position: relative;
    top: 1px;
}

ul#cardSelect li {
    border-bottom: 1px solid #bfb8b8;
    max-width: 350px;
    min-height: 50px;
    padding: 10px 0;
    margin: 0 10px;
}

ul#cardSelect li span {
    margin-left: 58px;
    font-size: 14px;
    color: gray;
    cursor: pointer;
}

ul#cardSelect div.selected_card {
    background-color: #ffffff;
    padding: 20px 10px;
    position: relative;
    cursor: pointer;
}

#contRegionNav {
    height: 70vh;
    overflow-y: auto;
}

#cmdCityRegions-menu {
    height: 50vh;
}

#cardSelect .selected_card_data {
    /*position: relative;*/
    display: inline-block;
    width: 100%;
    min-height: 15px;
}

#cardSelect .selected_card_data .fa-angle-right {
    position: absolute;
    transform: translateY(-50%);
    top: 47%;
    padding: 0px 10px 0px 10px;
    font-size: 25px;
    color: gray;
    right: 0;
    cursor: pointer;
}

#cardSelect .selected_card_data .fa-credit-card {
    font-size: 20px;
    padding: 5px 5px 5px 5px;
    color: #FF8713;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
}

.selected_card div .selected-card-description {
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
}

.selected_card div .selected-card-description span {
    /*display: table-cell;*/
    /*vertical-align: middle;*/
    display: inline-block;
    margin-left: 58px;
    font-size: 14px;
    color: gray;
}

ul#cardSelect li#pay-new-card {
    border-bottom: none !important;
}

/*ul#cardSelect li:nth-last-of-type(1) {*/
/*border: none;*/
/*border-bottom-right-radius: 10px;*/
/*border-bottom-left-radius: 10px;*/
/*}*/

/*ul#cardSelect li:last-of-type .show-element {*/
/*border-bottom-right-radius: 10px;*/
/*border-bottom-left-radius: 10px;*/
/*border: none;*/
/*}*/

[class~='show-element']:last-of-type {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border: none !important;
}

/*ul#cardSelect li:last-child {*/
/*border-bottom-right-radius: 10px;*/
/*border-bottom-left-radius: 10px;*/
/*border: none;*/
/*}*/

/*ul#cardSelect li.show-element:nth-last-of-type(2) {*/
/*border-bottom-right-radius: 10px;*/
/*border-bottom-left-radius: 10px;*/
/*border: none;*/
/*}*/

/*.uiCardStyle*/
/*{*/
/*list-style-type:none;*/
/*padding-inline-start: 0px;*/
/*border: 1px solid #a7a7a7;*/
/*width: 350px;*/
/*border-radius: 10px*/
/*}*/
@media (max-width: 900px) {
    .uiCardStyle {
        list-style-type: none;
        padding-inline-start: 0px;
        border: 1px solid #a7a7a7;
        width: 250px;
        border-radius: 10px
    }
}

.lnkBaskets {
    display: none;
}

.slogan :first-child {
    margin-top: 25px;

}

.slogan {
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 5px;
    margin-left: 5px;
    position: absolute;
    top: 44px;
    margin-bottom: 20px;
    /*background: #f7ee0687;*/
    border: 2px solid transparent;
    padding: 10px;
    border-radius: 25px;
}

@media (min-width: 992px) {
    #subTypes {
        border: 0px solid transparent;
        border-radius: 10px;
        margin-left: 0;
        margin-right: 0;
        background: #086C28;

    }
}

.modal-content {
    margin: auto;
}
#termsAndConditions{
    margin: 120px;
    text-align: left;
    min-height: calc(100vh - 420px);
    padding: 20px;
    background-color: white;
    border-radius: 20px;
    font-size: 14px;

}
#bonusCardPlace{
    text-align: center;
    min-height: calc(100vh - 261px);

}
#bonusCardHeader{
    margin-top: 60px;
    font-size: 2rem;
    font-weight: bold;
}