:root {
    --Grayscale-Gray-500: #353746;
    --Primary-NU-500: #F60;
    --Additional-White: #FFF;
    --Grayscale-Gray-700: #20212A;
    --Grayscale-Gray-900: #0B0B0E;
    --Secondary-Violet-50: #E8E9EE;
    --Grayscale-Gray-600: #2A2C38;
    --Grayscale-Gray-100: #D7D7DA;
    --Grayscale-Gray-50: #EBEBED;
    --Grayscale-Gray-400: #5D5F6B;
    --Primary-NU-200: #FFC299;
    --Additional-Red: #F12C2C;
    --Secondary-Violet-200: #A4A7B9;
  }

* {
    font-family: Ubuntu !important;
}

.nuDlg .continueBtn {
    margin-left: 10px;
    height: 40px;
    padding: 0px 10px;
    border-radius: 12px;
    background: var(--Primary-NU-500);
    width: 50%;
}




.outStock{
    color: var(--Grayscale-Gray-200);
    text-align: right;
    font-family: Ubuntu;
    font-size: 24px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: 32px; /* 133.333% */
}

.uk-navbar-container {
    background-color: var(--Additional-White) !important;
}

#termsService .uk-open>.uk-accordion-title::before{
    background-image: url('data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-width%3D%221.03%22%20points%3D%224%2013%2010%207%2016%2013%22%2F%3E%3C%2Fsvg%3E');
}
#termsService .uk-accordion-title::before{
    
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><polyline fill="none" stroke="%23000" stroke-width="1.03" points="16 7 10 13 4 7"/></svg>');   
}

.colorFFF{
    color: var(--Additional-White) !important;
}

.menu li a{
    color: var(--Grayscale-Gray-500);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    text-transform: none;
}

.btn{
    display: flex;
    height: 40px;
    padding: 0px 16px;
    align-items: center;
    gap: 8px;
    border-radius: 12px;
    background: var(--Primary-NU-500);

    color: var(--Additional-White);
    text-align: center;
    /* Paragraph/Medium - Bold */
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px; /* 157.143% */
    text-transform: none;
}

.homeSlider .slider{
    height: 560px;
}

.homeSlider .slider .back{
    background: #F1EFF0;
    text-align: center;
    width: 100%;
    position: relavtive;
}

.homeSlider .slider .back img{
    width: 100%;
    height: 560px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}




.homeSlider .sliderBtn{
    padding: 15px 20px;
    border-radius: 18px;
    background: rgba(11, 11, 14, 0.30);
    color: var(--Additional-White);
}

.readMore{
    border-radius: 20px;
    background: rgba(235, 235, 237, 0.50);
    padding: 20px 32px;
    align-items: center;
    gap: 8px;
    margin-bottom: 24px;
}

.readMore:hover{
    text-decoration: none;
}

.footer{
    background: var(--Grayscale-Gray-700) !important;
    padding: 36px 0;
    justify-content: space-between;
    align-items: flex-start;
    align-self: stretch;
}
.footer .menu li a{
    color: var(--Additional-White);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    text-transform: none;
    
}

.footer .socialBtn{
    color: var(--Additional-White);
    margin: 0 10px;
}


.title{
    color: var(--Grayscale-Gray-900);
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px; /* 133.333% */
    margin-top: 48px;
    margin-bottom: 24px;
    display: block;
}

#product .uk-card-media-top{
    background: var(--Secondary-Violet-50) !important;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

#product .uk-card-media-top img{
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    height: 211.623px;
    object-fit: cover;
    /* margin: 41px 0; */
    transition: all .5s ease;
}

#product{
    box-shadow: none !important;
    border-radius: 24px;
    border: 1px solid var(--Grayscale-Gray-100);
    background: var(--Additional-White);
}
#product:hover img{
    transform: scale(1.1);
    transition: all .5s ease;
}




#product .uk-card-body{
    box-shadow: 0 5px 15px rgba(0,0,0,.08);
    padding: 12px !important;
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;

}

#product .name{
    overflow: hidden;
    color: var(--Grayscale-Gray-600);
    text-overflow: ellipsis;
    font-family: Ubuntu;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px; /* 157.143% */
}

#product .price{
    color: var(--Primary-NU-500);
 
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 150% */   
    margin-top: 12px !important;
    margin-bottom: 0px;
}

#product a:hover{
    text-decoration: none;

}

.marginBot48{
    margin-bottom: 48px;
}

.products .switch .switchBtn{
    border-radius: 20px;
    background: var(--Primary-NU-500);
    display: flex;
    padding: 8px;
    justify-content: center;
    align-items: flex-start;
    gap: 12px;
}

