body {
    font-family: 'Rubik', Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #202020;
    cursor: default;
    background: #fff;
    font-weight: 400;
    overflow-y: scroll!important;
    overflow-x: hidden;
}

body.modal-open,
.modal-open .modal {
    padding-right: 0px!important;
}
/*Reset*/
p {
    margin-bottom: 0;
}
textarea,
input {
    font-family: 'Rubik', Arial, sans-serif;
}
img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}
button,
a {
    outline: none!important;
}
a {
    color: #1a0dab;
    transition: all .2s ease;
}
a:hover {
    color: #1a0dab;
}
::selection {
    background: #000; /* Safari */
    color: #fff;
}
::-moz-selection {
    background: #000; /* Firefox */
    color: #fff;
}
iframe {
    max-width: 100%;
}
/*h*/
h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
    font-weight: 600;
    margin-bottom: 0.5em;
    margin-top: 1em;
}
h1, .h1 {
    font-size: 30px;
}
h2, .h2 {
    font-size: 28px;
}
h3, .h3 {
    font-size: 26px;
}
h4, .h4 {
    font-size: 24px;
}
.main-title {
    font-size: 34px;
    line-height: 1.2;
    margin-bottom: 0.5em;
    margin-top: 0;
    font-weight: 500;
}
h1.main-title {
    margin-top: 0px;
    font-weight: 500;
}

article p {
    margin-bottom: 1rem;
}
article > h1:first-child,
article > h2:first-child,
article > h3:first-child, 
article > h4:first-child {
    margin-top: 0!important
}
article img {
    margin: 1.5em 0;
}
article img[align="center"] {
    display: block;
    margin: 1.5em auto;
}
article img[align="left"] {
    float: left;
    margin: 0.3em 1em 0.5em 0;
    max-width: 40%;
}
article img[align="right"] {
    float:right;
    margin: 0.3em 0 0.5em 1em;
    max-width: 40%;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 255)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
/*Skroll_Top*/
.skroll_top {
    position: fixed;
    bottom: -30px;
    left: 30px;
    background: #fe3c30;
    border-radius: 6px;
    overflow: hidden;
    opacity: 0;
    z-index: 990;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
}
.skroll_top.fix {
    bottom: 30px;
    opacity: 0.5;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
}
.skroll_top.fix:hover {
    opacity: 1;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.skroll_top a {
    color: #fff;
    font-size: 1em;
    display: flex;
    padding: 0;
    line-height: 0;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}
/*END_Skroll_Top*/


/*Owl_Carousel*/
.owl-carousel .owl-nav > button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.owl-carousel .owl-nav .owl-prev {
    left: 5px;
}
.owl-carousel .owl-nav .owl-next {
    right: 5px;
}
.owl-carousel .owl-nav > button svg {
    font-size: 2.5rem;
    opacity: 0.5;
    fill: #fe3c30;
    transition: all .2s ease;
}
.owl-carousel .owl-nav > button:hover svg {
    opacity: 1;
    transition: all .2s ease;
}

.owl-dots {
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 99;
}
.owl-dots button {
    margin: 0px 5px;
}
.owl-dots button span {
    width: 14px;
    height: 14px;
    background: #f3f6fb;
    display: block;
    border-radius: 50%;
    box-shadow: 0px 0px 4px 1px rgb(0 0 0 / 30%);
    transition: all .2s ease;
}
.owl-dots button:hover span {
    background: #fe3c30;
}
.owl-dots button.active span {
    box-shadow: 0 0 0 6px rgb(254 60 48 / 30%);
    background: #fe3c30;
}
/*END_Owl_Carousel*/

/*Modal*/
.form-control {
    color: #231f1f;
    font-size: 15px;
    padding: 0.8em 1em;
    height: initial;
    line-height: 1;
    border: 1px solid #e5e5e5;
    margin-bottom: 20px;
}
.modal .modal-header .heading {
    font-size: 24px;
    font-weight: 600;
    padding: 0.7em;
}
.modal .modal-header {
    position: relative;
    padding: 0;
}
.modal .modal-header .close {
    position: absolute;
    right: 5px;
    top: 5px;
    background: #c30000;
    padding: 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    color: #fff;
    border-radius: 50%;
    opacity: 1;
}
.modal .modal-header .close img {
    width: 14px;
}
.modal .modal-body .not-poblish {
    font-size: 12px;
    line-height: 1.2;
    padding-top: 0.6em;
}
.form-builder .btn-builder {
    width: 100%;
    font-size: 18px;
    padding: 0.8em 1em;
    text-transform: uppercase;
}
/*END_Modal*/

/*Bootstrap and Basic styles*/
.btn {
    border-radius: 3rem;
    padding: 0.8em 1.4em;
    line-height: 1;
}
.btn-link,
.btn-link:hover {
    color: #1a0dab;
}
.btn.focus, .btn:focus {
    box-shadow: none;
}
.form-control:focus {
    box-shadow: none;
}

.btn-primary {
    color: #fff;
    background-color: #008e4c;
    border-color: #008e4c; 
}
.btn-primary:hover {
    color: #fff;
    background-color: #007d43;
    border-color: #007d43;
}
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #007d43;
    border-color: #007d43;
}
.btn-primary.focus,
.btn-primary:focus {
    color: #fff;
    box-shadow: none;
    background-color: #007d43;
    border-color: #007d43;
}

/*Background_Color*/
.bg-grey{
    background: #f3f6fb;
}
/*END_Background_Color*/

/*Font_Text*/
.text-300 {
    font-weight: 300;
}
.text-400 {
    font-weight: 400;
}
.text-500 {
    font-weight: 500;
}
.text-700 {
    font-weight: 700;
}
/*END_Font_Text*/

/*Color_Text*/
.text-black {
    color: #202020;
}
.text-grey {
    color: #616161;
}
.text-orange {
    color: #ec6611;
}
/*END_Color_Text*/

/*Color_Link*/
.text-black a,
a.text-black {
    color: #202020;
}
.text-grey a,
a.text-grey {
    color: #4b5161;
}
.text-orange a,
a.text-orange {
    color: #fe3c30;
}
.text-white a,
a.text-white {
    color: #fff;
}
.text-black a:hover,
a.text-black:hover,
.text-grey a:hover,
a.text-grey:hover,
.text-orange a:hover,
a.text-orange:hover {
    color: #fe3c30;
}
/*END_Color_Link*/

.border,
.border-top,
.border-right,
.border-bottom,
.border-left {
    border-color: #dfdfdf!important;
}
hr {
    border-top: 1px solid #dfdfdf;
}

/*Dropdown_Menu*/
.dropdown .dropdown-menu {
    display: block;
    left: -9999px;
    opacity: 0;
    margin: 0;
    padding: 0;
    transition: opacity 0.2s ease;
}
.dropdown:hover > .dropdown-menu {
    left: 0;
    opacity:1;
}
.alert-info {
    color: #202020;
    background-color: #ffc6c3;
    border-color: #ffc6c3;
}
/*END_Dropdown_Menu*/

/*Section_Content*/
/*END_Section_Content*/

/*Breadcrumbs*/
.breadcrumb li:not(:last-child):after {
    content: "•";
    padding: 0 5px;
}
/*END_Breadcrumbs*/

/* Cart */
#cart .main-cart{
    position: fixed;
    max-width: 400px;
    width: 100%;
    top: 0px;
    right: -100%;
    bottom: 0px;
    background: #f3f6fb;
    z-index: 999;
    padding: 15px 15px 150px 15px;
    overflow-x: hidden;
    overflow-y: auto;
    transition: all 0.3s ease;
}
#cart .main-cart.active{
    right: 0px;
    transition: all 0.3s ease-out;
}

