hr.cust {*
border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

/* Handle */
/*   ::-webkit-scrollbar-thumb {
       background: rgba(41, 151, 207, 0.85);
       border-radius: 10px;
   }*/
::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    background-image: -webkit-gradient(linear,
    40% 0%,
    75% 84%,
    from(#062e88),
    to(#062e88),
    color-stop(.6, rgba(6, 46, 136, 0.67)))
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #062e88;
}
.swal2-styled{
    padding: 0px;
}
@media screen and (max-width: 800px) {
    .slider{
        height: 160px;
    }
    .slider .slider-item .item-image {
        display: block;
        margin-top: -80px;
    }
    .slider .btn-shop{
        display: none;
    }
    .slider h1{
        font-size: 20px;
    }
    .slider .slider-item .item-text .content-item .price .sale {
        position:relative;
        color:#fff;
        font-size:20px;
        font-weight:500;
        background-color:#484848;
        line-height:38px;
        display:inline-block;
        padding:0px 40px 0 63px;
        height: 36px;
        border-top-right-radius:30px;
        border-bottom-right-radius:30px;
        margin-left:-60px;
        margin-right:21px;
        float:left;
    }

    .CustomItem{
        width: 85%;
        margin-left: 7%;
    }
    .product-box{
        height: 350px;
    }
    .CustomItem .box-bottom{
        opacity: 5;
        transform: translateY(0%);
        padding: 5px;
    }
    .CustomItem .product-box{
        height: 350px;
    }
}
@media screen and (min-width: 850px) {
    .CustomHeader{
        max-height: 95px;
        margin-top: -17px
    }
    .CustomItem{
        width: 20%;
    }
    .CustomItem .product-box{
        height: 330px;
    }

}