@import url(https://fonts.googleapis.com/css?family=Dosis:400,500,600,700,300);
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,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', 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;
}

.news-sec.text-center p {
    text-align: center;
}

.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;
}
.full-content {
    padding: 10px 0px;
}
.full-content .container-fluid {
    padding: 0px 25px;
}
.full-content .col-md-4 {
    padding: 13px;
}
.banner {
  position: relative;
  background: url(../images/banner-bg.png) repeat 0 0 scroll;
  border-top: 0px solid #a4964b;
  border-bottom: 0px solid #a4964b;
}

.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 figure {
  position: relative;
  transition: all 0.3s ease-in-out; 
}
.service-slider figure figcaption {
  width: 100%;
  text-align: center;
  padding: 12px;
  color: rgb(89,108,122);
  text-transform: uppercase;
  font-weight: bold;
  transition: all 0.3s ease-in-out;
  background: #fff;
  min-height: 100px;
  border-top: 2px solid #f4f4f4;
  display: flex;
  align-items: center;
}
.service-slider figure figcaption span {
    width: 100%;
}
.service .bx-wrapper {
  background: none;
  box-shadow: 0px 0px 0px;
  margin: 0 auto 0px;
  border: 0px solid transparent;
}
.service .bx-wrapper .bx-prev {
  background: transparent !important;
  left: 0;
}
a.bx-prev:before {
    content: "\f104";
    font-family: FontAwesome;
    position: absolute;
    left: -30px;
    z-index: 999;
    width: 50px;
    color: #f79f3b;
    font-size: 42px;
    text-indent: 0;
}
a.bx-next:before {
    content: "\f105";
    font-family: FontAwesome;
    position: absolute;
    right: -66px;
    z-index: 999;
    width: 50px;
    color: #f79f3b;
    font-size: 42px;
    text-indent: 0;
}
.service .bx-wrapper .bx-next {
  background: transparent !important;
  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;
}
.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;
}
#profile_nav .cart-product ul li {
    list-style: none;
    display: inline-block;
}
#profile_nav .cart-product ul {
    padding: 0px;
    width: 100%;
    text-align: center;
}
#profile_nav .cart-product ul li a {
    padding: 8px;
  display: inline-block;
  vertical-align: bottom;
  width: 165px;
  text-align: center;
  background: linear-gradient(to bottom, #f79f3b 0%,#9e7f4c 100%);
}
#profile_nav .cart-product ul li a:hover {
    text-decoration: none;
}
.cart-btn {
  padding: 8px;
  display: inline-block;
  vertical-align: bottom;
  width: 65px;
  text-align: center;
}
.cart-btn.img {
  width: 52px;
  height: 52px;
  padding-top: 14px;
}
.top-header .pull-right.text-right li {
    list-style: none;
    margin-top: 0px !important;
    padding: 0px .5px 0px .5px;
}
.nav-item.dropdown .cart-btn.link {
  font-weight: bold;
  font-size: 18px;
  position: relative;
  color: #fff;
    background: #3e5d67;
}
.cart-btn.link {
  font-weight: bold;
  font-size: 18px;
  position: relative;
  color: #fff;
    background: #3e5d67;
}
.cart-btn.link span {
    font-weight: 600;
    font-size: 14px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
    position: relative;
}
.cart-btn.link span:after {
    content:'';
    background: #fff;
    width: 1px;
    height: 5px;
    right: 10px;
}
.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: 15px;
}
.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;
    min-height: 610px;
    background: #fff;
}
.product-image {
  position: relative;
  margin-right: 40px;
}
.product .product-box figure, .product .product-image figure {
  position: relative;
  z-index: 5;
  background: #fff;
  text-align: center;
  padding: 10px;
}
.navbar .container {
    position: relative;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    position: initial;
}
.nav>li {
    position: initial !important;
}
.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 15px;
  min-height: 165px;
  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);
}
.product .box:hover .product-desc .quick-btn,
.product .box:hover .product-desc .more-btn {
  opacity: 1;
  transition: all 0.4s;
  display: block;
  cursor: pointer;
}
.product .more-btn:hover {
  text-decoration: none;
}
.product .more-btn {
  transition: all 0.4s;
  background: #b4a68c !important;
  font-size: 20px;
  min-height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  display: block;
  opacity: 0;
  margin-top: 10px;
    position: absolute;
    bottom: 15px;
    width: 67%;
}

.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: #b0a463;
  color: #fff;
}

.sidebar .dropdown-menu {
    z-index: 2;
}

