@media only screen and (max-width: 1750px) {
    
    
    .wrapper{max-width:90%!important;}
    
}
@media only screen and (max-width: 820px) {
	
    iframe{width:100%; float:left;}
    
    #header  #menu{display:none;}
    
    
    span#mobile_menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999999999999;
    background: #fff;
}
    
    #mobile_menu img{
        
        position: absolute; bottom:15px; left:15px; width:120px;
        
    }
    
    #menu{width:100%;}
        #menu a {
        display: block;
        text-align: left;
        margin: 15px;
        font-size: 22px;
    }
    
    #menu_open {
        display: block !important;
        width: 40px;
        height: 40px;
        position: absolute;
        top: 0;
        z-index: 3;
         background-repeat: no-repeat!important;
        background-size: contain !important;
        right: 5%;
        top: 40px;
    }
    
        #menu_close {
     background-repeat: no-repeat!important;
        width: 40px;
        height: 40px;
        position: absolute;
        top: 0;
        z-index: 3;
        background-size: contain !important;
        right: 5%;
        top: 40px;
    }
    
    
    
    #search_filter{display:none;}
    
    p.woocommerce-result-count {
    display: none;
}
    
    ul.products.columns-4 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}
    
    form.woocommerce-ordering {
    display: none;
}
    
    #prod_results {
    width: 100%;
    float: right;
}
    
    h1 {
    font-size: 27px;
    line-height: 40px;
    margin-top: 20px;
    margin-bottom: 20px;
}
    
    #product_gal {
    width: 100%;
    float: left;
    margin: 50px 0 0 0;
}
    
    .woocommerce div.product div.summary {
    width: 100% !important;
    float: right;
    padding: 50px 0;
}
    
    #topbar {
    background: #bb4545;
    width: 100%;
    height: 8px;
    color: #fff;
}
    #topbar span{display:none;}
    
    #other_colours > div, h3 {
    font-size: 20px;
    line-height: 32px;
    margin-top: 16px;
    margin-bottom: 16px;
}
    
    
    #copyright a {
    font-weight: bold;
    color: #fff;
    display: block;
    margin-top: 10px;
}
    
    #other_colours > span {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}
    #foot_4 img {
    width: 150px;
    margin-top: 20px;
}
    
    
    ul li, p {
    font-size: 15px;
    line-height: 24px;
    margin-top: 12px;
    margin-bottom: 12px;
}
    
    .wrapper{max-width:90%!important}
    
    .footer_block{width:100%!important;}
    
    
    #free_del > span {
    display: block;
    text-align: center;
    padding: 30px 0;
    z-index: 2;
    color: #fff;
    position: relative;
    text-shadow: 2px 1px 2px rgba(0, 0, 0, 0.6);
    font-size: 37px;
    width: 90%;
    margin: 0 auto;
    border: 5px solid #fff;
}
    
    
    #home_banner > span {
    width: 100%;
    float: left;
    position: relative;
    height: 300px;
}
    
    
    #home_banner > span.second a {
    width: 100%;
    height: 150px;
    position: relative;
    float: left;
}
    
    
    
    #home_banner > span.first a span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    font-size: 32px;
    color: #fff;
    text-shadow: 2px 1px 2px rgba(0, 0, 0, 0.6);
}
    
    #home_banner > span.second a span div, #home_banner > span.first a span div {
    background: #bb4545;
    padding: 5px 15px;
    text-align: center;
    border-radius: 50px;
    font-size: 20px;
    margin-top: 20px;
    text-transform: uppercase;
}
    
    
    #home_banner > span.second a span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    font-size: 30px;
    color: #fff;
    text-shadow: 2px 1px 2px rgba(0, 0, 0, 0.6);
}
    
    .woocommerce .woocommerce-breadcrumb {
    margin-top: 10px !important;
    line-height: 20px;
}
    
}