.nav-tabs.nav-top-border>li>a:hover{
	border-left-color: #dee2e6 !important;
	border-right-color: #dee2e6 !important;
	border-bottom-color: #fff !important;
}
button{
	background-color: transparent;
	border:none;
	outline:0;
	cursor: pointer;
}

.badge{
	padding:7px 10px;
}

dd{
    margin-right: 15px;
    /* font-weight: 600; */
    color: #777;
}
dt{

	margin-bottom: 10px;

}
.radio, .checkbox{
	padding-right: 0px;
}

form label {
    font-weight: 600;
}

.table .thead-light th{
	background-color: #f5f5f5;
}

/*******************************************
  = RATING
*******************************************/
/* RATING - Form */


/* RATING - Form - Legend */
.rating-form .form-legend {
  display: none;
  margin: 0;
  padding: 0;
  font-size: 20px;
  font-size: 2rem;
  /*background: green;*/
}
/* RATING - Form - Item */
@media (max-width: 967px) {
	.form-item{
		transform: rotate(180deg) !important;
		    margin-left: 150px !important;
				width: 100%;
				float: left;
	}

}

.form-item{
	transform: rotate(180deg);
	    margin-left: 240px;
			margin-top: -20px;
}
.rating-form .form-legend + .form-item {
  padding-top: 3px;

}
.rating-form input[type='radio'] {
  /* position: absolute;
  left: -9999px; */
	display: none;
}
/* RATING - Form - Label */
.rating-form label {
  display: inline-block;
  cursor: pointer;
}
.rating-form .rating-star {
  display: inline-block;
  position: relative;
	 font-size: 1.2rem;
	 text-align: right;

}
.rating-form input[type='radio'] + label:before {
	/* margin-left: -171px; */
	transform: rotate(180deg);
	content: attr(data-value);
	position: absolute;
	margin-right: -100px;
	font-size: 30px;
	font-size: 2rem;
	opacity: 0;
}
.rating-form input[type='radio']:checked + label:before {
  right: 25px;
  opacity: 1;
}
.rating-form input[type='radio'] + label:after {
	transform: rotate(180deg);
	/* margin-left: -180px; */
	content: "/ 5";
	position: absolute;
	right: -100px;
	/* left: 88%; */
	top: 20;
	font-size: 16px;
	font-size: 1.3rem;
	opacity: 0;
	/* direction: ltr; */
	/* -webkit-transition: all 0s ease 0s;
  -moz-transition: all 0s ease 0s;
  -o-transition: all 0s ease 0s;
  transition: all 0s ease 0s;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; */
}
.rating-form input[type='radio']:checked + label:after {
  /*right: 5px;*/
  opacity: 1;
}
.rating-form label .fa {
  line-height: 60px;
  -webkit-transition: all 0s ease 0s;
  -moz-transition: all 0s ease 0s;
  -o-transition: all 0s ease 0s;
  transition: all 0s ease 0s;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.rating-form label:hover .fa-star-o,
.rating-form label:focus .fa-star-o,
.rating-form label:hover ~ label .fa-star-o,
.rating-form label:focus ~ label .fa-star-o,
.rating-form input[type='radio']:checked ~ label .fa-star-o {
  opacity: 0;
}
.rating-form label .fa-star {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.rating-form label:hover .fa-star,
.rating-form label:focus .fa-star,
.rating-form label:hover ~ label .fa-star,
.rating-form label:focus ~ label .fa-star,
.rating-form input[type='radio']:checked ~ label .fa-star {
  opacity: 1;
}
.rating-form input[type='radio']:checked ~ label .fa-star {
  color: gold;
}
.rating-form .ir {
  /* position: absolute;
  left: -9999px; */

	display: none;
}

.rating-form input[type='radio']:checked ~ .form-action {
  cursor: pointer;
  opacity: 1;
}

.rating-form .btn-reset:hover,
.rating-form .btn-reset:focus {
  background: gold;
}
.rating-form input[type='radio']:checked ~ .form-action .btn-reset {
  cursor: pointer;
}
/* RATING - Form - Output */













			html {
				scroll-behavior: smooth;
		}
			a{
				text-decoration:none;
			}
			a:hover{
								text-decoration:none;
			color:#cc1c74;
			}




			/*Checkboxes styles*/
			input[type="checkbox"] { display: none; }

			  #remember + label {
			  display: flex;
			  position: relative;
			  padding-right: 5px;
			  font: 14px/20px 'Cairo', Arial, sans-serif;
			  color: #cc1c74;
			  cursor: pointer;
			  -webkit-user-select: none;
			  -moz-user-select: none;
			  -ms-user-select: none;
			  z-index: 1000;
			  margin-top: 4px;
			  margin-bottom: 4px;
			}

			#remember + label:last-child {/* margin-bottom: 0; */}

			#remember + label:before {
			  content: '';
			  width: 20px;
			  height: 20px;
			  border: 1px solid #cc1c74;
			  margin-left: 10px;

			  opacity: .6;
			  -webkit-transition: all .12s, border-color .08s;
			  transition: all .12s, border-color .08s;
			}

			#remember:checked + label:before {
			  width: 10px;
			  top: -5px;
			  left: 5px;
			  border-radius: 0;
			  opacity: 1;
			  border-top-color: transparent;
			  border-left-color: transparent;
			  -webkit-transform: rotate(45deg);
			  transform: rotate(45deg);
			}













			ul {
			  list-style-type: none;
			}



			input[type="checkbox"][id^="myCheckbox"] {
			  display: none;
			}

			.checkImage  {
				display: inline-block;
			  border: 1px solid #fff;
			  padding: 10px;
			  display: block;
			  position: relative;
			  margin: 5px;
			  cursor: pointer;
			}

			.checkImage:before {
			  background-color: white;
			  color: white;
			  content: " ";
			  display: block;
			  border-radius: 50%;
			  border: 1px solid grey;
			  position: absolute;
			  top: -5px;
			  left: -5px;
			  width: 25px;
			  height: 25px;
			  text-align: center;
			  line-height: 28px;
			  transition-duration: 0.4s;
			  transform: scale(0);
			}

			.checkImage img {
				height: 110px;
 width: 140px;
			  transition-duration: 0.2s;
			  transform-origin: 50% 50%;
			}

			@media screen and (min-width: 300px) and (max-width: 525px){
				.checkImage img {
					height: 80px;
	 width: 110px;
				}

				.sugcat{
					overflow-x: scroll;
				}
			}
			:checked + .checkImage {
			  border-color: #ddd;
			}

			:checked + .checkImage:before {
			  /* content: "Ã¢Å“â€œ"; */
			  font-family: 'Font Awesome 5 Free';
    font-weight: 900;
			  content: "\f00c";
			  background-color: grey;
			  transform: scale(1);
			  margin-bottom: 4px;
			}

			:checked + .checkImage img {
			  transform: scale(0.9);
			  /* box-shadow: 0 0 5px #333; */
			  z-index: -1;
			}


			/* End Checkbox Style */


			/* Radio Buttons Settings */
			#custom-radio-buttons .radio-wrapper {display: inline-block;}
			#custom-radio-buttons .radio-wrapper input[name="custom-radio"] {display: none;}
			#custom-radio-buttons .radio-wrapper input[name="custom-radio"] + label {
				color: #292321;
				font-size: 14px;
			}
			#custom-radio-buttons .radio-wrapper input[name="custom-radio"] + label > span.outer {
				display: inline-block;
				width: 16px;
				height: 16px;
				margin: -1px 4px 0 0;
				border: 2px solid #cccccc;
				vertical-align: middle;
				cursor: pointer;
				position: relative;
				-moz-border-radius: 50%;
				border-radius: 50%;
				background-color: #f8f8f8;
			}
			#custom-radio-buttons .radio-wrapper input[name="custom-radio"] + label span.inner {
				display: block;
				position: absolute;
				display: none;
				width: 8px;
				height: 8px;
				left: 0;
				right: 0;
				top: 0;
				bottom: 0;
				margin: auto;
				vertical-align: middle;
				cursor: pointer;
				-moz-border-radius: 50%;
				border-radius: 50%;
				background-color: grey;
			}
			#custom-radio-buttons .radio-wrapper input[name="custom-radio"]:checked + label span.inner {background-color: #cc1c74; display: block;}

			/*End Radio Buttons Settings */


