@media only screen and (max-width: 767px) {
    body {
        font-size: 15px;
    }
}
@font-face {
    font-family: 'LatoBoldItalic';
    src: url('../fonts/LatoBoldItalic.eot?#iefix') format('embedded-opentype'),
    url('../fonts/LatoBoldItalic.woff') format('woff'),
    url('../fonts/LatoBoldItalic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'MagnoliaScript';
    src: url('../fonts/MagnoliaScript.eot?#iefix') format('embedded-opentype'),
    url('../fonts/MagnoliaScript.woff') format('woff'),
    url('../fonts/MagnoliaScript.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'LatoRegular';
    src: url('../fonts/LatoRegular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/LatoRegular.woff') format('woff'),
    url('../fonts/LatoRegular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'LatoMedium';
    src: url('../fonts/Lato-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Lato-Medium.woff') format('woff'),
    url('../fonts/Lato-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'LatoBold';
    src: url('../fonts/LatoBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/LatoBold.woff') format('woff'),
    url('../fonts/LatoBold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Roboto.woff') format('woff'),
    url('../fonts/Roboto.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Roboto.woff') format('woff'),
    url('../fonts/Roboto.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'LatoItalic';
    src: url('../fonts/LatoItalic.eot?#iefix') format('embedded-opentype'),
    url('../fonts/LatoItalic.woff') format('woff'),
    url('../fonts/LatoItalic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
h2,
h1 {
    font: 24px 'Roboto';
    font-weight: bold;
    color: #212121;
    letter-spacing: 1px;
    text-align: center;
    margin: 5px 0;
}
html,
body {
    overflow-x: hidden;
    background: #f6f5f1;
}
#content {
    min-height: calc(100vh - 340px);
}
.fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
}
.icon-cart {
    display: none;
}
#menu.fixed {
    top: 92px;
    z-index: 100;
}
#menu.fixed .nav>li {
    top: 0;
}
.unlogged-user {
    display: none;
}
.mobile-phones-wrapper {
    display: inline-block;
}
.navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}
.header-top-container {
    background: #241104;
    height: 32px;
}
.header-bottom-container {
    height: 60px;
    background: #fff;
}
#top-menu li {
    list-style: none;
    display: inline-block;
}
#top-menu li a {
    color: #fff;
    font: 13px 'Roboto';
    position: relative;
    padding: 0 10px;
}
#top-menu li a:before,
#top-menu li:last-child a:after {
    content: '';
    height: 15px;
    width: 1px;
    background: #4e3f35;
    position: absolute;
    top: -2px;
}
#top-menu li a:before {
    left: 0;
}
#top-menu li:last-child a:after {
    right: 0;
}
#top-menu {
    margin-bottom: 6px;
    margin-top: 6px;
    padding-left: 0;
}
.working-hours {
    color: #fff;
    font: 14px 'Roboto';
    display: inline-block;
    position: relative;
    padding-left: 0;
    margin-top: 8px;
    left: 20px;
}
.working-hours-mob {
    position: relative;
    color: #fff;
    padding-left: 5px;
    font-size: 17px;
    display: inline-block;
    left: 9px;
    font-weight: bold;
}
.working-hours-mob:before {
    content: '';
    height: 20px;
    width: 20px;
    background: url(/image/nonna/time.svg);
    position: absolute;
    top: 0;
    left: -20px;
}
.working-hours:before {
    content: '';
    height: 14px;
    width: 14px;
    background: url(/image/nonna/time.svg);
    position: absolute;
    top: 0;
    left: -20px;
}
.mobile-header-phones #header-show-map {
    background: url(/image/nonna/placeholder.svg) no-repeat left center;
    margin-top: 10px;
    display: inline-block;
    margin-left: -3px;
    padding-left: 25px;
    text-decoration: underline;
    color: #f04502;
}
.user-login-container {
    display: inline-block;
    float: right;
}
.user-login-container li {
    list-style: none;
    display: inline-block;
}
.user-login-container li a {
    color: #fff!important;
    font: 14px 'Roboto';
    text-shadow: none!important;
}
.header-show-map-container {
    display: inline-block;
    position: relative;
    top: 11px;
}
.header-show-map-container span {
    font: 14px 'Roboto';
    color: #212121;
    display: inline-block;
    position: relative;
}
.header-show-map-container span:before {
    content: '';
    background: url(/image/nonna/placeholder.svg);
    position: absolute;
    left: -32px;
    top: 0px;
    width: 25px;
    height: 25px;
    background-size: cover;
}
.header-show-map-container a {
    font: 13px 'Roboto';
    color: #212121;
    display: block;
    text-decoration: underline;
}
.header-phones-container {
    display: inline-block;
}
.header-phones-container a {
    color: #212121;
    font: 14px 'Roboto';
    font-weight: 800;
    display: block;
}
.order-call-container {
    display: inline-block;
    min-width: 160px;
    margin: 0 30px;
}
.order-call-btn,
.order-call-btn:hover {
    background: #7ca411;
    color: #fff;
    font: 13px 'Roboto';
    height: 33px;
    display: block;
    width: 100%;
    max-width: 160px;
    text-align: center;
    border-radius: 16px;
    padding-top: 9px;
}
.shopping-cart-container {
    display: inline-block;
}
.your-order {
    color: #fff;
    font: 14px 'Roboto';
}
.shopping-cart-container #cart {
    width: 156px;
    height: 60px;
    margin-bottom: 0;
}
.shopping-cart-container #cart button {
    background: url(/image/nonna/cart.png) no-repeat 16px center #f04502;
    border: none;
    border-radius: 0;
    text-shadow: none;
    height: 60px;
    box-shadow: none;
    padding-left: 53px;
}
.shopping-cart-container #cart img {
    width: auto;
    display: block;
    float: left;
    position: relative;
    z-index: 9999;
}
.total-price-container {
    display: block;
    width: 100%;
    text-align: left;
}
#cart .dropdown-menu {
    background: #fff;
    border-radius: 0;
}
#cart.open>.btn,
#cart.open>.btn:hover {
    background-color: #f04502;
    border: none;
    border-radius: 0;
    color: #fff;
    text-shadow: none;
    box-shadow: none;
}
.shopping-cart-container #cart button i {
    display: none;
}
.shopping-cart-container #cart-total {
    color: #fff;
    font: 13px 'Roboto';
    font-style: italic;
    white-space: normal;
    text-align: left;
    float: left;
}
#cart-total .total-price {
    display: block;
}
#logo {
    padding-top: 10px;
}
.right-container-inner {
    float: right;
}
.header-phones-container {
    position: relative;
    top: 11px;
    margin-left: 65px;
}
.header-phones-container:before {
    content: '';
    background: url('/image/phone.svg');
    position: absolute;
    left: -20px;
    top: 3px;    
    width: 20px;
    height: 20px;
    transform: rotate(38deg);
}
.header-right-container {
    position: relative;
    top: -4px;
}
#menu {
    margin-bottom: 0;
    border: none;
    border-radius: 0;
    background-color: #fcb02f;
    background-image: none;
    background-repeat: no-repeat;
    border-color: #fcb02f;
    min-height: 70px;
    height: 75px;
}
#menu .nav {
    width: 100%;
}
#menu .nav>li>a {
    color: #181818;
    font: 13px 'Roboto';
    text-align: center;
}
#menu .nav>li {
    width: 6.666666%;
    position: relative;
    top: -4px;
}
#menu .nav>li>a:hover,
#menu .nav>li.open>a {
    background-color: transparent;
}
#menu .nav>li a {
    position: relative;
    height: 66px;
    padding: 48px 0 0 0;
    z-index: 0;
    line-height: 12px;
}
#menu .nav>li a:before {
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    display: block;
    margin: auto;
    top: 11px;
}
#menu .nav>li a:hover:after {
    background: #241104;
    content: '';
    position: absolute;
    right: 0;
    left: 1px;
    width: 99%;
    height: 75px;
    top: 0;
    z-index: -1;
}
#menu .nav>li a:hover {
    color: #fff;
}
@media (min-width: 768px) {
    #menu .nav>li:nth-child(1) a:hover:before {
        background: url('/image/catalog/nonna/categories/breakfast-hov.png');
    }
    #menu .nav>li:nth-child(2) a:hover:before {
        background: url('/image/catalog/nonna/categories/pancakes-hov.png');
    }
    #menu .nav>li:nth-child(3) a:hover:before {
        background: url('/image/catalog/nonna/categories/pizza-hov.png');
    }
    #menu .nav>li:nth-child(4) a:hover:before {
        background: url('/image/catalog/nonna/categories/sushi-hov.png');
    }
    #menu .nav>li:nth-child(5) a:hover:before {
        background: url('/image/catalog/nonna/categories/burger-hov.png');
    }
    #menu .nav>li:nth-child(6) a:hover:before {
        background: url('/image/catalog/nonna/categories/chef-hov.png');
    }
    #menu .nav>li:nth-child(7) a:hover:before {
        background: url('/image/catalog/nonna/categories/pasta-hov.png');
    }
    #menu .nav>li:nth-child(8) a:hover:before {
        background: url('/image/catalog/nonna/categories/salad-hov.png');
    }
    #menu .nav>li:nth-child(9) a:hover:before {
        background: url('/image/catalog/nonna/categories/steak-hov.png');
    }
    #menu .nav>li:nth-child(10) a:hover:before {
        background: url('/image/catalog/nonna/categories/pan-hov.png');
    }
    #menu .nav>li:nth-child(11) a:hover:before {
        background: url('/image/catalog/nonna/categories/sandwich-hov.png');
    }
    #menu .nav>li:nth-child(12) a:hover:before {
        background: url('/image/catalog/nonna/categories/soup-hov.png');
    }
    #menu .nav>li:nth-child(13) a:hover:before {
        background: url('/image/catalog/nonna/categories/tray-hov.png');
    }
    #menu .nav>li:nth-child(14) a:hover:before {
        background: url('/image/catalog/nonna/categories/sweat-hov.png');
    }
    #menu .nav>li:nth-child(15) a:hover:before {
        background: url('/image/catalog/nonna/categories/cocktail-hov.png');
    }
}
#menu .nav>li:nth-child(1) a:before {
    background: url('/image/catalog/nonna/categories/breakfast.png');
    width: 29px;
    height: 31px;
}
#menu .nav>li:nth-child(2) a:before {
    background: url('/image/catalog/nonna/categories/pancakes.png');
    width: 33px;
    height: 27px;
    
}
#menu .nav>li:nth-child(3) a:before {
    background: url('/image/catalog/nonna/categories/pizza.png');
    width: 31px;
    height: 31px;
   
}
#menu .nav>li:nth-child(4) a:before {
    background: url('/image/catalog/nonna/categories/sushi.png');
     width: 33px;
    height: 27px;
    
}
#menu .nav>li:nth-child(5) a:before {
    background: url('/image/catalog/nonna/categories/burger.png');
    width: 38px;
    height: 27px;
   
}
#menu .nav>li:nth-child(6) a:before {
    background: url('/image/catalog/nonna/categories/chef.png');
     width: 32px;
    height: 31px;
    
}
#menu .nav>li:nth-child(7) a:before {
    background: url('/image/catalog/nonna/categories/pasta.png');
    width: 34px;
    height: 31px;
    
}
#menu .nav>li:nth-child(8) a:before {
    background: url('/image/catalog/nonna/categories/salad.png');
    width: 32px;
    height: 29px;
    
}
#menu .nav>li:nth-child(9) a:before {
    background: url('/image/catalog/nonna/categories/steak.png');
    width: 30px;
    height: 31px;
    
}
#menu .nav>li:nth-child(10) a:before {
    background: url('/image/catalog/nonna/categories/pan.png');
    width: 36px;
    height: 31px;
    
}
#menu .nav>li:nth-child(11) a:before {
    background: url('/image/catalog/nonna/categories/sandwich.png');
    width: 29px;
    height: 29px;
    
}
#menu .nav>li:nth-child(12) a:before {
    background: url('/image/catalog/nonna/categories/soup.png');
    width: 31px;
    height: 27px;
    
}
#menu .nav>li:nth-child(13) a:before {
    background: url('/image/catalog/nonna/categories/tray.png');
    width: 39px;
    height: 24px;
}
#menu .nav>li:nth-child(14) a:before {
    background: url('/image/catalog/nonna/categories/sweat.png');
    width: 29px;
    height: 31px;
}
#menu .nav>li:nth-child(15) a:before {
    background: url('/image/catalog/nonna/categories/cocktail.png');
    width: 26px;
    height: 31px;
}
#menu .nav>li:nth-child(16) a:before {
    background: url('/image/catalog/nonna/categories/chef.png');
    width: 32px;
    height: 31px;
}
#menu .nav>li:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 75px;
    display: block;
    background: #e49b01;
    left: 0;
    top: 0;
}
#menu .nav>li:last-child:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 70px;
    display: block;
    background: #e49b01;
    right: 0;
    top: 0;
    z-index: 1;
}
#menu .nav>li:last-child:hover:after {
    z-index: -1;
}
.owl-carousel .owl-wrapper-outer {
    border: none;
    box-shadow: none;
    padding-bottom: 2px;
    background: #f6f5f1;
    border-radius: 0;
}
#pos-slider .owl-pagination {
    top: -35px;
}
#pos-slider .owl-page.active span {
    background: rgba(255, 174, 0, 0.8)!important;
}
#pos-slider .owl-page span {
    background: rgba(230, 230, 230, 0.8);
}
#pos-slider .owl-controls {
    background: #f6f5f1;
}
#pos-slider .owl-controls .owl-page {
    margin: 0 4px!important;
}
#pos-slider .owl-carousel {
    margin: 0;
}
#pos-slider .owl-item {
    position: relative;
    overflow: hidden;
    height: 125px;
}
#pos-slider .owl-item .item img {
    width: 100%;
    max-width: inherit;
    height: auto;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
}
.footer {
    background-color: #241104;
    height: 124px;
    padding-top: 17px;
    margin-top: 0;
    width: 100%;
}
.footer-vk,
.footer-fb,
.footer-insta {
    position: relative;
    width: 35px;
    height: 25px;
    display: inline-block;
}
.footer-vk:before,
.footer-fb:before,
.footer-insta:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.footer-vk:before {
    background: url('/image/nonna/footer-vk.png');
    width: 23px;
    height: 13px;
}
.footer-vk:hover:before {
    background: url('/image/nonna/footer-vk-hov.png');
    width: 23px;
    height: 13px;
}
.footer-fb:before {
    background: url('/image/nonna/footer-fb.png');
    width: 10px;
    height: 19px;
}
.footer-fb:hover:before {
    background: url('/image/nonna/footer-fb-hov.png');
    width: 10px;
    height: 19px;
}
.footer-insta:before {
    background: url('/image/nonna/footer-insta.png');
    width: 17px;
    height: 16px;
}
.footer-insta:hover:before {
    background: url('/image/nonna/footer-insta-hov.png');
    width: 17px;
    height: 16px;
}
.social-btn {
    float: right;
}
.footer-top {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.footer-logo {
    float: left;
    display: inline-block;
}
.social-btn {
    float: right;
}
.footer-copyright,
.msstudio,
.msstudio:focus,
.msstudio:visited {
    font: 13px 'Roboto';
    font-style: italic;
    color: #fff;
}
.msstudio:hover {
    color: #fcb02f;
}
.special-offer-container {
    height: 170px;
    background-size: cover!important;
}
.special-offer-container h3 {
    font: 21px 'MagnoliaScript';
    color: #fff;
    position: relative;
    letter-spacing: 1px;
}
.special-offer-container h3:after {
    content: '';
    width: 78%;
    background: #fff;
    height: 1px;
    position: absolute;
    bottom: -7px;
    left: 0;
}
.special-offer-container span {
    font: 14px 'Roboto';
    color: #fff;
}
.special-offer-text {
    max-width: 185px;
    position: relative;
    top: 35px;
    left: 30px;
}
.arrow-down {
    position: absolute;
    bottom: -50px;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 50%;
    background: #fcb02f;
    width: 30px;
    height: 30px;
}
.arrow-down:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: url('/image/catalog/nonna/arrow-down.png');
    width: 11px;
    height: 13px;
}
.advantages-container {
    padding: 0 12px 0 15px;
}
.advantages-col h5 {
    color: #212121;
    font: 14px 'LatoBold';
    text-transform: uppercase;
    text-align: center;
}
.advantages-col p {
    color: #212121;
    font: 12px 'Roboto';
    text-align: center;
}
.advantages-img-container img {
    display: block;
    margin: auto;
}
.advantages-img-container {
    height: 50px;
}
/*блок новости на главной*/
.article-block-title {
    font: 24px 'Roboto';
    font-weight: bold;
    color: #212121;
    letter-spacing: 1px;
    text-align: center;
    margin: 30px 0;
}
.row .article-block {
    margin-bottom: 40px;
}
.article-image-wrapper img {
    min-width: 100%;
    width: auto;
    min-height: 100%;
    height: auto;
}
.article-image-wrapper {
    display: block;
    overflow: hidden;
    height: 212px;
    border: 1px solid #efefef;
    border-bottom: none;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.advantages-col-inner {
    height: 240px;
    background: #fff;
    padding-top: 55px;
    position: relative;
    padding: 60px 20px 0;
    margin-bottom: 15px;
}
.advantages-col-inner:before {
    content: '';
    border: 1px solid #fff;
    width: 90%;
    height: 90%;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.article-text-wrapper {
    background: #f9f8f6;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border: 1px solid #efefef;
}
.article-title {
    margin: 0;
    padding: 15px 0 5px;
    color: #212121;
    font: 14px 'Roboto';
    font-weight: bolder;
    text-transform: uppercase;
    text-align: center;
}
.article-short-desc {
    color: #212121;
    font: 14px 'Roboto';
    text-align: center;
    padding: 0 20px 30px 20px;
}
.testimonial-wrapper {
    list-style: none;
    text-align: center;
    padding: 0 60px;
}
.testimonial-user-avatar img {
    margin: auto;
    display: block;
}
.testimonial-user-name {
    font: 15px 'LatoBoldItalic';
    color: #212121;
    margin: 10px 0;
}
.testimonial-user-msg {
    color: #212121;
    font: 13px 'Roboto';
}
.testimonials-col .owl-carousel:hover .owl-buttons div,
.testimonials-col .owl-buttons div {
    opacity: 1!important;
    font-size: 0;
    color: transparent;
    width: 23px;
    height: 17px;
    display: block;
}
.testimonials-col .owl-carousel:hover .owl-buttons .owl-prev,
.testimonials-col .owl-carousel .owl-buttons .owl-prev {
    background: url('/image/nonna/left-arrow.png') no-repeat;
}
.testimonials-col .owl-carousel:hover .owl-buttons .owl-next,
.testimonials-col .owl-carousel .owl-buttons .owl-next {
    background: url('/image/nonna/right-arrow.png') no-repeat;
}
.about-us-col h5,
.testimonials-col h5 {
    font: 24px 'Roboto';
    font-weight: bold;
    color: #212121;
    letter-spacing: 1px;
    text-align: center;
    margin: 30px 0;
}
.special-offers-container {
    margin-bottom: 70px;
}
.recomended-carousel-title {
    font: 24px 'Roboto';
    font-weight: bold;
    color: #212121;
    letter-spacing: 1px;
    text-align: center;
    margin: 10px 0 40px;
}
.featured-product-wrapper:hover .owl-buttons div,
.featured-product-wrapper .owl-buttons div {
    opacity: 1!important;
    font-size: 0;
    color: transparent;
    width: 23px;
    height: 17px;
    display: block;
}
.featured-product-wrapper:hover .owl-buttons .owl-prev,
.featured-product-wrapper .owl-buttons .owl-prev {
    background: url('/image/nonna/left-arrow.png') no-repeat;
}
.featured-product-wrapper:hover .owl-buttons .owl-next,
.featured-product-wrapper .owl-buttons .owl-next {
    background: url('/image/nonna/right-arrow.png') no-repeat;
}
.featured-product-wrapper .owl-buttons .owl-next {
    right: -35px!important;
}
.featured-product-wrapper .owl-buttons .owl-prev {
    left: -35px!important;
}
.product-thumb {
    overflow: inherit;
}
.featured-product .product-thumb {
    text-align: center;
    background: #fff;
    padding-bottom: 20px;
    margin-bottom: 10px;
    border: 1px solid #dedede;
    border-radius: 15px;
    margin-top: 5px;
    z-index: 1;
}
.featured-product .view-product-btn {
    width: 43px;
    height: 43px;
    background: url('/image/nonna/zoom-icon.png') no-repeat center #ffba00;
    display: inline-block;
    border-radius: 50%;
    float: left;
    margin-right: 4px;
    display: none;
}
.view-product-btn:hover {
    background: url('/image/nonna/zoom-icon.png') no-repeat center #ffa800!important;
}
.featured-product .change-product-btn {
    width: 99px;
    height: 43px;
    background: #7ca411;
    display: inline-block;
    border-radius: 21px;
    text-align: center;
    color: #fff;
    padding-top: 10px;
    float: left;
    margin-right: 4px;
    transition: .4s linear;
}
.change-product-btn {
    transition: .4s linear;
}
.change-product-btn:hover {
    background: #6e9408!important;
    transition: .4s linear;
}
.featured-product .add-to-cart-btn {
    width: 104px!important;
    height: 43px;
    display: inline-block!important;
    background-color: #f04502!important;
    border-radius: 21px;
    color: #fff!important;
    float: left!important;
    transition: .4s linear;
}
.add-to-cart-btn:hover {
    background-color: #d73402!important;
    transition: .4s linear;
}
.featured-product .product-thumb .button-group {
    border-top: none;
    background-color: transparent;
    padding: 0;
    display: inline-block;
}
.featured-product .product-thumb .caption {
    padding: 0 20px;
    min-height: 105px;
}
.featured-product .featured-product-title a {
    color: #212121;
    font: 18px 'Roboto';
    font-weight: bold;
    letter-spacing: 1px;
}
.featured-product .featured-product-desc {
    color: #3a3a3a;
    font: 13px 'LatoItalic';
    letter-spacing: 1px;
    height: 64px;
}
.featured-product .caption {
    text-align: center;
}
.featured-product .price-new {
    color: #cf0303;
    font: 18px 'LatoBold';
}
.featured-product .product-thumb .price-old {
    color: #212121;
    font: 14px 'Roboto';
    margin-left: 0;
    margin-right: 15px;
    position: relative;
}
.featured-product .product-thumb .price-old:after {
    content: '';
    position: absolute;
    top: 0;
    right: -9px;
    height: 100%;
    width: 1px;
    background: #212121;
}
.featured-product .product-thumb .price {
    color: #cf0303;
    font: 18px 'LatoBold';
}
.add-to-cart-btn-span,
.change-product-btn-span {
    color: #fff;
    font: 12px 'Roboto';
    text-transform: none;
    position: relative;
    padding-left: 18px;
}
.change-product-btn-span:before {
    content: '';
    background: url('/image/nonna/change-icon.png');
    width: 14px;
    height: 16px;
    position: absolute;
    top: 0;
    left: 0;
}
.add-to-cart-btn-span {
    padding-left: 20px;
}
.add-to-cart-btn-span:before {
    content: '';
    background: url('/image/nonna/add-to-cart-icon.png');
    width: 16px;
    height: 16px;
    position: absolute;
    top: -3px;
    left: 0;
}
.featured-product-wrapper .owl-item {
    position: relative;
}
.featured-product-wrapper .product-thumb {
    position: relative;
}
.featured-product-wrapper .product-thumb:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    box-shadow: 0 0 0 0 #999;
    z-index: -1;
    overflow: hidden;
    border-radius: 15px;
    transition: .4s linear;
}
.featured-product-wrapper .product-thumb:hover:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    box-shadow: 1px 1px 8px 3px #999;
    z-index: -1;
    overflow: hidden;
    border-radius: 15px;
    transition: .4s linear;
}
.featured-product-wrapper .product-thumb .image {
    margin-top: 40px;
    margin-bottom: 20px;
}
.shopping-cart-container .btn-danger {
    background: none!important;
    border: none!important;
    height: 25px!important;
    width: 25px;
    box-shadow: none;
    position: relative;
}
.shopping-cart-container .btn-danger:before,
.shopping-cart-container .btn-danger:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 2px;
    height: 18px;
    background: red;
    margin: auto;
}
.shopping-cart-container .btn-danger:before {
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}
.shopping-cart-container .btn-danger:after {
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
}
.shopping-cart-container .dropdown-menu {
    top: 58px;
}
body.information-information-9 #content {
    margin-bottom: 20px!important;
}
.article-wrapper {
    margin-bottom: 25px;
}
.about-img-wrapper img {
    width: 100%;
}
.about-img-wrapper {
    margin-top: 26px;
}
body.information-contact h1 {
    font: 24px 'Roboto';
    font-weight: bold;
    color: #212121;
    letter-spacing: 1px;
    text-align: center;
    margin: 5px 0 15px;
}
body.information-contact p {
    font: 13px 'Roboto';
    color: #212121;
}
body.information-contact h3 {
    font: 16px 'LatoBold';
    color: #212121;
    text-transform: uppercase;
    margin-top: 35px;
    padding-bottom: 10px;
}
body.information-contact #content>div>div>div:nth-child(2)>div>h3 {
    text-align: center;
}
.phone-block,
.email-block,
.working-hours-block,
.adress-block {
    width: 50%;
    float: left;
    margin-top: 40px;
    min-height: 85px;
}
.contacts-block-img-wrapper img {
    margin: auto;
    display: block;
}
.contacts-block-title {
    display: block;
    font: 14px 'LatoMedium';
    color: #212121;
    text-transform: uppercase;
    text-align: center;
    margin-top: 10px;
}
.contacts-block-text {
    display: block;
    font: 14px 'Roboto';
    color: #212121;
    text-align: center;
    margin-top: 5px;
}
/*Ã‘â€žÃÂ¾Ã‘â‚¬ÃÂ¼ÃÂ° ÃÂ¾ÃÂ±Ã‘â‚¬ÃÂ°Ã‘â€šÃÂ½ÃÂ¾ÃÂ¹ Ã‘ÂÃÂ²Ã‘ÂÃÂ·ÃÂ¸*/
.sucsess-msg {
    font: 16px 'LatoBold';
    color: #e25a4b;
    height: 54px;
    display: block;
    text-align: center;
}
.callback-wrapper {
    background: #fafafa;
    padding: 5px 40px;
    margin-bottom: 35px;
}
.callback-input {
    width: 100%;
    display: block;
    height: 37px;
}
.input-wrapper {
    position: relative;
}
.input-wrapper:nth-child(3) .callback-input {
    height: 145px;
    resize: vertical;
    padding-top: 15px;
}
.callback-input {
    border: 1px solid #eaeaea;
    margin-bottom: 15px;
    padding-left: 15px;
    font: 12px 'Roboto';
}
#callback_submit_btn {
    width: 300px;
    height: 54px;
    margin: auto;
    display: block;
    background: #e25a4b;
    color: #fff;
    font: 20px 'Roboto';
    font-weight: bold;
    border: none;
    letter-spacing: 1px;
}
.breadcrumb {
    border: none;
    background-color: transparent;
}
.breadcrumb>li:after {
    display: none;
}
.breadcrumb>li {
    padding: 0;
}
ul.breadcrumb>li:nth-child(1)>a i {
    display: none;
}
ul.breadcrumb>li:nth-child(1)>a {
    background: url('/image/nonna/breadcrumbs-home.png') no-repeat;
    width: 100%;
    height: 15px;
    display: inline-block;
    color: #666666;
}
ul.breadcrumb>li:nth-child(1) a:before {
    content: 'Главная';
    position: relative;
    display: inline-block;
    padding-left: 20px;
    color: #666666;
    font: 12px 'LatoItalic';
    margin-top: 3px;
}
/*
ul.breadcrumb > li:nth-child(1) > a:before:not(:first-child) {
    content: '';
    background: url('/image/nonna/breadcrumbs-spacer.png') no-repeat;
    width: 8px;
    height: 9px;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
}*/
.breadcrumb>li+li {
    padding-left: 15px;
}
.breadcrumb>li+li:before {
    content: '';
    background: url(/image/nonna/breadcrumbs-spacer.png) no-repeat;
    width: 8px;
    height: 9px;
    position: absolute;
    left: 3px;
    top: 0;
    display: inline-block;
    bottom: 0;
    margin: auto;
}
body>div.container>ul>li>a {
    color: #666666;
    font: 12px 'LatoItalic';
}
body>div.container>ul>li:last-child>a {
    color: #212121;
    font: 12px 'LatoItalic';
}
.news-list-title {
    font: 24px 'Roboto';
    font-weight: bold;
    color: #212121;
    letter-spacing: 1px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px;
}
.news-pagination {
    margin-bottom: 30px;
}
.pagination {
    display: inline-block;
}
.pagination-container {
    text-align: center;
}
@media (min-width: 768px) and (max-width: 1199px) {
    #menu .collapse>.container {
        padding: 0 15px;
    }
    #menu>div.collapse.navbar-collapse.navbar-ex1-collapse>div>ul>li:nth-child(1):before {
        left: 1px;
    }
    #menu .nav>li>a {
        font-size: 10px;
    }
}
@media (min-width: 1200px) {
    #menu .collapse>.container {
        padding: 0;
    }
    #menu>div.collapse.navbar-collapse.navbar-ex1-collapse>div>ul>li:nth-child(1):before {
        left: 1px;
    }
}
#menu-replace {
    height: 162px;
}
@media (min-width: 768px) {
    .header-right-container,
    .header-left-container,
    .top-menu-container {
        padding: 0;
    }
    #pos-slider .owl-item {
        position: relative;
        overflow: hidden;
        height: auto;
        background-color: transparent;
    }
    #pos-slider .owl-item .item img {
        width: auto;
        max-width: 100%;
        height: auto;
        position: relative;
        top: 0;
        left: 0;
        transform: translate3d(0, 0, 0);
    }
}
/*Ã‘ÂÃ‘â€šÃ‘â‚¬ÃÂ°ÃÂ½ÃÂ¸Ã‘â€ ÃÂ° ÃÂºÃÂ°Ã‘â€šÃÂµÃÂ³ÃÂ¾Ã‘â‚¬ÃÂ¸ÃÂ¸*/
.category-view .panel .list-group-item,
.category-view .panel.panel-default>div.list-group {
    background-color: #f6f5f1;
}
.category-view .product-list .product-thumb .caption {
    margin-left: 0;
}
.category-view .product-thumb {
    text-align: center;
    background: #fff;
    padding-bottom: 10pxpx;
    margin-bottom: 20px;
    border: 1px solid #dedede;
    border-radius: 15px;
    margin-top: 5px;
    z-index: 1;
    position: relative;
}
.cat-desc h1 {
    text-align: left;
    margin-bottom: 10px;
}
.cat-desc p {
    color: #212121;
}
.category-product .view-product-btn {
    width: 43px;
    height: 43px;
    background: url('/image/nonna/zoom-icon.png') no-repeat center #ffba00;
    display: inline-block;
    border-radius: 50%;
    float: left;
    margin-right: 4px;
    display: none;
}
.category-product .change-product-btn {
    width: 99px;
    height: 43px;
    background: #7ca411;
    display: inline-block;
    border-radius: 21px;
    text-align: center;
    color: #fff;
    padding-top: 11px;
    float: left;
    margin-right: 4px;
}
.category-product .add-to-cart-btn {
    width: 104px!important;
    height: 43px;
    display: inline-block!important;
    background-color: #f04502!important;
    border-radius: 21px;
    color: #fff!important;
    float: left!important;
    transition: .4s linear;
}
.category-product .add-to-cart-btn:hover {
    background-color: #d73402!important;
    transition: .4s linear;
}
.category-product .product-thumb .button-group {
    border-top: none;
    background-color: transparent;
    padding: 0;
}
.category-product .product-thumb .caption {
    padding: 0 20px;
    min-height: 105px;
}
.category-product .category-product-title a {
    color: #212121;
    font: 18px 'Roboto';
    font-weight: bold;
    letter-spacing: 1px;
}
.category-product .category-product-desc {
    color: #3a3a3a;
    font: 13px 'Roboto';
    font-style: italic;
    letter-spacing: 1px;
}
.category-product .caption {
    text-align: center;
}
.category-product .price-new {
    color: #cf0303;
    font: 18px 'LatoBold';
}
.category-product .product-thumb .price-old {
    color: #212121;
    font: 14px 'Roboto';
    margin-left: 0;
    margin-right: 15px;
    position: relative;
}
.category-product .product-thumb .price-old:after {
    content: '';
    position: absolute;
    top: 0;
    right: -9px;
    height: 100%;
    width: 1px;
    background: #212121;
}
.category-product .product-thumb .price {
    color: #cf0303;
    font: 18px 'LatoBold';
}
.add-to-cart-btn-span,
.change-product-btn-span {
    color: #fff;
    font: 12px 'Roboto';
    text-transform: none;
    position: relative;
    padding-left: 18px;
}
.change-product-btn-span:before {
    content: '';
    background: url('/image/nonna/change-icon.png');
    width: 14px;
    height: 16px;
    position: absolute;
    top: 0;
    left: 0;
}
.add-to-cart-btn-span {
    padding-left: 20px;
}
.add-to-cart-btn-span:before {
    content: '';
    background: url('/image/nonna/add-to-cart-icon.png');
    width: 16px;
    height: 16px;
    position: absolute;
    top: -3px;
    left: 0;
}
.product-list .product-thumb .button-group {
    border-left: none;
    display: inline-block;
    margin-bottom: 10px;
}
.cat-desc-wrapper {
    margin-bottom: 20px;
}
.category-product .product-thumb .image {
    margin-top: 10px;
    margin-bottom: 20px;
    width: 100%;
}
.category-product .product-thumb .image img {
    // max-width: 200px;
    border-radius: 10px 10px 0 0;
}
.category-product {
    position: relative;
}
.category-product .product-thumb:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    /* border: 1px solid #eeeeee; */
    box-shadow: 0 0 0 0 #999;
    z-index: -1;
    overflow: hidden;
    border-radius: 15px;
    transition: .4s linear;
}
.category-product .product-thumb:hover:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    /* border: 1px solid #eeeeee; */
    box-shadow: 1px 1px 8px 3px #999;
    z-index: -1;
    overflow: hidden;
    border-radius: 15px;
    transition: .4s linear;
}
.panel-default>.panel-heading,
.panel-heading+.list-group .list-group-item:first-child {
    display: none;
}
.panel-default,
.list-group-item {
    border: none;
    box-shadow: none;
}
.panel-footer {
    background-color: transparent;
    border-top: none;
}
.list-group+.panel-footer {
    display: none;
}
#filter-group1>div.checkbox {
    display: inline-block;
    width: 16.3333333%;
    padding: 0 12px;
    margin: 0;
    position: relative;
}
#filter-group1>div.checkbox>label>input[type="checkbox"] {
    display: none;
}
#filter-group1>div.checkbox>label {
    width: 100%;
    height: 42px;
    border-radius: 30px;
    font-size: 14px;
    font-family: 'LatoItalic';
    text-align: center;
    padding-left: 5%;
    padding-top: 12px;
}
#filter-group1>div>input {}
#filter-group1>div.checkbox:nth-child(1)>label {
    background: #00a7ec;
    color: #fff;
}
#filter-group1>div.checkbox:nth-child(2)>label {
    background: #ff7d1e;
    color: #fff;
}
#filter-group1>div.checkbox:nth-child(3)>label {
    background: #e30613;
    color: #fff;
}
#filter-group1>div.checkbox:nth-child(4)>label {
    background: url('/image/catalog/nonna/filters/seafood.png') #c1ebfd 38px 11px no-repeat;
    color: #000;
    padding-left: 13%;
}
#filter-group1>div.checkbox:nth-child(5)>label {
    background: url('/image/catalog/nonna/filters/vegan.png') #e1eac8 38px 11px no-repeat;
    color: #000;
    padding-left: 13%;
}
#filter-group1>div.checkbox:nth-child(6)>label {
    background: url('/image/catalog/nonna/filters/hot.png') #ffdab2 38px 11px no-repeat;
    color: #000;
    padding-left: 13%;
}
#button-filter {
    display: none;
}
#filter-group1>div.checkbox.is-checked:before {
    content: '';
    background: url(/image/catalog/nonna/filters/marked.png);
    width: 15px;
    height: 11px;
    position: absolute;
    top: 0;
    left: 28px;
    bottom: 0;
    margin: auto;
    display: block;
}
/*ÃÂºÃÂ°Ã‘â‚¬Ã‘â€šÃÂ¾Ã‘â€¡ÃÂºÃÂ° Ã‘â€šÃÂ¾ÃÂ²ÃÂ°Ã‘â‚¬ÃÂ°*/
#quantity-minus,
#quantity-plus {
    width: 35px;
    height: 50px;
    background: #fff;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    float: left;
}
#quantity-minus {
    background: url('/image/catalog/nonna/quantity-minus.png') center no-repeat #fff;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
