:root {
  --font-family-sans-serif: 'Libre Baskerville', sans-serif;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 960px;
  --breakpoint-xl: 1200px;
 
  --primary: #262978;
  --lightgrayclr: #787878;
  --lightgrayclr2: #b9b9b9;
  --white:#ffffff;

  --secondary: #1a1b38;
  --yellow: #f3ba2f;  
  
  --lighttxt: #e3e3f8;
  --blackclr: #12161c;
}
body {
font-family: 'Libre Baskerville', sans-serif;
font-size: 14px;
background-color: var(--white);
color: var(--lightgrayclr);
}
.text-dark{
  color: var(--secondary) !important;
}
.navbar-custom{
  padding: 0.8rem 1rem;
  background-color: var(--white);
  box-shadow: 0px 18px 16px rgba(220, 224, 220, 0.4);
}
.navbar-custom .navbar-brand {    
padding-top: 2px;
padding-bottom: 2px;
}
.navbar-custom.navbar-light .navbar-nav .nav-link{
  position: relative;
  color: #000;
  font-size: 14px;
  font-weight: 700;
}
.navbar-custom.navbar-light .navbar-nav .nav-link:hover, 
.navbar-custom.navbar-light .navbar-nav .nav-link.active {
color: var(--primary);
}
.navbar-custom.navbar-light .navbar-nav.navfirstleft .nav-item .nav-link{
  font-size: 12px;
  color: #000;
  }
  .navbar-custom.navbar-light .navbar-nav .navSignin{
    border: 1px solid var(--primary);
    color: var(--primary);
    font-size: 14px;
    font-weight: 700;
    background-color: transparent;
  }
  .navbar-custom.navbar-light .navbar-nav .navSignin:hover, .navSignin:focus{
    background-color: var(--primary);
    color: #fff;
  }

  .navbar-custom.navbar-light .navbar-nav.menunav .nav-item .nav-link{
    padding: .175rem 1rem;
    border-right: 1px solid #d9d9d9;
  }
  .navbar-custom.navbar-light .navbar-nav.menunav .nav-item:last-child .nav-link{
    border-right: 0px solid #d9d9d9;
  }
  .dropdown-toggle::after{
    display: none;
  }
  .navbar-custom.navbar-light .navbar-nav.menunav  .dropdown-menu{
    font-size: 14px;
    line-height: 24px;
    transform: translateY(30px);
    display: block;
    opacity: 0;
    transition:  all 0.3s linear;
    visibility: hidden;
  }
  .navbar-custom.navbar-light .navbar-nav.menunav .dropdown.show .dropdown-menu{
    transform: translateY(0px);
    opacity: 1;
    visibility: visible;
  }