#cart .cart-data-top{
    background: #fff;
    padding: 10px 10px;
    border-radius: 8px;
    margin-bottom: 15px;
}
#cart #cart-close{
    background: #fe3c30;
    border-radius: 50%;
    border: none;
    min-width: 40px;
    min-height: 40px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
}
#cart #cart-close:hover{
    background: #ed372d;
}
#cart #cart-close img{
    width: 15px;
}
#cart .cart-title{
    font-size: 24px;
    line-height: 1.2;
    font-weight: 500;
}
#cart .cart-product-block{
    background: #fff;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 10px;
}
#cart .cart-product-image{
    margin-right: 15px;
}
#cart .cart-product-image a img{
    width: 80px;
    min-width: 80px;
    height: 80px;
    min-height: 80px;
    border-radius: 4px;
    border: 1px solid #e9e9e9;
}
#cart .cart-product-name {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
    text-decoration: none;
    margin-bottom: 15px;
    display: block;
    text-decoration: none;
}
#cart .option {
    font-size: 13px;
    margin-top: -10px;
    line-height: 1.2;
    margin-bottom: 15px;
}
#cart .input-number {
    display: inline-block !important;
    max-width: 55px;
    height: 24px;
    text-align: center;
    padding: 0px;
    border: none;
    background: #f3f6fb;
    margin: 0px 0px 0px 15px!important;
    z-index: 0;
}
#cart .input-number-button{
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #008e4c;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px;
    border: none;
    font-size: 14px;
    position: absolute;
    cursor: pointer;
    z-index: 1;
    transition: all 0.2s ease;
}
#cart .input-number-button:hover{
    background: #007d43;
}
#cart .input-product-delete{
    position: absolute;
    left: -10px;
    top: -10px;
    cursor: pointer;
    background: #fe3c30;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    transition: all 0.2s ease;
}
#cart .input-product-delete img{
    width: 12px!important;
}
#cart .input-product-delete:hover{
    background: #ed372d;
}
#cart .input-number-decrement {
    left: 0px;
    top: 0px;
}
#cart .input-number-increment {
    right: -20px;
    top: 0px;
}
#cart  .input-group {
    max-width: 65px!important;
}
#cart .total{
    font-size: 20px;
    font-weight: 500;
}
#cart .total .currency{
    font-size: 0.8em;
}
#cart .totals{
    background: #fff;
    padding: 15px;
    border-radius: 8px;
}
#cart .totals .title{
    font-size: 16px;
    line-height: 1.6;
    margin-right: 5px;
}
#cart .totals .price{
    font-size: 22px;
    line-height: 1.3;
    font-weight: 500;
}
#cart .totals .price .currency {
    font-size: 0.8em;
}
#cart .btn-primary{
    font-size: 20px;
    width: 100%;
    margin-top: 1em;
}
#cart .cart-no-items{
    font-size: 18px;
    line-height: 1.2;
}
.mask,
.mask-menu {
    opacity: 0;
    position: fixed;
    left: -9999px;
    top: 0px;
    background: rgba(35, 31, 31, 0.6);
    z-index: 995;
    transition: opacity 0.2s ease;
    cursor: pointer;
}
.mask.active,
.mask-menu.active {
    opacity: 1;
    left: 0;
    right: 0;
    bottom: 0;
}
/* End Cart*/
header {
    height: 85px;
}
.header-container {
    padding: 10px 0px;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 995;
    background: #fff;
    transition: all 0.2s ease;
}
.header-container.fixed {
    padding: 3px 0px;
    box-shadow: 0 .2rem .8rem rgba(0,0,0,.15);
}
body.overflow-hidden .header-container {
    top: -100px;
}
#logo .logo-img {
    height: 65px;
    transition: all 0.2s ease;
}
.header-container.fixed #logo .logo-img {
    height: 55px;
}

.header-adress {
    margin-right: 4rem;
}
.header-right-col {
    margin-left: 2rem;
}
.header-adress .icon svg{
    fill: #fe3c30;
    font-size: 1.3em;
    margin-right: 5px;
}
.header-adress .title {
    font-size: 20px;
    color: #202020;
    font-weight: 500;
    line-height: 1.2;
}
.header-adress .title a:hover {
    color: #fe3c30;
}
.header-adress .sign {
    color: #4b5161;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 300;
}

.big-icon-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none!important;
    cursor: pointer;
    line-height: 1;
}
.big-icon-header .icon {
    position: relative;
    background: #f3f6fb;
    border-radius: 6px;
    padding: 9px 10px;
    font-size: 1.3em;
    line-height: 0;
    transition: all 0.2s ease;
}
.big-icon-header:hover .icon {
    background: #fe3c30;
}
.big-icon-header .icon svg {
    fill: #4b5161;
    transition: all 0.2s ease;
}
.big-icon-header:hover .icon svg {
    fill: #fff;
}
#cart .big-icon-header .icon {
    background: #fe3c30;
    transition: all 0.2s ease;
}
#cart .big-icon-header:hover .icon {
    background: #ed372d;
}
#cart .big-icon-header .icon svg {
    fill: #fff;
}
.big-icon-header .text {
    font-weight: 500;
    font-size: 15px;
    color: #202020;
    transition: all .2s ease;
    margin-top: 5px;
}
.big-icon-header:hover .text {
    color: #fe3c30;
}

#cart #cart-total {
    position: absolute;
    right: -5px;
    top: -5px;
    background: #202020;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 300;
    font-size: 12px;
}

#form-language ul li .btn {
    background: #f3f6fb;
    border-radius: 6px;
    text-decoration: none;
    padding: 6px 4px;
    color: #4b5161;
    font-size: 12px;
}
#form-language ul li .btn:hover {
    background: #e4e6eb;
}
#form-language ul li.active .btn {
    background: #fe3c30;
    color: #fff;
}
#form-language ul li:nth-child(n+2) .btn {
    margin-top: 8px;
}

#leftmenu {
    position: fixed;
    left: -400px;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: 340px;
    z-index: 999;
    padding-bottom: 150px;
    background: #fff;
    overflow-x: hidden;
    overflow-y: auto;
    transition: all 0.2s ease;
}
#leftmenu.active {
    left: 0;
}
#leftmenu .close-menu {
    background: #fe3c30;
    border-radius: 50%;
    border: none;
    min-width: 40px;
    min-height: 40px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
}
#leftmenu .close-menu:hover {
    background: #ed372d;
}
#leftmenu .close-menu img {
    width: 15px;
}

#leftmenu .header-mob-menu {
    background: #f3f6fb;
    padding: 15px 15px 20px;
}
#leftmenu .header-mob-menu .mob-logo {
    height: 50px;
}
#leftmenu .mob-menu-adress {
    background: #fff;
    border-radius: 3rem;
    font-size: 16px;
    align-items: center;
    padding: 8px 18px;
    line-height: 1.2;
}
#leftmenu .mob-menu-adress svg {
    fill: #fe3c30;
    font-size: 1.6em;
    margin-right: 10px;
    margin-top: -5px;
}
#leftmenu .mob-menu-adress .title .city {
    font-size: 1.3em;
    color: #202020;
}

#leftmenu .mob-menu-phone {
    background: #ffffff;
    border-radius: 3rem;
    color: #202020;
    padding: 8px 20px;
    align-items: center;
    font-size: 20px;
    margin-top: 15px;
    transition: all .2s ease;
    font-weight: 500;
}
#leftmenu .mob-menu-phone:hover {
    background: #e4e6eb;
}
#leftmenu .mob-menu-phone svg {
    font-size: 1.2em;
    margin-right: 0.8rem;
    margin-top: -4px;
    fill: #fe3c30
}

