@import url('https://fonts.googleapis.com/css?family=Dosis:300,400,500,600,700,800|Open+Sans:300,300i,400,400i,600,600i,700,700i&display=swap');
@import 'bootstrap.min.css';
@import 'font.css';
@import 'global-tag.css';
@import 'theme.css';
@import 'animate.css';

body {
	/*background: url('../images/texture.png') repeat 0 0 scroll;*/
	font-size: 14px;
	font-family: 'Open Sans','Dosis', Helvetica, sans-serif;
}
.container {
	max-width: 1170px;
}

.header {
	background: #fff;
	padding: 0px 0px 17px;
}
.top-header {
	background: #fff;
}
.top-header p {
	margin: 3px 0px 0px;
}
.top-nav {
	margin-right: 15px;
	padding: 0px;
	margin-bottom: 0px;
}
.top-nav li {
	list-style-type: none;
	display: inline-block;
	margin-top: 3px;
}
.service-slider.slide figure img {
    padding: 20px;
}
.service-slider.slide figure {
    background: #fff;
}

.top-nav li a {
	color: #444444;
	font-size: 14px;
	font-weight: 500;
	display: inline-block;
	padding-left: 30px;
	position: relative;
}
.top-nav li a:hover {
	text-decoration: none;
	color: #444444;
}
.top-nav li a:after {
	position: absolute;
	content: '';
	background: #49516a;
	left: 15px;
	top: 6px;
	width: 1px;
	height: 11px;
}
.top-nav li:first-child a:after {
	content: '';
	background: none;
}
.navbar {
	background: rgba(98, 93, 91, 1);
	border: 0px;
	border-bottom: 1px solid #383331;
	border-radius: 0px;
	margin-bottom: 0px;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
	color: #fff;
}
.navbar-nav {
	padding: 0px;
}
.navbar-nav > li {
	width: 189px;
	text-align: center;
	border-right: 1px solid #383331;
}
.navbar-nav > li:first-child {
	border-left: 1px solid #383331;
}
.navbar-default .navbar-nav > li > a {
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	line-height: 50px;
	padding: 0px;
}
.banner {
	position: relative;
	background: url(../images/banner-bg.png) repeat 0 0 scroll;
	/*border-top: 5px solid #e0bf24;*/
	/*border-bottom: 5px solid #e0bf24;*/
}

.bx-wrapper img {
	margin: 0 auto;
}

.banner .contact-info {
	position: absolute;
	text-align: center;
	width: 555px;
	bottom: 71px;
}
.banner .contact-info p {
	text-align: center;
	margin-bottom: 0px;
	font-size: 20px;
	font-weight: bold;
	color: #625d5b;
	text-transform: uppercase;
}
.banner .contact-info img {
	margin-bottom: 10px;
}
.banner .contact-info .grey-bg {
	background: rgba(98, 93, 91, 0.8);
	padding: 15px 0px 9px;
	font-size: 16px;
	color: #f2ede9;
}
.banner .contact-info .texture-bg {
	background: url(../images/trans-bg.png) repeat 0 0 scroll;
	padding: 10px 15px;
}
.banner .bx-wrapper {
	background: none;
	box-shadow: 0 0 0;
	border: 0px;
	margin: 0 auto 0px;
}
.banner .bx-wrapper .bx-pager {
	top: 14px;
	right: 11px;
	width: auto;
	bottom: 0px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	width: 21px;
	height: 21px;
	border-radius: 50%;
	border: 1px solid #fff;
	background: #625d5b;
	margin: 0px 11px;
}
/*.banner .bx-wrapper img {
	height: 100%;
}*/
.banner .bx-wrapper .bx-pager.bx-default-pager a:hover,
.banner .bx-wrapper .bx-pager.bx-default-pager a.active,
.banner .bx-wrapper .bx-pager.bx-default-pager a:focus {
	background: #fff;
	border: 1px solid #585552;
}

.bg-grey {
	background: url(../images/grey-bg.png) repeat 0 0 scroll;
}
.about-sec {
	padding: 52px 0px 66px;
}
.about-sec h3 {
	margin-bottom: 6px;
}
.about-sec img {
	margin-top: 4px;
}
.about-sec p {
	font-family: 'Calibri', Helvetica, sans-serif;
	font-size: 15px;
	text-align: justify;
	line-height: 19px;
}
.news-sec {
	padding: 40px 0px 21px;
}
.news {
	list-style-type: none;
	padding: 0px;
}
.news h2 {
	width: 68px;
	line-height: 18px;
	display: inline-block;
	margin-top: 12px;
}
.news .detail {
	width: 682px;
	border-left: 1px solid #b4afb2;
	padding-left: 15px;
}
.news .detail p {
	margin-bottom: 0px;
	text-align: justify;
	line-height: 22px;
}
.news .detail a {
	color: #625d5b;
	text-decoration: none;
}
.news h2 small {
	font-size: 12px;
	color: #625d5b;
	font-weight: 600;
}
.news li {
	margin-bottom: 22px;
}
.socialicon p {
	text-align: justify;
	margin-bottom: 15px;
}
.socialicon a {
	width: 49px;
	height: 49px;
	background: url(../images/socialicon.png) no-repeat 0 0 scroll;
	display: inline-block;
	margin-left: 10px;
	transition: all 0.3s ease-in-out;
}
.socialicon a:first-child {
	margin-left: 0px;
}

.socialicon a.facebook {
	background-position: 0px -59px;
}
.socialicon a.google {
	background-position: -62px -59px;
}
.socialicon a.twitter {
	background-position: -124px -59px;
}
.socialicon a.youtube {
	background-position: -186px -59px;
}
.socialicon a.instagram {
	background-position: -248px -59px;
}
.socialicon a.pintrest {
	background-position: -310px -59px;
}
.socialicon a.facebook:hover {
	background-position: 0px 0px;
}
.socialicon a.google:hover {
	background-position: -62px 0px;
}
.socialicon a.twitter:hover {
	background-position: -124px 0px;
}
.socialicon a.youtube:hover {
	background-position: -186px 0px;
}
.socialicon a.instagram:hover {
	background-position: -248px 0px;
}
.socialicon a.pintrest:hover {
	background-position: -310px 0px;
}
.socialicon h3 {
	margin-bottom: 7px;
}

.newsletter {
	background: #e0bf23;
}
.newsletter h1 {
	font-size: 55px;
	font-weight: bold;
	color: #625d5b;
	text-transform: uppercase;
	text-align: center;
	line-height: 65px;
	margin: 10px 0px 10px;
	text-shadow: 2px 3px 0 #c79607;
}
.newsletter h3 {
	color: #625d5b;
	font-size: 30px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px 0px 10px;
	text-shadow: 2px 3px 0 #c79607;
}
.newsletter form {
	padding: 5px 10px 10px;
}
.newsletter input, .newsletter textarea {
	width: 100%;
	display: block;
	background: #fff;
	border: 1px solid #444444;
	margin-bottom: 14px;
	padding: 3px;
	font-weight: 600;
}
.newsletter textarea {
	resize: none;
	height: 72px;
}
.newsletter label {
	display: block;
	font-size: 16px;
	color: #625d5b;
	text-transform: uppercase;
	margin-bottom: 2px;
	font-weight: 600;
}
.newsletter input[type="submit"] {
	background: #625d5b;
	color: #fff;
	text-align: center;
	padding: 12px 0px;
	margin-bottom: 0px;
	margin-top: 27px;
	font-weight: bold;
	text-transform: uppercase;
	border: 0px;
}

