/*-----------------------------------home-----------------------------------------*/
.card-title a{
    font-family: Ubuntu;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -0.4px;
    color: #F2F2F2;
    text-decoration: none;

.banar-section {
    text-align: center;
    background: url(../images/slider-bg.svg) no-repeat;
    background-size: cover;
    background-position: center;
    padding-bottom: 60px;
    padding-top: 112px;
    float: left;
    width: 100%;
    position: relative;
}
.marT{
     margin-top: 20px;
}



/*--------------------------------producut-list-----------------------------*/
 .lnt-black-title{
    font-family: Ubuntu;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #797979;
}
.lnt-desc .card-title a{
    font-family: 'Ubuntu', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -0.4px;
    color: #F2F2F2;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.lnt-desc .card-description{
    font-family: Raleway;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.2px;
    color: #F2F2F2;
    opacity: 0.5;
}


.product-list .black-title a{
    font-family: Ubuntu;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #C992EF;
    text-decoration:none;
}

/*--------------------------------producut-details-----------------------------*/
.section-title{
    font-family: Playfair Display;
    font-style: normal;
    font-weight: normal;
    font-size: 64px;
    line-height: 70px;
    color: #F2F2F2;
    
}
.product-detail .black-title{
    font-family: Ubuntu;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #C992EF;
}

.product-detail .price{
    font-family: Playfair Display;
    font-style: normal;
    font-weight: normal;
    font-size: 36px;
    line-height: 44px;
    letter-spacing: -1px;
    color: #219653;
}
.product-detail .card-data .price {
    display: block !important;
    position: relative;
    width: auto;
    height: 57px;
}
.section-description {
    font-family: 'Ubuntu', sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.55px;
    color: #F2F2F2;
    text-align: center;
}

.product-detail .black-title{
    font-family: Ubuntu;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #797979;
}

/*----------------------------add to cart modal---------------------------*/
.modal-content{
    background: #280c35;
    border-radius: 8px;
}
.modal-body{
    background: #280c35;
    border-radius: 8px;
    
}
.btn-outline-info {
    background: linear-gradient(90deg, #F9C5A5 0%, #BB4D7D 49.48%, #08A5A4 100%);
    border-radius: 100px !important;
    color: #FFFFFF !important;
}
.btn-info{
   background: linear-gradient(180deg, #160F39 0%, #330A32 100%);
   border-radius: 8px;
   border-radius: 100px !important;
   color: #FFFFFF !important;
}
 .product-d-container_added .text-light {
    font-family: Playfair Display;
    font-style: normal;
    font-weight: normal;
    font-size: 36px;
    line-height: 44px;
    letter-spacing: -1px;
    color: #FFFFFF;
    color: #f8f9fa!important;
    border-bottom: 2px solid white;
    width: 55%;
    padding-bottom: 14px;
}
.product-d-container_added .btn-info{
    background: linear-gradient(180deg, #160F39 0%, #330A32 100%);
    border-radius: 5px !important;
    color: #FFFFFF !important;
    font-family: Ubuntu;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #FFFFFF;
}
.product-d-container_added .btn-outline-info {
    /*background: linear-gradient(90deg, #F9C5A5 0%, #BB4D7D 49.48%, #08A5A4 100%);*/
    background: transparent;
    border-radius: 0px !important;
    color: #FFFFFF !important;
    font-family: Ubuntu;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.product-d-container_added .add-p-price h2{
    font-family: Ubuntu;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -0.5px;
    color: #C992EF;

}
.product-d-container_added .add-p-price .p-big span{
    font-family: Ubuntu;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -0.5px;
    color: #FFFFFF;


}
/*----------------------------------contact-page----------------------------------------*/
.contact-us {
    text-align: center;
    color: #fff;
    padding: 10rem 0 3rem 0;
    float: left;
    width: 100%;
    background: url(../images/contactus-bg.svg) no-repeat, linear-gradient(180deg, #160F39 0%, #330A32 100%);
    background-position: bottom;
}


/*----------------------------------my order------------------------------------------------*/
.my-order .data-table a{
    color:#fff;
}
.text-light .title{
    color:#fff;
}


.my-orders {
    background: url(../images/my-ordersbg.svg) no-repeat;
    background-size: cover;
}

.top-space {
    margin-top: 100px;
}

.addressBg {
    float: left;
    width: 100%;
    background: url(../images/addressBg.svg) no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 279px;
    padding-bottom: 325px;
}

/*-------------------------------t&c & p%P---------------------------------------------------*/

.privacy-section .detail-p .privacy-content .company-detail p {
    margin-top: 20px !important;
}
.privacy-section{
    background: linear-gradient(180deg, #160F39 0%, #330A32 100%);
    color:#fff;
}