/*--home-category---*/
.home-category-detail ul {
    align-items: top;
    justify-content: center;
}
.home-category-detail ul li img {
    display: block;
    padding: 0 30px;
}
/*----shipping-benefit----*/
.shipping-benefits-detail img{
    margin-right: 10px;
}
.home-shipping-section{
    background-color: #f2f2f2;
}
/*----shop-by-room---*/
.shop-by-content a{
    text-decoration: underline;
}
/*----custom-shop-services----*/
.home-custom-content {
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    width: 36%;
    background-color: rgba(255,255,255,0.8);
    top: 30%;
    padding: 30px;
}
.home-custom-content a{
    background-color: #000;
    text-decoration:none;
    display: inline-block;
    padding: 8px 30px;
    font-size: 14px;
    color: #fff;
    text-decoration: uppercase;
    margin-top: 20px;
}
.home-custom-content h3{
    font-size: 22px;
}
.home-custom-content p{
    width:80%;
    margin: 0 auto;
}
/*---home-trending----*/
.home-trending-content p{
    text-decoration: underline;
    margin-bottom: 0;
}
.home-trending-content{
    position: absolute;
    top:6px;
    left:10px;
    padding: 7px 20px;
    background-color: rgba(255,255,255,0.7);
}
/*---home-featured-section----*/
.featured-products-slider .slick-arrow, .home-banner-slider .slick-arrow {
    position: absolute;
    z-index: 99;
    top: 40%;
    background: transparent;
    border: none;
    padding: 20px;
    font-size: 0;
}
.featured-products-slider .slick-prev::after, .home-banner-slider .slick-prev::after{
    position: absolute;
    content: "";
    top:0;
    background-image: url(../images/marquee-header-arrow1.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    height: 30px;
    width: 30px;
}
.featured-products-slider .slick-next::after, .home-banner-slider .slick-next::after{
    position: absolute;
    content: "";
    top:0;
    background-image: url(../images/marquee-header-arrow2.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    height: 30px;
    width: 30px;
}
.featured-products-slider .slick-next, .home-banner-slider .slick-next{
    right: 10px;
}
.featured-products-slider .slick-prev, .home-banner-slider .slick-prev{
    left: -15px;
}
.home-custom-services img{
    width: 100%;
}
.home-category-detail ul::-webkit-scrollbar, .home-shop-section .row::-webkit-scrollbar {
    width: 1px;
    height: 3px;
}
.home-category-detail ul::-webkit-scrollbar-track, .home-shop-section .row::-webkit-scrollbar-track {
    background-color: #ddd;
}
.home-category-detail ul::-webkit-scrollbar-thumb, .home-shop-section .row::-webkit-scrollbar-thumb {
    background-color: #000;
}
@media(max-width:767px){
    .home-category-detail ul li {
        display: inline-block;
        width: 49%;
    }
    .home-category-detail ul {
        white-space: nowrap;
        overflow-x: auto;
        display: block !important;
    }
    .home-custom-content {
        width: 100%;
        background-color: #f2f2f2;
        top: 0;
        position: relative !important;
    }
    .home-shop-section .row {
        white-space: nowrap;
        overflow-x: auto;
        display: block !important;
    }
    .home-shop-section .col-lg-4.col-md-4.col-12.p-3{
        display: inline-block;
        width: 70%;
    }
    .shipping-benefits-detail img {
        margin: 0 auto 5px;
        display: block;
    }
    .shipping-benefits-detail {
        text-align: center;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .home-custom-content p {
        width: 100%;
    }
}