/* custom tooltip */

/* setup tooltips */


.tooltip   {
	opacity: 1;
width: 85%;
height: 80%;
border-radius: 10px;
position: absolute;
font-family: inherit;}


.tooltip:hover
           {  -webkit-animation-play-state: paused;}

.tooltip:hover .info {visibility:visible;}

 #first   {   margin: 200px 0 0 200px !important;}

#second   {   margin:75px 0 0 52px !important;}

#third   {   margin:158px 0 0 425px !important;}

.info     {   width:200px;
              padding:10px;
              background:rgba(255,255,255,1);
              border-radius:3px;
              position:absolute;
              visibility:hidden;
              margin:-110px -11px 0 -100px;
              box-shadow:0 0 50px 0 rgba(0,0,0,.5);}



.arrow {
  position:absolute;
  margin:10px 0 0 88px;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #fff;

}



/*End custom tooltip */




			.form-control:focus::-webkit-input-placeholder {
			  font-weight: bold;
			  color: #fff;
			}

			.close-btn{
				text-align: left;
				padding: 5px 10px;

			}

			.close-btn i{
				color: lightgray;
				cursor: pointer;
				font-weight: 200;
				transition: 0.4s;
			}
			.close-btn i:hover{
				color: #F73F69;
				
			}



/* MultiBars */


