

.pd-15{
	padding-top:15px;
}
.container{
	width:1200px;
	margin:0 auto;
	max-width: 1200px;
}

/**** header start ****/
.row.j-spce-btw{
	display:block;
}


header.main-header{
	padding: 16px 10px;
   /* border-bottom: 1px solid #b3b3b370;*/
    background:#f0f0f082;
	background:white;
}

.header-flex{
	display:flex;
	justify-content:space-between;
	align-items:center;
	gap: 40px;
}
nav.navigation {
    display: flex;
	align-items:center;
	gap:30px;
}

.header-flex ul{
	display:flex;
	justify-content:space-between;
	gap:16px;
	align-items:center;
	list-style-type:none;
	margin-bottom:0;
	
}

.header-flex ul li a{
	font-weight:600;
	color:black;
    font-size: 17px;
	letter-spacing: 1.2px;
	transition:.3s all ease;
}
.Notification a {
    width: 51px;
    height: 50px;
    box-shadow: 2px 4px 20px #77777729;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
li.Notification img {
    width: 22px;
}
.main-logo img{
	width: 80px;
}
.main-logo h3 {
    font-size: 25px;
    color: #ef4a86;
    margin-bottom: 0;
}

.main-logo {
    text-align: center;
}

.header-btn {
   background: #ef4a86;
    padding: 12px 22px;
    border-radius: 50px;
    border: 1px solid #ef4a86;
    transition: .4s all ease;

}
.header-btn a{
	color:white !important;
}
.header-btn:hover{
    box-shadow: inset 0 -3.25em 0 0 #ffffff;
   
    border: 1px solid #ef4a86;
	/* //box-shadow: 0px 6px 9px 0px #051704; */
	transition:.4s all ease;
}
.header-btn:hover a{
	 color:#ef4a86 !important;
	 transition:.3s all ease;	
}



input[type=search] {
  -webkit-appearance: none !important;
  background-color: white;
  vertical-align: middle;
  border-radius: 0.25rem;
  border: 1px solid white;
  font-size: 1rem;
  width: 100%;
  line-height: 2;
  padding: 0.375rem 1.25rem;
  transition: border-color 0.2s;
}

input[type=search]:focus {
  transition: all 0.5s;
  
  
  outline: none;
}

form.search-form {
  /*display: flex; */
    /*justify-content: center;*/
    /* border-radius: 10px; */
    width: 100%;
    position: relative;
	box-shadow: 2px 4px 20px #77777729;
    border-radius: 50px;
	margin: 0 30px;
}
/* -------------------------------------------------------------------------------- */
/* 
label {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: auto;
  align-self: center;
  margin-bottom: 0;
  width: 100%;
} */

input.search-field {
  margin-bottom: 0;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: auto;
  align-self: center;
  height: 50px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
   border-radius: 50px;
    padding-right: 70px;
	/*box-shadow: inset 0 1px 2px hsla(0,0%,4%,.1);*/
}

input.search-submit {
  height: 51px;
  margin: 0;
  padding: 1rem 1.3rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
 border-top-right-radius: 12.25rem;
    border-bottom-right-radius: 12.25rem;
    font-family: "Font Awesome 5 Free";
    font-size: 1rem;
    /* border-radius: 67px; */
    position: absolute;
    top: 0;
    right: 0px;
	box-shadow: 2px 4px 20px #77777729;
   
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.button {
  display: inline-block;
  font-weight: 600;
  font-size: 0.8rem;
  line-height: 1.15;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  background: #ef4a86;
  color:white;
  border: 1px solid transparent;
  vertical-align: middle;
  text-shadow: none;
  transition: all 0.2s;
}

.button:hover,
.button:active,
.button:focus {
  cursor: pointer;
  background: #df2468;
  color: white;
  outline: 0;
}

.main-banner img{
	width:100%;
	height: calc(100vh - 81px);
	
}
.main-banner {
  
    background-position:center;
    background-repeat: no-repeat;
	width:100%;
	height: calc(92vh - 92px);
    background-size: cover;
    background-image: url(../images/pic1.jpg);
	z-index: 1;
}

.main-banner-head h2 {
    font-size: 55px;
    color: white;
	font-weight:bold;
	    border-bottom: 2px solid #ffffff9c;
}
.main-banner-head p {
    color: white;
    font-size: 20px;
}	
.main-banner-head {
    animation: fadeInAnimation ease 4s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    display: flex;
    flex-direction: column;
    align-items: baseline;
    justify-content: center;
    height: calc(92vh - 92px);
	    width: 52%;
}
@keyframes fadeInAnimation {
            0% {
                opacity: 0;
            }
            100% {
                opacity: 1;
            }
}

.form-btn.banner img {
    width: 100px;
    height: unset;
	position: absolute;
    top: -33px;
    right: -108px;
}
a.apply-form {
    border: 1px solid #ffffff;
    padding: 9px 35px;
    background: #ffffff;
    border-radius: 50px;
    color:#ef4a86 !important;
    transition: .4s all ease;
    text-decoration: none;
    text-transform: capitalize !important;
    backface-visibility: hidden;
    display: inline-block;
    transform: translate(0px,0px);
    transition: all 0.2s ease-out 0s;
    position: relative;
    font-size: 16px;
    font-weight: 700;
}
.apply-form span {
    backface-visibility: hidden;
    display: block;
    transform: translate(0px,0px);
    width: 100%;
    transition: all 0.2s ease-out 0s;
}
a.apply-form i {
    color: white;
    display: block;
    opacity: 0;
    position: absolute;
    right: -12px;
    top: 50%;
    transform: translate(-14px,-50%);
    transition: all 0.2s ease-out 0s;
}
.form-btn.banner .apply-form:hover i {
    opacity: 1;
    transform: translate(-36px,-50%);
    color: #ef4a86  !important;
}

.form-btn.banner .apply-form:hover span {
    transform: translate(-12px,0px);
}
.form-btn.banner {
    /* display: flex; */
    /* justify-content: center; */
    /* align-items: center; */
    position: relative;
    margin-top: 20px;
}


.abc input {
  display: none;
}

.Notification{
	 width: 51px;
    height: 50px;
	border-radius: 50%;
}
	

.upload-btn button:active{
	border:none;
	outline:none;
}


.upload-btn img{
  width:300px;
}
.navigation ul li a i{
    font-size: 19px;
}


/**** our-product-section start ****/

.our-product-section{
	padding:60px 0;
	background:#eaeaea82;
}
.our-product-heading{
	text-align:center;
}
.our-product-heading h3{
	font-size: 30px;
    color: #ef4a86;
}
.our-product-heading p{
	font-size:18px;
	color:black;
}

.our-product-section-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 5%;
   margin-top: 50px;
    padding-bottom: 30px;
}


.courses{
	
	position:relative;
	border-radius:8px;
	margin-top:14px;
	 border: 2px solid #ffffff00;
	background: white;
	transition:.3s all ease;
	text-align: center;
	box-shadow: 0px 0px 5px 1px #cccccc5e;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	
}
.eye{
	width:30px;
	height:30px;
	border-radius:50%;
	border:0.5px solid #ef4a86;
	background: #ef4a86;
    color: white;
	display:flex;
	justify-content:center;
	align-items:center;
	position:absolute;
	top:2%;
	right:5%;
	opacity:0;
	transition:.2s all ease;
	
}

.courses:hover .eye{
	opacity:1;
	transition:.2s all ease;
	right:3%;
}


.courses:hover .viewDetailsBtn{
	transition:.4s all ease;
	color:white;
}
.courses .viewDetailsBtn i{
	transition: .3s all ease;
	    font-size: 15px;
		
}

.courses .viewDetailsBtn:hover i{
	transform: translateX(6px);
    transition: .3s all ease;
}

.courses:hover img{
	transform:scale(1.2);
	transition:.3s all ease;
}

.product-name{
   padding: 20px 0 20px 0px;
    border-top: 1px solid gainsboro;
   text-align: center;

}	
.product-name.style-2{
	 padding: 20px 0 50px 0px;
}
	
.product-name h4 {
    color:black;
    font-size: 25px;
    font-weight: 600;
	transition:.3s all ease;
}
.product-name h4:hover{
	color:#ef4a86;
	transition:.3s all ease;
}
.product-name .price {
    color: black;
    font-size: 20px;
   font-weight: 600;
    margin-top: 10px;
}
.cut-price {
    color: gray;
	font-size: 17px;
    display: inline-block;
}


.courses .tattoo-img img{
	width: 100%;
    /* height: 220px; */
    /* object-fit: contain; */
    transition: .3s all ease;
	border-radius: 8px 8px 0 0;
}
.tattoo-img {
    display: flex;
    justify-content: center;
    align-items: center;
	position:relative;
	    overflow: hidden;
		    border-radius: 8px 8px 0 0;
}
.viewDetailsBtn{
	margin-top: 20px;
	    display: inline-block;
    color: white;
	    font-size: 16px;
    background: #ef4a86;
    padding: 10px 24px;
    border-radius: 6px;
	transition:.4s all ease;
}

.addcart-btn {
    background: #ef4a86;
    padding: 14px 50px 14px 15px;
    color: white !important;
    position: absolute;
    bottom: -6%;
    font-size: 16px;
    font-weight: 700;
    right: 0%;
    opacity: 0;
    transition: .3s all ease;
    border-radius: 53px;
}

.courses:hover .addcart-btn {
    opacity: 1;
    right: 3%;
    transition: .3s all ease;
}
.courses:hover {
	 border: 2px solid  #ef4a86;
	 transition:.2s all ease;
}
.addcart-btn-1 {
    position: absolute;
    bottom: -4%;
    right: 5%;
	transition:.3s all ease;
}



span.cart-icon {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: white;
    color: #ef4a86;
    display: flex;
    border: 0.5px solid #dcdcdc;
    justify-content: center;
    align-items: center;
	transition:.3s all ease;
}










/**** our-product-section end ****/













  /**** popup start ****/



.popup-link {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.popup-link a {
   
    color: #fff;
    padding: 10px 13px;
    border-radius: 38px;
    font-size: 17px;
    cursor: pointer;
    margin: 0px;
    text-decoration: none;
}

.popup-container {
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    transform: scale(1.3);
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(21, 17, 17, 0.61);
    display: flex;
    align-items: center;
}
.popup-content {
    background-color: #fefefe;
    margin: auto;
   padding:30px 40px;
    border: 1px solid #888;
    width: 50%;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
	border-radius:5px;
}
.popup-content p{
    font-size: 17px;
	font-size: 18px;
    font-weight: 600;
    /* margin-bottom: 6px; */
    /* margin-top: 4px; */
    color: #556260;
}
.popup-content a.close{
   color: #424242;
   float:right;
    font-size: 36px;
    font-weight: 400;
    background: none;
    padding: 0;
    margin: 0;
    text-decoration:none;
}

.popup-content a.close:hover{
  color:#333;
}

.popup-content span:hover,
.popup-content span:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.popup-container:target{
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}

.popup-container h3{
      margin: 10px;
    font-size: 25px;
	font-weight:500;
	border-bottom: 2px solid #9b9b9b91;
}
/*End popup styles*/

/* Additional styles */
.popup-style-2{
  transform: scale(0.3);
  
}

.popup-style-2:target{
  transform: scale(1);
}

.popup-style-3{
  left:100%;
  
}

.popup-style-3:target{
  left:0;
}

.popup-style-4{
  transform: rotate(180deg);
}

.popup-style-4:target{
  transform: rotate(0deg);
}

.popup-style-5{
  top:100%;
  
}

.popup-style-5:target{
  top:0;
}

.popup-style-6{
  transform: scale(15.3);
  
}

.popup-style-6:target{
 transform: scale(1);
 }

.popup-style-7{
  transform: skewY(180deg);
   transition: all 0.7s ease-in-out;
}

.popup-style-7:target{
 transform: skewY(0deg);

 }
 
  /**** popup end ****/
 
 
 /**** image-upload Start ****/
 


.col-ting {
  width: 25em;
  margin: 0 auto;
  margin-top: 3em;
  margin-bottom: 3em;
}

.file-upload .image-box {
  margin: 0 auto;
  margin-top: 1em;
  height: 15em;
  width: 20em;
  background: #d24d57;
  cursor: pointer;
  overflow: hidden;
}
.file-upload .image-box img {
  height: 100%;
  display: none;
}
.file-upload .image-box p {
  position: relative;
  top: 45%;
  color: #fff;
}





















.imagePreview {
    width: 100%;
    height: 125px;
    background-position: center center;
  background:url(http://cliquecities.com/assets/no-image-e3699ae23f866f6cbdf8ba2443ee5c4e.jpg);
  background-color:#fff;
    background-size: cover;
  background-repeat:no-repeat;
    display: inline-block;
  box-shadow:0px -3px 6px 2px rgba(0,0,0,0.2);
}
.btn-primary
{
  display:block;
  border-radius:0px;
  box-shadow:0px 4px 6px 2px rgba(0,0,0,0.2);
  margin-top:-5px;
}
.imgUp
{
  margin-bottom:15px;
}
.del
{
  position:absolute;
  top:0px;
  right:15px;
  width:30px;
  height:30px;
  text-align:center;
  line-height:30px;
  background-color:rgba(255,255,255,0.6);
  cursor:pointer;
}
.imgAdd
{
  width:30px;
  height:30px;
  border-radius:50%;
  background-color:#4bd7ef;
  color:#fff;
  box-shadow:0px 0px 2px 1px rgba(0,0,0,0.2);
  text-align:center;
  line-height:30px;
  margin-top:0px;
  cursor:pointer;
  font-size:15px;
}


/**** image-upload end ****/
 
 
 

 /**** footer-start ****/


footer{
    text-align:center;
    padding:50px 20px;
    background-color: white;
}

footer .footer-logo {
    text-align: center;
    display: block;
}

footer .social-link {
    display: block;
    text-align: center;
    margin-top: 30px;
}

footer .social-link ul{
    display:flex;
	justify-content:center;
	gap:16px;
	align-items:center;
	list-style-type:none;
}
footer .social-link ul li a{
	color:white;
	width:37px;
	height:37px;
	background-color:black;
	line-height: 35px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.3);
    font-size: 14px;
    transition: all 0.3s ease-in;
	display: flex;
    justify-content: center;
    align-items: center;
}
	
footer .social-link ul li a:hover{
	background-color: #ef4a86;
	transition: all 0.3s ease-in;
}
	
footer .footer-menu {
    margin-top: 45px;
    
}	
footer .footer-menu ul{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:70px;
	list-style-type:none;
	margin-bottom: 0;
}	
footer .footer-menu ul li{
	position:relative;
}
footer .footer-menu ul li:after{
	position:absolute;
	content:"";
	width:2px;
	height:20px;
	right: -40px;
    top: 50%;
    transform: translateY(-50%);
	background-color:black;
}
footer .footer-menu ul li:last-child:after{
    width:0;
	height:0;
}	

footer .footer-menu ul li a{
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    color: black;
}
	
.copy-right-section {
      padding: 22px 0px 22px;
    text-align: center;
	border-top:1px solid #dddddd;
}

.copy-right-section p {
	display: inline-block;
    font-size: 18px;
    line-height: 28px;
    color: #d2d5fc;
    font-weight: 600;
}
 .copy-right-section span a {
    font-size: 18px;
}
.main-logo-about p {
    width: 60%;
      margin: 24px auto;
}
 
 /**** footer-end ****/
 
 /**** product-description-start ****/
 
 .description-section-u {
  /* box-shadow: 0px 8px 20px #77777729; */
    text-align: center;
    padding: 30px;
    /* box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;*/
 }
 
 
 
 
 
.description-section{
	padding: 80px 0;
	background: #eaeaea82;
}

.description-section-grid{
	display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5%;
    align-items: center;
    background: white;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}

.about-learn-more .description-head{
    /**display: inline-block;**/
    color: #556260;
    font-size: 15px;
    font-weight: 600;
	transition: .3s all ease;
}

span.description-head a:hover {
    color: #003c38;
    transition: .3s all ease;
}

.about-learn-more h2{
	    color: #2a2a2a;
		font-size:46px;
		font-weight:800;
		padding-top:12px;
}
.about-tattoo {
    margin-bottom: 12px;
}
.product-price{
	color:#ef4a86;
	font-size:30px;
	font-weight:700;
	padding-top:8px;
	
}
.screen-reader-text {
    clip: rect(1px,1px,1px,1px);
    height: 1px;
    overflow: hidden;
    position: absolute!important;
    width: 1px;
    word-wrap: normal!important;
}
.quantity .qty {
    height: 50px;
    font-size: 16px;
    width: 100px;
    background: transparent!important;
    border: 1px solid #c4c4c4;
	color: #4e4e4e;
	text-align:center;
	padding-left:15px;
	    outline: none;
}
.description-form{
	margin-top:36px;
	margin-bottom:36px;
	display:flex;
	justify-content:left;
	gap:8px;
	align-items:start;
	
}

	

.description-head.term-condition{
	padding-top:10px;
}

.border-description {
    padding: 30px;
    /* border-bottom: 2px solid #e0dfdf;*/
}

.category-head-1.h3 h3{
	font-size:26px;
	color:#003c38;
	font-weight:700;
}
.description-section-u img {
    width: 100%;
    /* height: 400px; */
    /* object-fit: contain; */
    transition: .3s all ease;
    background: #f3f3f387;
    /* padding: 10px; */
    border-radius: 4px;
}

.description-section-u img:hover{
	transform:scale(1.08);
	transition:.3s all ease;
}

.header-btn.border-radius-none{
	border-radius:0;
	color:white;
	    outline: none;
}
.header-btn.border-radius-none:hover{
	color:#ef4a86;
}

.TattoSize{
	width:unset;
	font-size: 17px;
}
.SizeSelection{
	display:flex;
	justify-content:left;
	align-items:center;
	gap: 30px;	
    border-radius: 5px;
}
.AllSizes p {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0;
    color: #000000;
	margin-bottom:10px;
}

.DeletPrice {
    font-size: 17px;
    color: gray;
    font-weight: normal;
}

.formFlex {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: space-between;
    align-items: center;
    /* width: 100%; */
    gap: 4%;
}
.additional-u {
    width: 100%;
}
.popup-content.requestform {
    width: 46%;
	height: 95%;
    overflow-y: scroll;
	background: #f7f7f7;
}
.text-center {
    text-align: center!important;
    font-size: 30px;
	margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #d9d9d9;
}

.AllSizesdiv {
    margin-top: 10px;
}

.popup-container .additional-u .input-text {
    padding: 6px 12px;
}
.popup-container .additional-u .name {
    font-size: 17px;
}
.UserImageUpload {
    margin-top: 20px;
}
.text-center.up{
	font-size:26px;
	margin-bottom: 15px;
}
/* .additional-u .input-text:focus {
	border-color:#ef4a86;
} */
.learn-more-btn-1-1.addform{
    display: inline !important;
    width: unset !important;
    margin: 10px auto 0px !important;
	float: right;
	padding: 8px 24px !important;
}

.UserImageUploadpreview{
	display: grid;
    grid-template-columns: repeat(2, 1fr);
	align-items:center;
	gap:5%;
}
.UserImageUploadpreview .row{
	display:unset;
}
.UserImageUpload .UserImageUploadpreview .row .col-sm-4 {
	max-width:100%;
}

.FilterSelect-flex{
	display:flex;
	justify-content:space-between;
	align-items:center;
	gap:10px;
	margin-top: 30px;
	    width: 67%;
}
.AllSizes {
    margin-top: 30px;
}



/**** product-description-end ****/


/**** login start ****/

.row.sign-up-page {
    flex-direction: column;
    width: 560px;
    margin: auto;
}
.page-ath-content {
    background: #fff;
    padding: 18px 18px 20px;
    margin: 60px 0;
    border-radius: 6px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}
form.signin-form-page {
    padding: 6px 16px;
}
.signin-head h2 {
    font-size: 31px;
    color: black;
    font-weight: 600;
    /* text-align: center; */
	
}
.additional-u .name {
    font-size: 18px;
    margin-bottom: 2px;
    color: #556260;
}




.forgot-rember-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.checkbox {
    display: inline-block;
    color: #6d6d6d;
    font-size: 16px;
    font-weight: 600;
}
.forgot-p {
    color:  #08779b !important;
    font-size: 16px;
}
.signin-button .learn-more-btn-1-1 {
    background: #0f5a94;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    width: 100%;
    border-radius: 8px;
    padding: 10px 24px;
    border: 1px solid #0f5a94;
    transition: .3s all ease;
    cursor: pointer;
    margin-top: 30px;
	outline: none;
}
.signin-button .learn-more-btn-1-1 a{
    color: #ffffff;
}
.next-page-link {
    text-align: center;
    margin-top: 14px;
}
.next-page-link span {
    display: inline-block;
    color: #6d6d6d;
    font-size: 15px;
    font-weight: 500;
    position: relative;
}
.next-page-link .new-cannamed:before {
    width: 127px;
    height: 1px;
    background: #55626070;
    position: absolute;
    content: "";
    top: 10px;
    right: -134px;
}
a.sign-up-link {
    color:#ef4a86;
}
.next-page-link .new-cannamed:after {
    width: 127px;
    height: 1px;
    background: #55626070;
    position: absolute;
    content: "";
    top: 10px;
    left: -134px;
}
.loginSectionPageBG {
    background: #eaeaea82;
}

.LoginSectionMainHeading {
    text-align: center;
    font-size: 40px;
    background: #ef4a86;
    color: white;
    padding: 6px 0;
}

.checkbox .terms-condition {
    text-decoration: underline;
    text-underline-position: under;
    color: #ef4a86;
}
.signin-form-page h4 {
    font-size: 16px;
    font-weight: 500;
    color:#ef4a86;
    margin-bottom: 22px;
    text-align: center;
}



.checkoutproducts{
	display:grid;
	grid-template-columns:repeat(6, 1fr);
	gap:0%;
	align-items:center;
	padding: 20px 0;
	text-align: center;
	border: 1px solid #b2b2b2;
}
.Deletbtn{
	cursor: pointer;
	color:red;
	font-size: 16px;
}

.checkoutproducts:nth-child(1){
	padding: 6px 0;
}


.checkoutproductsMain {
   
    padding: 12px 0px;
	    margin-top: 22px;
}
span.order-para {
    font-size: 17px;
    color: dimgrey;
}

.checkoutproducts{
	font-size:17px;
	    border-radius: 0px 0px 6px 6px;
}
.checkoutproducts:nth-child(2) {
    border-radius: 0px 0px 0px 0px;
	    border-bottom: none;
}

.checkoutproducts.forheading{
	font-size:20px;
	    border-radius: 6px 6px 0px 0px;
}

.checkoutproducts img{
	width: 150px;
    height: 100px;
    object-fit: contain;
}
.chechout-page {
    /* border: 1px solid #b2b2b2; */
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
    padding: 30px 20px;
    border-radius: 5px;
    background: white;
}
.chechout-page h3 strong {
    color: #ef4a86;
}

form.signin-form-page.billing-details {
    margin: 40px 0;
      box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
        padding: 25px 30px 40px;
    border-radius: 5px;
    background: white;
}
.billing-details-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3%;
}
.billing-details-grid-2{
	 display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3%;
}
.text-align-right {
	text-align:right !important;
	
}
.text-align-left {
	text-align:left !important;
	
}

.learn-more-btn-1-1.addform{
	float:unset;
	margin-top: 30px !important;
}
.your-cart-grid-2 {
    padding: 24px 22px 32px 22px;
    background: #ef4a86;
    border-radius: 8px;
    margin-top: 40px;
	width:42%;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}
.Paymentdetaildiv{
	display:flex;
	justify-content:right;
	align-items:center;
}
.your-cart-grid-2 h3 {
    color: white;
    font-size: 18px;
    padding-bottom: 14px;
    border-bottom: 1px solid white;
    margin-bottom: 18px;
}
.order-price-summary-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: white;
    padding-top: 4px;
}
span.order-price-name {
    font-size: 16px;
    padding-bottom: 8px;
}
span.order-price-amount {
    font-size: 16px;
    font-weight: 700;
}
.order-price-summary-flex.bd-top {
    border-top: 1px solid white;
    padding-top: 15px;
    margin-top: 14px;
    margin-bottom: 30px;
}
span.order-price-total {
    font-size: 17px;
    font-weight: 700;
}
.your-cart-grid-2-btn {
    color:#ef4a86;
    background: white;
    padding: 12px 30px;
    text-align: center;
    display: block;
    font-size: 16px;
    border-radius: 4px;
}
.your-cart-grid-2-btn:hover {
	color:#ef4a86;
}

