/* ***************Explore categori**********************/
*{
    font-family: 'Montserrat', sans-serif;
}
.homeBanner{
    padding: 6rem 1rem 3rem 1rem;
}
.homeBanner .banner-slider{
    border-radius: 4px;
}
.homeBanner .banner-slider .item{
    border-radius: 4px;
 }
.homeBanner .banner-slider .item img{
   width: 100%;
   display: block;
   margin: auto;
   object-fit: cover;
   border: 1px solid #999;
   border-radius: 4px;
}
.slick-prev:before, .slick-next:before{
    color: #222;
    font-size: 1.4rem;
}
@media(max-width: 991px){
    .banner-slider .slick-arrow{
        display: none !important;
    }
 }
@media(max-width: 600px){
    .homeBanner{
        padding: 5rem .5rem 2rem .5rem;
    }
}
/* category */
.categories-box{
    background-color: #f1f1e8;
    padding: 2.2rem;
}
.container{
    max-width: 1250px;
}
.categories-box h2{
    font-weight: 600;
    margin-bottom: 1.4rem;
    font-size: 1.6rem;
}
.category-item{
    margin-bottom: 1rem;
}
.category-brand{
    border: 1px solid #ece7e7;
    border-radius: 3.5px;
    padding: 1rem;
    background-color: #ffffff;
    min-height: 4.5rem;
}
.category-brand:hover{
    background-color: #f2f3f6;
    box-shadow: 5px 5px 10px #e5e3e3;
}
.category-brand a{
    text-decoration: none;
    color: #232323;
    font-weight: 500;
    font-size: 1rem;
    display: block;
    width: 100%;
    display: flex;
    align-items: center;
    text-align: left;
}
.category-brand span{
    font-weight: 600;
    margin-right: .8rem;
    font-size: 1.6rem;
}
.more-btn{
    margin-top: 1.4rem;
}
.more-btn a{
    margin: auto;
    display: block;
    background-color: #93e2db;
    border-radius: 1.625rem;
    color: #222;
    outline: none;
    border: none;
    padding: .8rem;
    width: 11rem;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
}
.more-btn button:hover{
    background-color: #cbf3f0;
    transition: .3s ease;
}
@media(max-width:600px){
    .categories-box {
        padding: 1rem;
    }
}
/* Tranding Blog */
.tranding{
    background-color: #f6f6f6;
    padding: 4rem;
    font-family: 'Montserrat', sans-serif;
}
.tranding-blog h2{
    font-weight: 600;
    margin-bottom: 2rem;
    font-size: 1.6rem;
}
.blog-box{
    margin-bottom: 2rem;
}
.blog-item{
    border-radius: 5px;
    background-color: #ffffff;
    padding: 0px 0px 1rem 0px;
    display: block;
}
.blog-item img{
    width: 100%;
    object-fit: cover;
    border-radius: 5px 5px 0px 0px; 
}
.blog-item a{
    text-decoration:  none;
}
.blog-item p{
    margin-top: 1rem;
    font-weight: 500;
    font-size: 1rem;
    padding: 0px .5rem;
    margin-bottom: 0px;
    color: #222;
    line-height: 1.4;
    min-height: 4rem;
    font-size: .95rem;
    display: -webkit-box;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.blog-item .date{
    font-weight: 500;
    padding: 0px .5rem;
    font-size: .9rem;
    color: #999
}
@media(max-width: 600px){
    .tranding{
        padding: 3rem 1rem;
    }
}
/* *****************************Featured-Store******************************************* */
.featured-store{
    background-color: #dceeff;
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.featured-store h2{
    color: #000;
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 1.6rem;
}
@media(max-width:768px){
    .featured-store h2{
        text-align: center;
        font-size: 1.8rem;
    }
}
.featured-box{
    margin-bottom: 1.8rem;
}
.featured-item img{
    border: 1px solid #dedbdb;
    max-width: 100%;
    object-fit: contain;
    display: block;
    margin: auto;
    height: 75px;
}
.featured-item img:hover{
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.featured-item .store-name{
    display: block;
    margin: auto;
    text-align: center;
    margin-top: .8rem;
    color: #3c3c3d;
    font-weight: 500;
}
/* ************************Top Online Store********************************** */
.online-store{
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.online-store h2{
    color: #000;
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 1.6rem;
}
@media(max-width:768px){
    .online-store h2{
        text-align: center;
        font-size: 1.8rem;
    }
}
.online-box{
    margin-bottom: 2.4rem;
}
.online-item img{
    max-width: 90%;
    max-height: 3.5rem;
    display: block;
    margin: auto;
    border-radius: 4px;
    object-fit: contain;
    box-shadow: 5px 5px 10px #bdbbbb;
}
/* **********************************Subscribe**********************************/
.subscribe{
    padding-top: 3rem;
    padding-bottom: 2rem;
    background-color: #efefef;
}
.subscribe-item h3{
    font-weight: 600;
    font-size: 1.6rem;
    color: #222222;
    line-height: 1.4;
}
.subscribe-item form{
    border: 1px solid #bab6b6;
    display: flex;
    margin: 2rem auto;
    width: 60%;
    padding: .5rem;
    border-radius: 3px;
}
@media(max-width:1000px){
    .subscribe-item form{
        width: 100%;
    }
}
.subscribe-item form input{
    width: 78%;
    border: none;
    outline: none;
    padding: .5rem 1rem;
    color: #111111;
}
.subscribe-item form button{
    width: 25%;
    background-color: #2ec4b6;
    color: #fff;
    padding: .5rem;
    border-radius: 0 4px 4px 0;
    border: none;
    outline: none;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    font-size: .8rem;
}
@media(max-width: 600px){
    .subscribe-item h3 {
        font-size: 1.3rem;
        line-height: 1.4;
    }
}
@media(max-width:500px){
    .subscribe-item form button{
        width: 30%;
        font-size: .75rem;
    }
    .subscribe-item form input{
        font-size: .8rem;
    }

}
@media(max-width:768px){
    body h2{
       font-size: 1.4rem;
        text-align: center;
    }
}
/* tranding deals */

.trandingDeals{
    padding: 3rem 1rem;
    background-color: #f5f5f5;
}
.trandingDeals h2{
    font-weight: 600;
    margin-bottom: 1.4rem;
    font-size: 1.6rem;
}
.trandingDeals .trandingItem{
    margin: 35px 5px 5px;
    padding: 10px;
    position: relative;
    border-radius: 0;
    background-color: #fff;
    box-shadow: 0 1px 3px 0 rgb(92 14 113 / 31%);
    transition: box-shadow .3s ease;
}
.trandingDeals .trandingItem:hover{
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.store-product-logo {
    width: 130px;
    padding: 5px 20px;
    border-radius: 30px;
    background-color: #fff;
    text-align: center;
    height: auto;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, .1);
    margin: -32px auto 10px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    object-fit: contain;
    height: 100px;
}
.storeInfo{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.storeInfo p{
    font-weight: 500;
    letter-spacing: .5px;
    color: #222;
    line-height: 1.5;
    font-size: .85rem;
    display: -webkit-box;
    line-clamp: 1;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.storeInfo span{
   font-weight: 500;
   padding: .5rem 1.2rem;
   color: #fff;
   display: inline-block;
   margin-top: .5rem;
   margin-bottom: .8rem;
   border-radius: 1.76rem;
   background-color: #2ec4b6;
   font-size: .95rem;
}
.boxFooter{
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #d8d6d6;
    padding-top: .2rem;
}
.boxFooter span{
   color: #999;
   font-size: .74rem;
   font-weight: 500;
}
.boxFooter span img{
    margin-right: .2rem;
 }
 .carousel .slide a{
    display: block;
 }
 .carousel .slide a img{
    object-fit: contain;
 }
 .storeInfo .angled-button {
    border: 1px dotted #2ec4b6;
    padding: .5rem 1rem;
    background-color: transparent;
    border-radius: 4px;
    display: inline-flex
;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 150px;
    font-weight: 500;
    font-size: .75rem;
    font-weight: 600;
    color: #000;
    max-width: 100%;
    overflow: hidden;
    margin-bottom: 1rem;
    margin-top: 1rem;
}
.storeInfo .btn-angle {
    font-weight: 600;
    position: absolute;
    background-color: #2ec4b6;
    height: 100%;
    display: inline-flex
;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 80%;
    left: 0;
    border-radius: 4px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
    transition: .3s ease-in-out;
    color: #fff;
    font-size: .75rem;
    height: 100%;
}