.widget {
	background: #625d5b;
	padding: 51px 0px 60px;
}
.widget h3 {
	color: #fff;
	font-size: 25px;
	margin-bottom: 31px;
}
.widget p, .widget a {
	color: #fff;
	font-size: 15px;
	margin-bottom: 3px;
}
.widget .col-sm-4 {
	border-left: 1px solid #302c2a;
	min-height: 243px;
}
.widget .col-sm-4:first-child {
	border-left: 0px;
}
.widget .card {
	margin-top: 56px;
}
.widget .card a {
	margin-left: 21px;
	display: inline-block;
}
.widget .card a:first-child {
	margin-left: 0px;
}
footer {
	padding: 6px 0px 0px;
}
footer p, footer a {
	color: #444444;
	font-size: 15px;
}

.gallery {
	padding-top: 52px;
}
.gallery h3 {
	margin-bottom: 11px;
}
.gallery .row {
	margin-bottom: 48px;
}
.gallery .row .col-sm-4 {
	margin-bottom: 6px;
}

.eyelash {
	padding: 52px 0px 37px;
}
.eyelash h3 {
	margin-bottom: 8px;
}
.eyelash p {
	margin-bottom: 21px;
}
.eyelash ul {
	padding: 0px;
}
.eyelash ul li {
	list-style: none;
	position: relative;
	padding-left: 15px;
	font-weight: 600;
	color: #625d5b;
	margin-bottom: 1px;
}
.eyelash ul li:before {
	content: "-";
	position: absolute;
	left: 0px;
	top: 0px;
}
.eyelash.product p {
	margin-bottom: 0px;
}

.contact {
	padding: 52px 0px 37px;
}
.contact h3 {
	margin-bottom: 7px;
}
.contact.contact-sec h3 {
	margin-bottom: 18px;
}
.contact.contact-sec {
	padding-bottom: 13px;
}
.contact-sec p {
	margin-bottom: 0px;
}
.contact-sec .timing {
	list-style: none;
	padding: 0px;
}
.contact-sec .timing li:after {
	clear: both;
	content: "";
}
.contact-sec .timing li p.mr-20 {
	margin-right: 26px;
}
.contact-sec a {
	color: #625d5b;
}
.map-sec h5 {
	color: #5b5241;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 39px;
	margin-bottom: 12px;
}
.contact.contact-sec .newsletter h3 {
	margin-bottom: 23px;
}
.contact.contact-sec .newsletter input[type="submit"] {
	margin-top: 40px;
}
.price-list {
	padding: 52px 0px 37px;
}
.price-list h3 {
	margin-bottom: 11px;
}
.price-sec {
	list-style-type: none;
	padding: 0px;
}
.price-sec li p {
	font-size: 16px;
	font-weight: 600;
	color: #625d5b;
	text-transform: uppercase;
}
.price-sec li {
	line-height: 21px;
}
.price-bg {
	padding: 16px 9px 0px 12px;
	background-size: cover !important;
}

.service {
	padding: 52px 0px 47px;
}
.service h3 {
	margin-bottom: 8px;
}
.service p {
	margin-bottom: 0px;
}
.service-slider {
	padding-top: 50px;
}
.service-slider figure {
	position: relative;
	transition: all 0.3s ease-in-out;	
	text-align: center;
	margin-bottom: 50px;
}
.marker .service-slider figure {
	margin-bottom: 30px;
}
.service-slider figure figcaption {
	width: 100%;
	text-align: center;
	padding: 12px;
	transition: all 0.3s ease-in-out;
	font-size: 25px;
	font-weight: normal;
	color: rgb(89,108,122) !important;
}
.service-slider figure figcaption small {
	display: block;
	font-size: 15px;
	font-weight: 300;
	color: rgb(89,108,122) !important;
}
.service .bx-wrapper {
	background: none;
	box-shadow: 0px 0px 0px;
	margin: 0 auto 0px;
	border: 0px solid transparent;
}
.service .bx-wrapper .bx-prev {
	background: url(../images/prev.png) no-repeat;
	left: 0;
}
.service .bx-wrapper .bx-next {
	background: url(../images/next.png) no-repeat;
	right: 0;
}
.service .bx-wrapper .bx-controls-direction a {
	width: 43px;
	height: 57px;
	top: 45%;
}
figure.mb-20 {
	margin-top: 4px;
}
.service.bg-grey {
	padding-bottom: 58px;
}

.login-sec {
	padding: 33px 0;
	background-size: cover;
}

.service-box {
	background: #c5c0bc;
	min-height: 248px;
	text-align: center;
	padding: 30px 0px 65px;
	position: relative;
}
.service-box figure {
	height: 68px;
}
.service-box h4 {
	color: #625d5b;
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
	margin: 0px;
}
.service-box p {
	font-size: 18px;
	color: #625d5b;
	text-align: center;
}
.service-box p.last {
	position: absolute;
	font-size: 18px;
	font-weight: 600;
	bottom: 30px;
	left: 0px;
	right: 0px;
	margin: 0 auto;
}
.login-sec h3 {
	margin-bottom: 23px;
	height: 30px;
}
.login-sec .form-bg {
	background: #c5c0bc;
	padding: 18px 0px 10px;	
}
.login-sec input, .login-sec textarea {
	width: 100%;
	display: block;
	background: #fff;
	border: 1px solid #918e8c;
	margin-bottom: 14px;
	padding: 2px;
	font-weight: 700;
	color: #625d5b;
	font-size: 16px;
	text-transform: uppercase;
	text-align: center;
}
.login-sec textarea {
	resize: none;
	height: 72px;
}
.login-sec label {
	display: block;
	font-size: 16px;
	color: #625d5b;
	text-transform: uppercase;
	margin-bottom: 3px;
}
.login-sec input[type="submit"], .login-sec .button a {
	background: #625d5b;
	color: #fff;
	text-align: center;
	padding: 12px 0px;
	margin-bottom: 0px;
	margin-top: 20px;
	font-weight: bold;
	text-transform: uppercase;
	border: 0px;
	font-size: 16px;
}
.login-sec .button a {
	display: block;
}
.login-sec .button a:hover, .login-sec .button a:focus {
	text-decoration: none;
	outline: 0px;
}
.login-sec .date-of-birth input {
	width: 31%;
	float: left;
	margin-left: 3.5%;
}
.login-sec .date-of-birth input:first-child {
	margin-left: 0px;
}
.login-sec .custom-radio label {
	width: 48%;
	margin-left: 4%;
	float: left;
}
.login-sec .custom-radio label:first-child {
	margin-left: 0px;
}