/***** cart end *****/

.checkout-div{
	display:grid;
	grid-template-columns:54% 44%;
	gap:2%;
	align-items:start;
}
.your-cart-grid-2.checkout{
	width:100%;
}
.learn-more-btn-1-1.addform.place-order{
	background:white;
	color:#ef4a86;
}

.checkbox.color-change{
	color:white !important;
}
.checkbox.color-change .terms-condition{
	color:white !important;
}	




















.upload-files-container {
	background-color: white;
	width: 100%;
	padding: 20px 60px;
	border-radius: 40px;
	display: flex;
   	align-items: center;
   	justify-content: center;
	flex-direction: column;
	/*box-shadow: rgba(0, 0, 0, 0.24) 0px 10px 20px, rgba(0, 0, 0, 0.28) 0px 6px 6px;*/
	box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
	margin-top: 30px;
}
/* .drag-file-area {
    border: 2px dashed #ef4a86;
    border-radius: 40px;
    margin: 10px 0 15px;
    padding: 10px 28px;
    width: 270px;
    text-align: center;
} */



/* ----------------------------------------------------------------------- */
/* .drag-file-area .upload-icon {
    font-size: 22px;
}
.drag-file-area h3 {
    font-size: 16px;
    margin: 6px 0;
}
.drag-file-area label {
    font-size: 16px;
} */