/*form styles*/
#msform {
	/* width: 400px; */
	margin: 50px auto;
	text-align: center;
	position: relative;
}
#msform fieldset {
	background: white;
	border: 0 none;
	border-radius: 3px;
	padding: 20px;
	box-sizing: border-box;
	width: 100%;
	/*stacking fieldsets above each other*/
	position: relative;
}
/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
	display: none;
}
/*inputs*/
#msform input, #msform textarea {
	padding: 15px;
	border: 1px solid #ccc;
	border-radius: 3px;
	margin-bottom: 10px;
	width: 100%;
	box-sizing: border-box;
	color: #2C3E50;
	font-size: 13px;
}
/*buttons*/
#msform .action-button {
	width: 100px;
	background: #cc1c74;
	color: white;
	border: 0 none;
	border-radius: 1px;
	cursor: pointer;
	margin: 10px 5px;
	text-align: center;
	padding: 15px;
}
#msform .action-button:hover, #msform .action-button:focus {
	box-shadow: 0 0 0 2px #ffffff, 0 0 0 3px #951b5838;
}
/*headings*/
.fs-title {
	font-size: 15px;
	text-transform: uppercase;
	color: #2C3E50;
	margin-bottom: 10px;
}
.fs-subtitle {
	font-weight: normal;
	font-size: 13px;
	color: #666;
	margin-bottom: 20px;
}
/*progressbar*/
#progressbar {
	margin-bottom: 30px;
	overflow: hidden;
	/*CSS counters to number the steps*/
	counter-reset: step;
	display: flex;
	justify-content: space-around;
}
#progressbar li {
	list-style-type: none;
	position: relative;
}
#progressbar li:before {
	content: counter(step);
	counter-increment: step;
	width: 30px;
	line-height: 30px;
	display: block;
	color: #333;
	background: white;
	border-radius: 3px;
	margin: 0 auto 5px auto;
}
/*progressbar connectors*/
#progressbar li:after {
	content: '';
	height: 2px;
	width: 220px;
	background: white;
	position: absolute;
	right: -177%;
	top: 9px;
	z-index: -1; /*put it behind the numbers*/
}
#progressbar li:first-child:after {
	/*connector not needed before the first step*/
	content: none;
}
/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before,  #progressbar li.active:after{
	background: #cc1c74;
	color: white;
}




/* Plans */


#multistep{
	transition: .3s;
}

/* Outline none */
*, *:focus, *:active {
  outline: none;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}


div#wrapper {
  
  position: relative;
  z-index: 1;
	overflow-x:auto;
	min-height: auto;
}
div#wrapper h2 {
  color: white;
  font-size: 1.75em;
  font-weight: 400;
  text-align: center;
}
div#wrapper div#pricing {
	display: flex;
	justify-content: center;
	display: inline-flex;
	margin: 50px 0;
}
div#wrapper div#pricing div.plan {
  background: white;
  border: 3px solid rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  box-sizing: border-box;
  box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.2);
  color: rgba(0, 0, 0, 0.8);
  display: inline-block;
  padding: 10px;
  position: relative;
  text-align: center;
  width: 205px;
  transition: transform .4s;
}
div#wrapper div#pricing div.plan [type="radio"] {
	display: none;
  }
div#wrapper div#pricing div.foucs:nth-child(1){

}
div#wrapper div#pricing div.plan:nth-child(1) span, div#wrapper div#pricing div.plan:nth-child(1) h4 {
  color: #2ecc71;
}
div#wrapper div#pricing div.plan:nth-child(1) button {
  background: transparent;
  border: 2px solid #2ecc71;
  color: black;
}
div#wrapper div#pricing div.plan:nth-child(1) button:hover,
div#wrapper div#pricing div.plan:nth-child(1) button:focus,
div#wrapper div#pricing div.plan:nth-child(1) .focus {
  background: #40d47e;
  color: white;
  outline: unset;
}
div#wrapper div#pricing div.plan:nth-child(2) {
  border-color: #3498db;
  transform: scale(1.1);
  z-index: 5;
}
div#wrapper div#pricing div.plan:nth-child(2) span, div#wrapper div#pricing div.plan:nth-child(2) h4 {
  color: #3498db;
}
div#wrapper div#pricing div.plan:nth-child(2) button {
	background: transparent;
	color: black;

  border: 2px solid #3498db;
}
div#wrapper div#pricing div.plan:nth-child(2) button:hover,
 div#wrapper div#pricing div.plan:nth-child(2) button:focus,
 div#wrapper div#pricing div.plan:nth-child(2) .focus{
  background: #4aa3df;
  color: white;
  outline: unset;

}
div#wrapper div#pricing div.plan:nth-child(3) {
}
div#wrapper div#pricing div.plan:nth-child(3) span, div#wrapper div#pricing div.plan:nth-child(3) h4 {
  color: #9b59b6;
}
div#wrapper div#pricing div.plan:nth-child(3) button {
  background: transparent;
  border: 2px solid #9b59b6;
  color: black;
}
div#wrapper div#pricing div.plan:nth-child(3) button:hover,
div#wrapper div#pricing div.plan:nth-child(3) button:focus,
div#wrapper div#pricing div.plan:nth-child(3) .focus {
  background: #a66bbe;
  color: white;
  outline: unset;
}
div#wrapper div#pricing div.plan h4 {
  font-size: 1em;
  font-weight: 600;
  margin: 15px 0 10px;
  text-transform: uppercase;
}
div#wrapper div#pricing div.plan h3 {
  font-size: 1.4em;
  font-weight: 700;
  position: relative;
}
div#wrapper div#pricing div.plan h3 span.dollar {
  font-size: 0.45em;
      right: 50%;
  position: absolute;
  transform: translateX(-350%);
  top: 13px;
}
div#wrapper div#pricing div.plan h3 span.per-month {
  right: 8px;
	top:-8px;
  font-size: 0.3em;
  font-weight: 400;
  position: absolute;
}
div#wrapper div#pricing div.plan ul.features {
  font-size: 0.9em;
  font-weight: 400;
  margin: 30px 0 10px;
}
div#wrapper div#pricing div.plan ul.features li {
  margin-bottom: 10px;
}
div#wrapper div#pricing div.plan button {
  border: none;
  border-radius: 100px;
  color: white;
  cursor: pointer;
  font-family: Ubuntu;
  font-weight: 600;
  margin: 15px 0 20px;
  padding: 8px 40px;
  text-transform: uppercase;
  transition: background 0.25s ease;
}
div#wrapper p {
  margin: 50px 0 0;
  text-align: center;
}