.products .switch{
    display: flex;
    padding: 12px 96px;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.products .switch .switchBtn .selected{
    border-radius: 12px;
    background: var(--Additional-White);
    color: var(--Grayscale-Gray-900);
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 22px; 
    padding: 4px 12px;
}

.products .switch .switchBtn a{
    color: var(--Additional-White);
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 22px; /* 157.143% */
    padding: 4px 12px;
}

.products .productCat a{ 
    color: #222;
    text-align: center;
    font-family: Ubuntu;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px; /* 183.333% */
    padding: 12px;
    border-radius: 16px;
    background: var(--Secondary-Violet-50);
    margin: 0 8px;
}
.products .productCat .selected{ 
    border-radius: 16px;
    background: var(--Primary-NU-500);
    color: var(--Additional-White);
}

.products .productCat { 
    padding: 0px 18px;
    align-items: center;
    padding-bottom: 12px;
    margin-top: 12px
}

.products .slider a{
    color: #222;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px; /* 183.333% */
}
.products .catPrevious{
    margin-left: -10px;
}

.products .catNext{
    margin-right: -10px;
}

.currentPage{
    color: var(--Grayscale-Gray-500);
    text-align: center;
    font-family: Ubuntu;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px; /* 157.143% */
}

.uk-breadcrumb{
    margin: 20px 0;
}

.content{
    margin: 48px 0;
}

.productDtl .dtlImgs{
    width: 100%;
    display: flex;
    margin: 0;
}

.productDtl .dtlImgs li{
    width: 46%;
}

.productDtl .content{
    min-height: 550px;
}

.productDtl .mainImg img{
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 16px;
    margin-top: 50px;
}

.productDtl .mainImg li{
    height: 400px;
    border-radius: 16px;
    border: 1px solid var(--Grayscale-Gray-100);
    background: var(--Secondary-Violet-50);
}

.productDtl .imgDiv{
    position: relative;
    height: 416px;
    border-radius: 16px;
    border: 1px solid var(--Grayscale-Gray-100);
    background: var(--Secondary-Violet-50);
}

.productDtl .imgDiv img{
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 16px;
    margin-top: 50px;
}

.productDtl .imgDiv .stamp-image {
    position: absolute;
    top: 20px;
    left: 12%;
    z-index: 1;
    height: auto !important;
    margin: 0 !important;
    width: 80% !important;
}

.productDtl .mainImg{
    list-style-type: none;
}

.productDtl .imgDiv{
    border-radius: 16px;
    border: 1px solid var(--Grayscale-Gray-100);
    background: var(--Secondary-Violet-50);
}

.productDtl .dtlImgs .uk-active a {
    border-radius: 12px;
    border: 2px solid var(--Primary-NU-500) !important;
    background: var(--Secondary-Violet-50) !important;
}

.productDtl .dtlImgs li a{
    border-radius: 12px;
    border: 1px solid var(--Grayscale-Gray-100);
    background: var(--Secondary-Violet-50);
    height: 125px;
    width: 100%;
    object-fit: cover;
    padding: 0;
}
.productDtl .dtlImgs img{
    width: 100%;
    border-radius: 10px;
    height: 125px;
    object-fit: cover;
}

.productDtl .dtlImgs li:nth-child(2){
    margin-left: 8%;
    padding: 0;
}
.productDtl .dtlImgs li:nth-child(1){
    padding-left: 0 !important;
}
.productDtl .uk-tab::before{
    border-bottom: none !important;
}
.productDtl .productIntro{
    min-height: 400px;
    height: auto;
    border-radius: 24px;
    border: 1px solid var(--Grayscale-Gray-50);

    display: flex;
    padding: 0 24px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    flex: 1 0 0;
    align-self: stretch;
}

.productDtl .productIntro .name{
    color: var(--Grayscale-Gray-900);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px; /* 133.333% */
    padding-top: 24px;
    padding-bottom: 18px;
    display: block;
}

.productDtl .productIntro .terms a{
    border-radius: 12px !important;
    border: 1px solid var(--Grayscale-Gray-50);
    height: 40px;
    align-items: center;
    color: var(--Grayscale-Gray-400);
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    display: flex;
    flex: 1 0 0;
    
}

.productDtl .productIntro .terms{
    display: flex;
    align-items: flex-start;
    gap: 12px;
    align-self: stretch;
    margin-left: 0 !important;
}

.productDtl .productIntro .description{
    display: flex;
    height: auto;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
    padding: 16px 0;
}

.productDtl .productIntro .description span{
    color: var(--Grayscale-Gray-400);
    font-size: 16px;
    font-weight: 500;
    line-height: 24px; 
}

.productDtl .productIntro .priceQty{
    display: flex;
    align-self: stretch;
    border-top: 1px solid var(--Grayscale-Gray-50);
    border-bottom: 1px solid var(--Grayscale-Gray-50);
    margin-left: 0 !important;
    padding: 24px 0;
}

.productDtl .productIntro .priceQty span:nth-child(1){
    color: var(--Grayscale-Gray-400);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 150% */
    
}

.productDtl .productIntro .priceQty span:nth-child(3){
    color: var(--Primary-NU-500);
    text-align: right;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px; 
}

.productDtl .information{
    color: var(--Primary-NU-500);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; 
}

.productDtl .productIntro .productQty{
    display: flex;
    align-items: flex-start;
    
    padding-top: 24px;
}
.productDtl .productIntro .productQty button{
    border-radius: 12px;
    border: 1px solid var(--Grayscale-Gray-100);
    background: var(--Additional-White);
    padding: 0 16px;
}

.productDtl .productIntro .productQty input{
    border-radius: 12px;
    border: 1px solid var(--Grayscale-Gray-100);
    background: var(--Additional-White);
    padding: 0 16px;
    text-align: center;
    margin: 0 4px;
    width: 70px;
}
.productDtl .btn:hover{
    color: var(--Additional-White);
}

.productDtl .productIntro .productQty .btn{
    margin-left: 16px;
    background: var(--Primary-NU-500) !important;
}

.about{
    border-radius: 24px;
    border: 1px solid var(--Secondary-Violet-50);
    margin-top: 48px;
    padding: 24px 24px;
}

.about .title{
    margin-top: 0;
    margin-bottom: 16px;
}

.aboutImg{
    display: flex;
    height: 240px;
    padding: 12px;
    justify-content: center;
    align-items: center;
    gap: 24px;
    align-self: stretch;
    border-radius: 16px;
    background: var(--Gradient-warm, linear-gradient(90deg, #F60 0%, #FF3000 100%));
}

.aboutTxt{
    color: var(--Grayscale-Gray-400);
    text-align: justify;
    /* Paragraph/Small - Regular */
    font-family: Ubuntu;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 166.667% */
}

.mTop16{
    margin-top: 16px;
    display: block;
}

.mBot16{
    margin-bottom: 16px;
    display: block;
}



.founder{
    padding: 24px;
    border-radius: 24px;
    border: 1px solid var(--Grayscale-Gray-100);
    background: var(--Additional-White);
    margin-top: 40px;
    min-height: 240px;
}


.founder .header{
    color: var(--Grayscale-Gray-900);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 133.333% */
}

.founder .text{
    margin-top: 16px;
    color: var(--Grayscale-Gray-400);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 166.667% */
    display: block;
}

.founder img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.founderImg{
    display: flex;
    align-items: center;
    gap: 16px;
    align-self: stretch;
    padding: 24px;
    border-radius: 24px;
    border: 1px solid var(--Grayscale-Gray-100);
    background: var(--Gradient-warm, linear-gradient(90deg, #F60 0%, #FF3000 100%));
    margin-top: 40px;
    min-height: 240px;
}



.partnerList{
    margin: 96px 0 !important;
}


.value .header{
    color: var(--Grayscale-Gray-900);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 171.429% */
}

.value .text{
    color: var(--Grayscale-Gray-400, #5D5F6B);
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 166.667% */
}

#contact .map iframe{
    border: 0;
    display: block;
    width: 100% !important;
    height: 380px !important;
    border-radius: 24px;
}


#contact .header{
    color: var(--Grayscale-Gray-900);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 150% */
    margin-top: 24px;
    display: block;
}


#contact .text{
    color: var(--Grayscale-Gray-400);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
}

.mTop40{
    margin-top: 40px;
}

#contact{
    min-height: 75vh;
}

.values{
    padding: 24px;
    border-radius: 24px;
    border: 1px solid var(--Grayscale-Gray-100);
    background: var(--Additional-White);
    margin-top: 24px;
    margin-bottom: 48px !important;
}

.loginForm{
    border-radius: 24px;
    border: 1px solid var(--Grayscale-Gray-100);
    background: var(--Additional-White);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.05);
    padding: 24px 40px;
    width: 70%;
    margin-left: 15%;
}

.loginForm .title{
    margin: 0;
}

.loginForm .desc{
    color: var(--Grayscale-Gray-500);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px; /* 157.143% */
}

.mTop8{
    margin-top: 8px !important; 
}

.bRadius12{
    border-radius: 12px;
}

.loginForm .uk-icon{
    color: var(--Primary-NU-500);
}

.width100{
    width: 100%;
}

.loginForm input{
    color: var(--Grayscale-Gray-200);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px; /* 157.143% */  
}

.loginForm #remember{
    width: 24px;
    height: 24px;
    background-color: white;
    vertical-align: middle;
    border: 1px solid #ddd;
    cursor: pointer;

    width: 24px;
    height: 24px;
    border-radius: 10px;
    accent-color: var(--Primary-NU-500);
}