#quantity-plus {
    background: url('/image/catalog/nonna/quantity-plus.png') center no-repeat #fff;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
#input-quantity {
    display: inline-block;
    width: 45px;
    height: 50px;
    font: 23px 'Roboto';
    color: #555555;
    border-top: none;
    border-bottom: none;
    border-radius: 0;
    border-color: #e8e8e8;
    padding: 0 8px;
    text-align: center;
    float: left;
    box-shadow: none;
}
.cart-btn-group-wrapper {
    background: #e8e8e8;
    width: 100%;
    float: left;
    padding: 7px 20px;
}
#button-cart {
    width: 195px;
    height: 50px;
    background: #e25a4b;
    border: none;
    border-radius: 0;
    color: #fff;
    font: 23px 'Roboto';
    font-weight: bold;
}
.button-cart-text {
    position: relative;
    padding-left: 32px;
}
.button-cart-text:after {
    content: '';
    background: url('/image/catalog/nonna/shopping-basket.png');
    position: absolute;
    top: 0;
    left: 0;
    width: 25px;
    height: 25px;
}
.product-price-wrapper {
    display: inline-block;
    float: left;
    width: auto;
    max-width: 195px;
    margin-bottom: 0;
    padding-top: 7px;
}
.product-price-wrapper li {
    display: inline-block;
    float: left;
    margin-right: 15px;
}
.product-price-wrapper li h2 {
    font: 24px 'LatoBold';
    color: #cf0303;
    float: left;
}
.product-price-wrapper li span {
    font: 14px 'Roboto';
    color: #212121;
    padding-top: 14px;
    float: left;
}
.cart-btn-group-right {
    float: right;
    width: 335px;
}
.quantity-wrapper {
    float: left;
    margin-right: 25px;
}
.product-details-thumbnail>li>a {
    border: none;
}
.product-details-right {
    background: #f4f4f4;
    border-radius: 20px;
    padding: 0;
    width: 100%;
    float: left;
    border: 1px solid #e8e8e8;
    /*border-left: none;*/
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.product-details-right h1 {
    padding-left: 20px;
    margin: 10px 0 5px;
    text-align: left;
}
.product-view-desc h3 {
    font: 20px 'Roboto';
    font-weight: bold;
    color: #212121;
    letter-spacing: 1px;
}
.product-view-desc p {
    font: 13px 'Roboto';
    font-style: italic;
    color: #212121;
    letter-spacing: 1px;
}
.related-carousel-title {
    color: #212121;
    font: 24px 'Roboto';
    font-weight: bold;
    text-align: center;
}
.ingredients-img-wrapper {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    margin: auto;
}
.checkbox.ingredients label {
    padding-left: 0;
    margin: 0 auto;
    display: block;
    min-height: 106px;
}
.checkbox.ingredients input[type="checkbox"] {
    display: none;
}
.ingredients-wrapper {
    width: 100%;
    float: left;
}
.checkbox.ingredients {
    position: relative;
    display: inline-block;
    float: left;
}
.checkbox.ingredients.removeProduct .ingredients-img-wrapper:before {
    content: '';
    position: absolute;
    top: 45px;
    left: 65px;
    background: url('/image/catalog/nonna/removeProd.png') no-repeat;
    width: 17px;
    height: 17px;
    z-index: 100;
}
.checkbox.ingredients.addProduct .ingredients-img-wrapper:before {
    content: '';
    position: absolute;
    top: 45px;
    left: 65px;
    background: url('/image/catalog/nonna/addProd.png') no-repeat;
    width: 17px;
    height: 17px;
    z-index: 100;
}
.ingredients-img-wrapper img {
    width: 100%;
}
.ingredients-img-wrapper .img-thumbnail {
    border-radius: 50%;
}
.ingredients-wrapper .checkbox.ingredients.addProduct .ingredients-img-wrapper img {
    filter: grayscale(100%);
}
.ingredients-wrapper.addons .checkbox.ingredients.addProduct .ingredients-img-wrapper img {
    filter: none;
}
.addons {
    min-height: 138px;
}
.addons .checkbox.ingredients.removeProduct:before {
    content: '';
    position: absolute;
    top: 45px;
    left: 65px;
    background: url('/image/catalog/nonna/okbtn.png') no-repeat;
    width: 17px;
    height: 17px;
    z-index: 100;
}
.addons .checkbox.ingredients.removeProduct .ingredients-img-wrapper {
    position: relative;
}
.addons .checkbox.ingredients.removeProduct .ingredients-img-wrapper:after {
    content: '';
    border: 2px solid #71a109;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    border-radius: 50%;
}
.checkbox.ingredients .img-thumbnail {
    border: none;
}
/*Ã‘ÂÃÂ¾ÃÂ¿Ã‘Æ’Ã‘â€šÃ‘ÂÃ‘â€šÃÂ²Ã‘Æ’Ã‘Å½Ã‘â€°ÃÂ¸ÃÂµ Ã‘â€šÃÂ¾ÃÂ²ÃÂ°Ã‘â‚¬Ã‘â€¹*/
.related-carousel:hover .owl-buttons div,
.related-carousel .owl-buttons div {
    opacity: 1!important;
    font-size: 0;
    color: transparent;
    width: 23px;
    height: 17px;
    display: block;
}
.related-carousel:hover .owl-buttons .owl-prev,
.related-carousel .owl-buttons .owl-prev {
    background: url('/image/nonna/left-arrow.png') no-repeat;
}
.related-carousel:hover .owl-buttons .owl-next,
.related-carousel .owl-buttons .owl-next {
    background: url('/image/nonna/right-arrow.png') no-repeat;
}
.related-carousel .owl-buttons .owl-next {
    right: -35px!important;
}
.related-carousel .owl-buttons .owl-prev {
    left: -35px!important;
}
.related-wrapper .product-thumb {
    text-align: center;
    background: #fff;
    padding-bottom: 20px;
    margin-bottom: 10px;
    border: 1px solid #dedede;
    border-radius: 15px;
    margin-top: 5px;
    z-index: 1;
}
.related-wrapper .view-product-btn {
    width: 43px;
    height: 43px;
    background: url('/image/nonna/zoom-icon.png') no-repeat center #ffba00;
    display: inline-block;
    border-radius: 50%;
    float: left;
    margin-right: 4px;
    display: none;
}
.related-wrapper .change-product-btn {
    width: 99px;
    height: 43px;
    background: #7ca411;
    display: inline-block;
    border-radius: 21px;
    text-align: center;
    color: #fff;
    padding-top: 10px;
    float: left;
    margin-right: 4px;
}
.related-wrapper .add-to-cart-btn {
    width: 104px!important;
    height: 43px;
    display: inline-block!important;
    background-color: #f04502!important;
    border-radius: 21px;
    color: #fff!important;
    float: left!important;
}
.related-wrapper .add-to-cart-btn:hover {
    background-color: #d73402!important;
}
.related-wrapper .product-thumb .button-group {
    border-top: none;
    background-color: transparent;
    padding: 0;
    display: inline-block;
}
.related-wrapper .product-thumb .caption {
    padding: 0 20px;
    min-height: 105px;
}
.related-wrapper .related-product-title a {
    color: #212121;
    font: 18px 'Roboto';
    font-weight: bold;
    letter-spacing: 1px;
}
.related-wrapper .related-product-desc {
    color: #3a3a3a;
    font: 13px 'LatoItalic';
    letter-spacing: 1px;
    height: 64px;
}
.related-wrapper .caption {
    text-align: center;
}
.related-wrapper .price-new {
    color: #cf0303;
    font: 18px 'Roboto';
    font-weight: bolder;
}
.related-wrapper .product-thumb .price-old {
    color: #212121;
    font: 14px 'Roboto';
    margin-left: 0;
    margin-right: 15px;
    position: relative;
}
.related-wrapper .product-thumb .price-old:after {
    content: '';
    position: absolute;
    top: 0;
    right: -9px;
    height: 100%;
    width: 1px;
    background: #212121;
}
.related-wrapper .product-thumb .price {
    color: #cf0303;
    font: 18px 'LatoBold';
}
.add-to-cart-btn-span,
.change-product-btn-span {
    color: #fff;
    font: 12px 'Roboto';
    text-transform: none;
    position: relative;
    padding-left: 18px;
}
.change-product-btn-span:before {
    content: '';
    background: url('/image/nonna/change-icon.png');
    width: 14px;
    height: 16px;
    position: absolute;
    top: 0;
    left: 0;
}
.add-to-cart-btn-span {
    padding-left: 20px;
}
.add-to-cart-btn-span:before {
    content: '';
    background: url('/image/nonna/add-to-cart-icon.png');
    width: 16px;
    height: 16px;
    position: absolute;
    top: -3px;
    left: 0;
}
.featured-product-wrapper .owl-item {
    position: relative;
}
.related-carousel .owl-item .product-thumb {
    position: relative;
}
.related-carousel .owl-item .product-thumb:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    transition: .4s linear;
    box-shadow: 0 0 0 0 #999;
    z-index: -1;
    overflow: hidden;
    border-radius: 15px;
    transition: .4s linear;
}
.related-carousel .owl-item:hover .product-thumb:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    /* border: 1px solid #eeeeee; */
    box-shadow: 1px 1px 8px 3px #999;
    z-index: -1;
    overflow: hidden;
    border-radius: 15px;
    transition: .4s linear;
}
.related-wrapper .product-thumb .image {
    margin-top: 40px;
    margin-bottom: 20px;
}
.control-label {
    font: 20px 'Roboto';
    font-weight: bold;
    color: #212121;
    display: block;
}
.ingredients-title {
    color: #212121;
    font: 12px 'Roboto';
    display: block;
    text-align: center;
    max-width: 70px;
    height: 30px;
    overflow: hidden;
    margin: auto;
}
.ingredients-price {
    color: #f04502;
    font: 12px 'Roboto';
    display: block;
    text-align: center;
}
.options-wrapper .radio {
    display: inline-block;
    float: left;
}
/*#product > div.options-wrapper > div.form-group.required > label {
    float: left;
}*/
#product>div.options-wrapper>div.form-group.required .control-label:before {
    display: none;
}
.options-wrapper .control-label {
    padding-left: 20px;
}
.checkbox.ingredients {
    margin: 15px 0 0 0;
    width: 90px;
}
.ingredients-wrapper {
    position: relative;
    overflow: hidden;
}
.ingredients-wrapper:before {
    content: '';
    width: 100%;
    height: 1px;
    background: #eaeaea;
    position: absolute;
    top: 35px;
    left: 21px;
}
.options-wrapper .radio {
    margin: 5px 5px 5px 20px;
}
.form-group.required {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.instr {
    color: #666;
    font: 12px 'Roboto';
    float: right;
    margin: 10px 20px 0 0;
}
.pr-weight-wrapper {
    padding-left: 20px;
    margin-bottom: 15px;
}
.pr-weight,
.weight-title {
    font: 15px 'Roboto';
    font-weight: bold;
    color: #e25a4b;
}
.product-details-right-wrapper {
    padding: 0;
}
.product-details-right-wrapper-inner {
    padding-right: 15px;
}
.product-details-left {}
.product-details-left-container-inner {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-right: none;
    border-radius: 20px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    height: 100%;
}
.product-details-left-container {
    padding: 0;
}
.product-details-left-container-inner {
    margin-left: 15px;
    padding: 0 0px;
}
.single-article-thumbnail {
    border: none;
}
.single-article-thumbnail {
    display: inline-block;
    float: left;
    margin: 0 20px 20px 0;
    border-radius: 0;
}
.single-article-description {
    margin-bottom: 30px;
}
.single-article-title {
    text-align: left;
}
/*Ã‘ÂÃ‘â€šÃ‘â‚¬ÃÂ°ÃÂ½ÃÂ¸Ã‘â€ ÃÂ° ÃÂ¾Ã‘â€šÃÂ·Ã‘â€¹ÃÂ²Ã‘â€¹*/
.shop_rates_list {
    padding: 0 15px;
}
.shop_summary_rating {
    border: none!important;
    background-color: transparent!important;
}
.rating_btn.add_rating-button {
    background-image: none!important;
    background-color: #7ca411!important;
    border: none!important;
    color: #fff;
    font: 12px 'LatoItalic';
    height: 33px;
    display: block;
    width: 100%;
    max-width: 160px;
    text-align: center;
    border-radius: 16px;
    padding-top: 5px;
}
#input-review {
    resize: none;
}
.testimonial-name,
.testimonial-review,
.testimonial-rating {
    float: none!important;
    width: auto!important;
}
#button-review {
    background: #7ca411;
    color: #fff;
    font: 12px 'LatoItalic';
    box-shadow: none;
    border: none;
    padding: 10px 35px;
    border-radius: 16px;
    margin-bottom: 30px;
}
.rating-wrapper {
    display: inline-block;
    float: right;
}
/*ÃÅ“ÃÅ¾Ãâ€ÃÂÃâ€ºÃÂ¬ÃÂÃÅ¾Ãâ€¢ ÃÅ¾ÃÅ¡ÃÂÃÅ¾ #1*/
.order-call-modal {
    position: fixed;
    font-family: Arial, Helvetica, sans-serif;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .85);
    z-index: 99999;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    display: none;
    pointer-events: none;
    overflow-y: auto;
}
.order-call-modal .modal-body .close {
    position: absolute;
    right: 20px;
    top: 22px;
    display: block;
    width: 17px;
    height: 17px;
    cursor: pointer;
    color: transparent!important;
}
.order-call-modal .modal-body .close:before {
    content: '';
    position: absolute;
    top: 11px;
    left: 0;
    right: 0;
    border-top: 2px solid #000;
    display: block;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.order-call-modal .modal-body .close:after {
    content: '';
    position: absolute;
    top: 11px;
    left: 0;
    right: 0;
    border-top: 2px solid #000;
    display: block;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.order-call-modal .modal-body .close:hover:after,
.order-call-modal .modal-body .close:hover:before {
    border-color: #ff7800;
}
.order-call-modal .modalDialog:target {
    display: block;
    pointer-events: auto;
}
.order-call-modal .modal-submit-button {
    margin: 0 auto;
    background: #f04502;
    z-index: 12;
    text-align: center;
    border: 0;
    font: 16px 'LatoItalic';
    color: #fff;
    width: 100%;
    display: inline-block;
    height: 45px;
    letter-spacing: 1px;
    border-radius: 40px;
    margin-top: 15px;
}
.order-call-modal .modal-submit-button:hover {
    background: #ff7800;
}
.modalDialog>div {
    max-width: 500px;
    width: 98%;
    height: 395px;
    position: absolute;
    /* margin: 13% auto; */
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 5px 20px 13px 20px;
    border-radius: 0;
    background: #fff;
    overflow: hidden;
}
.order-call-modal .modal-body {
    width: 340px;
    height: 360px;
    margin: 0 auto;
    background: #fff;
    border-radius: 20px;
}
.complain .modal-body {
    height: 385px;
}
.complain textarea {
    resize: none;
    width: 100%;
    height: 70px;
    border: 1px solid #e2e2e2;
    padding-left: 15px;
    padding-top: 10px;
}
.order-call-modal .modal-heading {
    font: 20px/30px'Exo2Regular';
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
}
.order-call-modal .modal-input {
    width: 100%;
    height: 50px!important;
    margin-bottom: 20px;
    padding: 10px;
    border-radius: 6px;
    border: 0;
}
.order-call-modal .modal-textarea {
    width: 100%;
    height: 160px;
    resize: none;
    padding: 10px;
    border-radius: 6px;
    border: 0;
}
.order-call-modal #modal-form select {
    width: 100%;
    height: 50px;
    margin-bottom: 20px;
}
.order-call-modal .modal-header .close {
    position: relative;
    font-size: 0;
    opacity: 1;
}
.order-call-modal .input-wrapper {
    margin-bottom: 10px;
    position: relative;
}
.order-call-modal .input-wrapper input {
    font: 12px 'LatoItalic';
    color: #666666;
}
.order-call-modal.input-wrapper input,
.order-call-modal .input-wrapper textarea {
    color: #212121;
}
.order-call-modal .input-wrapper input[type="text"] {
    width: 100%;
    border: 1px solid #e2e2e2;
    height: 40px;
    border-radius: 5px;
    padding-left: 15px;
}
.order-call-modal .input-wrapper input[type="email"] {
    width: 100%;
    border: 1px solid #e2e2e2;
    height: 40px;
    border-radius: 0;
    padding-left: 15px;
}
.order-call-modal .modal-form-title {
    color: #212121;
    font: 22px 'Roboto';
    font-weight: bold;
    text-align: center;
    margin-top: 0;
    margin-bottom: 15px;
    letter-spacing: 1px;
}
.show-map-modal {
    position: fixed;
    font-family: Arial, Helvetica, sans-serif;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .85);
    z-index: 99999;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    display: none;
    pointer-events: none;
    overflow-y: auto;
}
.show-map-modal .modal-body .close {
    position: absolute;
    right: 32px;
    top: 22px;
    display: block;
    width: 17px;
    height: 17px;
    cursor: pointer;
    color: transparent!important;
}
.show-map-modal .modal-body .close:before {
    content: '';
    position: absolute;
    top: 11px;
    left: 0;
    right: 0;
    border-top: 2px solid #000;
    display: block;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.show-map-modal .modal-body .close:after {
    content: '';
    position: absolute;
    top: 11px;
    left: 0;
    right: 0;
    border-top: 2px solid #000;
    display: block;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.show-map-modal .modal-body .close:hover:after,
.show-map-modal .modal-body .close:hover:before {
    border-color: #ff7800;
}
.show-map-modal .modalDialog:target {
    display: block;
    pointer-events: auto;
}
.show-map-modal .modal-body {
    height: 665px;
    width: 100%;
    margin: 0 auto;
    background: #fff;
    border-radius: 20px;
    max-width: 1200px;
    padding: 0 35px;
}
.order-call-modal .modal-heading {
    font: 20px/30px'Exo2Regular';
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
}
.show-map-modal .modal-form-title {
    color: #212121;
    font: 22px 'Roboto';
    font-weight: bold;
    text-align: center;
    margin-top: 35px;
    margin-bottom: 15px;
    letter-spacing: 1px;
}
.show-map-modal .modal-header .close {
    position: relative;
    font-size: 0;
    opacity: 1;
}
.delivery-desc {
    color: #212121;
    font: 13px 'LatoItalic';
    text-align: center;
    margin-bottom: 15px;
}
.outer-circle {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    z-index: 1;
    position: relative;
    display: inline-block;
    float: left;
}
.inner-circle {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    z-index: 2;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.outer-circle.red {
    background: #f7a280;
}
.inner-circle.red {
    background: #f04502;
}
.outer-circle.blue {
    background: #7dccee;
}
.inner-circle.blue {
    background: #009fe3;
}
.outer-circle.green {
    background: #9cd49a;
}
.inner-circle.green {
    background: #3aaa35;
}
.outer-circle.yellow {
    background: rgba(254, 255, 0, 0.36);
}
.inner-circle.yellow {
    background: #feff00;
}
.circle-text-wrapper {
    max-width: 190px;
    width: 100%;
    display: block;
    float: left;
}
.circle-text-wrapper {
    padding-left: 15px;
}
.circle-text-wrapper h6 {
    font: 14px 'LatoBold';
    color: #212121;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.circle-text-wrapper ul {
    padding-left: 0;
}
.circle-text-wrapper ul li {
    list-style: none;
    font: 12px 'Roboto';
    color: #212121;
    margin-bottom: 5px;
}
.map-container {
    margin-bottom: 10px;
}
/*Ã‘ÂÃ‘â€šÃ‘â‚¬ÃÂ°ÃÂ½ÃÂ¸Ã‘â€ ÃÂ° ÃÂ²Ã‘â€¦ÃÂ¾ÃÂ´ Ã‘â‚¬ÃÂµÃÂ³ÃÂ¸Ã‘ÂÃ‘â€šÃ‘â‚¬ÃÂ°Ã‘â€ ÃÂ¸Ã‘Â*/
body.account-login #content>div>div:nth-child(1)>div>a {
    background: #7ca411;
    border: none;
}
#content>div>div:nth-child(2)>div>form>input {
    background: #7ca411;
    border: none;
}
#content>div>div:nth-child(2)>div>form>div:nth-child(2)>a {
    color: #7ca411;
}
#content>div>div:nth-child(2)>div>form>div:nth-child(1)>label {
    color: #212121;
    font: 16px 'LatoBold';
    letter-spacing: 1px;
    text-transform: none;
}
#content>div>div:nth-child(2)>div>form>div:nth-child(2)>label {
    color: #212121;
    font: 16px 'LatoBold';
    letter-spacing: 1px;
    text-transform: none;
}
#content>div>div:nth-child(2)>div>p>strong,
#content>div>div:nth-child(1)>div>p:nth-child(2)>strong {
    color: #212121;
    font: 18px 'LatoBold';
    letter-spacing: 1px;
    text-transform: uppercase;
}
body.account-register .buttons {
    min-height: 60px;
}
body.account-register .control-label {
    color: #212121;
    font: 16px 'LatoBold';
    letter-spacing: 1px;
    text-align: left;
}
body.account-register div.required .control-label:before {
    display: none;
}
body.account-register .tel-wrapper,
body.account-register .adress-wrapper {
    padding-left: 15px;
    max-width: 726px;
}
body.account-register #content>form>div>div>input.btn.btn-primary {
    background: #7ca411;
    border: 0;
}
#content>form>div>div>a>b {
    color: #7ca411;
}
#content>div.buttons.clearfix>div.pull-right>a {
    background: #f04502;
    border: none;
    text-shadow: none;
}
#content>div.buttons.clearfix>div.pull-left>a {
    background: #7ca411;
    border: none;
    color: #fff;
    text-shadow: none;
}
/*404*/
.error-img-wrapper img {
    margin: auto;
    display: block;
    max-width: 100%;
}
.error-img-wrapper {
    margin-bottom: 50px;
}
.error-p-wrapper {
    text-align: center;
    color: #212121;
    font: 12px 'Roboto';
}
.error-h1-wrapper {
    text-align: center;
    color: #212121;
    font: 14px 'LatoBold';
    text-transform: uppercase;
}
.return-btn {
    margin: auto;
    display: block;
    max-width: 160px;
    border-radius: 35px;
    font: 12px 'LatoItalic';
    padding-top: 10px;
    height: 35px;
    margin-bottom: 50px;
    background: #7ca411;
    border: none;
    letter-spacing: 1px;
}
.return-btn:hover {
    background: #7ca411;
}
/*ÃÂ²ÃÂ°ÃÂ»ÃÂ¸ÃÂ´ÃÂ°Ã‘â€šÃÂ¾Ã‘â‚¬ Ã‘â€žÃÂ¾Ã‘â‚¬ÃÂ¼*/
.err {
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    background: url(/image/nonna/no-validate.png) no-repeat;
    background-size: cover;
    top: 10px;
    right: 12px;
}
.ok {
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    background: url(/image/nonna/validate.png) no-repeat;
    background-size: cover;
    top: 10px;
    right: 12px;
}
.img-thumbnail {
    border: none;
}
.categories-mobile {
    display: none;
}
@media (min-width: 768px) {
    .mobile-header-phones {
        display: none !important;
    }
}
#top-links {
    height: 36px;
    padding-right: 0;
    text-align: right;
}
.mobile-header-phones a {
    font: 17px 'Roboto';
    font-weight: bold;
    color: #fff;
    padding-left: 25px;
    background: url('/image/nonna/mob-telephone.svg') no-repeat left center;
    display: inline-block;
}
.mobile-header-phones a:first-child {
    margin-bottom: 11px;
}
.mobile-header-phones {
    text-align: center;
    margin-top: 10px;
}
.mobile-header-phones-inner {
    display: inline-block;
}
#top-menu-mobile {
    position: absolute;
    display: none;
    height: auto;
    margin-bottom: 0;
    z-index: 10;
    left: 0;
    top: 125px;
    width: 100%;
    background: #fff;
    overflow: hidden;
}
.top-menu-mobile-container {
    display: none;
}
.overflow-hidden {
    overflow: hidden;
}
.header-wrapper.fixed {
    /*overflow: hidden;*/
}
@media (min-width: 1200px) {
    .category-product .category-product-title a {
        display: inline-block;
        min-height: 50px;
    }
    .category-product .category-product-desc {
        min-height: 40px;
        margin-bottom: 0;
    }
}
@media (max-width: 991px) {
    .header-show-map-container {
        display: none;
    }
    .show-map-modal .modal-body {
        height: 85%;
        width: 98%;
        overflow-y: auto;
    }
    .mobile-header-phones .header-show-map-container {
        display: block;
        /*justify-content: center;*/
        /*margin-bottom: 10px;*/
        position: inherit;
        /*margin-left: 15px;*/
    }
    .mobile-header-phones .header-show-map-container a {
        padding-left: 0;
    }
    #header-show-map {
        margin-bottom: 5px;
    }
    .mobile-header-phones .header-show-map-container span {
        color: #fff;
    }
    .mobile-header-phones .header-show-map-container span:before {
        background: url(/image/nonna/location2.png);
    }
    .top-menu__email a {
        padding-left: 0;
        padding-bottom: 8px;
    }
    .top-menu__email span:before {
        display: none;
    }
    .mobile-header-phones .header-show-map-container a {
        background: inherit;
    }
}
@media (max-width: 767px) {
    #menu-replace {
        height: 100px;
    }
    .product-details-left-container {
        padding: 0 15px;
    }
    .product-details-right-wrapper {
        padding: 0 15px;
    }
    .product-details-right {
        border-radius: 0;
    }
    .product-details-left-container-inner {
        margin: 0;
        padding: 0;
        border-radius: 0;
        border-right: 1px solid #e8e8e8;
        border-bottom: 0;
    }
    .product-details-right-wrapper-inner {
        margin: 0;
        padding: 0;
    }
    .product-details-left-container-inner .thumbnail>img {
        min-width: 100%;
    }
    .product-view-desc {
        padding: 0 30px 15px;
    }
    #top-menu-mobile {
        padding-left: 0;
        overflow-y: auto;
        height: calc(100% - 125px);
        position: fixed;
        bottom: 0;
    }
    #top-menu-mobile .categories-mobile>li {
        position: relative;
        list-style: none;
    }
    #top-menu-mobile .categories-mobile>li a {
        text-align: left;
        position: relative;
        height: 45px;
        padding: 12px 0 0 0;
        z-index: 0;
        border-bottom: 1px solid #c1c1c1;
        font-size: 22px;
        padding-left: 80px;
        text-shadow: none;
        color: #181818;
        display: block;
    }
    #top-menu-mobile .categories-mobile>li a .image-category img {
        max-height: 90%;
        width: auto;
        height: auto;
    }
    #top-menu-mobile .categories-mobile>li a .image-category {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        width: 80px;
    }
    #top-menu-mobile .categories-mobile>li a:before {
        /*content: '';*/
        position: absolute;
        /*right: 0;*/
        left: 25px;
        display: block;
        margin: auto;
        top: 11px;
    }
    .main-pages-mobile {
        padding-left: 0;
    }
    .main-pages-mobile li {
        position: relative;
        list-style: none;
    }
    .main-pages-mobile li:before {
        content: '';
        position: absolute;
        left: 36px;
        top: 0;
        background: #241104;
        width: 10px;
        height: 2px;
        bottom: 0;
        margin: auto;
    }
    .main-pages-mobile li a {
        text-align: left;
        position: relative;
        height: 45px;
        padding: 12px 0 0 0;
        z-index: 0;
        border-bottom: 1px solid #c1c1c1;
        font-size: 22px;
        padding-left: 80px;
        text-shadow: none;
        color: #181818;
        display: block;
    }
    .main-pages-mobile .mobile-socials {
        text-align: center;
        height: 45px;
        border-bottom: 1px solid #c1c1c1;
        padding-top: 9px;
    }
    .main-pages-mobile .mobile-socials:before {
        display: none;
    }
    .main-pages-mobile .mobile-socials a {
        display: inline-block;
        border-bottom: none;
        width: 30px;
        padding: 0;
        margin: 0 5px;
        height: 25px;
    }
    .vk-black {
        background: url('/image/nonna/vk-black.png') center center no-repeat;
    }
    .fb-black {
        background: url('/image/nonna/fb-black.png') center center no-repeat;
    }
    .insta-black {
        background: url('/image/nonna/insta-black.png') center center no-repeat;
    }
    #top-menu-mobile .categories-mobile>li:nth-child(2) a:before {
        background: url('/image/catalog/nonna/categories/breakfast.png');
        width: 29px;
        height: 31px;
    }
    #top-menu-mobile .categories-mobile>li:nth-child(3) a:before {
        background: url('/image/catalog/nonna/categories/pancakes.png');
        width: 33px;
        height: 27px;
    }
    #top-menu-mobile .categories-mobile>li:nth-child(4) a:before {
        background: url('/image/catalog/nonna/categories/pizza.png');
        width: 31px;
        height: 31px;
    }
    #top-menu-mobile .categories-mobile>li:nth-child(5) a:before {
        background: url('/image/catalog/nonna/categories/sushi.png');
        width: 33px;
        height: 27px;
    }
    #top-menu-mobile .categories-mobile>li:nth-child(6) a:before {
        background: url('/image/catalog/nonna/categories/burger.png');
        width: 38px;
        height: 27px;
    }
    #top-menu-mobile .categories-mobile>li:nth-child(7) a:before {
        background: url('/image/catalog/nonna/categories/chef.png');
        width: 32px;
        height: 31px;
    }
    #top-menu-mobile .categories-mobile>li:nth-child(8) a:before {
        background: url('/image/catalog/nonna/categories/pasta.png');
        width: 34px;
        height: 31px;
    }
    #top-menu-mobile .categories-mobile>li:nth-child(9) a:before {
        background: url('/image/catalog/nonna/categories/salad.png');
        width: 32px;
        height: 29px;
    }
    #top-menu-mobile .categories-mobile>li:nth-child(10) a:before {
        background: url('/image/catalog/nonna/categories/steak.png');
        width: 30px;
        height: 31px;
    }
    #top-menu-mobile .categories-mobile>li:nth-child(11) a:before {
        background: url('/image/catalog/nonna/categories/pan.png');
        width: 36px;
        height: 31px;
    }
    #top-menu-mobile .categories-mobile>li:nth-child(12) a:before {
        background: url('/image/catalog/nonna/categories/sandwich.png');
        width: 29px;
        height: 29px;
    }
    #top-menu-mobile .categories-mobile>li:nth-child(13) a:before {
        background: url('/image/catalog/nonna/categories/soup.png');
        width: 31px;
        height: 27px;
    }
    #top-menu-mobile .categories-mobile>li:nth-child(14) a:before {
        background: url('/image/catalog/nonna/categories/tray.png');
        width: 39px;
        height: 24px;
    }
    #top-menu-mobile .categories-mobile>li:nth-child(15) a:before {
        background: url('/image/catalog/nonna/categories/sweat.png');
        width: 29px;
        height: 31px;
    }
    #top-menu-mobile .categories-mobile>li:nth-child(16) a:before {
        background: url('/image/catalog/nonna/categories/cocktail.png');
        width: 26px;
        height: 31px;
    }
    .table-responsive>.table-bordered>tfoot>tr:last-child>td {
        border-bottom: 1px solid #dddddd;
    }
    .top-menu-mobile-container {
        display: block;
    }
    .top-menu-container,
    .user-account-container {
        display: none;
    }
    .top-menu-wrapper {
        max-width: 30px;
        padding: 0;
        margin: 0;
    }
    #top-menu {
        display: none;
    }
    #top-menu li a:before,
    #top-menu li:last-child a:after {
        display: none;
    }
    .top-menu-container {
        position: relative;
    }
    #top-menu li a {
        font: 20px 'Roboto';
        color: #212121;
        margin-bottom: 5px;
        /*text-transform: uppercase;*/
        display: block;
    }
    #top-menu li a:hover,
    #top-menu li a:focus {
        text-decoration: underline;
    }
    .header-phones-mobile-top,
    .header-phones-mobile-bottom {
        display: none;
    }
    .header-menu-span {
        width: 22px;
        height: 2px;
        background: #241104;
        display: block;
        opacity: 1;
        pointer-events: all;
        margin: 0 auto;
        margin-bottom: 3px;
        -webkit-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }
    .header-menu-icon {
        display: inline-block;
        cursor: pointer;
        margin: 5px 0;
        width: 22px;
        height: 30px;
        position: relative;
        top: 14px;
        left: 15px;
    }
    #top-menu {
        width: 100%;
        position: static;
        z-index: 1;
        background: #f5f5f5;
        padding: 15px;
        margin: 0;
        float: left;
    }
    #body>div.header-wrapper>div.header-top-container>div {
        padding: 0;
    }
    #top-menu li {
        list-style: none;
        display: block;
    }
    .header-menu-span-cross {
        opacity: 0;
        pointer-events: none;
        -webkit-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }
    .mobile-header-phones {
        display: block;
    }
    .is-active .header-menu-span-cross {
        top: 8px;
        position: absolute;
        display: block;
        width: 22px;
        height: 2px;
        background: #241104;
        opacity: 1;
        pointer-events: all;
        margin-bottom: 6px;
        -webkit-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }
    .is-active .header-menu-span-cross:nth-child(5) {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
    }
    .is-active .header-menu-span-cross:nth-child(6) {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }
    .is-active .header-menu-span {
        opacity: 0;
        width: 0;
        pointer-events: none;
        -webkit-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }
}
@media (min-width: 1200px) and (max-width: 1279px) {
    .featured-product-wrapper .owl-buttons .owl-next {
        right: 5px!important;
    }
    .featured-product-wrapper .owl-buttons .owl-prev {
        left: 5px!important;
    }
    .related-carousel .owl-buttons .owl-prev {
        left: 5px!important;
    }
    .related-carousel .owl-buttons .owl-next {
        right: 5px!important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .quantity-wrapper {
        margin-bottom: 7px;
    }
    .top-menu__email {
        padding: 0;
    }
    .top-menu__email a {
        font-size: 10px;
    }
    .top-menu__email span {
        display: none;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .related-carousel .owl-buttons .owl-prev {
        left: 0px!important;
    }
    .related-carousel .owl-buttons .owl-next {
        right: 0px!important;
    }
    .cart-btn-group-right {
        float: none;
        width: 100%;
    }
    .quantity-wrapper {
        margin-bottom: 15px;
    }
    #button-cart {
        margin: auto;
        display: block;
    }
    .product-price-wrapper {
        width: 100%;
        max-width: 100%;
    }
    .category-product {
        text-align: center;
        margin-bottom: 30px;
    }
    .category-product .product-thumb {
        max-width: 100%;
        margin: auto;
    }
    .category-product:hover:before {
        max-width: 350px;
        margin: auto;
        right: 0;
        bottom: 0;
    }
    .category-product .button-group {
        display: inline-block;
        margin-bottom: 10px;
    }
    .category-view div.checkbox {
        padding: 0 4px!important;
    }
    #filter-group1>div.checkbox.is-checked:before {
        left: 16px;
    }
    #filter-group1>div.checkbox:nth-child(4)>label {
        background-position-x: 29px;
    }
    #filter-group1>div.checkbox:nth-child(5)>label {
        background-position-x: 31px;
    }
    #filter-group1>div.checkbox:nth-child(6)>label {
        background-position-x: 33px;
    }
    .header-right-container {
        top: 0;
    }
    #menu .nav>li {
        top: 0;
    }
    #top-links {
        padding-top: 6px;
        height: 32px;
    }
    .featured-product-wrapper .owl-buttons .owl-next {
        right: 5px!important;
    }
    .featured-product-wrapper .owl-buttons .owl-prev {
        left: 5px!important;
    }
    .featured-product {
        text-align: center;
        max-width: 320px;
        margin: auto;
        display: block;
        float: none;
    }
    .featured-product-wrapper .owl-item:hover:before {
        max-width: 320px;
        margin: auto;
        bottom: 0;
        right: 0;
    }
    .featured-product .button-group {
        display: inline-block;
    }
    .container {
        padding-right: 30px;
        padding-left: 30px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .article-wrapper {
        max-width: 350px;
        margin: auto;
        float: none;
        margin-bottom: 20px;
    }
    body.information-contact h1 {
        margin: 0;
    }
    .callback-wrapper {
        margin-top: 20px;
    }
    .phone-block,
    .email-block,
    .working-hours-block,
    .adress-block {
        margin-top: 20px;
    }
    .related-wrapper .product-thumb {
        max-width: 350px;
        margin: 0 auto 20px;
        text-align: center;
    }
    .related-carousel .owl-item:hover:before {
        right: 0;
        bottom: 0;
        margin: auto;
        max-width: 350px;
    }
    .related-wrapper .button-group {
        display: inline-block;
        float: none;
    }
    .product-price-wrapper {
        max-width: 300px;
    }
    .related-carousel .owl-buttons .owl-prev {
        left: 0px!important;
    }
    .related-carousel .owl-buttons .owl-next {
        right: 0px!important;
    }
    .cart-btn-group-right {
        float: none;
        width: 100%;
    }
    #button-cart {
        margin: auto;
        display: block;
    }
    .category-product {
        text-align: center;
        margin-bottom: 30px;
    }
    .category-product .product-thumb {
        max-width: 350px;
        margin: auto;
    }
    .category-product:hover:before {
        max-width: 350px;
        margin: auto;
        right: 0;
        bottom: 0;
    }
    .category-product .button-group {
        display: inline-block;
        margin-bottom: 20px;
    }
    .category-view div.checkbox {
        padding: 0 4px!important;
    }
    #filter-group1>div.checkbox.is-checked:before {
        left: 16px;
    }
    #filter-group1>div.checkbox:nth-child(4)>label {
        background-position-x: 67px;
    }
    #filter-group1>div.checkbox:nth-child(5)>label {
        background-position-x: 67px;
    }
    #filter-group1>div.checkbox:nth-child(6)>label {
        background-position-x: 67px;
    }
    #filter-group1>div.checkbox {
        width: 33%;
    }
    #filter-group1>div.checkbox:nth-child(1),
    #filter-group1>div.checkbox:nth-child(2),
    #filter-group1>div.checkbox:nth-child(3) {
        margin-bottom: 12px;
    }
    
    .header-right-container {
        top: 0;
    }
    .header-top-container {
        height: 32px;
    }
    #menu .nav>li {
        top: 0;
    }
    #top-links {
        padding-top: 6px;
        height: 32px;
    }
    
    .featured-product-wrapper .owl-buttons .owl-next {
        right: 5px!important;
    }
    .featured-product-wrapper .owl-buttons .owl-prev {
        left: 5px!important;
    }
    .featured-product {
        text-align: center;
        max-width: 320px;
        margin: auto;
        display: block;
        float: none;
    }
    .featured-product-wrapper .owl-item:hover:before {
        max-width: 320px;
        margin: auto;
        bottom: 0;
        right: 0;
    }
    .featured-product .button-group {
        display: inline-block;
    }
    .container {
        padding-right: 30px;
        padding-left: 30px;
    }
    .advantages-col:nth-child(1),
    .advantages-col:nth-child(2) {
        margin-bottom: 30px;
    }
    .special-offers-container {
        margin-bottom: 30px;
    }
    .article-inner-wrapper {
        max-width: 350px;
        display: block;
        margin: 0 auto 20px;
    }
    .article-block-title {
        margin: 0 0 30px;
    }
    #content>div:nth-child(7)>div>div.col-md-6.col-sm-12.col-xs-12.about-us-col>iframe {
        max-width: 480px;
        display: block;
        margin: auto;
    }
    .order-call-container {
        margin: 5px;
    }
    .header-phones-container {
        margin-left: 15px;
    }
    #menu .nav>li>a {
        font-size: 9px;
    }
    #content>div:nth-child(1)>div>div.col-lg-4.col-md-4.col-sm-12.col-xs-12 .special-offer-container {
        max-width: 345px;
        margin: auto;
    }
    .arrow-down {
        display: none;
    }
}
@media (min-width: 640px) and (max-width: 767px) {
    .related-carousel .owl-buttons .owl-prev {
        left: 0px!important;
    }
    .related-carousel .owl-buttons .owl-next {
        right: 0px!important;
    }
    .cart-btn-group-right {
        float: none;
        width: 100%;
    }
    .product-price-wrapper {
        max-width: 300px;
    }
    .related-wrapper .product-thumb {
        max-width: 350px;
        margin: 0 auto 20px;
        text-align: center;
    }
    .related-carousel .owl-item:hover:before {
        right: 0;
        bottom: 0;
        margin: auto;
        max-width: 350px;
    }
    .related-wrapper .button-group {
        display: inline-block;
        float: none;
    }
}
@media (max-width: 767px) {
    .product-details-right-wrapper {
        padding-right: 15px;
    }
    #menu #category {
        display: none;
    }
    .categories-mobile {
        display: block;
    }
    .about-us-col iframe {
        width: 100%;
        height: 350px;
    }
    .navbar-header,
    #menu {
        display: none;
    }
}
@media (min-width: 480px) and (max-width: 767px) {
    .article-wrapper {
        max-width: 350px;
        margin: auto;
        float: none;
        margin-bottom: 20px;
    }
    body.information-contact h1 {
        margin: 0;
    }
    .callback-wrapper {
        margin-top: 20px;
    }
    .phone-block,
    .email-block,
    .working-hours-block,
    .adress-block {
        margin-top: 20px;
    }
    .category-product {
        text-align: center;
        margin-bottom: 30px;
    }
    .category-product .product-thumb {
        margin: auto;
    }
    .category-product:hover:before {
        max-width: 350px;
        margin: auto;
        right: 0;
        bottom: 0;
    }
    .category-product .button-group {
        display: inline-block;
        margin-bottom: 20px;
    }
    .category-view div.checkbox {
        padding: 0 4px!important;
    }
    #filter-group1>div.checkbox.is-checked:before {
        left: 16px;
    }
    #filter-group1>div.checkbox:nth-child(4)>label {
        background-position-x: 61px;
    }
    #filter-group1>div.checkbox:nth-child(5)>label {
        background-position-x: 61px;
    }
    #filter-group1>div.checkbox:nth-child(6)>label {
        background-position-x: 61px;
    }
    #filter-group1>div.checkbox {
        width: 49%;
    }
    #filter-group1>div.checkbox:nth-child(1),
    #filter-group1>div.checkbox:nth-child(2),
    #filter-group1>div.checkbox:nth-child(3) {
        margin-bottom: 12px;
    }
    /*Ã‘Ë†ÃÂ°ÃÂ¿ÃÂºÃÂ° header*/
    .header-right-container {
        top: 0;
    }
    .header-top-container {
        height: inherit;
    }
    #menu .nav>li {
        top: 0;
    }
    #top-links {
        padding-top: 14px;
    }
    .featured-product-wrapper .owl-buttons .owl-next {
        right: 5px!important;
    }
    .featured-product-wrapper .owl-buttons .owl-prev {
        left: 5px!important;
    }
    .featured-product {
        text-align: center;
        max-width: 320px;
        margin: auto;
        display: block;
        float: none;
    }
    .featured-product-wrapper .owl-item:hover:before {
        max-width: 320px;
        margin: auto;
        bottom: 0;
        right: 0;
    }
    .featured-product .button-group {
        display: inline-block;
    }
    .container {
        padding-right: 30px;
        padding-left: 30px;
    }
    .advantages-col:nth-child(1),
    .advantages-col:nth-child(2) {
        margin-bottom: 30px;
    }
    .special-offers-container {
        margin-bottom: 30px;
    }
    .article-inner-wrapper {
        max-width: 350px;
        display: block;
        margin: 0 auto 20px;
    }
    .article-block-title {
        margin: 0 0 30px;
    }
    #content>div:nth-child(7)>div>div.col-md-6.col-sm-12.col-xs-12.about-us-col>iframe {
        max-width: 480px;
        display: block;
        margin: auto;
    }
    .order-call-container {
        margin: 5px;
    }
    .header-phones-container {
        margin-left: 15px;
    }
    #menu .nav>li>a {
        font-size: 10px;
    }
    .special-offer-container {
        max-width: 345px;
        margin: auto;
    }
    .arrow-down {
        display: none;
    }
    .header-show-map-container {
        display: none;
    }
    .header-phones-container {
        display: none;
    }
    .order-call-container {
        display: none;
    }
    #logo {
        padding-top: 14px;
    }
    #logo img {
        display: block;
        margin: auto;
        max-width: 145px;
    }
    .header-bottom-container .container {
        padding: 0;
    }
    .header-bottom-container {
        height: auto;
    }
    .working-hours {
        display: none;
    }
    .working-hours-mobile {
        color: #212121;
        font: 14px 'Roboto';
        letter-spacing: 1px;
    }
    .header-phones-mobile-top a {
        color: #212121;
        font: 14px 'Roboto';
        letter-spacing: 1px;
        background: url('/image/catalog/nonna/phone-mob.png') no-repeat left center;
        padding-left: 16px;
        margin-right: 15px;
        display: block;
    }
    .header-phones-mobile-top a:last-child {
        /*float: right;*/
        margin-right: 0;
        margin-top: 5px;
    }
    .order-call-btn,
    .order-call-btn:hover {
        display: inline-block;
        max-width: 135px;
    }
    .working-hours-mobile {
        float: right;
    }
    .shopping-cart-container {
        position: relative;
        z-index: 999;
    }
    .header-phones-mobile-top {
        float: left;
        width: 100%;
        padding-top: 15px;
        padding-bottom: 7px;
    }
    .header-phones-mobile-bottom {
        margin-bottom: 15px;
    }
    .working-hours-mobile {
        float: right;
        padding-top: 0px;
        padding-left: 17px;
        background: url(/image/catalog/nonna/time-mob.png) no-repeat left 1px;
    }
    #menu {
        height: auto;
        min-height: 45px;
        /*cursor: pointer;*/
        position: relative;
    }
    #menu .nav>li:first-child a {
        border-top: 1px solid #c1c1c1;
    }
    #category {
        padding-left: 0!important;
        text-align: center;
        background: #f04502;
        color: #fff;
        font: 12px 'LatoItalic'!important;
        float: none!important;
        display: block!important;
        margin: auto;
        width: 150px;
        text-transform: none;
        border-radius: 16px;
        height: 33px;
        padding-top: 9px;
        margin-bottom: 15px;
        cursor: pointer;
    }
    #menu {
        background-color: transparent;
        border-color: transparent;
    }
    #menu .btn-navbar {
        display: none;
    }
    .navbar-nav {
        margin: 0;
    }
    .navbar-collapse {
        box-shadow: none;
        border-top: none;
    }
    #menu .nav>li:before {
        display: none;
    }
    #menu .nav>li:last-child:after {
        display: none;
    }
    #menu .nav>li,
    #menu .nav>li a {
        width: 100%;
    }
    #menu .nav>li a {
        text-align: left;
        position: relative;
        height: 45px;
        padding: 12px 0 0 0;
        z-index: 0;
        border-bottom: 1px solid #c1c1c1;
        font-size: 22px;
        padding-left: 80px;
        text-shadow: none;
    }
    #menu .nav>li a:hover {
        color: #181818;
        text-shadow: none;
    }
    .navbar-collapse {
        background: #fff;
    }
    #menu .nav>li a:hover:after {
        display: none;
    }
    #menu .nav>li a:before {
        margin: 0;
        left: 30px;
    }
    #menu .container {
        padding: 0;
    }
    .advantages-col {
        padding: 0 80px;
        margin-bottom: 30px;
    }
    .advantages-col:last-child {
        margin-bottom: 0;
    }
    .list-group-item {
        max-width: 450px;
        margin: auto;
    }
}
@media (min-width: 480px) and (max-width: 639px) {
    .related-carousel .owl-buttons .owl-prev {
        left: 0px!important;
    }
    .related-carousel .owl-buttons .owl-next {
        right: 0px!important;
    }
    .cart-btn-group-right {
        float: none;
        width: 100%;
    }
    .product-price-wrapper {
        max-width: 100%;
        display: block;
        width: 100%;
    }
    .related-wrapper .product-thumb {
        max-width: 350px;
        margin: 0 auto 20px;
        text-align: center;
    }
    .related-carousel .owl-item:hover:before {
        right: 0;
        bottom: 0;
        margin: auto;
        max-width: 350px;
    }
    .related-wrapper .button-group {
        display: inline-block;
        float: none;
    }
}
@media (min-width: 240px) and (max-width: 479px) {
    .options-wrapper .radio {
        margin: 0 5px;
    }
    .article-wrapper {
        max-width: 350px;
        margin: auto;
        float: none;
        margin-bottom: 20px;
    }
    body.information-contact h1 {
        margin: 0;
    }
    #callback_submit_btn {
        width: 100%;
    }
    .callback-wrapper {
        margin-top: 20px;
    }
    .contacts-block-text {
        font-size: 11px;
    }
    .phone-block,
    .email-block,
    .working-hours-block,
    .adress-block {
        margin-top: 20px;
    }
    .related-carousel .owl-buttons .owl-prev {
        left: 0px!important;
    }
    .related-carousel .owl-buttons .owl-next {
        right: 0px!important;
    }
    .cart-btn-group-right {
        float: none;
        width: 100%;
    }
    .product-price-wrapper {
        max-width: 100%;
        display: block;
        width: 100%;
    }
    .related-wrapper .product-thumb {
        max-width: 350px;
        margin: 0 auto 20px;
        text-align: center;
    }
    .related-carousel .owl-item:hover:before {
        right: 0;
        bottom: 0;
        margin: auto;
        max-width: 350px;
    }
    .related-wrapper .button-group {
        display: inline-block;
        float: none;
    }
    #button-cart {
        width: 160px;
        margin: 0;
    }
    .pizza-size {
        padding: 0 20px 10px !important;
    }
    .pizza-size .radio {
        margin: 0;
    }
    .quantity-wrapper {
        margin-bottom: 15px;
    }
    #input-option228>div:nth-child(1)>label {
        margin-left: 15px;
    }
    .pizza-size .radio label {
        margin: 0 !important;
    }
    .pizza-size {
        justify-content: space-around !important;
    }
    .list-group-item {
        max-width: 290px;
        margin: auto;
    }
    .category-product {
        text-align: center;
        margin-bottom: 30px;
    }
    .category-product .product-thumb .image img {
        max-width: 100%;
    }
    .category-product .product-thumb {
        margin: auto;
    }
    .category-product:hover:before {
        max-width: 290px;
        margin: auto;
        right: 0;
        bottom: 0;
    }
    .category-product .button-group {
        display: inline-block;
        margin-bottom: 20px;
    }
    .category-view div.checkbox {
        padding: 0 4px!important;
    }
    #filter-group1>div.checkbox.is-checked:before {
        left: 8px;
    }
    #filter-group1>div.checkbox>label {
        font-size: 12px;
    }
    #filter-group1>div.checkbox:nth-child(4)>label {
        background-position-x: 21px;
    }
    #filter-group1>div.checkbox:nth-child(5)>label {
        background-position-x: 21px;
    }
    #filter-group1>div.checkbox:nth-child(6)>label {
        background-position-x: 21px;
    }
    #filter-group1>div.checkbox {
        width: 49%;
    }
    #filter-group1>div.checkbox:nth-child(1),
    #filter-group1>div.checkbox:nth-child(2),
    #filter-group1>div.checkbox:nth-child(3) {
        margin-bottom: 12px;
    }
    /*Ã‘Ë†ÃÂ°ÃÂ¿ÃÂºÃÂ° header*/
    .header-right-container {
        top: 0;
    }
    .header-top-container {
        height: inherit;
    }
    #menu .nav>li {
        top: 0;
    }
    #top-links {
        padding-top: 14px;
    }
    /*Ã‘ÂÃÂ»ÃÂ°ÃÂ¹ÃÂ´ÃÂµÃ‘â‚¬ Ã‘â€šÃÂ¾ÃÂ²ÃÂ°Ã‘â‚¬ÃÂ¾ÃÂ² ÃÂ½ÃÂ° ÃÂ³ÃÂ»ÃÂ°ÃÂ²ÃÂ½ÃÂ¾ÃÂ¹*/
    .featured-product-wrapper .owl-buttons .owl-next {
        right: 5px!important;
    }
    .featured-product-wrapper .owl-buttons .owl-prev {
        left: 5px!important;
    }
    .featured-product {
        text-align: center;
        max-width: 320px;
        margin: auto;
        display: block;
        float: none;
    }
    .featured-product-wrapper .owl-item:hover:before {
        max-width: 320px;
        margin: auto;
        bottom: 0;
        right: 0;
    }
    .featured-product .button-group {
        display: inline-block;
    }
    .container {
        padding-right: 30px;
        padding-left: 30px;
    }
    .header-bottom-container .container,
    .header-top-container .container {
        padding-right: 0;
        padding-left: 0;
    }
    .advantages-col:nth-child(1),
    .advantages-col:nth-child(2) {
        margin-bottom: 30px;
    }
    .special-offers-container {
        margin-bottom: 30px;
    }
    .article-inner-wrapper {
        max-width: 350px;
        display: block;
        margin: 0 auto 20px;
    }
    .article-block-title {
        margin: 0 0 30px;
    }
    #content>div:nth-child(7)>div>div.col-md-6.col-sm-12.col-xs-12.about-us-col>iframe {
        max-width: 480px;
        display: block;
        margin: auto;
    }
    .order-call-container {
        margin: 5px;
    }
    .header-phones-container {
        margin-left: 15px;
    }
    #menu .nav>li>a {
        font-size: 10px;
    }
    .special-offer-container {
        max-width: 345px;
        margin: auto;
    }
    .arrow-down {
        display: none;
    }
    .header-show-map-container {
        display: none;
    }
    .header-phones-container {
        display: none;
    }
    .order-call-container {
        display: none;
    }
    #logo {
        padding-top: 14px;
    }
    #logo img {
        display: block;
        margin: auto;
        max-width: 100px;
        margin-right: 62px;
        margin-top: 6px;
    }
    .shopping-cart-container #cart button {
        background: #fff;
        padding-left: 20px;
        padding-right: 0;
        color: #ff1b1b;
        font-size: 16px;
        font-weight: bold;
    }
    .your-order,
    #cart-total .total-price,
    #cart-total {
        color: #241104!important;
    }
    #cart-total {
        color: #241104;
    }
    .header-bottom-container {
        height: auto;
    }
    .working-hours {
        display: none;
    }
    .working-hours-mobile {
        color: #212121;
        font: 14px 'Roboto';
        letter-spacing: 1px;
    }
    .header-phones-mobile-top a {
        color: #212121;
        font: 14px 'Roboto';
        letter-spacing: 1px;
        background: url('/image/catalog/nonna/phone-mob.png') no-repeat left center;
        padding-left: 16px;
        margin-right: 15px;
        display: block;
    }
    .header-phones-mobile-top a:last-child {
        /*float: right;*/
        margin-right: 0;
        margin-top: 5px;
    }
    .order-call-btn,
    .order-call-btn:hover {
        display: inline-block;
        max-width: 135px;
    }
    .working-hours-mobile {
        float: right;
    }
    .shopping-cart-container {
        position: relative;
        z-index: 999;
    }
    .header-phones-mobile-top {
        float: left;
        width: 100%;
        padding-top: 15px;
        padding-bottom: 7px;
    }
    .header-phones-mobile-bottom {
        margin-bottom: 15px;
    }
    .working-hours-mobile {
        float: right;
        padding-top: 0px;
        padding-left: 17px;
        background: url(/image/catalog/nonna/time-mob.png) no-repeat left 1px;
    }
    #cart-total .total-price {
        font-size: 16px;
        font-weight: bold;
    }
    .icon-cart {
        display: inline-block;
        background: rgba(255, 0, 0, 0.7);
        padding: 10px;
        border-radius: 50px;
        float: left;
        margin-right: 10px;
        margin-top: -2px;
    }
    #menu {
        height: auto;
        min-height: 45px;
        /*cursor: pointer;*/
        position: relative;
    }
    #category {
        padding-left: 0!important;
        text-align: center;
        /* background: url(/image/catalog/nonna/menu-mobile.png) no-repeat left 11px; */
        background: #f04502;
        color: #fff;
        font: 12px 'LatoItalic'!important;
        float: none!important;
        display: block!important;
        margin: auto;
        width: 150px;
        text-transform: none;
        border-radius: 16px;
        height: 33px;
        padding-top: 9px;
        margin-bottom: 15px;
        cursor: pointer;
    }
    #menu {
        background-color: transparent;
        border-color: transparent;
    }
    #menu .btn-navbar {
        display: none;
    }
    /*#menu:before {
        content: '';
        width: 12px;
        height: 2px;
        background: #181818;
        position: absolute;
        top: 16px;
        right: 28px;
    }
    #menu:after {
        content: '';
        width: 2px;
        height: 12px;
        background: #181818;
        position: absolute;
        top: 11px;
        right: 33px;
    }
    #menu.active:after {
        display: none;
    }*/
    .navbar-nav {
        margin: 0;
    }
    .navbar-collapse {
        box-shadow: none;
        border-top: none;
    }
    #menu .nav>li:before {
        display: none;
    }
    #menu .nav>li:last-child:after {
        display: none;
    }
    #menu .nav>li,
    #menu .nav>li a {
        width: 100%;
    }
    #menu .nav>li a {
        text-align: left;
        position: relative;
        height: 45px;
        padding: 12px 0 0 0;
        z-index: 0;
        border-bottom: 1px solid #c1c1c1;
        font-size: 22px;
        padding-left: 80px;
        text-shadow: none;
    }
    #menu .nav>li a:hover {
        color: #181818;
        text-shadow: none;
    }
    .navbar-collapse {
        background: #fff;
    }
    #menu .nav>li a:hover:after {
        display: none;
    }
    #menu .nav>li a:before {
        margin: 0;
        left: 30px;
    }
    #menu .container {
        padding: 0;
    }
    .advantages-col {
        padding: 0 15px;
        margin-bottom: 30px;
    }
    .advantages-col:last-child {
        margin-bottom: 0;
    }
    /*#pos-slider {
        display: none;
    }*/
    #menu {
        margin-bottom: 15px;
    }
    #cart .dropdown-menu {
        width: auto;
    }
    .advantages-col-inner p {
        padding: 0 20px;
    }
}
@media (max-width: 550px) {
    .checkout-cart #content>form>div>table>thead>tr>td.text-center,
    .checkout-cart #content>form>div>table>tbody>tr>td.text-center {
        display: none;
    }
}
@media (max-width: 479px) {
    /*ÃÂ¿ÃÂ¾ÃÂ´Ã‘â€šÃÂ²ÃÂµÃ‘â‚¬ÃÂ¶ÃÂ´ÃÂµÃÂ½ÃÂ¸ÃÂµ ÃÂ·ÃÂ°ÃÂºÃÂ°ÃÂ·ÃÂ°*/
    /*#collapse-checkout-confirm > div > div.table-responsive > table > thead > tr > td:nth-child(3),
    #collapse-checkout-confirm > div > div.table-responsive > table > tbody > tr > td:nth-child(2) {
        display: none;
    }*/
    .checkout-cart #content>form>div>table>thead>tr>td:nth-child(4),
    .checkout-cart #content>form>div>table>tbody>tr>td:nth-child(4) {
        display: none;
    }
    .checkout-cart .input-group .form-control[name^=quantity] {
        min-width: 45px;
    }
    .table-responsive>.table>tbody>tr>td,
    .table-responsive>.table>tbody>tr>th,
    .table-responsive>.table>tfoot>tr>td,
    .table-responsive>.table>tfoot>tr>th,
    .table-responsive>.table>thead>tr>td,
    .table-responsive>.table>thead>tr>th {
        white-space: normal;
    }
    .checkout-cart #content>div.buttons.clearfix>div.pull-left>a {
        font-size: 11px;
    }
    .checkout-cart #content>div.buttons.clearfix>div.pull-right>a {
        font-size: 11px;
    }
}
/*ÃÂ¼ÃÂµÃÂ½Ã‘Å½ ÃÂ¿ÃÂ¾ÃÂ»Ã‘Å’ÃÂ·ÃÂ¾ÃÂ²ÃÂ°Ã‘â€šÃÂµÃÂ»Ã‘Â*/
ul.logged-user {
    position: absolute;
    min-width: 135px;
    top: 26px;
    right: 0;
    background: #f2f2f2;
    z-index: 1000;
    text-align: right;
    padding: 5px 10px;
}
.logged-user-title {
    color: #fff;
    font: 13px 'Roboto';
    cursor: pointer;
}
ul.logged-user li {
    display: block;
}
ul.logged-user li a {
    color: #212121!important;
    font: 13px 'Roboto'!important;
}
.user-login-container {
    position: relative;
}
body.account-account .list-unstyled {
    text-align: center;
}
@media (max-width: 1199px) {
    ul.logged-user {
        top: 34px;
    }
}
body.account-register .form-group {
    width: 100%;
    float: left;
}
.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border: none;
}
#collapse-checkout-confirm>div>div.table-responsive>table>tfoot>tr:nth-child(1)>td:nth-child(1),
#collapse-checkout-confirm>div>div.table-responsive>table>tfoot>tr:nth-child(1)>td:nth-child(2),
#collapse-checkout-confirm>div>div.table-responsive>table>tfoot>tr:nth-child(2)>td:nth-child(1),
#collapse-checkout-confirm>div>div.table-responsive>table>tfoot>tr:nth-child(2)>td:nth-child(2) {
    display: none;
}
#scroll-top-btn,
#scroll-top-btn2 {
    display: none;
    width: 56px;
    height: 56px;
    background: #f04502;
    position: fixed;
    right: 25px;
    bottom: 25px;
    cursor: pointer;
    opacity: .65;
    transition: .2s linear;
    z-index: 999;
    border-radius: 50%;
}
#scroll-top-btn:before,
#scroll-top-btn2:before {
    content: '';
    width: 86%;
    height: 86%;
    margin: auto;
    left: 12px;
    right: 0;
    /* top: -3px; */
    /* bottom: 0; */
    border: 1px solid #f36731;
    border-radius: 50%;
    display: block;
    margin-top: 4px;
}
#scroll-top-btn:hover,
#scroll-top-btn2:hover {
    opacity: 1;
    transition: .2s linear;
}
.arrow-scroll-top-btn:before {
    content: '';
    height: 2px;
    width: 12px;
    background: #fff;
    position: absolute;
    left: -8px;
    top: 21px;
    right: 0;
    margin: auto;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.arrow-scroll-top-btn:after {
    content: '';
    height: 2px;
    width: 12px;
    background: #fff;
    position: absolute;
    left: 8px;
    top: 21px;
    right: 0;
    margin: auto;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.arrow-base-scroll-top-btn {
    height: 22px;
    width: 2px;
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 18px;
    margin: auto;
}
.learn-more small {
    display: none;
}
.learn-more.active small {
    display: block;
}
.btn-learnmore {
    cursor: pointer;
    background: #7ca411;
    color: #fff;
    border-radius: 4px;
    border: 0;
    margin-top: 5px;
    padding: 5px 15px;
}
.btn-primary input {
    background: none;
    border: 0;
}
.quantity__plus,
.quantity__minus {
    font-size: 20px !important;
    padding: 2px 12px !important;
}
.button__text {
    font-family: 'Open Sans', sans-serif;
    position: absolute;
    left: 27px;
    bottom: 11px;
    font-size: 19px;
    line-height: 19px;
    margin: 0;
    color: #241104;
    font-weight: 600;
    text-transform: uppercase;
}
@media (max-width: 405px) {
    #logo img {
        display: none;
    }
    .mobile-logo #logo img {
        display: block;
        margin: auto;
    }
}
@media (min-width: 405px) {
    .mobile-logo {
        display: none;
    }
}
.top-menu-mobile-wrapper {
    margin-top: 3px;
}
.thumbnail {
    padding: 10px;
}
.thumbnail>img {
    width: 100%;
}
.product-view-desc {
    padding: 0 15px 15px;
}
.category-product .category-product-title a {
    margin-top: 15px;
}
.mr-30 {
    margin-right: 30px;
}
#button-confirm,
#button-payment-method,
.continue-btn,
#button-guest,
.show-modal-map-block {
    background: #f04502;
    transition: all 400ms;
    border-color: #f04502 !important;
    outline: none !important;
    box-shadow: none !important;
    font-weight: 600;
    font-size: 18px;
    border-radius: 25px;
    padding: 10px 30px;
}
#button-confirm:hover,
#button-confirm:focus,
#button-payment-method:hover,
#button-payment-method:focus,
.continue-btn:hover,
.continue-btn:focus,
#button-guest:hover,
#button-guest:focus,
.show-modal-map-block:focus,
.show-modal-map-block:hover {
    background: #f04502;
    transition: all 400ms;
    opacity: .8;
    border-color: #f04502 !important;
    outline: none !important;
    box-shadow: none !important;
}
.map-container iframe {
    max-height: 350px;
}
@media (max-width: 767px) {
    .hide-menu {
        top: 60px !important;
        height: calc(100% - 60px) !important;
    }
}
#address {
    margin-top: 0 !important;
}
.hide_to_show_maps {
    display: none;
}
.continue-btn {
    background: red;
    border: 1px red solid;
    color: #fff;
    margin-bottom: 40px;
}
.continue-btn:hover {
    color: #fff;
    opacity: .9;
}
.link-to-map-modal.zone_modal_link {
    font-weight: 600;
    color: #000;
    text-align: center;
    display: block;
    padding: 10px 0;
}
.red-big-text {
    font-size: 40px;
    font-weight: 700;
    color: red;
}
#menu .nav>li a::before {
    display: none;
}
#menu .nav>li a:hover .image-category img {
    filter: invert(100%);
}
#menu .nav>li a .image-category img {
    max-height: 90%;
    width: auto;
    height: auto;
}
#menu .nav>li a .image-category {
    position: absolute;
    left: 0;
    width: 100%;
    height: 48px;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.slider-wrapper {
}
#menu .dropdown-menu .see-all:hover {
    color: #181818;
}
#menu .dropdown-menu .see-all::after {
    display: none !important;
}
#menu .dropdown-menu .see-all {
    background: #fca200;
    height: auto;
    margin-top: 0;
    padding: 15px 25px 10px 25px;
    display: block;
    color: #181818;
    font: 13px 'Roboto';
    border: none !important;
    text-align: left;
}
#menu .dropdown-menu .dropdown-inner .list-unstyled li a:hover {
    background: #181818;
    color: #fff;
}
#menu .dropdown-menu .dropdown-inner .list-unstyled li a:hover::after {
    display: none !important;
}
#menu .dropdown-menu .dropdown-inner .list-unstyled li a {
    padding: 10px 10px 10px 25px;
    display: block;
    color: #181818;
    font: 13px 'Roboto';
    height: auto;
    border: none !important;
    text-align: left;
}
#menu .dropdown-menu .dropdown-inner {
    background: #fcb02f;
}
#menu .dropdown-menu {
    background: transparent;
    padding-top: 9px;
    border: none;
    left: -20px;
}
.sub-mobile-menu li a {
    border-bottom-style: none !important;
}
.sub-mobile-menu li:last-child a {
    border-bottom-style: solid !important;
}
#top-menu-mobile .categories-mobile>li.haschildmenu a {
    border-bottom-style: dashed;
}
#top-menu-mobile .haschildmenu  a {
}
.tabs-head {
    background-color: #f5f2eb;
    padding-top: 30px;
    padding-bottom: 30px
}
.nav-tabs {
    text-align: center
}
.nav-tabs li {
    float: none;
    display: inline-block
}
.nav-tabs li a {
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
    opacity: 0.6;
    filter: alpha(opacity=60);
    color: #262626;
    font-size: 18px;
    font-weight: 700;
    border: none !important;
    box-shadow: none !important;
}
.nav-tabs li a .icon {
    margin-right: 25px;
    vertical-align: middle;
    position: relative;
    bottom: 2px
}
.nav-tabs li a:active, .nav-tabs li a:focus, .nav-tabs li a:hover {
    text-decoration: none;
    background-color: transparent
}
.nav-tabs li.active a, .nav-tabs li:hover a {
    opacity: 1;
    filter: alpha(opacity=100)
}
.icon.favorite {
    background-image: url(../image/sprite_1448889940996.png);
    background-position: -187px -193px;
    width: 20px;
    height: 19px
}
.icon.new {
    background-image: url(../image/sprite_1448889940996.png);
    background-position: -257px -218px;
    width: 20px;
    height: 20px
}
.icon.tag {
    background-image: url(../image/sprite_1448889940996.png);
    background-position: -257px -193px;
    width: 20px;
    height: 20px
}
.tabs-head {
    background-color: #f5f2eb;
    padding-top: 30px;
    padding-bottom: 30px;
}
.nav-tabs {
    border-bottom: 1px solid transparent;
}
@media (min-width: 1200px) {
}
.nav-tabs li + li {
    border-left: 1px solid #d9d6d0;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #555555;
    background-color: transparent;
    border: 1px solid transparent;
    border-bottom-color: transparent;
    cursor: default;
}
.nav-tabs li a {
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
    opacity: 0.6;
    filter: alpha(opacity=60);
    color: #262626;
    font-size: 18px;
    font-weight: 700;
}
.icon {
    display: inline-block;
}
.nav-tabs li a .icon {
    margin-right: 25px;
    vertical-align: middle;
    position: relative;
    bottom: 2px;
}
.slider-wrapper .owl-controls {
    height: 60px;
}
.tab-pane.active {
    display: block;
}
.tab-pane{
    display: none;
}
.featured-product-wrapper .product-thumb .image {
    margin-top: 0;
}
div#slideshow0 {
    margin-bottom: 0;
}
@media (max-width: 990px) {
    .nav-tabs li + li {
        border-left: none;
    }
}
.baner-item-block img {
    width: 100%;
    height: auto;
}
.baner-item-block + .baner-item-block {
    margin-top: 20px;
}
.category-product .product-thumb .button-group {
    display: flex;
    justify-content: center;
    padding-bottom: 15px;
}
#menu .dropdown-menu .dropdown-inner .list-unstyled li.has-icon a .image-category img {
    display: block;
    max-width: 36px;
    max-height: 100%;
}
#menu .dropdown-menu .dropdown-inner .list-unstyled li.has-icon a .image-category {
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
    right: auto;
    bottom: auto;
    width: 36px;
    height: 100%;
}
#menu .dropdown-menu .dropdown-inner .list-unstyled li.has-icon a {
    padding-left: 50px;
}
#menu .dropdown-menu {
    min-width: 165px;
}
ul.breadcrumb > li:nth-child(1) a:before {
    display: none;
}
ul.breadcrumb > li a {
    font: 13px 'Roboto';
    font-style: italic;
    color: #666;
}
.right-container-inner {
    display: flex;
    align-items: center;
}
.header-phones-container {
    top: 2px;
}
.header-show-map-container {
    top: -8px;
}
.header-show-map-container span  {
    font-size: 13px;
    font-weight: bolder;
    line-height: 1;
    color: #4A3419;
}
.header-show-map-container a {
    line-height: 1;
    color: #f04502;
    font-weight: bolder;
    font-size: 17px;
    letter-spacing: 0.5px;
}
.header-phones-container a {
    font-size: 22px;
    font-weight: bolder;
    color: #4A3419;
}
/*.header-phones-container:nth-child(3):before {
    display: none;
}*/
.footer .header-show-map-container {
    display: none;
}
@media only screen and (max-width: 767px) {
    .product-view-desc p {
        font-size: 16px;
    }
    #recommended .owl-carousel .owl-item {
        max-height: 500px;
    }
    .footer {
        height: auto;
    }
    .header-show-map-container {
        display: table !important;
        width: 100%;
        text-align: center;
    }
    .header-right-container .header-show-map-container {
        display: none !important;
    }
    .header-show-map-container a, .header-show-map-container span {
        color: #fff;
    }
    .header-show-map-container span:before {
        left: -16px;
        width: 10px;
        height: 14px;
        top: 0;
        background-repeat: no-repeat;
        background: url('/image/nonna/location2.png');
    }
    span.footer-copyright {
        display: block;
        text-align: center;
        padding-bottom: 10px;
    }
    #slideshow0 {
        top: 25px;
    }
}
/*blicking cart btn on mobile*/
.icon-cart {
    position: relative;
}
@media only screen and (max-width: 767px) {
    .icon-cart.it-has:before {
        animation-name: blinking;
        animation-duration: 1.5s;
        animation-iteration-count: infinite;
    }
    .icon-cart:before {
        content: "";
        top: -6px;
        left: -6px;
        width: 55px;
        background: rgba(255, 0, 0, 0.5);
        height: 56px;
        display: block;
        position: absolute;
        border-radius: 28px;
        transition: all 1s ease-in;
    }
}
@keyframes blinking {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
a.close {
	opacity: 0.8;
}
.order-call-modal .modal-body .close:before, .order-call-modal .modal-body .close:after {
	border-width: 4px;
}
@media (min-width: 767px) and (max-width: 991px) {
    .header-phones-container a {
        font-size: 16px;
    }
    #logo {
        padding-top: 15%;
    }
}
#langs {
    padding: 0;
    margin: 0;
    float: right;
    width: 100px;
}
#langs li, #mobile-langs li {
    display: inline-block;
}
.slash {
    color: #f04502;
    margin-left: 5px;
    font-weight: bolder;
}
#langs a, #mobile-langs a {
    color: #999;
}
#langs a.active {
    color: #fff;
}
#mobile-langs {
    padding: 10px;
    margin: 0;
    text-align: center;
    border-bottom: 1px solid #c1c1c1;
    border-top:  1px solid #c1c1c1;
}
#mobile-langs a.active {
    color: #241104;
    font-weight: bolder;
    font-size: 20px;
}
#mobile-langs a {
    font-size: 20px;
}
.price-wrapper {
    margin-bottom: 0;
}
.pizza-size {
    display: flex;
    justify-content: center;
    padding: 10px;
    background-color: #e8e8e8;
}
.pizza-size .radio {
    margin: 0 3px;
}
.pizza-size .radio label {
    padding: 10px;
    background-color: #f4f4f4;
    border: 2px solid #f4f4f4;
    font-size: 16px;
    margin: 5px;
    font-weight: bolder;
    color: #aaa;
}
.pizza-size .radio input {
    visibility: hidden;
    opacity: 0;
    position: absolute;
}
.pizza-size .radio input:checked + label {
    background-color: #fff;
    color: #cf0303;
    border: 2px solid #cf0303;
}