#leftmenu .menu-category {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 30px 5px 0px;
}
#leftmenu .menu-category li {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    display: flex;
}
#leftmenu .menu-category li a {
    width: 100%;
    text-align: center;
    text-decoration: none;
    color: #202020;
    margin-bottom: 40px;
    padding: 0px 5px;
}
#leftmenu .menu-category li.active a,
#leftmenu .menu-category li a:hover {
    color: #fe3c30;
}
#leftmenu .menu-category li a img {
    height: 40px;
    filter: grayscale(1);
    opacity: 0.8;
    transition: all 0.2s ease;
}
#leftmenu .menu-category li a img[src$=".png"],
#leftmenu .menu-category li a img[src$=".jpeg"],
#leftmenu .menu-category li a img[src$=".jpg"] {
    border-radius: 50%;
}
#leftmenu .menu-category li.active a img,
#leftmenu .menu-category li a:hover img {
    filter: grayscale(0);
    opacity: 1;
}
#leftmenu .menu-category li a span {
    font-weight: 500;
    font-size: 16px;
    margin-top: 10px;
    line-height: 1.2;
    word-break: break-word;
}

#leftmenu .info-menu {
    padding: 0px 15px 15px;
}
#leftmenu .info-menu a {
    background: #f3f6fb;
    display: block;
    border-radius: 3rem;
    margin-bottom: 10px;
    color: #202020;
    padding: 14px 20px;
    font-size: 18px;
    text-decoration: none;
    line-height: 1.2;
}
#leftmenu .info-menu a:hover,
#leftmenu .info-menu a.active {
    background: #e4e6eb;
}

#homepage-slider {
    margin-bottom: 2.5rem;
    border-radius: 8px;
    overflow: hidden;
}
#homepage-slider .item img {
    border-radius: 8px;
}

#nav-categories {
    background: #f3f6fb;
    border-radius: 8px;
    padding-top: 15px;
    margin-bottom: 2.5rem;
}
#nav-categories .col-menu:nth-child(n+10) {
    display: none;
}
#nav-categories .item {
    text-decoration: none;
    color: #202020;
    margin-bottom: 15px;
    padding: 5px 10px 0px;
}
#nav-categories .item.active,
#nav-categories .item:hover {
    color: #fe3c30;
}
#nav-categories .col-menu {
    display: flex;
}
#nav-categories .item img {
    height: 40px;
    filter: grayscale(1);
    opacity: 0.8;
    transition: all 0.2s ease;
}
#nav-categories .item img[src$=".png"],
#nav-categories .item img[src$=".jpeg"],
#nav-categories .item img[src$=".jpg"] {
    border-radius: 50%;
}
#nav-categories .item.active img,
#nav-categories .item:hover img {
    filter: grayscale(0);
    opacity: 1;
}
#nav-categories .item .title {
    font-weight: 500;
    font-size: 16px;
    margin-top: 10px;
    line-height: 1.2;
}
#nav-categories.parent-link {
    padding-bottom: 15px;
}
#nav-categories.parent-link .item {
    margin-bottom: 0!important;
    padding-top: 0!important;
}
#nav-categories.parent-link .item .title {
    margin-top: 0!important;
}
#nav-categories.parent-link > .row {
    align-items: center; 
}

.product-thumb {
    background: #f3f6fb;
    border-radius: 8px;
    padding: 10px;
    margin-bottom: 30px;
    position: relative;
    transition: all 0.2s ease;
}
.product-thumb:hover {
    box-shadow: 0 0.2rem 0.3rem rgb(0 0 0 / 15%);
}
.product-label {
    position: absolute;
    right: -10px;
    top: -10px;
}
.product-label .stik-label {
    position: relative;
    background: #d81112;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-label .stik-label > span {
    position: relative;
    z-index: 2;
}
.product-label .stik-label:before {
    content: "";
    background: #d81112;
    width: 25px;
    height: 25px;
    position: absolute;
    z-index: 1;
    border-radius: 6px;
    bottom: 0;
    left: 0;
}
.product-label .stik-label.new {
    background: #0388c9;
}
.product-label .stik-label.new:before {
    background: #0388c9;
}
.product-thumb .image {
    background: #fff;
    overflow: hidden;
    border-radius: 8px;
}
.product-thumb .caption {
    padding: 5px;
}
.product-thumb .title {
    margin-top: 12px;
    line-height: 1;
}
.product-thumb .title a {
    font-weight: 600;
    text-decoration: none;
    color: #202020;
    font-size: 20px;
    line-height: 1.2;
}
.product-thumb .title a:hover {
    color: #fe3c30;
}
.product-thumb .title svg {
    font-size: 1.3em;
    margin-right: 0.2em;
    position: relative;
    top: -3px;
}
.product-thumb .ingredients {
    font-size: 14px;
    color: #4b5161;
    line-height: 1.3;
    padding-top: 15px;
}
.product-thumb .ingredients .weight {
    color: #fe3c30;
    font-weight: 500;
    font-size: 15px;
}
.product-thumb .price-group {
    padding-top: 15px;
}
.product-thumb .price .price-basic {
    color: #202020;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.1;
}
.product-thumb .price .price-new {
    color: #fe3c30;
}
.product-thumb .price .price-old {
    color: #626a80;
    font-size: 16px;
    line-height: 1.1;
    text-decoration: line-through;
}
.product-thumb .price .currency {
    font-size: 0.8em;
}

.product-thumb .button-group button {
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 500;
    padding: 0.55em 1.2em;
}
.product-thumb .button-group button:after {
    content: "";
    background-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGZpbGw9IiNmZmZmZmYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNDM3LjgxMiA0MzcuODEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA0MzcuODEyIDQzNy44MTI7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48Y2lyY2xlIGN4PSIxNTIuMDMzIiBjeT0iMzkwLjc5MiIgcj0iNDcuMDIiLz48Y2lyY2xlIGN4PSIzNTAuNTYzIiBjeT0iMzkwLjc5MiIgcj0iNDcuMDIiLz48cGF0aCBkPSJNMTE0LjkzOSw4Mi4wMjRsLTE2LjE5Ni00OS4xMUM5Mi4yOTYsMTMuNDk5LDc0LjI2NywwLjI5Miw1My44MTIsMEgxOC44MDhDMTMuMDM3LDAsOC4zNTksNC42NzgsOC4zNTksMTAuNDQ5IHM0LjY3OCwxMC40NDksMTAuNDQ5LDEwLjQ0OWgzNS4wMDRjMTEuMzYxLDAuMjUxLDIxLjM2NSw3LjU0NiwyNS4wNzgsMTguMjg2bDY1LjgyOSwyMDAuMDk4bC00LjcwMiwxMi4wMTYJYy01LjcyOSwxNC45OC00LjE4NSwzMS43NjksNC4xOCw0NS40NTNjOC42OTUsMTMuMjc0LDIzLjMyMywyMS40NjYsMzkuMTg0LDIxLjk0M2gyMDMuNzU1YzUuNzcxLDAsMTAuNDQ5LTQuNjc4LDEwLjQ0OS0xMC40NDkgYzAtNS43NzEtNC42NzgtMTAuNDQ5LTEwLjQ0OS0xMC40NDlIMTgzLjM4Yy04Ljc5Ny0wLjMwNC0xNi44NDktNS4wMTctMjEuNDItMTIuNTM5Yy00LjkzMi03LjQyNC01LjkwOC0xNi43OTYtMi42MTItMjUuMDc4IGw2LjI2OS0xNS42NzRjMC45NDItMi41MDQsMS4xMjQtNS4yMywwLjUyMi03LjgzN2wtMy4xMzUtNy44MzdsMjEyLjYzNy0yMS45NDNjMTUuNDgyLTEuMzkzLDI4LjMyNy0xMi41NTQsMzEuODY5LTI3LjY5IGwyMS45NDMtOTIuNDczTDExNC45MzksODIuMDI0eiIvPjwvc3ZnPg==");
    background-repeat: no-repeat;
    background-position: 50%;
    display: inline-block;
    width: 1.3em;
    height: 1.3em;
    margin-left: 0.5em;
}
.module-featured {
    margin-bottom: 1.5rem;
}