.loginForm .forget{
    color: var(--Primary-NU-500);
    font-family: Rubik;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px; /* 157.143% */
}

.loginForm .loginBtn{
    border-radius: 12px;
    background: var(--Primary-NU-500);
    color: var(--Additional-White);
    text-align: center;

    /* Paragraph/Medium - Bold */
    font-family: Ubuntu;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px; /* 157.143% */
    margin-top: 24px;
}

.loginForm .loginBtn a{
   color: var(--Additional-White);
   padding: 10px 0;
   display: block;
}

.loginForm .signupBtn{
    border-radius: 12px;
    text-align: center;
    font-family: Ubuntu;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px; /* 157.143% */
    margin-top: 24px;
}

.loginForm .signupBtn a{
    color: var(--Grayscale-Gray-600, #2A2C38);
    text-align: center;

    /* Paragraph/Medium - Bold */
    font-family: Ubuntu;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px; /* 157.143% */
}

.loginForm .remText{
    color: var(--Grayscale-Gray-500);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px; /* 157.143% */
}

.mTop48{
    margin-top: 48px;
}

.mTop24{
    margin-top: 24px;
    display: block;
}



.page-content{
    min-height: 66vh;
}

a:hover{
    text-decoration: none;
}

.stamp-image {
    position: absolute;
    top: calc((100% - 165px) / 2);
    left: calc((100% - 165px) / 2);
    z-index: 1;
    height: 165px !important;
}

#product:hover stamp-image{
    transform: none;
}

