component-product-card-p a, component-product-card-p a:hover {
    text-decoration: none !important;
    outline: none !important;
}
component-product-card-p .-cover {}
component-product-card-p .-cover .text-center {
    text-align: center;
}
component-product-card-p .-cover .img {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    padding-top: 80%;
}
component-product-card-p .-cover .coin img {
    display: inline-block;
}
component-product-card-p .-cover .coin span {
    color: #ECBA27;
}
component-product-card-p .-cover .iconBadge .fa {
    color: #e6e6e6;
}
component-product-card-p .-cover .iconBadge {
    position: absolute;
    top: 0;
    left: 20px;
}
component-product-card-p .-cover .-badge {
    margin-top: 15px;
    margin-bottom: 5px;
    height: 20px;
}
component-product-card-p .-cover .-badge .NewArrival {
    color: #4caf50;
    border-color: #4caf50;
}
component-product-card-p .-cover .-badge .Recommend {
    color: #ff9800;
    border-color: #ff9800;
}
component-product-card-p .-cover .-badge .BestSeller {
    color: #03a9f4;
    border-color: #03a9f4;
}
component-product-card-p .-cover .-badge .-badge-type {
    padding: 0 5px;
    border: 1px solid;
}
component-product-card-p .-cover .-title-cover {
    height: 56px;
}
component-product-card-p .-cover .-short-description-cover {
    height: 46px;
    margin: 0 20px;
}
component-product-card-p .-cover .-short-description-cover .-table {
    display: table;
    height: 100%;
    width: 100%;
}
component-product-card-p .-cover .-short-description-cover .-table .-cell {
    display: table-cell;
    vertical-align: middle;
}
component-product-card-p .-cover .-title-cover .-table {
    display: table;
    height: 100%;
    width: 100%;
}
component-product-card-p .-cover .-title-cover .-table .-cell {
    display: table-cell;
    vertical-align: middle;
}
component-product-card-p .-cover .-title-cover .-table .-cell .-title {
    font-size: 22px;
    line-height: 1.5;
    height: 60px;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    text-decoration: none;
}
component-product-card-p .-cover .-short-description-cover .-table .-cell .-short-description {
    font-size: calc(14.4px) !important;
    line-height: 1.6 !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
component-product-card-p .-cover .img.not-img {
    background-color: darkgrey;
}
component-product-card-p .-cover .-price-cover {
    padding: 5px 0;
}
component-product-card-p .-cover .-price-cover .-discount {
    height: 20px;
    color: red;
}
component-product-card-p .-cover .-price-cover .-discount .currency {
    font-size: 10px;
    font-weight: normal;
}
component-product-card-p .-cover .-price-cover .-compare-price {
    height: 21px;
    color: darkgrey;
}
component-product-card-p .-cover .-price-cover .-compare-price .-compare-price-pricefull {
    line-height: 1 !important;
    font-size: 18px;
    font-weight: normal;
    text-decoration: line-through;
}
component-product-card-p .-cover .-price-cover .-compare-price .currency {
    font-size: 10px;
    font-weight: normal;
}
component-product-card-p .-cover .-price-cover .-price {
    height: 32px;
    color: black;
}
component-product-card-p .-cover .-price-cover .-price .-price-calculate {
    line-height: 1 !important;
    font-size: 24px!important;
    font-weight: bold;
}
component-product-card-p .-cover .-price-cover .-price .currency {
    font-size: 18px!important;
    font-weight: bold;
}
component-product-card-p .-cover-list {
    height: auto;
    float: left;
    display: block;
}
component-product-card-p .-cover-list .product-item {
    height: auto;
    float: left;
    margin: 20px 0;
}
component-product-card-p .-cover-list .product-item .image-cover {
    margin-bottom: 10px;
    float: left;
    width: 200px;
    padding-right: 15px;
}
component-product-card-p .-cover-list .product-item .image-cover a .img {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 200px;
}
component-product-card-p .-cover-list .product-item .image-cover a .not-img {
    background-color: darkgrey;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 200px;
}
component-product-card-p .-cover-list .product-item .info-cover {
    display: block;
    float: left;
    width: calc(100% - 200px);
}
component-product-card-p .-cover-list .product-item .info-cover .product-info {
    float: left;
    width: 100%;
    padding-left: 15px;
}
component-product-card-p .-cover-list .product-item .info-cover .product-info .-title {
    margin: 0;
    font-size: 22px;
    word-wrap: break-word;
    color: #222;
    margin-bottom: 7px;
    float: left;
    display: block;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    text-decoration: none;
}
component-product-card-p .-cover-list .product-item .info-cover .product-info .-price .-price-calculate {
    line-height: 1 !important;
    font-size: 24px!important;
    font-weight: bold;
}
component-product-card-p .-cover-list .product-item .info-cover .product-info .-price .currency {
    font-size: 18px!important;
    font-weight: bold;
}
component-product-card-p .specification_container {
    float: left;
    width: 100%;
    margin-top: 10px;
}
component-product-card-p .specification_container ._info ._head {
    float: left;
    width: 100%;
    border: 1px solid #eee;
    padding-left: 10px;
    font-size: 18px;
    font-weight: bold;
}
component-product-card-p .specification_container ._info ._info_value {
    float: left;
    width: 100%;
}
component-product-card-p .specification_container ._info ._info_value ._value_item {
    float: left;
    width: 100%;
    border-bottom: 1px solid #eee;
    font-size: 18px
}
component-product-card-p .specification_container ._info ._info_value ._value_item ._item_head {
    float: left;
    width: 150px;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    padding-left: 10px;
    font-size: 18px
}
component-product-card-p .specification_container ._info ._info_value ._value_item ._item_val {
    float: left;
    width: calc(100% - 150px);
    border-right: 1px solid #eee;
    padding-left: 10px;
}
@media (max-width: 767px) {
    component-product-card-p .-cover-list .product-item .image-cover a .not-img, component-product-card-p .-cover-list .product-item .image-cover a .img {
        height: 150px;
    }
    component-product-card-p .-cover-list .product-item .image-cover {
        width: 150px;
    }
    component-product-card-p .-cover-list .product-item .info-cover {
        width: calc(100% - 150px);
    }
}