.logo-footer .logo-img {
    height: 60px;
    max-width: 190px;
}
.social a {
    text-decoration: none;
    margin-right: 0.7em;
    font-size: 2em;
}
.social a:hover {
    opacity: 0.8;
}
.social a {
    text-decoration: none;
    margin-right: 0.5em;
    font-size: 2em;
}

body:not(.common-home) footer {
    margin-top: 2.5rem;
}
.footer-info {
    background: #f3f6fb;
    margin-bottom: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 8px;
}
.footer-info .icon svg {
    font-size: 2.5em;
    margin-right: 15px;
    fill: #4b5161;
}
.footer-info .text {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.2;
}
.footer-info .sing {
    font-size: 16px;
    line-height: 1.2;
}

.footer-container {
    background: #f3f6fb;
    padding-top: 2rem;
    border-radius: 8px 8px 0px 0px;
}
.footer-title {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 0.5em;
    line-height: 1.2;
}
.footer-menu a {
    color: #4b5161;
    font-size: 16px;
    margin-bottom: 0.4em;
    display: inline-block;
}
.footer-menu li svg {
    font-size: 0.5em;
    margin-top: -3px;
}

.footer-contacts .item {
    margin-bottom: 0.5rem;
}
.footer-contacts .icon svg {
    fill: #fe3c30;
    font-size: 1.2em;
    margin-right: 0.3em;
    margin-top: -5px;
}
.footer-contacts .phone a {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.2;
}

.footer-pay .item {
    height: 45px;
    width: 75px;
    background: #fff;
    border-radius: 6px;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-pay .item img {
    max-height: 30px;
}
.footer-offer {
    margin-top: 1rem;
    font-size: 15px;
}

footer .powered {
    padding-bottom: 0.8rem;
    font-size: 15px;
}
footer .powered hr {
    border-top: 2px solid #ffffff;
    margin-top: 0.8rem;
    margin-bottom: 0.8rem;
}
footer .powered a {
    color: #fe3c30;
}
.breadcrumb {
    padding: 10px 15px;
    margin-bottom: 10px;
    background-color: #f3f6fb;
    border-radius: 8px;
    font-size: 14px;
}

#product .thumbnail_image {
    background: #f3f6fb;
    border-radius: 8px;
    padding: 15px;
}
#product .thumbnail_image img {
    border-radius: 8px;
}
.fancybox-image, .fancybox-spaceball {
    border-radius: 8px;
}
#product .info-svg {
    font-size: 2em;
    margin-bottom: 0.5em;
}
#product .info-svg svg {
    margin-right: 0.4em;
    cursor: pointer;
}
#product .product-label {
    left: -10px;
    right: inherit;
}
#product .price{
    display: flex;
    align-items: center;
    margin-bottom: 1.5em;
}
#product .price .price-basic {
    color: #202020;
    font-weight: 500;
    font-size: 28px;
}
#product .price .currency {
    font-size: 0.8em;
}
#product .price .price-old {
    color: #626a80;
    font-size: 20px;
    text-decoration: line-through;
    margin-right: 1em;
    font-weight: 400;
}
#product .price .price-new {
    color: #fe3c30;
}
#product #button-cart {
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: 500;
    padding: 0.55em 2em;
}
#product #button-cart:after {
    content: "";
    background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGZpbGw9IiNmZmZmZmYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNDM3LjgxMiA0MzcuODEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA0MzcuODEyIDQzNy44MTI7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48Y2lyY2xlIGN4PSIxNTIuMDMzIiBjeT0iMzkwLjc5MiIgcj0iNDcuMDIiLz48Y2lyY2xlIGN4PSIzNTAuNTYzIiBjeT0iMzkwLjc5MiIgcj0iNDcuMDIiLz48cGF0aCBkPSJNMTE0LjkzOSw4Mi4wMjRsLTE2LjE5Ni00OS4xMUM5Mi4yOTYsMTMuNDk5LDc0LjI2NywwLjI5Miw1My44MTIsMEgxOC44MDhDMTMuMDM3LDAsOC4zNTksNC42NzgsOC4zNTksMTAuNDQ5IHM0LjY3OCwxMC40NDksMTAuNDQ5LDEwLjQ0OWgzNS4wMDRjMTEuMzYxLDAuMjUxLDIxLjM2NSw3LjU0NiwyNS4wNzgsMTguMjg2bDY1LjgyOSwyMDAuMDk4bC00LjcwMiwxMi4wMTYJYy01LjcyOSwxNC45OC00LjE4NSwzMS43NjksNC4xOCw0NS40NTNjOC42OTUsMTMuMjc0LDIzLjMyMywyMS40NjYsMzkuMTg0LDIxLjk0M2gyMDMuNzU1YzUuNzcxLDAsMTAuNDQ5LTQuNjc4LDEwLjQ0OS0xMC40NDkgYzAtNS43NzEtNC42NzgtMTAuNDQ5LTEwLjQ0OS0xMC40NDlIMTgzLjM4Yy04Ljc5Ny0wLjMwNC0xNi44NDktNS4wMTctMjEuNDItMTIuNTM5Yy00LjkzMi03LjQyNC01LjkwOC0xNi43OTYtMi42MTItMjUuMDc4IGw2LjI2OS0xNS42NzRjMC45NDItMi41MDQsMS4xMjQtNS4yMywwLjUyMi03LjgzN2wtMy4xMzUtNy44MzdsMjEyLjYzNy0yMS45NDNjMTUuNDgyLTEuMzkzLDI4LjMyNy0xMi41NTQsMzEuODY5LTI3LjY5IGwyMS45NDMtOTIuNDczTDExNC45MzksODIuMDI0eiIvPjwvc3ZnPg==);
    background-repeat: no-repeat;
    background-position: 50%;
    display: inline-block;
    width: 1.3em;
    height: 1.3em;
    margin-left: 0.5em;
}
#product .ingredients .weight {
    color: #fe3c30;
    font-weight: 500;
    font-size: 1.2em;
}
#product .option {
    margin-bottom: 1.5rem;
    padding: 15px;
    border: 1px dashed #818182;
    border-radius: 8px;
}
#product .option .title-option {
    font-weight: 500;
    font-size: 24px;
}

#product .image-additionals .showmore {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgb(243 246 251 / 80%);
    z-index: 99;
}
#product .image-additionals .showmore svg {
    fill: #202020;
    font-size: 3rem;
    margin-bottom: 0.2em;
    transition: all .2s ease;
}
#product .image-additionals a:hover .showmore svg {
    fill: #fe3c30;
}

#product .image-additionals .thumbnails-items a {
    background: #f3f6fb;
    margin-top: 15px;
    padding: 10px;
    border-radius: 6px;
}
#product .image-additionals .thumbnails-items img {
    border-radius: 6px;
    opacity: 1;
    transition: all .2s ease;
}
#product .image-additionals .thumbnails-items a:hover img {
    opacity: 0.8;
}

#product .description {
    margin-top: 2em;
}
#product .description p {
    margin-bottom: 1em;
}
#product .description .title {
    font-weight: 500;
    font-size: 26px;
    margin-bottom: 0.4em;
    line-height: 1.2;
}

.option-radio .control-label {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.2em;
    margin-bottom: 0.8em;
}

.option-radio .radio-label input {
    position: absolute;
    z-index: -1;
    opacity: 0;
    margin: 0;
}
.option-radio .radio-label .radio-text {
    position: relative;
    padding: 0.4em 1.8em;
    cursor: pointer;
    background: #f3f6fb;
    font-weight: 500;
    font-size: 18px;
    border-radius: 3rem;
    margin-right: 1em;
    color: #4b5161;
    white-space: nowrap;
    transition: all .2s ease;
}
.option-radio .radio-label .radio-text:hover {
    background: #e4e6eb;
    color: #202020;
}
.option-radio .radio-label input:checked + .radio-text {
    background: #fe3c30;
    color: #fff;
}