div#wrapper p a {
  border-bottom: 2px solid transparent;
  color: #2ecc71;
  padding-bottom: 2px;
  text-decoration: none;
  -webkit-transition: border-color 0.25s ease;
  -moz-transition: border-color 0.25s ease;
  -ms-transition: border-color 0.25s ease;
  -o-transition: border-color 0.25s ease;
  transition: border-color 0.25s ease;
}
div#wrapper p a:hover {
  border-color: #2ecc71;
}



/*End Plans */




/*End MultiBars */


			@media (max-width: 967px) {

			header{

			background-position:top;
			}
			}
										*{margin: 0;padding: 0;
										}
										body{
					/* font-family:'CoconÃ‚Â® Next Arabic'; */
					/* font-family: 'Tajawal', sans-serif; */
					font-family: "Cairo",tahoma,Arial,Helvetica,sans-serif;
/* font-family:"TanseekModernProArabic-Medium"; */
color:#474c55;
/* background-color: #eee; */
						/* color:#34262d; */
		text-align:right;
		direction: rtl;
		background-color: #fafafa;
										}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
	font-weight: 600;
}

		section{
			/* margin:50px 0px; */
			border:1px solid #e7e7e7;

		}

		.search-area{
			align-self: center;
			display: flex;
			align-items: center;
			justify-content: center;
			height: 40px;
			width: 500px;
			margin-right: 50px;
		  }

		#navin{
			height: 100%;
			width: 100%;
			border-radius: 0px 7px 7px 0px;
			padding: 0 0 0 10px;
			border: 1px solid #d0cfcf;
			box-shadow: inset 0 0 1px 0px #d0cfcf;
			color:darkgray;
			padding: 15px;
		  }
		  #navsub{
			padding: 0px 15px 0px 15px;
			height: 100%;
			color: white;
			border-radius: 10px 0px 0px 10px;
			background-color: #F73F69;
		  }

		
/* Info Bar */
.info-bar {
	margin:0;
	border:0;
	color:#000;
	background-color:rgba(0,0,0,0.05);
	padding:10px 0;
}
.info-bar div.row>div {
	padding-top:20px;
	padding-bottom:20px;
	margin:0 !important;
	border-left:rgba(0,0,0,0.1) 1px solid;
}
.info-bar div.row>div:last-child {
	border:0;
}
.info-bar div.row>div i {
	color:#333;
	font-size:32px;
	line-height: 1.2;
	margin-left:10px;
	float:right;
}
.info-bar h1,
.info-bar h2,
.info-bar h3,
.info-bar h4,
.info-bar h5,
.info-bar h6,
.info-bar p {
	color:#333;
	font-size:16px;
	line-height:1.5;
	margin:0;
	padding:0;
}
.info-bar p {
	font-size: 12px;
	line-height:1;
}

/* dark */
.info-bar.info-bar-dark {
	background-color:#171717;
}
.info-bar.info-bar-dark a,
.info-bar.info-bar-dark div.row>div i,
.info-bar.info-bar-dark h1,
.info-bar.info-bar-dark h2,
.info-bar.info-bar-dark h3,
.info-bar.info-bar-dark h4,
.info-bar.info-bar-dark h5,
.info-bar.info-bar-dark h6,
.info-bar.info-bar-dark p {
	color:#fff;
}
.info-bar.info-bar-dark div.row>div {
	border-right-color:rgba(255,255,255,0.1);
}

/* color */
.info-bar.info-bar-color a,
.info-bar.info-bar-color div.row>div i,
.info-bar.info-bar-color h1,
.info-bar.info-bar-color h2,
.info-bar.info-bar-color h3,
.info-bar.info-bar-color h4,
.info-bar.info-bar-color h5,
.info-bar.info-bar-color h6,
.info-bar.info-bar-color p {
	color:#fff;
}
.info-bar.info-bar-color div.row>div {
	border-right-color:rgba(0,0,0,0.1);
}

/* clean */
.info-bar.info-bar-clean {
	background-color:#fff;
	border-bottom: rgba(0,0,0,0.1) 1px solid;
}
section.dark .info-bar-light {
	background-color:#fff;
}
section.dark .info-bar-dark {
	background-color:#313131;
}
/* bordered */
.info-bar.info-bar-bordered {
	margin:30px 0;
	border: rgba(0,0,0,0.1) 1px solid;

	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
			border-radius: 3px;
}
.info-bar.info-bar-bordered div.row>div {
	padding-top:15px;
	padding-bottom:15px;
}

