/*Write Css*/

.barberShop_service__single__icon img {
    width: 100%;
    height: 250px !important;
    max-height: initial;
    object-fit: cover;
}

.barberShop_service_area .barberShop_service__single {
    height: 560px;
    overflow: hidden;
}

.barberShop_handsome__wrapper .tittle:before,
.barberShop_handsome__wrapper .tittle:after {
    display: none;
}

.barberShop__pricing__contents .checkBox {
    margin: 0 0 10px 0;
}

.barberShop__pricing__contents .checkBox input {
    border: 1px solid var(--heading-color);
    border-radius: 50%;
}

.singleProduct .productCap .btn-wrapper a {
    display: block !important;
    width: 100% !important;
}

.singleProduct .productCap .rating-wrap p {
    display: none;
}
 
.singleProduct .productCap {
    height: 200px;
    overflow: hidden;
}

.barberShop_handsome_area .barberShop_handsome {
    overflow: hidden;
}

@media (max-width: 1200px){
    .barberShop_service_area .barberShop_service__single {
        height: 600px;
    }
}

@media (max-width: 768px){
    .barberShop_service_area .barberShop_service__single {
        height: auto;
    }
    .barberShop_service__single__icon img {
        height: auto !important;
    }
}

@media (max-width: 576px){
    .singleProduct .productCap {
        height: 220px;
        overflow: hidden;
    }
}