/*
Theme Name: The Best Pharmacy
Author: Sam
Text Domain: thebestpharmacy
Version: 1.0
Description: Techrewa wordpress Theme
*/

/* adds some margin below the link sets  */
.container-fluid{
	max-width: 90%;
}
.error{
    border: 2px solid #ff0000 !important;
}
#error{color: #ff0000;}
#loading{color: #0db40d;}
#success{color: #0db40d;}
.search-form select{
    width: 100%;
    height: 47px;
    border-radius: 10px;
    border: 1px solid #eee;
    color: var(--bs-body-color);
    padding: 0 0 0 9px;
}
.product-rate.woocommerce .star-rating{
    float: none;
    margin: 0 0 10px 0;
}