section.dark .info-bar.info-bar-bordered {
	border-color: rgba(255,255,255,0.1);
}
section.dark .info-bar div.row>div {
	border-right-color:rgba(255,255,255,0.1);
}
section.dark .info-bar div.row>div i {
	color:#fff;
}
section.dark .info-bar.info-bar-color div.row>div {
	border-right-color:rgba(255,255,255,0.2);
}







		@media screen and (min-width: 64.0625em) and (min-width: 75em){
		.container{
			max-width: 80.2428571429rem !important;
		}
	}
.cocon{
		 font-family:'CoconÃ‚Â® Next Arabic' !important;
}
				header{
				/* background-image:url('../images/backgrounds/pink.jpg'); */
				background-color:#cc1c74;
				width:100%;
		background-size:cover;
		background-repeat:no-repeat;
		position:relative;

				}
				

				@font-face {
						font-family:'CoconÃ‚Â® Next Arabic';
						src:url('../fonts/mainfonts/CoconNextArabic-light.otf');


		}
		@font-face {
			font-family:'TanseekModernProArabic-Medium';
			src:url('../fonts/mainfonts/tanseek-modern-pro-arabic-medium.ttf');
		}
		@font-face {
			font-family:'TanseekModernProArabic-Light';
			src:url('../fonts/mainfonts/tanseek-modern-pro-arabic-light.ttf');
		}
		@font-face {
			font-family:'TanseekModernProArabic-Bold';
			src:url('../fonts/mainfonts/tanseek-modern-pro-arabic-bold.ttf');
		}
		@font-face {
				font-family:'Cairo';
				src:url('../fonts/mainfonts/Cairo-Regular.ttf');
}
		@font-face{

		font-family:'Droid Arabic Kufi';

		src:url('fonts/DroidKufi-Regular.ttf');

		font-weight:400px;

		}

		.row {

						margin-right:0;
						margin-left: 0;
		}
				.list-inline{

				display:flex;
				margin: auto;
				}
				
				.list-inline li a{
						color:#fff;
				transition:0.2s;

				}
				.list-inline li a:hover{
				text-decoration:none;
				color:#34262d;
				}

				#navbar{
				z-index:1000;
				/* transition:.5s; */
				background-color:#ffffff !important; 
				
 transition: all 300ms ease-in-out !important; 

 -webkit-transition: all 300ms ease-in-out !important; 
 
 -moz-transition: all 300ms ease-in-out !important;
 
 -o-transition: all 300ms ease-in-out !important;
				/* font-family: "Cairo",tahoma,Arial,Helvetica,sans-serif; */
				}
				#logo{

height: 68px;

margin-right:20px;

transition:.1s;

/* background-color: #faedf4; */

/* padding: 12; */

border-bottom-left-radius: 30px;

/* border-top-right-radius: 30px; */

/* box-shadow: 5px 2px 7px #0004; */

 transition: all 200ms ease-in-out; 

-webkit-transition: all 200ms ease-in-out; 

-moz-transition: all 200ms ease-in-out;

-o-transition: all 200ms ease-in-out;

}
				.navbar-nav{
				margin-right:30px;

						margin-left: auto;
				}
				nav ul li{
								list-style: none;
						padding: 10px;

				}
				.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show,
				 .navbar-light .navbar-nav .show>.nav-link{color:#650e39;}
					.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color:#650e39 !important;
}
.navbar-light .navbar-nav .nav-link {
    font-weight: 600;
}
				nav ul li a{
				color:#34262d;
				font-size:18px;
				transition:0.2s;

				}
				nav ul li a:hover{
				text-decoration:none;

				color:#e60248;

				}


		.dropdown-menu {
			left:auto;


		}

		.dropdown-langs li{
			width: 100px;
			text-align: right;
			margin: 0;
		}
		.dropdown-langs li a{

			color:#222222;
		}



				.dropdown-item {
						display: block;
						width: 100%;
						padding: .25rem 1.5rem;
						clear: both;
						font-weight: 400;
			color:#943465;
						text-align: right;
						white-space: nowrap;
						background-color: transparent;
						border: 0;
		}
		.dropdown-item:hover {
		background-color:#cc1c74;
		color:#fff;
		}

		.dropdown-menu a i{

			margin-left:10px;

		}
		nav ul li a {
						color: #34262d;
						font-size: 18px;
						transition: 0.2s;
		}


		/*Shoping cart*/
		@media (max-width: 967px) {

				.quick-cart{


			left:auto !important;
			right:80px;
			top:15px !important;


		}
		.quick-cart i{
			font-size:1.3em !important;
		}
	


		}
		.quick-cart{

			position:absolute;
			left:20px;
			top:7px;
margin:10px;
transition: .4s;
		}

		.quick-cart-box{
			position: relative;
			margin-top: 50px;
			display:none;
			background:#fff;
padding:10px 5px;
    border-radius: 10px;
    
	    box-shadow: 5px 5px rgba(91, 91, 91, 0.2);
    width: 274px;
    z-index: 22;

		}

		.quick-cart-box:before{
			display: none;
			position: absolute;
			top: 12px;
			left: 22px;
			width: 20px;
			height: 30px;
			content: " ";
			border-left: 10px solid transparent;
			border-right: 10px solid transparent;
			border-bottom: 10px solid #ffffff;

		}
		.quick-cart .quick-cart-box h4 {
    font-size: 17px;
    margin: 0;
    padding: 0 10px 10px 10px;
    border-bottom: rgba(0,0,0,0.1) 1px solid;
}

		.badge.badge-corner {
    top: 1px !important;
    right: auto !important;
    position: absolute !important;
    color: #fff !important;
    left: 16px;
	background-color: #650e39 !important;
	z-index: 1;
}