/*!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/

input[name="quantity"], .input-group.quantity {
    display: none !important;
}

.owq-option table {
    width: 100%;
}
.owq-option table td {
    padding: 3px 5px;
    text-align: center;
}
.owq-option table thead {
    background: #f0f0f0;
    font-weight: bold;
}
.owq-option table tbody tr:nth-child(2n) {
    background: #f4f4f4;
}
.owq-option table tbody tr:nth-child(2n+1) {
    background: #fafafa;
}
.owq-option input[type="text"] {
    max-width: 40px;
    padding: 0;
}

.owq-quantity .form-control {
    display: inline-block !important;
    text-align: center;
}
.owq-quantity {
    display: inline-block;
}
.owq-quantity > span {
    display: inline-block;
    margin: 0px 3px;
    font-size: 20px;
    vertical-align: middle;
    padding-bottom: 3px;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owq-option tr.no-stock .stock {
    color: #833;
    font-weight: bold;
}
.owq-option tr.no-stock .form-control {
    background: #fdd;
}
.owq-area-hw input[type="text"] {
    max-width: 75px;
}
.owq-area-hw td {
    padding: 0 3px;
}
.owq-area-hw .owq-error {
    min-height: 20px;
}

/* Product add ingredients */

.form-owq-option{
    position: fixed;
    background: #f3f6fb;
    top: 0px;
    bottom: 0px;
    z-index: 999;
    width: 700px;
    margin: 0px;
    padding: 15px 15px 150px 15px;
    right: -700px;
    overflow-x: hidden;
    overflow-y: auto;
    transition: all 0.2s ease;
}
.form-owq-option.active{
    right: 0px;
}
.form-owq-option .form-owq-option-top{
    background: #fff;
    padding: 12px 15px;
    border-radius: 8px;
    margin-bottom: 15px;
}
.form-owq-option .form-owq-option-top .title{
    font-size: 24px;
    line-height: 1.2;
    font-weight: 500;
}
.form-owq-option .btn-owq-option-close{
    background: #fe3c30;
    border-radius: 50%;
    border: none;
    min-width: 40px;
    min-height: 40px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
}
.form-owq-option .btn-owq-option-close:hover {
    background: #ed372d;
}
.form-owq-option .btn-owq-option-close svg {

}
.form-owq-option .owq-option-new-wrapper{
    padding: 0px 0px 30px;
}
.form-owq-option .owq-option-new{
    width: 20%;
    flex: 0 0 20%;
    padding: 15px 6px 0px;
}
.form-owq-option .owq-option-new img{
    border: none;
    padding: 0;
    background: transparent;
}
.form-owq-option .option-new-item{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 5px 5px 10px 5px;
    border-radius: 8px;
    background: #fff
}
.form-owq-option .option-new-item .img-block {
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
}
.form-owq-option .option-new-item-name{
    font-size: 15px;
    line-height: 1.3;
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: center;
}
.form-owq-option .option-price{
    font-size: 18px;
    line-height: 1.3;
    font-weight: 500;
    margin-bottom: 0.3em;
}
.form-owq-option .option-price .currency{
    font-size: 13px;
    line-height: 1.3;
    font-weight: 400;
}
.form-owq-option .owq-quantity{
    display: flex;
    position: relative;
    width: 90px;
}
.form-owq-option .owq-quantity > span{
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #008e4c;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px;
    border: none;
    font-size: 22px;
    color: #fff;
    transition: all 0.2s ease;
}
.form-owq-option .owq-quantity > span:hover {
    background: #007d43;
}
.form-owq-option .owq-quantity > span.owq-sub{
    position: absolute;
    left: -6px;
    z-index: 1;
}
.form-owq-option .owq-quantity > span.owq-add {
    position: absolute;
    right: -5px;
    top: 0px;
    z-index: 1;
}
.form-owq-option .owq-quantity > input {
    display: inline-block !important;
    max-width: 80px!important;
    height: 25px;
    text-align: center;
    border: none;
    margin-left: 4px!important;
    background: #f3f6fb;
    font-size: 16px;
    line-height: 1.3;
    padding: 0px 10px;
    margin-bottom: 0px;
}
.btn-add-ingredient{
    font-size:18px;
    line-height: 1.3;
    background: #fe3c30;
    color: #fff;
    border: none;
    padding: 0.6em 1.8em;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3rem;
}
.btn-add-ingredient:hover{
    background: #ed372d;
}
.btn-add-ingredient svg{
    font-size:20px;
    margin-right: 10px;
}
.ingredient-in-product{
    font-size: 14px;
    line-height: 1.5;
    display: inline-flex;
    align-items: center;
    padding: 3px 15px;
    border-radius: 3rem;
    margin-right: 10px;
    margin-top: 10px;
    background: #f3f6fb;
}
.ingredient-in-product button{
    background: none;
    border: none;
    padding: 0px;
    line-height: 1;
}
.ingredient-in-product button svg{
    width: 16px;
    height: 16px;
}
.option-product-qty{
    margin: 0px 5px;
}

.form-owq-option .owq-add-ingredient {
    font-size: 18px;
    padding: 0.7em 2em;
}

.owq-option-button{
    padding: 12px 15px;
    background: #fff;
    border-radius: 8px;
}

.maps-contacts iframe {
    width: 100%!important;
    border: 0;
    filter: grayscale(1);
}
.page-contacts {
    font-size: 18px;
}
.page-contacts .phone a {
    font-size: 20px;
}
.checkout-success #shipping-payment-methods .method-shipping,
.checkout-success #shipping-payment-methods .method-payment {
    background: #ffffff!important;
    font-weight: 400;
    cursor: default;
    font-size: 16px;
}
.checkout-success .text-order-success {
    font-size: 18px;
    padding: 10px 0px;
}
.checkout-success #shipping-payment-methods .radio:nth-child(odd) {
    padding-right: 5px;
}
.checkout-success #shipping-payment-methods .radio:nth-child(even) {
    padding-left: 5px;
}

/*PWA*/
.ios-install-message {
    position: fixed;
    bottom: 60px;
    left: 5px;
    right: 5px;
    background: #e0e0e0;
    color: #131313!important;
    z-index: 989;
    border-radius: 5px;
    padding: 10px;
    font-size: 12px;
    border: 1px solid #ccc;
}
.ios-install-message .text-ios svg {
    margin-bottom: -2px;
    vertical-align: initial;
}
.ios-install-message .text-ios .text-black {
    color: #000;
    font-weight: 600;
}
.ios-install-message .text-ios span {
    color: #0079FF;
}
.ios-install-message .btn-ios {
    background: #000;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    padding: 8px;
    line-height: 0;
    position: absolute;
    right: 0;
    top: -30px;
}
article.description {
    margin-bottom: 3rem;
}
article.description .text {
    max-height: 500px;
    overflow-x: hidden;
    overflow-y: auto;
}

/*ColBack*/
.template_change {
    position: fixed;
    bottom: 10%;
    right: 30px;
    z-index: 99;
}
.template_change .container-circle {
    position: relative;
}
.template_change .circle {
    animation: spinfon 1.4s infinite linear;
    -moz-animation: spinfon 1.4s infinite ease-in-out;
    -webkit-animation: spinfon 1.4s infinite linear;
    border-radius: 50%;
    height: 50px;
    margin: 0 auto;
    width: 50px;
    box-shadow: 0 0 8px 35px #fe3c30;
}
.template_change .circleout {
    animation: spintell 2s infinite linear ;
    -webkit-animation: spintell 2s infinite linear;
    -moz-animation: spintell 2s infinite linear;
    display: flex;
    align-items: center;
    text-decoration: none;
    justify-content: center;
    padding-bottom: 5px;
    border-radius: 50%;
    color: #fff;
    font-size: 30px;
    line-height: 50px;
    height: 55px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    top: -52px;
    width: 55px;
    cursor: pointer;
    background-color: #fe3c30;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.template_change .circleout:hover {
    animation: spintell 0.5s infinite linear ;
    -webkit-animation: spintell 0.5s infinite linear;
    -moz-animation: spintell 0.5s infinite linear;
}
.template_change .circle-title {
    text-align: center;
    position: absolute;
    bottom: 25px;
    left: 0;
    right: 0;
    font-size: 16px;
    font-weight: 500;
}