/* .navbar-custom.navbar-light .navbar-nav .nav-link:hover::after, 
.navbar-custom.navbar-light .navbar-nav .nav-link.active:hover::after{
    content: '';
    width: calc(50% - 0.7rem);
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    height: 2px;
    background-color:var(--primary);
} */
.masthead {
  margin-top: 123px;  
  padding: 0px 0px 0px;
}
.navbar-custom .btn{
  font-size: 14px;
  min-width: 85px;
}
.langselect{
  padding: 5px 10px;
  border-radius: 5px;
  min-width: 85px;
  border: 1px solid #fff;
}
.langselect select{
  background-color: var(--secondary);
  border-color: transparent;
  color: #fff;
  border:0px;
  appearance: none;
  background: url('../images/langselectArrow.png') center right 10px no-repeat;
  outline: none;
}
.langselect select option{ background-color: var(--secondary);}
.langselect .imgflg{
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
.btn{
  border-radius: 5px;
  font-size: 14px;
  transition: all 0.3s linear;
}
.btn.btn-primary{
  background-color: var(--primary);
  border-color: var(--primary);
}
.btn.btn-primary:hover{
  background-color: transparent;
  border-color: var(--primary);
  color: var(--primary);
}
.btn.btn-yellow{
  background-color: var(--yellow);
  border-color: var(--yellow);
  color: var(--secondary);  
}
.btn.btn-yellow:hover{
  background-color: transparent;
  border-color: var(--yellow);
  color: var(--yellow);  
}
.btn.btn-secondary{
  background-color: var(--secondary);
  border-color: var(--secondary);
  color: #fff;
}
.btn.btn-secondary:hover{
  background-color: var(--yellow);
  border-color: var(--yellow);
  color: var(--secondary);
}
.masthead-heading{
  font-family: 'Oswald';
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 25px;
}
.fs-12{
  font-size: 12px;
}
.fs-14{
  font-size: 14px;
}
.fs-15{
  font-size: 15px;
}
.fs-16{
  font-size: 16px;
}
.fs-18{
  font-size: 18px;
}
.fw-500{
  font-weight: 500;
}
.fw-400{
  font-weight: 400;
}

.bg-primary{
  background-color: var(--primary) !important;
}
.textgrayclr2{
  color: var(--lightgrayclr2);
}

.footerSection{
  background-color: var(--primary);
  padding: 50px 0px 0px;
}
.footerTxt{
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  line-height: 24px;
}
.footerTit{  
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 30px;
  color: #fff;
}
.newsinboxTxt{
  font-size: 14px;
  font-weight: 400;
  color: var(--lightgrayclr2);
}
.footerInput{
  background-color: transparent;
  border: 1px solid #4f5291;
  border-radius: 0px;
  height: 50px;
}
.footerInput input, .footerInput .input-group-text{
  background-color: transparent !important;
  border-color: transparent;
  color: #fff;
  height: 50px;
  font-size: 14px;
}
.footerInput .input-group-text{
  font-size: 24px;
}
.footerInput input:focus{
background-color: transparent;
color: #fff;
box-shadow: none;
outline: none;
border-color: transparent;
}
.footerInput:focus-within{
  border-color: #fff;
}
.footerlinks li {
  margin-bottom: 15px;
}
.footerlinks li a{
  font-size: 14px;
  font-weight: 400;
  color: var(--lightgrayclr2);
  text-decoration: none !important;
  display: flex;
}
.footerlinks li a:hover{
  color: #fff;
}
.socialIconLink {
  font-size: 14px;  
  color: var(--lightgrayclr2);
}
.socialIconLink:hover{
  color: #fff;
}


.secTitle{
  font-size: 40px;
  line-height: 60px;
  font-weight: 400;
  color: #000;
  text-align: center;
  margin-bottom: 10px;
}
.secSubTit{
color: var(--primary);
font-size: 14px;
font-weight: 400;
letter-spacing: 3.4px;
text-align: center;
margin-bottom: 60px;
}
.secSubTit.fn13{
  font-size: 13px;
}
.titbluearrow::before{
  content: '';
  background-image: url('../images/blueleftsidearrow.png');
  background-repeat: no-repeat;
  background-position: center;
  width: 38px;
  height: 11px;
  display: inline-block;
  margin-right: 20px;
}
.titbluearrow::after, .measurebluearrow::after, .rightbluearrow::after{
  content: '';
  background-image: url('../images/bluerightsidearrow.png');
  background-repeat: no-repeat;
  background-position: center;
  width: 38px;
    height: 11px;
    display: inline-block;
    margin-left: 20px;
}

.measurebluearrow::before{
    content: '';
  background-image: url('../images/blueleftsidearrow.png');
  background-repeat: no-repeat;
  background-position: center;
  width: 38px;
  height: 11px;
  display: inline-block;
  margin-right: 20px;
}

.secpad{
  padding: 85px 15px 0px;
}
.secpad.pad-bottom{
  padding-bottom: 85px;
}
.masthead .secpad{
  padding: 85px 15px 85px;
}
/*How its work start*/
.howitworkcard{
  border-radius: 0;
  border-color: #e4e2e2;
  margin-top: 60px;
}
.howitworkcard .hitWTitle{font-size: 14px;font-weight: 700;color: var(--primary);line-height: 24px;margin-bottom: 20px;padding-top: 70px;}
.howitworkcard .hitwContent {font-size: 14px;font-weight: 400;color: var(--lightgrayclr); line-height: 24px;}
.howitworkcard .hitwIcon {position: absolute;top: 0px; transform: translateY(-50%);padding-left: 24px;}
.howitworkcard .hitwIcon::before{
  content: '';
    width: 85px;
    height: 85px;
    border-radius: 5px;
    border: 1px solid #e4e2e2;
    background-color: #fff;
    display: block;
    margin-top: 10px;
    margin-left: 7px;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    left: -35px;
    z-index: -1;
}
.howitworkcard:hover{
  border-color: var(--primary)
}
.howitworkcard:hover .hitwIcon img{ filter: brightness(0)invert(1);}
.howitworkcard:hover .hitwIcon::before {background-color: var(--primary);}
/*How its work end*/

/*Our product start*/
.featureproductsCard{
  position: relative;
  width: 100%;  
  transition: all 0.3s linear;
}
.featureproductsCard .feaprdimg{
  width: 100%; 
}

.feaprdTitle,  .opTitle1, .opTitle{
  font-size: 35px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
}
.feaprdsubTitle{
  font-size: 18px;
  color: #fff;
  margin-bottom: 15px;
}
.feaprdtxt {
  position: absolute;
  top: 0;
  margin: 25px;
  text-align: center;
  left: 0;
  right: 0;
  bottom: 0;
  border:1px solid transparent;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.featureproductsCard:hover .feaprdimg img{
  transform: scale(1);
}
.featureproductsCard:hover .feaprdtxt{
  border-color: #fff;
}
.featureproductsCard:hover .feaprdno
{
  display: none;
}
.ourproductsCard{
  position: relative;
}
.ourproductsCard .ourprdimg img{
width: 100%;
}
.ourproductsCard .optithover{
  display: none;
}
.ourproductsCard .optxt{
  position: absolute;
  bottom: 40px;
  top: 90%;
  padding: 15px 0px;
  text-align: center;
  left: 0px;
  right: 0px;
  transition: all 0.3s linear;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ourproductsCard:hover .optxt{  
  top: 0%;
  background-color: rgba(0,0,0,0.4);
  bottom: 0px;
}
.ourproductsCard:hover .opTitle1{
  display: none;
}
.ourproductsCard:hover .optithover{
  display: block;
} 

.btn-white{
  background-color: #fff;
  padding: 10px 20px;
  border-radius: 0px;
  color: var(--primary);
  font-size: 14px;
  transition: all 0.3s ease;
}
.btn-white:hover{
  background-color: var(--primary);
  color: #fff;
}
/*Our product start end*/
/*Measurement backgraound style*/
.secmeasurebg{
  background: url('../images/measurementBG1.png') no-repeat top -50px right;
  background-size: cover;
  padding: 125px 15px;
}
.whitearrow::before{
  background-image: url('../images/whiteleftsidearrow.png');
}
.whitearrow::after{
  background-image: url('../images/whiterightsidearrow.png');
}
.secmeasurebg .secTxt{
  font-size: 14px;
  color: var(--lightgrayclr);
  line-height: 24px;  
}
/*New Arrivals style*/
.newArrivalscard{
  position: relative;
}
.newArrivalImg img{
  width: 100%;
}
.newArrivalscard .offerbanner{
  background-color: var(--primary);
  padding: 5px 10px;
  color: #fff;
  position: absolute;
  top:0;  
  opacity: 0;
  transition: opacity 0.3s linear;
}
.newArrivalscard:hover .offerbanner{
 opacity: 1;  
}
.primarycircleLink{
  width: 48px;
  height: 48px;
  border-radius: 100%;
  background-color: var(--primary);
  display: block;
  color: #fff;
  text-align: center;
  line-height: 48px;
  font-size: 24px;
}
.primarycircleLink:hover{
  background-color: var(--primary);  
  color: #fff;
}
.newArrivalscard  .cardoption{
  position: absolute;
  top: 50%;
  right: -50px;
  opacity: 0;  
  transition: all 0.3s ease;
}
.newArrivalscard:hover  .cardoption{
  opacity: 1;
  right: 5px;
}
/*Most loved section start*/
.slmostlovecard{
  padding: 35px 25px 45px;
}
.slmostlovecard .slmlImg img{
  filter: brightness(9) invert(1);
}
.slmostlovecard .slmlTitle{
  font-size: 14px;
  color: var(--primary);
  margin: 30px 0px 20px;
}
.slmostlovecard .slmlDesc{
  font-size: 14px;
  line-height: 24px;
  color: var(--lightgrayclr);
}
.slmostlovecard:hover{
  box-shadow: 0px 18px 16px rgba(220, 224, 220,0.4);
}
.slmostlovecard:hover .slmlImg img {
filter: none;
}
.slidimgContent{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.slidimgContent .imgWelcometxt{
font-size: 16px;
color: #fff;
margin-bottom: 15px;
}
.slidimgContent .banimgtitle{
  font-size: 48px;
  color: #fff;
  margin-bottom: 25px;
}
.slidimgContent .btn-white, .navbtndiv .owl-prev, .navbtndiv .owl-next{
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  border: 1px solid #fff;
  background-color: transparent;
  transition: all 0.3s ease;
}
.slidimgContent .btn-white:hover,  .navbtndiv .owl-prev:hover, .navbtndiv .owl-next:hover{
  background-color: var(--primary);
  color: #fff;
  border-color: var(--primary);
}
.navbtndiv .owl-prev{
  position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}
.navbtndiv .owl-next{
  position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    right: 17%;
}


.orTxt{
  font-size: 14px;
  color: #020101;
  position: relative;
}
.orTxt::before{
 content: '';
 width: 100px;
 height: 1px;
 background-color: #ababab;
 display: inline-block;
    position: relative;
    top: -5px;
}
.orTxt::after{
  content: '';
  width: 100px;
  height: 1px;
  background-color: #ababab;
  display: inline-block;
     position: relative;
     top: -5px;
 }


/*Signin style*/
.haveaccouttxt{
  font-size: 14px;
  line-height: 24px;
  color: #000;
  padding: 0px 15px;
}
.signinMain{
  background-color: var(--primary);
  padding: 40px 0px;  
}
.signinMain .secTitle{
  font-size: 30px;
}
.signbody {
  padding: 40px 50px;
  background-color: #f5f5f5;  
}
.signbody .form-control{
  height: 50px;
  font-size: 14px;
  color: #000;
  border-color: #fff;
  border-radius: 0px;
}
.signbody .form-control::placeholder{
  color: var(--lightgrayclr);
}

.signbody .form-control:focus{
  border-color: var(--primary);
  box-shadow: none;
  outline: none;
}

 .btn-outline-primary{
   border-color: var(--primary);
   color: var(--primary);
   font-size: 14px;
 }
 .btn-outline-primary:hover{
  background-color: var(--primary);
  color: #fff;  
}
.mw-170{
  min-width: 170px;
}
.mymodal .modal-content{
  border-radius: 0;
  border: 0;
}

.loginclose{
  position: absolute;
  top: -40px;
  right: 0;
  background-color: #fff !important;
  opacity: 1;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  color: var(--primary);
}

.mycheckbox .custom-control-label::after,.mycheckbox .custom-control-label::before{
  top: 0.15rem;
  border-radius: 0px;
  border: #000 solid 1px;
} 
.mycheckbox .custom-control-label{
  font-size: 14px;
  color: #000;
}
.mycheckbox .custom-control-input:checked~.custom-control-label::before {
  color: #fff;
  border-color: var(--primary);
  background-color: var(--primary);
}
/*Contact us */
.contactlist{
  display: flex;
  margin-bottom: 40px;
}
.contactlist .contactlistTit{
  font-size: 16px;
  color: #000;
  margin-bottom: 10px;
}
.contactlist .contactlistTxt{
  font-size: 14px;
  color: var(--lightgrayclr);
}
.frmcustom .form-control{
  height: 50px;
  background-color: #f5f5f5;
  border-radius: 0;
  color: #000;
  font-size: 14px;
}
.frmcustom .form-control::placeholder{
color: var(--lightgrayclr);
}
.frmcustom textarea.form-control{
  resize: none;
  height: auto;
}
.frmcustom .form-control:focus{
  border-color: var(--primary);
  outline: 0;
  box-shadow: none;
  background-color: #fff;
}
.frmcustom .form-group >   label{
  color: #000;
}
/*About page design*/
.abouttxt{
  font-size: 14px;
  font-weight: 400;
  color: var(--lightgrayclr);
  margin-bottom: 30px;
}

.aboutbox
{
  padding: 25px 20px;
}
.aboutbox:hover{
  background-color: #f5f5f5;
}
.aboutIcon{
  margin: 20px auto;
  width: 90px;
  height: 90px;
  background-color: #f5f5f5;
  border-radius: 100%;
  text-align: center;
  line-height: 90px;
}
.aboutbox:hover .aboutIcon{
background-color: var(--primary);
}
.aboutbox:hover .aboutIcon img{ filter: brightness(1)invert(1);}
.aboutTit{
font-size: 16px;
color: #020101;
margin-bottom: 20px;
text-align: center;
}
.aboutTxt{
  font-size: 14px;
  color: var(--lightgrayclr);
  line-height: 24px;
  text-align: center;
}

/*App Setting*/
.appmain{
  padding: 35px 15px;
}
.sidemenu{
  background-color: #fff;
  box-shadow: 6px 0px 34px 0px rgba(0,0,0,0.08);
  height: calc(100vh - 175px);
  padding: 15px 0px;
  position: -webkit-sticky;
    position: sticky;
    top: 132px;
}
.sidemenu .sidemenuList ul li a {
  font-size: 15px;
  color: var(--lightgrayclr);
  padding: 14px 0px 14px 25px;
  display: flex;
  align-items: center;
  text-decoration: none;
}

.sidemenu .sidemenuList ul li a img{
  filter: brightness(5)invert(9);
  margin-right: 15px;
}
.sidemenu .sidemenuList ul li a:hover, .sidemenu .sidemenuList ul li:hover a, .sidemenu .sidemenuList ul li a.active, .sidemenu .sidemenuList ul li.active a {
  color: var(--primary);
  border-right:  10px solid var(--primary);
  box-shadow: 0px 0px 13px rgba(0,0,0,0.1);
}

.sidemenu .sidemenuList ul li:hover a img, .sidemenu .sidemenuList ul li a:hover img,
.sidemenu .sidemenuList ul li.active a img, .sidemenu .sidemenuList ul li a.active img{
  filter: none;
}
.sidemenu .usernameDiv{
  padding: 0px 0px 10px 25px;
    border-bottom: 1px solid #f5f5f5;
}
.sidemenu .usernameDiv .usrimg{
  width: 90px;
    height: 90px;
    line-height: 90px;
    background-color: #e3e3e3;
    border-radius: 50%;
    text-align: center;
    margin-bottom: 15px;
}
.sidemenu .usernameDiv .usrimg .profileimgset{
  width: 75px;
    height: 75px;
    border-radius: 100%;
    /* object-fit: cover; */
    /* object-position: top; */
    text-align: center;    
    background-size: 150%;
  margin: 7.5px;
  display: inline-block;
}
.sidemenu .usernameDiv .usrname{
font-size: 20px;
color: #000;
}
.sidemenu .usernameDiv  .userregdate{
  font-size: 14px;
  color: #000;
}
.appTitle {
  font-size: 24px;
  color: #000;
  margin-bottom: 30px;
  text-align: center;
  text-transform: uppercase;
}
.pendingtable thead tr{
 background-color: var(--primary);
 border: 0;
}
.pendingtable thead tr th{
  font-size: 13px;
  color: #fff;
  text-align: center;
}
.pendingtable tr td:first-child,
.pendingtable tr th:first-child{
  width: 250px;  
}
.prodDetails{
  font-size: 14px;
  line-height: 24px;
  color: #000;
  margin-bottom: 5px;
}
.prodDetails span{
color: var(--lightgrayclr);
}
.prodAmt{
  font-size: 22px;
  color: var(--primary);
  margin: 15px 0;
}
.aOutlineLink{
  display: inline-block;
  text-decoration: none;
  text-align: center;
}
.aOutlineLink > .linkicon{
  display: inline-block;
  width: 40px;  
    height: 40px;
    border-radius: 100%;
    border: 1px solid #b1b1b1;
    background-color: #f5f5f5;
    text-align: center;
    line-height: 40px;
    color: #000;
}
.aOutlineLink > .linkname {
  display: block;
  font-size: 14px;
  color: #000;   
  padding-top: 10px; 
}
.aOutlineLink:hover{
  text-decoration: none;  
}
.aOutlineLink:hover > .linkicon{
background-color: var(--primary);
color: #fff;
border-color: var(--primary);
}
.aOutlineLink:hover > .linkname {
color: var(--primary);
}
.pendingtable tr td{
  vertical-align: middle;
  border-top: 1px solid #e2e2e2;
  padding-left: 0;
  padding-right: 30px;
}
.pendingtable tr td:last-child{
  text-align: right;
}
.usernametbl{
  font-size: 18px;
  color: #000;  
}
.userAddresstbl, .Paymenttable{
  font-size: 14px;
  color:var(--lightgrayclr) ;
}
table tr td{border-top: 1px solid #e2e2e2;}
.addresstable tr td{
  padding: 1.5rem 0.5rem;
}
.addresstable tr td:last-child{
  text-align: right;
}
.addresstable tr:last-child td
{
  border-bottom: 1px solid #e2e2e2;
}
.Paymenttable{
  border: 1px solid #e2e2e2;
}
.table.Paymenttable thead th{
  border-bottom: 1px solid #c2bfbf;
  background-color: #f5f5f5;
  color: #000;
}
.table.Paymenttable tbody tr td{
  padding: 1.5rem 0.75rem;
}
.paidtxt{
  color: #017e1c;
}
.unpaidtxt{
  color: #d10404;
}
.favcard{
  border: 1px solid #dadada;
}
.favcard .card-img{
  border-bottom: 1px solid #dadada;
  text-align: center;
}
.wishIcondiv{
  position: absolute;
    top: 10px;
    left: 10px;
}
.wishIcon{
  font-size: 24px;
  color: var(--lightgrayclr2);
  border: 0px;
  background: transparent;
}
.wishIcon:hover, .wishIcon.selected{
  color: var(--primary);
}
.cmslist{
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 20px;
}
.cmslist .cmslistTit{
  font-size: 14px;
  color: #000;
  margin-bottom: 30px;
}
.cmslist .cmslistpara{
  font-size: 14px;
  color: var(--lightgrayclr);
  margin-bottom: 30px;
} 
.userproheader{
  width: 29px;
  height: 29px;
  border-radius: 100%;
}
.text-red{
  color: #ff0000;
}
.profilechange .usrimg {
  width: 140px;
  height: 140px;
  line-height: 140px;
  background-color: #e3e3e3;
  border-radius: 50%;
  text-align: center;
  margin-bottom: 15px;
}
.profilechange .usrimg .profileimgset{
  width: 120px;
    height: 120px;
    border-radius: 100%;
    /* object-fit: cover; */
    /* object-position: top; */
    text-align: center;    
    background-size: 150%;
  margin: 10px;
  display: inline-block;
}
.editIcon{
  position: absolute;
  left: 20px;
  bottom: -35px;
}
.mynavtabsbg{
  background-color: #f6f6f6;
  padding: 10px;
}
.mynavtabsbg .nav-tabs{
  border: 0px;  
}
.mynavtabsbg .nav-tabs a{
  font-size: 16px;
  color: #7b7b7b;
  border: 0px;
}
.mynavtabsbg .nav-tabs .nav-item.show .nav-link, .mynavtabsbg .nav-tabs .nav-link.active {
  color: var(--primary);
  background-color: transparent;
  border:0;
}

.mypagination .page-link
{
  color: #000;
  background-color: transparent;
  border: transparent;
  border-radius: 0px;
}
/* .mypagination .page-item.disabled .page-link, .mypagination .page-item:first-child .page-link, .mypagination .page-item:last-child .page-link{
    color: #000;   
    background-color: transparent;
    border-color: transparent;
} */
.mypagination .page-link:hover{
background-color: var(--primary);
color: #fff;
}
.notetxt{
  font-size: 12px;
  color: var(--lightgrayclr);
}
.contentLabel{
  font-size: 16px;
  color: #000;
}
.bodypartname{
  font-size: 14px;
  font-weight: 700;
  color: var(--primary);
}
.bodypartdes{
  font-size: 14px;
  color: var(--lightgrayclr);
}
.myradiobtn .custom-control-input:checked~.custom-control-label::before {
  color: #fff;
  border-color: var(--primary);
  background-color: var(--primary);
}
.myradiobtn .custom-control-label::before,
.myradiobtn .custom-control-label::after{
  top:0.125rem;
}
.myradiobtn .custom-control-label::before{
  border-color: #000;
}
.myradiobtn .custom-control-label{
  font-size: 14px;
    color: #000;
}

.mynavpills.nav-pills .nav-link {
  border-radius: 0;
  font-size: 14px;
  font-weight: 700;
  color: #000;
  padding: 0.5rem 1.5rem;
  margin-right: 15px;
}
.mynavpills.nav-pills .nav-link.active, .mynavpills.nav-pills .show>.nav-link {
  color: var(--primary);
  background-color: #f5f5f5;
}

.playbtn{
  position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
}
.graybgcard{
  background-color: #f5f5f5;
  border-radius: 0px;
  border-color: #f5f5f5;
  height: calc(100% - 25px);
  margin-bottom: 25px;
}
.graybgcard .card-body{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cardTit{
  font-size: 14px;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 15px;
}

select.form-control
{
    -webkit-appearance: none;
    appearance: none;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="rgb(120,120,120)" class="bi bi-chevron-down" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z"/></svg>');
    background-position: center right 10px;
    background-repeat: no-repeat;
}
.btn.btn-primary.mybtn.rounded-0{
  height: 50px;
  min-width: 140px;
}
.sizetable{
  font-weight: 700;
  font-size: 14px;
}
.card.mycard{
  border-radius: 0;
  border-color: transparent;
  box-shadow: 0px 9px 29px rgba(209, 208, 207, 0.2);
}
.cardTitle{
  font-size: 18px;
  font-weight: 700;
  color: #000;
  margin-bottom: 15px;
}
.carditemList{
  padding: 0;
  list-style: none;
}
.cardlastcol{
  display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    align-content: flex-end;
    align-items: flex-end;
}
.plusminusbtngroup{
  background-color: #f5f5f5;
  width: 120px !important;
  border-color: #f5f5f5;
}
.plusminusbtngroup input{ 
  text-align: center;
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}
.plusminusbtngroup .btn-outline-secondary {
  color: #000;  
  border-color: #f5f5f5;  
}
.plusminusbtngroup .btn-outline-secondary.plusbtn{
  border-left: 1px solid #e2e2e2;
}
.plusminusbtngroup .btn-outline-secondary.minusbtn{  
  
  border-right: 1px solid #e2e2e2;
}
.cardimg img{
  width: 180px;
}
.cardName{
  font-weight: 700;
  font-size: 16px;
  color: #000;
  margin-bottom: 15px;
}
.carditemList li{
  border-bottom: 1px solid #e2e2e2;
  margin-bottom: 15px;
}
.ordersummaryTit{
  font-size: 18px;
  color: #000;
  padding-bottom: 10px;
  border-bottom: 1px solid #e2e2e2;
}
.OSlist li{
  padding: 15px 0px 0px;
  color: var(--lightgrayclr);
  font-size: 14px;
}

.OSlist li .totlist{
  color: #000;
  font-weight: 700;
}

.ordersummarybox{
  position: sticky;
  top: 152px;
}

.paymenttypeImg{
  padding: 1px;
    background-color: #f5f5f5;
    display: inline-block;
    height: 65px;
    width: 160px;
    text-align: center;
    line-height: 65px;
    margin-bottom: 24px;
    margin-top: 10px;
}
.checkoutTit{
  font-size: 14px;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 15px;
}

.checkoutsubtit{
  font-size: 14px;
  font-weight: 400;
  color: #000;
}
.shipaddrList{
  font-size: 14px;
  color: var(--lightgrayclr);
  line-height: 24px;
  margin-bottom: 15px;
}
.shipaddrList span{
  color: #000;
}

.myfaqaccordion .card{
  border-radius: 0;
  border-color: #f5f5f5;
}
.myfaqaccordion .card-header:after {
  content: "\f106";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  float: right; 
}
.myfaqaccordion .card-header.collapsed:after {  
  content: "\f107";
}
.myfaqaccordion .card-header{
  background-color: #f5f5f5;
  border-color: #f5f5f5;
  border-radius: 0;
  font-size: 14px;
  font-weight: 700;
  color: #000;
  padding: 1rem 1rem;
  cursor: pointer;
}
.myfaqaccordion .card-body{
  font-size: 14px;
  font-weight: 700;
  color: var(--lightgrayclr);
}
.measurementBox{
  background-image: url("../images/measurementbox1.png");
  background-size: cover;
  text-align: center;
  position: relative;
  margin-bottom: 35px;
  min-height: 100%;
}
.measurementBox .measureTit{
  font-size: 24px;
  color: #000;
  margin-bottom: 15px;
}
.measurementBox .measureIcon{
  margin-bottom: 15px;
  min-height: 108px;
  line-height: 108px;
}
.measurementBox .measureUnit{
  font-size: 14px;
  color: #000;
  font-weight: 700;
  margin-bottom: 15px;
}
.measurementBox .btncenter
{
    position: absolute;
    margin: 0 auto;
    margin-top: -18px;
    text-align: center;
    width: 100%;
    bottom: -15px;
}

.measurementBox.mb1{
  background-image: url("../images/measurementbox1.png");
}
.measurementBox.mb2{
  background-image: url("../images/measurementbox2.png");
}
.measurementBox.mb3{
  background-image: url("../images/measurementbox3.png");
}
.toolsradio{
  margin-bottom: 15px;
  text-align: center;
    padding: 0 15px;
}
.toolsradio .input-hidden {
  visibility: hidden;
  position: absolute;
    text-indent: -99999px;
}
.toolsradio input[type=radio] ~ .labletxt{
  font-size: 14px;
  font-weight: 700;
  color: #000;
  text-align: center;
}
.toolsradio input[type=radio]:checked + label + .labletxt{
  color: var(--primary);
}
.toolsradio input[type=radio] + label{
  border: 3px solid transparent;
  border-radius: 100%;
}
.toolsradio input[type=radio]:checked + label {
  border: 3px solid var(--primary);  
  /* box-shadow: 0 0 2px 2px rgba(0,0,0,0.4); */
}

.toolsradio input[type=radio] + label>img {  
  width: 47px;
  height: 47px;
  border-radius: 100%;
  border: 1px solid transparent;
  transition: 500ms all;
}

.designselect{
background-color: #f5f5f5;
padding: 20px;
}
.designselect .designselectimg img{
  width: 100%;
  height: 102px;
}

.sidemenubtndiv{
  display: none;
position: absolute;
left: -30px;
z-index: 99;
transition: all 0.3s linear;
}
.sidemenubtn
{
background-color: var(--primary);
border-radius: 0px 30px 30px 0px;
padding: 10px 10px 10px 5px;  
color: #fff;  
}


.navbar-toggler {
  border: none;
  background: transparent !important;
}
.navbar-toggler:hover {
  background: transparent !important;
}
.navbar-toggler .icon-bar {
  width: 22px;
  height: 2px;
  border-radius: 1px;
  background-color: rgba(0, 0, 0, 0.5);
  display: block;
  margin-bottom: 4px;
  transition: all 0.2s;
}
.navbar-toggler .top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}
.navbar-toggler .middle-bar {
  opacity: 0;
}
.navbar-toggler .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}
.navbar-toggler.collapsed .top-bar {
  transform: rotate(0);
}
.navbar-toggler.collapsed .middle-bar {
  opacity: 1;
}
.navbar-toggler.collapsed .bottom-bar {
  transform: rotate(0);
}
.orderitemName{
  font-size: 18px;
  font-weight: 700;
  color: var(--primary);
}
.orderitemsdetailsList, .measurementDetailList, .ShippingDetailsList{
  font-size: 14px;
  color: var(--lightgrayclr);  
}
.orderitemsdetailsList .d-flex,
.measurementDetailList .d-flex,
.ShippingDetailsList .d-flex{
  margin-bottom: 10px;  
}
.orderitemsdetailsList .d-flex div, 
.measurementDetailList .d-flex div, 
.ShippingDetailsList .d-flex div{
  width: 120px;
}
.orderitemsdetailsList .d-flex span, 
.measurementDetailList .d-flex span,
.ShippingDetailsList .d-flex span{
  color: #000;
  width: calc(100% - 120px);
}
.Quickviewmodal .modal-content{
  background-color: #f5f5f5;
}
.whitebginuputnumber{
  border-radius: 0;
  width: 100px;
  display: inline-block;
  border-color: transparent;
}
.whitebginput{
  border-radius: 0;  
  display: inline-block;
  border-color: transparent;
}
.itemdetails, .measurementDetail, .ShippingDetails {
  padding-bottom: 15px;
  border-bottom: 1px solid #e2e2e2;
  margin-bottom: 20px;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button {  
   opacity: 1;
}
.measurementDetailtitle, .ShippingDetailsTitle{
  font-size: 18px;
  font-weight: 700;
  color: #000;
}
.measurementDetailList .col-form-label{
  font-size: 14px;
  color: #000;
}

.masthead .slideImage img{
  object-fit: cover;
}











/* media style */
@media (min-width: 1400px){
  .appmain .container, .apphead .container{
    max-width: 1330px;
  }
  .leftside{
    width: 260px;
    max-width: 260px;
  }
  .rightside{
    width: 100%;
    max-width: calc(100% - 260px);
    flex: 0 0 100%;
  }
}
@media (min-width: 1200px){
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1170px;
}

.navfirstleft{
  position: absolute;
  left: 0;
}
.navfirstright{
  position: absolute;
  right: 0;
}

}
@media only screen and (max-width: 1200px){
  .navbtndiv .owl-prev, .navbtndiv .owl-next{
    top: auto;
    bottom: 3rem;
}
.masthead .slideImage img{
    height: 465px !important;
}

  }

@media only screen and (max-width: 991px){
  .navbar-custom.navbar-light .navbar-nav.menunav .dropdown-menu{
    display: none;
    opacity: 1;
  }
  .navbar-custom.navbar-light .navbar-nav.menunav .dropdown.show .dropdown-menu{
    display: block;
  }
  .cardlastcol{
    align-items: center;
    align-content: center;
  }
.navfirstleft{
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}
.navfirstright{
  flex-direction: row;
  width: calc(100% - 50px);
}
.masthead {
  margin-top: 165px;
}
  .sidemenu {  
    position: absolute;
    top: -32px;
    width: 260px;
    left: -290px;
    z-index: 99;  
    transition: left 0.3s linear;
  /* background-color: var(--txtclr);    
  box-shadow: 0px 5px 10px rgba(255, 255, 255, 0.2) !important; */
}
.sidemenu.open {
    left: -30px;
}
.AppInnercontent, .appinnerpagefooter {    
    margin-left: 0px;
}
.sidemenubtndiv{
    display: block;
}
.sidemenu.open + .sidemenubtndiv{
    left: 230px;        
}
.sidemenubtn{
    display: inline;
}   
.sidemenu.open + .sidemenubtndiv > .sidemenubtn > i::before{
    transform: rotate(180deg);
} 
.aOutlineLink.mx-3{
  margin: 10px 0px !important;
}
.pendingtable tr td:last-child, .addresstable tr td:last-child{
  text-align: center;
}
.favcard{
  margin-bottom: 15px;
}
}
@media only screen and (max-width: 991px){
  .container{
    max-width: 100% ;
}

}
@media only screen and (max-width: 575px){
  .slidimgContent .banimgtitle {
    font-size: 30px;
    margin-bottom: 5px;
  }
  .slidimgContent .imgWelcometxt {
    font-size: 12px;    
    margin-bottom: 5px;
  }
  .secTitle {
    font-size: 20px;
    line-height: 40px;
  }
  .secSubTit {   
    font-size: 11px;
  }
  .navbar-brand img{
    max-width: 150px;
    margin-bottom: 10px;0
  }
}

@media only screen and (max-width: 400px){
  .slidimgContent .banimgtitle {
    font-size: 25px;
  }
}

@media only screen and (max-width: 320px){

}