.header-select{
    width: max-content!important;
}
.header-top-select{
    justify-content: end!important;
}

*{
    text-transform: none!important;
}

#module-banner .p-5{
    padding: 5px!important;
}
.contact-info a {
    color: #000;
}
.service-policy-item img {
    height: 70px;
    object-fit: contain;
}


.header-form input::placeholder {
    font: 20px sans-serif!important;
}
.easy-autocomplete {
    width: 100%!important;
    border: 0!important;
}
.easy-autocomplete input {
    border: 0!important;
}
.easy-autocomplete-container a {
    display: block;
    color: #000;
}

/*body.home header.header-area {*/
/*    position: absolute;*/
/*    z-index: 999;*/
/*    width: 100%;*/
/*}*/
.product-caption {
    padding: 10px;
    min-height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.banner-thumb img {
    width: 100%;
    border-radius: 12px;
}
.price-box a {
    display: inline-block;
    background: #fc7171;
    padding: 10px 0px;
    border-radius: 30px;
    color: #fff;
    margin: 3px 0;
    width: 49%;
    font-size: 14px;
}
.btn-cart3 {
    background: #c315c3!important;
}
.footer-widget-area {
    background: #eeeeee30;
}
.contact-map iframe {
  width: 100%;
    height: 300px;
    border-radius: 12px;
}