/*********************************************************************************

	Template Name: Boighor Bookshop Responsive Bootstrap4 Template  
	Description: Template description
	Version: 1.0
	Note: This is custom css. All custom styles (user styles) declare here.

**********************************************************************************/


   .black-button {
            background: #000 none repeat scroll 0 0;
            color: #fff;
            display: block;
            padding: 10px 0;
            font-size: 14px;
            text-transform: uppercase;
            border-radius: 5px;
            font-weight: 700;
            transition: 0.4s;

            text-align: center;
        }

     .black-button:hover {
                background: #e59285 none repeat scroll 0 0;
                color: #fff;
            }

     .client-name{
         text-align:center;
         padding-right:26px;
         line-height:15px;
     }

.product-item {
    font-size: 18px;
    line-height: 36px;


}

