@media (max-width:992px) {
    .toggle-btn{
        display: block !important; 
    }
  .cart-logo {
        display: block !important;
    }    
    
    /*.header-screen {*/
    /*    opacity: 0;*/
    /*    pointer-events: none;*/
       
    /*}*/
    
    .header-screen {
        width: 320px !important;
        opacity: 0;
        /*pointer-events: none;*/
        transform: translateX(100%);
        top: 0 !important;
        right: 0 !important;
        transition: transform cubic-bezier(.51, .92, .24, 1.15) 1s;
    }
    
    .content{
        margin-left: 0;
    }
    .section-mainBox {
       padding-left: 10px;
       padding-right: 10px;
    }
    .menu-btn{
        padding: 12px;
    }
    
    .profile-content {
     margin-top: -140px;
    transform: translateX(-50%);
        
    }
}
@media (max-width:768px) {
.Product-details .product-discription h3{
    font-size: 18px;
}
.section-padding-bottom {
    padding-bottom: 40px;
  }
.section-padding-top {
    padding-top: 40px;
  }
  .section-padding {
    padding: 40px 10px;
}
}
@media (max-width:576px) {
    
    .col-lg-4{
        padding: 0;
    }
    .col-lg-6{
        padding: 0;
    }
    .profile-content{
    padding: 25px 6px !important;
}
#WebsiteLinks .useful-links .link p {
        font-size: 14px;
        padding: 0px 10px;
    }
}