.form-bg .col-md-4 {
	min-height: 525px;
	border-right: 1px solid #625d5b;
}
.form-bg .col-md-4 .button {
	position: absolute;
	width: 88%;
	bottom: 0px;
}

.personal {
	padding: 0px;
	list-style-type: none;
}
.personal li {
	background: #c5c0bc;
	padding: 10px;
	list-style-type: none;
	margin-bottom: 15px;
}
.personal li p {
	margin-bottom: 0px;
}
.personal li:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	clear: both;
}
.personal li img {
	margin-right: 10px;
}

.personal li h4 {
	color: #625d5b;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	text-transform: uppercase;
}

.booking {
	padding: 48px 0px 65px;
}
.booking h3 {
	margin-bottom: 10px;
}

.booking .book-us {
	background: #c5c0bc;
	display: block;
	color: #625d5b;
	font-size: 25px;
	font-weight: bold;
	text-align: center;
	padding: 10px 0px;
	margin-bottom: 25px;
}
.booking .book-us:hover,
.booking .book-us:focus {
	text-decoration: none;
}
.form-area {
	padding: 0px 10px;
}

/* Custom Radio and checkBox style */


.margin-minus {
	margin-top: -21px;
}
.agree {
    margin-top: -4px;
    margin-bottom: 4px;
}
.agree .control {
	padding:5px 0px 3px !important;
}
.login-sec .control {
  display: block;
  position: relative;
  cursor: pointer;
  text-align: center;
  z-index: 99;
  padding: 15px 0px 5px;
  margin-bottom: 14px !important;
}
.login-sec .control img {
	display: block;
	text-align: center;
	margin: 0 auto 5px;
}
.login-sec .control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.left-radio .control__indicator {
	left: 0px;
}
.right-radio .control__indicator {
	right: 0px;
}
.login-sec .control__indicator {
  position: absolute;
  top: 2px;
  left: 0;
  height: 100%;
  width: 100%;
  background: #fff;
  border: 1px solid #918e8c;
  z-index: -1;
}
.login-sec .control:hover input:not([disabled]):checked ~ .control__indicator,
.login-sec .control input:checked:focus ~ .control__indicator {
  background: #f8f8f8;
}
.login-sec .control__indicator:after {
  content: '';
  position: absolute;
  display: none;
}
.login-sec .control input:checked ~ .control__indicator:after {
  display: block;
}
.login-sec .control--checkbox input:disabled ~ .control__indicator:after {
  border-color: #7b7b7b;
}
.select {
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
  width: 100%;
  background: #fff;
}
.select:after {
	content: "";
	position: absolute;
	background: url(../images/arow.png) no-repeat 0 0 scroll;
	width: 13px;
	height: 11px;
	right: 10px;
	top: 8px;
	z-index: 9;
}
.select select {
  display: inline-block;
  width: 100%;
  cursor: pointer;
  padding: 3px 10px;
  outline: 0;
  font-size: 14px;
  font-weight: 500;
  color: #625d5b;
  border: 1px solid #918e8c;
  border-radius: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  z-index: 99;
  position: relative;
  background: none;
}
.select select::-ms-expand {
  display: none;
}
.select select:disabled {
  opacity: 0.5;
  pointer-events: none;
}
.select__arrow {
  position: absolute;
  top: 16px;
  right: 15px;
  width: 0;
  height: 0;
  pointer-events: none;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #7b7b7b transparent transparent transparent;
}

.step-2 .input-area {
	width: 258px;
}
.step-2  .icon-area {
	width: 51px;
}
.white-bg {
	background: #fff;
} 
.step-2 .bg-white {
	border: 1px solid #918e8c;
	background: #fff;
	padding: 10px 10px 0px;
	min-height: 382px;
	overflow: hidden;
}
.step-2 .input-area {
	background: #c5c0bc;
	padding: 7px 7px 8px;
}
.step-2 .input-area input {
	background: none;
	border: 0px;
	text-align: left;
	font-weight: 600;
	color: #625d5b;
	font-size: 16px;
	margin-bottom: 0px;
	padding: 0px;
}
.step-2 .input-area input:focus {
	border: 0px;
	box-shadow: 0px 0px 0px;
	outline: none;
}
.step-2 h4 {
	font-size: 16px;
	font-weight: 600;
	margin-top: 0px;
	color: #625d5b;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.step-2 .input-area input::-webkit-input-placeholder {
   color: #625d5b;
}

.step-2 .input-area input:-moz-placeholder { /* Firefox 18- */
   color: #625d5b;  
}

.step-2 .input-area input::-moz-placeholder {  /* Firefox 19+ */
   color: #625d5b;  
}

.step-2 .input-area input:-ms-input-placeholder {  
   color: #625d5b;  
}
.step-2 .icon-area {
	background: #c5c0bc;
	height: 59px;
	padding: 11px 6px;
}
.step-2 h3 {
	margin-bottom: 26px;
}
.step-2 .append {
	margin-bottom: 10px;
}
.step-2 .form-bg .col-md-4 {
	min-height: 385px;
}
.no-bdr-right{
	border-right: 0px !important;
}
.step-2 .ui-datepicker-header  {
	background: #c5c0bc;
	border-radius: 0px;
	border: 0px;
}
.step-2 .ui-datepicker .ui-datepicker-prev {
	background: url(../images/prev-arow.png) no-repeat 0 0 scroll;
	left: 8px;
}
.step-2 .ui-datepicker .ui-datepicker-next {
	background: url(../images/next-arow.png) no-repeat 0 0 scroll;
	right: 8px;
}
.step-2 .ui-datepicker .ui-datepicker-prev, .step-2 .ui-datepicker .ui-datepicker-next {
	width: 11px;
	height: 15px;
	top: 5px;
}
.step-2 .ui-datepicker td {
	padding: 2.7px;
}
.step-2 .ui-state-hover, .step-2 .ui-widget-content .ui-state-hover, .step-2 .ui-widget-header .ui-state-hover, .step-2 .ui-state-focus, .step-2 .ui-widget-content .ui-state-focus, .step-2 .ui-widget-header .ui-state-focus {
	background-position: 0 0;
	border: 0px;
}
.step-2 .ui-datepicker .ui-datepicker-title {
	font-size: 14px;
	color: #625d5b;
	line-height: 18px;
	font-weight: 500;
}
.step-2 .ui-datepicker-inline {
	width: 100%;
	border-radius: 0px;
	background: #fff;
	border: 1px solid #918e8c;
	padding: 10px;
	min-height: 252px;
}
@-moz-document url-prefix() { 
  .step-2 .ui-datepicker-inline {
     min-height: 258px;
  }
  .form-bg .col-md-4 {
		min-height: 536px;
	}
	.step-2 .bg-white {
		min-height: 391px;
	}
}
.step-2 .ui-datepicker th {
	padding: 6px 0px;
	text-transform: uppercase;
	font-size: 14px;
	color: #625d5b;
	font-weight: 500;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	text-align: center;
	background: #c5c0bc;
	font-size: 14px;
	color: #625d5b;
	font-weight: 500;
	line-height: 16px;
}
.step-2 .ui-state-hover {
	border: 0px;
}
.step-2 .ui-state-active {
	background: #435400;
	color: #fff;
	border: 0px;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
	border: 0px;
}
.ui-datepicker-week-end:last-child .ui-state-default {
	background: none;
	color: #c55e19;
	border: 0px;
}
.login-sec.step-2 input[type="submit"] {
	margin-top: 27px;
}
.login-sec.step-2 {
	padding-bottom: 44px;
}
.bg-white span {
	float: left;
	width: 71px;
	height: 25px;
	margin-left: 11px;
	background: #c5c0bc;
	font-size: 14px;
	color: #625d5b;
	font-weight: 500;
	text-align: center;
	margin-bottom: 10px;
	padding-top: 2px;
	cursor: pointer;
}
.bg-white span.active {
	background: none;
	color: #c55e19;
}
.bg-white span:first-child,
.bg-white span:nth-child(5),
.bg-white span:nth-child(9),
.bg-white span:nth-child(13),
.bg-white span:nth-child(17),
.bg-white span:nth-child(21),
.bg-white span:nth-child(25),
.bg-white span:nth-child(29),
.bg-white span:nth-child(33),
.bg-white span:nth-child(37),
.bg-white span:nth-child(41) {
	margin-left: 0px;
}