@media (max-width: 768px) {

	#cartIcon{
		position: relative !important;
		margin-top:-10px!important;
		left:0px !important;
	}
	.badge.badge-corner {
	
	top:-10px !important;
	
	}
	}

.quick-cart i{
	float:left;
	font-size:2em;
	color: #cc1c74;
	text-shadow: 1px 1px 1px #0003;
}

.quick-cart .quick-cart-wrapper {
    max-height: 300px;
    overflow-y: auto;
}
.quick-cart .quick-cart-box a {
    display: block;
    padding: 5px 5px;
    border-bottom: rgba(0,0,0,0.04) 1px solid;
}
.quick-cart .quick-cart-box a>img {
    float: right;
	margin-right: 10px;
	margin-left:10px;
}



.quick-cart .quick-cart-box a h6 {
    margin: 0;

    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.quick-cart .quick-cart-footer {
    padding: 10px 10px 0 10px;
}
.quick-cart .quick-cart-box a.btn {

    margin: 0;
    padding-top: 6px;
    padding-bottom: 4px;
}


.quick-cart .quick-cart-footer>span {
    display: inline-block;
    padding-top: 3px;
    background-color: rgba(0,0,0,0.05);
    padding: 4px 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}





 /* cart page */

 

		/*end Shoping cart*/

		.ls-l{
			margin-left: 100px !important;
		}
		section#slider{
			background-color:transparent;
		}
		.ls-layers, .ls-slide-backgrounds, .ls-background-videos, .ls-bg-video-overlay{
			position: relative;
		}
				.slide{


				height:400px;
				position: relative;

				background-size:cover;
				display: flex;
						align-items: center;
						justify-content: flex-start;
			padding-right:10px;
			padding-bottom:30px;
				}
				.slide .overlay{

		z-index:2;
				}
				.slide .slide-text{

					width:70%;
					z-index:3;
					color: white;
				text-align:center;
		}
				
				.slide-text h2{

					font-size:100px;
				}
			.order{
		position:relative;
		z-index:4;
		height:208px;
						background-color: #241b2054;
						display: flex;
						align-items: flex-end;
						justify-content: space-around;
						padding-top: 20px;
			padding-left: 20px;
			padding-right: 20px;
			float:left;
		left: 13%;
		top:6px;
		width: 100%;
		}

		.orderNow{

		position: absolute;
		right: -10%;
top: -61px;
						z-index: 3;
		}


		.order-icon{
		cursor:pointer;
		height:120px;

		}
		.form{
		text-align:center;
		font-size:20px;
		margin-bottom: 10px;
		}
		.headline{

		text-align:center;
		border-bottom:2px solid #eee;
		}




		.text-center{

		direction:ltr;

		}


		.item-box img{

		height:250px;
		}


		.form-control{
		text-align:center;
		margin:3px;
		padding-bottom: 0;
padding-top: 0;
		}
		.buttons{
		background-color:#cc1c74;
		color:#fefefe;
		transition: all 400ms ease-in-out;
		-webkit-transition: all 400ms ease-in-out;
		-moz-transition: all 400ms ease-in-out;
		-o-transition: all 400ms ease-in-out;
		}
		.buttons:hover,.buttons:focus{
			box-shadow: 0 0 0 1px rgba(204, 28, 116, 0.34);
		background-color:#fefefe;
		color:#cc1c74;
		border:1px solid #cc1c74;
		}
		.leftNav{
		background-color:#faeef5;

		box-shadow:5px 5px 3px #0005;
		border-top-right-radius:10px;
		border-bottom-right-radius:10px;
						position: absolute;
						left: 0;
			z-index:5;
			    padding: 6px 0px;
		}
		.leftNav img{
		height:80px;
		margin:3px;
		}
		.leftNav ul{
		list-style:none;
		margin:auto;

		}
		.leftNav ul li{
		font-size:2em;
		padding:2px 8px;
		cursor:pointer;
		color:#cc1c74;

		transition:.5s;
		}
		.leftNav ul li:hover{
		color:#cc1c74ba;

		}

		.ofoucs{
		background-color:#cc1c74;
		color:#faeef5!important;
		}









		/*start items*/


		.row .items{
						margin: auto;
			text-align:center;
		}

			.row .items .item-block{

				width:100%;
		transition:.5s;
		cursor:pointer;
						display: flex;
						justify-content: center;
						    margin-bottom: 15px;
			}

			.row .items .item-block .item-content{
				height:170px;
				width:90%;
				background-color:white;
				box-shadow: 4px 6px 10px grey;
				border-radius:8px;
				padding: 20px 10px;
				transition:.2s;
				cursor:pointer;
				}

			.row .items .item-block h2{
				margin-top:30px;
			color:#34262d;
			font-size:23px;

			}
			.row .items .item-block .item-content:hover,.row .items .item-block .item-content:checked {
				background-color:#F3F4F6;

			margin-top: -10px;



			}