.stamp-imageDtl {
    position: absolute;
    top: 10px;
    left: 20%;
    z-index: 1;
    height: 125px !important;
}

#product:hover .stamp-imageDtl   {
    transform: none;
}

#login .sign{
    border-radius: 12px;
    background: var(--Primary-NU-500);
    color: var(--Additional-White);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    margin-top: 24px;
    width: 100%;
    border: none;
    height: 40px;
}

#login .sign:disabled{
    border-radius: 12px;
    background: var(--Primary-NU-200, #FFC299);
    color: var(--Additional-White);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    margin-top: 24px;
    width: 100%;
    border: none;
    height: 40px;
}

.uk-alert-danger{
    border-radius: 12px;
    width: 70%;
    margin-left: 17%;
}

.loggedName{
    color: var(--Primary-NU-500);
    text-align: center;

    /* Paragraph/Medium - Bold */
    font-family: Ubuntu;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px; /* 157.143% */
}

.loggedUser{
    border-radius: 12px;
    border: 2px solid var(--Primary-NU-200);
    padding: 6px 10px;
}

.langBtn{
    border-radius: 12px;
    background: var(--Secondary-Violet-500, #1B2451);
    text-transform: uppercase;
    padding: 6px 10px;
    color: var(--Additional-White);
}
.langBtn:hover{
   
    color: var(--Additional-White);
}

.uk-navbar-right{
    gap: 18px !important;
}

#cart .emptyCart{
    text-align: center;
    position: absolute;
    top: 10%;
    left: 36%;
    width: 31%;
}

#cart .emptyCart .headerTitle{
    color: var(--Grayscale-Gray-500);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px; /* 133.333% */
}
#cart .emptyCart .text{
    color: var(--Grayscale-Gray-400);
    text-align: center;
    font-family: Ubuntu;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    margin-bottom: 24px !important;
    display: block;
}

#cart .cartProduct{
    border-radius: 12px;
    border: 2px solid var(--Primary-NU-200);
    padding: 8px 12px;
    margin-top: 24px;

    color: var(--Primary-NU-500);

}


#cart .cartTxt{
    color: var(--Grayscale-Gray-900);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px; /* 133.333% */
}

#cart .emptyCartTxt{
    color:  #F12C2C;
    text-align: center;
    font-family: Ubuntu;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px; /* 157.143% */
    
}

.floatRight{
    float: right;
}

#cart #cartTbl{
    border-radius: 24px;
    border: 1px solid var(--Grayscale-Gray-100);
    background: var(--Additional-White);
    border-collapse: separate;
    border-spacing: 0px;
    margin-top: 24px;
}

#cart{
    margin-top: 48px;
}

#cart #cartTbl .totalPrice{
    color: var(--Grayscale-Gray-500, #353746);
    text-align: right;

    /* Heading/H4 */
    font-family: Ubuntu;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 133.333% */
    float: right;
    margin-right: 38px;
}
#cart #cartTbl .totalAmount{
    color: var(--Primary-NU-500) !important;
    text-align: right;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 133.333% */
}
#cart #cartTbl .btn{
    margin-left: 16px;
    background: var(--Primary-NU-500) !important;
    display: inline;
    border: none;
}