.product .sidebar ul li .dropdown-menu li.current > a {
    font-weight: 600;
}
.product .dropdown-menu {
  position: relative;
  top: 2px;
  width: 100%;
  margin-bottom: 0px !important;
  box-shadow: 0px 0px 0px;
  border: 0px;
  margin-top: -2px;
}
.product .dropdown-menu li a {
  padding-left: 20px !important;
  position: relative;
}
.product .dropdown-menu li ul li a {
    padding-left: 35px !important;
}
/*.product .dropdown-menu li a:before {*/
/*  content: "\f0da";*/
/*  position: absolute;*/
/*  left: 20px;*/
/*  font-size: 16px;*/
/*  font-family: FontAwesome;*/
/*}*/
.product .product-box h4 {
  font-size: 14px;
  font-weight: 600;
  color: #444444;
  line-height: 24px;
  margin: 0px;
  max-height: 48px;
  overflow: hidden;
	min-height: 55px;
}
.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 {
    color: #fff;
    font-weight: 700;
    font-size: 13px;
    width: 57px;
    text-align: center;
    height: 33px;
    line-height: 33px
}
.offer-sec {
    position: absolute;
    top:0px;
    width: 100%;
    z-index: 9;
    left: 0;
}
.offer-sec .left-offer {
    float: left;
}
.offer-sec .left-offer .delivery-text {
    background: #b4a68c;
    color: #fff;
    font-weight: 700;
    font-size: 13px;
    width: 93px;
    text-align: center;
    height: 33px;
    line-height: 33px;
    margin-bottom: 5px;
}
.offer-sec .left-offer .percentage-box {
    background: #e4b80c;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    width: 140px;
    text-align: center;
    height: 33px;
    line-height: 33px;
}
.offer-sec .right-offer {
    float: right;
}
.offer-sec .right-offer .new-box {
    background: #1c9132;
    color: #fff;
    font-weight: 700;
    font-size: 13px;
    text-align: center;
    height: 33px;
    line-height: 33px;
    width: 60px;
}
.product .product-box figure {
    position: relative;
}
.product .product-box .box.news span,
.product .product-image.news span {
    background: #f79f3b;
}
.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 .product-box p strike {
    margin-right: 15px;
}
.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;
  width: 100%;
}
.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;
  padding-right: 29px;
}
.product .sidebar ul li a:hover{
  background: #b0a463;
  color: #fff;
  text-decoration: none;
}
.product .sidebar ul li .dropdown-menu li a:hover,
.product .sidebar ul li .dropdown-menu li.current > a {
    background: #cec598;
    color: #fff;
}
.product .p-70 {
    padding: 0px 70px;
}
.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-detail table.border,
table.data {
    border: 1px solid #535f68 !important;
    margin-bottom: 20px;
}
.product-detail table.border tr,
.email-temp .data.striped tr {
    border-top: 1px solid #535f68;
}
.product-detail table.border thead tr {
    border-bottom: 1px solid #535f68;
}
.product-detail table.border tr:first-child,
.email-temp .data.striped tr:first-chil {
    border-top: 0px;
}
.product-detail table.border tr td,
.product-detail table.border tr th,
.email-temp .data.striped th,
.email-temp .data.striped td{
    padding: 0px 10px;
    height: 40px;
    border-left: 1px solid #535f68;
}
.product-detail table.border tr td:first-child,
.product-detail table.border tr th:first-child,
.email-temp .data.striped th:first-child {
    border-left: 0px;
}
.email-temp .data.striped tr:last-child td {
    background: #525f68 !important;
}
.email-temp {
    margin-bottom: 40px;
    margin-top: 50px;
}
.header-table {
    background: linear-gradient(to bottom, #f79f3b 0%,#9e7f4c 100%);
}
.header-table tr td {
    color: #fff;
    padding: 10px 0px;
}
.header-table tr td p,
.header-table tr td p a {
    color: #fff !important;
}
.email-temp table th {
    padding: 0px 10px;
    background-color: #525f68;
}
.product-detail table.border tr th, .email-temp .data.striped th {
    background-color: #525f68 !important;
	color: #fff;
}
	
.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: #f79f3b; /* Old browsers */
  background: -moz-linear-gradient(top, #fd9821 0%, #f79f3b 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #f79f3b 0%,#f79f3b 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #f79f3b 0%,#f79f3b 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: 0px;
  display: block;
  margin-top: 40px;
  line-height: 87px;
}
.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: 25%;
  min-height: 453px;
}
.productContainer {
  overflow: unset !important;
}
.cart-sec  {
  padding: 50px 0px;
}
.cart-sec .table thead tr th {
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  background: #525f68;
  text-transform: uppercase;
  text-align: center;
  border-left: 1px solid #525f68;
  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 a {
    color: #333;
}
.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: #525f68;
  margin: 0px;
  border-bottom: 1px solid #525f68;
  margin-bottom: -1px;
  color: #fff;
}
.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 {
    background: #f4f4f4;
}
.info.cart-2 label {
  width: 17%;
}
.info.cart-2 input {
  width: 83%;
}
.info.cart-2 input[type="submit"] {
    width: 100%;
}
.info.cart-popup label {
  padding: 10px;
  width: 38%;
}
.info.cart-popup input {
  padding: 10px;
  width: 62%;
}
.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: #fff;
  width: 100%;
  text-align: center;
  padding: 10px;
  display: block;
}
.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: 94%;
  max-width: 710px;
  background: #fff;
}
.cart-popup button.close {
  position: initial;
}
.cart-popup .modal-header {
  background: #525f68;
  font-size: 15px;
  color: #625d5b;
  padding: 10px;
}
.cart-popup .modal-header h4 {
  font-size: 15px;
  text-align: left;
  color: #fff;
}
.cart-popup .close {
  color: #fff;
}
.cart-product {
  border-bottom: 1px solid #cdcdcd;
  padding: 15px 0px;
  display: flex;
  align-items: center;
}
.product-text {
    width: 100%;
    margin-left: 12px;
}
.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: 20px 20px 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;
}
.sub-menu {
    top: 72px;
}