/* --------------------------------------------------------------------------------- */
/* .drag-file-area label .browse-files-text {
	color: #ef4a86;
	font-weight: bolder;
	cursor: pointer;
} */
/* .browse-files span {
	position: relative;
	top: -25px;
} */
.default-file-input {
	opacity: 0;
}
.cannot-upload-message {
	background-color: #ffc6c4;
	font-size: 17px;
	display: flex;
	align-items: center;
	margin: 5px 0;
	padding: 5px 10px 5px 30px;
	border-radius: 5px;
	color: #BB0000;
	display: none;
}
@keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
}
.cannot-upload-message span, .upload-button-icon {
	padding-right: 10px;
}
.cannot-upload-message span:last-child {
	padding-left: 20px;
	cursor: pointer;
}
.file-block {
	color: #f7fff7;
	background-color: #7b2cbf;
  	transition: all 1s;
	width: 390px;
	position: relative;
	display: none;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	margin: 10px 0 15px;
	padding: 10px 20px;
	border-radius: 25px;
	cursor: pointer;
}
.file-info {
	display: flex;
	align-items: center;
	font-size: 15px;
}
.file-icon {
	margin-right: 10px;
}
.file-name, .file-size {
	padding: 0 3px;
}
.remove-file-icon {
	cursor: pointer;
}
.progress-bar {
	display: flex;
	position: absolute;
	bottom: 0;
	left: 0%;
	width: 0;
	height: 5px;
	border-radius: 25px;
	background-color: #4BB543;
}
.upload-button {
	background-color: #ef4a86;
    color: #f7fff7;
    display: flex;
    align-items: center;
    font-size: 16px;
    border: none;
    border-radius: 20px;
    margin: 10px;
    padding: 6.5px 50px;
    cursor: pointer;
}

