/*start home product-list*/ 
component-compare-product .cover {  
   /* height: 600px;*/
    height: auto;
    padding-bottom: 50px;
}
component-compare-product .home.product-list .bg-img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-font-smoothing: antialiased;
}
component-compare-product .home.product-list {
    padding-bottom: 90px;
}
component-compare-product .home .product-list .padding20 {
    padding: 20px 0;
}
component-compare-product .home .product-list .hidden {
    height: 30vh;
    width: 100%;
}
component-compare-product .home .product-list .height30 {
    height: 30vh;
}
component-compare-product .home .product-list .height30 .text {
    margin: auto;
    display: table-cell;
    color: #212121;
    font-size: 52px;
    /*font-family: 'Comfortaa',sans-serif;*/
    letter-spacing: 2px;
    font-weight: 600;
}
@media (max-width: 500px){
    component-compare-product .home .product-list .height30 .text { 
        font-size: 44px; 
    }
}
component-compare-product .home .product-list a {
    color: #ff8562;
    text-decoration: none;
}
component-compare-product .home .product-list .textwrapper .name-xs {
    font-size: 20px;
    line-height: 1.35;
}
component-compare-product .home .product-list .textwrapper .name {
    font-family: 'Comfortaa',sans-serif;
    font-weight: 600;
    color: #000;
}
component-compare-product .home .product-list .textwrapper .descr {
    margin-top: 8px;
}
component-compare-product .home .product-list .textwrapper .descr-xxs {
    font-size: 18px;
    line-height: 1.55;
}
component-compare-product .home .product-list .textwrapper .t-descr {
    font-family: 'Comfortaa',sans-serif;
    font-weight: 300;
    color: #000;
}
component-compare-product .home .product-list .textwrapper .price-wrapper {
  margin-top: 12px;
}
component-compare-product .home .product-list .textwrapper .price-wrapper span.currency {
  font-size: 14px;
}
component-compare-product .home .product-list .textwrapper .price-item {
    display: inline-block;
    vertical-align: middle;
}
component-compare-product .home .product-list .textwrapper .name-xs {
    font-size: 20px;
    line-height: 1.35;
}
component-compare-product .home .product-list .textwrapper .name {
    font-family: 'Comfortaa',sans-serif;
    font-weight: 600;
    color: #000;
}
component-compare-product .home .product-list .textwrapper .price-old {
  text-decoration: line-through;
    position: relative;
    margin-left: 3px;
    color: #C3C3C3;
}
component-compare-product .home .product-list .textwrapper .price_old:after {
    content: '';
    position: absolute;
    top: 50%;
    right: -1px;
    left: -1px;
    border-top: 1px solid;
    width: 100%;
}
component-compare-product .home .product-list .imgwrapper {
    position: relative;
    height: 280px;
    width: 100%;
    margin-bottom: 20px;
}
component-compare-product .home .product-list .bg {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
}
component-compare-product .home .product-list .bg-second {
    z-index: 1;
    opacity: 0;
}
component-compare-product .home .product-list .imgwrapper:hover .bg-first-hover {
    opacity: 1;
}
component-compare-product .home .product-list .imgwrapper:hover .bg-second {
    z-index: 3;
    opacity: 1;
}

component-compare-product .home .product-list .remove_produc_compare{
    position: absolute;
    z-index: 2;
    top: 0;
    right: 15px;
    height: 34px;
    width: 34px;
    background-color: #fff;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .15);
    border: solid 1px rgba(0, 0, 0, .06);
    border-radius: 50%;
    font-size: 19px;
    line-height: 32px;
    color: #878787;
    text-align: center;
    cursor: pointer;outline: none;
    border: none;
}
/*end home product-list*/