.modal-content {
	background: none;
}
button.close {
	position: absolute;
	right: 15px;
	top: -48px;
	opacity: 1;
}
button.close:hover {
	opacity: 1;
	outline: 0px;
}

.tabs-title {
	background: #e6e0dc;
	border-top-right-radius: 10px;
	padding: 10px;
	border: 1px solid #8b8b8b;
	float: left;
	margin-right: -1px;
}
.tabs-title h4 {
	font-size: 16px;
	color: #444444;
	font-weight: 600;
	margin-top: 0px;
	margin-bottom: 10px;
}
.tabs-detail {
	background: #fff;
	padding: 10px;
	border: 1px solid #918e8c;
	margin-top: -1px;
}
.tabs-detail h4 {
	font-size: 16px;
	font-weight: 600;
	color: #444444;
	text-transform: uppercase;
	margin-top: 0px;
	margin-bottom: 5px;
}
.login-sec .tabs-detail label .control__indicator {
	border: 0px;
	background: #c5c0bc;
}
.login-sec .tabs-detail .control:hover input:not([disabled]):checked ~ .control__indicator,
.login-sec .tabs-detail .control input:checked:focus ~ .control__indicator {
	border: 0px;
	background: #b8b7b7;
}
.login-sec .tabs-detail label {
 	width: 211px;
    height: 41px;
    color: #444444;
    font-size: 13.33px;
    text-transform: capitalize;
    font-weight: 600;
    padding-top: 12px;
    display: inline-block;
    margin: 0px 0px 10px 7px;
}
.login-sec .tabs-detail .tab-pane div label:first-child,
.login-sec .tabs-detail .tab-pane div label:nth-child(6),
.login-sec .tabs-detail .tab-pane div label:nth-child(11),
.login-sec .tabs-detail .tab-pane div label:nth-child(16),
.login-sec .tabs-detail .tab-pane div label:nth-child(21),
.login-sec .tabs-detail .tab-pane div label:nth-child(26),
.login-sec .tabs-detail .tab-pane div label:nth-child(31),
.login-sec .tabs-detail .tab-pane div label:nth-child(36),
.login-sec .tabs-detail .tab-pane div label:nth-child(41),
.login-sec .tabs-detail .tab-pane div label:nth-child(46),
.login-sec .tabs-detail .tab-pane div label:nth-child(51) {
	margin-left: 0px;
}
.login-sec .tabs-detail .tab-pane div {
	margin-bottom: 5px;
}

.tabs-title.active {
	background: #fff;
	border-bottom: 1px solid #fff;
	padding-top: 25px;
	margin-top: -15px;
}

.login-sec .tab-sec input[type="submit"], .login-sec .tab-sec .button a {
	margin-top: 10px;
}

.cart {
	position: absolute;
	right: 30px;
	top: -47px;
}

