@media screen and (max-width:1024px) {
    .pro_shop_con .productslider {
        flex: 0 0 calc((100% - 120px) / 2);
        max-width: calc((100% - 120px) / 2);
        margin-left: 0px;
        margin-top: 40px;
        
    }
    .btn_show{
        right: 0px!important;
    }
}

@media screen and (max-width:992px){
    .pro_shop_con .productslider {
        flex: 0 0 calc((100% - 120px) / 3);
        max-width: calc((100% - 120px) / 3);
        margin-left: 0px;
        margin-top: 40px;
    }
}

@media screen and (max-width:768px){
    .pro_shop_con .productslider {
        flex: 0 0 calc((100% - 120px) / 2);
        max-width: calc((100% - 120px) / 2);
        margin-left: 0px;
        margin-top: 40px;
    }
    /* .pro_shop_con .productslider {
        flex: 0 0 calc((100% - 120px) / 2);
        max-width: calc((100% - 120px) / 2);
        margin-left: 40px;
        margin-top: 40px;
    } */
}

@media screen and (max-width:567px){
    .shop_right{
        flex: 0 0 100%;
        max-width: 100%;
    }
    .pro_shop_con{
        justify-content: center;
        align-items: center;
        width: 100% !important;
        margin: 0px auto;
    }
    .pro_shop_con .productslider {
        flex: 0 0 calc((100% - 80px) / 1);
        max-width: calc((100% - 80px) / 1);
        margin-left: 0px;
        margin-top: 40px;
    }
}
@media (max-width: 600px) {
    .addcart{
        opacity: 1!important;
        bottom: 30px!important;
      }
      .addtorate{
      opacity: 1!important;
      right: 20px!important;
      }
      .btnaddtocart{
        opacity: 1!important;
      }
      .addtowishlist {
        opacity: 1!important;
        right: 20px!important;
    }
}



