.sham-product{
    /* height: 410px; */
    /* 2018-8-23 kelvin: adjust sham-product height */
    height: auto;
    overflow: hidden;
}
.sham-product .p-thumbnail img{
    width: 100%;
    /* height: auto; */
    height: 272px;
    /* 2018-8-23 kelvin: fix sham theme product image problem */
    object-fit: contain;
}

.sham-product .inner-product{
    width: 100%;
}
.sham-product .p-title{
    width: 100%;
}
.sham-product .p-price{
    width: 100%;
}

.sham-product .product-details{
    background-color: transparent;
    position: absolute;
    left: 0;   
    top: 0;
    width: 100%;
    opacity: 0;
}
.sham-product .product-details .product-btns{
    position: absolute;
    bottom: 20px;
    right: 0;
    left: 0;
    text-align: center;
}
.sham-product .product-btns span {
    display: inline-block;
}
.sham-product .product-btns .li-icon {
    background-color: #FFF;
    color: #4A3638;
    font-size: 16px;
    padding: 0;
    text-align: center;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    line-height: 42px;
    display: inline-block;    
}
.sham-product .p-title{
    text-align: center;
    margin-bottom: 5px;
    margin-top: 9px;
    padding-bottom: 0;
    font-size: 26px;
    font-family: "Unica One",sans-serif;
    font-weight: 300;
    word-wrap: break-word;
    overflow: hidden;
    line-height: 32px;
    max-height: 63px;
    min-height: 63px;        
}.sham-product .p-title a{
    color: #323237;
}
.sham-product .p-price{
    text-align: center;
    color: #323237;
    margin-bottom: 0;
    margin-top: 10px;
    font-size: 20px;
    font-weight: 500;
}
.sham-product .p-price ins{
    text-decoration: none;
}
.sham-product .p-price span{
    display: block;
    white-space: nowrap;
    overflow: hidden;
}
.sham-product .add-to-wishlist.saved{
    background-color:red;
    color: white;
}