.cart-btn {
	background: #625d5b;
	padding: 8px;
	display: inline-block;
	vertical-align: bottom;
}
.cart-btn.img {
	width: 52px;
	height: 52px;
	padding-top: 14px;
}
.cart-btn.link {
	font-weight: bold;
	font-size: 18px;
}
.cart-btn.link:hover {
	text-decoration: none;
}
.cart-btn.link:focus {
	outline: none;
	text-decoration: none;
}
header .container {
	position: relative;
}
.breadcrumb {
	padding-left: 0px;
}
.breadcrumb a {
	color: #c5c0bc;
	font-size: 15px;
	font-weight: 500;
	display: inline-block;
	padding-right: 5px;
}
.breadcrumb a:after {
	content: "/";
	color: #c5c0bc;
	padding-left: 3px;
}
.breadcrumb a:hover {
	text-decoration: none;
}
.breadcrumb span {
	color: #625d5b;
	font-size: 15px;
	font-weight: 500;
}
.product h3 {
	margin-bottom: 30px;
}
.product .product-box .box {
	text-align: center;
	margin-bottom: 50px;
	position: relative;
}
.product-image {
	position: relative;
	margin-right: 40px;
}
.product .product-box figure, .product .product-image figure {
	position: relative;
	z-index: 99;
	background: #fff;
	text-align: center;
	padding: 60px;
}
.product .product-box figure img, .product .product-image figure img {
	width: 100%;
}
.product .product-box {
	margin-top: 29px;
}
.product .product-box .product-desc {
	background-color: #fff;
	border-top: 3px solid #f4f4f4;
	padding: 20px;
	height: 108px;
	overflow: hidden;
	transition: all 0.3s;
}
.product .box {
	transition: all 0.3s;
}
.product .box:hover {
	-webkit-box-shadow: 4px 3px 8px 0px rgba(44,41,43,0.5);
	-moz-box-shadow: 4px 3px 8px 0px rgba(44,41,43,0.5);
	box-shadow: 4px 3px 8px 0px rgba(44,41,43,0.5);
	margin-bottom: 0px;
}
.product .box:hover .product-desc {
	height: 153px;
    margin-bottom: 0px;
}
.product .box:hover .product-desc .more-btn {
	opacity: 1;
	transition: all 0.4s;
}
.product .more-btn:hover {
	text-decoration: none;
}
.product .more-btn {
	transition: all 0.4s;
	background: #625d5b;
	min-height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	display: block;
	opacity: 0;
	margin-top: 10px;
}
.product .product-box figure.offer:after, .product .product-image figure.offer:after {
	border-right: 85px solid transparent;
    border-top: 85px solid #e5cd36;
    content: "";
    height: 0;
    left: -5px;
    position: absolute;
    top: -5px;
    width: 0;
}
.product .product-box .mask figure.offer:after {
	left: 0px;
}
.product .product-box figure.offer:before, .product .product-image figure.offer:before {
	content: 'TILBUD';
	position: absolute;
	top: 16px;
	left: 3px;
	-ms-transform: rotate(-45deg); /* IE 9 */
    -webkit-transform: rotate(-45deg); /* Safari */
    transform: rotate(-45deg); /* Standard syntax */
    z-index: 9999;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
}
.product .product-box figure.new:after, .product .product-image figure.new:after {
	border-right: 85px solid transparent;
    border-top: 85px solid #2c9b3e;
    content: "";
    height: 0;
    left: -5px;
    position: absolute;
    top: -5px;
    width: 0;
}
.product .product-box .mask figure.new:after {
	left: 0px;
}
.product .product-box figure.new:before, .product .product-image figure.new:before {
	content: 'Nyhed';
	position: absolute;
	top: 14px;
	left: 4px;
	-ms-transform: rotate(-45deg); /* IE 9 */
    -webkit-transform: rotate(-45deg); /* Safari */
    transform: rotate(-45deg); /* Standard syntax */
    z-index: 9999;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
}
.product .product-box figure.sold:after, .product .product-image figure.sold:after {
	border-right: 85px solid transparent;
    border-top: 85px solid #d21c1c;
    content: "";
    height: 0;
    left: -5px;
    position: absolute;
    top: -5px;
    width: 0;
}
.product .product-box .mask figure.sold:after {
	left: 0px;
}
.product .product-box figure.sold:before, .product .product-image figure.sold:before {
	content: 'UDSOLGT';
	position: absolute;
	top: 15px;
	left: -2px;
	-ms-transform: rotate(-45deg); /* IE 9 */
    -webkit-transform: rotate(-45deg); /* Safari */
    transform: rotate(-45deg); /* Standard syntax */
    z-index: 9999;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
}
.product {
	padding-top: 60px;
	background: #f4f4f4;
}
.product .dropdown.open > a {
	background: #625d5b;
	color: #fff;
}
.product .dropdown-menu {
	position: relative;
	top: 0px;
	width: 100%;
	margin-bottom: 0px !important;
	box-shadow: 0px 0px 0px;
	border: 0px;
}
.product .dropdown-menu li a {
	padding-left: 40px !important;
	position: relative;
}
.product .dropdown-menu li a:before {
	content: "\f0da";
	position: absolute;
	left: 20px;
	font-size: 16px;
	font-family: FontAwesome;
}
.product .product-box h4 {
	font-size: 16px;
	font-weight: 600;
	color: #444444;
	line-height: 24px;
	margin: 0px;
}
.product .product-box .box.news span,
.product .product-box .box.offer span,
.product .product-box .box.danger span, 
.product .product-image.danger span, 
.product .product-image.news span, 
.product .product-image.offer span {
	width: 55px;
	height: 55px;
	border-radius: 50%;
	position: absolute;
	left: 5px;
	top: 5px;
	text-align: center;
	line-height: 55px;
	z-index: 999;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
}
.product .product-box .box.news span,
.product .product-image.news span {
	background: #1c9132;
}
.product .product-box .box.offer span,
.product .product-image.offer span {
	background: #e4cb33;
}
.product .product-box .box.danger span,
.product .product-image.danger span {
	background: #c91717;
}
.product .product-box p {
	color: #444444;
	font-size: 14px;
	font-weight: 500;
	line-height: 24px;
	text-align: center;
	margin: 0px;
}
.product .sidebar h5 {
	font-size: 18px;
	font-weight: 400;
	color: #625d5b;
	margin: 0px;
	padding-bottom: 10px;
	text-transform: uppercase;
}
.product .sidebar ul {
	list-style-type: none;
	padding: 0px;
	margin-bottom: 40px;
}
.product .sidebar ul.icon li {
	background: rgba(0, 0, 0, 0) url("../images/erow.png") no-repeat scroll left center;
}
.product .sidebar ul.icon li:hover {
	background: rgba(0, 0, 0, 0) url("../images/erow-hover.png") no-repeat scroll left center;
}
.product .sidebar ul.icon li a {
	padding-left: 20px;
}
.product .sidebar ul li {
	border-bottom: 2px solid #f4f4f4;
	transition: all 0.3s ease-in-out 0s;
}
.product .sidebar ul li.offer,
.product .sidebar ul li.news {
	position: relative;
}
.product .sidebar ul li.offer:after,
.product .sidebar ul li.news:after {
    content: "\f111";
    font-family: FontAwesome;
    font-size: 18px;
    position: absolute;
    right: 10px;
    color: #e0bf23;
    top: 5px;
}
.product .sidebar ul li.offer:after {
    color: #e0bf23;
}
.product .sidebar ul li.news:after {
    color: #0e8828;
}
.product .sidebar ul li a {
	color: #625d5b;
	font-size: 14px;
	font-weight: 500;
	display: block;
	padding: 7px 0px;
	transition: all 0.3s ease-in-out 0s;
	padding-left: 10px;
}
.product .sidebar ul li a:hover{
	background: #625d5b;
	color: #fff;
	text-decoration: none;
}
.product .sidebar ul li a:focus {
	text-decoration: none;
}
.productContainer .col-sm-4 figure:hover .mask {
	opacity: 1;
	visibility: visible;
	transition: all 0.2s linear 0s;
	z-index: 99999999;
	transform: translate(0px, 0px);
}
.productContainer .col-sm-4 {
	cursor: pointer;
}

.mask {
	border: 5px solid #c5c0bc;
	z-index: 99999999;
	position: absolute;
	top: -5px;
	left: -263px;
	background: #fff;
	opacity: 0;
	visibility: hidden;
	transition: all 0.2s linear 0s;
}
.mask p.grey {
	color: #919191;
}
.mask .size {
	list-style-type: none;
	padding: 0px;
}
.mask .size li {
	display: inline-block;
	color: #919191;
}
.mask .size li:before {
	content: '-';
	padding: 0px 3px;
}
.mask .size li:first-child:before {
	content: '';
}
.product .product-box .mask figure {
	width: 253px;
	position: relative;
	border-bottom: 5px solid #c5c0bc;
	border-top:0px;
	border-left:0px;
	border-right:0px;
}
.product .product-box .bx-wrapper .bx-pager {
    left: -105px;
    top: -5px;
    width: 105px;
	padding-top: 0px;
	bottom: -131px;
	background: #c5c0bc;
  }
  .product .product-box .bx-wrapper .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  	display: block;
  }
  
.product .product-box .bx-wrapper .bx-pager a {
    display: block;
    padding: 5px 0px 0px;
  }
  .product .product-box .bx-wrapper .bx-pager a:focus {
  	outline: none;
  }
  
  