.productQty .minus-btn{
    border-radius: 12px;
    border: 1px solid var(--Grayscale-Gray-100);
    background: var(--Additional-White);
    padding: 7px 16px;
    text-align: center;
    margin: 0 4px;
    color: var(--Grayscale-Gray-900);
    width: 20px;
    user-select: none;
}


.productQty .plus-btn{
    border-radius: 12px;
    border: 1px solid var(--Grayscale-Gray-100);
    background: var(--Additional-White);
    padding: 7px 16px;
    text-align: center;
    margin: 0 4px;
    color: var(--Grayscale-Gray-900);
    width: 20px;
    user-select: none;
}

.uk-navbar-dropdown{
    padding: 16px !important;
}

.uk-navbar-dropdown svg{
    margin-right: 8px;
}

.uk-navbar-dropdown a{
    color: var(--Grayscale-Gray-400, #5D5F6B);
    text-align: center;

    /* Paragraph/Medium - Medium */
    font-family: Ubuntu;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px; /* 157.143% */
}

.uk-navbar-dropdown a .count{
    color: var(--Grayscale-Gray-900, #0B0B0E);
    text-align: right;
    
    /* Paragraph/Medium - Medium */
    font-family: Ubuntu;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px; /* 157.143% */
    margin-left: 12px;
}



#cartTbl .cartImg{
    object-fit: cover;
    width: 100px;
    border-radius: 12px;
}

#cartTbl .text{
    color: var(--Grayscale-Gray-500);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
}

#cartTbl .price{
    color: var(--Grayscale-Gray-900, #0B0B0E);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 150% */
}
.border12{
    border-radius: 12px !important;
}

.plusMinus{
    border-radius: 12px;
    border: 1px solid var(--Grayscale-Gray-100);
    background: var(--Additional-White);
    padding: 7px 16px;
    text-align: center;
    margin: 0 6px;
    color: var(--Grayscale-Gray-900) !important;
    width: 20px;
    user-select: none;
}
.qtyInput{
    border-radius: 12px;
    border: 1px solid var(--Grayscale-Gray-100);
    background: var(--Additional-White);
    padding: 0 16px;
    text-align: center;
    margin: 0 6px;
    width: 70px !important;
}

#logout .exitTxt{
    color: var(--Grayscale-Gray-500);
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px; /* 133.333% */
}

#logout .uk-modal-footer {
    border: none !important;
}

#logout .cancelBtn{
    margin-right: 10px;
    height: 40px;
    padding: 0px 10px;
    border-radius: 12px;
    border: 2px solid var(--Primary-NU-200);
    width: 50%;
    font-weight: 700;
    color: var(--Primary-NU-500);
}

#logout .logoutBtn{
    margin-left: 10px;
    height: 40px;
    padding: 0px 10px;
    border-radius: 12px;
    background: #F12C2C;
    width: 50%;
}

#logout .uk-modal-dialog{
    border-radius: 12px;
    width: 460px;
}

#logout .uk-modal-footer{
    border-radius: 12px;
    padding-bottom: 24px;
    padding-top: 0px;
    margin-top: 0px;
}

#logout .uk-modal-body{
    padding-bottom: 24px;
}

.backY{
    background: var(--Primary-NU-500);
}

.cerif{
    display: flex;
    padding: 0px 96px;
    justify-content: space-between;
    align-items: flex-start;
    align-self: stretch;
    
    min-height: 48px;

    padding: 0px 16px;
    justify-content: center;
    align-items: center;
}

.cerif .text{
    color: #FFF;
    text-align: center;

    font-family: Ubuntu;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px; /* 157.143% */
}

.cerif .logo{
    display: flex;
    height: 48px;
    padding: 0px 16px;
    justify-content: center;
    align-items: center;
}
.cerif .tab{
    display: flex;
    height: 48px;
    padding: 0 16px;
    justify-content: center;
    align-items: center;
}
.cerif .tab a{
    color: #FFF;
    text-align: center;
    font-family: Ubuntu;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px; /* 157.143% */
}

.test{
    flex-wrap: wrap;
    justify-content: end;
}


.nuDlg .exitTxt{
    color: var(--Grayscale-Gray-500);
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px; /* 133.333% */
}

.nuDlg .uk-modal-footer {
    border: none !important;
}

.nuDlg .cancelBtn{
    margin-right: 10px;
    height: 40px;
    padding: 0px 10px;
    border-radius: 12px;
    border: 2px solid var(--Primary-NU-200);
    width: 50%;
    font-weight: 700;
    color: var(--Primary-NU-500);
}