.stock-images [type="radio"] {
  display: none;
}
.stock-images [type="radio"] + label {
  width: 100%;
  padding: 0;
}
.stock-images [type="radio"]:not(:checked) + label .image {
  border: 5px solid white;
}
.stock-images [type="radio"]:checked + label .item-content {
  /* border: 5px solid aqua; */
  opacity: 1;
	background-color:#F3F4F6;

margin-top: -10px;
}
.stock-images [type="radio"] + label .item-content img {
  /* border: 5px solid aqua; */
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
}
.stock-images [type="radio"]:checked + label .item-content img {
  /* border: 5px solid aqua; */
	-webkit-filter: unset; /* Safari 6.0 - 9.0 */
	filter: unset;
}






/* requirements */




.range-slider {
  margin: 10px 0 0 0%;
}

.range-slider {
  width: 100%;
}

.range-slider__range {
  -webkit-appearance: none;
  width: calc(100% - (73px));
	width: 88% !important;
  height: 10px;
  border-radius: 5px;
  background: #d7dcdf;
  outline: none;
  padding: 0 !important;
  margin: 0;
	direction: ltr;
}
.range-slider__range::-webkit-slider-thumb {
  -webkit-appearance: none;
          appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #cc1c74;
  cursor: pointer;
  transition: background .15s ease-in-out;
}
.range-slider__range::-webkit-slider-thumb:hover {
  background: #cc1c74;
}
.range-slider__range:active::-webkit-slider-thumb {
  background: #cc1c74;
}
.range-slider__range::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border: 0;
  border-radius: 50%;
  background: #cc1c74;
  cursor: pointer;
  transition: background .15s ease-in-out;
}
.range-slider__range::-moz-range-thumb:hover {
  background: #1abc9c;
}
.range-slider__range:active::-moz-range-thumb {
  background: #cc1c74;
}
.range-slider__range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 3px #fff, 0 0 0 6px #cc1c74;
}

.range-slider__value {
  display: inline-block;
  position: relative;
  color: #fff;
  line-height: 20px;
  text-align: center;
  border-radius: 3px;
  background: #cc1c74;
  padding: 5px 10px;
  margin-left: 8px;
}
.range-slider__value:after {
  position: absolute;
  top: 8px;
  left: -7px;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-right: 7px solid #cc1c74;
  border-bottom: 7px solid transparent;
  content: '';
}

::-moz-range-track {
  background: #d7dcdf;
  border: 0;
}

input::-moz-focus-inner,
input::-moz-focus-outer {
  border: 0;
}




.checkImage h4{
	position: absolute;
	    color: #fff;
	    transition: 0.2s;
	    background-color: #00000073;
	    width: 89%;
	    height: 50%;
	    display: flex;
	    align-items: center;
	    justify-content: center;
	    font-size: xx-large;
	    top: 30%;
	    z-index: 1;
}
:checked + .checkImage h4{
	    transform: scale(0.9);
			transition: 0.2s

}
/*end requirements */

		/*end items*/


		/*start progress bar*/



main{
	direction: ltr;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
main ul{
    width: 70%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    list-style: none;
    padding: 0px;
    margin: 0px 0px 50px 0px;
    position: relative;
}
main ul::before{
    content: '';
    width: 100%;
    height: 2px;
    display: block;
    background: #e1e1e1;
    position: absolute;
    z-index: -2;
}
main ul::after{
    content: '';
    height: 2px;
    display: block;
    background: #cc1c74;
    position: absolute;
    z-index: -1;
}
main ul.step-1::after{
    width: 0%;
}
main ul.step-2::after{
    width: 50%;
}
main ul.step-3::after{
    width: 100%;
}
main ul li span{
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e0e0e0;
    color: #999;
    border-radius: 50px;
    border: 2px solid white;
    box-shadow: 0px 0px 5px #ccc;
    font-weight: bold;
}
main ul li span i{
	font-size: 22px;

}
main ul li.active span{
    background: #cc1c74;
    box-shadow : 0px 0px 5px #cc1c74;
    color: white;
}
main ul li:hover span{
    background: #cc1c74;
    box-shadow : 0px 0px 5px #cc1c74;
    color: white;
}


	.describe{
		margin-right:10px;
	direction: ltr;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

	.describe ul{
    width: 70%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    list-style: none;

    position: relative;

}

.describe ul li span{
   text-align: left;
    height: 60px;


}
.describe ul li span i{
	font-size: 22px;

}


		/*end progress bar*/



		/* Portfolio */

		div.shop-item {
	margin-left:10px;
	text-align:center;
}

div.shop-item>.thumbnail>.shop-option-over>a {
	font-size:1.5em;
}
.shop-item-price{
	font-size: 1em !important;
}
.rating:after{
	display: inline-block;
	transform: rotateY(-180deg);

}
.rating-0-h:after {
    content: "\f123\20\f006\20\f006\20\f006\20\f006";
}

.rating-1-h:after {
    content: "\f005\20\f123\20\f006\20\f006\20\f006";
}

.rating-2-h:after {
    content: "\f005\20\f005\20\f123\20\f006\20\f006";
}

.rating-3-h:after {
    content: "\f005\20\f005\20\f005\20\f123\20\f006";
}


.rating-4-h:after {
    content: "\f005\20\f005\20\f005\20\f005\20\f123\20";
}



		/*end Portfolio*/




/*show dresses*/

.owl-carousel.featured .owl-controls.clickable {
right:auto;
left: 0 !important;}

/*end show dresses*/




/* Show More Comments */

.com {
  display: none;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 5px;
}

#loadLess {
  display: none;
}

#loadMore,
#loadLess{
  text-align: center;
	border: none;
	color: #F73F69;
  transition: all 600ms ease-in-out;
  -webkit-transition: all 600ms ease-in-out;
  -moz-transition: all 600ms ease-in-out;
  -o-transition: all 600ms ease-in-out;
}