.product .product-box .bx-wrapper {
    border: 0 none;
    box-shadow: 0 0 0;
    margin-bottom: 0;
}

.product .product-image .bx-wrapper .bx-pager {
    left: 0px;
	padding-top: 0px;
	bottom: 0px;
	right: 0;
	margin: 0 auto;
	background: #c5c0bc;
  }
  .product .product-image .bx-wrapper .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  	display: inline-block;
  }
  
.product .product-image .bx-wrapper .bx-pager a {
    display: inline-block;
    padding: 5px 0px 0px;
    margin: 2.5px;
  }
.product .product-image .bx-wrapper .bx-pager a:focus {
	outline: none;
}

.product .top-bar {
	border-bottom: 1px solid #c5c0bc;
	padding: 15px 0px;
}
.product .top-bar .erow {
	margin-right: 38px;
	display: inline-block;
}
  
  
.product .product-image .bx-wrapper {
    border: 0 none;
    box-shadow: 0 0 0;
    padding-bottom: 97px;
    background: #c5c0bc;
}
.product .product-image .bx-wrapper .bx-controls-direction a.bx-prev.disabled {
	display: block;
	background: url(../images/erow-left.png) no-repeat;
	cursor: default;
}
.product .product-image .bx-wrapper .bx-controls-direction a {
	top: auto;
	bottom: 7px;
}
.product .product-image .bx-wrapper .bx-controls-direction a.bx-next.disabled {
	display: block;
	background: url(../images/erow-right.png) no-repeat;
	cursor: default;
}
.product .product-image .bx-wrapper .bx-next {
	background: url(../images/active-erow.png) no-repeat 0 0 scroll;
	width: 49px;
	height: 107px;
	right: 5px;
}
.product .product-image .bx-wrapper .bx-prev {
	background: url(../images/erow-left-active.png) no-repeat 0 0 scroll;
	width: 49px;
	height: 107px;
	left: 5px;

}

.product .product-detail h3 {
	text-transform: none;
	line-height: 45px;
	margin-bottom: 10px;
}
.product .product-detail .price {
	border-bottom: 1px solid #c5c0bc;
	padding: 0px 10px; 
	margin-bottom: 20px;
}
.product .product-detail .price p {
	font-size: 15px;
	color: #625d5b;
	margin-bottom: 0px;
}
.product .product-detail .price p.pull-left {
	margin-top: 17px;
}
.product .product-detail .price p span {
	text-decoration: line-through red;
	display: inline-block;
	margin-left: 5px;
}
.product .product-detail .price p strong {
	font-size: 30px;
	margin-left: 5px;
}

.product .select-style {
    border: 1px solid #cdcdcd;
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f4f4f4+0,ffffff+100 */
	background-color: #f4f4f4; /* Old browsers */
	background-color: -moz-linear-gradient(top, #f4f4f4 0%, #ffffff 100%); /* FF3.6-15 */
	background-color: -webkit-linear-gradient(top, #f4f4f4 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
	background-color: linear-gradient(to bottom, #f4f4f4 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    background-image: url("../images/select-icon.png");
    background-repeat: no-repeat;
    background-position: 97% 50%;
}

.product .select-style select {
    padding: 5px 8px;
    width: 110%;
    border: none;
    box-shadow: none;
    background: transparent;
    background-image: none;
    -webkit-appearance: none;
}

.product .select-style select:focus {
    outline: none;
}

.product .button {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fd9821+0,ef8224+100 */
	background: #fd9821; /* Old browsers */
	background: -moz-linear-gradient(top, #fd9821 0%, #ef8224 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #fd9821 0%,#ef8224 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #fd9821 0%,#ef8224 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd9821', endColorstr='#ef8224',GradientType=0 ); /* IE6-9 */	
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	width: 100%;
	height: 87px;
	text-align: center;
	padding-top: 28px;
	display: block;
	margin-top: 40px;
}
.product .button:hover {
	text-decoration: none;
}
.product .button:focus {
	outline: none;
	text-decoration: none;
}
.close {
	position: absolute;
	opacity: 1;
}
.product .product-detail ul {
	padding: 0px;
	margin-top: 45px;
}
.product .product-detail ul li:first-child {
	border-top: 1px solid #c5c0bc;
}
.product .product-detail ul li {
	border-bottom: 1px solid #c5c0bc;
	padding: 5px 10px;
	list-style-type: none;
}
.product .product-detail ul li p {
	font-size: 15px;
	color: #625d5b;
	margin: 0px;
}
.product p.border {
	border-top: 1px solid #c5c0bc;
	border-bottom: 1px solid #c5c0bc;
	padding: 10px 0px 20px;
	margin-bottom: 50px;
}

.zoom {
	display:inline-block;
	position: relative;
}

/* magnifying glass icon */
.zoom:after {
	content:'';
	display:block; 
	width:33px; 
	height:33px; 
	position:absolute; 
	top:12px;
	right:12px;
	background:url(../images/icon.png);
	cursor: pointer;
}

.zoom img {
	display: block;
}

.appear {
	opacity: 0;
	transition: all 0.55s linear 0s;
}
.animated {
	opacity: 1;
}

.productFilter {
	text-align: left;
	padding: 0px 0px 15px 15px;
	margin-top: -3px;
}
.productFilter span {
	font-weight: bold;
	font-size: 14px;
	color: #625d5b;
	display: inline-block;
	margin-right: 50px;
	text-transform: uppercase;
	vertical-align: middle;
}

.productFilter a { 
    margin-right: 50px; 
	color:#625d5b;
	text-decoration:none;
	font-size: 14px;
	vertical-align: middle;
	display: inline-block;
}
.productFilter a:focus {
	outline: none;
}

.productFilter a.current { 
   color: #e5cc35;
}


.isotope-item {
    z-index: 2;
}
.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}
.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */

    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}
.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}
.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}
.product-box .col-sm-4 {
	width: 33.2222%;
}
.productContainer {
	overflow: unset !important;
}
.cart-sec  {
	padding: 50px 0px;
}
.cart-sec .table thead tr th {
	font-size: 14px;
	color: #625d5b;
	font-weight: bold;
	background: #c5c0bc;
	text-transform: uppercase;
	text-align: center;
	border-left: 1px solid #c5c0bc;
	position: relative;
}
.cart-sec .table thead tr th:after {
	border-bottom: 1px solid #dbd7d5;
    border-left: 1px solid #dbd7d5;
    border-right: 1px solid #dbd7d5;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.cart-sec .table thead tr th:first-child {
	border-left: 0px;
}
.cart-sec .table tbody tr td {
	font-size: 14px;
	font-weight: 600;
	color: #625d5b;
	text-align: center;
	vertical-align: middle;
	border-bottom: 1px solid #c5c0bc;
}
.cart-sec .table tbody tr td p {
	margin-bottom: 4px;
}
.cart-sec .table tbody tr td img {
	margin-right: 10px;
}
.cart-sec .table tbody tr td:first-child {
	text-align: left;
	text-transform: uppercase;
}
.cart-sec .table tr td.border {
	background: url(../images/table-border.png) repeat-x 0 0 scroll;
	padding: 5px;
}
.info .border-line {
	background: url(../images/table-border.png) repeat-x 0 0 scroll;
	padding: 5px;
	margin-bottom: 0px;
}
.cart-sec .table tfoot tr td {
	background: #eae7e7;
	font-size: 14px;
	font-weight: bold;
	color: #625d5b;
	text-align: left;
	text-transform: uppercase;
	position: relative;
}
.cart-sec .table tfoot tr td span {
	margin-left: 30px;
	display: inline-block;
	text-transform: none;
}
.cart-sec .purchase-radio .control__indicator {
	top: 17px;
}
.cart-sec .table tfoot tr td:after {
	border-bottom: 1px solid #dbd7d5;
    border-left: 1px solid #dbd7d5;
    border-right: 1px solid #dbd7d5;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.product-detail {
	background: #f4f4f4;
	padding-left: 0px;
}
.border-left {
	border-left: 1px solid #c5c0bc;
}
.cart-sec .table tfoot tr.white-bg td {
	background: #fff;
}
.cart-sec .table tfoot tr td:last-child {
	text-align: center;
	font-weight: 400;
}
.cart-sec .table tfoot tr td:last-child:after {
	border-right: 0px;
}
.cart-sec .table tfoot tr td:first-child:after {
	border-left: 0px;
}

