.categories-swiper{
    margin: 50px 0px;
    padding: 5px 2%;
}
.categories-swiper .swiper-slide p{
    color: #000;
    font-size: 14px;
    margin-top: 5px;
}
.categories-swiper .swiper-slide img{
    overflow: hidden;
}
.categories-swiper .swiper-slide:hover img{
    transform: scale(1.1);
    transition: 0.5s;
}
.categories-swiper .swiper-slide:hover p{
    color: #b80169;
}
.middle-banners{
    padding: 10px 5%;
    justify-content: center;
}
.middle-banners img{
    border-radius: 20px;
}
.bestseller-title{
    max-width: 300px;
    margin: auto;
}
.best-swiper{
    margin-top: 10px;
}
.bestseller{
    margin: 50px 0px;
    padding: 5px 2%;
    position: relative;
}
.product-box{
    border: 1px solid #b80169;
    padding: 5px;
}
.product-name{
    padding: 0.5rem;
    font-size: 14px;
    height: 100px;
}
.p-name{
    color: #000;
}
.price{
    color: #000;
    font-size: 12px;
}
del{
    color: red;
    font-size: 12px;
}
.bestseller .product-box:hover{
    border: 1px solid #ff0191;
    box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.371);
}
.all-bestseller{
    z-index: 10;
    background: #ff0191;
    position: absolute;
    top: 60%;
    left: 0px;
    color: #fff;
    font-size: 14px;
    transform: rotate(-90deg);
}
.all-bestseller:hover{
    background: #b80169;
    color: #fff;
}
.banner-scrollable {
    overflow: hidden;
    position: relative;
}
.scroll-text-wrapper {
    display: flex;
    animation: scroll 30s linear infinite;
}
.scroll-text {
    flex-shrink: 0;
    display: flex;
}
.scroll-text ul {
    display: flex;
    align-items: center;
    white-space: nowrap;
}
.scroll-text li {
    list-style: none;
    margin: 0 20px;
    font-size: 40px;
    color: #fff;
    font-weight: bold;
    white-space: nowrap;
    position: relative;
}
.scroll-text li::after {
    content: "";
    position: absolute;
    right: -30px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 20px;
    height: 2px;
    background-color: #fff;
}
@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}
.forth-banners{
    padding: 10px 5%;
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 40px;
}
.forth-banners img{
    border-radius: 20px;
}
.brands{
    border: 1px solid #ff0191;
    border-radius: 10px;
    padding: 10px;
}
.brands-title{
    max-width: 200px;
    margin: auto;
}
.brands .brands-swiper a:hover img{
    border-bottom: 1px solid rgba(0, 0, 0, 0.371);
}
.blogs{
    margin: 50px 0px;
    padding: 5px 2%;
    position: relative;
}
.blogs-title{
    max-width: 300px;
    margin: auto;
}
.blog-box{
    border: 1px solid #ff0191;
    padding: 5px;
    border-radius: 5px;
}
.blog-name{
    padding: 0.5rem;
    height: 60px;
}
.b-name{
    color: #000;
    font-weight: bold;
}
.blog-box:hover img {
    border: 1px solid #b80169;
    box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.371);
}
.all-blogs{
    z-index: 10;
    background: #ff0191;
    position: absolute;
    top: 60%;
    left: 5px;
    color: #fff;
    font-size: 14px;
    transform: rotate(-90deg);
}
.all-blogs:hover{
    background: #b80169;
    color: #fff;
}
@media(max-width:1400px){
    .all-bestseller{
        left: -10px;
    }
    .all-blogs{
        left: 0px;
    }

}
@media(max-width:992px){
    .all-bestseller{
        left: -15px;
    }
    .all-blogs{
        left: -5px;
    }
}
@media(max-width:768px){
    .all-bestseller{
        left: -20px;
    }
    .all-blogs{
        left: -10px;
    }
}
@media(max-width:576px){
    .categories-swiper{
        padding: 5px 1%;
    }
    .all-bestseller{
        left: -30px;
    }
    del{
        margin-left: 5px;
    }
    .all-blogs{
        left: -15px;
    }
    .bestseller-title{
        max-width: 250px;
    }
    .blogs-title{
        max-width: 200px;
    }
}
