

.umino-product_slider-5 .slick-slide {
margin: 0px 7px!important;
}


.umino-banner_area-3 {
background-color: #ffffff;
margin-bottom:3%;
}

.umino-banner_area-3 h4{
color: #f07c25;
font-weight: 500;
font-family: "Niconne Regular";
margin-bottom: 20px;
font-size: 32px;
}

.umino-banner_area-3 a{
text-decoration: underline;
font-size: 15px;
font-weight: 500;
}


.img-hover_effect {
  position: relative;
  display: block;
}

.img-hover_effect a {
  overflow: hidden;
  display: block;
}

.img-hover_effect a img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
   -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.img-hover_effect:hover a img {
  -webkit-transform: scale(1.06);
  -ms-transform: scale(1.06);
  transform: scale(1.06);
}
/*Category Grid*/

.categories_one_single {
    padding: 15px;
    margin-bottom: 20px;
    text-decoration: none!important;
    border-radius:3px;
    text-align: center;
    border: 1px solid #e4e4e4;
}


.categories_one_icon{
    height: 75px;
    background-color: #e6e6e6;
    width: 75px;
    margin-left: auto;
    padding: 15px;
    margin-right: auto;
    border-radius: 100%;
}

.categories_one_icon img{
    width: 41px;
    object-fit: contain;
    height: 41px;
  }

  .categories_one_single:hover {
    background: #f0f3f6;
    text-decoration: none;
    border-bottom: 1px solid #f07c25;
}


.categories_one_single h4 {
font-size: 15px;
margin-top: 10px;
font-family: "Barlow", Helvetica, sans-serif;
margin-bottom: 0rem;
color: #111;
font-weight: 450;
line-height: 18px;
}

.categories_one_single h4 a{
    text-decoration: none;
}

.umino-product_slider-5 .single-product  {
position: relative;
border-radius: 3px;
}

.umino-product_slider-5 .single-product  .product-img{
max-height: 141px;
width: 100%;
height: 173px;
background-color: #e6e6e6;
}

.umino-product_slider-5 .single-product  .product-img a img{
width: 100%;
/*object-fit:  cover;*/
height: 110px;
}

.umino-product_slider-5 .single-product  p{
position: absolute;
word-break: break-all;
color: #111;
bottom: 0px;
border-top: 1px solid #e4e4e4;
padding:3px;
font-size: 15px;
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;
text-transform: capitalize;
background-color: #fff;
left: 0;
width: 100%;
}


.umino-product_slider-6 {
margin: 20px 7px 0px;
border-radius: 3px;
}

.umino-product_slider-6 .single-product  .product-img{

width: 100%;
height: 141px;
max-height: 141px;

}

.umino-product_slider-6 .single-product  .product-img a img{

width: 100%;
object-fit: contain;
height: 135px;

}