@-webkit-keyframes spinfon {
    0% { -moz-transform:rotate(160deg); opacity:0; box-shadow:0 0 1px #A99D90;}
    50% { -moz-transform:rotate(145deg); opacity:0.7; }
    100% { -moz-transform:rotate(-320deg); opacity:0; }
}
@-moz-keyframes spinfon {
    0% { -moz-transform:rotate(160deg); opacity:0; box-shadow:0 0 1px #A99D90;}
    50% { -moz-transform:rotate(145deg); opacity:0.7; }
    100% { -moz-transform:rotate(-320deg); opacity:0; }
}
@keyframes spinfon {
    0% { -moz-transform:rotate(160deg); opacity:0; box-shadow:0 0 1px #A99D90;}
    50% { -moz-transform:rotate(145deg); opacity:0.7; }
    100% { -moz-transform:rotate(-320deg); opacity:0; }
}
@-webkit-keyframes spintell {
    0% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
    25% {-ms-transform:rotate(30deg);-webkit-transform:rotate(30deg);transform:rotate(30deg);}
    50% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
    75% {-ms-transform:rotate(-30deg);-webkit-transform:rotate(-30deg);transform:rotate(-30deg);}
    100% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
}
@-moz-keyframes spintell {
    0% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
    25% {-ms-transform:rotate(30deg);-webkit-transform:rotate(30deg);transform:rotate(30deg);}
    50% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
    75% {-ms-transform:rotate(-30deg);-webkit-transform:rotate(-30deg);transform:rotate(-30deg);}
    100% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
}
@keyframes spintell {
    0% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
    25% {-ms-transform:rotate(30deg);-webkit-transform:rotate(30deg);transform:rotate(30deg);}
    50% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
    75% {-ms-transform:rotate(-30deg);-webkit-transform:rotate(-30deg);transform:rotate(-30deg);}
    100% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
}

.template_change .templates_list {
    text-align: center;
}
.template_change .templates_list a {
    display: block;
    text-decoration: none;
    font-weight: 500;
    font-size: 15px;
    margin-bottom: -75px;
    opacity: 0;
}
.template_change:hover .templates_list a {
    margin-bottom: 30px;
    opacity: 1;
}
.template_change .templates_list a:before {
    content: "";
    width: 50px;
    height: 50px;
    background: #fe3c30;
    display: block;
    border-radius: 50%;
    margin: 0 auto 2px;
    box-shadow: 0 0 0.2rem rgb(0 0 0 / 50%);
}
.template_change .templates_list a.template_w:before {
    background: #f3f6fb;
}
.template_change .templates_list a.template_b:before {
    background: #646464;
}
.template_change .templates_list a.template_patriotic:before {
    background: linear-gradient(#ffc80a 50%, #2c58ad 50%);
}
/*END_ColBack*/

/* Fire Button */
.mask-preloader {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    overflow: hidden;
    z-index: 1049;
}
body.site-none .mask-preloader {
    display: flex!important;
    flex-direction: column;
    overflow-y: auto;
    padding: 2em;
}
body.site-none .slider,
body.site-none .header-categories,
body.site-none .container-fluid {
    filter: blur(8px);
}
.fire_close {
    background: #fe3c30;
    border-radius: 50%;
    border: none;
    min-width: 40px;
    min-height: 40px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    position: absolute;
    right: -20px;
    top: -20px;
}
.fire_close img{
    width: 15px;
}
.mask-specials {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    overflow: hidden;
    z-index: 1049;
}
body.show-banner-special .mask-specials {
    display: flex!important;
    flex-direction: column;
    overflow-y: auto;
    padding: 2em;
}
body.show-banner-special .slider,
body.show-banner-special .header-categories,
body.show-banner-special .container-fluid {
    filter: blur(8px);
}
.dont-work{
    width: 300px;
    border-radius: 10px;
    background: #fff;
    padding: 20px;
}
.dont-work .dont-work-text{
    display: flex;
    flex-direction: column;
}
.dont-work .not-working-title{
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 10px;
    text-align: center;
    font-weight: 500;
}
.dont-work .not-working-text{
    margin-bottom: 5px;
}
.dont-work .not-working-time{
    margin-bottom: 15px;
}
.dont-work .fire_close{
    position: relative;
    right: initial;
    top: initial;
    width: 100%;
    height: 100%;
    min-height: initial;
    border-radius: 3rem;
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    padding: 10px;
}
.dont-work .fire_close:hover{
    opacity: 0.8;
}
/* Fire Button */


/*............................................Media_Style...................................................*/

@media (min-width: 1470px) {
    .container {
        max-width:1440px;
    }
    .container-fluid {
        max-width: 1440px;
    }
    /*Bootstrap XXL*/
    .col-xxl-20p {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .col-xxl-1,.col-xxl-2,.col-xxl-3,.col-xxl-4,.col-xxl-5,.col-xxl-6,.col-xxl-7,.col-xxl-8,.col-xxl-9,.col-xxl-10,.col-xxl-11,.col-xxl-12,.col-xxl,.col-xxl-auto{position:relative;width:100%;padding-right:15px;padding-left:15px}.col-xxl{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-xxl-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-xxl-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-xxl-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-xxl-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-xxl-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-xxl-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-xxl-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-xxl-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-xxl-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-xxl-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-xxl-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-xxl-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-xxl-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.m-xxl-0{margin:0!important}.mt-xxl-0,.my-xxl-0{margin-top:0!important}.mr-xxl-0,.mx-xxl-0{margin-right:0!important}.mb-xxl-0,.my-xxl-0{margin-bottom:0!important}.ml-xxl-0,.mx-xxl-0{margin-left:0!important}.m-xxl-1{margin:.25rem!important}.mt-xxl-1,.my-xxl-1{margin-top:.25rem!important}.mr-xxl-1,.mx-xxl-1{margin-right:.25rem!important}.mb-xxl-1,.my-xxl-1{margin-bottom:.25rem!important}.ml-xxl-1,.mx-xxl-1{margin-left:.25rem!important}.m-xxl-2{margin:.5rem!important}.mt-xxl-2,.my-xxl-2{margin-top:.5rem!important}.mr-xxl-2,.mx-xxl-2{margin-right:.5rem!important}.mb-xxl-2,.my-xxl-2{margin-bottom:.5rem!important}.ml-xxl-2,.mx-xxl-2{margin-left:.5rem!important}.m-xxl-3{margin:1rem!important}.mt-xxl-3,.my-xxl-3{margin-top:1rem!important}.mr-xxl-3,.mx-xxl-3{margin-right:1rem!important}.mb-xxl-3,.my-xxl-3{margin-bottom:1rem!important}.ml-xxl-3,.mx-xxl-3{margin-left:1rem!important}.m-xxl-4{margin:1.5rem!important}.mt-xxl-4,.my-xxl-4{margin-top:1.5rem!important}.mr-xxl-4,.mx-xxl-4{margin-right:1.5rem!important}.mb-xxl-4,.my-xxl-4{margin-bottom:1.5rem!important}.ml-xxl-4,.mx-xxl-4{margin-left:1.5rem!important}.m-xxl-5{margin:3rem!important}.mt-xxl-5,.my-xxl-5{margin-top:3rem!important}.mr-xxl-5,.mx-xxl-5{margin-right:3rem!important}.mb-xxl-5,.my-xxl-5{margin-bottom:3rem!important}.ml-xxl-5,.mx-xxl-5{margin-left:3rem!important}.p-xxl-0{padding:0!important}.pt-xxl-0,.py-xxl-0{padding-top:0!important}.pr-xxl-0,.px-xxl-0{padding-right:0!important}.pb-xxl-0,.py-xxl-0{padding-bottom:0!important}.pl-xxl-0,.px-xxl-0{padding-left:0!important}.p-xxl-1{padding:.25rem!important}.pt-xxl-1,.py-xxl-1{padding-top:.25rem!important}.pr-xxl-1,.px-xxl-1{padding-right:.25rem!important}.pb-xxl-1,.py-xxl-1{padding-bottom:.25rem!important}.pl-xxl-1,.px-xxl-1{padding-left:.25rem!important}.p-xxl-2{padding:.5rem!important}.pt-xxl-2,.py-xxl-2{padding-top:.5rem!important}.pr-xxl-2,.px-xxl-2{padding-right:.5rem!important}.pb-xxl-2,.py-xxl-2{padding-bottom:.5rem!important}.pl-xxl-2,.px-xxl-2{padding-left:.5rem!important}.p-xxl-3{padding:1rem!important}.pt-xxl-3,.py-xxl-3{padding-top:1rem!important}.pr-xxl-3,.px-xxl-3{padding-right:1rem!important}.pb-xxl-3,.py-xxl-3{padding-bottom:1rem!important}.pl-xxl-3,.px-xxl-3{padding-left:1rem!important}.p-xxl-4{padding:1.5rem!important}.pt-xxl-4,.py-xxl-4{padding-top:1.5rem!important}.pr-xxl-4,.px-xxl-4{padding-right:1.5rem!important}.pb-xxl-4,.py-xxl-4{padding-bottom:1.5rem!important}.pl-xxl-4,.px-xxl-4{padding-left:1.5rem!important}.p-xxl-5{padding:3rem!important}.pt-xxl-5,.py-xxl-5{padding-top:3rem!important}.pr-xxl-5,.px-xxl-5{padding-right:3rem!important}.pb-xxl-5,.py-xxl-5{padding-bottom:3rem!important}.pl-xxl-5,.px-xxl-5{padding-left:3rem!important}.m-xxl-n1{margin:-.25rem!important}.mt-xxl-n1,.my-xxl-n1{margin-top:-.25rem!important}.mr-xxl-n1,.mx-xxl-n1{margin-right:-.25rem!important}.mb-xxl-n1,.my-xxl-n1{margin-bottom:-.25rem!important}.ml-xxl-n1,.mx-xxl-n1{margin-left:-.25rem!important}.m-xxl-n2{margin:-.5rem!important}.mt-xxl-n2,.my-xxl-n2{margin-top:-.5rem!important}.mr-xxl-n2,.mx-xxl-n2{margin-right:-.5rem!important}.mb-xxl-n2,.my-xxl-n2{margin-bottom:-.5rem!important}.ml-xxl-n2,.mx-xxl-n2{margin-left:-.5rem!important}.m-xxl-n3{margin:-1rem!important}.mt-xxl-n3,.my-xxl-n3{margin-top:-1rem!important}.mr-xxl-n3,.mx-xxl-n3{margin-right:-1rem!important}.mb-xxl-n3,.my-xxl-n3{margin-bottom:-1rem!important}.ml-xxl-n3,.mx-xxl-n3{margin-left:-1rem!important}.m-xxl-n4{margin:-1.5rem!important}.mt-xxl-n4,.my-xxl-n4{margin-top:-1.5rem!important}.mr-xxl-n4,.mx-xxl-n4{margin-right:-1.5rem!important}.mb-xxl-n4,.my-xxl-n4{margin-bottom:-1.5rem!important}.ml-xxl-n4,.mx-xxl-n4{margin-left:-1.5rem!important}.m-xxl-n5{margin:-3rem!important}.mt-xxl-n5,.my-xxl-n5{margin-top:-3rem!important}.mr-xxl-n5,.mx-xxl-n5{margin-right:-3rem!important}.mb-xxl-n5,.my-xxl-n5{margin-bottom:-3rem!important}.ml-xxl-n5,.mx-xxl-n5{margin-left:-3rem!important}.m-xxl-auto{margin:auto!important}.mt-xxl-auto,.my-xxl-auto{margin-top:auto!important}.mr-xxl-auto,.mx-xxl-auto{margin-right:auto!important}.mb-xxl-auto,.my-xxl-auto{margin-bottom:auto!important}.ml-xxl-auto,.mx-xxl-auto{margin-left:auto!important}
    /*END_Bootstrap XXL*/
}

/*....FullHD....*/
@media (max-width: 1399px) {
    h1, .h1 {
        font-size: 26px;
    }
    h2, .h2 {
        font-size: 24px;
    }
    h3, .h3 {
        font-size: 22px;
    }
    h4, .h4 {
        font-size: 22px;
    }
    header {
        height: 80px;
    }
    #logo .logo-img {
        height: 60px;
    }
    .header-container.fixed #logo .logo-img {
        height: 50px;
    }
    .header-adress .sign {
        font-size: 14px;
        line-height: 1.2;
    }
    .big-icon-header .icon {
        padding: 8px 9px;
        font-size: 1.2em;
    }
    .big-icon-header .text {
        font-size: 15px;
        margin-top: 4px;
    }
    #form-language ul li .btn {
        padding: 5px 3px;
    }
    #nav-categories .item img {
        height: 35px;
    }
    .main-title {
        font-size: 30px;
    }
    .product-thumb .title a {
        font-size: 18px;
    }
    .product-thumb .title {
        margin-top: 10px;
    }
    .product-thumb .ingredients .weight {
        font-size: 14px;
    }
    .product-thumb .ingredients {
        font-size: 13px;
        padding-top: 12px;
    }
    .product-thumb .button-group button {
        font-size: 18px;
        padding: 0.45em 1em;
    }
    .product-label .stik-label {
        font-size: 14px;
        width: 45px;
        height: 45px;
    }
    .logo-footer .logo-img {
        height: 50px;
        max-width: 165px;
    }
    .footer-title {
        font-size: 20px;
    }
    .footer-menu a {
        font-size: 15px;
        margin-bottom: 0.3em;
    }
    .footer-offer {
        font-size: 14px;
    }
    #nav-categories .col-menu:nth-child(n+8) {
        display: none;
    }
    #product .info-svg {
        font-size: 1.6em;
    }
}
/*....Netbooks....*/
@media (max-width: 1199px) {
    footer .powered {
        font-size: 14px;
    }
    .header-adress {
        margin-right: 2rem;
    }
    .footer-info {
        background: transparent;
        margin-bottom: 0;
        padding-top: 0;
        padding-bottom: 0;
        border-radius: 0;
    }
    .footer-info .item {
        background: #f3f6fb;
        margin-bottom: 15px;
        padding: 15px;
        border-radius: 8px;
    }
    #nav-categories .col-menu:nth-child(n+7) {
        display: none;
    }
}