span.browse-files {
    margin-bottom: -15px;
}
















/**** profile-start ****/

.container-2{
	width:900px;
	margin:0 auto;
}

.signin-form {
    display: grid;
    grid-template-columns: 30% 67%;
    gap: 3%;
    border-radius: 0 !important;
    align-items: start;
}
.signin-page {
    background: white;
    border-radius: 10px 0px 0px 10px;
    padding: 0;
    position: relative;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}
.signin-page-1 {
    /* height: 225px; */
    background: white;
    border-radius: 0 10px 10px 0;
    padding: 0;
    position: relative;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}
.myaccount-information h3 {
    /* padding-top: 17px; */
    text-align: center;
    padding: 12px 0;
    background: white;
    border-radius: 10px 0 0 0px;
    margin-bottom: 0;
    color: black;
	    border-bottom: 1px solid #d7d7d7;
}
 /* 
.signin-page-1 .signin-head h2{
	text-align: center;
    padding: 12px 0;
    background: #dadada94;
    border-radius: 10px 0 0 0px;
    margin-bottom: 0;
} */
.account-box-1 {
    background: #ffffff;
    border-bottom: 1px solid #d7d7d7;
    padding: 17px 16px;
    border-radius: 0;
    transition: 0.6s;
    display: flex;
	color: #556260;
    justify-content: space-between;
    align-items: center;
    margin-top: 0px;
	transition:.3s all ease;
}