.cart-sec h5 {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
	padding: 10px;
	position: relative;
	background: #c5c0bc;
	margin: 0px;
	border-bottom: 1px solid #c5c0bc;
	margin-bottom: -1px;
	color: #625d5b;
}
.cart-sec h5:after {
	border-bottom: 1px solid #ececed;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.info p.border {
	margin: 0px;
	border-bottom: 1px solid #c5c0bc;
}
.info p.top-border {
	border-top: 1px solid #c5c0bc;
}
.info label {
	font-weight: 600;
	color: #625d5b;
	font-size: 14px;
	width: 20%;
	padding: 15px 10px;
	margin-bottom: 0px;
	margin-bottom: 1px;
	float: left;
}
.info input {
	background: #fff;
	padding: 15px 10px;
	width: 80%;
	border: 0px;
	border-left: 1px solid #c5c0bc;
	float: left;
	margin-bottom: 1px;
}
.info.cart-2 label {
	width: 17%;
}
.info.cart-2 input {
	width: 83%;
}
.info.cart-popup label {
	padding: 10px;
	width: 35%;
}
.info.cart-popup input {
	padding: 10px;
	width: 65%;
}
.cart-sec .btn-grey, .btn-grey {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c5c0bc+0,a9a1a1+100 */
	background: #f4f4f4; /* Old browsers */
	font-size: 15px;
	font-weight: 600;
	color: #000;
	width: 100%;
	text-align: center;
	padding: 10px;
	display: block;
}

.btn-grey:link, .btn-grey:visited, .btn-grey:active {
	color: #000;
}
.shipping label {
	display: block;
	width: 100%;
	border-bottom: 1px solid #c5c0bc;
	padding: 10px;
	font-size: 15px;
	color: #625d5b;
	font-weight: 600;
	margin-bottom: 0px;
}
.info .shipping label:after {
	content: "";
	width: 0px;
	height: 0px;
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
}
.cart-sec .btn-orange, .cart-popup .btn-orange{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fd9821+0,ef8224+100 */
	background: #f79f3b; /* Old browsers */
	font-size: 15px;
	font-weight: 600;
	color: #fff;
	width: 100%;
	text-align: center;
	padding: 10px;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
}
.modal {
	z-index: 999999;
}
.cart-popup .close {
	text-shadow: 0px 0px 0px;
}
.cart-sec .btn-grey:hover, .cart-sec .btn-orange:hover, .cart-popup .btn-orange:hover, .btn-grey:hover {
	text-decoration: none;
}
.info .new-customer .col-sm-6 {
	min-height: 169px;
}
.new-customer p {
	padding: 10px;
}
.info .new-customer .btn-grey,
.info .new-customer .btn-orange {
	position: absolute;
	bottom: 0px;
	width: 90%;
	text-transform: uppercase;
	font-weight: bold;
}
.cart-sec .control {
	position: relative;
	display: block;
	padding-left: 45px;
	cursor: pointer;
}

.cart-sec .control input {
    display: block;
    height: 100%;
    margin-top: -10px;
    opacity: 0;
    position: absolute;
    width: 100%;
    cursor: pointer;
    left: 0px;
    z-index: 999;
}
.cart-sec .control__indicator {
	position: absolute;
	top: 11px;
	left: 10px;
	width: 17px;
	height: 17px;
	background: #dbd6d9;
	border: 1px solid #686361;
}

.cart-sec .control--radio .control__indicator {
	border-radius: 50%;
}
/* Hover and focus states */
.cart-sec .control:hover input ~ .control__indicator,
.cart-sec .control input:focus ~ .control__indicator {
	background: #ccc;
}
/* Checked state */
.cart-sec .control input:checked ~ .control__indicator {
	background: #dbd6d9;
}


/* Check mark */
.cart-sec .control__indicator:after {
	position: absolute;
	display: none;
	content: '';
}

/* Show check mark */
.cart-sec .control input:checked ~ .control__indicator:after {
	display: block;
}

/* Checkbox tick */
.cart-sec .control--checkbox .control__indicator:after {
	top: 4px;
	left: 8px;
	width: 3px;
	height: 8px;
	transform: rotate(45deg);
	border: solid #fff;
	border-width: 0 2px 2px 0;
}

/* Disabled tick colour */
.cart-sec .control--checkbox input:disabled ~ .control__indicator:after {
	border-color: #7b7b7b;
}

/* Radio button inner circle */
.cart-sec .control--radio .control__indicator:after {
	top: 3px;
	left: 3px;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: #625d5b;
}

/* Disabled circle colour */
.cart-sec .control--radio input:disabled ~ .control__indicator:after {
	background: #7b7b7b;
}

.cart-popup .modal-dialog {
	width: 100%;
	max-width: 710px;
	background: #fff;
}
.cart-popup button.close {
	position: initial;
}
.cart-popup .modal-header {
	font-size: 15px;
	color: #625d5b;
	padding: 10px;
}
.cart-popup .modal-header h4 {
	font-size: 15px;
	text-align: left;
}
.cart-product,
.forgot-password {
	border-bottom: 1px solid #cdcdcd;
	padding: 15px 0px;
}
.forgot-password .cancel-forgot {
    width: 193px;
    float: right !important;
    margin-right: 10px;
}
.cart-product h4 {
	font-size: 15px;
	color: #625d5b;
	text-transform: uppercase;
	margin: 0px 0px 5px 0px;
	padding-right: 15px;
}
.cart-product img {
	padding: 0px 15px;
}
.cart-product p {
	margin-bottom: 0px;
	padding-right: 15px;
}
.cart-popup .modal-body {
	padding: 0px;
}
.cart-popup .modal-footer {
	border-top: 0px;
}
.cart-popup .cart-product .login-btn a {
	width: 134px !important;
	display: inline-block !important;
	margin-left: 10px !important;
}
.cart-popup .login-btn input {
	width: 193px !important;
	display: inline-block !important;
	margin-left: 10px !important;
}
.cart-popup .cart-product .btn-orange,
.cart-popup .cart-product .btn-grey {
	width: 96%;
	margin: 0 auto;
}
.cart-popup h3 {
	font-size: 14px;
	color: #625d5b;
	font-weight: bold;
	text-transform: uppercase;
	padding-left: 10px;
}
.cart-popup .guest .btn-grey {
	font-weight: bold;
	text-transform: uppercase;
}

