.vh-15{
    height: 15vh!important;
}
.banner__section,.product__section,.cart__section,.contact__section,.about__section,.dynamic-section,.login__section,.my__account--section,.checkout__page--area,.product__details--section,.shop__section{
    background-color: var(--white-color);
}
.my__account--section,.banner__section,.contact__section,.product__details--section,.shop__section,.about__section,.login__section{
    padding-top:3rem;
}
.widget__tagcloud--link.active{
    background: var(--secondary-color);
    color: var(--white-color);
}
.banner__items--thumbnail__img.img1{
    height: 372px;
}
.banner__items--thumbnail__img.img2{
    width: auto;
    height: 170px;
    text-align: center;
}
.product__items--action__btn--svg{
    font-size:18px;
}
.product__items--action__btn span {
    font-size: 16px;
}
.product__heart__badge--items{
    height: 2.5rem;
    width: 2.5rem;
    line-height: 2.5rem;
    padding: 2.5px;
    text-align: center;
    font-weight: 300;
    background: #bbbbbba8;
    color: var(--secondary-color);
    border-radius: 50%;
    font-size: 1.8rem;
    cursor: pointer;
}
.product__heart__badge--items.active i,.quickview__variant--wishlist__svg.active,.product__items--action__btn.product-heart-button.active
{
    color:#dc3c13;
}
@media only screen and (max-width:575px){
    .product__heart__badge--items
    {
        font-size:1.3rem
        
    }
}
.product__items{
    border: 1px solid #e9ecef;
    padding: 8px;
}
.form-control
{
    font-size:16px;
}
.text-lg{
    font-size: larger;
}
.kyc-detail-img {
    max-height: 100px!important;
}
.cursor-pointer{cursor:pointer}
.order-response-section {
    padding: 5rem;
}
.order-response-section img{
    max-height: 200px;
}
.save-tag {
    background-color: #07a75d;
    color: #fff;
    font-size: 10px;
    letter-spacing: normal;
    font-weight: 700;
    padding: 2px 6px 2px;
    line-height: normal;
    border-radius: 4px;
    vertical-align: middle!important;
}
.category__swiper--activation h3{
    font-size: 1.8rem;
}
.category__swiper--activation img{
    border-radius: 50%;
    height: 209px;
    width: 209px;
    padding: 5px;
}
.product__items--content__title{
    /*min-height: 30px;*/
    font-size: 1.4rem;
    line-height: 2.2rem;
    font-weight: 500;
}
@media only screen and (max-width:575px){
    .category__swiper--activation img{
        height: 150px;
        width: 150px;
    }
    .product__items--action__btn span
    {
        font-size: 12px;
    }
    .product__items--img
    {
        height: 128px;
    }
    .account-section .col-xs-6{
        flex:0 0 auto;width:50%
    }
    .account__content .account-section .info-section
    {
        display: block;
        padding: 1rem;
    }
    .account__content .account-section .devider
    {
        display: none;
    }
    .seller-info{
        margin-bottom: 2rem;
    }
}
.product__items--content__title a
{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden !important;
    text-transform: capitalize;
    text-overflow: ellipsis !important;
}