/**********************************************************/
/**************************GLOBAL**************************/
/**********************************************************/

html {
    overflow-y: scroll;
    height: 100%;
    min-height: 100%;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.animate-custom, .animate-custom:hover {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.opacity-custom {
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100); /* IE 5.5+*/
    -moz-opacity: 1; /* Mozilla 1.6 & - */
    -khtml-opacity: 1; /* Konqueror 3.1, Safari 1.1 */
    opacity: 1; /* CSS3 - Mozilla 1.7b +, Firefox 0.9 +, Safari 1.2+, Opera 9 */
}

.opacity-custom:hover {
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70); /* IE 5.5+*/
    -moz-opacity: 0.7; /* Mozilla 1.6 */
    -khtml-opacity: 0.7; /* Konqueror 3.1, Safari 1.1 */
    opacity: 0.7; /* CSS3 - Mozilla 1.7b +, Firefox 0.9 +, Safari 1.2+, Opera 9 */
}

.box-container {
    max-width: 960px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0;
    position: relative;
    box-sizing: border-box;
}

.grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
}

.hidden {
    display: none;
}

body {
    font-size: 18px;
    height: 100%;
    min-height: 100%;
    background: #222;
    color: white;
}

.shadow {
    display: none;
    position: fixed;
    top: 0; right: 0; bottom: 0; left: 0;
    background: rgba(0,0,0,.8);
    z-index: 800;
}

.bg {
    display: block;
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
}

.bg.regular {
    background-position: center center;
    background-repeat: no-repeat;
}

.bg.cover {
    background-size: cover;
}

.bg.contain {
    background-size: contain;
}

.bg.grid {
    display: flex;
}

/**************************FIX'S***************************/

a { color: inherit; }
a:hover { text-decoration: none; }