/* #loadMore:hover {
  background-color: #cc1c74;
  color: #fff;
} */


/*End Show More Comments */


#footer{
	position:relative;
		/* background-image: url(../images/backgrounds/pink.jpg) !important; */
		background: white !important;
	color:#474c55 !important;
	background-position: right;
	padding-top:20px;
	border-top:1px solid #e7e7e7;
}
#footer>.copyright{
	background-color: #fafafa;
	text-shadow: none;
	font-size:15;
	font-weight: 600;
}
#footer>.container{
	margin-bottom:0;
	padding-top:0;
	z-index:3;
}
#footer h1, #footer h2, #footer h3, #footer h4, #footer h5, #footer h6 {
	color: #474c55;
	text-shadow: unset;
	

}

#footer h4{
	margin-bottom:.5rem;
}
#footer a {
    color:#e60248;
	text-decoration: none;
	font-weight:600;
	
}


#footer a:hover {
    color:#e60144;
	
}

#footer p{
	font-weight:600;
}



/* banners */

.banner-1500{
	max-width: 100%;
	height: auto;
	width: auto;
	margin:auto;
	display:block;
	border:2px solid #000;
}

/* end banners */


/* vertical-steps */




.progressContainer {
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  padding:2rem;
  color: #fff;
  background: #F73F69;
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}
.progressContainer h3{
background-color: #fff;
color:#444;
}
.v-progress {
  position: relative;
  padding: 0 1rem 0 1rem;
  /* margin: 2rem 0 0; */
  list-style: none;
}

.progress__item {
  position: relative;
  min-height: 75px;
  counter-increment: list;
  padding-left: 0.5rem;
}
.progress__item:before {
  content: "";
  position: absolute;
  right: -1.5rem;
  top: 36px;
  height: 67%;
  width: 1px;
  border-left: 1px solid #fff;
}
.progress__item:after {
  content: counter(list);
  position: absolute;
  top: 10px;
  right: -2.3rem;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: transparent;
  color: #fff;
  font-weight: bold;
  font-size: 13px;
  line-height: 1.5rem;
  text-align: center;
  border: 1px solid #fff;
}
.progress__item:last-child:before {
  border: none;
}
.progress__item.progress__item--completed {
  opacity: 0.6;
  color: #fff;
}
.progress__item.progress__item--completed:after {
	font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f00c";
  background: #fff;
  color: #da18a7;
}
.progress__item.progress__item--active:after {
  background: #fff;
  color: #da18a7;
}

.progress__title {
  padding: 0.4rem 0 0.5rem;
  margin: 0;
  font-size: 1.5rem;
}

.progress__info {
  font-size: 13px;
}



/* end vertical-steps */

/* listdown with images */


.vodiapicker{
	display: none; 
  }
  
  #a{
	padding-left: 0px;
  }
  
  #a img, .btn-select img{
	width: 50px;
	padding: 5px 0px;
	
  }
  
  #a li{
	  cursor: pointer;
	list-style: none;

  }
  
  #a li:hover{
   background-color: #F4F3F3;
  }
  
  #a li img{
	margin: 5px;
  }
  
  #a li span, .btn-select li span{
	margin-right: 10px;
  }
  
  /* item list */
  
  .b{
	position: absolute;
    z-index: 1000;
    background: white;
	display: none;
	width: 91%;
	margin-left:20px;
	max-width: 350px;
	box-shadow: 0 6px 12px rgba(0,0,0,.175);
	border: 1px solid rgba(0,0,0,.15);
	border-radius: 5px;
	
  }
  
  .open{
	display: show !important;
  }
  
  .btn-select{
	width: 100%;
	border-radius: 5px;
	background-color: #fff;
	border: 1px solid #ccc;
   
  }
  .btn-select li{
	list-style: none;
	float: right;
	padding-right: 5px;
	padding-bottom: 0px;
  }
  
  .btn-select:hover li{
	margin-left: 0px;
  }
  
  .btn-select:hover{
	background-color: #F4F3F3;
	border: 1px solid transparent;
	box-shadow: inset 0 0px 0px 1px #ccc;
	
	
  }
  
  .btn-select:focus{
	 outline:none;
  }
  
  
  

/* /listdown with images */