.nuDlg .logoutBtn{
    margin-left: 10px;
    height: 40px;
    padding: 0px 10px;
    border-radius: 12px;
    background: #F12C2C;
    width: 50%;
}

.nuDlg .uk-modal-dialog{
    border-radius: 12px;
    width: 460px;
}

.nuDlg .uk-modal-footer{
    border-radius: 12px;
    padding-bottom: 24px;
}

.nuDlg .uk-modal-body{
    padding-bottom: 24px;
}

.margin12{
    margin: 12px 0;
}

.mTop24{
    margin-top: 24px;
}
.mBot24{
    margin-bottom: 24px;
}

.priceFilter{
    border-radius: 16px;
    border: 1px solid var(--Secondary-Violet-200);
    background: var(--Secondary-Violet-50);
    float: right;
    width: 180px;
    height: 38px !important;
    margin-top: -5px;
    font-size: 12px;
    font-weight: 700;
    color: #222;
    text-align: center;
}

#termsService ul li a{
    border-radius: 12px;
    background: var(--Secondary-Violet-50);
    padding: 12px;
    color: var(--Grayscale-Gray-900);
    /* Heading/H5 */
    font-family: Ubuntu;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 171.429% */
}

.accordionText{
    color: var(--Grayscale-Gray-900);
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px; /* 133.333% */
}

#logo .uk-card-media-top{
    border-radius: 24px;
    border: 2px solid var(--Grayscale-Gray-50);
    background: var(--Additional-White);
}

#logo .uk-card-bodytop{
    background: transparent;
}

#logo .uk-card{
    background: transparent;
    box-shadow: none;
}

#logo .uk-card-body{
    padding: 20px 0;
}

#logo .uk-card-body a{
    border-radius: 12px;
    background: var(--Primary-NU-500);
    color: var(--Additional-White);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    width: 100%;
    display: block;
    padding: 8px 0 ;
}

#logo .uk-card-body a svg{
    float: left;
    margin-left: 18px;
}

#logo .uk-card-body a span{
    margin-left: -18px;
}
.mTop38{
    margin-top: 38px;
}

#checkout .paymentTxt{
    color: var(--Grayscale-Gray-900);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    padding-top: 24px;
    padding-bottom: 18px;
    display: block;
    text-align: center;
}

#checkout .product .uk-grid{
    padding: 28px 0;
    margin-top: 20px;
    height: auto;
    border-radius: 24px;
    border: 1px solid var(--Grayscale-Gray-50);
    
}

#checkout .product .uk-grid .uk-width-1-5{
    padding: 0px;
}

#checkout .product .uk-grid .uk-width-3-5{
    padding-left: 24px !important;
}

.width100{
    width:100%;
}

#checkout .inputArea{
    width: 100%;
    border-radius: 12px;
    border: 1px solid #e5e5e5;
    padding: 12px;
    outline: none !important;
}



#checkout .userInfo{
    padding: 28px 0;
    margin-top: 20px;
    height: auto;
    border-radius: 24px;
    border: 1px solid var(--Grayscale-Gray-50);
    padding-right: 40px;
    margin-right: 50px;
}

#checkout .userInfo input{
    
    border-radius: 12px;
   
}
.borderTop{
    border-top: 1px solid #EBEBED;
    padding-top: 18px;
}
.padding0{
    padding-left: 0 !important;
}
.paddingLeft24{
    padding-left: 24px !important;
}

.paddRightTxt{
    float: right;
    padding-right: 16px;
}
.payBtn{
    margin-right: 24px;
    text-align: center;
    display: block;
    height: auto;
    border-radius: 12px;
    background: var(--Primary-NU-500) !important;
    color: var(--Additional-White) !important;
    padding: 8px;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    text-transform: none;
    border: none;
}

.pRight26{
    padding-right: 26px;
}

.payBtn:hover{
    background: var(--Additional-White) !important;
    color: var(--Primary-NU-500) !important;
    border: 1px solid var(--Primary-NU-500);
}

.modalText{
    color: var(--Grayscale-Gray-500);
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px; 
}

#checkout .productTxt{
    color: var(--Grayscale-Gray-400);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}

#checkout .qty{
    border-radius: 8px !important;
    background: var(--Primary-NU-500) !important;
    padding: 6px 8px !important;
    color: white !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: 12px !important;
}

#qpay #payment{
    background: #fafafa;
    padding: 20px 30px;
    border-radius: 24px;
}

#qpay #payment .value{
    color: var(--Grayscale-Gray-900);
    font-style: normal;
    font-weight: 700;
    float: right;
    display: block;
}