.account-box-1:nth-child(1) {
	 border-top: 1px solid #d7d7d7;
   
}
.account-box-1:hover{
	background-color:#ef4a86;
	color:white;
	transition:.3s all ease;
	
}
a.account-box-1 i {
    font-size: 13px;
}
.active-2, .account-box-1:hover{
 background-color: #0f5a94;
    color: white !important;
}
.active-2, .account-box-1:hover h6{
 
    color: white !important;
}

.account-box-1.active-2 h6{
	 color: white !important;
}
	
.account-box-1:hover i{
  color: white;
}

.active-2, .account-box-1:hover i{
  color: white;
}


.account-box-1 h6 {
    font-weight: 500;
	margin-bottom: 0;
	    font-size: 17px;
}

.delet-account {
    text-align: center;
    padding: 30px 0 10px 0;
    line-height: 27px;
}
.delet-account i {
    font-size: 11px;
    background: red;
    color: white;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin: 0 auto;
	padding: 8px;
}
.delet-account span {
    font-size: 14px;
    color: black;
    font-weight: 500;
    text-underline-position: under;
}
.page-ath-content.register-form-content.profile-section{
	background:transparent;
}
.form-group {
	    margin-bottom: 0;
}
.detail-btn {
    padding: 12px;
    font-size: 15px;
    width: 100%;
    font-weight: 600;
    border: 1px solid #c6c6c6;
    border-radius: 5px;
}
.detail-btn:focus {
    border-color:#0f5a94;
	outline:#0f5a94;
}
.signin-form-page.profile-page{
	padding:25px;
}
/* ------------------------------------ */
/* .form-group label {
    font-size: 18px;
    margin-bottom: 2px;
	    color: #556260;
} */

