/*
@import url('https://fonts.googleapis.com/css?family=Noto+Serif');
* {
    font-family: 'Noto Serif' !important;
}
*/
/*
@import url('https://fonts.googleapis.com/css?family=Roboto');
* {
    font-family: 'Roboto' !important;
}
*/

.hide {
    display: none;
}
.slick-slide img {
    margin: auto;
}
* {
    outline: none !important;
}
.btn.focus, .btn:focus, .form-control:focus {
    box-shadow: none;
}
@import url('https://fonts.googleapis.com/css?family=Arsenal&subset=cyrillic');
@import url('https://fonts.googleapis.com/css?family=Open+Sans');
* {
    font-family: 'Open Sans';
    /*font-family: 'Arsenal';*/
}
/*@import url('https://fonts.googleapis.com/css?family=Merriweather');
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Merriweather' !important;
}*/

.vs-shop-wrapper {
    background: url("/images/bg-shop.jpg") repeat;
    margin-bottom: -30px;
    padding-bottom: 80px;
}
breadcumb-menu-style1 {

}
.breadcumb-menu-style1 a {
    color: #36970e;
    text-decoration: underline;
    font: 14px/18px Arial;
}
.breadcumb-menu-style1 span {
    color: #36970e;
    font: 14px/18px Arial;
}
.vs-shop-wrapper h1 {
    color: #975AA2;
    font: italic 28px/30px Georgia;
}
.vs-shop-wrapper .widget_title {
    color: #000;
    font: italic 24px/30px Georgia;
    margin-bottom: 15px;
}
.widget_categories ul {
    padding-left: 40px;
    list-style: none;
}
.widget_categories ul li {
    position: relative;
}
.widget_categories ul li:before {
    content: "";
    width: 40px;
    height: 40px;
    position: absolute;
    background-repeat: no-repeat;
    background-position: left;
    left: -40px;
}