.frame-link {
    position: absolute;
    top:0px;
    bottom:0px;
    width: 100%;
    z-index: 9;
    left: 0;
}

.product .quick-btn {
    background: #fd9821; /* Old browsers */
  background: -moz-linear-gradient(top, #fd9821 0%, #ef8224 100%) !important; /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #f79f3b 0%,#9e7f4c 100%) !important; /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #f79f3b 0%,#9e7f4c 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd9821', endColorstr='#ef8224',GradientType=0 ) !important; /* IE6-9 */
  color: #fff;
  float: right;
  padding: 5px 10px;
    z-index: 9999 !important;
    position: absolute !important;
    right: 17px !important;
    bottom: 15px !important;
    display: none;
    opacity: 0;
    font-size: 14px !important;
    font-weight: 600 !important;
    border: 0px;
    width: 88%;
}

.modal-open .modal.in {
    display: flex !important;
    align-items: center;
}
.modal-open .modal.in.cart-popup {
    display: block !important;
}
.service-slider.slide figure img {
    padding: 20px;
}
.service-slider.slide figure {
    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: 1100px) {
    .product .product-box.col-md-10 {
        width: 70%;
    }
    .product .col-md-2.sidebar {
        width: 30%;
    }
    .product-box .col-sm-4 {
        width: 33.3333%;
        min-height: auto;
    }
    #menu2nav .navbar-header {
      width: 100% !important;
    }
    .navbar-toggler {
      display: block !important;
      position: absolute;
      right: 20px;
      top: 35px;
    }
    body .collapse {
      display: none !important;
    }
    body .collapse.in {
      display: block !important;
    }
    .megamenu2018>li {
      width: 100% !important;
      text-align: left !important;
      padding: 15px 20px;
    }
}

@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;
  }
}
.navbar-toggler {
    display: none;
}
.quick-modal-popup .modal-dialog {
    width: 100%;
    max-width: 600px;
    padding: 0px;
}
.quick-modal-popup .modal-dialog .modal-header  {
  background: #525f68; /* Old browsers */
  color: #fff;
}
.quick-modal-popup .modal-dialog .popup-content {
  padding-top: 30px;
}
.quick-modal-popup .modal-dialog figure {
    float: left;
    width: 200px;
    margin-right: 20px;
}
.quick-modal-popup .modal-dialog figure img {
    width: 100%;
}
.quick-modal-popup .modal-dialog .btn-orange-small {
  background: #f79f3b; /* Old browsers */
  color: #fff;
  display: block;
  width: 100%;
  padding: 10px;
  text-align: center;
  font-weight: 700;
}
.quick-modal-popup .modal-dialog .btn-orange-small:hover {
  text-decoration: none;
}
.modal-open .modal {
    background: rgba(0,0,0,0.7);
}
.service-slider .col-sm-4 figure {
    min-height: auto !important;
}
.service-slider figure figcaption {
    position:  relative !important;
    bottom: 2px !important;
}
.top-header ul li {
    margin-top: 11px !important;
}
.service-slider .col-sm-4 figure img {
    padding: 20px;
    border-bottom: 3px solid #f4f4f4;
}
.service.marker {
    text-align: center;
}
.service.marker .col-md-2 {
    width: 9.66%;
    display: inline-block;
    float: none;
}
.profile-page {
    padding-bottom: 50px;
}

