.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%;
}

.btn-file{
  position: relative;
  padding: 11px 16px;
  font-size: 15px;
  line-height: 1.5;
  border-radius: 3px;
  color: #fff;
  background-color: #EB3300;
  border: 0;
  transition: 0.2s;
  overflow: hidden;
}

.btn-file input[type = "file"]{
  cursor: pointer;
  position: absolute;
  left: 0%;
  top: 0%;
  transform: scale(3);
  opacity: 0;
}

.btn-file:hover{
  background-color: #db3000;
}
.btn-read-more {
    width: max-content;
    padding: 10px 20px;
    margin: 20px auto;
}
.th-header .th-btn {
    padding: 15px 18px;
    font-size: 15px;
}
.product-img img,
.thumb-image-product {
    object-fit: contain;
    /* aspect-ratio: 3/2; */
}
.product-img img,
.thumb-image-product {
    object-fit: contain;
    aspect-ratio: 3/3;
    mix-blend-mode: color-burn;
}
@media (max-width: 470px) {
    .call-btn .th-btn {
       font-size: 14px;
    line-height: 14px;
    padding: 15px 20px;
    }
}
