/* new product additional  css*/

/* home page css start */
/* tab container and product css start */
.owl-carousel.owl-drag .owl-item{
    width: 100%;
}
/* .owl-item.active {
    margin-right: 20px !important;
} */
.product-thumb .image img{
    height: 410px;
}
/* tab container and product css end */

/* seasonal css */
.seasonal-img img{
    height: 410px !important;
}

/* home page css end */
/*     Decorative page and Newadd page css css start */

.decorative-banner{
    padding: 245px 0;
    background: url('../images/banners/Premium-Quality-Sleeping-Pillows.webp') center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
/* page content */
#content .content-heading{
    font-size: 25px;
}
.page-content{
    font-size: 18px;
    line-height: 24px;
}
/* .decorative-img img{
    width: 100%;
    height: 380px !important;
} */
 
 .product-items .img-fluid{
    max-width: 100%;
    width: 100%;
    height: 380px !important;
    border-radius: 5px !important;
}
.product-items {
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;   
    height: 380px;
    overflow: hidden;
    
}
.product-items:hover .view-box{
    display: block;
    
}
.view-box{
    background: #0f0f0f6c;
    height: 100%;
    width: 100%;
    position: absolute;
    display: none;
    text-align: center;
    color: blue;
   
}
/* all product page in product heading name */
.text-center.mt-2 h4{
    display: none;
}      

.container .product-container{
    padding-right: 0px;
    padding-left: 0px;
    column-gap: 15px;
}
.product-container .product-items{
    padding-left: 0px;
    padding-right: 0px;
    width: 24%;
}
 
/*     Decorative page css end */


/*   about page css start */


/* right check in circle  content before */
/* 
.about-content-list li p::before{
    content: "\2714";
    width: 28px;
    height: 28px;
    border: solid 2px green;
    border-radius: 50%;
    padding: 2px 6px;
    margin-right: 12px;
    position: absolute;
    left: 14px;
} */



/*   about page css end */

/* footer css start */
.social-icon{
    display: flex;
    justify-content: flex-end;
    gap: 5px;
    padding-left: 60px;
}
/* footer css end */