.productDtl{
    min-height: 690px;
}

.mobileHide{
    display: block;
}
.mobileShow{
    display: none;
}

#qpay .qrBank{
    display: flex;
    border: 1px solid var(--grayscale-gray-100, #D7D7DA);
    border-radius: 12px;
    padding: 5px;
    -webkit-box-align: center;
    align-items: center;
    margin: 8px 0;
}

#qpay .qrBank img {
    width: 50px;
    height: auto;
    padding: 6px;
    border-radius: 14px;
}

#qpay .mobileShow .qrAmount{
     position: relative;
    transform: none;
}

#qpay .mobileShow .qrAmount .amountTxt{
    float:none;
    text-align: center;
}
#qpay .mobileShow .qrAmount .amount{
    float:none;
    text-align: center;
}


#qpay .qrBank .description {
    margin-left: 10px;
    color: var(--Grayscale-Gray-900);
    font-style: normal;
    font-weight: 400;
}

#qpay .qrAmount{
    position: absolute;
    transform: translate(-50%, 100px);
}

#qpay .qrAmount .amountTxt, .amount{
    color: var(--Grayscale-Gray-900);
    font-style: normal;
    font-weight: 700;
    float: right;
    display: block;
}

#qpay #payment .headerTxt{
    color: var(--Grayscale-Gray-900);
    font-style: normal;
    font-weight: 700;
}

.emptyCart dotlottie-player{
    margin-left: 0px !important;
}

 #logout dotlottie-player{
    width: 300px;
    height: 300px;
    margin-left: 50px;
  }
 
 dotlottie-player{
    width: 300px;
    height: 300px;
    margin-left: 50px;
 } 
 
 .uk-table td{
     vertical-align: middle;
 }
 
  .introDlg video{
        height: 90vh;
    }

@media only screen and (max-width: 480px) {
    
    .introDlg{
        height: auto;
        margin-top: 20vh;
    }
    

    .introDlg video{
        height: auto;
    }
    
    #qpay #bankAccount .uk-width-1-2{
        width:50% ;
   }
    
    
   .uk-width-2-3{
       width:100% ;
   }
   
    .uk-width-1-3{
       width:100% ;
   }
   .productIntro{
       margin-bottom: 80px;
   }
   .uk-width-1-2{
        width:100% ;
   }
   
   .products .productCat {
        width: 100%;
        display: flex;
        overflow-x: scroll;
   }
   
    .products .productCat a{
        white-space: nowrap;
        text-decoration: none;
        margin-top: 2px;
   }
   
   .priceFilter{
        margin-top: 5px;
        width: 400px;
        height: 45px !important;
        font-size: 12px;
        font-style: normal;
        padding: 12px 10px;
   }
   .products .switch{
       padding: 12px 0px;
   }
   
 
   .cerif .tab {
        width: 100%;
        margin-top: -15px;
   }
   
   .cerif .text{
        margin-top: 12px;
        display: block;
   }
   
   .footer .uk-navbar{
       width: 100%;
       display: block;
   }
   
   .footer .uk-logo{
       width: 100%;
       text-align: center;
   }
   
   .footer .uk-navbar-nav{
       margin-top: 10px;
   }
   
   .footer .uk-navbar-item{
       width: 100%;
   }
   
   .footer .uk-navbar-right{
       margin-top: 30px;
   }
   
   .mobileHide{
         display: none;
    }
    .mobileShow{
        display: block;
       
    }
    
    #cart table th:first-child{
        width: 100px;
        display: block;
    }
    #cart table th:nth-child(4) {
        width: 200px;
        display: block;
    }
    #cart #cartTbl .btn{
        margin-top: 12px;
    }
    #checkout .userInfo{
        margin: 0;
    }
    #checkout .product .uk-grid{
        margin: 0;
    }
    
    .loginForm{
        width: auto;
        margin-left: 0;
    }
    
    .uk-navbar-center:not(:only-child){
        left: 50%;
        width: 60%;
    }
    
    .uk-logo{
        margin-left: 20%;
    }
    
    #login .uk-float-right{
        float: left;
    }
    .footer .uk-navbar-center{
        left: 50%;
    }
    
    .langBtn{
        border-radius: none;
        background: transparent;
        text-transform: uppercase;
        padding: 6px 10px;
    }
    
    .homeSlider .slider .back img{
        height: auto;
        object-fit: contain;
    }
    .homeSlider .slider{
        height: auto;
        aspect-ratio: 16 / 6 !important;
    }
    .homeSlider .sliderBtn{
        border-radius: 12px;
        padding: 7px 10px;
    }
    .homeSlider .sliderBtn svg{
        height: 20px;
        width: 14px;
    }
    #cart .emptyCart{
        text-align: center;
        position: relative;
        top: 10%;
        left: 5%;
        width: 90%;
        height: 90vh;  
      }
    #logout dotlottie-player{
         width: 100%;
          margin-left: 0px;
      }
      
    dotlottie-player{
        width: 100%;
        margin-left: 0px;
     } 
     
     
    #termsService ul li a{
        font-size: 12px;  
         white-space: nowrap;      /* Prevents text from wrapping to the next line */
    overflow: hidden;        /* Ensures content that overflows the container is hidden */
    text-overflow: ellipsis;
    }
    
    .values{
        margin-bottom: -40px !important;
        
    }
     
}

