/*

Theme Name: shop

Description: This is a child theme for Flatsome Theme

Author: UX Themes

Template: flatsome

Version: 3.0

*/



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

.itc-slider .img-inner img{

	transition: transform 0.5s ease;

	transform: scale(0.8);

}

.itc-slider .img-inner:hover img{

	transform: scale(1);

}

.product-small .box-image {
  background: #fff;               /* Nền trắng */
  border-radius: 50px 50px 50px 0;            /* Bo góc mềm mại */
  overflow: hidden;               /* Ẩn phần hình ảnh vượt khung */
  padding: 10px;                  /* Khoảng cách trong khung */
  border: 1px solid #c70752;
  transition: all 0.3s ease;      /* Hiệu ứng hover mượt mà */
  display: flex;
  justify-content: center;
  align-items: center;
}

.product-small .box-image img {
  width: 100%;
  height: auto;
  object-fit: contain;            /* Giữ tỉ lệ ảnh */
  border-radius: 12px;            /* Bo nhẹ cho ảnh */
}

.mrgintop{
	margin-top: -400px;
	position: relative;
	z-index: -1;
}
.in-margintop{
	position: relative;
	z-index: 999;
}

@media only screen and (max-width: 48em) {

/*************** ADD MOBILE ONLY CSS HERE  ***************/





}