@media (min-width: 992px) {
    article.description .text::-webkit-scrollbar-thumb,
    #leftmenu::-webkit-scrollbar-thumb,
    #cart .cart-data::-webkit-scrollbar-thumb{
        background: #4b5161;
        border-radius: 5px;
    }
    article.description .text::-webkit-scrollbar-track,
    #leftmenu::-webkit-scrollbar-track,
    #cart .cart-data::-webkit-scrollbar-track{
        background: #dfdfdf;
        color: #fff;
    }
    article.description .text::selection,
    #leftmenu::selection,
    #cart .cart-data::selection{
        background: #4b5161;
        color: #fff;
    }
    article.description .text::-webkit-scrollbar,
    #leftmenu::-webkit-scrollbar,
    #cart .cart-data::-webkit-scrollbar{
        width: 3px;
        border-radius: 10px;
    }
}

/*....Tablets....*/
@media (max-width: 991px) {
    .product-thumb .ingredients {
        font-size: 12px;
        padding-top: 10px;
        line-height: 1.2;
    }
    .product-thumb {
        padding: 5px;
    }
    .product-thumb .button-group button:after {
        margin-left: 0.2em;
    }
    .product-thumb .button-group button {
        font-size: 16px;
        padding: 0.55em 1em;
    }

    #nav-categories .col-menu:nth-child(n+7) {
        display: flex!important;
    }
    #nav-categories {
        background: transparent;
        border-radius: 0;
        padding-top: 0;
    }
    #nav-categories .item {
        background: #f3f6fb;
        border-radius: 8px;
        padding: 15px 10px 15px;
    }
    #nav-categories .item .title {
        white-space: normal;
    }
    body:not(.common-home) #nav-categories:not(.parent-link) {
        display: none!important;
    }
    #nav-categories.parent-link {
        padding-bottom: 0;
        margin-bottom: 15px;
    }
    #nav-categories.parent-link .item {
        margin-bottom: 15px!important;
        padding-top: 15px!important;
        display: flex!important;
        align-items: center;
        justify-content: center;
    }
    #nav-categories.parent-link > .row {
        align-items: inherit;
    }
    .breadcrumb {
        margin-bottom: 30px;
    }
    #product .image-additionals .showmore svg {
        font-size: 2.5rem;
    }
}

