/*
*   Custom styles
*/
/* Customer SCSS styles */
@font-face {
  font-family: "jaf-bernino-sans-condensed";
  src: url("https://use.typekit.net/af/2155e0/00000000000000003b9adeed/27/l?primer=bcd0b711860b11878c5f4b0437025186e04d117aef109d2b43ccfc0cdc54834c&fvd=n4&v=3") format("woff2"), url("https://use.typekit.net/af/2155e0/00000000000000003b9adeed/27/d?primer=bcd0b711860b11878c5f4b0437025186e04d117aef109d2b43ccfc0cdc54834c&fvd=n4&v=3") format("woff"), url("https://use.typekit.net/af/2155e0/00000000000000003b9adeed/27/a?primer=bcd0b711860b11878c5f4b0437025186e04d117aef109d2b43ccfc0cdc54834c&fvd=n4&v=3") format("opentype");
  font-style: normal;
  font-weight: 400;
  font-display: auto;
}
#authProvidergoogle {
  display: none;
}

#authProviderfacebook {
  display: none;
}

#loginSeparatordefault {
  display: none;
}

#divListCalendarListData .col-text span {
  color: #fff;
}

#btZoomMinus,
#btZoomPlus {
  border-color: #fff !important;
}
#btZoomMinus .btn-icon,
#btZoomPlus .btn-icon {
  color: #fff !important;
}

#btZoomMinus:hover .btn-icon,
#btZoomPlus:hover .btn-icon {
  color: #000 !important;
}

.progress-steps .progress-steps-row .step-active .step-circle .step-number {
  font-weight: 400;
  color: #000;
}

.logo {
  display: inline-block;
}
.logo-img {
  max-width: 140px;
}
@media (min-width: 992px) {
  .logo-img {
    max-width: 100%;
  }
}

#main-section {
  margin-bottom: 50px;
}

#cartRegisteredLoginPart .registerForgottenPassword {
  background: #221f20;
}
#cartRegisteredLoginPart .registerForgottenPassword .btn.default-btn.btn-transparent {
  color: #ffde00 !important;
  border-color: #ffde00;
}

.resort {
  padding: 3px 0;
  background: #ffde00;
  color: #000;
  font-size: 16px;
  font-family: jaf-bernino-sans-condensed;
  font-weight: 700;
  line-height: 1.2;
  padding: 10px 0;
}
.resort a {
  color: #000;
  text-decoration: underline;
}
.resort a:hover, .resort a:focus {
  color: #000;
  text-decoration: none;
}

.good-toolbar {
  background-color: #222;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus {
  -webkit-text-fill-color: #fff;
  border: 1px solid #ffde00;
  -webkit-box-shadow: 0 0 0 30px #000 inset;
  transition: background-color 0.1s linear;
}

.errorPage {
  background: transparent;
}

nav.main {
  background-color: #ffde00;
}
nav.main .dropdown.nav-item:hover .dropdown-menu {
  display: block;
}
nav.main .navbar-nav > li > a {
  color: #000000;
  padding: 3px 0 0;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
}
nav.main .dropdown-menu {
  padding: 0;
  margin-top: 0;
}
nav.main .dropdown-menu a {
  background-color: #ffde00;
  display: flex;
  font-size: 15px;
  line-height: 1.2;
  color: #000;
  padding: 5px 7px;
  font-weight: 700;
}
nav.main .dropdown-menu a:hover {
  color: #000;
  background: #ffffff;
}

.footer .heel {
  border-top: 1px solid #ffde00;
  padding-top: 2em;
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
  justify-content: space-between;
}

.footer .heel .item li i {
  font-size: 30px;
}

.footer .heel .item li a {
  font-weight: 600;
}

.footer .heel .item li a:hover {
  text-decoration: underline;
  color: #fff !important;
}

.footer .social {
  background: transparent;
  padding: 5px;
  border-radius: 3px;
  transition: 0.15s;
  color: #ffffff !important;
  font-weight: 600;
  font-size: 12px;
}

.footer .heel .item ul {
  padding: 0;
}

.footer .heel .item li {
  font-size: 12px;
  list-style: none;
}

ul.socials {
  display: flex;
}

.footer .social {
  background: transparent;
  padding: 5px;
  border-radius: 3px;
  transition: 0.15s;
  color: #ffffff !important;
}

.footer .social svg {
  display: none;
}

.social svg.ext, .social svg.mailto {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
}

.footer-content {
  border-top: 1px solid #ffde00;
  padding: 1em 0;
}

/* Customer SCSS styles - END*/
/* Customer CSS styles */
/* Customer CSS styles - END */


