.h1-about{
    padding: 2rem 0px;
}
.h1-about h1{
    font-size: 32px;
    font-weight: bold;
}
.h1-about p{
    width: 50%;
    font-size: 14px;
    margin: auto;
    padding: 0.5rem 0px;
    justify-content: center;
}
.categories a{
    border: solid 2px #595201;
    border-radius: 10px;
    padding: 0.5rem 1rem;
}
.categories p{
    color: #000;
    font-size: 14px;
}
.categories a:hover{
    border: solid 2px #e7e4bb;
}
.products-swiper{
    margin: 50px 0px;
    padding: 20px 5%;
}
.title-swiper{
    padding: 20px 3%;
}
.title-swiper p{
    font-weight: bold;
}
.title-swiper a{
    background-color: #595201;
    color: #fff;
}
.title-swiper a:hover{
    background-color: #e7e4bb;
}
.product-box{
    border: 1px solid lightgray;
    border-radius: 20px;
}
.product-img{
    overflow: hidden; 
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.product-name{
    min-height: 100px;
    padding: 0.5rem;
}
.p-name{
    color: #000;
    font-weight: bold;
}
.price{
    color: #000;
    font-size: 14px;
}
del{
    color: red;
    font-size: 14px;
}
.discount{
    position: absolute;
    z-index: 1000;
    left: 10px;
    top: 10px;
}
.discount span{
    font-size: 12px;
}
.product-box:hover img {
    transform: scale(1.1);
    transition: 0.5s;
}
.best-seller{
    margin: 50px 0px;
    padding: 20px 5%;
}
.best-seller-box{
    background-color: #595201;
    border-radius: 20px;
}
.best-seller-box h3{
    color: #e7e4bb;
    font-size: 18px;
}
.best-seller-icon{
    margin-bottom: 30%;
    padding-top: 5%;
}
.best-swiper{
    padding: 20px 0px;
}
.best-box{
    background-color: #fff;
    border-radius: 20px;
}
.best-box:hover img {
    transform: scale(1.1);
    transition: 0.5s;
}
.best-seller-box .btn{
    background-color: #e7e4bb;
}
.best-seller-box .btn:hover{
    background-color: #d6d3a8;
}
.blogs-swiper{
    margin: 50px 0px;
    padding: 20px 5%;
}
.title-blog-swiper{
    padding: 20px 3%;
}
.title-blog-swiper p{
    font-weight: bold;
}
.title-blog-swiper a{
    background-color: #595201;
    color: #fff;
}
.title-blog-swiper a:hover{
    background-color: #e7e4bb;
}
.blog-box{
    border: 1px solid lightgray;
    border-radius: 20px;
}
.blog-img{
    overflow: hidden; 
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.blog-name{
    padding: 0.5rem;
}
.b-name{
    color: #000;
    font-weight: bold;
}
.blog-box:hover img {
    transform: scale(1.1);
    transition: 0.5s;
}
@media (width < 768px) {
    .h1-about{
        padding: 1rem 0px;
    }
    .h1-about h1{
        font-size: 28px;
    }
    .h1-about p{
        width: 80%;
        padding: 1rem 0px;
    }
    .categories a{
        margin-bottom: 1rem;
    }   
    .title-swiper a{
        font-size: 12px;
    }
    .title-blog-swiper a{
        font-size: 12px;
    }
    .b-name{
        font-size: 14px;
        height: 2rem;
    }
}
@media (width < 992px) and (width > 768px) {
    .best-seller-icon{
        margin-bottom: 20%;
        padding: 5%;
    }
    .best-seller-icon img{
        width: 120px !important;
        height: 120px !important;
    }
    .best-seller-box h3{
        font-size: 16px;
    }
    .price img{
        width: 15px !important;
        height: 15px !important;
    }
    del{
        font-size: 12px;
    }
}
@media (width > 992px) {
    .best-seller-icon{
        margin-bottom: 20%;
        padding-top: 5%;
    }
    .b-name{
        height: 2rem;
    }
}
@media(width < 320px){
    .title-swiper a{
        padding: 5px;
    }
}