@media only screen and (max-width: 767px) {
   
}

@media (min-width: 1900px) {
    .homeSlider .slider .back img {
        height: 744px; 
    }
        .homeSlider .slider{
           height: 744px;  
    }
  
}




#cart .tableContainer{
    overflow-x: auto;
    max-width: 100%;
}



@media screen and (min-width: 1024px) {


}
 @media screen and (min-device-width: 461px) 
    and (max-device-width: 759px) {
        
    .introDlg{
        height: auto;
        margin-top: 20vh;
    }
    .introDlg video{
        height: auto;
    }
               .products .productCat {
        width: 100%;
        display: flex;
        overflow-x: scroll;
   }
   
    .products .productCat a{
        white-space: nowrap;
        text-decoration: none;
        margin-top: 2px;
   }
   
   .priceFilter{
        margin-top: 5px;
        width: 400px;
        height: 45px !important;
        font-size: 12px;
        font-style: normal;
        padding: 12px 10px;
   }
    }
 
 
/* For Tablet View */
@media screen and (min-device-width: 768px) 
    and (max-device-width: 1024px) {


    

    
    .products .productCat {
        width: 100%;
        display: flex;
        overflow-x: scroll;
   }
   
    .products .productCat a{
        white-space: nowrap;
        text-decoration: none;
        margin-top: 2px;
   }

        
}
 
/* For Mobile Portrait View */
@media screen and (max-device-width: 480px) 
    and (orientation: portrait) {


}
 
/* For Mobile Landscape View */
@media screen and (max-device-width: 640px) 
    and (orientation: landscape) {

       .products .productCat {
        width: 100%;
        display: flex;
        overflow-x: scroll;
   }
   
    .products .productCat a{
        white-space: nowrap;
        text-decoration: none;
        margin-top: 2px;
   }
   
   .priceFilter{
        margin-top: 5px;
        width: 400px;
        height: 45px !important;
        font-size: 12px;
        font-style: normal;
        padding: 12px 10px;
   }
}
 
/* For Mobile Phones Portrait or Landscape View */
@media screen
    and (max-device-width: 640px) {


    .productQty .minus-btn{
        width: 3%;
    }
    .productDtl .productIntro .productQty input{
        width: 15%;
        padding: 0;
    }
    .productQty .plus-btn{
        width: 3%;
    }
    .productDtl .productIntro .productQty .btn{
        flex: 1 0 0;
        margin-left: 2%;
        text-align: center;
        padding: 0;
        display: block;
    }
}

 

 



.mobileMenu{
    top: 0 !important;
    width: 100%;
    height: 98vh;
    box-sizing: inherit;
    left: -15px !important;
    text-align: center;
}

.mobileMenu ul{
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
}



.mobileMenu ul a{
    color: var(--Grayscale-Gray-900);
    text-align: center;
    font-family: Ubuntu;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 120% */
    margin-top: 32px;
    display:block;
}

.menuCloseBtn[aria-expanded="true"]{
        z-index: 2000;
    border-radius: 8px;
    padding: 0px 20px;
    background: var(--Secondary-Violet-50, #E8E9EE);
    justify-content: center;
    align-items: center;
    min-height: 50px;
}

.productDtl .discount{
    border-radius: 16px;
    background: #F12C2C;
    color: #fff;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    padding: 7px 10px;
    margin-left: 12px;
}

.productDtl .originalPrice{
    text-align: right;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    margin-left: 12px;
    color: #bdbdbd;
}

#product .originalPrice{ 
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    margin-top: 12px !important;
    margin-bottom: 0px;
    color: #bdbdbd;
    margin-left: 8px;
}

#product .discount{
    border-radius: 16px;
    background: #F12C2C;
    color: #fff;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    margin-left: 12px;
    height: 18px;
    width: 40px;
    text-align: center;
    margin-top: 16px;
}
.displayFlex{
    display:flex;
}
    
.pLeft0{
    padding-left: 0px !important;
}    

    
.mLeft0{
    margin-left: 0px !important;
}    