 /* ======= special_products, product_search, collection_index, collection_products, brand_products ======= */
 .products-list .productItem .btn{
    font-size:10px;
    padding: 0 15px;
}
.products-list .productItem .btn svg{
    width: 12px;
    height: 11px;
}
.products-list .productItem{
    border-radius: 14px 14px 25px 25px !important;
} 

 @media(max-width:1199px){
     /* ======= product_view ======= */
   .product-marg .productItem .btn{
       padding: 0 15px;
   }
}

@media screen  and (max-width:991px) and (min-width:768px){
    /* ======= product_view ======= */
    .product-marg .productItem .btn{
        font-size: 10px;
        height: 35px;
    }
    .product-marg .productItem .btn svg{
        height: 10px;
        width: 10px;
    }
}

@media (max-width:576px){
    /* ======= guest_index ======= */
    .slick-list .btn{
        font-size: 10px;
        padding: 0 15px;
    }
    .slick-list .btn svg{
        width: 10px;
        height: 10px;
    }
   .slick-list .productItem{
        border-radius: 14px 14px 23px 23px !important;
    }
   .slick-list .productItem a {
        height: 35px;
    }
    /* ======= product_view ======= */
    .product-marg .productItem .btn{
        font-size: 10px;
    }
   .product-marg .productItem .btn svg{
        width: 10px;
        height: 10px;
    }
    .product-marg .productItem{
        border-radius: 14px 14px 23px 23px !important;
    }
    .product-marg .productItem a {
        height: 35px;
    }
    
    /* ======= user_signin, user_forgotpassword ======= */
    .login-box h1{
    font-size: 21px;
    }
    .forgot-password-wrapper label{
        width: 70%;
      }
} 




