* {
     margin: 0px;
     padding: 0px;
}
 .clear {
     padding: 0px;
     margin: 0px;
     clear: both;
}
 body {
     overflow-x: hidden;
     margin: 0;
     padding: 0;
     font-family: 'Mulish', sans-serif;
     font-size: 15px;
     position: relative;
}
 ul {
     list-style: none;
     margin: 0px !important;
}
 a:focus, :focus {
     outline: none !important;
}

 a:hover {
     text-decoration: none !important;
}
 a {
     text-decoration: none;
}
 a img {
     border: none;
}
 h1 {
     font-size: 25px;
     color: #454545;
     margin: 0;
     padding: 0;
}
 h2 {
     font-size: 22px;
     color: #454545;
     margin: 0;
     padding: 0;
}
 h3 {
     font-size: 20px;
     color: #454545;
     margin: 0;
     padding: 0;
}
 h4 {
     font-size: 18px;
     color: #454545;
     margin: 0;
     padding: 0;
}
 h5 {
     font-size: 15px;
     color: #454545;
     margin: 0;
     padding: 0;
}
 h6 {
     font-size: 14px;
     color: #454545;
     margin: 0;
     padding: 0;
}
 p {
     font-family: 'Mulish', sans-serif;
     font-size: 12px;
     color: #454545;
     margin: 0;
     padding: 0;
}
 a {
     padding: 0px;
     margin: 0px;
     outline: none;
}
 ul {
     list-style: none;
     padding: 0px;
     margin: 0px;
}
 label {
     list-style: none;
     padding: 0px;
     margin: 0px;
}
 ul li {
     padding: 0px;
     margin: 0px;
}
 h1, h2, h3, h4, h5, h6 {
     padding: 0px;
     margin: 0px;
}
 input[type="text"]::-webkit-placeholder {
     opacity: 1;
}
 input[type="text"]::-moz-placeholder {
     opacity: 1;
}
 input[type="password"]::-webkit-placeholder {
     opacity: 1;
}
 input[type="password"]::-moz-placeholder {
     opacity: 1;
}
 input[type="search"]::-webkit-placeholder {
     opacity: 1;
}
 input[type="search"]::-moz-placeholder {
     opacity: 1;
}
 input[type="email"]::-webkit-placeholder {
     opacity: 1;
}
 input[type="email"]::-moz-placeholder {
     opacity: 1;
}
 input[type="tel"]::-webkit-placeholder {
     opacity: 1;
}
 input[type="tel"]::-moz-placeholder {
     opacity: 1;
}
 textarea::-moz-placeholder {
     opacity: 1;
}
 textarea::-webkit-placeholder {
     opacity: 1;
}
 a:hover {
     outline: none !important;
     text-decoration: none;
}
 a:active {
     outline: none !important;
     text-decoration: none;
}
 a {
     text-decoration: none !important;
     -webkit-transition: all 0.3s;
     -moz-transition: all 0.3s;
     -ms-transition: all 0.3s;
     -o-transition: all 0.3s;
     transition: all 0.3s;
}
 img {
     vertical-align: middle;
     border-style: none;
}
 .btn.focus, .btn:focus {
     outline: 0;
     box-shadow: none;
}
 :root {
     --text-black: #2B2D42;
     --light-blue: #F5F9FF;
     --pink:#FB5480;
     --hover-blue: #3F7FA6;
}
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');

