.cus-home-sale-slider .block-products-list.grid .block-title strong:after {
        background: #393839;
    }
    .cus-home-sale-slider .block-products-list.grid .block-title{
        margin: 15px 15px 30px;
    }
    .cus-home-sale-slider .block-products-list.grid .block-title strong {
        color: #393839;
        padding: 15px 0 5px;
    }

    .cus-home-sale-slider #cus-on-sale-product-slider .item .pro-info-main .sale-tag {
        background: #c53627;
        color: #fff;
        padding: 6px 10px;
        font-size: 13px;
        display: inline-block;
        border-radius: 0;
        text-transform: uppercase;
        font-weight: 600;
        position: absolute;
        z-index: 2;
        left: 10px;
        top: 8px;
        content: "";
    }
    .cus-home-sale-slider .block-products-list.grid{
        display: inline-block;
        float: none;
    }

    .cus-home-sale-slider .pro-info-main {
        margin: 0 25px;
        padding: 0;
    }

    .pro-price-info-box {
        margin: 15px 0 10px;
    }
    .cus-home-sale-slider .prod-info{
        padding: 0 10px 8px;
    }

    .pro-price-info-box .new-price .price {
        font-size: 22px;
        color: #393839 !important;
        font-weight: 600;
    }

    .pro-price-info-box .old-price .price {
        font-size: 20px;
        color: #bebebe;
        font-weight: 600;
        position: relative;
        display: inline-block;
    }
    /*.cus-home-sale-slider .product-image .show-img img{
        width: 100%;
        max-height: 300px;
        min-height: 300px;
    }*/
    .cus-home-sale-slider .product-image .show-img img{
        width: 100%;
        height: 100%;
        object-fit: cover;
        margin-bottom: 13px;
        max-height: 300px;
        min-height: 300px;
    }

    .pro-price-info-box .old-price .price:hover {
        color: #bebebe !important;
    }

    .pro-price-info-box .old-price .price:before {
        background-color: #ff0000;
        height: 1px;
        width: 100%;
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        transform:rotate(-15deg) translateY(-50%);
    }

    .timer-count-wrapper {
        background-color: #e1e1e1;
        padding: 10px 0;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 10px -20px;
        position: relative;
    }

    .timer-count-wrapper:before {
        width: 0;
        height: 0;
        border-bottom: 7px solid #adadad;
        border-left: 10px solid transparent;
        position: absolute;
        top: -7px;
        left: 0;
        content: "";
    }

    .timer-count-wrapper:after {
        width: 0;
        height: 0;
        border-bottom: 7px solid #adadad;
        border-right: 10px solid transparent;
        position: absolute;
        top: -7px;
        right: 0;
        content: "";
    }

    .timer-count-wrapper .t-m-bx {
        background-color: #fff;
        padding: 3px 7px;
        color: #000;
        font-weight: 700;
        font-size: 20px;
        display: flex;
        text-align: center;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 0 5px;
        line-height: 1;
        min-width: 35px;
    }

    .timer-count-wrapper .t-m-bx span {
        font-size: 10px;
        text-transform: uppercase;
        margin: 0;
        line-height: 1;
    }

    .timer-count-wrapper .expired {
        background-color: #fff;
        padding: 5px 10px;
        font-size: 20px;
        color: #000;
    }

    #cus-on-sale-product-slider .owl-controls {
        display: none !important;
    }
    .pro-info-main .rating-summary .rating-result:before{
        color: #bebebe;
    }
    .pro-info-main.single-product{
        border-color:#e1e1e1;
        transition: all 0.3s ease;
    }
    .pro-info-main .actions button.action.tocart{
        background-color: transparent;
        transition: all 0.3s ease 0s;
        color: #646464;
    }
    .pro-info-main.single-product .prod-info .actions a {
        color: #646464;
    }
    .pro-info-main.single-product .prod-info .actions button:hover{
        background-color: #333 !important;
        border-color: #333 !important;
        color: #fff;
    }
    .pro-info-main.single-product .prod-info .actions a:hover{
        background-color: #333 !important;
        border-color: #333 !important;
        color: #fff;
    }
    .pro-info-main.single-product .prod-info .actions{
        margin-bottom: 10px;
    }
    .sale-slider .owl-prev {
        position: absolute;
        top: -36px;
        right:20px;
        opacity: 1 !important;
        background: 0 0 !important;
    }
    .sale-slider .owl-next {
        position: absolute;
        top: -36px;
        right: 5px;
        opacity: 1 !important;
        background: 0 0 !important;
    }
    .sale-slider .nav-button {
        background: 0 0 !important;
        border: 1px solid;
        border-radius: 0 !important;
        color: #999 !important;
        display: inline-block !important;
        font-size: 22px !important;
        margin: 5px !important;
        opacity: .5 !important;
        padding: 0 !important;
        width: 23px;
        transition: all .3s ease-in 0s;
        line-height: 28px;
        text-align: center;
    }
    .sale-slider .nav-button:hover{
        border-color: #000;
        color: #000;
    }
    @media(max-width:1366px) {
        .pro-info-main {
            margin: 0 15px;
        }
    }

    @media(max-width:1024px) {
        .pro-info-main {
            margin: 0 10px;
        }
    }

    @media(max-width:991px) {
        .pro-info-main {
            margin: 0 15px;
        }
    }
    @media(max-width:767px) {
        .sale-slider{
            margin: 0 0 30px;
        }
        /*responsive fix*/
    
        .home-testimonial {
            margin: 0;
            overflow: hidden;
        }
        .home-testimonial .container {
            padding: 0;
        }

    }