.widget_categories ul li:nth-child(1):before {
    background-image: url("/images/icons/p0.png");
}
.widget_categories ul li:nth-child(2):before {
    background-image: url("/images/icons/p1.png");
}
.widget_categories ul li:nth-child(3):before {
    background-image: url("/images/icons/p2.png");
}
.widget_categories ul li:nth-child(4):before {
    background-image: url("/images/icons/p3.png");
}
.widget_categories ul li:nth-child(5):before {
    background-image: url("/images/icons/p4.png");
}
.widget_categories ul li:nth-child(6):before {
    background-image: url("/images/icons/p5.png");
}
.widget_categories ul li:nth-child(7):before {
    background-image: url("/images/icons/p6.png");
}
.widget_categories ul li:nth-child(8):before {
    background-image: url("/images/icons/p7.png");
}
.widget_categories ul li:nth-child(9):before {
    background-image: url("/images/icons/p8.png");
}
.widget_categories ul li:nth-child(10):before {
    background-image: url("/images/icons/p9.png");
}
.widget_categories ul li a {
    color: #36970e;
    padding: 7px 0;
    display: inline-block;
    text-decoration: underline;
    outline: none;
    cursor: pointer;
    font: 14px/18px Arial;
    font-size: 17px;
}
.widget_categories ul li a:hover {
    text-decoration: none;
}
.pagination-layout1 ul {
    list-style: none;
    padding-left: 0;
}
.pagination-layout1 ul li {
    display: inline-block;
}
.pagination-layout1 ul li a {
    color: #36970e;
    padding: 10px 10px;
    display: inline-block;
    text-decoration: none;
    outline: none;
    cursor: pointer;
    font: 14px/18px Arial;
    font-size: 17px;
    margin-right: 10px;
    border: 1px solid #36970e;
    background: #fff;
    transition: all .3s;
}
.pagination-layout1 ul li a:hover, .pagination-layout1 ul li a.active {
    color: #fff;
    background: #36970e;
}
.widget_tag_cloud .tagcloud a {
    color: #36970e;
    padding: 7px 7px;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    font: 14px/18px Arial;
    font-size: 14px;
    border: 1px solid #36970e;
    margin: 6px 3px;
    transition: all .3s;
}
.widget_tag_cloud .tagcloud a:hover {
    color: #fff;
    background: #36970e;
}
.vs-product-box1 .actions-btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-size: 18px;
    color: #444;
    font-family: var(--theme-font);
    font-weight: 500;
    height: auto;
    padding: 10px 20px;
    background-color: transparent;
}
.vs-product-box1 .actions-btn img {
    fill: #fff;
}
.vs-product-box1 .actions-btn a:hover {
    background-color: transparent;
    color: #fff;
}
.vs-product-box1 .actions-btn {
    bottom: 0;
    top: auto;
    border-radius: 0;
    text-align: center;
    border: none;

    display: flex;
    background: #fff;
    box-shadow: none;
    width: 100%;
    align-items: baseline;
    padding: 0;
}
.vs-product-box1 .actions-btn .num {
    align-items: center;
    justify-content: center;
}
.vs-product-box1 .actions-btn .btn.minus {
    padding: 10px 10px;
    background: transparent;
    height: 50px;
    border-radius: 0;
    color: rgb(130,218,48);
}
.vs-product-box1 .actions-btn .num-items {
    text-align: center;
    background: #fff;
    cursor: default;
    width: 40px;
    padding: 0 5px;
    border: 1px solid #a7e78e;
}
.vs-product-box1 .actions-btn .btn.plus {
    padding: 10px 10px;
    background: transparent;
    height: 50px;
    border-radius: 0;
    color: rgb(130,218,48);
}
.vs-product-box1 .actions-btn .add_to_cart {
    font-size: 15px;
    line-height: 30px;
    font-weight: bold;
    text-align: center;
    width: 120px;
    height: 30px;
    float: right;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background: rgb(130,218,48);
    background: -moz-linear-gradient(top, rgba(130,218,48,1) 0%, rgba(129,217,47,1) 10%, rgba(109,197,23,1) 77%, rgba(111,195,21,1) 80%, rgba(104,197,20,1) 83%, rgba(108,195,20,1) 87%, rgba(104,194,21,1) 90%, rgba(109,191,18,1) 93%, rgba(101,192,9,1) 97%, rgba(44,151,22,1) 100%);
    background: -webkit-linear-gradient(top, rgba(130,218,48,1) 0%,rgba(129,217,47,1) 10%,rgba(109,197,23,1) 77%,rgba(111,195,21,1) 80%,rgba(104,197,20,1) 83%,rgba(108,195,20,1) 87%,rgba(104,194,21,1) 90%,rgba(109,191,18,1) 93%,rgba(101,192,9,1) 97%,rgba(44,151,22,1) 100%);
    background: linear-gradient(to bottom, rgba(130,218,48,1) 0%,rgba(129,217,47,1) 10%,rgba(109,197,23,1) 77%,rgba(111,195,21,1) 80%,rgba(104,197,20,1) 83%,rgba(108,195,20,1) 87%,rgba(104,194,21,1) 90%,rgba(109,191,18,1) 93%,rgba(101,192,9,1) 97%,rgba(44,151,22,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#82da30', endColorstr='#2c9716',GradientType=0 );
    border-radius: 0;
    border: none;
    padding: 0;
}
.vs-product-box1 .actions-btn .add_to_cart:hover {
    background: rgb(103,192,16);
    background: -moz-linear-gradient(top, rgba(103,192,16,1) 0%, rgba(125,213,41,1) 79%, rgba(129,217,45,1) 100%);
    background: -webkit-linear-gradient(top, rgba(103,192,16,1) 0%,rgba(125,213,41,1) 79%,rgba(129,217,45,1) 100%);
    background: linear-gradient(to bottom, rgba(103,192,16,1) 0%,rgba(125,213,41,1) 79%,rgba(129,217,45,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#67c010', endColorstr='#81d92d',GradientType=0 );
}


.thumb_swap .img_swap {
    width: 100%;
    height: 100%;
    object-fit: contain;
}


body {
    background: url('/images/bg.jpg') repeat;
    border-top: 5px solid #91c938;
}
.clear {
    clear: both;
}

/* header */
header {
    margin-top: 10px;
    margin-bottom: 30px;
}
header .email, header .phone, header .cart {
    display: inline-block;
    padding: 10px;
    background: #fff;
    color: #333;
    position: relative;
    min-width: 180px;
    padding-left: 45px;
    margin-left: 40px;
    padding-right: 20px;

}
header .phone  {
    padding: 10px 20px 10px 45px;
}
header .phone a {
    color: #333;
}
.nav-link.nav-btn {
    border: 1px solid #fff;
    float: right;
    width: 50px;
    border-radius: 11px;
    font-size: 18px;
}

header .email a {
    color: #333;
}
header .email:before, header .phone:before, header .cart:before {
    content: "";
    left: -20px;
    top: -6px;
    width: 54px;
    height: 54px;
    position: absolute;
    
}
header .email:before {
    background: url('/images/icons/header-email.png') no-repeat center;
}
header .phone:before {
    background: url('/images/icons/header-phone.png') no-repeat center;
}
header .cart:before {
    background: url('/images/icons/cart.png') no-repeat center;
}
header .cart  {
    padding: 10px 20px 10px 45px;
    min-width: 177px;
}
header .cart:hover {
    text-decoration: none;
}

/* end header */

/* navbar */
.navbar {    
    background: #a14fb7;
    margin-top: 20px;
    z-index: 1;
}
.navbar-nav {
    width: 100%;
}
.navbar-nav .nav-link {
    color: #fff;
    text-transform: uppercase;
}
.nav-item {
    position: relative;
    flex-grow: 1;
    text-align: center;
}
.nav-item.active:before {
    content: "";
    border: 6px solid transparent;
    border-top: 8px solid #fff;
    position: absolute;
    top: -8px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 0px;
}
.navbar-toggler {
    border: 1px solid white;
}
.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, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
/* end navbar */

/* carouselControls */
.carouselControls {
    position: relative;
    top: -60px;
    z-index: 0;
}
/* end carouselControls */

/* adventages */
.adventages {
    margin-top: 280px;
}
.adventages .bg-white {
    margin-top: -60px;
    padding: 80px 20px 80px 20px;
    
}
.adventages .img-top {
    left: 0;
    right: 0;
    top: -240px;
}
/* end adventages */

/* product-slider */
.product-slider {
    background: rgba(161,79,183,0.5);
    padding-top: 50px;
    padding-bottom: 40px;
    /*min-height: 600px;*/
}
.product-slider.sup {
    background: rgba(158, 153, 159, 0.5);
    padding-top: 50px;
    padding-bottom: 40px;
}
.product-slider.garnish {
    background: rgba(174, 46, 46, 0.5);
    padding-top: 50px;
    padding-bottom: 40px;
}

.product-slider.breakfast {
    background: rgba(50, 112, 113, 0.5);
    padding-top: 50px;
    padding-bottom: 40px;
}


.product-page.sup{
    padding-top: 60px;
    background: rgba(161, 79, 183, 0.25);
    padding-bottom: 60px;
}
.product-page.garnish{
    padding-top: 60px;
    background: rgba(174, 46, 46, 0.5);
    
    padding-bottom: 60px;
}
.product-page.breakfast{
    padding-top: 60px;
    background: rgba(50, 112, 113, 0.5);
    padding-bottom: 60px;
}
.product-slider .info {
    display: inline-block;
    background: rgba(255, 255, 255, 0.5);
    padding: 10px 30px 10px 30px;
    margin-bottom: 10px;
}
/* end product-slider */

/* img-left-block */
.img-left-block {
    margin-top: 30px;
}
.img-left-block .left-img {
    left: -170px;
    top: 40px;
}
.img-left-block .description {
    margin-top: 60px;
    margin-bottom: 60px;
    padding-top: 20px;
    padding-bottom: 10px;
    border-top: 2px solid #e4f7c7;
    border-left: 2px solid #e4f7c7;
    border-bottom: 2px solid #e4f7c7;
    padding-left: 40px;
}
.img-left-block h3, .img-left-block .h3 {
    color: #a14fb7;
}
em {
    color: #91c938;
}
.widget_categories a.active {
    color: rgba(var(--theme-color), 1);
    cursor: default;
}
.tagcloud a.active {
    background-color: #36970e;
    color: #fff !important;
    border-color: transparent;
    cursor: default;
}
em.error {
    color: #e50101;
}
/* img-left-block */

/*spices*/
.spices {
    margin-top: 60px;
}
.spices h3, .spices .h3 {
    color: #a14fb7;
}
/*end spices*/

/*page*/

.page h3, .page h3 a {
    color: #a14fb7;
}
.page h3 a {
    text-decoration: underline;
}
.btn.btn-price {
    background: #36970e;
    border-radius: 0;
    color: #fff;
    margin-bottom: 10px;
    border: 1px solid #36970e;
    transition: all .5s;
}
.btn.btn-price:hover {
    background: #ffffff;
    color: #36970e;
    border: 1px solid #36970e;
}

.btn.btn-shop {
    transition: all .5s;
    background: #ffffff;
    color: #36970e;
    border: 1px solid #36970e;
    border-radius: 0;
}
.btn.btn-shop:hover {
    background: #36970e;
    color: #fff;
    border: 1px solid #36970e;
}

.page .border-wrapper {
    margin-top: 60px;
    margin-bottom: 60px;
    padding-top: 20px;
    padding-bottom: 10px;
    border-top: 2px solid #e4f7c7;
    border-left: 2px solid #e4f7c7;
    border-bottom: 2px solid #e4f7c7;
    padding-left: 40px;
}
.page.about-page p {
    font-family: Arial;
}
.page.about-page em {
    font-size: 20px;
}
.page.about-page strong a {
    color: #af34ce;
    text-decoration: underline;
    font-weight: 900;
    font-family: Arial;
}
.page.about-page em a {
    color: #91c938;
    text-decoration: underline;
}
.page.about-page .border-wrapper {
    margin-top: 60px;
    margin-bottom: 60px;
    margin-left: 45px;
    padding-top: 20px;
    padding-bottom: 10px;
    border-top: 2px solid #e4f7c7;
    border-left: 2px solid #e4f7c7;
    border-bottom: 2px solid #e4f7c7;
    padding-left: 40px;
    padding-right: 220px;
}
.page.about-page .border-wrapper h3 a {
    color: #a14fb7;
    text-decoration: underline;
}
.page .bg-white {
    position: relative;
}
.page .bg-white:after {
    content: "";
    width: 214px;
    height: 209px;
    background: url('/images/green.png') no-repeat center;
    position: absolute;
    bottom: 0;
    right: 0;
}
.page.about-page .bg-white:after {
    content: "";
    width: 214px;
    height: 100%;
    background: url('/images/about-woman.png') no-repeat center;
    position: absolute;
    bottom: 0;
    right: 0;
}
.iframe-wrapper {
    background: #f1f1f3;
    padding: 15px;
    padding-bottom: 5px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 8px 14px -5px rgba(34, 60, 80, 0.33);
    -moz-box-shadow: 0px 8px 14px -5px rgba(34, 60, 80, 0.33);
    box-shadow: 0px 8px 14px -5px rgba(34, 60, 80, 0.33);
}
/*end page*/

/*footer*/
footer {
    background: #88c852;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 30px;
}
footer, footer a, footer a:hover {
    color: #fff;
}
footer .phone {
    margin-right: 30px;
}
footer .email, footer .phone {
    position: relative;
    display: inline-block;
    padding: 7px 0px 0px 29px;
}
footer .email{
    top: -14px;
    left: 20px;
}
footer .phone {
    padding: 0px 0px 0px 29px;
}
footer .email:before, footer .phone:before {
    content: "";
    left: -18px;
    top: 0px;
    width: 40px;
    height: 41px;
    position: absolute;
    
}
footer .email:before {
    background: url('/images/icons/footer-email.png') no-repeat center;
}
footer .phone:before {
    background: url('/images/icons/footer-phone.png') no-repeat center;
}
/*end footer*/

.product-page .bg-white {
    margin-top: 20px;
}


.form {
    background: #88c852;
    color: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
}
.form h2, .form .h2 {
    margin-bottom: 30px;
}
.form .text-muted {
    color: #fff !important;
}
.form button {
    margin-top: 30px;
}
.slick-item {
    max-width: 400px;
    margin: auto;
}
.slick-prev:before, .slick-next:before {
    color: #a14fb7;
}
.text-v {
    color: #a14fb7;
}
.order * {
    border-radius: 0;
}
.order .btn {
    background: #a14fb7;
    color: #fff;
}
.order .num {
    max-width: 160px;
    display: inline-flex !important;
    position: relative;
    top: 2px;
    left: 40px;
}
.cart-num .num {
    margin: 0 10px;
    font-size: 18px;
    font-weight: bold;
} 
.cart-num .btn {
    background: #a14fb7;
    color: #fff;
    border-radius: 0;
    font-size: 10px;
    padding: 7px;
}
.cart-event .btn {
    background: #d86262;
    color: #fff;
    border-radius: 0;
    font-size: 15px;
    padding: 7px;
}
.modal-footer .btn {
    background: #a14fb7;
    color: #fff;
    border-radius: 0;
    font-size: 16px;
    padding: 7px
}
.order-form .btn {
    background: #a14fb7;
    color: #fff;
    border-radius: 0;
    font-size: 16px;
    padding: 7px
}
.order-btn {
    background: #a14fb7;
    color: #fff;
    border-radius: 0;
    font-size: 16px;
    padding: 7px;
    margin-top: 20px;
}
.modal-footer .close-modal {
    background: #a9a9a9;
}
.cart-event .btn i {
    font-size: 13px;
}
.order .num .form-control {
    margin: 0 10px;
}
.modal-cart .header{
    background: #a14fb7;
}
.modal-cart .header .col{
    padding: 10px;
    border: 1px solid #fff;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
}
.modal-cart .item{
    background: #f3f3f3;
}
.modal-cart .item .col{
    padding: 10px;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
        flex-wrap: wrap;
}
.modal-cart .item .col.text-center {
    justify-content: center;
}
.modal-cart .item .col.text-right {
    justify-content: flex-end;
}
.itog {
    padding-top: 30px;
}
.itog strong {
    font-size: 25px;
}












.checkbox-group .radio {
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin: 10px 0 0 7px;
}
.checkbox-group .radio + label {
  position: relative;
  padding: 0 0 0 35px;
  cursor: pointer;
  line-height: 17px;
}
.checkbox-group .radio + label:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0;
  width: 22px;
  height: 22px;
  border: 1px solid #CDD1DA;
  border-radius: 50%;
  background: #FFF;
}
.checkbox-group .radio + label:after {
  content: '';
  position: absolute;
  top: 3px;
  left: 3px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #9FD468;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.5);
  opacity: 0;
  transition: .2s;
}
.checkbox-group .radio:checked + label:after {
  opacity: 1;
}


.address-wrap {
    display: none;
}

.form-error {
    position: absolute;
    font-size: 13px;
    color: #ff1414;
    font-style: italic;
    padding: 7px;
    margin-top: -6px;
}

small.red {
        color: #d86261;
    display: block;
    width: 100%;
}
.header-icons-wrapper {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    justify-content: end;
}
.get_price_wrapper {
    text-align: right;
        margin-bottom: -10px;
}
.get_price {
    color: #343a40;
        font-size: 13px;
    margin-bottom: 0;
    display: inline-block;
    border-bottom: 1px #000 solid;
    text-transform: uppercase;
    line-height: 100%;
}
.get_price:hover {
    color: #343a40;
    text-decoration: none;
    border-bottom: none;
}
.header-slogan {
    display: inline-block;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
}
.header-slogan a {
    color: #343a40;
    border-bottom: 1px #000 solid;
}
.header-slogan a:hover {
    text-decoration: none;
    border-bottom: none;
}
.shop-details .vs-product-box1 .actions-btn {
    opacity: 1;
    visibility: visible;

}
.shop-details .vs-product-box1 .product-content {
    max-width: 340px;
    background: transparent;
}
.shop-details .vs-product-box1:hover {
    box-shadow: none;
}



.product-new-page .bg-white {
    margin-top: 0px;
    height: 100%;
}
.product-new-page .item {
    margin-bottom: 10px;
    padding: 0 5px;
}
.product-new-page .item-wrapper {
    background: #fff;
    height: 100%;
}
.product-new-page .item .description {
    padding: 20px;
    background: #fff;
}
.product-new-page h2 {
    font-size: 24px;
}
.product-new-page h5 {
    font-size: 16px;
}
.product-new-page .info-wrapper {
    width: 100%;
    border-top: 1px solid #6fbabe;
    padding-top: 10px;
}
.product-new-page .header-wrapper p {
    font-size: 14px;
}
.product-new-page .slick-prev {
    left: 10px;
    top: 20px;
    z-index: 999;
    background: #fff;
    width: 30px;
    height: 30px;
    border-radius: 19px;
} 
.product-new-page .slick-next {
    right: 10px;
    top: 20px;
    z-index: 999;
    background: #fff;
    width: 30px;
    height: 30px;
    border-radius: 19px;
}
.thumb_swap .product-img {
    width: 100%;
    height: 200px;
}
.thumb_swap .product-img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.vs-product-box1 {
    box-sizing: border-box;
    padding: 10px;
    background: #fff;
    border: 1px solid #a7e78e;
    box-shadow: 0 3px 10px -2px #a7e78e;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    margin-bottom: ;
}
.vs-product-box1 .product-title a {
    font-size: 15px;
    text-transform: uppercase;
    text-decoration: none;
    height: 71px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
    line-height: 20px;
    color: #36970e;
    display: block;
}
.vs-product-box1 .product-title a:hover {
    color: #36970e;
    text-decoration: none;
}
.vs-product-box1 .price.font-theme {

    color: #e23e96;
    font-size: 18px;
    line-height: 22px;
    height: 22px;
    font-weight: 800;
    text-align: right;
    display: block;
}
.main-page-description p {
    font-family: Arial;
    font-size: 16px;
    color: #000000;
}
.main-accent {
    background: #d7a1e5;
    padding: 15px;
    max-width: 800px;
    margin: auto;
    font-size: 20px;
    text-align: center;
    font-family: Arial;
    color: #000000;
}
.main-accent a {
    color: #ffffff;
    display: block;
    text-decoration: underline;
    text-align: center;
    font-family: Arial;
}
.main-list  {
    list-style: none;
    padding-left: 65px;
}
.main-list li {
    position: relative;
    font-family: Arial;
    font-size: 16px;
    display: flex;
    margin-bottom: 20px;
    align-items: center;
    color: #000000;
}
.main-list li:before {
    content: "";
    background: url("/images/main-check.png");
    width: 35px;
    height: 36px;
    position: absolute;
    left: -50px;
    background-size: contain;
    background-repeat: no-repeat;
}
.vs-product-box1 .btn.disabled, .vs-product-box1 .btn:disabled {
    opacity: 0;
}
.product-big-img .product-img {
    display: block;
    background: #FFF;
    position: relative;
    padding: 40px;
    border-radius: 10px;
    border: 1px solid #4eaae4;
    text-align: center;
}
.shop-details .price-wrapper {
    display: block;
    background: #FFF;
    position: relative;
    padding: 30px;
    border-radius: 10px;
    border: 1px solid #4eaae4;

}
.desc-wrapper {
    display: block;
    background: #FFF;
    position: relative;
    padding: 30px;
    border-radius: 10px;
    border: 1px solid #4eaae4;
    margin-top: 20px;

}


.desc-wrapper * {
    font-family: Arial;
}
.shop-details .price.font-theme {
    display: inline-block;
    font-size: 22px;
    color: #e23e96;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-style: italic;
    margin-bottom: 12px;
}
.shop-details .vs-product-box1 {
    padding: 0;
    border: none;
    box-shadow: none;
}
.shop-details .vs-product-box1 .add_to_cart {
    -moz-box-shadow: inset 0px 1px 0px 0px #c1ed9c;
    -webkit-box-shadow: inset 0px 1px 0px 0px #c1ed9c;
    box-shadow: inset 0px 1px 0px 0px #c1ed9c;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #9dce2c), color-stop(1, #8cb82b) );
    background: -moz-linear-gradient( center top, #9dce2c 5%, #8cb82b 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9dce2c', endColorstr='#8cb82b');
    background-color: #9dce2c;
    -webkit-border-top-left-radius: 6px;
    -moz-border-radius-topleft: 6px;
    border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    border-bottom-right-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-bottom-left-radius: 6px;
    text-indent: 0;
    border: 1px solid #83c41a;
    display: inline-block;
    color: #ffffff;
    font-family: Arial;
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
    height: 45px;
    line-height: 45px;
    width: 130px;
    text-decoration: none;
    text-align: center;
    text-shadow: 1px 1px 0px #689324;
    display: flex;
}
.shop-details .vs-product-box1 .add_to_cart:hover {
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #8cb82b), color-stop(1, #9dce2c) );
    background: -moz-linear-gradient( center top, #8cb82b 5%, #9dce2c 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8cb82b', endColorstr='#9dce2c');
    background-color: #8cb82b;
    color: white;
}

.color {
    display: flex;
    align-items: center;
}
.color:before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    margin-right: 10px;
}
.color.square-green:before {
    background: #d0f442;
}
.color.square-yellow:before {
    background: #fdf34b;
}
.color.square-red:before {
    background: #f47842;
}
.slick-next {
    right: 20px;
    z-index: 99;
}
.slick-prev {
    left: 20px;
    z-index: 99;
}
.product-img.slick-slide {
    height: 450px;
}
.product-img.slick-slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.product-thumb-img {
    justify-content: center;
    margin-top: 40px;
}
.product-thumb-img a  {
    border: 1px solid #4eaae4;
    border-radius: 9px;
    display: flex;
    height: 100%;
    align-items: center;
    background: #fff;
}
.fancybox__infobar {
    display: none;
}
.tab-content {
    background: #fff;
}
.product-desc * {
    font-size: 16px;
    font-family: Arial;
}
.nav-tabs .nav-link {
    color: #0f1116;
    background: #fff;

}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #53BE25;
    border-color: #53BE25;
}
.nav-tabs {
    border-bottom: 3px solid #53BE25;
}
.slimcafe_page {
    background: #fff;
    margin-bottom: -30px;
}
.color-red {
    color: #fa2222;
}
.slimcafe_page .main-block .header {
    color: #15181a;
    font-style: italic;
    font-size: 18px;
    margin-bottom: 20px;
}
.slimcafe_page * {
    font-family: "Arial";
}
.slimcafe_page .main-block .img-wrapper {
    display: flex;
    align-items: center;
    justify-content: start;
}
.slimcafe_page .f-border:after {
    content: "";
    display: block;
    background: #fae2e3;
    height: 8px;
    border-radius: 10px 0 0 10px;
}
.slimcafe_page .main-block p {
    color: #4b5256;
    font-size: 16px;
    margin-bottom: 20px;
}
.slimcafe_page .main-block .conception-header {
    margin-top: 50px;
    text-align: center;
    font-size: 18px;
}
.slimcafe_page .conception-title {
    margin-top: 50px;
    background: #fae2e3;
    padding: 35px 55px 15px 25px;
    margin-bottom: 35px;
}
.slimcafe_page .conception-title .header {
    color: #975aa2;
    font-size: 24px;
    font-family: Georgia;
    font-style: italic;
    font-weight: bold;
    margin-bottom: 35px;
    padding-left: 37px;
    text-indent: -26px;
}
.slimcafe_page .conception-title .subheader {
    color: #15181a;
    font-style: italic;
    font-size: 18px;
    margin-bottom: 20px;
    padding-left: 35px;
}
.slimcafe_page .conception-title p {
    color: #4b5256;
    font-size: 16px;
    margin-bottom: 20px;
    padding-left: 35px;
}
.slimcafe_page .description .img-block {
    margin-bottom: 20px;
    align-content: center;
    justify-content: center;
}
.slimcafe_page .description .img-header-wapper {
    color: #c96561;
    font-size: 20px;
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
}
.slimcafe_page .small-header {
    color: #c96561;
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 20px;
}
.slimcafe_page .description p {
    color: #4b5256;
    font-size: 16px;
    margin-bottom: 20px;
}
.slimcafe_page .description p em {
    color: #15181a;
}
.info-link {
    color: #36970e;
    text-decoration: underline;
    font: 14px/18px Arial;
}
.info-link:hover {
    color: #36970e;
    text-decoration: none;
}
.main-catalog .vs-product-box1 .product-title a {
    height: auto;
}
.main-catalog .vs-product-box1 {
    border: none;
    box-shadow: 0 3px 10px -2px #cbcbcb;
}
.b2b-page h1 {
    color: #a14fb7;
    font-size: 30px;
    margin-bottom: 20px;
}
.b2b-page ol li {
    font-family: Arial;
    font-size: 20px;
    margin-bottom: 10px;
}
.b2b-page ol li::marker{
    font-weight: 900;
    color:  #6aaaee;
}

.b2b-page ul  {
    list-style: none;
    padding-left: 65px;
    margin-top: 20px;
}
.b2b-page ul li {
    position: relative;
    font-family: Arial;
    font-size: 18px;
    display: flex;
    margin-bottom: 20px;
    align-items: center;
    color: #000000;
}
.b2b-page ul li:before {
    content: "";
    background: url("/images/blue-check.png");
    width: 35px;
    height: 36px;
    position: absolute;
    left: -50px;
    background-size: contain;
    background-repeat: no-repeat;
}
.b2b-page ul li strong {
    color: #a14fb7;
    font-weight: 900;
}
.b2b-page ul li a {
    color: #a14fb7;
    font-weight: 900;
    text-decoration: underline;
}
.b2b-info:after {
    content: "";
    background: #6aaaee;
    height: 8px;
    border-radius: 20px;
    width: 100%;
    margin-bottom: 50px;
    margin-right: 70px;
    margin-left: 80px;
}
.assort-table {
    margin-bottom: 50px;
}
.assort-table .info {
    background: #d7a1e5;
    padding-top: 25px;
    padding-bottom: 25px;
    border-radius: 20px 0px 0px 20px;
    position: relative;
    margin-right: 30px;

}
.assort-table .info:after {
    content: "";
    background: url("/images/frozen.png");
    width: 71px;
    height: 63px;
    position: absolute;
    top: 0;
    right: -80px;
}
.assort-table .info .accent{
    background: #c982db;
    color: #691180;
    font-size: 16px;
    font-family: Arial;
    font-weight: 700;
    padding-left: 25px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 10px;
    padding-right: 25px;
}
.assort-table .info .title a {
    font-family: Arial;
    font-weight: 700;
    color: #ffffff;
    font-size: 18px;
    padding-left: 25px;
    text-transform: uppercase;
    padding-bottom: 10px;
    padding-right: 25px;
    text-decoration: underline;
}
.assort-table .info .list {
    color: #691180;
    font-size: 16px;
    font-family: Arial;
    padding-left: 25px;
    padding-right: 25px;
}
.b2b-detail {
    margin-bottom: 110px;
}
.b2b-detail .item {
    font-family: Arial;
    font-size: 18px;
    position: relative;
    border: 2px solid #57b93b;
    padding: 10px 10px;
    border-radius: 10px;
    text-align: center;
    height: 100%;
    margin-top: 110px;
    margin-bottom: -80px;

}
.b2b-detail .item img.top {
    margin-top: -110px;
}
.b2b-detail .item .green, .footer-info .green {
    color: #57b93b;
}
.b2b-detail .item .violet, .footer-info .violet {
    color: #a14fb7;
}
.footer-info {
    font-size: 20px;
    font-family: Arial;
    border: 2px solid #57b93b;
    border-radius: 10px;
    padding: 20px 20px;
}

.cookie-root {
    background: #fff;
    box-shadow: 0 3px 6px #000000;
    padding-bottom: 16px;
    padding-top: 16px;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 7000;
    font-size: 14px;
    display: none;
    padding-left: 20px;
    padding-right: 20px
}

.cookie-inner {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 1280px;
    min-width: 320px
}

.cookie-text {
    color: #242629;
    flex-grow: 1;
    letter-spacing: normal;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-indent: 0;
    text-shadow: none;
    text-transform: none
}

.splr-button {
    color: #003c7d;
    align-items: center;
    background-color: transparent;
    border: 0;
    box-shadow: none;
    box-sizing: border-box;
    cursor: pointer;
    display: flex;
    outline: none;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    font-weight: 600;
    top: -1px;
    margin-right: 8px;
    margin-left: 8px;
    transition: all .5s
}

.splr-button svg {
    fill: #003c7d;
    width: 17px;
    margin-left: 5px;
    transition: all .5s;
    position: relative;
    top: 4px
}

.splr-button:hover {
    color: #242629
}

.splr-button:hover svg {
    color: #242629
}

.cookie-spoiler-intro {
    display: flex;
    margin-bottom: -18px;
    transition: all .5s
}

.button-root {
    color: #fff;
    background-color: #242629;
    border-color: transparent;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 600;
    transition: all .3s;
    border-radius: 3px;
    cursor: pointer
}

.button-root:hover {
    background-color: #003c7d
}

.cookie-splr-full {
    visibility: hidden;
    opacity: 0;
    height: 0;
    font-size: 14px;
    color: #737476;
    margin-top: 10px;
    padding-right: 110px;
    transition: all .5s
}

.cookie-splr-full a {
    color: #242629;
    text-decoration: none;
    border-bottom: 1px solid rgba(36, 38, 41, .12);
    transition: all .5s
}

.cookie-splr-full a:hover {
    border-bottom-color: #242629;
    color: #242629
}

.splr-button .splr-icon {
    transition: all .5s
}

.cookie-root.open .cookie-splr-full {
    visibility: visible;
    opacity: 1;
    height: auto
}

.cookie-root.open .splr-button .splr-icon {
    transform: rotate(180deg);
    margin-left: 5px
}

.cookie-root.open .cookie-spoiler-intro {
    margin-bottom: 0
}
@media (max-width: 1200px) {
    .adventages .bg-white h5 {
        font-size: 16px;    
    }
    .adventages .bg-white {
        padding: 80px 10px 80px 10px;
    }
    footer .phone {
        margin-bottom: 15px;
    }
    .header-slogan {
        margin-left: 90px;
    }
    header .phone {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .header-icons-wrapper {
        justify-content: center;
    }
}

@media (max-width: 991px) {
    header .email {
        margin-top: 10px;
    }
    header .phone {
        margin-top: 20px;
    }
    .adventages .bg-white h5 {
        font-size: 12px;
    }
    .adventages .bg-white p {
        font-size: 14px;
    }
    .adventages .bg-white {
        padding: 60px 5px 60px 5px;
    }
    .adventages .img-top {
        max-width: 80%;
        top: -200px;
    }
    
    .adventages {
        margin-top: 230px;
    }
    .img-left-block .description {
        margin-left: 20px;
        margin-top: 210px;
    }
    .img-left-block .bg-white {
        margin-top: 160px;
    }
    .img-left-block .left-img {
        top: -130px;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
            max-height: 340px;
    }
    .header-slogan {
        margin-left: 0;
        margin-top: 5px;
    }

    .modal-cart .header .col {
        font-size: 14px;
    }
    .page.about-page h3 {
        font-size: 22px;
    }
    .b2b-info img {
        display: none;
    }
    .b2b-detail .item {
        margin-top: 0;
        margin-bottom: 0px;
    }
    .b2b-detail .item img.top {
        margin-top: 0;
    }
    .b2b-detail .col-12 {
        margin-bottom: 20px;
    }
    .b2b-detail {
        margin-bottom: 0;
    }
}
@media (max-width: 767px) {
    .adventages {
        margin-top: 280px;
    }
    .adventages .bg-white h5 {
        font-size: 18px;
    }
    .adventages .bg-white p {
        font-size: 16px;
    }
    .adventages .img-top {
        max-width: 100%;
        top: -240px;
    }
    .adventages .bg-white {
        padding: 80px 10px 80px 10px;
    }
    .adventages .col-xs-12 {
        margin-bottom: 210px;
    }
    .adventages .col-xs-12:last-child {
        margin-bottom: 0px;
    }
    .header-slogan {
        margin-top: 15px;
        margin-bottom: 15px;
        text-align: center;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
    .modal-cart .row.header {
        display: none;
    }
    .shop-details .price-wrapper {
        margin-top: 20px;
        max-width: 100%;
    }
    .desc-wrapper {
        max-width: 100%;
    }
    .page.about-page .bg-white:after {
        display: none;
    }
    .page.about-page .border-wrapper {
        padding: 15px;
        padding-left: 15px;
    }
    .page.about-page .border-wrapper {
        margin-bottom: 15px;
        margin-left: 0px;
        margin-top: 15px;
    }
    .page.about-page h3 {
        font-size: 18px;
    }
    .get_price_wrapper {
        text-align: center;
    }
    .header-icons-wrapper {
        flex-wrap: wrap;
    }
}
@media (max-width: 575px) {
    header .row {
        display: block;
    }
    header .col {
        width:100%;
        max-width: 100%;
        text-align: center;
    }
    header .email {
        margin-top: 0px;
    }
    header .phone {
        margin-top: 20px;
    }
    footer .phone {
        margin-left: 15px;
        margin-bottom: 20px;
    }
    footer .email {
        margin-left: 15px;
        margin-bottom: 20px;
    }
    .modal-footer {
        flex-wrap: wrap;
    }
    .modal-footer button, .modal-footer a {
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }
}
@media (min-width: 768px) {
  .modal-lg {
    width: 90%;
    max-width:1200px;
  }

}