/* Show menu ONLY on mobile */
@media(max-width:450px){
.hero-section-3 {
  position: relative;
      margin-top: -12px;
}
     .about-wrapper .about-image img {
        width: 100%;
    }
    .about-section {padding-top:31px!important;}
    .width-75{max-width: 100%;}
    .res-col-50{width:50%;}
    .border-top{border-top:2px solid #d12525!important;}
    .res-img-bottom{    border-radius: 20px;
    max-width: 90%;
    margin-top: 0px;
    margin-left: 21px;}
    .res-gap{gap:45px;}
    .res-w1{width:40%;}
    .res-w2{width:60%;}
            .breadcrumb-wrapper .page-heading {
        padding: 40px 0;
    }
    
.boxone{margin-top:10px; margin-bottom:20px;}
.contact-info-items{padding:30px;}
    .product-details-wrapper .single-tab .nav .nav-link {padding:12px 35px;}
    .product-details-wrapper .single-tab .nav{display:flex;}
  .mobile-ham{
    background:#d12525;
    border:0;
    color:#fff;
    font-size:22px;
    padding:10px 14px;
    border-radius:8px;
    position:fixed;
    top:15px;
    right:15px;
    z-index:9999;
    display:block;
  }

  .mobile-menu2{
      display:block;
    position:fixed;
    left:-100%;
    top:0;
    height:1000px;
    width:100%;
    background:#fff;
    z-index:99999;
    padding:20px;
    box-shadow:2px 0 15px rgba(0,0,0,0.2);
    transition:0.3s;
    overflow-y:auto;
  }

  .mobile-menu2.open{ left:0; }

  .mm-header{
   
    justify-content:space-between;
    align-items:center;
    margin-bottom:20px;
  }
  .mm-logo{
    background:#d12525;
    color:#fff;
    width:45px;
    height:45px;
    border-radius:10px;
    display:grid;
    place-items:center;
    font-size:22px;
    font-weight:700;
  }
  .mm-title{
    font-size:16px;
    font-weight:600;
    color:#111111;
  }
  .mm-close{
         background: #ffffff;
    border: 0;
    font-size: 28px;
    color: #ea2326;
    position: absolute;
    top: 50px;
    left: 82%;
    padding: 5px 8px;
    border-radius: 6px;
  }

  .mm-nav{ list-style:none;padding:0;margin:0; }
  .mm-item{ margin-bottom:8px; }
  .mm-link{
    padding:12px;
    background:#f5f5f5;
    border-radius:8px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    font-weight:600;
    cursor:pointer;
    color:#111111;
  }
  .mm-link i:first-child{
    margin-right:10px;
    color:#d12525;
  }
  .mm-dropdown{
    list-style:none;
    padding-left:20px;
    max-height:0;
    overflow:hidden;
    transition:0.3s ease;
  }
  .mm-dropdown a{
    display:block;
    padding:8px 0;
    color:#222;
    text-decoration:none;
  }

  .arrow{ transition:0.3s; }

  /* CONTACT */
  .mm-contact{
    margin-top:20px;
    padding-top:15px;
    border-top:1px solid #eee;
  }
  .ct-item{
    margin-bottom:12px;
    display:block;
    align-items:center;
    gap:10px;
    color:#111111;
  }
  .ct-item a{
    color:#111111;
    text-decoration:none;
    font-weight:600;
  }
  .ct-social{
    display:flex;
    gap:12px;
  }
  .ct-social a{
    width:40px;height:40px;
    display:grid;place-items:center;
    background:#d12525;
    color:#fff;
    border-radius:8px;
  }
}