.profile-page p.border.top-border {
    border-top: 1px solid #c5c0bc;
}
.profile-page h5 {
    font-size: 20px;
    margin-bottom: 30px;
}
.profile-page p.border {
    padding: 0px;
    margin-bottom: 0px;
    border-top: 0px;
}
.profile-page label {
    width: 100%;
    max-width: 19%;
    border-right: 1px solid #ccc;
    margin-bottom: 0px;
    height: 50px;
    line-height: 50px;
    position: relative;
}
.profile-page p.border input {
    width: 100%;
    max-width: 80.6%;
    background: #fff;
    border: 0px;
    height: 50px;
    line-height: 50px;
    padding-left: 10px;
}
.profile-page p.border input:focus {
    outline: none;
}
.profile-page input[type="submit"] {
    background: linear-gradient(to bottom, #f79f3b 0%,#9e7f4c 100%) !important;
    float: left;
    color: #fff !important;
    font-weight: bold;
    width: 300px;
    margin: 0 auto;
    border: 0px;
    height: 45px;
    line-height: 45px;
    float: right;
    
}
.order-page {
    padding-bottom: 50px;
}
.order-page table tr th {
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: 10px;
}
.order-page table tr th:first-child {
    border-left: 1px solid #ccc;
}
.order-page table tr td {
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: 10px;
}
.order-page table tr td:first-child {
    border-left: 1px solid #ccc;
}
.order-page table {
    border-bottom: 1px solid #ccc;
}

#login form {
    width: 100%;
}
#login.cart-popup .cart-product .login-btn a {
    width: 235px !important;
	color: #000;
}
#login.cart-popup .cart-product .btn-orange, .cart-popup .cart-product .btn-grey {
    float: right;
    margin-right: 10px;
}
#login .mb-30 {
    margin-bottom: 0px !important;
}

.big-box.yellow {
  border-color: #e4b80d;
}
.big-box > div {
    width: 100%;
}
.offer {
   background: #e4b80d;
   position: absolute;
   color: #fff;
   font-size: 30px;
   width: 225px;
   bottom: 0px;
   text-align: center;
   top: 110px;
   z-index: 8;
   font-weight: 700;
   padding-top: 20px;
}
.offer.right {
    right: 86px;
}
.big-box {
    width: 361px;
    height: 368px;
    border: 10px solid;
    display: flex;
    background: #fff;
    box-shadow: 0px 0px 10px 0px #000;
    position: absolute;
    text-align: center;
    align-items: center;
    z-index: 9;
}
.big-box p {
    text-align: center;
    font-size: 24px;
    color: #000;
}
.big-box h2 {
    text-transform: uppercase;
    color: #000;
}
p.gold-text {
    color: #a4964b;
    text-transform: uppercase;
}
p.price-before {
    text-decoration: line-through;
    color: #ccc;
}
p.price-new {
    font-size: 26px;
}
.big-box.right {
    bottom: 69px;
    right: 138px;
}

.small-box {
    width: 156px;
    height: 162px;
    display: flex;
    background: #fff;
    box-shadow: 0px 0px 10px 0px #000;
    position: absolute;
    text-align: center;
    align-items: center;
    z-index: 9;
    bottom: 28px;
}
.small-box.left {
    left: 22px;
}
.small-box p {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 2px;
}
.small-box h3 {
    font-weight: 700;
    text-transform: none;
    color: #000;
    margin-bottom: 2px;
}
.small-box p.gold-text {
    text-transform: none;
}
.small-box p.price {
    text-align: center;
    font-weight: 700;
    color: #000;
    font-size: 24px;
}
.small-box > div {
    width: 100%;
}
.offer-small {
    font-size: 23px;
    width: 87px;
    bottom: 0px;
    text-align: center;
    top: 61px;
    z-index: 8;
    font-weight: 700;
    padding-top: 2px;
    left: 13px;
}
.offer-new.offer-small {
    background: #399005;
    font-size: 15px;
    padding-top: 8px;
}
.offer-small.left {
    left: 13px;
}

#menu2nav {
    z-index: 12;
}
.megamenu2018-overlay {
  z-index: 11 !important;
}
#productimage .fileinput-preview {
    border: 1px solid #ccc;
    margin-bottom: 25px;
}
.business_profile {
    padding-top: 60px;
    background: #f4f4f4;
}

.business_profile label {
  display: block;
}
.business_profile input,
.business_profile textarea {
    width: 100%;
    display: block;
    background: #fff;
    border: 1px solid;
    margin-bottom: 14px;
    padding: 3px;
    font-weight: 600;
    color: #000;
    height: 40px;
}
.business_profile textarea {
  resize: none;
  height: 140px;
}
.business_profile .opening_hour {
  float: right;
}
.business_profile input[type="submit"] {
  background: #F29E42;
  color: #fff;
  border: 0px;
  margin-top: 15px;
}
.business_profile .col-sm-7 {
  float: right;
  text-align: right;
  margin-top: -35px;
}
.business_profile .col-sm-7 .btns {
  max-width: 320px;
  float: right;
  border-radius: 0px;
  width: 100%;
  overflow: hidden;
  height: 45px;

}
.business_profile a {
    color: #444444;
}
.business_profile p {
    color: #444444;
	line-height: 24px;
}
.business_profile .connect-btn {
    text-align: center;
    width: 160px;
    height: 40px;
    line-height: 40px;
    background: #F29E42;
    color: #fff;
    display: inline-block;
    margin-top: 5px;
    border-radius: 0px;
    text-transform: uppercase;
}
.business_profile .opening_hour span {
    display: inline-block;
    width: 120px;
}
.business_profile .social_icns {
    margin-bottom: 20px;
}
.business_profile .social_icns a {
    display: inline-block;
    width: 57px;
    height: 57px;
    border-radius: 0px;
    text-align: center;
    line-height: 68px;
    margin-left: 27px;
    background: #f79f3b;
}
.business_profile .social_icns a:first-child  {
    margin-left: 0px;
}
.business_profile .social_icns a i {
    color: #fff;
    font-size: 30px;
}
/*.business_profile .social_icns a.facebook  {
    background: #4b69b0;
}
.business_profile .social_icns a.instagram  {
    background: #d0315d;
}
.business_profile .social_icns a.youtube  {
    background: #e83f3a;
}
.business_profile .social_icns a.twitter  {
    background: #37b1e1;
}
.business_profile .social_icns a.linkedin  {
    background: #0678b6;
}
.business_profile .social_icns a.whatsapp  {
    background: #2ba63a;
}*/
.business_profile .mt-80 {
    margin-top: 80px;
}
.business_profile .border-img {
    border: 4px solid #bebebe;
}
.business_profile .border-img img { 
    width: 100%;
}
.business_profile .busi-protfolio figure { 
    margin-bottom: 40px;
}