::selection {background: #00b056; color: white;}
::-moz-selection {background: #00b056; color: white;}
::-webkit-selection {background: #00b056; color: white;}

::-webkit-input-placeholder { color: gray; }
:-moz-placeholder { color: gray; }
::-moz-placeholder { color: gray; }
:-ms-input-placeholder { color: gray; }

input:focus, textarea:focus, button:focus, a:focus { outline: none; }

input[type="submit"] { -webkit-appearance: none; -moz-appearance: none; appearance: none; }

* {
    outline: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
}

p:empty:before {
    display: none;
}

*::-webkit-scrollbar {
    height: 10px;
    width: 10px;
}

*::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 12px 12px grey;
    color: black;
    border-radius: 20px;
}

*::-webkit-scrollbar-thumb {
    border-radius: 20px;
    color: black;
    -webkit-box-shadow: inset 0 0 12px 12px #373737;
}

/************************PRELOADER*************************/

.preloader {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    margin: -25px;
    text-align: center;
    z-index: 30;
}

.preloader:before {
    display: block;
    content: "";
    width: 50px;
    height: 50px;
    margin: 0 auto;
    border: 3px solid #00b056;
    border-radius: 50%;
    border-left-color: transparent;
    border-right-color: transparent;
    animation: spin .5s infinite linear;
    -o-animation: spin .5s infinite linear;
    -ms-animation: spin .5s infinite linear;
    -webkit-animation: spin .5s infinite linear;
    -moz-animation: spin .5s infinite linear;
}

@keyframes spin {
    100% {
        transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spin {
    100% {
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-ms-keyframes spin {
    100% {
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/**************************EDITOR**************************/

img {
    pointer-events:none;
}

.body img,
.body iframe {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 1em;
}

.body img.small {
    width: 33.333333%;
}

.body ul,
.body ol {
    padding-left: 25px;
    padding-bottom: 1em;
}

.body ul li {
    padding-bottom: .5em;
    list-style: circle;
}

.body ol li {
    padding-bottom: .5em;
    list-style: decimal;
}

.body ul li:last-child,
.body ol li:last-child {
    padding-bottom: 0;
}

.body p {
    padding-bottom: 1em;
}

.body p:last-child {
    padding-bottom: 0;
}

.body strong, b {
    font-weight: 600;
}

.body em {
    font-style: italic;
}

.body h1 {
    display: none;
}

.body h2,.body h3,.body h4,.body h5,.body h6,
.h2,.h3,.h4,.h5,.h6 {
    font-family: 'Mont Light', sans-serif;
    padding: 1em 0;
}

.body h2,.h2 {
    font-size: 150%;
}

.body h3,.h3 {
    font-size: 125%;
}

.body h4,.h4 {
    font-size: 110%;
    font-family: inherit;
}

.body h5,.h5 {
    font-size: 100%;
    font-family: inherit;
}

/**************************FORMS***************************/

form {
    display: flex;
    flex-direction: column;
}

.form-item {
    padding-bottom: 40px;
    box-sizing: border-box;
    position: relative;
}

.form-item.radio-item,
.form-item.checkbox-item {
    padding-bottom: 15px;
}

.form-item.grid {
    justify-content: center;
}

.form-item label {
    display: block;
    position: relative;
    min-height: 48px;
}

.form-item.radio-item label,
.form-item.checkbox-item label {
    min-height: 0;
}

.form-item label > span,
.form-item-title {
    display: block;
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    color: rgba(0,0,0,.5);
    line-height: 38px;
    font-size: 75%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.form-item label > input[type="checkbox"] + span {
    line-height: 46px;
    font-size: 100%;
}

.form-item label > span:last-child {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.form-item-title {
    top: -10px;
}

.form-item label.focus > span:last-child {
    top: -20px; bottom: 20px;
    font-size: 10px;
    color: rgba(0,0,0,.5);
}

.form-items {
    padding-bottom: 40px;
    box-sizing: border-box;
    margin: 0 -10px;
}

.form-items.two-items .form-item {
    width: 50%;
    padding: 0 10px 0;
}

.form-items.four-items .form-item {
    width: 25%;
    padding: 0 10px 0;
}

.form-item:last-child {
    padding-bottom: 0;
}

.form-title {
    text-align: center;
    font-size: 200%;
    padding-bottom: 2em;
}

.form-note {
    margin-bottom: 40px;
    border: 2px solid #ff3030;
    background: #ffd7d7;
    color: red;
    padding: 10px 15px;
    font-size: 75%;
    border-radius: 8px;
}

input:not([type="submit"]) {
    display: block;
    width: 100%;
    font: inherit;
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(0,0,0,.5);
    padding: 6px 0;
    line-height: 26px;
    height: 38px;
    box-sizing: border-box;
}

input:not([type="submit"]):focus {
    border-color: #00b056;
}

input[type="checkbox"],
input[type="radio"] {
    display: none;
}

input[type="checkbox"] + *,
input[type="radio"] + * {
    display: block;
    padding-left: 40px;
    position: relative;
    cursor: pointer;
    font-size: 100%;
    text-transform: none;
    line-height: 24px;
}

input[type="checkbox"]:checked + *,
input[type="checkbox"] + *:hover,
input[type="radio"]:checked + *,
input[type="radio"]+ *:hover,
.trik-checkbox input[type="checkbox"] + *,
.trik-checkbox input[type="checkbox"]:checked + *:hover {
    color: #00b056;
}

.trik-checkbox input[type="checkbox"]:checked + * {
    color: rgba(0,0,0,.5);
}

input[type="radio"] + * {
    padding-left: 30px;
}

input[type="checkbox"] + *:before {
    display: block;
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 0;
    margin: -16px 0;
    border: 2px solid rgba(0,0,0,.5);
    border-radius: 5px;
    background: transparent;
    line-height: 20px;
    text-align: center;
    color: #00b056;
    font-size: 20px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.trik-checkbox input[type="checkbox"]:checked + *:before {
    border-color: rgba(0,0,0,.5);
}

.trik-checkbox input[type="checkbox"]:checked + *:hover:before,
.trik-checkbox input[type="checkbox"] + *:before,
input[type="checkbox"] + *:hover:before {
    border-color: #00b056;
}

input[type="radio"] + *:before {
    display: block;
    content: "";
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    left: 0;
    margin: -12px 0;
    border: 2px solid rgba(0,0,0,.5);
    border-radius: 50%;
    background: transparent;
    line-height: 20px;
    text-align: center;
    color: #00b056;
    font-size: 20px;
}

input[type="radio"] + *:hover:before {
    border-color: #00b056;
}

.trik-checkbox input[type="checkbox"] + *:before,
input[type="checkbox"]:checked + *:before {
    content: "\2714";
    border-color: #00b056;
}

.trik-checkbox input[type="checkbox"]:checked + *:before {
    content: "";
}

input[type="radio"]:checked + *:after {
    display: block;
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    top: 50%;
    left: 6px;
    margin: -6px 0;
    background: #00b056;
    border-radius: 50%;
}

textarea {
    display: block;
    width: 100%;
    font: inherit;
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(0,0,0,.5);
    padding: 6px 0;
    line-height: 26px;
    height: 38px;
    box-sizing: border-box;
    resize: none;
    overflow: hidden;
}

#text_area_div {
    font: inherit;
    white-space: pre-wrap;
    word-wrap: break-word;
    visibility: hidden;
    position: absolute;
    left: -9999px;
    line-height: 26px;
}

textarea:focus {
    border-color: #00b056;
}

.wpcf7 form .wpcf7-response-output {
    padding: 10px 15px;
    margin: 0;
    border-radius: 8px;
    text-transform: none;
    font-size: 75%;
}

.wpcf7-not-valid-tip {
    color: red;
    font-size: 60%;
    text-transform: none;
    padding-top: .5em;
    line-height: 1em;
}

div.wpcf7 .ajax-loader {
    display: none;
    background-image: url(../images/ajax-loader.gif);
    width: 180px;
    height: 20px;
    margin: 20px 0 0 0;
}

div.wpcf7 .ajax-loader.is-active {
    display: none; /*TODO: block when loader will ready */
}

span.wpcf7-list-item {
    display: block;
    margin: 0 0 0 0;
    padding-right: 20px;
}

.wpcf7-radio,
.wpcf7-checkbox {
    display: flex;
    padding-top: 15px;
}

.form-item .wpcf7-radio label > span,
.form-item .wpcf7-checkbox label > span {
    position: relative;
}

.form-item.textarea label > span:first-child {
    position: relative;
}

/**************************BUTTON**************************/

.button {
    display: block;
    line-height: 24px;
    padding: 5px 15px;
    color: white;
    background: #00b056;
    font-size: 16px;
    border: 2px solid #00b056;
    box-sizing: border-box;
    border-radius: 8px;
    cursor: pointer;
    min-width: 160px;
    text-align: center;
    text-decoration: none;
}

.button + .button {
    margin-left: 10px;
}

.button.grid {
    display: flex;
}

.button:hover {
    background: #222;
    color: #00b056;
}

.button.red {
    border-color: red;
    color: white;
    background: red;
}

.button.red:hover {
    background: transparent;
    color: red;
}

.button.white {
    color: #00b056;
    background: transparent;
}

.button.white:hover {
    color: white;
    background: #00b056;
}

.button.inactive,
.button:disabled {
    color: white !important;
    background: gray !important;
    border-color: gray !important;
    cursor: not-allowed;
}

/**********************OVERLAY*MODALS**********************/

.shop-info-modal-window {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    background: white;
    padding: 20px;
    box-sizing: border-box;
    max-width: 500px;
    width: 500px;
    z-index: 850;
    color: black;
    border: 1px solid #e5e5e5;
    box-shadow: 0 0 15px rgba(0,0,0,.8);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    border-radius: 25px;
}

.shop-info-modal-window .modal-text {
    font-size: 16px;
    text-align: center;
    padding: 20px 0;
    text-transform: initial;
    font-weight: bold;
    align-items: center;
    justify-content: center;
}

.shop-info-modal-window .modal-text i {
    padding: 0 10px 0 0;
    font-size: 26px;
    height: 26px;
    line-height: 26px;
    display: block;
}

.shop-info-modal-window .modal-buttons {
    justify-content: space-between;
    padding-top: 20px;
}

.shop-info-modal-window .modal-buttons .button {
    width: 200px;
}

.modal-window-close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 26px;
    cursor: pointer;
}

.modal-window-close:hover {
    color: red;
}

.overlay-container {
    display: none;
    position: fixed;
    top: 0; right: 0; bottom: 0; left: 0;
    color: #333;
    background-color: rgba(255,255,255,.95);
    z-index: 999;
}

.admin-bar .overlay-container {
    top: 32px;
}

.overlay-inner {
    padding-bottom: 40px;
    overflow-y: auto;
    max-height: 100%;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
}

.overlay-content {
    padding: 80px 40px 40px;
    justify-content: center;
    max-width: 980px;
    margin: 0 auto;
}

.overlay-content.left {
    justify-content: flex-start;
}

.overlay-inner::-webkit-scrollbar {
    width: 0 !important
}

.overlay-close {
    position: absolute;
    top: 20px; right: 20px;
    width: 40px; height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 30px;
    cursor: pointer;
    color: #222;
}

.overlay-close:hover {
    color: red;
}

/**************************SEARCH**************************/

.search-form-container {
    width: 100%;
}

.search-form-inner {
    position: relative;
    width: 100%;
    max-width: 600px;
    height: 64px;
    margin: 0 auto;
}

input[name="your-search"] {
    display: block;
    width: 100%;
    border: none;
    border-bottom: 2px solid #333;
    font: inherit;
    padding: 15px 30px;
    height: 60px;
    line-height: 30px;
    font-weight: 400;
    box-sizing: border-box;
    background: transparent;
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    z-index: 10;
}

input[name="your-search"]::-ms-clear {
    display: none;
}

.search-icon {
    width: 64px;
    height: 64px;
    line-height: 64px;
    text-align: center;
    position: absolute;
    top: 0; right: 0; bottom: 0;
    font-size: 24px;
    color: #333;
}

.search-icon-active,
.active .search-icon-static {
    display: none;
}

.active .search-icon-active {
    display: block;
}

.results-container,
.empty-text {
    width: 100%;
    padding: 40px 10px 0;
    box-sizing: border-box;
}

.empty-text {
    display: none;
    text-align: center;
    font-size: 180%;
    font-weight: 400;
    color: #333;
    text-transform: none;
}

/***********************SHOP*BLOCK*************************/

.shop-block {
    width: 260px;
    position: fixed;
    top: 0; bottom: 0; right: 50%;
    margin-right: -740px;
    z-index: 600;
}

.admin-bar .shop-block {
    top: 32px;
}

.contacts-block {
    padding: 15px;
    background: #00b056;
    font-size: 80%;
}

.contacts-block + .contacts-block {
    border-top: 2px solid #333;
}

.contacts-block > div,
.contacts-block > div > div:first-child {
    padding-bottom: 10px;
}

.contacts-block > div:last-child {
    padding-bottom: 0;
}

.contacts-block a {
    display: block;
    text-decoration: none;
}

.contacts-block a:hover {
    color: black;
}

.contacts-block i {
    padding-right: 5px;
}

.short-text {
    padding: 0 15px 10px;
    background: #00b056;
}

.delivery-type-container {
    margin-top: 2px;
    border: 2px solid #00b056;
    padding: 2px;
    background: #222;
}

.delivery-type {
    width: 50%;
    text-align: center;
    background: transparent;
    color: #00b056;
    line-height: 40px;
    font-size: 75%;
    text-transform: uppercase;
    cursor: pointer;
}

.delivery-type:hover,
.delivery-type.active {
    background: #00b056;
    color: white;
}

.delivery-type.active {
    cursor: default;
}

/***********************CART*WIDGET************************/

.cart-widget-container {

}

.cart-empty {
    padding: 15px;
    text-align: center;
    font-size: 75%;
}

.cart-empty i {
    padding-right: 5px;
}

.cart-widget-button-container {
    padding: 10px 2px 0;
    justify-content: center;
}

.cart-widget-button-container .button {
    box-shadow: 0 0 3px rgba(0,0,0,.25);
}

.cart-widget-info {
    display: block;
    border: 2px dashed white;
    border-radius: 8px;
    margin: 10px 2px 0;
    padding: 15px;
    font-size: 65%;
    text-align: center;
}

.cart-widget-gift {
    display: block;
    border: 2px dashed #00b056;
    border-radius: 8px;
    cursor: pointer;
    margin: 10px 2px 0;
    text-decoration: none;
}

.cart-widget-gift:hover {
    border-style: solid;
    background: #00b056;
}

.cart-block-gift .cart-widget-gift {
    margin: 10px 0 0;
}

.cart-gift-empty {
    padding: 20px;
    font-size: 90%;
    text-align: center;
}

.cart-widget-gift:hover .cart-gift-empty {
    color: white;
}

.cart-widget-items-container {
    margin-top: 10px;
    background: #f7e7af;
    color: #333;
    font-size: 75%;
    border-radius: 8px;
    padding-bottom: 41px;
    position: relative;
}

.cart-widget-items {
    padding-top: 5px;
    max-height: 200px;
    overflow-y: auto;
}

.cart-widget-item {
    padding: 5px 5px 5px 10px;
    align-items: center;
    text-decoration: none;
    position: relative;
}

.cart-widget-item:after {
    display: block;
    content: "";
    position: absolute;
    top: 0; right: 10px; left: 10px;
    height: 1px;
    background: #333;
}

.cart-widget-item:first-child:after,
.cart-widget-item.total:after {
    display: none !important;
}

.cart-widget-item-price {
    width: 65px;
    justify-content: flex-end;
}

.cart-widget-item-price.discount {
    color: red;
}

.cart-widget-item-count {
    width: 30px;
    text-align: center;
}

.cart-widget-item-title {
    width: calc(100% - 95px);
    padding-right: 10px;
    box-sizing: border-box;
}

.cart-widget-item-title span {
    color: rgba(0,0,0,.5);
}

.cart-widget-item-price,
.cart-widget-item-title {
    font-size: 80%;
}

.cart-widget-item:hover,
.cart-widget-item:hover .cart-widget-item-price.discount,
.cart-widget-item-title:hover span {
    color: #00b056;
}

.cart-widget-item.total {
    position: absolute;
    right: 0; bottom: 0; left: 0;
    color: inherit;
    padding: 10px 5px 10px 10px;
    border-top: 1px solid #333;
    justify-content: space-between;
    cursor: default;
}

.cart-widget-item-total-value,
.cart-widget-item-price {
    align-items: flex-end;
}

.cart-widget-item-total-value span,
.cart-widget-item-price span {
    font-size: 75%;
    padding: 0 0 1px 2px;
}

.cart-widget-item-total-label-mobile,
.cart-widget-item-total-count {
    display: none;
}

.gift-product-item {
    cursor: pointer;
}

.gift-product-item.selected {
    border: 3px solid #00b056;
    border-radius: 8px;
}

.cart-gift-item {
    margin: 2px;
    padding: 5px;
    background: #00b056;
    align-items: center;
    border-radius: 5px;
}

.cart-gift-item-image-container {
    width: 48px;
}

.cart-gift-item-image-inner {
    position: relative;
    padding-bottom: 100%;
}

.cart-gift-item-image {
    border-radius: 5px;
    background-position: bottom center !important;
    background-color: #ccc;
}

.cart-gift-item-title {
    color: white;
    padding: 0 5px 0 15px;
    box-sizing: border-box;
    width: calc(100% - 48px);
    font-size: 65%;
    line-height: 1.25em;
}

.cart-block-gift .cart-gift-item-title {
    font-size: inherit;
}

/*********************OVERLAY*MESSAGE**********************/

#overlay-message {
    width: 90%;
    max-width: 500px;
    position: fixed;
    top: 50%; left: 50%;
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 800;
}

.overlay-message-image {
    position: relative;
    padding-bottom: 100%;
}

#overlay-message .modal-window-close {
    color: white;
    top: 0; right: -60px;
    font-size: 30px;
}

#overlay-message .modal-window-close:hover {
    color: red;
}

/**********************COOKIE*MESSAGE**********************/

#cookies-terms-message {
    position: fixed;
    bottom: -1000px; left: 50%;
    max-width: 900px;
    margin: 0 -450px;
    background: #00b056;
    box-shadow: 0 4px 8px rgba(0,0,0,.1);
    padding: 15px 25px;
    border-radius: 8px;
    box-sizing: border-box;
    z-index: 600;
}

#cookies-terms-message.active {
    bottom: 50px;
}

.cookies-terms-message-inner {
    align-items: center;
    flex-wrap: nowrap;
}

.cookies-terms-message-text {
    font-size: 85%;
    padding-right: 30px;
    color: white;
}

.cookies-terms-message-button.button.white {
    border-color: white;
    color: white;
}

.cookies-terms-message-button.button.white:hover {
    background: white;
    color: #00b056;
}

/**********************************************************/
/**************************HEADER**************************/
/**********************************************************/

header {
    width: 260px;
    position: fixed;
    top: 0; left: 50%;
    margin-left: -740px;
    z-index: 600;
    color: black;
}

.admin-bar header {
    top: 32px;
}

/**************************LOGO****************************/

.logo-container {
    margin-bottom: 1px;
}

.logo-container a {
    display: block;
    width: 100%;
    height: 125px;
    background: url(../images/logo.jpg) center center no-repeat;
    background-size: contain;
}

/************************MAIN*MENU*************************/

.menu-container {

}

.menu-container a {
    display: block;
    padding: 10px 15px;
    line-height: 26px;
    font-size: 112.5%;
    text-decoration: none;
    margin-bottom: 1px;
    width: 100%;
    background: #00b056;
    box-sizing: border-box;
}

.menu-container a i {
    padding-right: 10px;
}

.main-menu a:hover {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
}

/**********************HEADER*BUTTONS**********************/

.header-buttons {
    padding-top: 5px;
}

.header-buttons a {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    text-align: center;
    color: white;
}

.header-buttons a:hover {
    color: #00b056;
}

.header-buttons a.social-button {
    font-size: 26px;
}

/********************MOBILE*MENU*BUTTON********************/

.mobile-menu-button {
    display: none;
    padding: 5px;
    box-sizing: border-box;
    margin-right: -5px;
}

.mobile-menu-button-inner {
    width: 24px;
    height: 24px;
    position: relative;
    cursor: pointer;
}

.mobile-menu-button-inner:before,
.mobile-menu-button-inner:after,
.mobile-menu-button-inner span {
    display: block;
    content: "";
    width: inherit;
    height: 3px;
    background-color: white;
    position: absolute;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.mobile-menu-button-inner:before {
    top: 2px; right: 0; left: 0;
}

.mobile-menu-button-inner:after {
    right: 0; bottom: 3px; left: 0;
}

.mobile-menu-button-inner span {
    top: 10px; right: 0; left: 0;
}

.mobile-menu-button.open .mobile-menu-button-inner:before {
    top: 10px;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.mobile-menu-button.open .mobile-menu-button-inner:after {
    bottom: 11px;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.mobile-menu-button.open .mobile-menu-button-inner span {
    display: none;
}

/**********************************************************/
/*************************CONTENT**************************/
/**********************************************************/

#main-container {
    height: 100%;
    min-height: 100%;
}

#main-container.blur {
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    filter: blur(2px);
}

section#main-content {
    overflow: hidden;
    min-height: 100%;
}

section#main-content:after {
    display: block;
    content: "";
    height: 60px;
}

.admin-bar section#main-content {
    min-height: 100%;
}

section#content {
    position: relative;
    z-index: 10;
}

.section {

}

.text-container {
    padding: 10px 15px 30px;
}

.title * {
    font-size: 200%;
    font-family: 'Mont Light', sans-serif;
    padding: .5em 0 1em;
}

.front-content iframe {
    display: block;
    border: 2px solid #00b056;
    border-radius: 8px;
    margin: 0 10px 2em;
    width: calc(100% - 20px);
}

.front-content .shop-info {
    padding: 15px 20px;
    margin: 0 10px 2em;
    width: calc(100% - 20px);
    background: white;
    color: #333;
    box-sizing: border-box;
    border-radius: 8px;
}

.front-content .shop-info > .grid {
    padding-bottom: 2em;
}

.front-content .shop-info .left-side {
    width: 50%;
    padding-right: 1em;
    box-sizing: border-box;
}

.front-content .shop-info .right-side {
    width: 50%;
    padding-left: 1em;
    box-sizing: border-box;
}

.front-content .shop-info .left-side > *,
.front-content .shop-info .right-side > * {
    display: block;
    padding-bottom: .5em;
}

.logos-image {
    position: relative;
    padding-bottom: 6%;
}

.product-categories-buttons {
    padding: 30px 10px 0;
}

.block-title {
    padding-bottom: 1em;
}

.block-title > * {
    font-size: 125%;
    padding-bottom: 1em;
    position: relative;
}

.block-title > *:after {
    display: block;
    content: "";
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 70px;
    height: 1px;
    background: #00b056;
}

/***********************MAIN*SLIDER************************/

.main-slider-item {
    display: block;
    position: relative;
    padding-bottom: 60%;
}

.main-slider-title {
    position: absolute;
    right: 0; bottom: 0; left: 0;
    color: white;
    padding: 15px 25px;
    z-index: 15;
    background: rgba(0,0,0,.5);
    font-size: 150%;
    font-family: 'Mont Light', sans-serif;
}

/**********************CATEGORIES*TABS*********************/

.product-categories-tabs-container {
    min-height: 58px;
}

.product-categories-tabs {
    width: 100%;
    padding: 20px 15px 0;
    box-sizing: border-box;
}

.fixed .product-categories-tabs {
    position: fixed;
    top: 0; left: 50%;
    width: 960px;
    margin: 0 -480px;
    padding: 20px 15px;
    box-shadow: 0 0 5px rgba(0,0,0,.5);
    z-index: 400;
    background: #222;
}

.admin-bar .fixed .product-categories-tabs {
    top: 32px;
}

.product-categories-tab {
    padding: 8px 10px;
    line-height: 20px;
    font-size: 90%;
    cursor: pointer;
    border-bottom: 2px solid transparent;
}

.product-categories-tab:hover {
    color: #00b056;
}

.product-categories-tab.active {
    border-color: #00b056;
    color: #00b056;
    cursor: default;
}

.product-categories-tab.discount {
    color: red;
}

.product-categories-tab.discount.active {
    border-color: red;
}

.empty-category {
    display: inline-block;
    margin: 30px 10px;
    padding: 15px 30px;
    border: 1px solid white;
    border-radius: 8px;
    color: #00b056;
}

/***********************PRODUCT*ITEM***********************/

.product-items {
    margin: 30px 0;
    width: 100%;
}

.product-item {
    width: 33.333333%;
    padding: 10px;
    box-sizing: border-box;
    color: white;
    position: relative;
}

.product-item-image-container {
    display: block;
    text-decoration: none;
    position: relative;
    padding-bottom: 100%;
}

.product-item-image {
    background-position: bottom center !important;
    border-radius: 8px 8px 0 0;
    background-color: #ccc;
}

.product-item-desc {
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    padding: 15px;
    font-size: 75%;
    color: white;
    background: rgba(0,0,0,.75);
    border-radius: 8px 8px 0 0;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    z-index: 20;
}

.product-events-container {
    position: absolute;
    right: 0; bottom: 100%; left: 0;
    padding: 10px 15px;
    font-size: 75%;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    z-index: 40;
}

.product-item:hover .product-item-desc,
.product-item:hover .product-events-container {
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.product-events-item {
    color: #00b056;
    text-decoration: none;
}

.product-item-info {
    background: #00b056;
    padding: 15px;
    border-radius: 0 0 8px 8px;
    position: relative;
}

.product-item-title {
    font-size: 75%;
    min-height: 38px;
}

.product-item-mark {
    position: absolute;
    right: 15px; bottom: 15px;
    width: 40px; height: 40px;
    line-height: 42px;
    text-align: center;
    color: white;
    border-radius: 20px;
    box-shadow: 0 2px 5px rgba(0,0,0,.3);
    font-size: 20px;
}

.product-item-mark.drumstick-bite {
    background: #e3a90e;
}

.product-item-mark.drumstick-bite i {
    transform: scaleX(-1) rotate(-90deg);
}

.product-item-mark.carrot {
    background: #01602c;
}

.product-item-mark.bacon {
    background: #800000;
}

.product-item-mark .meat-icon {
    display: block;
    width: 90%;
    height: inherit;
    margin: 0 auto;
    background: url(../images/meat-icon.png) center center no-repeat;
    background-size: contain;
}

.product-item-shop-container {
    padding-top: 15px;
    justify-content: space-between;
    align-items: center;
}

.product-item-price {
    font-size: 100%;
    align-items: flex-end;
}

.product-item-price span {
    font-size: 75%;
    padding: 0 0 2px 3px;
}

.product-item-price span.old {
    text-decoration: line-through;
    padding-right: 5px;
}

.product-item-price.inactive {
    font-size: 16px;
}

.product-item-portion {
    padding-top: 2px;
    font-size: 90%;
    align-items: flex-end;
}

.product-item-portion.inactive {
    display: none;
}

.product-item-portion span:last-child {
    font-size: 65%;
    padding-left: 2px;
}

.add-to-cart-buttons {
    font-size: 26px;
}

.add-to-cart-buttons > * {
    margin-right: 5px;
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    cursor: pointer;
}

.add-to-cart-buttons > *:hover {
    color: rgba(255,255,255,.75);
}

.add-to-cart-buttons > *:last-child {
    margin-right: 0;
}

.add-to-cart-buttons > *.inactive {
    cursor: default;
    color: rgba(255,255,255,.5);
}

.add-to-cart-buttons strong,
.add-to-cart-buttons span {
    line-height: 1em;
}

.add-to-cart-buttons > *.modifiers {
    margin-left: 5px;
    font-size: 20px;
}

.product-options-items {
    display: none;
    position: absolute;
    top: 100%; right: 0; left: 0;
    margin: 20px -15px 0;
    z-index: 100;
}

.product-options-item {
    padding: 5px 15px;
    justify-content: space-between;
    margin-bottom: 5px;
    background: #00b056;
    border-radius: 8px;
    cursor: pointer;
}

.product-options-item:last-child {
    margin-bottom: 0;
}

.options-item-portion {
    align-items: flex-end;
}

.options-item-portion span:last-child {
    font-size: 75%;
    padding: 0 0 2px 2px;
}

.options-item-price {
    align-items: flex-end;
}

.options-item-price span:last-child {
    font-size: 75%;
    padding: 0 0 2px 3px;
}

.select-option.open {
    transform: scaleY(-1);
}

.product-on-stop {
    position: absolute;
    top: 5px; right: 5px; bottom: 5px; left: 5px;
    background: rgba(0,0,0,.75);
    justify-content: center;
    align-items: center;
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 8px;
    z-index: 50;
}

.product-item-twice,
.product-item-discount-mark {
    position: absolute;
    top: 15px; left: 15px;
    font-size: 24px;
    width: 50px; height: 50px;
    line-height: 52px;
    text-align: center;
    color: red;
    background: white;
    border-radius: 50%;
    box-shadow: 0 2px 5px rgba(0,0,0,.3);
}

.product-item-discount-mark {
    font-size: 16px;
}

/************************POST*ITEMS************************/

.posts-items {

}

.posts-item {
    padding: 10px;
    width: 50%;
    box-sizing: border-box;
}

.posts-item a {
    display: block;
    position: relative;
    padding-bottom: 60%;
    text-decoration: none;
}

.posts-item-title {
    position: absolute;
    right: 0; bottom: 0; left: 0;
    color: white;
    padding: 10px 15px;
    z-index: 15;
    background: rgba(0,0,0,.5);
    font-size: 75%;
    border-radius: 0 0 8px 8px;
}

.posts-item-image {
    border-radius: 8px;
}

.post-item-end-date {
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 5px 15px;
    height: 30px;
    line-height: 20px;
    text-align: center;
    border-radius: 14px;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);
    box-sizing: border-box;
    background: white;
    color: #333;
}

/*************************PRODUCT**************************/

.product-item-container {
    padding-bottom: 30px;
}

.product-left-item-part {
    width: 40%;
}

.product-item-container.gallery .product-left-item-part {
    width: calc(40% + 90px);
}

.product-item-image-container {
    padding-bottom: 100%;
    position: relative;
}

.product-right-item-part {
    width: 60%;
    padding-left: 25px;
    box-sizing: border-box;
}

.product-item-container.gallery .product-right-item-part {
    width: calc(60% - 90px);
}

.product-title-container {
    align-items: center;
    flex-wrap: nowrap;
}

.product-title {
    padding: 1em 25px 1em 0;
    font-size: 125%;
    align-items: center;
    flex-wrap: nowrap;
}

.product-categories-links {
    padding-bottom: 15px;
}

.product-categories-links a {
    display: block;
    margin-right: 20px;
    text-decoration: none;
    color: gray;
    line-height: 18px;
    position: relative;
    text-transform: lowercase;
    font-size: 80%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.product-categories-links a:after {
    display: block;
    content: url('data:image/svg+xml;utf8,<svg aria-hidden="true" focusable="false" data-prefix="fas" data-icon="chevron-right" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512" class="svg-inline--fa fa-chevron-right fa-w-10 fa-7x"><path fill="gray" d="M285.476 272.971L91.132 467.314c-9.373 9.373-24.569 9.373-33.941 0l-22.667-22.667c-9.357-9.357-9.375-24.522-.04-33.901L188.505 256 34.484 101.255c-9.335-9.379-9.317-24.544.04-33.901l22.667-22.667c9.373-9.373 24.569-9.373 33.941 0L285.475 239.03c9.373 9.372 9.373 24.568.001 33.941z" class=""></path></svg>');
    position: absolute;
    top: 1px; right: -14px;
    height: 10px;
    width: 6px;
    text-align: center;
    color: gray;
}

.product-categories-links a:last-child {
    margin-right: 0;
}

.product-categories-links a:last-child:after {
    display: none;
}

.product-categories-links a:hover {
    color: black;
}

.product-line-link {
    padding-bottom: 25px;
}

.product-line-link a {
    text-decoration: none;
    border: 2px solid #00b056;
    background: #00b056;
    color: black;
    padding: 0 15px;
    line-height: 36px;
    border-radius: 20px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.product-line-link a:hover {
    background: transparent;
    color: #00b056;
}

.product-images {
    position: relative;
}

.product-images-previews {
    padding-top: 10px;
    width: 80px;
    z-index: 10;
}

.product-images-preview {
    width: 80px;
    height: 80px;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 0 10px 0;
    cursor: pointer;
    position: relative;
}

.product-images-preview:before {
    content: "";
    display: block;
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    background: rgba(0,0,0,.1);
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0); /* IE 5.5+*/
    -moz-opacity: 0; /* Mozilla 1.6 & - */
    -khtml-opacity: 0; /* Konqueror 3.1, Safari 1.1 */
    opacity: 0; /* CSS3 - Mozilla 1.7b +, Firefox 0.9 +, Safari 1.2+, Opera 9 */
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.product-images-preview:hover:before {
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100); /* IE 5.5+*/
    -moz-opacity: 1; /* Mozilla 1.6 & - */
    -khtml-opacity: 1; /* Konqueror 3.1, Safari 1.1 */
    opacity: 1; /* CSS3 - Mozilla 1.7b +, Firefox 0.9 +, Safari 1.2+, Opera 9 */
}

.product-images-preview.active {
    border: 1px solid #00b056;
    cursor: default;
}

.product-images-preview.active:hover:before {
    display: none;
}

.product-image-container {
    width: 100%;
    padding-bottom: 100%;
    position: relative;
}

.product-item-container.gallery .product-image-container {
    width: calc(100% - 90px);
    margin-right: 10px;
    padding-bottom: 84.485%;
}

.product-image {
    display: none;
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
}

.product-image.active {
    display: block;
}

.category-items-container .title > * {
    padding-bottom: 0;
}

.product-item-description {
    padding: 0 25px 25px 0;
    font-size: 75%;
}

.product-images .product-on-stop {
    top: 0; right: 0; bottom: 0; left: 0;
    border-radius: 0;
}

.product-title .product-item-mark {
    position: static;
    margin-right: 10px;
}

.product-page-options {
    margin-right: 25px;
    border: 2px solid #00b056;
    padding: 0 15px 15px;
    border-radius: 8px;
}

.product-page-options.discount {
    border-color: red;
}

.product-page-options .add-to-cart-buttons {
    color: #00b056;
}

.product-page-options .add-to-cart-buttons > *.inactive {
    color: rgba(0,176,86,.5);
}

.product-page-options .add-to-cart-buttons > *:hover {
    color: rgba(0,176,86,.7);
}

.product-page-options + .product-page-days {
    padding-top: 20px;
}

.product-page-events-container {
    padding-top: 30px;
}

.product-days-items {
    padding-top: 20px;
}

.product-days-item {
    display: block;
    padding: 5px 15px;
    border: 2px solid #00b056;
    color: white;
    border-radius: 8px;
}

.product-days-item + .product-days-item {
    margin-left: 20px;
}

.modifiers-product-container {
    width: 680px;
    margin: 0 auto;
}

.modifiers-product {
    border: 2px solid #00b056;
    border-radius: 8px;
    background: #00b056;
    color: white;
    margin-bottom: 5px;
}

.modifiers-product-image-container {
    width: 100px;
}

.modifiers-product-image-inner {
    position: relative;
    padding-bottom: 100%;
}

.modifiers-product-image {
    background-position: center bottom;
    border-radius: 6px;
}

.modifiers-product-info {
    width: calc(100% - 100px);
    padding: 15px 20px;
    box-sizing: border-box;
    position: relative;
}

.modifiers-product-title {
    line-height: 1.25em;
    min-height: 2.5em;
}

.modifiers-product-values {
    position: absolute;
    right: 20px; bottom: 10px; left: 20px;
    justify-content: space-between;
    align-items: center;
}

.modifiers-product-total-container {
    padding: 20px 0;
    justify-content: space-between;
    align-items: center;
}

.modifiers-product-item {
    border: 2px solid #00b056;
    border-radius: 8px;
    padding: 5px 15px;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
}

.modifiers-product-item:last-child {
    margin-bottom: 0;
}

.modifiers-product-add-container {
    align-items: center;
}

.modifiers-product-item-count {
    width: 50px;
    text-align: center;
}

.modifiers-product-item-buttons {
    align-items: center;
    justify-content: space-between;
    width: 64px;
    font-size: 26px;
}

.modifiers-product-item-buttons > * {
    margin-right: 5px;
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    cursor: pointer;
    color: black;
}

.modifiers-product-item-buttons > *:hover {
    color: rgba(0,0,0,.7);
}

.modifiers-product-item-buttons > *.inactive {
    cursor: default;
    color: rgba(0,0,0,.4);
}

.modifiers-product-buttons {
    justify-content: space-between;
    padding-top: 15px;
}

/************************SHOP*CART*************************/

.cart-container {
    position: relative;
}

.cart-container.active:before {
    display: block;
    content: "";
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    z-index: 200;
}

.cart-block-container,
.order-block-container,
.payment-block-container {
    padding-bottom: 15px;
}

.order-block-container,
.payment-block-container {
    display: none;
}

.cart-block-item {
    padding: 10px 0;
    border-bottom: 1px solid #00b056;
}

.cart-block-item:first-child {
    margin-top: -30px;
}

.cart-block-item-count-container {
    width: 100px;
    justify-content: center;
    align-items: center;
    position: relative;
}

.cart-block-item-count {
    padding: 5px !important;
    text-align: center;
}

.cart-block-item-count-widget {
    align-items: center;
}

.cart-block-item-count-widget input {
    width: 40px;
}

.cart-block-item-count-widget div.item-count {
    width: 30px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    cursor: pointer;
}

.cart-block-item-count-widget div.item-count.disabled {
    opacity: .7;
    cursor: auto;
}

.cart-block-item-count-widget i {
    padding: 0 !important;
}

.cart-block-item-remove {
    display: none;
    position: absolute;
    right: 0; bottom: 0; left: 0;
    text-align: center;
    font-size: 14px;
    color: red;
    font-weight: bold;
    cursor: pointer;
}

.cart-block-item:hover .cart-block-item-remove {
    display: block;
}

.cart-block-item-price {
    width: 150px;
    justify-content: flex-end;
    align-items: center;
}

.cart-block-item-price i {
    font-size: 10px !important;
    position: relative;
    top: 2px;
}

.cart-block-bottom-item i {
    font-size: 12px !important;
    position: relative;
    top: 8px;
}

#delivery-price-container i {
    font-size: 12px !important;
    position: relative;
}

.cart-block-item-price span.old-price {
    font-size: 80%;
    color: gray;
    text-decoration: line-through;
    padding-right: 3px;
}

.loader-container {
    padding-bottom: 50%;
    position: relative;
}

.required {
    padding-left: 2px;
    color: red;
    font-weight: bold;
}

.cart-block-buttons {
    padding-top: 20px;
    justify-content: space-between;
}

.cart-block-bottom {
    padding: 20px 0 40px;
    font-weight: bold;
}

.cart-block-bottom-item {
    align-items: center;
    justify-content: space-between;
    font-size: 112.5%;
}

.cart-block-bottom-item .total-price {

}

#promo-code.error {
    border-color: red;
}