header{
    background: #FFFFFF;
    box-shadow: 0px 5px 11px rgba(0, 0, 0, 0.12); 
    position: fixed;   
    z-index: 999;
    width: 100%;
    display: block;
    top: 0px;
    left: 0px;
}
.header-padding{
    display: block;
    width: 100%;
    padding: 0px 50%;
    height: 91px;
}
.header-top{
    background-color: #1D1E28;
    display: block;
    width: 100%;
    padding:9px 0px;
}
.header-top p{
font-family: 'Montserrat';
font-style: normal;
font-weight: 700;
font-size: 10px;
line-height: 12px;
text-align: center;
letter-spacing: 0.04em;
text-transform: uppercase;
color: #FFFFFF;
}
header .navbar{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    padding: 0px !important;
    margin: 0px !important;
}
.navbar-brand{
    padding: 0px !important;
    margin: 0px 20px 0px 0px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    width: 104px;
    height: 61px;
}
.navbar-brand img{
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.nav-links-right{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: stretch;
    gap: 88px;
}
.nav-log-sign{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    gap: 25px;
}
.hdr-cart, .hdr-login{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: fit-content;
    position: relative;
font-family: 'Montserrat';
font-style: normal;
font-weight: 500;
font-size: 12px;
line-height: 15px;
color: #000000;
}
.hdr-cart{
    padding-top: 10px;
}
.hdr-cart span{
    position: absolute;
    top: 0px;
    right: 0px;
    width: 18px;
    height: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: var(--pink);
font-family: 'Montserrat';
font-style: normal;
font-weight: 700;
font-size: 11px;
line-height: 13px;
color: #FFFFFF;
}

.hdr-cart:hover, .hdr-login:hover{
color: var(--hover-blue);
}
.hdr-cart:hover span{
    background-color: var(--hover-blue);
}
.hdr-cart:hover img, .hdr-login:hover img{
    filter: invert(44%) sepia(19%) saturate(1262%) hue-rotate(159deg) brightness(98%) contrast(91%);
}
.hdr-sign{
width: 95px;
height: 34px;
background: #FB5480;
border-radius: 18px;
display: flex;
justify-content: center;
align-items: center;
font-family: 'Montserrat';
font-style: normal;
font-weight: 700;
font-size: 13px;
line-height: 16px;
color: #FFFFFF;
}
.hdr-sign:hover{
    background: var(--hover-blue);
    color: white;
}
.navbar-nav{
column-gap: 32px;
}
.nav-link{
padding: 0px !important;
font-family: 'Montserrat';
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 17px;
text-align: center;
letter-spacing: 0.01em;
color: #000000;
}
.nav-link:hover{
    color: var(--hover-blue);
}
.banner{
    background-color: var(--hover-blue);
    background-image: url(../images/banner-bg.png);
    background-size: auto 100%;
    background-position: left center;
    background-repeat: no-repeat;
    position: relative;
}
.banner-img{
    display: block;
    z-index: 1;
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
    width: auto;
}
.banner-txt{
    width: 579px;
    max-width: 100%;
    padding: 85px 0px;
    position: relative;
    z-index: 3;
}
.banner-txt h1{
font-family: 'Jost';
font-style: normal;
font-weight: 300;
font-size: 68px;
line-height: 70px;
display: flex;
align-items: flex-start;
text-transform: uppercase;
color: #FFFFFF;
row-gap: 28px;
flex-direction: column;
justify-content: flex-start;
text-align: left;
margin-bottom: 41px;
position: relative;
}
.banner-txt h1::before{
    position: absolute;
    content: '>>>>';
font-family: 'Jost';
font-style: normal;
font-weight: 700;
font-size: 26px;
line-height: 26px;
display: flex;
align-items: center;
color: #FFFFFF;
left: 0px;
top: -40px;
}
.banner-txt h1 span{
font-weight: 700;
font-size: 79px;
line-height: 63px;
}
.banner-txt h4{
font-family: 'Jost';
font-style: normal;
font-weight: 700;
font-size: 40px;
line-height: 40px;
display: flex;
align-items: center;
text-transform: uppercase;
color: #FFFFFF;
margin-bottom: 20px;
}
.banner-txt p{
font-family: 'Jost';
font-style: normal;
font-weight: 400;
font-size: 17px;
line-height: 27px;
display: flex;
align-items: center;
letter-spacing: 0.01em;
color: #FFFFFF;
margin-bottom: 25px;
}
.banner-txt a{
background: #FB5480;
border-radius: 83px;
display: flex;
justify-content: center;
align-items: center;
font-family: 'Jost';
font-style: normal;
font-weight: 600;
font-size: 20px;
line-height: 20px;
display: flex;
align-items: center;
color: #FFFFFF;
padding: 21px 42px;
width: fit-content;
border: 2px solid transparent;
}
.banner-txt a:hover {
    border: 2px solid var(--pink);
    color: var(--pink);
    background-color: var(--hover-blue);
    /* box-shadow: 5px 6px 9px 0px #0000002b; */
}
.index-refer{
    padding: 50px 0px;
}
.ind-ref-hdng{
    margin: 0 auto 50px auto;
    width: 818px;
    max-width: 100%;
}
.ind-ref-hdng h2{
font-family: 'Montserrat';
font-style: normal;
font-weight: 700;
font-size: 38px;
line-height: 46px;
color: rgba(0, 0, 0, 0.9);
margin-bottom: 14px;
text-align: center;
}
.ind-ref-hdng p{
font-family: 'Mulish';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 26px;
display: flex;
align-items: center;
text-align: center;
letter-spacing: 0.01em;
color: rgba(0, 0, 0, 0.8);
justify-content: center;
}
.ind-ref-inr{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 100px;
}
.ind-ref-box{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 300px;
}
.ind-ref-box img{
    display: block;
    width: auto;
    height: 100px;
    margin-bottom: 28px;
}
.ind-ref-box h5{
font-family: 'Montserrat';
font-style: normal;
font-weight: 600;
font-size: 19px;
line-height: 24px;
text-align: center;
color: #2B2D42;
margin-bottom: 14px;
}
.ind-ref-box p{
font-family: 'Mulish';
font-style: normal;
font-weight: 400;
font-size: 15px;
line-height: 24px;
display: flex;
align-items: center;
text-align: center;
color: rgba(0, 0, 0, 0.9);
}
.indarw{
    display: flex;
    width: 128px;
    height: 128px;
    position: absolute;
    right: 28px;
    transform: translateX(100%) rotate(-5.71deg);
    justify-content: center;
    align-items: center;
    overflow: hidden;
    top: 5px;
}
.indarw.arwrotate{
    transform: translateX(100%) rotate(62deg);
}
.indarw img{
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    margin: 0px !important;
}

.indref-btn{
    margin: 30px auto 0 auto;
    display: block;
    width: fit-content;
    padding: 14px 21px;
background: #FB5480;
border-radius: 20px;
font-family: 'Montserrat';
font-style: normal;
font-weight: 700;
font-size: 13px;
line-height: 16px;
color: #FFFFFF;
}
.indref-btn:hover{
    background: var(--hover-blue);
    color: white;
}

.products{
    background-color: var(--light-blue);
    padding: 60px 0px;
}
.products-top{
    margin-bottom: 73px;
}

.prod-top-box{
    width:100%;
    height: 240px;
    position: relative;
}
.prod-top-box .prod-top-bg{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: block;
}
.prodtop-txt{
    width: 264px;
    height: 100%;
    position: relative;
    padding: 24px 59px 24px 27px;
    background-image: url(../images/prodtop-vector.png);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.prodtop-txt h3 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 23px;
    line-height: 29px;
    color: #FFFFFF;
    margin-bottom: 11px;
    letter-spacing: 0.01em;
}
.prodtop-txt a{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 3px;
font-family: 'Montserrat';
font-style: normal;
font-weight: 700;
font-size: 12px;
line-height: 15px;
letter-spacing: 0.01em;
color: #FFFFFF;
}
.prodtop-txt a img{
    display: block;
    width: 14px !important;
    height: 14px !important;
}
.prodtop-txt a:hover{
    color: var(--hover-blue);
}
.prodtop-txt a:hover img{
    filter: invert(46%) sepia(37%) saturate(673%) hue-rotate(159deg) brightness(91%) contrast(89%);
}
.owl-producttop{
    position: relative;
}
.owl-producttop .owl-nav{
    position: absolute;
    margin-top: 0px;
    top: 50%;
    transform: translateY(-50%) translateX(-30px);
    width: calc(100% + 60px);
    height: 1px;
    z-index: 9;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.owl-producttop .owl-nav button{
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: 32px;
    height: 32px;
    border-radius: 50% !important;
    background-color: #5D5D5D !important;
    margin: 0px !important;
    transform: translateX(-100%);
}
.owl-producttop .owl-nav button.owl-next{
    transform:translateX(100%) rotate(180deg);
}
.owl-producttop .owl-nav button span{
    display: block;width: 9.22px;height:17.07px;font-size: 0px;
    background-image: url(../images/owl-arw.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
}
.owl-producttop .owl-nav button:hover{
    background-color: #000000 !important;
    box-shadow: none !important;
}
.owl-producttop .owl-nav button.owl-prev span{
    margin: 2px 0px 0px -2px;
}
.owl-producttop .owl-nav button.owl-next span{
    margin: 2px 0px 0px -2px;
}
.prod-btm-hdr{
    margin: 0 auto 41px auto;
    width: fit-content;
}
.prod-btm-hdr h2{
font-family: 'Jost';
font-style: normal;
font-weight: 700;
font-size: 38px;
line-height: 55px;
color: rgba(0, 0, 0, 0.9);
margin-bottom: 11px;
text-align: center;
}
.prod-btm-hdr p{
font-family: 'Mulish';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 24px;
display: flex;
align-items: center;
text-align: center;
color: rgba(0, 0, 0, 0.8);
text-align: center;
}

.prod-btm-inr{
    padding: 0px 131px;
}

.prd-btm-box{
background: #FFFFFF;
border: 1px solid #E9E9E9;
border-radius: 5px;
padding: 13px 13px 16px 13px;
}
.prd-btm-box em {
    width: 100%;
    padding-top: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    background-color: #F7F7F8;
    display: block;
}
.prd-btm-box em img{
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto !important;
    height: auto;
    max-width:calc(100% - 60px) !important;
    max-height: calc(100% - 60px);
}
.wishlist{
    margin: -17.5px auto 8px auto;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
background: #F7F7F8;
border: 1px solid #E9E9E9;
position: relative;
z-index: 4;
cursor: pointer;
}
.wishlist svg{
    display: block;
    width: 12px;
    height: 12px;
}
.wishlist.wlisted svg path{
    fill: var(--pink) !important;
}
.prd-btm-box h6{
font-family: 'Jost';
font-style: normal;
font-weight: 400;
font-size: 13px;
line-height: 20px;
text-align: center;
letter-spacing: 0.48px;
color: #777777;
}
.prd-btm-box h4 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 15px;
    text-align: center;
    letter-spacing: 0.48px;
    color: #2B2B2D;
    margin-bottom: 25px;
    margin-top: 10.5px;
	text-transform: uppercase;
}
a.prdbtm-go{
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    padding: 12px 35px;
background: #FB5480;
border-radius: 20px;
font-family: 'Montserrat';
font-style: normal;
font-weight: 700;
font-size: 13px;
line-height: 16px;
color: #FFFFFF;
width: fit-content;
}
a.prdbtm-go img{
    display: block;
    width: 14px !important;
    height: 14px;
}
a.prdbtm-go:hover{
    background: var(--hover-blue);
    color: white;
}
.owl-prodbottm.owl-theme .owl-nav.disabled+.owl-dots,
.owl-testimonial.owl-theme .owl-nav.disabled+.owl-dots,
.owl-producttop.owl-theme .owl-dots {
    margin-top: 58px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.owl-prodbottm.owl-theme .owl-dots .owl-dot.active span, .owl-prodbottm.owl-theme .owl-dots .owl-dot:hover span,
.owl-testimonial.owl-theme .owl-dots .owl-dot.active span, .owl-testimonial.owl-theme .owl-dots .owl-dot:hover span,
.owl-producttop.owl-theme .owl-dots .owl-dot.active span, .owl-producttop.owl-theme .owl-dots .owl-dot:hover span{
    background: var(--pink) !important;
    width: 16px !important;
    height: 16px !important;
}
.owl-producttop.owl-theme .owl-dots {display: none !important;}
.direct-sell{
    padding: 65px 0px 23px 0px;
    background-color: #FFFFFC;
}
.ind-ref-hdng.drt-slhdr{
    margin: 0 auto 64px auto;
}
.drt-sl-inr{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 25px;
}
.drt-slbox{
    width: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.drt-slbox img{
    display: block;
    width: 100px;
    height: 100px;
    margin-bottom: 17px;
}
.drt-slbox span{
    display: block;
font-family: 'Montserrat';
font-style: normal;
font-weight: 600;
font-size: 54px;
line-height: 66px;
color: rgba(0, 0, 0, 0.08);
text-align: center;
}
.drt-slbox h4{
font-family: 'Montserrat';
font-style: normal;
font-weight: 600;
font-size: 23px;
line-height: 29px;
color: #2B2D42;
margin-bottom: 14px;
text-align: center;
}
.drt-slbox p{
font-family: 'Mulish';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 24px;
display: flex;
align-items: center;
text-align: center;
color: rgba(0, 0, 0, 0.9);
margin: 0px 6px;
}
.hurry-inr{
    background-color: #F8F8F8;
    background-image: url(../images/hurry-bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 53px 96px 27px 75px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}
.hurry-txt h6{
margin-bottom: 7px;
font-family: 'Montserrat';
font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 20px;
color: #000000;
}
.hurry-txt h2{
font-family: 'Montserrat';
font-style: normal;
font-weight: 600;
font-size: 24px;
line-height: 29px;
color: #2B2D42;
margin-bottom: 34px;
}
.hurry-txt a{
width: 146px;
height: 44px;
background: #FB5480;
border-radius: 20px;
display: flex;
justify-content: center;
align-items: center;
font-family: 'Montserrat';
font-style: normal;
font-weight: 700;
font-size: 12px;
line-height: 15px;
color: #FFFFFF;
}
.hurry-txt a:hover{
    background: var(--hover-blue);
    color: white;
}
.hurry-img{
    display: block;
    width: 363px;
    height: 213px;
}
.hurry{
    padding: 50px 0px;
}
.ind-ref-hdng.testi-hdr h2{
    margin-bottom: 45px;
}
.owl-testimonial {
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-top: -20px;
}
.testi-box{
    padding: 30px 20px 36px 27px;
background: #FFFFFF;
box-shadow: 0px 0px 20px 2px #E1EEF5;
border-radius: 2px;
position: relative;
margin: 20px;
}
.quote{
    display: block;
    width: 32px !important;
    height: 32px;
    bottom: 36px;
    right: 20px;
}
.tester-name{
    display: flex;
flex-direction: row;
justify-content: flex-start;
align-items: center;
margin-bottom: 19px;
gap: 20px;
}
.tester-name em{
display: flex;
justify-content: center;
align-items: center;
width: 60px;
height: 60px;
border-radius: 50%;
overflow: hidden;
}
.tester-name em img{
    display: block;
    width: auto !important;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.tester-name h5{
font-family: 'Mulish';
font-style: normal;
font-weight: 600;
font-size: 18px;
line-height: 17px;
display: flex;
align-items: center;
color: #000000;
margin-bottom: 13px;
}
.tester-name h6{
font-family: 'Mulish';
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 17px;
display: flex;
align-items: center;
color: #FFD74A;
}
.testi-box p{
font-family: 'Mulish';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 28px;
display: flex;
align-items: center;
letter-spacing: 0.01em;
color: rgba(0, 0, 0, 0.9);
margin-bottom: 23px;
}
.testi-star{
    gap: 4px;
}
.testimonial{
    padding: 56px 0px 70px 0px;
    background-color: var(--light-blue);
}
.foter-top{
    background-color: #15161D;
    padding: 66px 0px 58px 0px;
}
.ftr-toplft h2,
.ftr-tprt h2{
font-family: 'Mulish';
font-style: normal;
font-weight: 600;
font-size: 24px;
line-height: 26px;
display: flex;
align-items: center;
color: #FFFFFF;
margin-bottom: 28px;
}
.ftr-tplft-lists{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}
.ftr-tplft-lists ul{
    width: 195px;
}
.ftr-tplft-lists ul li a{
    position: relative;
font-family: 'Mulish';
font-style: normal;
font-weight: 400;
font-size: 15px;
line-height: 30px;
display: flex;
align-items: center;
letter-spacing: 0.01em;
color: #DDDDDD;
padding-left: 24px;
}
.ftr-tplft-lists ul li a::after{
    content: '';
    position: absolute;
    left: 0px;
    top: 15px;
    width: 10px;
    height: 1.5px;
    display: block;
    background-color: white;
}
.ftr-tplft-lists ul li a:hover{
    color: var(--pink);
}
.ftr-tplft-lists ul li a:hover::after{
    background-color: var(--pink);
}
.ftr-tprt ul li{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 17px;
font-family: 'Mulish';
font-style: normal;
font-weight: 400;
font-size: 15px;
line-height: 27px;
letter-spacing: 0.01em;
color: #DDDDDD;
margin-bottom: 20px;
}
.ftr-tprt ul li img {
    display: block;
    width: 18px;
    height: 18px;
    margin-top: 5px;
}
.ftr-tprt ul li a{
    color: inherit;
}
.ftr-tprt ul li a:hover{
    color: var(--pink);
}
.footer-bottom{
    background-color: #1E1F29;
    padding: 21px 0px;
}
.footer-bottom .container{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
p.copy{
font-family: 'Mulish';
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 30px;
color: #767676;
}
p.copy a{
    color: inherit;
}
p.copy a:hover{
    color: var(--pink);
}
.ftr-socls{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
    gap: 24px;
}
.ftr-socls h6{
font-family: 'Mulish';
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 30px;
display: flex;
align-items: center;
letter-spacing: 0.02em;
color: #FFFFFF;
}
.ftr-socls ul{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    gap: 16px;
}
.ftr-socls ul li a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25px;
    height: 25px;
    border-radius: 4px;
    font-size: 19px;
    color: white;
}
.ftr-socls ul li a:hover{
    transform: translateY(-3px);
}
.ftr-socls ul li a svg{
    fill: white;
    display: block;
    width: 18px;
    height: 18px;
}


.login-paper{
    background-color: #F5F9FF;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    min-height: 590px;
}

.login-left{
    width: 50%;
    background-image: url(../images/login-bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 100px;
}
.login-right{
    padding: 64px 64px 64px 130px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.login-frm-inr{
    width: 391px;
    max-width: 100%;
}
.login-frm-inr.signup-frm-inr{
    width: 391px;
    max-width: 100%;
}
.login-frm-inr h1{
font-family: 'Jost';
font-style: normal;
font-weight: 600;
font-size: 23px;
line-height: 25px;
text-align: center;
color: #FB5480;
margin-bottom: 5px;
}
.login-frm-inr h5{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
font-family: 'Mulish';
font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 22px;
text-align: center;
letter-spacing: 0.01em;
color: #565D68;
margin-bottom: 38px;
}
.login-frm-inr h5 span{
    display: block;
    width:78px;
    height: 2px;
}
.login-frm-inr h5 span img{
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.inpt-box-login{
    margin-bottom: 14px;
    width: 100%;
    display: block;
    position: relative;
}
.inpt-box-login label,
.inpt-checkbox h5{
font-family: 'Mulish';
font-style: normal;
font-weight: 700;
font-size: 15px;
line-height: 18px;
letter-spacing: 0.01em;
color: #464A52;
margin-bottom: 8px;
width: 100%;
}
.inpt-box-login label.error, .inpt-box-login .error{
    color: red !important;
    margin-bottom: 0px !important;
    font-size: 13px;
}
.inpt-box-login input,
.inpt-box-login select{
background-color: #FFFFFF !important;
border: 1.2px solid #C1C8D2;
border-radius: 10px;
padding: 16px 18px;
height: 56px;
font-family: 'Mulish';
font-style: normal;
font-weight: 600;
font-size: 14px;
line-height: 24px;
letter-spacing: 0.01em;
color: var(--text-black);
display: block;
width: 100%;
box-shadow: none !important;
outline: none !important;
appearance: none !important;
}
.inpt-box-login input::placeholder{
    color: #a1a6ac;
}
.inpt-box-login input:hover,
.inpt-box-login input:focus,
.inpt-box-login input:focus-visible,
.inpt-box-login input:focus-within,
.inpt-box-login.fltr-inptbox input:hover,
.inpt-box-login.fltr-inptbox input:focus,
.inpt-box-login.fltr-inptbox input:focus-visible,
.inpt-box-login.fltr-inptbox input:focus-within,
.inpt-box-login.fltr-inptbox select:hover,
.inpt-box-login.fltr-inptbox select:focus,
.inpt-box-login.fltr-inptbox select:focus-visible,
.inpt-box-login.fltr-inptbox select:focus-within{
border: 1.2px solid var(--pink);
}

.fa-eye-slash:before {
	content: '' !important;
	background-image: url(../images/eye-slash.png) !important;
	display: block;
	width: 100%;
	height: 100%;
}
.fa-eye:before {
	content: '' !important;
	background-image: url(../images/eye.png) !important;
	display: block;
	width: 100%;
	height: 100%;
}
.password-inpt i {
	position: absolute;
	top: 45px;
	right: 18px;
	display: block;
	width: 21px;
	height: 21px;
	z-index: 2;
	cursor: pointer;
	z-index: 99;
}
.forgot{
    display: block;
    margin-top: 20px;
font-family: 'Mulish';
font-style: normal;
font-weight: 700;
font-size: 14px;
line-height: 16px;
text-align: center;
letter-spacing: 0.01em;
color: #424B59;
margin-bottom: 31px;
}
.forgot:hover{
    color: var(--pink);
}
button.login-submit{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15.5px;
background: #FB5480;
border: 1px solid #FB5480;
border-radius: 55px;
font-family: 'Jost';
font-style: normal;
font-weight: 700;
font-size: 19px;
line-height: 16px;
text-align: center;
letter-spacing: 0.02em;
color: #FFFFFF;
cursor: pointer;
margin-bottom: 21px;
}
button.login-submit:hover,
button.login-submit:focus{
    background: var(--hover-blue);
    border: 1px solid var(--hover-blue);
    color: white;
}
.border-graph{
    gap: 9px;
    margin-bottom: 10px;
}
.gt-sign{
font-family: 'Mulish';
font-style: normal;
font-weight: 600;
font-size: 15px;
line-height: 24px;
text-align: center;
letter-spacing: 0.01em;
color: #767C86;
}
.gt-sign a{
    display: inline-block;
    color: var(--pink);
}
.gt-sign a:hover{
    color: var(--hover-blue);
}

.signup-paper .login-left{
background-image: url(../images/signup-bg.png);
}

.inpt-row{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    gap: 9px;
}
.inpt-row .inpt-box-login{
    width: calc(50% - 5px);
}
.inpt-checkbox{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom:14px;
    column-gap:11px;
}
.inpt-checkbox h5{
    margin-bottom: 3px;
}
.inpt-checkbox label{
    width: fit-content;
    display: block;
    position: relative;
}
.inpt-checkbox label input{
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 3;
    opacity: 0;
    cursor: pointer;
}
.cust-type {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 96px;
    height: 50px;
    background: #FFFFFF;
    border: 1px solid #C1C8D2;
    border-radius: 10px;
    padding: 13px 18px;
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #767C86;
}
.cust-type svg{
    display: block;
    opacity: 0;
    width: 0px;
    height: 0px;
    transition: all 0.3s ease;
}
.inpt-checkbox label input:hover + .cust-type{
    border: 1px solid var(--text-black);
    color: var(--text-black);
}
.inpt-checkbox label input:checked + .cust-type{
    border: 1px solid #243137;
    background-color: var(--text-black);
    color: white;
}
.inpt-checkbox label input:checked + .cust-type svg{
    display: block;
    opacity: 1;
    width:18px;
    height:18px;
    margin-right: 3px;
    transition: all 0.3s ease;
}
p.disc {
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 19px;
    text-align: center;
    color: #6C7C8D;
    width: 80%;
    margin: 18px auto 19px auto;
}
p.disc a{
    color: var(--pink);
}
p.disc a:hover{
    color: var(--hover-blue);
}

.signup-paper .login-right {
    padding: 30px 64px 30px 130px;
}

.fltr-lft{
    width: calc(100% + 21px);
    border-right: 1px solid #CCCCCC;
    padding: 44px 36px 41px 0px;
    height: 100%;
}
.filter-inr {
    width: 100%;
    height: fit-content;
    position: sticky;
    top: 106px;
}
.filter-inr h2{
font-family: 'Mulish';
font-style: normal;
font-weight: 700;
font-size: 21px;
line-height: 26px;
text-transform: uppercase;
color: #000000;
padding-bottom: 11px;
margin-bottom: 23px;
border-bottom: 1px solid #CCCCCC;
}
.inpt-box-login.fltr-inptbox{
    margin-bottom: 26px;
}
.inpt-box-login.fltr-inptbox label{
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 7px;
}
.inpt-box-login.fltr-inptbox input, 
.inpt-box-login.fltr-inptbox select {
    border: 1.2px solid #b9b9b9;
    border-radius: 7px;
    padding: 11px 18px;
    height: 46px;
    line-height: 15px;
    font-weight: 600;
    position: relative;
}

.inpt-box-login.fltr-inptbox select{
    background-image: url(../images/select-drp.png);
    background-position: right -1px top -1px;
    background-repeat: no-repeat;
    background-size: 45px calc(100% + 2px);
}
.inpt-box-login.fltr-inptbox select::after{
    content: '';
    position: absolute;
    right: 13px;
    top: 15px;
    display: block;
    width: 18px;
    height: 18px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../images/chevron-down.svg);
}

.brnd-list{
    margin-top: 32px;
}
.brnd-list h5{
font-family: 'Mulish';
font-style: normal;
font-weight: 600;
font-size: 14px;
line-height: 18px;
letter-spacing: 0.02em;
text-transform: uppercase;
color: #000000;
padding-bottom: 10px;
border-bottom: 1px solid #ccc;
position: relative;
margin-bottom: 21px;
}
.brnd-list h5::before{
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    display: block;
    background-color: var(--pink);
    width: 60px;
    height: 2px;
}
.brnd-list ul li{
    margin-bottom: 11px;
}
.brnd-label{
    padding-left: 37px;
font-family: 'Mulish';
font-style: normal;
font-weight: 600;
font-size: 14px;
line-height: 20px;
letter-spacing: 0.01em;
color: #1D2128;
position: relative;
width: fit-content;
}
.brnd-label input{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 3;
    opacity: 0;
    cursor: pointer;
}
.brnd-label span{
    position: absolute;
    top: 0px;
    left: 0px;
    display: flex;
    width: 21px;
    height: 21px;
    justify-content: center;
    align-items: center;
    border: 1px solid #7E7D7D;
    border-radius: 5px;
}
.brnd-label input:hover + span{
    border: 1px solid var(--text-black);
}
.brnd-label span svg{
    display: block;
    width: 12px;
    height: 12px;
}
.brnd-label input:checked + span{
    border: 1px solid var(--text-black);
    background: var(--text-black);
}
.more-brnd {
    background: #FFFFFF;
    border: 1px solid #515863;
    border-radius: 5px;
    padding: 3px 9px 5px 11px;
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 17px;
    letter-spacing: 0.03em;
    color: #252A31;
}
.more-brnd:hover{
    background: var(--text-black);
    color: white;
}





.range-area input[type="range"] {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height:5px; /* Height of the track */
    background: #2A2A2A ; /* Background color of the track */
    border-radius: 3px;
    outline: none;
    /* overflow: hidden; */
    position: relative;
    border: 1px solid #474141;
  }

  /* Custom Track */
 .range-area input[type="range"]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 8px;
    background: #4CAF50; /* Color for the part before the handle */
    z-index: 2;
  }

  /* Custom Handle */
 .range-area input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 16px; /* Handle width */
    height: 16px; /* Handle height */
    background: #000; /* Handle color: Black */
    border-radius: 50%; /* Circular handle */
    cursor: pointer;
    position: relative;
    z-index: 3;
  }

 .range-area input[type="range"]::-moz-range-thumb {
    width: 16px;
    height: 16px;
    background: #000; /* Handle color: Black */
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    z-index: 3;
  }



  .filter-box{
    margin-top: 32px;
  }
  .filter-box h4{
font-family: 'Mulish';
font-style: normal;
font-weight: 600;
font-size: 14px;
line-height: 18px;
/* identical to box height */
letter-spacing: 0.02em;
text-transform: uppercase;
color: #000000;
  }
  .range-area .input-group{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    gap: 15px;
font-family: 'Mulish';
font-style: normal;
font-weight: 600;
font-size: 15px;
line-height: 19px;
letter-spacing: 0.02em;
color: #000000;
width: fit-content;
margin-top: 0px;
  }
  .range-area .input-group::after {
    content: '-';
    position: absolute;
    left: calc(50% + 1px);
    /* transform: translateX(-50%); */
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 19px;
    letter-spacing: 0.02em;
    color: #000000;
}
.filter-btns-area{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 7px;
    margin-top: 30px;
}
button.clear-fltr{
width:calc(50% - 3.5px);
height: 43px;
background: #FFFFFF;
border: 1px solid #2A2A2A;
border-radius: 8px;
display: flex;
justify-content: center;
align-items: center;
font-family: 'Mulish';
font-style: normal;
font-weight: 700;
font-size: 15px;
line-height: 19px;
text-align: center;
letter-spacing: 0.02em;
color: #2A2A2A;
outline: none !important;
box-shadow: none !important;
}
button.apply-fltr{
    width:calc(50% - 3.5px);
height: 43px;
display: flex;
justify-content: center;
align-items: center;
background: #FB5480;
border-radius: 8px;
font-family: 'Mulish';
font-style: normal;
font-weight: 800;
font-size: 15px;
line-height: 19px;
text-align: center;
letter-spacing: 0.02em;
color: #FFFFFF;
outline: none !important;
box-shadow: none !important;
border: none !important;
}
button.clear-fltr:hover,
button.clear-fltr:focus,
button.apply-fltr:hover,
button.apply-fltr:focus{
    background: var(--text-black);
    color: white;
}
.search-right{
    margin-left:27px;
    width: calc(100% - 27px);   
    padding-bottom: 41px;
}

.sr-hdr{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    margin: 35px 0px 65px 0px;
}
.filter-toggle {
    background: #FB5480;
    border-radius: 8px;
    /* display: flex; */
    display: none;
    width: fit-content;
    justify-content: center;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 19px;
    text-align: center;
    letter-spacing: 0.03em;
    color: #FFFFFF;
}
.filter-toggle:hover{
    background: var(--text-black);
    color: white;
}
.filter-toggle svg{
    display: block;
    width: 18px;
    height: 18px;
}
.srch-sort{
    width: 194px;
}
.srch-numhd{
    width: calc(100% - 214px);
}
.srch-numhd h2 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 26px;
    line-height: 33px;
    letter-spacing: 0.02em;
    color: #1C2737;
    margin-bottom: 13px;
}
.srch-numhd p{
font-family: 'Mulish';
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 23px;
letter-spacing: 0.02em;
color: #555C6B;
}
.srch-rt-inr .row{
    row-gap: 30px;
}
.srch-rt-inr{
    margin-bottom: 44px;
}
.srchpg-pagi{
    gap: 5px;
}
.srchpg-pagi li a{
width: 40px;
height: 40px;
background: #FFFFFF;
border: 1px solid #8C8C8C;
border-radius: 10px !important;
display: flex;
justify-content: center;
align-items: center;
outline:  none !important;
box-shadow: none !important;
font-family: 'Mulish';
font-style: normal;
font-weight: 600;
font-size: 15px;
line-height: 16px;
text-align: center;
letter-spacing: 0.02em;
color: #0C0D0E;
}
.page-item.page-prev a,
.page-item.page-next a{
    background: #2A2A2A;
}
.srchpg-pagi li a:hover,
.srchpg-pagi li a:focus{
    border: 1px solid var(--pink);
    background: var(--pink);
    color: white;
}

.product-dttp-inr{
background: #FFFFFF;
box-shadow: 0px 2px 17px -1px rgba(16, 24, 40, 0.08);
border-radius: 10px;
width: 100%;
padding: 20px 28px 20px 20px;
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: stretch;
}
.prdt-left{
    width:51.54%;
}
.prdt-right{
    width:48.46%;
    padding-left: 32px;
}
.product-deettop{
    margin: 45px 0px 34px 0px;
}
.left_slider_area{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items:center;
    gap: 19px;
}

.prdt-heart {
    top: 23px;
    right: 6px;
    margin-bottom: 0px;
    background-color: white;
}
.wishlist.prdt-heart svg {
    display: block;
    width: 21px;
    height: 21px;
}
.prdt-brdcrumb{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2px;
}
.prdt-brdcrumb ul{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 3px;
}
.prdt-brdcrumb ul li{
font-family: 'Mulish';
font-style: normal;
font-weight: 500;
font-size: 15px;
line-height: 23px;
letter-spacing: 0.02em;
color: #6A6F78;
}
.prdt-brdcrumb ul svg{
    display: block;
    width: 17px;
    height: 17px;
}
.prdt-brdcrumb span{
background: #43A75F;
border: 1px solid #43A75F;
border-radius: 7px;
padding: 3px 9px 4px 11px;
font-family: 'Mulish';
font-style: normal;
font-weight: 800;
font-size: 12px;
line-height: 18px;
text-align: center;
letter-spacing: 0.03em;
color: #FFFFFF;
}
.prdt-right h2{
font-family: 'Jost';
font-style: normal;
font-weight: 600;
font-size: 29px;
line-height: 42px;
letter-spacing: 0.01em;
color: #1A1D26;
margin-bottom: 7px;
}
.prdt-right p{
font-family: 'Mulish';
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 23px;
letter-spacing: 0.01em;
color: #4C515C;
margin-bottom: 17px;
}
.prd-prc{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
font-family: 'Mulish';
font-style: normal;
font-weight: 700;
font-size: 19px;
line-height: 25px;
letter-spacing: 0.01em;
color: #3A4256;
padding-bottom: 21px;
margin-bottom: 21px;
border-bottom: 1px solid #DCDCDC;
}
.prd-prc span{
    display: block;
    margin-right: 15px;
color: #FB5480;
text-decoration: line-through;
}
.prd-prc small{
    width: 100%;
font-family: 'Mulish';
font-style: normal;
font-weight: 500;
font-size: 12px;
line-height: 23px;
letter-spacing: 0.02em;
color: #6A6F78;
}
.quantity-sec{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    column-gap: 9px;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.quantity-sec h5{
    width: 100%;
    margin-bottom: 4px;
font-family: 'Mulish';
font-style: normal;
font-weight: 600;
font-size: 14px;
line-height: 23px;
letter-spacing: 0.03em;
color: #1E212C;
}
.prd-qnt{
width: 125px;
height: 46px;
background: #FFFFFF;
border: 1px solid #A1A3A4;
border-radius: 9px;
}



/*  */
    .prd-qnt input[type="number"] {
        transition: border 0.3s ease-in-out, color 0.3s ease-in-out;
        -webkit-appearance: textfield;
        -moz-appearance: textfield;
        appearance: textfield;
        box-shadow: none !important;
        outline: none !important;
        width: calc(100% - 28px);
        height: 46px;
        background: #FFFFFF;
        border: 1px solid #A1A3A4;
        border-radius: 9px;
        margin: -1px 0 -1px -1px;
        padding: 12px 16px;
        font-family: 'Mulish';
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 23px;
        letter-spacing: 0.03em;
        color: #1F2227;
    }
.prd-qnt-button{
    width: 29px;
    height: 22px;
    display:flex;
    justify-content: center;
    align-items: center;
    position: relative;
    cursor: pointer;
    position: absolute;
}
.prd-qnt-remove::after{
    display: none;
}
.prd-qnt-add::after{
    transform: rotate(90deg);
}
.prd-qnt-add{
    border-bottom: 1px solid #A1A3A4;
    top: 0px;
    right: 0px;
}
.prd-qnt-remove{
    bottom: 0px;
    right: 0px;
}
a.gt-cart{
    width: calc(100% - 125px - 9px);
height: 46px;
background: #FB5480;
border: 1px solid #FB5480;
border-radius: 55px;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
gap: 10px;
font-family: 'Mulish';
font-style: normal;
font-weight: 800;
font-size: 13px;
line-height: 18px;
text-align: center;
letter-spacing: 0.07em;
text-transform: uppercase;
color: #FFFFFF;
}
a.gt-cart svg{
    display: block;
    width: 17px;
    height: 17px;
}
/*  */


.prd-desk-area h6{
font-family: 'Mulish';
font-style: normal;
font-weight: 600;
font-size: 15px;
line-height: 23px;
letter-spacing: 0.03em;
color: #1F2227;
margin-bottom: 13px;
}
.prd-desk-area h6 span{
    display: block;
font-family: 'Mulish';
font-style: normal;
font-weight: 500;
font-size: 12px;
line-height: 21px;
letter-spacing: 0.02em;
color: #6A6F78;
margin-top: -2px;
}
.prd-desk-area h5{
font-family: 'Mulish';
font-style: normal;
font-weight: 500;
font-size: 12px;
line-height: 21px;
letter-spacing: 0.02em;
color: #6A6F78;
margin-bottom: 16px;
}
.prd-desk-area h5 b{
font-family: 'Mulish';
font-style: normal;
font-weight: 700;
font-size: 11px;
line-height: 21px;
letter-spacing: 0.02em;
text-transform: uppercase;
color: #000000;
}
a.prd-share{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
font-family: 'Mulish';
font-style: normal;
font-weight: 500;
font-size: 12px;
line-height: 21px;
letter-spacing: 0.02em;
color: #6A6F78;
}
a.prd-share em{
width: 40px;
height: 40px;
border: 1px solid #A5A5A5;
border-radius: 55px;
display: flex;
justify-content: center;
align-items: center;
}
a.prd-share em svg{
    display: block;
    width: 16px;
    height: 16px;
}
a.prd-share:hover{
    color: var(--pink);
}
a.prd-share:hover em{
    border: 1px solid var(--pink);
}
a.prd-share:hover em svg path{
stroke: var(--pink);
}
.product-deetbtm{
    margin-bottom: 72px;
}
.product-deetbtm-inr{
background: #FFFFFF;
box-shadow: 0px 2px 17px -1px rgba(16, 24, 40, 0.08);
border-radius: 10px;
padding: 34px 0px 25px 0px;
}
.product-deetbtm-inr h2{
font-family: 'Mulish';
font-style: normal;
font-weight: 700;
font-size: 17px;
line-height: 21px;
letter-spacing: 0.04em;
text-transform: uppercase;
color: #1A1D26;
padding: 0 32px 28px 32px;
border-bottom: 1px solid #DCDCDC;
margin-bottom: 18px;
}
.product-deetbtm-inr p{
font-family: 'Mulish';
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 28px;
letter-spacing: 0.03em;
color: #252932;
margin-bottom: 19px;
}
.product-deetbtm-inr ul li{
    padding-left: 19px;
    position: relative;
font-family: 'Mulish';
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 26px;
letter-spacing: 0.02em;
color: #252932;
}
.product-deetbtm-inr ul li::after{
    content: '';
    position: absolute;
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #636060;
    left: 0px;
    top: 9px;
}
.details-box{
    padding: 0px 16px 0px 33px;
}


.products.details-pgprdt {
    background-color: var(--light-blue);
    padding: 37px 0px 60px 0px;
}
.cart-paper{
    padding: 44px 0px 75px 0px;
}
.cart-paper-left{
    width: calc(100% - 11px);
background: #FFFFFF;
box-shadow: 0px 2px 17px -1px rgba(16, 24, 40, 0.08);
border-radius: 10px;
padding: 13px 24px 24px 20px;
}
.cart-paper-right{
    width: calc(100% + 24px);
    margin-left: -24px;
background: #FFFFFF;
box-shadow: 0px 2px 17px -1px rgba(16, 24, 40, 0.08);
border-radius: 10px;
padding: 14px 27px 32px 27px;
}
.cart-paper-left h2{
font-family: 'Jost';
font-style: normal;
font-weight: 500;
font-size: 25px;
line-height: 36px;
color: #1A1D26;
padding-bottom: 13px;
margin-bottom: 26px;
border-bottom: 1px solid #DDE0E1;
}
.wshlstd-prods li{
    padding-bottom: 21px;
    margin-bottom: 19px;
    border-bottom: 1px solid #DDE0E1;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}
.wshlstd-prods li:last-child{
    margin-bottom: 0px;
}
.delete-wsprd{
    width: 17px;
    height: 17px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-left: 31px;
}
.delete-wsprd svg{
    display: block;
    width: 17px;
    height: 17px;
}
.delete-wsprd:hover svg path{
    stroke:var(--hover-blue);
}
.tooltip-hvr{
    position: absolute;
    padding: 3px 6px;
    border-radius: 3px;
    background-color: var(--text-black);
    display: block;
font-family: 'Mulish';
font-style: normal;
font-weight: 700;
font-size: 0px;
line-height:1.3;
text-align: right;
letter-spacing: 0.01em;
color: white;
opacity: 0;
width: 0px;
height: 0px;
top: -3px;
left: 50%;
transform: translateX(-50%) translateY(-100%);
transition: all 0.3s ease;
}
.delete-wsprd:hover .tooltip-hvr{
    opacity: 1;
    width: fit-content;
    height: fit-content;
    font-size: 13px;
}
.tooltip-hvr::before {
    position: absolute;
    content: '';
    left: 50%;
    bottom: 1px;
    transform: translateX(-50%) translateY(100%);
    clip-path: polygon(0 0, 50% 97%, 100% 0);
    background-color: var(--text-black);
    width: 10px;
    height: 5px;
}
h5.wslstd-price{
font-family: 'Mulish';
font-style: normal;
font-weight: 700;
font-size: 16px;
line-height: 25px;
text-align: right;
letter-spacing: 0.01em;
color: #1A1818;
width: 83px;
white-space: normal;
word-break: break-all;
}
.wsh-qnt{
    display: flex;
    justify-content: flex-start;
    align-items: center;
width: 107.28px;
height: 39px;
background: #FFFFFF;
border: 1px solid #A1A3A4;
border-radius: 9px;
margin: 0px 38px;
}
.wsh-qnt-button {
    width: calc((100% - 48px) / 2);
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 13px;
    letter-spacing: 0.03em;
    color: #1F2227;
    transform: matrix(-1, 0, 0, 1, 0, 0);
    cursor: pointer;
    height: 100%;
}
.wsh-qnt-button:hover{
    color: var(--pink);
}
.wsh-qnt input {
    background: #FFFFFF;
    border: 1px solid #A1A3A4;
    border-radius: 8px;
    width: 48px;
    height: 39px;
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 0.03em;
    color: #1F2227;
    display: block;
    outline: none !important;
    box-shadow: none !important;
    text-align: center;
	padding: 9px 7px 9px 7px;
}
.wished-prdnm{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: calc(100% - (107px + 38px + 38px + 83px + 17px));
    gap: 22px;
}
.wished-prdnm em{
width: 86px;
height: 87px;
background: #F7F7F8;
border: 1px solid #E9E9E9;
border-radius: 5px;
display: flex;
justify-content: center;
align-items:center;
padding: 11px 12px;
}
.wished-prdnm em img{
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.wished-prdnm text{
    width: calc(100% - 86px - 22px);
}
.wished-prdnm text h5{
    margin-bottom: 2px;
font-family: 'Mulish';
font-style: normal;
font-weight: 700;
font-size: 16px;
line-height: 23px;
letter-spacing: 0.02em;
color: #161F27;
}
.wished-prdnm .prdt-brdcrumb ul li{
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: 0px solid transparent;
}

.cart-paper-right h2{
font-family: 'Jost';
font-style: normal;
font-weight: 500;
font-size: 25px;
line-height: 36px;
color: #1A1D26;
padding-bottom: 13px;
margin-bottom: 14px;
border-bottom: 2px dashed #BFBFBF;
}
.wish-calc li{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.wish-calc li h5,
.wish-calc li h6{
font-family: 'Mulish';
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 30px;
letter-spacing: 0.03em;
color: #3D424B;
}
.wish-calc li h6{
font-weight: 600;
text-align: right;
letter-spacing: 0.01em;
}
.wish-calc li.calc-total{
    margin-top: 16px;
    padding-top: 22px;
    border-top: 1px solid #EBEBEB;
}
.wish-calc li.calc-total h5,
.wish-calc li.calc-total h6{
font-weight: 700;
font-size: 18px;
line-height: 23px;
letter-spacing: 0.02em;
color: #141521;
}
.wish-calc li.calc-total h6{
text-align: right;
text-transform: uppercase;
color: #141521;
}
.wish-calc{
    margin-bottom: 36px !important;
}
.wish-calc.mb-0{
    margin-bottom: 0px !important;
}
.cart-buttons{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 9px;
    width: 100%;
}
.cart-buttons span{
font-family: 'Mulish';
font-style: normal;
font-weight: 600;
font-size: 11px;
line-height: 18px;
text-align: center;
letter-spacing: 0.05em;
text-transform: uppercase;
color: #7E8392;
}
.cart-buttons a{
height: 46px;
border-radius: 55px;
border-width: 1px;
border-style: solid;
display: flex;
justify-content: center;
align-items: center;
padding: 13.5px;
font-family: 'Mulish';
font-style: normal;
font-weight: 700;
font-size: 17px;
line-height: 18px;
text-align: center;
letter-spacing: 0.03em;
width: 100%;
}
.cart-buttons a.cart-check{
    border-color: var(--pink);
    color: white;
    background-color: var(--pink);
}
.cart-buttons a.cart-moreshp{
    border-color: var(--text-black);
    color: var(--text-black);
    background-color: white;
}
.cart-buttons a:hover{
    background-color: var(--text-black);
    border-color: var(--text-black);
    color: white;
}


.prfl-show{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    gap: 4px;
    margin-right: -2px;
    cursor: pointer;
}
.prfl-show em{
    margin-right: 4px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.prfl-show em img{
    display: block;
    width: auto;
    height: auto;
    max-width: auto;
    object-fit: cover;
}
.prfl-show text{
font-family: 'Montserrat';
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 17px;
text-align: right;
letter-spacing: 0.01em;
color: #000000;
}
.prfl-show svg{
    display: block;
    width: 15px;
    height: 15px;
}

.profile-list-toggle {
    width: 140px;
    border-radius: 0 0 5px 5px;
    background-color: white;
    padding: 3px !important;
    box-shadow: 0px 7px 18px 0px #00000021;
    top: 48px;
    right: 0px;
}
.profile-list-toggle li{
    margin-bottom: 3px;
    width: 100%;
}
.profile-list-toggle li a {
  display: block;
  width: 100%;
  border-radius: 6px;
  padding: 3px 12px;
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.01em;
  color: #3B3D3F;
  background-color: transparent;
}
.profile-list-toggle li a:hover,
.profile-list-toggle li a.active{
    background-color: var(--hover-blue);
    color: white;
}
.list-brk {
    display: block;
    width: 100%;
    height: 1px;
    background-color: #bdc0c3;
    margin: 5px 0px 5px 0px;
}

.dash-page-list{
    background-color: var(--hover-blue);
    padding: 8.5px 0px;
}
.dash-page-list ul{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 9px;
    margin-left: -10px !important;
}
.dash-page-list ul li a{
font-family: 'Mulish';
font-style: normal;
font-weight: 800;
font-size: 13px;
line-height:1;
letter-spacing: 0.04em;
text-transform: uppercase;
color: #FFFFFF;
padding: 4.5px 10px;
background: transparent;
border-radius: 10px;
height: 38px;
display: flex;
justify-content: center;
align-items: center;
width: fit-content;
}
.dash-page-list ul li a:hover{
    background-color: #367297;
    color: white;
}
.dash-page-list ul li a.active,
.dash-page-list ul li a.active:hover{
    color: #2C373D;
    background-color: white ;
}

.dash-mnbox-outer{
background: #FFFFFF;
box-shadow: 0px 2px 17px -1px rgba(16, 24, 40, 0.08);
border-radius: 10px;
padding: 28px;
margin: 38px 0px 62px 0px;
}
.dash-mnbx{
    width: 800px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
}
.inpt-group {
    position: relative;
    width: 100%;
    height: 50px;
    z-index: 2;
}
.inpt-group label {
    position: absolute;
    top: 13px;
    left: 11px;
    font-family: 'Mulish';
    font-weight: 700;
    font-size: 14px;
    color: #767C86;
    transition: all 0.3s ease;
    margin-bottom: 0px !important;
    width: fit-content;
    z-index: -1;
}
.inpt-group input, .inpt-group select, .inpt-group textarea {
    width: 100%;
    height: 100%;
    background-color: transparent !important;
    border: 1px solid #C1C8D2;
    border-radius: 10px;
    font-family: 'Mulish';
    font-weight: 500;
    font-size: 15px;
    color: #3B3D3F;
    padding: 25px 5px 9px 10px;
    appearance: none;
    line-height: 1;
}
.inpt-group textarea::-webkit-scrollbar{
   width: 3px !important;
}
.inpt-group textarea::-webkit-scrollbar-track{
    background-color: transparent !important;
 }
 .inpt-group textarea::-webkit-scrollbar-thumb{
    width: 3px !important;
    background-color: transparent !important;
 }

.inpt-group select{
    background-image: url(../images/select-drp.png);
    background-size: auto calc(100% + 2px);
    background-repeat: no-repeat;
    background-position: right -1px top -1px;
    padding: 25px 40px 9px 10px;
}
.inpt-group input:focus,
.inpt-group input:hover,
.inpt-group input:focus-within,
.inpt-group input:focus-visible,
.inpt-group select:focus,
.inpt-group select:hover,
.inpt-group select:focus-within,
.inpt-group select:focus-visible,
.inpt-group textarea:focus,
.inpt-group textarea:hover,
.inpt-group textarea:focus-within,
.inpt-group textarea:focus-visible{
    border: 1px solid var(--pink);
}

.inpt-group input:focus + label,
.inpt-group input:focus-within + label,
.inpt-group input:focus-visible + label,
.inpt-group select:focus + label,
.inpt-group select:focus-within + label,
.inpt-group select:focus-visible + label,
.inpt-group textarea:focus + label,
.inpt-group textarea:focus-within + label,
.inpt-group textarea:focus-visible + label,
.inpt-group.active label {
    font-weight: 400;
    font-size: 12px;
    color: #707274;
    top: 6px;
    z-index: 3;  /* 22-10 */
}
.edt-section{
    margin-bottom: 24px;
}
.edt-section h2{
font-family: 'Jost';
font-style: normal;
font-weight: 600;
font-size: 18px;
line-height: 26px;
letter-spacing: 0.02em;
color: #141521;
margin-bottom: 5px;
}

.inpt-group select:focus,
.inpt-group select:hover,
.inpt-group select:focus-within,
.inpt-group select:focus-visible{
    background-image: url(../images/select-drp-pink.png);
}
.edt-section .row{
    row-gap: 16px;
}
.upld-profile-img{
    width: 100%;
    height: fit-content;
    margin: 14px 0px 0px 0px;
}
.upld-profile-img input{
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}
.upld-img-flex{
width: 100%;
background: #F5F9FF;
border: 1px solid #96BBF3;
border-radius: 10px;
padding: 11px 10px 10px 15px;
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
gap: 20px;
transition: all 0.3s ease;
}
.upld-img-flex h4{
font-family: 'Mulish';
font-style: normal;
font-weight: 600;
font-size: 17px;
line-height: 22px;
letter-spacing: 0.02em;
color: #141521;
margin-bottom: 5px;
}
.upld-img-flex h6{
font-family: 'Mulish';
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 16px;
letter-spacing: 0.03em;
color: #707274;
}
.upld-img-flex em{
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    overflow: hidden;
    width: 66px;
    height: 66px;
}
.upld-img-flex em img{
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    object-fit: cover;
}
.upld-profile-img input:hover + .upld-img-flex
.upld-profile-img input:focus + .upld-img-flex{
    background: var(--pink);
    border: 1px solid var(--pink);
}
.upld-profile-img:hover .upld-img-flex, .upld-profile-img:focus-within .upld-img-flex {
    background: #fb54801f;
    border: 1px solid var(--pink);
}
.edt-section p{
font-family: 'Mulish';
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 22px;
letter-spacing: 0.02em;
color: #2B303A;
margin: -5px 0px 12px 0px;
}

.inpt-box-password.inpt-group input{
    background-image: url(../images/icon-bg.png);
    background-size: auto calc(100% + 2px);
    background-repeat: no-repeat;
    background-position: right -1px top -1px;
    padding: 25px 40px 9px 10px;
}
.inpt-box-password.inpt-group input:focus,
.inpt-box-password.inpt-group input:hover,
.inpt-box-password.inpt-group input:focus-within,
.inpt-box-password.inpt-group input:focus-visible{
    background-image: url(../images/icon-bg-pink.png);
}

.inpt-box-password.password-inpt i {
    top: 15px;
    right: 11px;
}
.edt-section-line{
    width: 100%;
    height: 1px;
    display: block;
    background-color: #D9D9D9;
    margin: 9px 0px 20px 0px;
}
button.dshbrd-submit{
width: 339px;
height: 46px;
background: #FB5480;
border: 1px solid #FB5480;
border-radius: 55px;
max-width: 100%;
display: flex;
justify-content: center;
align-items: center;
padding: 13px;
font-family: 'Mulish';
font-style: normal;
font-weight: 700;
font-size: 16px;
line-height: 18px;
text-align: center;
letter-spacing: 0.03em;
color: #FFFFFF;
margin: 0 auto;
transition: all 0.3s ease;
}
button.dshbrd-submit:hover,
button.dshbrd-submit:focus{
    background: var(--hover-blue);
    color: white;
    border: 1px solid var(--hover-blue);
}



.checkout-outr{
    padding: 39px 0px 88px 0px;
}
.checkout-left{
background: #FFFFFF;
box-shadow: 0px 2px 17px -1px rgba(16, 24, 40, 0.08);
border-radius: 10px;
padding: 18px 30px 42px 30px;
width: calc(100% - 64px);
}
.checkout-right {
    width: calc(100% + 66px);
    margin-left: -66px;
}
h2.chc-sec-hdng{
font-family: 'Jost';
font-style: normal;
font-weight: 500;
font-size: 25px;
line-height: 36px;
color: #1A1D26;
padding-bottom: 13px;
margin-bottom: 25px;
border-bottom: 1px solid #DDE0E1;
}
.ship-tabs .nav-link{
width: 210px;
height: 43px;
background: #FFFFFF;
border: 1px solid #DFDFDF;
border-radius: 55px;
padding: 13px 13px;
display: flex;
justify-content: center;
align-items: center;
text-align: center;
font-family: 'Mulish';
font-style: normal;
font-weight: 700;
font-size: 15px;
line-height: 16px;
text-align: center;
letter-spacing: 0.03em;
color: #464D51;
}
.shipping-tabs .nav-pills{
    gap: 10px;
}
.ship-tabs .nav-link.active{
    background: var(--pink);
    color: white;
    border: 1px solid var(--pink);
}
.ship-tab-content{
    margin-top: 27px;
}
.addrs-pane-form .row{
    row-gap: 14px;
}

.addrs-pane-form .inpt-group label {
    left: 17px;
}


.addrs-pane-form .inpt-group select:focus + label,
.addrs-pane-form .inpt-group select:focus-within + label,
.addrs-pane-form .inpt-group select:focus-visible + label,
.addrs-pane-form .inpt-group.active label{
    left: 11px;
}

.inpt-grp-checkbox{
    position: relative;
    z-index: 2;
    margin-top: 2px;
    width: 100%;
}
.inpt-grp-checkbox input{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0;
    cursor: pointer;
}
.inpt-chck-txt{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
}
.inpt-chck-txt p{
font-family: 'Mulish';
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 22px;
letter-spacing: 0.02em;
color: #2B303A;
}
.inpt-chckbx{
    display: flex;
    justify-content: center;
    align-items: center;
width: 21px;
height: 21px;
background: #FFFFFF;
border: 1px solid #C1C8D2;
border-radius: 4px;
overflow: hidden;
}
.inpt-chckbx svg{
    display: block;
    width: 14px;
    height: 14px;
}
.inpt-grp-checkbox input:hover + .inpt-chck-txt .inpt-chckbx{
    border: 1px solid var(--pink);
}
.inpt-grp-checkbox input:checked + .inpt-chck-txt .inpt-chckbx{
    border: 1px solid var(--pink);
    background: var(--pink);
}

.svd-addrs-outr{
    width: 100%;
    margin-top: 1px;
}
.svd-adrs-div{
    margin-top: -1px;
    width: 100%;
    position: relative;
}
.svd-adrs-div input{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 9;
}
.svd-adrs-div text{
background: #FFFFFF;
border: 1px solid #DDE0E1;
padding: 18px 23px 18px 23px;
display: flex;
flex-direction: row;
justify-content: flex-start;
align-items: flex-start;
gap: 9px;
position: relative;
}
.addrs-radio{
width: 21px;
height: 21px;
background: #FFFFFF;
border: 1px solid #BEBEBE;
border-radius: 50%;
display: block;
}
.svd-adrs-div:first-child text{
    border-radius: 10px 10px 0px 0px;
}
.svd-adrs-div:last-of-type text{
    border-radius: 0px 0px 10px 10px;
}
.svd-adrs-div text ul{
    width: calc(100% - 30px);
}
.svd-adrs-div input:hover + text .addrs-radio{
    border: 1px solid var(--pink);
}
.svd-adrs-div input:checked + text .addrs-radio{
border: 6px solid #FB5480;
}
.svd-adrs-div input:checked + text{
background: #F5F9FF;
border: 1px solid #96BBF3;
z-index: 1;
}
.svd-adrs-div text ul li{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 6px;
    margin-bottom: 4px;
}
.svd-adrs-div text ul li:last-child{
    margin-bottom: 0px;
}
.svd-adrs-div text ul li p,
.svd-adrs-div text p{
font-family: 'Mulish';
font-style: normal;
font-weight: 500;
font-size: 15px;
line-height: 22px;
letter-spacing: 0.01em;
color: #2B303A;
width: calc(100% - 22px);
}
.svd-adrs-div text ul li svg{
    display: block;
    width: 16px;
    height: 16px;
    margin-top: 3px;
}
.shipping-tabs{
    margin-bottom: 47px;
}


#opn-radchng,
#opn-radchng2 {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.5s ease, opacity 0.5s ease;
}

/* When the active class is added, make it visible */
#opn-radchng.active,
#opn-radchng2.active {
    max-height: 1000px; /* Large enough to fit the content */
    opacity: 1;
}

.open-radchng{
background: #FBFBFB;
border: 1px solid #DDE0E1;
margin-top: -10px;
}
.open-radchng form{
    display: block;
    margin: 24px 27px 17px 24px;
}

h3.payhdng{
    margin-top: 39px;
    margin-bottom: 16px;
font-family: 'Jost';
font-style: normal;
font-weight: 500;
font-size: 25px;
line-height: 36px;
color: #1A1D26;
}
h3.payhdng p{
font-family: 'Mulish';
font-style: normal;
font-weight: 500;
font-size: 15px;
line-height: 22px;
letter-spacing: 0.02em;
color: #2B303A;
margin-top: 3px;
}
.cod-disc{
    padding: 24px 27px 17px 53px;
font-family: 'Mulish';
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 25px;
letter-spacing: 0.02em;
color: #2B303A;
}

.checkout-right{
    position: sticky;
    top: 108px;
}
.order-summery{
background: #FFFFFF;
box-shadow: 0px 2px 17px -1px rgba(16, 24, 40, 0.08);
border-radius: 10px;
padding: 18px 24px 24px 24px;
margin-bottom: 25px;
}
.summ-hdng{
    padding-bottom: 13px;
    margin-bottom: 17px;
    border-bottom: 1.2px dashed #BFBFBF;
}
.ordr-list li{
    padding-bottom: 26px;
    margin-bottom: 14px;
    border-bottom: 1px solid #DDE0E1;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 30px;
}
.ordr-list li em{
    display: flex;
    justify-content: center;
    align-items: center;
width: 79px;
height: 79px;
background: #F7F7F8;
border: 1px solid #E9E9E9;
border-radius: 5px;
padding: 11px 12px;
}
.ordr-list li em img{
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.ordr-list li .prdt-brdcrumb li{
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: 0px solid transparent;
}
.ordr-list li .prdt-brdcrumb{
    margin-bottom: 12px;
}
.ordr-list li text h3{
font-family: 'Mulish';
font-style: normal;
font-weight: 700;
font-size: 15px;
line-height: 23px;
letter-spacing: 0.02em;
color: #161F27;
margin-bottom: 3px;
}
.qntt-prc{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.qntt-prc h5{
background: #FFFFFF;
border: 1px solid #A1A3A4;
border-radius: 9px;
padding: 2px 10px 4px 10px;
font-family: 'Mulish';
font-style: normal;
font-weight: 600;
font-size: 13px;
line-height: 23px;
letter-spacing: 0.03em;
color: #1F2227;
}
.qntt-prc h6{
font-family: 'Mulish';
font-style: normal;
font-weight: 700;
font-size: 15px;
line-height: 25px;
text-align: right;
letter-spacing: 0.01em;
color: #FB5480;
}
.refer-opt{
    background-color: transparent !important;
    border: 0px solid transparent !important;
}
.pay-summery{
background: #FFFFFF;
box-shadow: 0px 2px 17px -1px rgba(16, 24, 40, 0.08);
border-radius: 10px;
padding: 19px 25px 22px 25px;
overflow: hidden;
}
.ref-code{
    width: calc(100% + 50px);
background: #FFFFFF;
box-shadow: 0px 2px 17px -1px rgba(16, 24, 40, 0.16);
padding: 13px 25px 13px 25px;
margin: 20px 0px 23px -25px;
}
.ref-code h5{
    margin-bottom: 8px;
font-family: 'Mulish';
font-style: normal;
font-weight: 700;
font-size: 15px;
line-height: 18px;
letter-spacing: 0.01em;
color: #464A52;
}
.rfcd-input{
    width: 100%;
    height: fit-content;
background: #000000;
border: 1px solid #000000;
border-radius: 11px;
display: flex;
flex-direction: row;
justify-content: flex-start;
align-items: stretch;
height: 50px;
}
.rfcd-input input{
    padding: 13px 18px;
    width: calc(100% - 81px);
    margin-left: -1px;
    margin-top: -1px;
    height: 50px;
background: #FFFFFF;
border: 1px solid #C1C8D2;
border-radius: 10px;
font-family: 'Mulish';
font-style: normal;
font-weight: 700;
font-size: 14px;
line-height: 24px;
letter-spacing: 0.01em;
color: #767C86;
}
.rfcd-input button {
    padding: 14px 19px 17px 19px;
    width: 81px;
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    cursor: pointer;
    background-color: transparent !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}
.rfcd-input button:hover,
.rfcd-input button:focus{
    color: var(--pink);
}

/*Rabin*/
.btnn_two {
	display: flex;
	justify-content: flex-end;
	margin: 0 0 18px 0;
}
.btnn_two a{
	background: #3F7FA6;
	border-radius: 27px;
	font-family: 'Mulish';
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.01em;
	color: #FFFFFF;
	display: inline-block;
	text-align: center;
	padding: 9px 22px;
}
.btnn_two a:hover{
	background: #FB5480;
}
.backk{
	margin-left: 9px;
	background: #FB5480 !important;
}
.backk:hover{
	background: #3F7FA6 !important;
}
.backk svg{
	top: -1px;
	position: relative;
}

.all_address {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.add-box{
	width: 49%;
	margin-bottom: 24px;
}
.address_info{
	background: #FFFFFF;
	border: 1px solid #E7E8E9;
	box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.06);
	border-radius: 8px;
	padding: 17px 20px;
}
.address_info p {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 21px;
  letter-spacing: 0.02em;
  color: #2B303A;
  margin-bottom: 6px;
}
.add-box h3{
	font-family: 'Mulish';
	font-style: normal;
	font-weight: 700;
	font-size: 19px;
	line-height: 24px;
	letter-spacing: 0.02em;
	color: #141521;
}
.add-box h3 span{
	color: #FB5480 !important;
}
.add-box .d-flex{
	margin-bottom: 5px;
}
.add-box .d-flex a {
  margin-left: 10px;
}

.add-box svg:hover path {
  filter: invert(56%) sepia(80%) saturate(4044%) hue-rotate(315deg) brightness(102%) contrast(97%) !important;
}

.search_order_info{
width: 339px;
height: 46px;
background: #FB5480;
border: 1px solid #FB5480;
border-radius: 55px;
max-width: 100%;
display: flex;
justify-content: center;
align-items: center;
padding: 13px;
font-family: 'Mulish';
font-style: normal;
font-weight: 700;
font-size: 16px;
line-height: 18px;
text-align: center;
letter-spacing: 0.03em;
color: #FFFFFF;
margin: 0 auto;
transition: all 0.3s ease;

	background-image: url(../images/search.png);
    background-size: auto;
    background-position: left center;
    background-repeat: no-repeat;
	cursor:pointer;
}
.search_order_info:hover,
.search_order_info:focus{
    background: var(--hover-blue);
    color: white;
    border: 1px solid var(--hover-blue);
}
/* rabin */


/* 22-10 */
.dash-paper-inr{
background: rgba(244, 244, 244, 0.25);
}
.dash-paper-padding{
    padding: 38px 0px 54px 0px;
}
.erng-pgtp{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    gap: 20px;
    margin-bottom: 20px;
}
.erng-tpbx{
background: #FFFFFF;
border: 1px solid #E7E8E9;
box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.06);
border-radius: 8px;
padding: 13px 14px;
display: flex;
flex-direction: row;
justify-content: flex-start;
align-items: center;
gap: 14px;
width: calc(33% - 13.3px);
/* flex-grow: 1; */
}
.erng-tpbx em{
width: 65px;
height: 57px;
background: #FFFFFF;
border: 1px solid #FFCBD9;
border-radius: 12px;
display: flex;
justify-content: center;
align-items: center;
overflow: hidden;
}
.erng-tpbx em svg{
    display: block;
    width: 27px;
    height: 27px;
}
.erng-tpbx text{
    display: block;
    width: calc(100% - 79px);
}
.erng-tpbx h6{
font-family: 'Jost';
font-style: normal;
font-weight: 500;
font-size: 20px;
line-height: 27px;
letter-spacing: 0.01em;
color: #1E2728;
margin-bottom: 6px;
}
.erng-tpbx p{
font-family: 'Mulish';
font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 16px;
letter-spacing: 0.01em;
color: #3B3D3F;
}

.dash-tbl-paper{
background: #FFFFFF;
box-shadow: 0px 2px 17px -1px rgba(16, 24, 40, 0.08);
border-radius: 10px;
padding: 20px 18px 32px 18px;
}



/*============== 
Table area start
 ==============*/
 .table_01{
    overflow: hidden;
}
.table_01 > .row {
	width: auto !important;
	max-width: 100% !important;
}
.dash99 {
	background: #FFF;
	border-radius: 0;
	display: block;
	padding: 0 15px;
	width: 100%;
	margin: 0;
}
.dash99 .table_01{
	margin-bottom:0 !important;
}
.amunt {
  background: #3F7FA6;
  text-align: left;
  border-bottom: 1px solid #3F7FA6;
  padding: 10px 10px !important;
  position: relative;
  z-index: 99;
  white-space: nowrap;
font-family: 'Mulish';
font-style: normal;
font-weight: 700;
font-size: 15px;
line-height: 24px;
letter-spacing: 0.01em;
color: #FFFFFF;
}
.table_01 {
	display: table;
	margin-bottom:0px;
    width: 100%;
}
.table_01 .row {
	display: table-row;
}
.amunt-detail {
	border-bottom: 1px solid #d3d3d3;
	color: #444141;
	font-family: 'Mulish';
	font-size: 15px;
	font-weight: 500;
	margin: 0 0 0 0;
	text-align: left;
	padding: 15px 10px;
	line-height: 20px;
	overflow: hidden;
}
.cel_area {
	display: table-cell;
}
.table_portion {
	width:100%;
	display:block;
}
.cess {
  vertical-align: middle;
  max-width: 12.5% !important;
}
.hide_big {
    display: none !important;
}
.stat_area_main {
  display: flex;
  margin-bottom: 30px;
  justify-content: space-between;
}
.stat_boxx {
  width: 32.5%;
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 15px;
}
  .stat_boxx h2{
      font-family: 'Mulish';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 22px;
  color: #2A3B4B;
  margin-bottom: 5px;
  }
  .stat_boxx p {
    color: #7b838c;
    font-family: 'Mulish';
    font-size: 15px;
    font-weight: 600;
  }

  .ui-widget.ui-widget-content {
    z-index: 999 !important;
}
.srch-tbl {
    width: 104px;
    height: 47px;
    background: #181D5D;
    border-radius: 8px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 4px;
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.04em;
    color: #FFFFFF;
    margin-bottom:22px;
}
.srch-tbl svg{
    display: block;
    width: 18px;
    height: 18px;
}
.srch-tbl:hover{
    background: var(--main-red);
    color: white;
}
.wallet-amnt {
    position: absolute;
    top: 16px;
    right: 16px;
    padding: 6px 19px;
    border-radius: 6px;
    border: 1px dashed #9f9f9fcc;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 9px;
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0.02em;
    text-transform: capitalize;
    color: #1E2933;
    background-color: #f9f9f9;
}
.wallet-amnt img{
    display: block;
    width: 24px;
    height: 24px;
}
.dsh-chk-div ul{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 14px;
    margin-top: 12px !important;
}
.skl-body.dsh-chk-div li label {
    padding-left: 24px;
}
.stat-success{color: #2c6ab1 !important;}
.stat-cancel{color: var(--main-red) !important;}
.stat-pending{color: orange !important;}
.stat-approved{color: green !important;}
.cess_cmmnt.cess {
    max-width: 30% !important;
}
.det-mid-box p img{
  margin: -2px 5px 0 0;
}
.det-mid-box p strong {
  font-weight: 500;
  margin: 0 12px 0 0;
}
.tab-tbl-cell p i{
  font-size: 10px;
  position: relative;
  top: 1px;
  margin: 0 5px;
}
.ttle_text {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
  color: #2A3B4B;
  margin-bottom: 0;
  padding: 15px 0 0 17px;
}
.com_ppd {
  padding-top: 4px !important;
}
/*============== 
Table area start
 ==============*/
.table-pagination{
    margin-top: 31px !important;
}

.srchpg-pagi li a:hover,
.srchpg-pagi li a:focus,
.srchpg-pagi li a.active{
    border: 1px solid var(--pink);
    background: var(--pink);
    color: white;
}
.comment-cell-tbl .cess {
    vertical-align: middle;
    max-width: 22% !important;
}
.comment-cell-tbl .cess.note-cell{
    max-width: 150px !important;
    width: 150px !important;
}
.team-table .cess {
    vertical-align: middle;
    max-width: 7.5% !important;
}

.dashbc-btn{
    position: absolute;
width: 95px;
height: 38px;
background: #FB5480;
border: 1px solid #FB5480;
border-radius: 56px;
display: flex;
justify-content: center;
align-items: center;
font-family: 'Mulish';
font-style: normal;
font-weight: 800;
font-size: 13px;
line-height: 20px;
text-align: center;
letter-spacing: 0.01em;
text-transform: uppercase;
color: #FFFFFF;
border: 1px solid #FB5480;
top: 17px;
right: 27px;
}
.dashbc-btn svg{
    display: block;
    width: 18px;
    height: 18px;
	border: none;
}
.dashbc-btn:hover{
	background: #3D7CA2;
	border: 1px solid #3D7CA2;
	color:#fff;
}
.inpt-group input[readonly]{
    background-color: #F4F4F4 !important;
}

/* ordr-history */
.odhist-sec h2{
font-family: 'Mulish';
font-style: normal;
font-weight: 700;
font-size: 19px;
line-height: 24px;
letter-spacing: 0.01em;
color: #141521;
margin-bottom: 11px;
}
.odhist-box{
    padding: 13px 25px 22px 22px;
margin-bottom: 29px;
width: 100%;
background: #F5F9FF;
border: 1px solid #DFECFF;
border-radius: 10px;
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: flex-start;
gap: 12px;
flex-wrap: wrap;
}
.ordr-sumd{
    width: 300px;
    max-width: 100%;
}
.ordr-sumd li{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 23px;
}
.ordr-sumd li h6{
font-family: 'Mulish';
font-style: normal;
font-weight: 600;
font-size: 14px;
line-height: 26px;
letter-spacing: 0.02em;
color: #3E4249;
}
.ordr-sumd li h6:first-child{
    width: 115px;
}
.ordr-sumd li h6:last-child{
    width: calc(100% - 138px);
}

.order-total{
    width: 200px;
    max-width: 100%;
}
/* 22-10 */







/* rabin 22/10*/
.rm_m1{
	display:block;
	overflow:hidden;
	width:100%;
	margin-bottom: 0px !important;
}
.rm_m1 .inpt-group{
	float: left;
	width: 300px;
}
.rm_m2 {
	margin-top: 20px !important;
}

.order_history_mainbox{
	display:block;
	overflow:hidden;
	width:100%;
	background: #FFFFFF;
	border: 1px solid #E7E8E9;
	box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.06);
	border-radius: 8px;
	margin-bottom: 21px !important;
	padding:18px;
}
.order_history_top{
	display:block;
	overflow:hidden;
	width:100%;
}
.pro_pic{
	width: 79px;
	height: 79px;
	background: #F7F7F8;
	border: 1px solid #E9E9E9;
	border-radius: 5px;
	overflow:hidden;
	display: inline-block;
	position: relative;
	margin-right: 20px;
	margin-top: 3px;
	float:left;
}
.pro_pic img{
	max-height: 80%;
	max-width: 80%;
	width: auto;
	height: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.pro_infoo{
	float:left;
}
.pro_infoo h1{
	font-family: 'Mulish';
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 20px;
	letter-spacing: 0.02em;
	color: #161F27;
}
.pro_infoo p{
	font-family: 'Mulish';
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 0.03em;
	color: #575B63;
	margin: 5px 0 10px 0;
}
.pro_infoo p strong{
	font-weight: 500;
}
.pro_infoo p span{
	margin:0 1px;
}
.pro_infoo > span {
  width: auto;
  height: 29px;
  background: #FFFFFF;
  border: 1px solid #A1A3A4;
  border-radius: 9px;
  text-align: center;
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 23px;
  letter-spacing: 0.03em;
  color: #1F2227;
  display: block;
  float: left;
  padding: 0 8px;
}
.pro_order_info{
	float:right;
}
.pro_order_info h2{
	font-family: 'Mulish';
	font-style: normal;
	font-weight: 700;
	font-size: 17px;
	line-height: 25px;
	text-align: right;
	letter-spacing: 0.01em;
	color: #5F6570;
    margin-bottom: 4px;
}
.pro_order_info h2 strong{
	color: #393D46;
	font-weight: 700;
}
.pro_order_info p{
	font-family: 'Mulish';
	font-style: normal;
	font-weight: 500;
	font-size: 15px;
	line-height: 23px;
	text-align: right;
	letter-spacing: 0.03em;
	color: #5F6570;
}
.color_green{
	color: #2E9F52;
}
.color_red{
	color: #FB5480;
}
.order_history_bottom{
	display:flex;
	overflow:hidden;
	width:100%;
	border-top: 1px solid #DDE0E1;
	border-bottom: 1px solid #DDE0E1;
	justify-content: space-between;
	padding: 4px 0;
	margin-top: 18px;
}
.order_history_left p{
	float:left;
	font-family: 'Mulish';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 25px;
	letter-spacing: 0.04em;
	color: #2B3750;
	padding: 7px 0 5px 0;
}
.order_history_left svg{
	float: left;
	margin: 4px 6px 0 0;
}
.borderr_rightt {
	border-right: 1px solid #DDE0E1;
	padding-right: 16px !important;
	margin-right: 15px !important;
}
.order_history_right a {
	width: 116px;
	height: 40px;
	background: #3F7FA6;
	border: 1px solid #3F7FA6;
	border-radius: 10px;
	font-family: 'Mulish';
	font-style: normal;
	font-weight: 700;
	font-size: 15px;
	line-height: 20px;
	letter-spacing: 0.01em;
	color: #FFFFFF;
	justify-content: center;
	display: flex;
	align-items: center;
}
.order_history_right a:hover{
	background: #FB5480;
	border: 1px solid #FB5480;
}
.pagi_active{
	color:#fff !important;
	background: #FB5480 !important;
	border: 1px solid #FB5480 !important;
}
.ord_dtlls{
	padding: 22px 22px 1px 22px !important;
}
.mb_none{
	margin-bottom: 0 !important;
}
.mb_ccm{
	margin-bottom: 10px !important;
}
.ord_dtlls .add-box .d-flex {
  margin-bottom: 10px;
}

.search_order_info{
    width: 127px;
    height: 48px;
    border: 1px solid #FB5480;
    border-radius: 10px;
    max-width: 100%;
    display: block;
    padding: 13px 12px 13px 35px;
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    letter-spacing: 0.03em;
    color: #FFFFFF;
    margin: 0 auto;
    transition: all 0.3s ease;
    background: #FB5480 url(../images/search.png);
    background-size: auto;
    background-position: 16px center;
    background-repeat: no-repeat;
    cursor: pointer;
    margin-left: 11px;
    float: left;
  }
  .search_order_info:hover,
  .search_order_info:focus{
      background: #3F7FA6 url(../images/search.png);
       border: 1px solid #3F7FA6;
       background-size: auto;
    background-position: 16px center;
    background-repeat: no-repeat;
  }
  
  
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
  
  
  
  /* 23-10 */
  .inner-banner{
    z-index: 2;
    background-color: var(--hover-blue);
  }
  img.inr-bnr{
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: -1;
  }
  .inr-bnr-txt{
    padding: 49px 0px 62px 0px;
  }
  .inr-bnr-txt .breadcrumb{
    justify-content: center;
    margin-bottom: 0px !important;
  }
  .inr-bnr-txt .breadcrumb li,
  .inr-bnr-txt .breadcrumb li a{
font-family: 'Jost';
font-style: normal;
font-weight: 600;
font-size: 18px;
line-height: 28px;
text-align: center;
letter-spacing: 0.02em;
color: #FFFFFF;
  }

.inr-bnr-txt .breadcrumb-item+.breadcrumb-item::before{
    color: white;
}
.inner-banner .container::after{
    content: '';
position: absolute;
width: 100%;
height: 18px;
background: #FCFCFC;
border-radius: 22px 22px 0px 0px;
display: block;
bottom: 0px;
left: 0px;
z-index: 3;
}

.about-first{
    padding:42px 0px 68px 0px;
}
.abt-frst-inr{
    width: 1102px;
    max-width: 100%;
    margin: 0 auto;
}
.abt-frst-inr h1{
font-family: 'Mulish';
font-style: normal;
font-weight: 700;
font-size: 46px;
line-height: 55px;
text-align: center;
color: #000000;
margin-bottom: 13px;
}
.abt-frst-inr p{
    width: 910px;
    margin: 0px auto 40px auto;
    max-width: 100%;
font-family: 'Mulish';
font-style: normal;
font-weight: 400;
font-size: 20px;
line-height: 34px;
text-align: center;
color: #323030;
}
.abt1-boxes{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    gap: 31px;
}
.abt1-bxinr{
width: calc(33% - 20.66px);
background: #FFFFFF;
border: 1px solid #D0D4DB;
border-radius: 10px;
padding: 39px;
}
.abt1-bxinr h5{
font-family: 'Montserrat';
font-style: normal;
font-weight: 700;
font-size: 28px;
line-height: 39px;
color: #23262D;
margin-bottom: 2px;
width: fit-content;
position: relative;
}
.abt1-bxinr h5::after{
    content: '+';
    display: inline-block;
    margin-left: 1px;
}
.abt1-bxinr h6{
font-family: 'Mulish';
font-style: normal;
font-weight: 400;
font-size: 21px;
line-height: 29px;
color: #323030;
text-align: left;
}
.abtsec-2{
    background-color: #F5F9FF;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
}

.abtsec2-lft{
    width: 40.6%;
    padding: 56px 58px 92px 99px;
}
.abtsec2-right {
    width: 59.4%;
    background-image: url(../images/abtsec2-rtbg.png);
    background-attachment: fixed;
    background-position: center right -332px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.abtsec2-lft h2{
font-family: 'Jost';
font-style: normal;
font-weight: 600;
font-size: 45px;
line-height: 63px;
letter-spacing: 0.01em;
color: #19213F;
margin-bottom: 34px;
}
.abtsec2-lft h2 span{
font-size: 56px;
color: #3F7FA6;
display: block;
}
.abtsec2-lft p{
    margin-bottom: 34px;
font-family: 'Mulish';
font-style: normal;
font-weight: 600;
font-size: 18px;
line-height: 30px;
color: #242121;
}
.abtsec2-lft ul{
    margin-bottom: 23px !important;
}
.abtsec2-lft ul li{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 17px;
font-family: 'Mulish';
font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 24px;
letter-spacing: 0.01em;
color: #000000;
gap: 12px;
}
.abtsec2-lft ul li svg{
    display: block;
    width: 19px;
    height: 19px;
}
.abtsec2-lft a{
background: #FB5480;
border: 1px solid #FB5480;
border-radius: 9px;
padding: 14px 29px;
font-family: 'Mulish';
font-style: normal;
font-weight: 700;
font-size: 16px;
line-height: 20px;
text-align: center;
letter-spacing: 0.02em;
text-transform: capitalize;
color: #FFFFFF;
display: block;
width: fit-content;
}
.abtsec2-lft a:hover{
    background: var(--hover-blue);
    border: 1px solid var(--hover-blue);
    color: white;
}
.misvis{
    padding-top: 95px;
    background-image: url(../images/misvis-bg.png);
    background-position: top center;
    background-size: 100% calc(100% - 124px);
    background-repeat: no-repeat;
}
.misvis-hdr{
    margin: 0 auto 48px auto;
    width: 719px;
    max-width: 100%;
}
.misvis-hdr h2{
    margin-bottom: 16px;
font-family: 'Jost';
font-style: normal;
font-weight: 700;
font-size: 38px;
line-height: 55px;
text-align: center;
color: #FFFFFF;
}
.misvis-hdr p{
font-family: 'Mulish';
font-style: normal;
font-weight: 500;
font-size: 17px;
line-height: 26px;
text-align: center;
color: #FFFFFF;
}
.misvis-inr{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    gap: 25px;
}
.misvis-box{
background: #FFFFFF;
border: 1px solid #DDDDDD;
box-shadow: 0px 2px 0px #BDC4C8;
border-radius: 10px;
padding: 24px 28.5px 24px 28.5px;
display: flex;
flex-direction: row;
justify-content: flex-start;
align-items: flex-start;
gap: 25px;
width: calc(50% - 12.5px);
}
.misvis-box em{
width: 92px;
height: 99px;
background: #FFFFFF;
border: 1px solid #E2E2E2;
box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.15);
border-radius: 10px;
display: flex;
justify-content: center;
align-items: center;
padding: 17px 13px;
}
.misvis-box em img{
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.misvis-box text{
    width: calc(100% - 25px - 92px);
}
.misvis-box text h5{
font-family: 'Mulish';
font-style: normal;
font-weight: 700;
font-size: 23px;
line-height: 29px;
color: #32373D;
margin-bottom: 7px;
margin-top: -12px;
}
.misvis-box text p{
font-family: 'Mulish';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 27px;
color: #353C47;
}
.abt-direct.direct-sell {
    padding: 90px 0px 55px 0px;
}
a.ngs{
width: 162px;
height: 44px;
background: #FB5480;
border-radius: 20px;
display: flex;
justify-content: center;
align-items: center;
margin: 42.5px auto 0 auto;
font-family: 'Montserrat';
font-style: normal;
font-weight: 700;
font-size: 13px;
line-height: 16px;
text-align: center;
color: #FFFFFF;
}
  /* 23-10 */
  
  
  
  
  
  
 
/* rabin 23/10*/
.main_blog_area {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.blog_box{
	width: 32%;
	background: #FFFFFF;
	box-shadow: 0px 2px 17px -1px rgba(16, 24, 40, 0.08);
	border-radius: 9px;
	overflow:hidden;
	margin-bottom: 35px;
}
.blog_pic_containt{
	box-shadow: 0px 2px 17px -1px rgba(16, 24, 40, 0.08);
	border-radius: 9px;
}
.blog_pic{
	width: 100%;
	padding:11px;
}
.blog_pic a {
	display: block;
	background: #eeeded;
	border-radius: 10px;
	height: 198px;
	overflow: hidden;
	margin-bottom: 5px;
}
.blog_pic a img{
	width: 100%;
	-moz-transition:-moz-transform 0.5s ease-in; 
	-webkit-transition:-webkit-transform 0.5s ease-in; 
	-o-transition:-o-transform 0.5s ease-in;
	transition: 0.5s ease;
}
.blog_pic a:hover > img{
	-moz-transform:scale(1.2); 
	-webkit-transform:scale(1.2);
	-o-transform:scale(1.2);
	transform: scale(1.1);
}
.blog_information{
	display: block;
	padding: 0 15px 15px 15px;
}
.blog_information a {
	font-family: 'Jost';
	font-style: normal;
	font-weight: 600;
	font-size: 21px;
	line-height: 26px;
	letter-spacing: 0.02em;
	color: #1A1D26;
}
.blog_information a:hover{
	color: #FB5480;
}
.blog_information p{
	font-family: 'Mulish';
	font-style: normal;
	font-weight: 500;
	font-size: 15px;
	line-height: 24px;
	letter-spacing: 0.02em;
	color: #4B505B;
	margin: 8px 0 0 0;
}
.blog_posted{
	padding:12px 15px;
}
.blog_posted span {
	float: left;
	overflow: hidden;
	width: 32px;
	height: 32px;
	background: #eeeded;
	border-radius: 50%;
	margin: 3px 7px 0 0;
}
.blog_posted img{
	width: 100%;
}
.blog_posted p{
	font-family: 'Mulish';
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 0.02em;
	color: #434A58;
}
.blog_posted h6{
	font-family: 'Mulish';
	font-style: normal;
	font-weight: 600;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 0.02em;
	color: #71798B;
}

.main_blog_area .centerr {
  margin: 0 auto;
}






.blog_details_left_area{
	background: #FFFFFF;
	box-shadow: 0px 2px 17px -1px rgba(16, 24, 40, 0.08);
	border-radius: 10px;
	width:68%;
	float:left;
	padding: 20px 20px 10px 20px;
}
.blog_top {
	width: 100%;
	display: block;
	position: relative;
	margin-bottom: 18px;
	overflow: hidden;
	padding-right: 42px;
}
.blog_top h1 {
	font-family: 'Mulish';
	font-style: normal;
	font-weight: 700;
	font-size: 26px;
	line-height: 36px;
	color: #000000;
	margin: 0 0 7px 0;
}
.blog_top p{
	font-family: 'Mulish';
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 0.02em;
	color: #434A58;
	float:left;
	margin: 0 24px 0 0;
}
.blog_top p span {
	float: left;
	overflow: hidden;
	width: 22px;
	height: 22px;
	background: #eeeded;
	border-radius: 50%;
	margin: -1px 7px 0 0;
}
.blog_top p span img{
	width:100%;
}
.blog_top p > img {
  margin: 2px 4px 0 0;
  float: left;
}
.blog_top a {
	position: absolute;
	width: 35px;
	height: 35px;
	background: #FFFFFF;
	border: 1px solid #B9B9B9;
	border-radius: 55px;
	text-align: center;
	top: 0;
	right: 0;
}
.blog_top a img {
	margin-top: 5px;
}
.blog_top a:hover{
	background:#FB5480;
	border: 1px solid #FB5480;
}
.blog_main_pic{
	width: 100%;
	display: block;
	overflow: hidden;
	margin-bottom:15px;
}
.blog_main_pic img{
	width: 100%;
}

.blog_containt{
	width: 100%;
	display: block;
	overflow: hidden;
}
.blog_containt p{
	font-family: 'Mulish';
	font-style: normal;
	font-weight: 500;
	font-size: 15px;
	line-height: 24px;
	text-align: left;
	color: #2D3035;
	margin: 8px 0;
	float: left;
	width: 100%;
}
.blog_containt h2 {
	font-family: 'Mulish';
	font-style: normal;
	font-weight: 700;
	font-size: 22px;
	line-height: 25px;
	letter-spacing: 0.01em;
	color: #1E2122;
	margin: 11px 0 15px 0;
	float: left;
	width: 100%;
}
.blog_containt ul {
	padding: 0;
	float: left;
	width: 100%;
	margin: 0 0 14px 0 !important;
}
.blog_containt ul li {
	font-family: 'Mulish';
	font-style: normal;
	font-weight: 500;
	font-size: 15px;
	line-height: 24px;
	text-align: left;
	color: #2D3035;
	background-image: url(../images/tick.png);
	background-size: auto;
	background-position: left center;
	background-repeat: no-repeat;
	padding: 0 0 0 30px;
	margin: 7px 0 8px 0;
}


.blog_details_right h1{
  font-family: 'Jost';
  font-style: normal;
  font-weight: 500;
  font-size: 25px;
  line-height: 36px;
  color: #1A1D26;
  border-bottom: 1px dashed #BFBFBF;
  padding-bottom: 9px;
  margin-bottom: 17px;
}
.blog_details_right {
  background: #FFFFFF;
  box-shadow: 0px 2px 17px -1px rgba(16, 24, 40, 0.08);
  border-radius: 10px;
  padding: 13px;
  width: 30%;
  float: right;
}
.blog_details_right .blog_box{
	width:100%;
	margin-bottom: 25px;
}
.blog_details_right .blog_pic a {
  border-radius: 8px;
  height: 166px;
  margin-bottom: 0;
}
.blog_details_right .blog_information a {
  font-size: 18px;
  line-height: 24px;
}
.blog_details_right .blog_information p {
  font-size: 14px;
  line-height: 22px;
  margin: 6px 0 0 0;
}
.blog_details_right .blog_information {
  display: block;
  padding: 0 10px 12px 10px;
}


.all_blog{
	width: 339px;
	height: 46px;
	background: #FB5480;
	border: 1px solid #FB5480;
	border-radius: 55px;
	max-width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 13px;
	font-family: 'Mulish';
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 18px;
	text-align: center;
	letter-spacing: 0.03em;
	color: #FFFFFF;
	margin: 0 auto;
	transition: all 0.3s ease;
}
.all_blog:hover,
.all_blog:focus{
    background: var(--hover-blue);
    color: white;
    border: 1px solid var(--hover-blue);
}
.cart-paper {
	padding: 44px 0px 75px 0px;
	overflow: hidden;
	width: 100%;
}
 .frm_mobb{
	background: #fcfcfc;
	padding-top: 25px !important;
}
  
  
  /* rabin 24/10*/
.contact_page {
	display: block;
	overflow: hidden;
	width: 100%;
	padding: 24px !important;
	margin: 0px !important;
}
.contact_page .dash-mnbx {
	width: 66%;
	max-width: 100%;
	float:left;
}
.contact_page .inpt-group textarea{
	height:128px;
}
.contact_page .hhgt {
	height: 128px;
}
.contact_page .dshbrd-submit {
	width: 225px;
	height: 46px;
	float: left;
} 
.contact_page h2{
	font-family: 'Jost';
	font-style: normal;
	font-weight: 600;
	font-size: 22px;
	line-height: 32px;
	letter-spacing: 0.03em;
	color: #141521;
}
.contact_page p {
	font-size: 15px;
	margin: -2px 0px 21px 0px;
} 
.contact_infoo {
  float: right;
  width: 31.5%;
  border-left: 1px solid #D9D9D9;
  padding-left: 20px;
  padding-bottom: 64px;
}
.contact_infoo h1{
  font-family: 'Jost';
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 36px;
  letter-spacing: 0.01em;
  color: #141521;
  border-bottom: 1px solid #D9D9D9;
  margin-bottom: 18px;
  padding-bottom: 14px;
}
.contact_infoo h2 {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.02em;
  color: #5D5F63;
  margin: 0 0 9px 0;
}
.contact_infoo p{
	  font-family: 'Mulish';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0.01em;
  color: #131415;
  margin: 0 0 18px 0 !important;
}
.contact_infoo p img {
  float: left;
  margin: 7px 13px 0 0 !important;
  width: 16px;
}
.contact_infoo .mb_nonee{
	margin-bottom: 6px !important;
}
.contact_infoo .ftr-socls{
	float:left;
}
.contact_infoo .ftr-socls ul li a {
  width: 30px;
  height: 30px;
  font-size: 16px;
}

  
  /* 24-10 */
 .faq-outr{
    padding: 41px 0px 101px 0px;
    background: rgba(244, 244, 244, 0.25);
 }
.faq-navtabs{
    justify-content: center !important;
    gap: 6px;
    border-bottom: 0px solid transparent;
}
.faq-navtabs li button.nav-link{
width: 154px;
height: 46px;
background: #FB5480 !important;
border: 1px solid #FB5480 !important;
border-bottom: 0px solid transparent !important;
border-radius: 12px 12px 0px 0px !important;
display: flex;
justify-content: center;
align-items: center;
font-family: 'Mulish';
font-style: normal;
font-weight: 700;
font-size: 17px !important;
line-height: 18px;
text-align: center;
letter-spacing: 0.01em;
color: #FFFFFF !important;
}

.faq-navtabs li button.nav-link.active{
background: #FFFFFF !important;
border: 1px solid #ADADAD !important;
border-bottom: 0px solid transparent !important;
color: #1C1919 !important;
}

.faq-tabpane{
background: #FFFFFF;
box-shadow: 0px 2px 17px -1px rgba(16, 24, 40, 0.08);
border-radius: 10px;
padding: 24px;
}
.faq-acrdn-inr{
    width: 1037px;
    max-width: 100%;
    margin: 0 auto;
}
.faq-acrdn-inr h6{
    margin-bottom: -22px;
font-family: 'Mulish';
font-style: normal;
font-weight: 700;
font-size: 30px;
line-height: 45px;
color: #000000;
}
.faq-acrdn-inr .accordion-item{
    border-width: 0 0 1px 0 !important;
    border-radius: 0px !important;
    background-color: transparent !important;
    border-color: #BABEBF !important;
    padding: 27px 0px !important;
}
.faq-acrdn-inr .accordion-button{
    padding: 0px !important;
    background-color: transparent !important;
    box-shadow: none !important;
font-family: 'Mulish';
font-style: normal;
font-weight: 600;
font-size: 17px;
line-height: 26px;
letter-spacing: 0.01em;
color: #292F36 !important;
}
.accordion-body{
    padding: 13px 0px 0px 0px !important;
font-family: 'Mulish';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 28px;
letter-spacing: 0.02em;
color: #5B5C60;
}
.accordion-button::after{
    content: '+' !important;
    background-image: none !important;
font-family: 'Mulish';
font-style: normal;
font-weight: 300;
font-size: 35px;
line-height: 15px;
color: #C4C4C4;
}
.accordion-button:not(.collapsed)::after{
    content: '-' !important;
    color: #000000;
    font-size: 45px;
    font-weight: 500;
}


.privacy-outr{
    padding: 60px 0px;
    background: rgba(244, 244, 244, 0.25);
}


.privacy-inr h1{
    font-family: 'Mulish';
font-style: normal;
font-weight: 700;
font-size:52px;
line-height: 1.2;
color: #000000;
margin:0 auto 25px auto;
/* padding:0 14px 14px 14px;
border-bottom: 1px solid #d8d8d8; */
width: fit-content;
text-align: center;
}
.prvc-disc {
    border-radius: 14px;
    border: 1px solid var(--pink);
    background-color: #fb54800d;
    padding: 12px 16px;
    margin-bottom: 40px;
}
.prvc-disc span{
    color: red !important;
    text-align: center;
    font-family: 'Mulish';
font-style: normal;
font-weight: 300;
font-size: 14px;
line-height: 28px;
letter-spacing: 0.02em;
display: block;
margin-bottom: 15px;
}
.prvc-disc p{
font-family: 'Mulish';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 28px;
letter-spacing: 0.02em;
color: #3b3b3d;
}
.prvc-disc p a{
    color: var(--hover-blue);
    font-weight: 500;
}
.prvc-box{
    padding-bottom: 24px;
    margin-bottom: 20px;
    border-bottom: 1px solid #d8d8d8;
}
.prvc-box h3 {
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 600;
    font-size: 21px;
    line-height: 1.3;
    color: #000000;
    margin-bottom: 14px;
}
.prvc-box p,
.prvc-box ul li{
font-family: 'Mulish';
font-style: normal;
font-weight: 400;
font-size: 15px;
line-height: 24px;
letter-spacing: 0.02em;
color: #2a2b2c;
margin-bottom: 12px;
}
.prvc-box ul li {
    padding-left: 20px;
    background-image: url(../images/check.png);
    background-position: left top 4px;
    background-repeat: no-repeat;
    background-size: 15px 16px;
    margin-bottom: 4px;
}
.prvc-box ul{
    margin-bottom:12px !important;
}
.prvc-box h4 {
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 600;
    font-size:18px;
    line-height: 1.3;
    color: #000000;
    margin-bottom: 6px;
}
  /* 24-10 */  