

/* common*/ 
.clear{
    clear: both;
}
.mr-bottom-15{
    margin-bottom: 15px;
}
.mr-bottom-20{
    margin-bottom: 20px;
}
.mr-left-20{
    margin-left: 20px;
}
.mr-top-20{
    margin-top: 20px;
}
.padding-footer{
    padding:20px 0 25px;
}
.content-ptop-24{
    padding-top: 24px;
}


.title-text-between{
    display: flex;
    justify-content: space-between;
}

.card-title{
    font-size: 22px;
    font-weight: 350;
    color: #424242;
}
.card-shop-more{
    text-decoration: none;
    font-size: 14px;
    color: #1a9cb7;
    font-weight: 550;
}
.arrow-right{
    font-weight: bold;
}
.mod-card{
    background-image: url(https://lzd-img-global.slatic.net/g/tps/tfs/TB1wkpOf5qAXuNjy1XdXXaYcVXa-720-720.png_200x200.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.image{
    width: 100%;
    height: 100%;
}

.product-hover-shadow:hover{
    box-shadow: 0 1px 4px 0 rgba(0,0, 0, 0.25) ;
}
.currency{
    text-decoration: underline;
}
.product-price {
    height: 22px;
    line-height: 22px;
    font-size: 18px;
    color: #f57224;
    margin-bottom: 4px;
    letter-spacing: -0.56px;
}
.product-origin-price{
    font-size: 12px;
    margin-bottom: 4px;
}
.origin-price{
    color: #9e9e9e;
    text-decoration: line-through;
    letter-spacing: -0.56px;
}
.discount{
    color: #000;
    margin-left: 4px;
}
.card-sold{
    height: 17px;
    margin-bottom: 7px;
}
.star-actice{
   color: #faca51;
}
.star-actice-hafl{
    color: #faca51;
   
}
.footer-h3-title{
    color: #183544;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px;
    line-height: 35px;
}
.footer-h1-title{
    color: #606060;
    font-weight: 300;
    font-size: 16px;
    height: 40px;
    line-height: 20px;
    margin-bottom: 5px;
}
 /* end common   */