component-product-card-f a, component-product-card-f a:active, component-product-card-f a:hover, component-product-card-f a:focus, component-product-card-f a:visited {
    outline: none;
    text-decoration: none;
}
component-product-card-f *[data-button="outlined_button_small"]:hover *#mis1.material-icons {
    color: white !important;
}
component-product-card-f .paddingZero {
    padding: 0;
}
@media (min-width: 992px) {
    component-product-card-f .img {
        transition: all 0.2s ease-in-out;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        height: 230px;
        /*padding-top: 100%;*/
    }
}
@media (max-width: 991px) {
    component-product-card-f .row.setpadding_mb {
        margin-left: -10px;
        margin-right: -10px;
    }
    component-product-card-f .row .col-lg-12.setpadding_mb {
        padding-left: 0px;
        padding-right: 0px;
    }
    component-product-card-f .img {
        transition: all 0.2s ease-in-out;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        padding-top: 100%;
    }
}
component-product-card-f .items_info {
    width: 100%;
    height: 100px;
}
component-product-card-f .name_title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    /*height: 60px;*/
    word-break: break-word;
    text-decoration: none;
}
component-product-card-f .second {
    padding: 0px 5px 5px 0px;
    float: right;
}
html body[ng-app] div[ng-controller] *[data-button="outlined_button_small_round"]:hover *#mis1.material-icons {
    color: white !important;
}
component-product-card-f .second button {
    border-radius: 3px;
}
component-product-card-f .second .fa {
    font-size: 12px;
}
component-product-card-f .second a img {
    vertical-align: middle;
    float: left;
}
component-product-card-f .second a img.icon {
    display: block;
}
component-product-card-f .second a:hover img.icon {
    display: none;
}
component-product-card-f .second a img.hover {
    display: none;
}
component-product-card-f .second a:hover img.hover {
    display: block;
}
component-product-card-f .second a:hover {
    text-decoration: none;
}
component-product-card-f .second a:hover .outer-animate {
    width: 35px;
    text-decoration: none;
}
component-product-card-f .second a:hover .outer-animate .inner-animate {
    text-decoration: none;
}
component-product-card-f .second a .outer-animate {
    width: 0;
    transition: all 0.3s;
    overflow: hidden;
    /* line-height: 1;*/
    margin-top: 2px;
    margin-left: 2px;
}
component-product-card-f .second a .inner-animate {
    width: auto;
    position: relative;
    color: white;
}