.form-item-promo {
    border: 2px solid #00b056;
    padding: 5px 10px 5px 15px;
    height: 40px;
    line-height: 20px;
    box-sizing: border-box;
    align-items: center;
    border-radius: 20px;
}

.form-item-promo > p {
    font-weight: bold;
    align-items: center;
    padding: 1px 10px 0 0;
}

.form-item-promo > span {
    color: gray;
    cursor: pointer;
}

.form-item-promo > span:hover {
    color: black;
}

.promo-form-active {
    padding-bottom: 38px;
}

.card-final-header {
    padding-top: 20px;
}

.card-final-header-text {
    padding-bottom: 20px;
}

.card-final-header-text span {
    font-weight: bold;
}

.payment-info {
    width: 50%;
    padding-bottom: 5px;
}

.payment-info span {
    font-weight: bold;
}

.cart-block-background {
    background: #f7e7af;
    color: #333;
    border-radius: 8px;
    padding: 15px 20px;
}

.cart-block-gift {
    margin-top: -30px;
    padding-bottom: 50px;
}

.cart-block-item-image-container {
    width: 100px;
}

.cart-block-item-image-inner {
    position: relative;
    padding-bottom: 100%;
}

.cart-block-item-image {
    background-position: center bottom;
    background-color: gray;
    border-radius: 8px;
}

.cart-block-item-info {
    width: calc(100% - 100px);
    padding-left: 20px;
    box-sizing: border-box;
}

.cart-block-item-title-container {
    width: calc(100% - 250px);
}

.cart-block-item-price .discount {
    color: red;
}

.cart-block-item-subtitle {
    font-size: 80%;
    color: gray;
}

.cart-block-item-title-container {
    justify-content: center;
    flex-direction: column;
}

.cart-block-bottom-item:nth-child(3) {
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px solid #00b056;
}

.loader-container {
    padding-bottom: 50%;
    position: relative;
}

.go-back-link {
    background: #00b056;
    text-decoration: none;
    padding: 10px 5px;
    margin-bottom: 1px;
}

.go-back-link-icon {
    display: block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
}

.go-back-link-text {
    display: block;
    width: calc(100% - 24px);
    font-size: 75%;
    line-height: 22px;
    padding-bottom: 2px;
}

/**********************************************************/
/**************************FOOTER**************************/
/**********************************************************/

footer {
    margin-top: -60px;
    background: #00b056;
    color: white;
}

.copyright {
    line-height: 20px;
    padding: 20px;
    text-align: center;
    font-size: 14px;
}