.blog-content{
    line-height: 30px;
}

.btn-share.btn-all-apps {
    background-color: rgba(180, 180, 180, 0.08);
    color: #272727;
}

.products-notfound{
    padding: 20px;
    border: 3px dashed #3d3d3d;
    background: #eee;
    text-align: center;
}

.product-title{
    min-height: 50px !important;
}

@media only screen and (max-width: 600px) {
    .product-title{
        min-height: 50px !important;
    }    
}


.btn-compare {
    width: 2.75rem;
    height: 2.75rem;
    padding: 0 !important;
    transition: color .25s ease-in-out, background-color .25s ease-in-out, border-color .25s ease-in-out, box-shadow .2s ease-in-out;
    border: 0;
    border-radius: 50%;
    background-color: #f3f5f9;
    color: #373f50;
    text-align: center
}

.btn-compare>i {
    font-size: 1.0625rem;
    line-height: 2.75rem
}

.btn-compare:hover {
    color: #fe696a
}

.btn-compare:focus {
    outline: 0
}

.btn-compare.btn-sm,
.btn-group-sm>.btn-compare.btn {
    width: 2rem;
    height: 2rem
}

.btn-compare.btn-sm>i,
.btn-group-sm>.btn-compare.btn>i {
    font-size: .8125rem;
    line-height: 2rem
}


.product-card .product-card-actions, .product-card > .btn-compare, .product-card .badge {
    position: absolute;
    top: 3rem;
    left: .75rem;
    z-index: 5;
  }


.btn-discount {
    width: 2.75rem;
    height: 2.75rem;
    padding: 0 !important;
    transition: color .25s ease-in-out, background-color .25s ease-in-out, border-color .25s ease-in-out, box-shadow .2s ease-in-out;
    border: 0;
    border-radius: 50%;
    background-color: #fe696a;
    color: #fff !important;
    text-align: center
}

.btn-discount>i {
    font-size: 1.0625rem;
    line-height: 2.75rem
}

.btn-discount:hover {
    color: #fff !important;
}

.btn-discount:focus {
    outline: 0
}

.btn-discount.btn-sm,
.btn-group-sm>.btn-discount.btn {
    width: 2rem;
    height: 2rem
}

.btn-discount.btn-sm>i,
.btn-group-sm>.btn-discount.btn>i {
    font-size: .8125rem;
    line-height: 2rem
}


.product-card .product-card-actions, .product-card > .btn-discount, .product-card .badge {
    position: absolute;
    top: 5.3rem;
    left: .75rem;
    z-index: 5;
  }


  .noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
    left: auto !important;
    right: -17px !important;
  }