/**** profile-end ****/

/**** logout-start ****/

.Coupon-details.pd-0 {
	padding:0;
}
.Coupon-details.pd-0 h4{
	font-size:23px;
}
	
.Coupon-details.pd-0 h4 span{
	color: #ef4a86!important;
}
.logout-btn{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:14px;
}
a.Cancel {
    background: white;
    padding: 6px 24px;
    border-radius: 50px;
    font-size: 16px;
}
a.logout{
    background: #ef4a86;
	color:white;
    padding: 6px 24px;
    border-radius: 50px;
    font-size: 16px;
}	
a.logout.delete{
	/*background: red;*/
}
.about-logout {
    padding: 35px;
    border-radius: 10px;
    text-align: center;
    background-color: #f3f3f3f7;
}


.logout-page {
    display: none;
    background-color: rgb(0 0 0 / 75%);
    position: fixed;
    z-index: 9;
    /* transform: translate(-50%, -50%); */
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
   overflow: auto;
}
.dOn {
    display: block;
}

.Coupon-details.pd-0 {
    padding: 0;
}
.Coupon-details {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.about-logout {
    padding: 35px;
    border-radius: 10px;
    text-align: center;
    background-color: #f3f3f3f7;
}
.Coupon-details.pd-0 h4 {
    font-size: 23px;
}
.logout-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 14px;
}
a.Cancel-1 {
    background: white;
    padding: 6px 24px;
    border-radius: 50px;
    font-size: 16px;
}
.SizeSelection.Cardpayment {
    justify-content: center;
   
}