.sidebar-menu {
	background: #fff;
}
@media (min-width: 768px){
	.modal-dialog {
	    width: 100%;
	}
	.modal-content {
		box-shadow: 0px 0px 0px 0px;
		border: 0px;
	}
}

@media (min-width: 991px) and (max-width: 1024px) {
	.news .detail {
		width: 545px;
	}
	.socialicon a {
		margin-left: 0px;
	}
	.widget .card a {
		margin-left: 5px;
	}
	.login-sec label {
		font-size: 13px;
	}
	h3 {
		font-size: 20px;
	}
	.login-sec .tabs-detail .tab-pane div label:first-child,
	.login-sec .tabs-detail .tab-pane div label:nth-child(6),
	.login-sec .tabs-detail .tab-pane div label:nth-child(11),
	.login-sec .tabs-detail .tab-pane div label:nth-child(16),
	.login-sec .tabs-detail .tab-pane div label:nth-child(21),
	.login-sec .tabs-detail .tab-pane div label:nth-child(26),
	.login-sec .tabs-detail .tab-pane div label:nth-child(31),
	.login-sec .tabs-detail .tab-pane div label:nth-child(36),
	.login-sec .tabs-detail .tab-pane div label:nth-child(41),
	.login-sec .tabs-detail .tab-pane div label:nth-child(46),
	.login-sec .tabs-detail .tab-pane div label:nth-child(51) {
		margin-left: 10px;
	}
	.login-sec .tabs-detail .tab-pane div label:first-child,
	.login-sec .tabs-detail .tab-pane div label:nth-child(5),
	.login-sec .tabs-detail .tab-pane div label:nth-child(9),
	.login-sec .tabs-detail .tab-pane div label:nth-child(13),
	.login-sec .tabs-detail .tab-pane div label:nth-child(17),
	.login-sec .tabs-detail .tab-pane div label:nth-child(21),
	.login-sec .tabs-detail .tab-pane div label:nth-child(25),
	.login-sec .tabs-detail .tab-pane div label:nth-child(29),
	.login-sec .tabs-detail .tab-pane div label:nth-child(33),
	.login-sec .tabs-detail .tab-pane div label:nth-child(37),
	.login-sec .tabs-detail .tab-pane div label:nth-child(41) {
		margin-left: 0px;
	}
}
@media (min-width: 0px) and (max-width: 990px) {
	.news .detail {
		width: 650px;
	}
	.content.login-sec {
		background: none !important;
	}
	.step-2 .input-area {
		width: 82%;
	}
	.step-2 .icon-area {
		width: 16%;
	}
	h3 {
		font-size: 20px;
	}
	.eyelash {
		padding: 25px 0px;
	}
	.tabs-title {
		width: 20%;
	}
	.tabs-title img {
		width: 100%;
	}

	.bg-white span {
		margin: 0px 5px 10px !important;
	}

	.login-sec .tabs-detail .tab-pane div label {
		margin: 0px 5px 10px !important;
	}
	.form-bg .col-md-4 {
		min-height: auto;
		border-right: 0px;
		margin-bottom: 40px;
	}
	.col-md-4, .col-md-6, .col-sm-4, .col-sm-6, .col-sm-8 {
		margin-bottom: 20px;
	}
	.full-content.zoom-img .col-md-4, .full-content.zoom-img .col-md-6, .full-content.zoom-img .col-sm-4, .full-content.zoom-img .col-sm-6, .full-content.zoom-img .col-sm-8 {
		margin-bottom: 0px;
	}
	.form-bg .col-md-4 .button {
		position: relative;
		width: 100%;
	}
	.news {
		margin-bottom: 30px;
	}

	
}
@media (max-width: 768px){
	.product-box .col-sm-4 {
		width: auto;
	}
	.top-nav {
		float: none !important;
		text-align: center;
	}
	.productContainer .col-sm-4 figure:hover .mask {
		display: none;
		opacity: 0;
	}

	.booking, .login-sec {
		padding: 20px 0px;
	}
	.margin-minus {
		margin-top: 0px;
	}
	.about-sec {
		padding: 30px 0px 20px;
	}
	.navbar-nav > li {
		width: 100%;
		text-align: left;
		padding-left: 15px;
		border-right: 0px;
	}
	.navbar-nav > li:first-child {
		border-left: 0px;
	}
	.banner .contact-info {
		position: relative;
		width: 100%;
		margin-top: 15px;
		bottom: 0px;
	}
	.banner {
		min-height: auto;
		padding-bottom: 0px;
	}
	.news .detail {
		width: 100%;
		border-left: 0px;
		padding-left: 0px;
	}

	footer div p, footer .text-right {
		text-align: center;
	}
	footer .pull-right {
		float: none !important;
	}
	.form-bg .col-sm-4 {
		min-height: auto;
	}
	.form-bg .col-sm-4 .button {
		position: relative;
		width: 100%;
		margin-bottom: 15px;
	}
	.top-header .col-sm-6 p {
		text-align: center;
	}
}
@media (min-width: 768px) and (max-width: 1024px) {
    .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-collapse.collapse.in {
        display: block !important;
    }
    .navbar-header .collapse, .navbar-toggle {
        display:block !important;
    }
    .navbar-header {
        float:none;
    }
    .navbar-nav > li {
		width: 100%;
		text-align: left;
		padding-left: 15px;
		border-right: 0px;
	}
	.navbar-nav > li:first-child {
		border-left: 0px;
	}
	.socialicon a {
		height: 46px;
		width: 46px;
	}
	.banner .contact-info {
		width: 453px;
	}
	.banner {
		min-height: auto;
	}
}
@media (min-width: 0px) and (max-width: 560px) {
	.socialicon a {
		width: 46px;
		height: 46px;
		margin-left: 0px;
	}
	.widget .card a {
		margin-left: 15px;
	}
	.ml-30 {
		margin-left: 0px;	
	}
	.top-nav li a {
		padding-left: 26px;
	}
	.logo {
	    padding-left: 10px;
	    text-align: left;
	}
}
@media (min-width: 767px) and (max-width: 900px) {
	.banner .contact-info {
		width: 345px;
	}
}

