@media only screen and (max-width: 1200px) {
    body header .header-top .wrap-container {
        grid-template-columns: 1fr 170px 1fr;
    }    
    body header .header-logo {
        padding:0 10px;
        height:70px;
    }
    body header .header-top{
        height:80px;
        padding: 0 30px;
    }
    body .simple-content .simplecheckout-step{
        grid-gap:20px;
    }
}
@media only screen and (max-width: 1150px) {
    body .product-category__price,
    body .product-carousel__price,
    body .additional__price {
        width: auto;
        margin: 0;
    }
}
@media only screen and (max-width: 1080px) {
    body header nav.topnav{
        left: 0;
        height: auto;
        transform: translateX(0);
        width: calc(100% - 40px);
        right: 0;
        min-width: calc(100% - 40px);
        margin: 0 20px;
    }
    body .breadcrumb {
        margin: 15px 20px 30px 20px;
    }
}
@media only screen and (max-width: 1000px) {
    body.common-home .wrap-container {
        max-width: 100%;
        padding: 0 20px;
        width: 100%;
    }
    body .simple-content .simplecheckout-step{
        grid-template-columns: 1fr;
    }
}
@media only screen and (max-width: 860px) {
    body .header .wrap{
        padding:0;
    }
    body header .header-top {
        border-radius: 0;
        margin-top: 0;
        height:45px;
        padding: 10px 20px;
    }
    body header .header-top .wrap-container {
        max-width:100%;
        grid-template-columns: 1fr 1fr;
        padding:0;
    }  
    body header .header-logo{
        position: absolute;
        top: 0;
        left: 50%;
        transform: translate(-50%,0);
        background: #1b1c21;
        padding-top: 7px;
        width: 180px;
        height: 65px;
    }
    body .mobile-bar{
        display:block;
        width:27px;
    }
    body .mobile-bar .menuBar{
        display: none;
    }
    #barMenu-bar > div:first-child{
        width: 27px;
    }
    #barMenu-bar{
        display: grid;
        width: auto;
        align-items: center;
        gap: 5px;
        grid-template-columns: auto 1fr;
    }
    body .mobile-bar span{
        display:block;
        height:2px;
        background:#fff;
        margin-bottom: 2px;
        width: 17px;
    }
    body .mobile-bar.bar-nav span{
        background: #6f737d;
    }
    body .mobile-bar.active span{
        background: #90b62a;
    }
    body .mobile-bar .menuTitle{
        font-size: 16px;
    }
    body .mobile-bar.active .menuTitle{
        color:#90b62a;
    }
    body .mobile-bar span:last-child{
        width: 100%;
    } 
    body header .header-right .header-phone,
    body header .header-left > a,
    body .usermenu a.information_5,
    body .usermenu a.information_17{
        display:none;
    }
    
    body header .header-left a[data-target="#modalContact"]{
        display: block;
        background: url('img/pin.png') no-repeat;
        font-size: 0;
        height: 28px;
        width: 24px;
        margin-left: 10px;
    }
    
    body header .header-right > div{
        margin-left:auto;
    }    
    body header .header-nav .wrap-container {
        height: 35px;
        background: #2f2f37;
        width: calc(100% - 40px);
        margin: 0 20px;
        padding: 0 10px;
        border-radius: 0 0 6px 6px;
        display: flex;
        align-items: center;
        justify-content: space-between;        
    }
    body header nav.topnav.active,
    body .usermenu.active {
        display:block;
        opacity:1;
    }
    body header nav.topnav{
        display:none;
        opacity:0;
        top: 32px!important;
        width: 100%;
        min-width: 100%;
        margin: 0;
        border-top: 3px solid #2f2f37;
        background: #1b1c21;
        transition: all 0.5s;
    }
    body .usermenu {
        z-index: 11;
        transform: translateX(0);
        display: none;
        opacity: 0;
        position: fixed;
        top: 77px;
        width: 100%;
        min-width: calc(100vw - 40px);
        margin: 0;
        border-top: 3px solid #2f2f37;
        background: #1b1c21;
        transition: all 0.5s;
        width: 100%;
        padding: 20px 10px 10px 10px;
        left: 20px;
        height: auto;
        max-height: calc(100vh - 120px);
        overflow: auto;
        box-shadow: none;
    }
    body header .header-nav nav {
        padding: 20px 10px 10px 10px;
        flex-direction: column;
        overflow: auto;
        height: calc(100vh - 120px);
    }
    body header .header-nav a,
    body .usermenu a {
        background: #222328;
        padding: 10px;
        margin-bottom: 10px;
        border-radius: 6px;
        display: grid;
        grid-template-columns: 1fr auto;
        align-items: center;
        color:#646770;
        text-transform: uppercase;
        font-size:17px;
    }
    body header .header-nav img {
        margin: 0;
        order: 1;
    }    
    body .block-bullets ul {
        grid-column-gap: 20px;
    }
    body .product-carousel .module-title__text,
    body .category__title_pizza,
    body .category__title,
    h1,
    h2,
    h3 {
        font-size: 24px;
        padding:0;    
    }       
    body .footer .wrap-container {
        grid-template-columns: 1fr 1fr;
        align-items: center;
    }
    body .footer .footer_link,
    body #product .productdes2-container {
        display: none;
    } 
    body header .header-nav{
        height: 27px;
    }
    body .footer .wrap {
        border-radius: 0;
        padding:20px;
    }
    body .breadcrumb {
        margin: 15px 0 30px 0;
    }
    body #product {
        grid-template-columns: repeat(2,1fr);
    }
    body #product .product__img .product__desc{
        display:block;
        margin:20px 0 0 0;
    }
    body #product .product__img .product__desc p{
        margin:0;
    }
    body .popup-content {
        max-width: 100%;
        width: 100%;
    }
    body .popup-table > .cell{
        padding: 0;
        width:100%;
        margin:0 20px;
    }
    body .additive-one__row {
        grid-template-columns: repeat(3,1fr);
    }
}
@media (max-width: 768px){
    body .wrap .logo {
        display: block;
        height: auto;
        width: 100%;
    }    
    body .newsblog_items,
    body .additional,
    body .product-category {
        grid-template-columns: 1fr 1fr;
        grid-gap: 30px 20px;
    }    
    body .block-bullets ul {
        grid-template-columns:1fr;
        grid-gap: 20px;
    }  
    body .block-bullets li {
        border-radius: 6px;
    }
    body .product-carousel .productcarusel-box{
        margin-top:0;
    }
    body .product-carousel .swiper-button-next,
    body .product-carousel .swiper-button-prev{
        top:0;
    }
    body .product-carousel .module-title__text,
    body .category__title_pizza,
    body .category__title,
    h1,
    h2,
    h3 {
        font-size: 17px;
    }
    body .product-carousel .module-title {
        margin-bottom: 20px;
    }    
    body .slideshow-module,
    body .block-bullets,
    body .product-carousel {
        margin-bottom:40px;
        margin-top: 20px;
    }    
    body .sort {
        display: grid;
        grid-template-columns:1fr 1fr;
        grid-gap:10px;
    }
    body .sort a{
        background: #222328;
        padding: 10px;
        margin-bottom: 10px;
        border-radius: 6px;
        display: grid;
        grid-template-columns: 1fr auto;
        align-items: center;
        color: #fff;
        text-transform: uppercase;
        font-size: 17px;
        margin:0;
    }
    body .sort a:before,
    body .mobile-products-cart{
        display:none;
    }
    body .sort a img {
        order:1;
    }
    body .shop-rating {
        grid-template-columns: 1fr;
    }
    body .shop-rating > div:last-child {
        padding-right:15px;
    }
    body .display-products-cart {
        display: block;
    }
    body #ocmod-popup-okno #ocmod-popup-okno-inner {
        padding: 40px 10px 0 10px;
    }
    body #ocmod-popup-okno .ocmod-popup-center {
        padding: 0px 0 10px 0;
    }
    body #ocmod-popup-okno .body-cart .display-products-cart,
    body #ocmod-popup-okno .body-cart .display-products-cart tbody{
        display: block;
    }
    body #ocmod-popup-okno .body-cart .display-products-cart tr {
        display: grid;
        grid-template-columns: 1fr auto;
        position:relative;
        grid-column-gap:10px;
        align-items: center;
        margin:0;
        padding: 10px;
    }
    body #ocmod-popup-okno .body-cart .display-products-cart tr td {
        display: block;
        width:100%!important;
        min-width: 100%!important;
        text-align: center;
    }
    body #ocmod-popup-okno .body-cart .display-products-cart tr td.image {
        order:1;
        text-align: left;
    }
    body #ocmod-popup-okno .body-cart .display-products-cart tr td.name {
        order:3;
    }
    body #ocmod-popup-okno .body-cart .display-products-cart tr td.name a{
        font-size: 14px;
    }
    body #ocmod-popup-okno .body-cart .display-products-cart tr td.qt {
        order:2;
    }
    body #ocmod-popup-okno .body-cart .display-products-cart tr td.totals {
        order:4;
        text-align:center;
        margin-bottom:auto;
    }
    body #ocmod-popup-okno .body-cart .display-products-cart tr td.remove {
        order:5;
    }
    body #ocmod-popup-okno .body-cart .display-products-cart tr td.remove button{
        margin: 0;
        top:5px;
        right:5px;
        padding:0;
    }
    body .account-address .in-grid{
        grid-template-columns:repeat(2,1fr);
    }
}
@media (max-width: 600px){
    body #product {
        grid-template-columns: 1fr;
        grid-gap:0;
    }
    body #product .product__img .product__title,
    body #product .product__img .product__weight{
        display:block;
        text-align: center;
    }
    body #product .product__img{
        margin:0;
    }
    body #product .product__cont,
    body #product .form-group{
        text-align: center;
    }
    body #product .product__cont .product__title,
    body #product .product__cont .product__weight{
        display:none;
    }
    body #product .product__img .product__weight{
        margin-bottom:20px;
    }
    body #product .form-group {
        max-width:100%;
    }
    body #product .form-group .radio label {
        justify-content: center;
    }
    body .additive-one__row {
        grid-template-columns: repeat(2,1fr);
    }
    body .product__cont {
        padding-top:20px;
    }
}
@media (max-width: 500px){
    body .modal-content {
        width: calc(100% - 20px);
        margin: auto 10px!important;
    }
    body #contact-page {
        padding: 20px 20px 0 20px;
    }
    body .contact__cont {
        margin: 0;
    }
    body .modal-dialog {
        display: block;
        margin: 10px auto 0 auto;
    }
    body #modal-poppup {
        padding: 20px;
    }
    body .info-content .gallery-img {
        grid-template-columns: 1fr;
        grid-gap: 30px;
        margin-bottom: 30px;
    }
    body .sort,
    body .additional,
    body .product-category {
        grid-template-columns:1fr;
    }
    body .simple-content #simplecheckout_cart> div {
        padding: 5px 20px 0 20px;
    }
    body .simple-content #simplecheckout_customer .simplecheckout-block-content {
        padding: 0 20px;
    }
    body .simplecheckout-left-column {
        padding: 15px 20px;
    }
    body .simple-content #simplecheckout_cart .row-shipping_address_type_promotion {
        padding: 20px;
    }
}
@media (max-width: 480px){
    body .newsblog_items {
        grid-template-columns: 1fr;
        grid-gap: 40px;
    }  
    body .footer .wrap-container {
        grid-template-columns: 1fr;
        align-items: center;
        padding: 0;
    }
    body .footer .footer_contact,
    body .footer .footer_link .footer_title,
    body .footer .footer_link a{
        display: none;
    }
    body .footer .footer_link{
        display:grid;
        text-align:center;
        grid-template-columns: 1fr;
        margin-top: 30px;
    }
    body .footer .footer_link a.footer-information_5,
    body .footer .footer_link a.footer-information_17{
        display: block;
    }
    body .footer .footer_link a{
        font-size: 14px;
    }
    body header .header-top .icon-user{
        margin-right:10px;
    }
    #myBtn {
        display: none!important;
    }
    body #success_page .btn,
    body #success_page h1,
    body #success_page p{
        font-size: 14px;
    }
    body #success_page{
        margin:25px 0;
    }
    body .account-address .in-grid{
        grid-template-columns:1fr;
        margin:0;
    }
    body .account-address {
        background: #222328;
    }
    body .account-cart #ocmod-popup-okno #ocmod-popup-okno-inner,
    body .account-orders,
    body .account-address{
        padding: 20px;
    }
    body .account-orders .orders-item {
        font-size: 14px;
    }
    body .account-info {
        margin: 20px 0;
    }
    body .account-orders .orders-body {
        padding-right: 10px;
    }

}