/*
Theme Name: Invet (Tss247)
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}

#masthead .nav-left{
  justify-content: flex-end;
  padding-right: 30px;
}

/* Cắt ảnh sản phẩm đều nhau */
/* .products .product-small .box-image {
  height: clamp(220px, 24vw, 340px);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
*/
.products .product-small .box-image .image-none,
.products .product-small .box-image a {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.products .product-small .box-image img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  object-fit: contain; 
  display: block;
  margin: 0 auto;
} 

.products .product-small .box-image{
      border: 1px solid #e9e8e8;
    border-radius: 6px;
}


.wpc-filter-header .wpc-filter-title {
    font-size: 1.3em;
    font-weight: bold;
    background: var(--fs-color-primary);
    padding: 5px 15px;
    color: #fff;
}