header .logo img, 
.header-logo img, 
.site-logo img,
.navbar-brand img {
    max-height: 80px !important; 
    width: auto !important;
    max-width: 300px !important;
}
.product-category .large-collection-slider .thumbnail, #product_list_without_category .product-box .thumbnail{
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    overflow: hidden;
}
.product-category .large-collection-slider .thumbnail img:hover{
    transform: scale(1.2);
}
.product-category .large-collection-slider .thumbnail img, #product_list_without_category .product-box .thumbnail img {
    height: 274px;
    object-fit: contain;
    transition: all 0.5s ease;
}
@media (min-width: 992px){
    .header-bg .top-links li a{
        border: 1px solid #dee2e6;
        background: rgba(0, 0, 0, 0);
        border-color: #447c4a;
        color: #447c4a;
        padding: .375rem .75rem;
        border-radius: 25px !important;
    }
    .header-bg .top-links li a:hover{
        background: #447c4a;
        color: #fff;
        border-color: #447c4a;
    }
}
.home_page_body .body-container.section-bottom-padding{
    padding: 0 !important;
}
.home_page_body .body-container .HomePage_Title h1{
    padding: 0 !important;
    margin: 0 !important;
}
.service_box .service_details .h3{
    font-size: 20px !important;
}