/**** logout-end ****/


.signin-page.payment-mode{
	width:560px;
	margin:0 auto;
	    padding: 20px 30px;
}
.total-bill h5 {
    font-size: 22px;
    color: gray;
    margin-bottom: 3px;
}

.total-bill {
    margin: 20px 0;
}

.total-bill span {
    color: #ef4a86;
    font-size: 19px;
}
/* .input-group {
    position: relative;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: unset;
	 gap: 10px;
	
} */

.additional-u .required {
    color: red;
    font-weight: 700;
    border: 0!important;
    text-decoration: none;
    visibility: visible;
}
.card-flex {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}
.my-account-photo {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}

figure.my-account-photo img {
    width: 105px;
    height: 105px;
	border-radius:50%;
}
figure.my-account-photo i {
    position: absolute;
    bottom: 12px;
    font-size: 20px;
    right: 0;
    cursor: pointer;
	    color: black;
}
/* .myaccount-information {
    padding-top: 70px;
} */
.form-group.p-information{
	padding-top:25px;
}

/**** my orders start ****/

.myOrder-Mainhead {
    margin-bottom: 30px;
    border-bottom: 1px solid gray;
}

.myOrder-Mainhead h3 {
    margin-bottom: 0;
    font-size: 32px;
}

.myOrder-Mainhead span {
    color: gray;
    font-size: 16px;
}

.MyOrderPageBox {
    background: white;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
    border-radius: 8px;
       padding: 34px 36px 40px;
}

.myOrder-head h3 {
    font-size: 26px;
	    margin-bottom: 16px;
}
.OrdersDetail {
    /* box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px; */
    /* padding: 30px 0; */
   
}
.order-placed-detail {
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 20px;
}

span.orderId-Detail {
   /* background: #e4e4e4; */
    color: black;
    /* padding: 8px 20px; */
    border-radius: 43px;
    font-size: 17px;
    font-weight: 600;
}
.OrderId{
	color:#ef4a86;
	display:inline-block;
}
span.orderDate {
    color: gray;
}






















.your-cart-grid-1{
	padding: 20px 18px;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    margin: 12px 0;
	
}
.your-cart-grid-1-1{
	display: grid;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 36px;
    padding: 24px 0;
    border-bottom: 2px dotted #dddddd;
  grid-template-columns: 52% 23% 25%;
	
}
.your-cart-grid-1-1:nth-child(1) {
    padding-top: 0;
}
.your-cart-grid-1-1:last-child{
	border-bottom:none;
}
.about-product-flex{
	display: flex;
    justify-content: left;
    gap: 15px;
    align-items: center;
}
.about-product-flex img{
	width: 122px;
    height: 122px;
    /* border-radius: 50%; */
    background: #ffffff;
    border: 3px solid #ededed;
    padding: 4px;
}