/*....Smartphones_Landscape_orientation....*/
@media (max-width: 767px) {
    .skroll_top {
        left: 15px;
    }
    .skroll_top.fix {
        bottom: 15px;
    }
    .skroll_top a {
        width: 35px; 
        height: 35px;
    }
    #cart .cart-title {
        font-size: 24px;
    }
    #cart #cart-close {
        min-width: 37px;
        min-height: 37px;
        width: 37px;
        height: 37px;
    }
    .product-label {
        position: absolute;
        right: -5px;
        top: -5px;
    }
    .big-icon-header .icon {
        border-radius: 5px;
    }
    #nav-categories {
        margin-bottom: 1.5rem;
    }
    .form-owq-option {
        width: 92%;
    }
    .form-owq-option .owq-option-new {
        width: 25%;
        flex: 0 0 25%;
    }
    .template_change {
        bottom: 0;
        right: 15px;
    }
    .template_change:hover .templates_list a {
        margin-bottom: 15px;
        opacity: 1;
    }
    .template_change .templates_list a {
        font-size: 14px;
    }
    .template_change .templates_list a:before {
        width: 40px;
        height: 40px;
    }
}

/*....Smartphones_Portrait_orientation....*/
@media (max-width: 575px) {
    header {
        height: 75px;
    }
    .main-title {
        font-size: 28px;
    }
    #cart .cart-data-top {
        padding: 10px 10px;
    }
    #cart .cart-title {
        font-size: 22px;
    }
    #cart .cart-product-block {
        padding: 10px;
    }
    #cart .cart-product-image a img {
        width: 60px;
        min-width: 60px;
        height: 60px;
        min-height: 60px;
    }
    #cart .cart-product-image {
        margin-right: 10px;
    }
    #cart .input-number-button {
        width: 24px;
        height: 24px;
        font-size: 14px;
    }
    #cart .input-number {
        max-width: 65px;
        height: 24px;
        margin: 0px 0px 0px 12px!important;
    }
    #cart .input-group {
        max-width: 65px!important;
    }
    #cart .input-number-increment {
        right: -23px;
    }
    #cart .cart-product-name {
        font-size: 15px;
        margin-bottom: 10px;
    }
    #cart .input-product-delete img {
        width: 10px!important;
    }
    #cart .input-product-delete {
        left: -5px;
        top: -5px;
        width: 26px;
        height: 26px;
    }
    article img {
        float:none!important;
        max-width: 100%!important;
        margin: 1em auto!important;
        display: block!important;
    }
    #nav-categories > .row { 
        margin-right: -5px;
        margin-left: -5px;
    }
    #nav-categories > .row > .col-4 {
        padding-right: 5px;
        padding-left: 5px;
    }
    #nav-categories .item {
        padding: 15px 5px 15px;
        margin-bottom: 10px;
    }
    .product-layout:nth-child(even) {
        padding-left: 5px;
    }
    .product-layout:nth-child(odd) {
        padding-right: 5px;
    }
    .sale-decoration.product-layout {
        padding-left: 15px;
        padding-right: 15px;
    }
    .product-thumb {
        margin-bottom: 10px;
    }
    .sale-decoration .product-thumb {
        margin-bottom: 30px;
    }
    #logo .logo-img {
        height: 50px;
        max-width: 160px;
    }
    .header-container.fixed #logo .logo-img {
        height: 40px;
    }
    header .col-language {
        display: none;
    }
    .big-icon-header .text {
        font-size: 14px;
    }
    .header-right-col {
        margin-left: 0;
    }
    .big-icon-header .icon {
        padding: 8px 8px;
        font-size: 1.2em;
    }
    #homepage-slider {
        margin-bottom: 2rem;
    }
    .product-thumb .title a {
        font-size: 16px;
    }
    .product-thumb .button-group button {
        font-size: 18px;
        padding: 0.45em 1em;
        width: 100%;
        justify-content: center;
    }
    .product-thumb .button-group button:after {
        margin-left: 0.8em;
    }
    .product-thumb .price {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 15px;
    }
    .product-thumb .tooltip-ingredients {
        font-size: 14px;
        transition: all .2s ease;
    }
    .product-thumb .tooltip-ingredients:hover {
        color: #fe3c30;
        text-decoration: underline;
    }
    .footer-info .item {
        margin-bottom: 10px;
    }
    .footer-info .sing {
        font-size: 14px;
    }
    .footer-offer {
        font-size: 15px;
    }
    .social a:last-child {
        margin-right: 0px!important;
    }
    .footer-title {
        font-size: 24px;
    }
    .footer-contacts .phone a {
        font-size: 20px; 
    }
    .footer-contacts .item {
        margin-bottom: 0.8rem;
        font-size: 18px;
    }
    #form-language > .btn-group {
        width: 100%;
    }
    #form-language ul {
        flex-direction: row;
        width: 100%;
    }
    #form-language ul li {
        flex: 0 0 50%;
        max-width: 50%;
    }
    #form-language ul li:first-child .btn {
        border-radius: 3rem 0px 0px 3rem;
    }
    #form-language ul li:nth-child(n+2) .btn {
        margin-top: 0;
        border-radius: 0px 3rem 3rem 0px;
    }
    #form-language ul li .btn {
        padding: 10px 5px;
        display: block;
        width: 100%;
        background: #fff;
        border-radius: 0;
        font-size: 18px;
        margin-bottom: 15px;
    }
    #product .image-additionals {
        margin-right: -5px;
        margin-left: -5px;
    }
    #product .image-additionals .thumbnails-items {
        padding-right: 5px;
        padding-left: 5px;
    }
    #product .image-additionals .thumbnails-items a {
        margin-top: 10px;
        padding: 5px;
        font-size: 13px;
    }
    #product .image-additionals .showmore svg {
        font-size: 2rem;
    }

    .form-owq-option .owq-option-new {
        width: 33.333%;
        flex: 0 0 33.333%;
    }
    .form-owq-option .form-owq-option-top .title {
        font-size: 22px;
    }
    .form-owq-option .owq-quantity > input {
        max-width: 65px!important;
    }
    .form-owq-option .owq-quantity {
        width: 75px;
    }
    .form-owq-option .price {
        flex-direction: column;
    }
    .form-owq-option .price .price-new {
        line-height: 0.8;
    }
    .form-owq-option .owq-add-ingredient {
        padding: 0.7em 1.5em;
    }
    .dont-work{
        width: 280px;
    }
}