.product-miniature-images-all{
display: none;
visibility: hidden;
}

.quantity_discount.eohover{
display: block !important;
visibility: visible !important;
margin-left: 5px;
margin-right: 5px;
margin-top: 10px;
font-size: 15px;
}

th.text-center{
text-align: center;
color:black;
}


#products .col-lg-4 .product-description .product-title {
    white-space: normal;
}

#index .product-description .product-title {
    white-space: normal;
}

.collection-view{
visibility: hidden;
}

#header .logo {
    padding: 5px 0px 5px 0px !important;
    max-height:  75px;
}

@media (max-width: 991px) {
    #header .logo{
        padding: 15px 0px 5px 0px !important;
        max-width: 140px;
        max-height: 70px;
    }
}

.thumbnail-container-image{
min-height: 200px !important;
}

.h5.category-title{
font-weight:700;
}

#anthemeblocks-homeslider_1 .btn-box{
display: none !important;
}

#popup-cofanos-overlay {
  position: fixed;
  z-index: 2147483647 !important;
  top: 0; left: 0; width: 100vw; height: 100dvh;
  background: rgba(0,0,0,0.5);
  display: flex;
  align-items: center;
  justify-content: center;
}
#popup-cofanos {
  background: #fff; border-radius: 10px; max-width: 90vw; max-height: 90dvh; box-shadow: 0 0 20px #0005; position: relative; padding: 0;
  display: flex; flex-direction: column; align-items: center;
}
#popup-cofanos img {
  max-width: 90vw; max-height: 70dvh; width: auto; height: auto; border-radius: 10px 10px 0 0;
}
#popup-cofanos-close {
  background: #d32f2f; color: #fff; border: none; border-radius: 0 0 10px 10px; padding: 12px 32px; font-size: 1.1em; cursor: pointer; margin-top: 0;
  width: 100%;
  transition: background 0.2s;
}
#popup-cofanos-close:hover { background: #b71c1c; }
@media (max-width: 600px) {
  #popup-cofanos img { max-width: 98vw; max-height: 50dvh; }
  #popup-cofanos { max-width: 98vw; }
}