.business_profile .big-btn {
    width: 100%;
    height: 100px;
    line-height: 100px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    margin-top: 100px;
    margin-bottom: 100px;
    display: block;
}
.business_profile .light-blue.big-btn {
    background: #a3944a;
}
.business_profile .container-fluid {
    padding: 0px 60px;
}
.business_profile .btn-profile {
    width: 100%;
    height: 40px;
    display: block;
    line-height: 40px;
    text-align: center;
    color: #fff;
    margin-bottom: 20px;
}
.business_profile .theme-btn {
    background: #F29E42;
    max-width: 320px;
}
.business_profile .green-btn {
    background: #a3944a;
}

.business_profile .business_picture {
    width: 250px;
    height: 250px;
    border: 4px solid #fff;
    text-align: center;
    float: left;
    margin-right: 40px;
    margin-top: -162px;
}
.business_profile .business_picture img {
    margin: 0px auto 0;
}
.business_profile .business_picture figcaption {
    font-weight: 700;
    font-size: 18px;
    margin-top: 15px;
}
.adv {
    background: #f4f4f4;
    padding: 80px 0px 100px;
}
.adv h3 {
    margin-bottom: 50px;
}
.adv .container-fluid {
    padding: 0px 60px;
}
.adv-border {
    border: 4px solid #d8d8d8;
}
.adv-border img {
    width: 100%;
}
.quote-form {
    padding: 15px;
    border: 1px solid #ccc;
    margin-left: 0;
    margin-right: 0;
    background: #e9e9e9;
}
.quote-form > div {
  margin-bottom: 15px;
}
.quote-form textarea {
  width: 100%;
  border: 1px solid #ccc;
  resize: none;
  height: 141px !important;
  padding: 10px 15px;
}
.quote-form input[type=submit] {
  background: #f79f3b;
  border-color: #f79f3b;
  font-weight: 700;
  color: #fff;
}
.quote-form label {
  display: block;
}
.quote-form input {
  width: 100%;
  height: 40px;
  border: 1px solid #ccc;
  padding: 0px 15px;
}
.quote-form textarea:focus,
.quote-form input:focus {
  outline: none;
}
@media (min-width: 0px) and (max-width: 990px) {
    .collapse.navbar-navigation {
        display: none !important;
    }
    .collapse.navbar-navigation.in {
        display: block !important;
    }
    #menu2nav .navbar-header {
        width: 100% !important;
    }
    .navbar-toggler {
        display: block;
        border: 0px;
        background: none;
        float: right;
        position: absolute;
        right: 10px;
        top: 18px;
        font-size: 23px;
    }
    #menu2nav .navbar-header + div {
        width: 100% !important;
    }
    #menu2nav .navbar-nav > li {
        width: 100% !important;
        height: auto !important;
    }
    .navbar-default .navbar-navigation > li > a {
        line-height: 38px !important;
    }
    .mobile-hide {
        display: none;
    }
  .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;
  }
  .form-bg .col-md-4 .button {
    position: relative;
    width: 100%;
  }
  .news {
    margin-bottom: 30px;
  }
  .product {
      padding-top: 30px;
  }
  .product-detail.col-sm-5 {
      padding-left: 15px;
  }
  .product-detail {
      padding-left: 0px;
  }

  
}
@media (max-width: 768px){
	.business_profile {
		padding-top: 30px;
	}
	.business_banner {
		margin-top: 15px;
	}
	.business_profile .theme-btn {
		max-width: 100%;
	}
  .product-box .col-sm-4 {
        width: 100%;
        float: left;
        padding: 0px 5px;
        margin-bottom: 30px;
    }
    .product .box:hover .product-desc {
        height: 130px;
    }
    .product .product-box .box {
        margin-bottom: 0px;
    }
    .product-box .row {
        margin-right: -5px;
        margin-left: -5px;
    }
    .product .quick-btn {
        opacity: 1;
        display: block;
        width: 94%;
        padding: 2px;
        right: 5px !important;
        bottom: 6px !important;
        left: 5px;
    }
    .offer-sec .left-offer .delivery-text {
        font-size: 11px !important;
        width: 90px !important;
        height: 26px !important;
        line-height: 26px !important;
    }
    .offer-sec .right-offer .new-box {
        font-size: 11px !important;
        height: 26px !important;
        line-height: 26px !important;
    }
    .offer-sec .left-offer .percentage-box {
        font-size: 11px !important;
        height: 26px !important;
        line-height: 26px !important;
    }
    .product .product-box h4 {
        line-height: 16px;
        font-size: 12px;
        max-height: 32px;
        min-height: 32px;
    }
    .product .product-box p {
        font-size: 12px;
        line-height: 16px;
    }
  h2 {
      font-size: 24px !important;
  }
  .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: 15px;
  }
  .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) {
    .product .product-box p strike {
        display: block;
        margin-right: 0px;
    }
  .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;
  }
  .quick-modal-popup .modal-dialog figure {
      width: 100%;
  }
}
@media (min-width: 767px) and (max-width: 900px) {
  .banner .contact-info {
    width: 345px;
  }
}
@media (min-width: 767px) and (max-width: 11px) {
    .service.marker .col-md-2 {
        width: 19% !important;
    }
}
@media (max-width: 700px) {
    .product-box .col-sm-4 {
      min-height: auto;
    }
	.product .product-box h4 {
		min-height: auto;
	}
    .content.product-detail.service {
        padding-bottom: 40px !important;
    }
    .product-image {
        margin-right: 0px;
    }
    .info.cart-2 label {
        width: 100%;
    }
    a.bx-next:before {
        right: -30px;
    }
    a.bx-prev:before {
        left: 7px;
    }
    .service .bx-wrapper .bx-controls-direction a {
        overflow: hidden;
    }
    .product .product-detail h3 {
        line-height: 32px;
    }
    .info.cart-2 input {
        width: 100%;
        border-left: 0px;
    }
    .home-menu ul li {
        list-style-type: none;
        display: inline-block;
        width: 32% !important;
        margin-bottom: 16px;
    }
    .top-header .col-md-12 {
        padding: 0px;
    }
    .home-menu ul {
        text-align: center;
    }
    .service-slider {
        padding-top: 0px !important;
    }
    .service.marker .col-md-2 {
        width: 45%;
    }
    .marker .service-slider figure {
        margin-bottom: 0px;
    }
    .service-slider figure figcaption {
        position: relative !important;
        bottom: 2px !important;
    }
    .service-slider .col-sm-4 figure {
        min-height: auto !important;
    }
    .connectedFooterSortable {
        padding-left: 15px !important;
    }
    .service-slider figure figcaption {
        font-size: 14px !important;
    }
    .service-slider figure figcaption small {
        font-size: 12px !important;
    }
    .service {
        padding-bottom: 0px !important;
    }
    .cookie-readmore a {
        color: #000;
    }
}
@media screen and (max-height: 700px) {
    .modal-open .modal.in.cart-popup {
        display: flex !important;
    }
    .modal-open .modal.in.cart-popup.quick-modal-popup {
        display: flex !important;
    }
}
.service-slider .col-sm-4 figure {
    background: #fff;
}
@media (max-width: 359px){
    .offer-sec .left-offer .delivery-text {
        width: 74px !important;
    }
}
/*.offer-sec .right-offer .new-box {*/
/*    display: none;*/
/*}*/
.cookieText p {
    color: #000;
}
.cookie {
    background-color: rgba(0, 0, 0, 0.8) !important;
    padding: 0px 20px;
    min-height: 40px;
    position: fixed;
    width: 100%;
    bottom: 0px;
    z-index: 99999;
    top: 0px;
    display: flex;
    align-items: center;
}
.cookie-readmore {
    margin-bottom: 45px;
}
.cookie > div {
    background-color: rgba(230, 230, 230, 0.9) !important;
    width: 100%;
    max-width: 900px;
    padding: 50px;
    margin: 0 auto;
}
@media (max-width: 1200px) {
    .nav-overlay {
        display: none !important;
    }
}
@media (min-width: 901px) and (max-width: 1200px) {
    .small-box {
        width: 95px;
        height: 100px;
        display: flex;
        background: #fff;
        box-shadow: 0px 0px 10px 0px #000;
        position: absolute;
        text-align: center;
        align-items: center;
        z-index: 9;
        bottom: 10px;
    }
    .big-box {
        display: none;
    }
    .offer.right {
        display: none;
    }
    .offer-small {
        font-size: 13px;
        width: 45px;
        bottom: 0px;
        text-align: center;
        top: 14px;
        z-index: 8;
        font-weight: 700;
        padding-top: 2px;
        left: 13px;
    }
    .small-box p {
        font-size: 12px;
    }
    .small-box h3 {
        font-size: 14px;
    }
    .small-box p.price {
        font-size: 18px;
    }
}
@media (min-width: 766px) and (max-width: 900px) {
    .megamenu2018 > li {
        width: 20%;
        float: left;
        border-left: 0px;
        border-bottom: 1px solid #dad9d5;
    }
    .megamenu2018 {
        height: auto;
    }
    .more-mob {
        display: none;
    }
    .small-box {
        width: 102px;
        height: 110px;
        bottom: 12px;
    }
    .offer-small {
        font-size: 14px;
        width: 55px;
        bottom: 0px;
        text-align: center;
        top: 19px;
        z-index: 8;
        font-weight: 700;
        padding-top: 2px;
        left: 13px;
    }
    .small-box h3 {
        font-size: 14px;
    }
    .small-box p {
        font-size: 13px;
    }
    .small-box p.price {
        font-size: 16px;
    }
    .infobar .cookie-checkboxes {
        width: 100% !important;
    }
    .infobar .cookie-buttons {
        width: 100% !important;
    }
    .big-box {
        display: none;
    }
    .offer.right {
        display: none;
    }
}
@media (max-width: 767px) {
    .business_profile .business_picture {
        margin: 0px 20px 30px 0;
		width: 140px;
		height: 132px;
    }
	.product-detail.service .bx-wrapper {
		margin: 0 auto !important;
	}
	.service-slider.slide figure {
		background: #fff;
		display: inline-block;
		float: none !important;
		margin: 0 auto;
	}
	.business_data {
		width: 60%;
	}
	.business_profile .opening_hour {
		float: none;
	}
	.business_profile .col-sm-7 .btns {
		float: none;
		max-width: 100%;
	}
	.business_profile .col-sm-7 {
		float: none;
		text-align: left;
	}
	.business_profile .row .col-sm-6:first-child {
		display: flex;
		align-items: center;
	}
	.cookie > div {
		padding: 20px !important;
	}
	.home-new .col-md-4, .home-new .col-md-6, .home-new .col-sm-4, .home-new .col-sm-6, .home-new .col-sm-8 {
		margin-bottom: 0px;
	}
    .business_profile .connect-btn {
        width: 100%;
    }
    .business_profile .opening_hour span {
        display: inline-block;
        width: 120px;
        float: left;
        text-align: left;
    }
    .business_profile .big-btn {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .busi-protfolio .col-md-4:first-child,
    .busi-protfolio .col-md-4:last-child {
        background: #f4f4f4;
        padding: 30px 15px;
    }
    .business_profile .mt-80 {
        margin-top: 40px;
    }
    .opening_hour p {
        text-align: right;
    }
    .business_profile .container-fluid,
    .adv .container-fluid {
        padding: 0px 20px;
    }
    .product .p-70 {
        padding: 0px 20px;
    }
    .product-detail .bx-wrapper .bx-pager, .product-detail .bx-wrapper .bx-controls-auto {
        /*width: 50px !important;*/
        /*left: -70px !important;*/
    }
    .product-detail .bx-wrapper .bx-pager-item {
        margin-bottom: 15px !important;
        display: inline-block;
    }
    /*.product-detail .bx-wrapper {
        margin-left: 70px !important;
    }*/
    .product-detail .bx-wrapper .bx-pager-item {
      width: 28% !important;
    }
    .infobar a#infobar-acceptSelectedCookiesBtn {
        margin-right: 0px !important;
        margin-bottom: 10px;
    }
    .big-box {
        display: none;
    }
    .offer.right {
        display: none;
    }
    .offer-small {
        font-size: 14px;
        width: 55px;
        bottom: 0px;
        text-align: center;
        top: 19px;
        z-index: 8;
        font-weight: 700;
        padding-top: 2px;
        left: 13px;
    }
    .infobar .cookie-checkboxes {
        padding-top: 0px;
    }
    .small-box {
        width: 92px;
        height: 97px;
        bottom: 10px;
    }
    .small-box h3 {
        font-size: 12px;
    }
    .small-box p {
        font-size: 11px;
    }
    .small-box p.price {
        font-size: 14px;
    }
}
.breadcrumb>li+li:before {
	content: "";
}
.collapse {
  display: block !important;
}
.flex-row .row {
	display: flex;
}
.flex-row .bg-grey {
	height: 100%;
}
@media (max-width: 990px) {
	.flex-row .row {
		display: block;
	}
	.home-new figure figcaption {
		font-size: 14px !important;
	}
	.home-new figure:hover figcaption {
		opacity: 1!important;
	}
	.home-new figure:hover .overlay {
		opacity: 0 !important;
		display: none;
	}
  .collapse {
    display: none !important;
  }
  .collapse.in {
    display: block !important;
  }
	.business_banner img {
		height: auto !important;
	}
	.business_profile .col-sm-7 {
		margin-top: 0px !important;
	}
}
.business_banner img {
	height: 650px;
}

