component-product-card-fa a, component-product-card-fa a:hover {
    text-decoration: none;
}
component-product-card-fa .cover_ {
    box-shadow: 0px 1px 1px #dddddd;
    border: 1px solid #dddddd;
    height: 210px;
    padding-bottom: 15px;
}
component-product-card-fa .badge_ {
    z-index: 1;
    position: absolute;
    top: 5px;
    right: 20px;
    padding: 10px;
    display: inline-block;
    color: #FFF !important;
    font-size: 12px;
    height: 40px;
    width: 40px;
    font-weight: 700;
    text-transform: capitalize;
    border-radius: 3px;
}
component-product-card-fa .badge_ svg g {
    fill: black;
}
component-product-card-fa .sale_ {
    background-color: red;
    z-index: 1;
    position: absolute;
    top: 5px;
    left: 20px;
    padding: 5px 10px;
    display: inline-block;
    color: #FFF !important;
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    border-radius: 0;
}
component-product-card-fa .padding-right-10 {
    padding: 0 10px 0 0;
}
component-product-card-fa .paddingZero {
    padding: 0;
}
component-product-card-fa .margin_set {
    margin-bottom: 15px;
}
component-product-card-fa .image_container {
    height: 200px !important;
}
component-product-card-fa .image_container a .product_image {
    background-size: contain;
    /*background-position: center;*/
    background-repeat: no-repeat;
    width: 100%;
    height: 200px;
}
component-product-card-fa .product_info {
    height: 200px !important;
}
component-product-card-fa .product_info .name {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    height: 30px;
    line-height: 1.6;
    color: #000;
    overflow: hidden;
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 10px;
    float: left;
    font-weight: bold;
    /* padding-bottom: 7px;*/
    /*border-bottom: 1px dashed #dedada;*/
    width: 100%;
}
component-product-card-fa .product_info .stock {
    height: 60px;
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 10px;
    /*border-bottom: 1px dashed #dedada;*/
}
component-product-card-fa .product_info .stock .status {
    font-size: 12px;
    font-weight: bold;
}
component-product-card-fa .product_info .stock .status_txt {
    padding-top: 5px;
    display: block;
    font-weight: lighter;
    font-size: 12px;
}
component-product-card-fa .product_info .stock .price {
    font-size: 24px;
}
component-product-card-fa .product_info .stock .-product_compare_price span {
    color: #333;
    font-weight: bold;
}
component-product-card-fa .product_info .stock .-product_compare_price ._price {
    text-decoration: line-through;
}
component-product-card-fa .product_info .stock .-product_compare_price {
    font-size: 16px;
}
component-product-card-fa .product_info .stock .-product_compare_price .currency {
    font-size: 10px;
}
component-product-card-fa .product_info .stock .price span {
    color: #000;
    font-weight: bold;
}
component-product-card-fa .product_info .stock .price .currency {
    font-size: 14px;
}
@media (max-width: 991px) {
    component-product-card-fa .padding_mobile {
        padding: 0;
    }
    component-product-card-fa .product_info .name {
        -webkit-line-clamp: 2;
        height: 40px;
        font-size: 14px;
    }
    component-product-card-fa .product_info .stock {
        margin-bottom: 0px;
    }
}
@media (max-width: 768px) {
    component-product-card-fa .image_container a .product_image {
        background-position: top;
    }
}
component-product-card-fa *[data-button="outlined_button_small"]:hover *#mis1.material-icons {
    color: white !important;
}
component-product-card-fa .second {}
html body[ng-app] div[ng-controller] *[data-button="outlined_button_small_round"]:hover *#mis1.material-icons {
    color: white !important;
}
component-product-card-fa .second button {
    border-radius: 3px;
}
component-product-card-fa .second a img.icon {
    display: block;
}
component-product-card-fa .second a:hover img.icon {
    display: none;
}
component-product-card-fa .second a img.hover {
    display: none;
}
component-product-card-fa .second a:hover img.hover {
    display: block;
}
component-product-card-fa .second .fa {
    font-size: 12px;
}
component-product-card-fa .second a:hover {
    text-decoration: none;
}
component-product-card-fa .second a:hover .outer-animate {
    width: 35px;
    text-decoration: none;
}
component-product-card-fa .second a:hover .outer-animate .inner-animate {
    text-decoration: none;
}
component-product-card-fa .second a .outer-animate {
    width: 0;
    transition: all 0.3s;
    overflow: hidden;
    /* line-height: 1;*/
    margin-top: 2px;
    margin-left: 2px;
}
component-product-card-fa .second a .inner-animate {
    width: auto;
    position: relative;
    color: white;
}
component-product-card-fa .second a img {
    vertical-align: middle;
    float: left;
}