/***************
	slide
****************/
span.title {
    font-family: playfair display;
    color: #fff;
    font-size: 50px;
    text-shadow: 0 0 10px black;
}
@media screen and (max-width:992px){
span.title {
    font-family: playfair display;
    color: #fff;
    font-size: 35px;
    text-shadow: 0 0 10px black;
  }}


/*-------------------------
   ELLIPSES PRODUCT NAME
--------------------------*/
.hikashop_carousel .thumbnail span.hikashop_product_name {
    height: 45px;
    font-weight: 400; 
    font-size: 14px;
    line-height: 1.5;
    text-align: left !important; 
    display: block;
    display: -webkit-box !important; 
    -webkit-line-clamp: 1; 
    -webkit-box-orient: vertical; 
    overflow: hidden; 
    text-overflow: ellipsis; 
    margin: 10px 0 10px; 
}



@media screen and (max-width:992px){
.hikashop_carousel  span.hikashop_product_name {
    background: none;
}
  
.hikashop_carousel .thumbnail span.hikashop_product_name {
    height: 60px;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    text-align: left !important;
    display: block;
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 10px 0 10px;
}}