.business_profile .styled-checkbox {
    position: relative;
}
 .business_profile .styled-checkbox [type="checkbox"]:not(:checked),
.business_profile .styled-checkbox [type="checkbox"]:checked {
position: absolute;
opacity: 0;
}
.business_profile .styled-checkbox [type="checkbox"]:not(:checked) + label,
.business_profile .styled-checkbox [type="checkbox"]:checked + label {
position: relative;
padding-left: 34px;
cursor: pointer;
margin-right: 6px;
text-transform: uppercase;
font-size: 11px;
color: #444;
text-align: left;
}
.business_profile .styled-checkbox {
margin-bottom: 14px;
}
/* radio aspect */
.business_profile .styled-checkbox [type="checkbox"]:not(:checked) + label:before,
.business_profile .styled-checkbox [type="checkbox"]:checked + label:before {
content: '';
position: absolute;
left:2px; top: -1px;
width: 27px; height: 27px;
background: #fff;
}
/* checked mark aspect */
.business_profile .styled-checkbox [type="checkbox"]:not(:checked) + label:after,
.business_profile .styled-checkbox [type="checkbox"]:checked + label:after {
content: '';
position: absolute;
top: -1px; left: 3px;
line-height: 0.8;
transition: all .2s;
background: url(assets/images/check-new.png) no-repeat 0 0 scroll;
width: 27px;
height: 26px;
background-size: 87%;
color: #444;
font-size: 11px;
text-align: left;
}
/* checked mark aspect changes */
.business_profile .styled-checkbox [type="checkbox"]:not(:checked) + label:after {
opacity: 0;
transform: scale(0);
}
.timing-2 {
padding: 0px;
margin: 0px;
list-style: none;
}
.business_profile .styled-checkbox [type="checkbox"]:checked + label:after {
opacity: 1;
transform: scale(.5);
}
.business_profile .styled-checkbox label a {
  color: #F29E42 !important;
  font-size: 11px;
}
.business_profile .styled-checkbox [type="checkbox"]:disabled + label {
color: #aaa;
}
/* accessibility */
.business_profile .styled-checkbox label {
font-weight: bold;
font-size: 14px;
line-height: 14px;
padding: 5px 2px;
text-transform: none;
} 
.business_profile .styled-checkbox label {
display: inline-block;
font-size: 13px;
color: #596c7a;
font-weight: 600;
}
.content.product-detail .bx-wrapper {
	margin-bottom: 49px;
}
.product-owner img {
	width: 70px;
	height: 70px;
}
.infobar a#infobar-acceptCookiesBtn {
	border-color: #f79f3b !important;
	background: #f79f3b !important;
}
.top-section, .bottom-section {
	text-align: center;
	padding: 60px 0px;
}
.top-section h2, 
.bottom-section h2 {
	color: #f79f3b;
	font-size: 36px;
	font-weight: 700;
}
.top-section p, 
.bottom-section p {
	text-align: center;
	max-width: 420px;
	margin: 20px auto;
}
.top-section .btn,
.bottom-section .btn{
	background: #f79f3b;
	color: #fff;
	max-width: 300px;
	margin: 20px auto;
	display: inline-block;
	border-radius: 0px;
	width: 100%;
}
.bottom-section {
	background: #f4f4f4;
}
li.ui-menu-item:nth-child(odd) {
    background: #f5f5f5;
}
.ui-menu .ui-menu-item {
	line-height: 30px;
}
@media (min-width: 767px) {
	.ui-widget.ui-widget-content {
		width: 670px !important;
	}
}

.ui-menu-item .category:after {
    content: "Kategori";
    position: absolute;
    right: 15px;
    color: #000;
    font-size: 10px;
    font-weight: 700;
}
.ui-menu-item .company:after {
    content: "Virksomhed";
    position: absolute;
    right: 15px;
    color: #000;
    font-size: 10px;
    font-weight: 700;
}
.ui-menu-item .product:after {
    content: "Service";
    position: absolute;
    right: 15px;
    color: #000;
    font-size: 10px;
    font-weight: 700;
}
.ui-menu-item .service:after {
    content: "Service";
    position: absolute;
    right: 15px;
    color: #000;
    font-size: 10px;
    font-weight: 700;
}
.ui-menu-item .address:after {
    content: "Adresse";
    position: absolute;
    right: 15px;
    color: #000;
    font-size: 10px;
    font-weight: 700;
}
.ui-menu-item .city:after {
    content: "By";
    position: absolute;
    right: 15px;
    color: #000;
    font-size: 10px;
    font-weight: 700;
}
.ui-menu-item .island:after {
    content: "Region";
    position: absolute;
    right: 15px;
    color: #000;
    font-size: 10px;
    font-weight: 700;
}