
h2{
    color: #000;
    text-transform: capitalize;
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: .1px;
}

/* === About Us Section css === */
.about-sec{
    margin-top: 50px;
}

.about-text{
    padding: 82px 20px 0px 90px;
}

.about-text h2 span{
    display: block;
    color: #000;
}

.about-text p{
    text-align: justify;
}

.about-img img{
    width: 100%;
    height: auto;
}

.about-text h2{
    color: #ed1f79;
}
/* === // About Us Section css === */


/* === Images Section css === */
.img-text1{
    background-color: #ffffff85;
    padding: 10px 5px 0px;
    transition: 1s;
}

.banner:hover .img-text1{
    background-color: #ed1f79;
    transition: 1s;
}

.banner:hover h3{
    color: #fff;
    transition: 1s;
}

.banner:hover .banner-text{
    color: #fff;
    transition: 1s;
}

.banner-content2{
    width: 85%;
}

.banner-content2 h3{
    font-size: 14px;
    left: 12px;
    line-height: 22px;
}

.banner-content2 .banner-text{
    left: 12px;
}

.banner-content2 .btn.banner-link{
    left: 12px;
}
/* === // Images Sectioon Css === */


/* === Best Seller Section Css === */
.best-sell-sec h2{
    float: left;
}

.view-btn{
    background-color: #ed1f79;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    width: auto;
    min-width: auto;
    float: right;
    border-radius: 3px;
}

.best-sell-sec .heading.heading-center{
    padding-bottom: 40px;
}
/* === // Best Seller Section Css === */


/* === Top category section css === */
.top-cat-sec{
    background-image: url(../img/top-bg.jpg);   
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px 0px 50px;
    background-attachment: fixed;
}

.top-cat-img{
    position: relative;
}

.top-cat-img:hover p{
    background-color: #ed1f79;
    color: #fff;
}

.top-cat-img img{
    width: 100%;
    height: auto;
}

.top-cat-img p{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 5px 10px;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 2px;
    width: 55%;
}

.top-cat-sec h2{
    text-align: center;
    color: #fff;
    margin-bottom: 30px;
}
/* === // Top category section css === */


/* === Quality Section css === */
.quality-sec{
    background-color: #feeff5;
}

.quality-text{
    padding: 82px 0px 0px 90px;
}

.quality-text p{
    text-align: justify;
}

.quality-text h2{
    color: #ed1f79;
    text-transform: capitalize;
}

.quality-img img{
    width: 100%;
    height: auto;
}
/* === // Quality Section css === */


/* === in stock section css === */
.best-sell-sec{
    margin-top: 45px;
}

.middle-sec img{
    width: 100%;
    height: auto;
    transition: 1s;
}

.middle-sec img:hover{
    /* padding: 10px; */
    transition: 1s;
    transform: scale(.9);
}
/* === // in stock section css === */

/* === Middle section css === */
.middle-sec img{
    width: 100%;
    height: auto;
}
/* === Middle section css === */

/* === Image content section css === */
.img-content-sec{

}

.img-content-sec img{
    width: 100%;
    height: auto;
}

.img-content-text h2{
    text-transform: capitalize;
}

.img-content-text{
    position: relative;
    top: 25%;
}

.img-content-text p{
    text-align: justify;
}
/* === // Image content section css === */


/* === Customer review section css === */
.customer-review-sec{
    margin-top: 60px;
}

.star-icon{
    margin-top: 13px;
    margin-bottom: 9px;
}

.star-icon .fa-star{
    color: #feda15;
}
/* === // Customer review section css === */


/* === Blog section css === */
.blog-posts .title{
    float: left;
}

.blog-posts .heading{
    margin-bottom: 65px;
}

.blog-posts{
    margin-top: 50px;
}

.view-btn2{
    background-color: #ed1f79;
    color: #fff;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    width: auto;
    min-width: auto;
    /* float: right; */
    border-radius: 3px;
    padding: 5px 10px;
    margin-top: 15px;
    margin-bottom: 20px;
}
/* === // Blog section css === */


/* === Accordian Section css === */
.faq-sec{
    margin-top: 40px;
}

.faq-sec h2{
    margin-bottom: 25px;
}
/* === // Accordian Section css === */


/* === Bottom image section css === */
.img-col6-1{
    position: relative;
}

.img-col6-1:hover .img-text-1{
    background-color: #ed1f79;
    transition: 1s;
}

.img-col6-text1{
    position: absolute;
    bottom: 45px;
}

.img-text-1{
    background-color: #ffffff63;
    width: 57%;
    padding: 12px 15px;
    margin-bottom: 25px;
    transition: 1s;
}

.img-text-1 h4{
    color: #fff;
    font-size: 19px;
    line-height: 26px;
}

.img-text-1 h5{
    color: #fff;
    font-size: 17px;
    margin-bottom: 0;
}

