.owl-thumbs .owl-thumb-item img {
    object-fit: contain;
    /* aspect-ratio: 3/2; */
}
.owl-carousel .owl-item img {
    object-fit: contain;
    aspect-ratio: 3/3;
    mix-blend-mode: color-burn;
}
.news-letter input[type="checkbox"]:checked ~ label:before {
    content: "\f00c";
    color: #eb3300;
    background-color: #ffffff;
    border-color: #eb3300;
}
/*
.hero-title {
    font-size: 50px !important;
    font-weight: 800;
    line-height: 50px !important;
    margin-top: 0px;
    margin-bottom: 50px;
} */
.hide_element {
    display: none !important;
}
.show-element {
    display: block !important;
}
.z-index-99 {
    z-index: 99 !important;
}
.cursor-pointer:hover {
    cursor: pointer !important;
}
.padding-10 {
    padding: 10px !important;
}
.padding-0 {
    padding-left: 0px !important;
}
.padding-form-place-order {
    padding: 15px 30px 30px !important;margin-top: 0px !important;
}
@media print {
    .noPrint{
        display:none !important;
    }
    .h4, h4 {
        font-size: 18px;
    }
    .mt-4 {
        margin-top: 0rem !important;
    }
    .cart_table td {
        padding: 2px;
    }
    .cart_totals th, .cart_totals td ,
    .cart_totals th:first-child, .cart_totals td:first-child{
        font-size: 10px;
    }
    .cart_totals th, .cart_totals td {
        font-size: 11px;
    }
    .cart_table,
    .checkout-ordertable {
        font-size: 11px;
    }
}

.btn-whatsapp {
    display: block;
    width: 52px;
    height: 52px;
    color: #fff;
    position: fixed;
    right: 15px;
    bottom: 92px;
    border-radius: 50%;
    line-height: 80px;
    text-align: center;
    z-index: 999;
    transition: .3s;
}

.btn-whatsapp:hover {
    scale: 1.1;
}

.header-logo img {
    max-width: 80%;
}

/* ------------ */
.service-item:hover .half-line-btn:before {
    background-color: #ffffff;
}

.service-item {
    background-color: var(--theme-color);
}

.service-item:hover .half-line-btn {
    color: #ffffff;
}
.service-item:hover .half-line-btn i {
    color: #ffffff;
}
.service-item:hover .service-item_text {
    border-bottom: 1px solid #f8f8f8;
}

.icon-header-call {
    font-size: 25px;
    margin-top: 5px;
    margin-right: 5px;
}

.icon-header-call:hover {
    color: #fff;
}
@media (max-width: 767px) {
    .hero-style1 {
        padding: 150px 0 100px 0 !important;
    }
    .th-btn {
    position: relative;
    padding: 14px 26px;
    font-size: 15px;
    max-width: 300px;
    }
}
@media (max-width: 470px) {
    .th-btn {
    max-width: 220px !important;
 }
}