.about-product-head-flex h3 {
    font-size: 15px;
    
}

.about-product-head-flex span {
    font-size: 15px;
    color: gray;
}
span.DeliveryDate {
    color: black;
    font-size: 17px;
    font-weight: 700;
}
span.BuyPrice {
    color: black;
    font-weight: bold;
	font-size: 16px;
}
span.yourStatus {
    font-weight: bold;
    color: #ef4a86;
}
span.Status {
    color: gray;
	    font-size: 15px;
}
.your-cart-grid-1-1 .your-cart-item-price{
	color: #ff5757;
	font-size:19px;
	font-weight:700;
	text-align: center;
}
.your-cart-item-price del {
    color: gray;
    font-weight: 300;
    font-size: 13px;
}



.seperate-time {
    position: relative;
	    width: 10%;
}


.seperate-time input {
    width: 100% !important;
    height: 43px !important;
    z-index: 999;
    position: relative;
    opacity: 0;
	padding: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
	    box-sizing: border-box;
}

.seperate-time span {
    background: #f5f5f5;
}
.seperate-time span {
    display: block;
    width: 100%;
    height: 43px;
    border: 1px solid #ccc;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
	    right: 10px;
}


.your-cart-grid-1-1:last-child {
    padding-bottom: 0;
}

.your-cart-grid-2{
	padding: 24px 22px 32px 22px;
	background:#ef4a86;
	border-radius:8px;
	
}
.order-price-summary-flex{
	display:flex;
	justify-content:space-between;
	align-items:center;
	color:white;
	    padding-top: 4px;
}
.your-cart-grid-2 h3 {
    color: white;
    font-size: 18px;
    padding-bottom: 14px;
    border-bottom: 1px solid white;
    margin-bottom: 18px;
}
span.order-price-name {
    font-size: 16px;
    padding-bottom: 8px;
}
span.order-price-amount {
    font-size: 16px;
    font-weight: 700;
}

.order-price-summary-flex.bd-top {
    border-top: 1px solid white;
    padding-top: 15px;
    margin-top: 14px;
	margin-bottom:30px;
}
span.order-price-total {
    font-size: 17px;
    font-weight: 700;
}

.your-cart-grid-2-btn{
	color: #ff5757;
    background: white;
    padding: 12px 30px;
    text-align: center;
    display: block;
	font-size: 16px;
    border-radius: 4px;
}


.BuyingDetail-flex{
	display:flex;
	justify-content:left;
	align-items:center;
	gap:15px;
	margin-top: 18px;
}

.PaymentStatus {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
span.Status.st1 {
    font-size: 16px;
	padding-left: 15px;
}

span.BuyPrice.by1 {
    font-size: 18px;
}
span.CancelOrder {
    font-size: 15px;
    color: black;
    text-transform: uppercase;
    border-right: 1px solid gray;
    padding-right: 15px;
}
.CancelOrderbtn {
    display: flex;
    justify-content: left;
    align-items: center;
    /* gap: 30px; */
}
span.customer-name {
    font-size: 17px;
    font-weight: 700;
    color: #ef4a86;
   
}
span.current-address {
    font-size: 16px;
    font-weight: 600;
    color: gray;
    padding-bottom: 2px;
}
.DeliveryAddress h4 {
    font-size: 19px;
    font-weight: 800;
    color: black;
}
.DeliveryAddress {
    border: 1px solid #dddddd;
    padding: 10px;
    border-radius: 8px;
    margin: 30px 0 0;
}
.MyOrderPageBox.delivered{
	margin-top:30px;
}
span.orderDeliverd {
    color: green;
    font-size: 18px;
	display: flex;
    justify-content: left;
    align-items: center;
    gap: 6px;
}
span.orderDeliverd i {
   width: 20px;
    height: 20px;
    font-size: 12px;
    background: green;
    color: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.loginSectionPageBG {
    min-height: 100%;
   
}

.detail-grid-1.profile {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3%;
    align-items: center;
}
.form-group.p-information {
    padding-top: unset;
       padding-bottom: 16px !important;
}

/* .form-group label {
    font-size: 18px;
    margin-bottom: 2px;
    color: #556260;
} */
.form-group.p-information span {
    font-size: 20px;
    cursor: default;
	color:black;
}

.signin-head h2 {
    margin-bottom: 25px;
}

.additional-u.Selection {
    width: unset;
}


/* .additional-u .input-text { */
    /* margin-bottom: 14px; */
    /* border: 1px solid #c6c6c6; */
    /* background: #fff; */
    /* border-radius: 8px; */
    /* font-size: 16px; */
    /* color: #807e7e; */
    /* background-clip: padding-box; */
    /* transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; */
    /* outline: none; */
   
    /* box-sizing: border-box; */
/* } */




.additional-u .input-text {
    margin-bottom: 30px;
    border: 1px solid #c6c6c6;
    background: #fff;
    border-radius: 8px;
    font-size: 16px;
    width: 100%;
    color: #807e7e;
    background-clip: padding-box;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    outline: none;
    padding: 13px;
    box-sizing: border-box;
} 


.change-password-space .input-text{
    margin-bottom: 10px !important;
    
}