.shop-btn1{
    background-color: #fff;
    color: #000;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 4px 10px;
    position: relative;
    left: 20px;
}

.bott-img-sec{
    margin-top: 30px;
}
/* === // Bottom image section css === */


/* === Mobile Menu css === */
.li-title{
    padding: 11px 35px;
    text-transform: uppercase;
    color: #ed1f79;
    font-weight: 600;
    font-size: 13px;
    text-decoration: underline;
    margin-bottom: -7px;
    letter-spacing: .5px;
}
/* === // Mobile Menu css === */


/* === Inner page css === */
.inner-pge h3{
    font-size: 19px;
}

.inner-pge p{
    margin-bottom: 15px;
}

.inner-pge strong{
    color: #ed1f79;
}

.warning-text{
    background-color: #ed1f790f;
    border: 1px solid #ed1f79;
    padding: 9px;
    border-radius: 10px;
}

.heading3{
    margin-top: 30px;
}

.inner-pge code{
    font-size: 14px;
    font-weight: 600;
    font-style: italic;
}

.inner-pge ul li{
    font-size: 14px;
    font-weight: 500;
    font-family: 'Poppins';
    letter-spacing: 0;
    color: #424242;
    margin-bottom: 7px;
}

.inner-pge ul li i{
    margin-right: 5px;
    color: #ed1f79;
}

.next-faq{
    margin-top: 20px;
}

.about-text {
    padding: 0px;
}

.best-sell-sec h2 {
    float: unset;
}

.blog-pge img {
    height: 210px;
    object-fit: cover;
}

h2.entry-title.entry-title-big {
    font-size: 23px;
    text-transform: capitalize;
    font-weight: bold;
}

.blogdtl-pge article.entry.single-entry.entry-fullwidth {
    margin-bottom: 0;
}
/* === // Inner page css === */


/* ======= Responsive css here ======= */
/* Mobile tab */
@media (max-width: 767px){
    .logo img{
        max-width: 60%;
    }
    .header-right{
        right: 20px !important;
        top: 11px !important;
    }
    .header-top{
        display: none;
    }
    .about-text{
        padding: 0px 9px 20px 9px;
    }
    .banner-content{
        left: 0px;
    }
    .banner-large .banner-content{
        left: 0px;
    }
    .banner-large .banner-content{
        width: 85% !important;
    }
    .banner-title{
        left: 10px;
    }
    .banner-large .banner-text{
        left: 10px;
    }
    .btn.banner-link{
        left: 10px;
    }
    .top-cat-img img{
        margin-bottom: 25px;
    }
    .quality-text {
        padding: 27px 9px 20px 9px;
    }
    .img-content-text{
        top: 0px;
        margin-bottom: 35px;
    }
    .img-content-sec img{
        margin-bottom: 15px;
    }
    .img-text-1{
        width: 85%;
    }
    .widget-about p {
        max-width: initial;
    }
}
/* // Mobile tab */

/* tablet tab */
@media (max-width: 992px) and (min-width: 768px){
    .banner-title{
        left: 10px;
    }
    .banner-large .banner-text{
        left: 10px;
    }
    .banner-large .banner-content{
        width: 60%;
    }
    .btn.banner-link{
        left: 0px;
    }
    .about-text {
        padding: 0px 20px 0px 10px;
    }
    .about-text h2{
        font-size: 15px;
        line-height: 24px;
        margin-bottom: 5px;
    }
    .quality-text {
        padding: 15px 0px 0px 10px;
    }
    .quality-text h2{
        font-size: 15px;
        line-height: 24px;
        margin-bottom: 5px;
    }
    .quality-img img{
        position: relative;
        top: 100px;
    }
    .img-content-text{
        top: 0;
    }
    h2{
        font-size: 15px;
        line-height: 24px;
        margin-bottom: 5px;
    }
    .img-content-sec {
        margin-bottom: 45px;
    }
    .img-text-1{
        width: 90%;
    }
    .header-2 .top-menu{
        display: none;
    }
    .header-right{
        right: 18px !important;
    } 
}
/* // tablet tab */

/* mini Leptop tab */
@media (max-width: 1024px) and (min-width: 991px){
    .container {
        width: 100% !important;
        max-width: initial !important;
    }
    .header-intro-clearance .header-bottom .menu > li + li{
        margin-left: 0px;
    }
    .header-intro-clearance .header-bottom .menu > li > a{
        text-transform: capitalize;
        font-size: 15px;
    }
    .header-right{
        right: 17px !important;
    }
    .about-text {
        padding: 0px 20px 0px 20px;
    }
    h2{
        font-size: 23px;
    }
    .quality-text {
        padding: 25px 0px 0px 28px;
    }
    .img-text-1{
        width: 75%;
    }
}
/* // mini Leptop tab */
 
/* ======= // Responsive css here ======= */