@media only screen and (min-width: 375px) and (max-width: 400px) {

    .main-card {
        max-width: 150px !important;
    }
}

@media only screen and (min-width: 358px) and (max-width: 365px) {

    .main-card {
        max-width: 150px !important;
    }
}

@media only screen and (min-width: 250px) and (max-width: 600px) {
    
    #ref {
        font-size: 12px;
    }

    #menuToggle {
        display: inline !important;
        width: 20% !important;
        margin-top: 10px;
    }

    .cust-nav {
        display: none !important;
        width: 20% !important;
    }

    .logo {
        width: 200px !important;
    }


    .cust-nav-2 {
        margin-top: 10px !important;
        width: 20% !important;
    }

    .fa-shopping-cart {
        display: none !important;
    }

    .cust-nav-2 li a {
        padding: 0 !important;

        margin-left: 0.5rem;
    }

    .userdata{
        width: 370px !important;
        top: 55px !important;
        right: -20px !important;
    }


    .carousel-caption{
        position: absolute;
        top: 30px;
    }



    .products {
        padding: 15px !important;
    }

    .main-card {
        width: 170px !important;
        padding: 0.5rem !important;
    }

    .card-2 {
        height: 150px !important;
    }

    .p-name {
        font-size: 14px;
    }

    .web-name {
        font-size: 13px;
    }

    .Coupon {
        flex-direction: column;
    }

    .Coupon img {
        width: 100% !important;
        margin-bottom: 10px;
    }

    .p-profile {
        flex-direction: column;
    }

    .p-profile img {
        width: 100%;
    }

    .p-profile h1 {
        font-size: 26px;
        text-align: justify;
    }


    /* product page - 2 */

    .product-page{
        flex-direction: column;
        padding: 0;
    }

    .product-page .col-6:nth-child(1){
        width: 100%;
        
    }

    .product-page .col-6:nth-child(3){
        width: 100%;
        padding: 0 10px 0 10px !important;
        margin-top: 50px;
        
    }

    .breadcrumb {
        font-size: 13px;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    /* checkout form */

    .main-flexer{
        flex-direction: column-reverse !important;
    }


    /* your orders page */

    .custom-size{
        min-width: 95%;
       margin-top: 150px !important;
    }




}