.dropdown-toggle::after {
  display: none; }

.dropdown {
  position: relative;
  margin-right: 10px !important; }
  .dropdown .caret {
    position: absolute;
    right: -4px;
    top: -1px;
    cursor: pointer; }
    @media (min-width: 992px) {
      .dropdown .caret {
        color: #f8f9fa;
        opacity: 0.5; } }
    .dropdown .caret::before {
      display: inline-block;
      font: normal normal normal 0.5rem/1 Flaticon;
      content: "\f106";
      vertical-align: middle; }

.navbar-scrolled .caret {
  color: #343a40; }

@media (max-width: 1199.98px) {
  .dropdown {
    margin-right: 0 !important; }
    .dropdown .caret {
      right: 15px;
      top: 8px;
      border: 1px solid #e9ecef;
      padding: 0 10px 0 10px;
      border-radius: 0.15rem; }
      .dropdown .caret:hover {
        border-color: #ced4da; } }
body,
html {
  width: 100%;
  height: 100%; }

#page {
  overflow: hidden; }

a:hover {
  text-decoration: none; }
  a:hover .h4, a:hover .h5 {
    color: #D4AF37; }
a .h4, a .h5 {
  color: #212529; }

.text-orange {
  color: #D4AF37;
  text-transform: uppercase; }

.text-white-75 {
  color: rgba(255, 255, 255, 0.75); }

hr.divider {
  max-width: 3.25rem;
  border-width: 0.2rem;
  border-color: #D4AF37; }

hr.light {
  border-color: #fff; }

.btn {
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  letter-spacing: 1px;
  border-radius: 1.5rem;
  font-size: 0.85rem;
  text-transform: uppercase;
  padding: 0.75rem 1.5rem; }

.btn-xl {
  padding: 1.25rem 2.25rem;
  font-size: 0.85rem;
  text-transform: uppercase;
  border: none;
  border-radius: 10rem; }

.page-section {
  padding-top: 5rem;
  padding-bottom: 5rem; }

@media (max-width: 575.98px) {
  .page-section {
    padding-top: 3rem;
    padding-bottom: 3rem; } }
.btn-primary:hover {
  color: #d4af37;
  background-color: #000;
  border-color: #000; }

@media (min-width: 1200px) {
  .admin-bar #main-nav-bar {
    top: 32px; } }
#main-nav-bar {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  background-color: #fff;
  transition: background-color 0.2s ease;
  text-transform: uppercase; }
  #main-nav-bar li:first-child {
    position: relative; }
    #main-nav-bar li:first-child i.flaticon-home {
      position: relative;
      top: -2px; }
  @media (min-width: 1200px) {
    #main-nav-bar {
      /* Hover on Desktop */ }
      #main-nav-bar .navbar-nav > li.dropdown > ul {
        display: block;
        opacity: 0;
        visibility: hidden;
        /* subtle fade effect */
        transform: translateY(2em);
        transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s; }
      #main-nav-bar .navbar-nav > li.dropdown:hover > ul {
        display: block;
        opacity: 1;
        visibility: visible;
        transform: translateY(0%);
        transition-delay: 0s, 0s, 0.3s; } }
  #main-nav-bar .custom-logo-link {
    font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 700;
    color: #212529;
    padding-top: 0; }
    #main-nav-bar .custom-logo-link img {
      height: 80px;
      width: auto; }
    @media (max-width: 991.98px) {
      #main-nav-bar .custom-logo-link img {
        height: 60px;
        width: auto; } }
    @media (max-width: 575.98px) {
      #main-nav-bar .custom-logo-link img {
        height: 50px;
        width: auto; } }
  #main-nav-bar .navbar-nav .nav-item .dropdown-menu {
    border: 0; }
  #main-nav-bar .navbar-nav .nav-item .nav-link {
    color: #6c757d;
    font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 400;
    font-size: 1.0rem;
    padding: 0.75rem 0;
    text-align: center; }
    #main-nav-bar .navbar-nav .nav-item .nav-link:hover, #main-nav-bar .navbar-nav .nav-item .nav-link:active {
      color: #D4AF37; }
    #main-nav-bar .navbar-nav .nav-item .nav-link.active {
      color: #D4AF37 !important; }
  @media (max-width: 991.98px) {
    #main-nav-bar .navbar-nav {
      border-top: 1px solid #e9ecef;
      padding-top: 2rem; } }
  @media (min-width: 1200px) {
    #main-nav-bar {
      box-shadow: none;
      background-color: transparent; }
      #main-nav-bar .custom-logo-link {
        color: rgba(255, 255, 255, 0.7); }
        #main-nav-bar .custom-logo-link:hover {
          color: #fff; }
      #main-nav-bar .navbar-nav .nav-item {
        line-height: 95px; }
        #main-nav-bar .navbar-nav .nav-item .dropdown-menu {
          border: 0px;
          left: 0%;
          background-color: #D4AF37;
          color: #fff;
          margin-top: 0;
          border-radius: 0; }
          #main-nav-bar .navbar-nav .nav-item .dropdown-menu .nav-item {
            line-height: 2.5rem; }
            #main-nav-bar .navbar-nav .nav-item .dropdown-menu .nav-item a {
              padding: 0;
              padding-left: 15px;
              padding-right: 15px;
              white-space: nowrap; }
        #main-nav-bar .navbar-nav .nav-item .nav-link {
          color: rgba(255, 255, 255, 0.7);
          padding: 0 0.65rem; }
          #main-nav-bar .navbar-nav .nav-item .nav-link:hover {
            color: #fff; }
        #main-nav-bar .navbar-nav .nav-item:last-child .nav-link {
          padding-right: 0; }
      #main-nav-bar.navbar-scrolled {
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
        background-color: #fff; }
        #main-nav-bar.navbar-scrolled .custom-logo-link {
          color: #212529; }
          #main-nav-bar.navbar-scrolled .custom-logo-link:hover {
            color: #D4AF37; }
        #main-nav-bar.navbar-scrolled .navbar-nav .nav-item {
          line-height: 95px; }
          #main-nav-bar.navbar-scrolled .navbar-nav .nav-item .dropdown-menu {
            border: 0px;
            left: 0%;
            background-color: #D4AF37;
            color: #fff;
            margin-top: 0;
            border-radius: 0; }
            #main-nav-bar.navbar-scrolled .navbar-nav .nav-item .dropdown-menu .nav-item {
              line-height: 2.5rem; }
              #main-nav-bar.navbar-scrolled .navbar-nav .nav-item .dropdown-menu .nav-item a {
                padding: 0;
                padding-right: 15px;
                padding-left: 15px;
                opacity: 0.7;
                color: #fff; }
                #main-nav-bar.navbar-scrolled .navbar-nav .nav-item .dropdown-menu .nav-item a:hover {
                  color: #fff;
                  opacity: 1; }
          #main-nav-bar.navbar-scrolled .navbar-nav .nav-item .nav-link {
            color: #212529; }
            #main-nav-bar.navbar-scrolled .navbar-nav .nav-item .nav-link:hover {
              color: #D4AF37; } }

#topper {
  height: 44px;
  width: 100%;
  background-color: #474747;
  position: fixed;
  top: 0px;
  right: 0;
  left: 0;
  z-index: 1030;
  color: #777;
  border-bottom: 1px; }
  #topper a {
    line-height: 26px;
    margin: 8px 0 8px 0;
    padding: 0 10px 0 10px;
    border-radius: 5px;
    color: #ddd;
    display: inline-block;
    background-color: #474747;
    border: 1px solid #474747;
    margin-left: 10px; }
    #topper a:hover {
      border: 1px solid #666;
      background-color: #474747; }
    #topper a.active {
      border: 1px solid #666;
      background-color: #666; }
      #topper a.active:hover {
        border: 1px solid #666;
        background-color: #666; }
  #topper .salon-selection-options {
    display: block; }
  @media (max-width: 991.98px) {
    #topper .salon-selection-label {
      display: none; }
    #topper .salon-selection-tail {
      display: none; } }
  @media (max-width: 767.98px) {
    #topper .salon-selection-label {
      display: none; }
    #topper .salon-selection-tail {
      display: none; }
    #topper .salon-selection-options {
      display: none; } }

.popover {
  text-align: center; }
  .popover img {
    width: 200px;
    border-radius: 4px;
    padding: 5px 0 10px 0; }

.swiper-container {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto; }

.swiper-slide .swiper-lazy {
  padding-top: 12rem;
  padding-bottom: calc(12rem - 80px);
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover; }
  .swiper-slide .swiper-lazy h1 {
    font-size: 2.25rem; }
  .swiper-slide .swiper-lazy .row {
    padding-left: 2rem;
    padding-right: 2rem; }
  @media (min-width: 992px) {
    .swiper-slide .swiper-lazy {
      height: 100vh;
      min-height: 40rem;
      padding-top: 80px;
      padding-bottom: 0; }
      .swiper-slide .swiper-lazy p {
        font-size: 1.15rem; }
      .swiper-slide .swiper-lazy h1 {
        font-size: 3rem; } }
  @media (min-width: 1200px) {
    .swiper-slide .swiper-lazy h1 {
      font-size: 3.5rem; } }

.with-gradient {
  position: relative; }

.with-gradient:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(92, 77, 66, 0.1) 50%); }

.mouse_scroll {
  display: block;
  margin: 0 auto;
  width: 24px;
  height: 100px; }

.m_scroll_arrows {
  display: block;
  width: 5px;
  height: 5px;
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Chrome, Safari, Opera */
  transform: rotate(45deg);
  border-right: 2px solid white;
  border-bottom: 2px solid white;
  margin: 0 0 3px 4px;
  width: 16px;
  height: 16px; }

.unu {
  margin-top: 1px; }

.unu,
.doi,
.trei {
  -webkit-animation: mouse-scroll 1s infinite;
  -moz-animation: mouse-scroll 1s infinite;
  animation: mouse-scroll 1s infinite; }

.unu {
  -webkit-animation-delay: .1s;
  -moz-animation-delay: .1s;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  animation-delay: alternate; }

.doi {
  -webkit-animation-delay: .2s;
  -moz-animation-delay: .2s;
  -webkit-animation-direction: alternate;
  animation-delay: .2s;
  animation-direction: alternate;
  margin-top: -6px; }

.trei {
  -webkit-animation-delay: .3s;
  -moz-animation-delay: .3s;
  -webkit-animation-direction: alternate;
  animation-delay: .3s;
  animation-direction: alternate;
  margin-top: -6px; }

.mouse {
  height: 42px;
  width: 24px;
  border-radius: 14px;
  transform: none;
  border: 2px solid white;
  top: 170px; }

.wheel {
  height: 5px;
  width: 2px;
  display: block;
  margin: 5px auto;
  background: white;
  position: relative;
  height: 4px;
  width: 4px;
  border: 2px solid #fff;
  -webkit-border-radius: 8px;
  border-radius: 8px; }

.wheel {
  -webkit-animation: mouse-wheel 0.6s linear infinite;
  -moz-animation: mouse-wheel 0.6s linear infinite;
  animation: mouse-wheel 0.6s linear infinite; }

@-webkit-keyframes mouse-wheel {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px); } }
@-moz-keyframes mouse-wheel {
  0% {
    top: 1px; }
  25% {
    top: 2px; }
  50% {
    top: 3px; }
  75% {
    top: 2px; }
  100% {
    top: 1px; } }
@-o-keyframes mouse-wheel {
  0% {
    top: 1px; }
  25% {
    top: 2px; }
  50% {
    top: 3px; }
  75% {
    top: 2px; }
  100% {
    top: 1px; } }
@keyframes mouse-wheel {
  0% {
    top: 1px; }
  25% {
    top: 2px; }
  50% {
    top: 3px; }
  75% {
    top: 2px; }
  100% {
    top: 1px; } }
@-webkit-keyframes mouse-scroll {
  0% {
    opacity: 0; }
  50% {
    opacity: .5; }
  100% {
    opacity: 1; } }
@-moz-keyframes mouse-scroll {
  0% {
    opacity: 0; }
  50% {
    opacity: .5; }
  100% {
    opacity: 1; } }
@-o-keyframes mouse-scroll {
  0% {
    opacity: 0; }
  50% {
    opacity: .5; }
  100% {
    opacity: 1; } }
@keyframes mouse-scroll {
  0% {
    opacity: 0; }
  50% {
    opacity: .5; }
  100% {
    opacity: 1; } }
/*
.swiper-slide-cover {
    transition: 8.5s ease-out;
    transform: scale(1.08);
  }
  
  .swiper-slide.swiper-slide-active .swiper-slide-cover {
    transform: scale(1);
  }
  */
#gallery .container-fluid {
  max-width: 1920px; }
  #gallery .container-fluid .portfolio-box {
    position: relative;
    display: block;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    height: 300px; }
    @media (min-width: 992px) {
      #gallery .container-fluid .portfolio-box {
        height: 250px; } }
    @media (min-width: 1200px) {
      #gallery .container-fluid .portfolio-box {
        height: 350px; } }
    #gallery .container-fluid .portfolio-box img {
      flex-shrink: 0;
      min-width: 100%;
      min-height: 100%; }
    #gallery .container-fluid .portfolio-box .portfolio-box-caption {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      width: 100%;
      height: 100%;
      position: absolute;
      bottom: 0;
      text-align: center;
      opacity: 0;
      color: #fff;
      background: rgba(212, 175, 55, 0.9);
      transition: opacity 0.25s ease;
      text-align: center; }
      #gallery .container-fluid .portfolio-box .portfolio-box-caption .project-category {
        font-family: "Playfair Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        font-size: 0.85rem;
        font-weight: 600;
        text-transform: uppercase; }
      #gallery .container-fluid .portfolio-box .portfolio-box-caption .project-name {
        font-size: 1.2rem; }
    #gallery .container-fluid .portfolio-box:hover .portfolio-box-caption {
      opacity: 1; }

footer {
  position: relative;
  margin-top: auto;
  /**
  * SECTION: Site Info / Copyright
  * ========================================================================== */ }
  footer a {
    color: #212529; }
    footer a:hover, footer a:focus {
      color: #D4AF37;
      text-decoration: none; }
  footer i {
    font-size: 2rem;
    margin-right: 10px; }
  footer .footer-description {
    font-size: 0.85rem;
    padding-right: 1rem; }
  footer .site-info {
    font-size: 0.8rem; }
    footer .site-info a {
      color: #212529; }
      footer .site-info a:hover, footer .site-info a:focus {
        color: #D4AF37;
        text-decoration: none; }
    footer .site-info ul.footer-navigation {
      list-style: none;
      margin: 0;
      padding: 0;
      height: 100%; }
      footer .site-info ul.footer-navigation li {
        display: inline-block; }
    @media (max-width: 991.98px) {
      footer .site-info .copyright {
        padding-top: 10px;
        display: block; } }

/**
 * Scroll Top Buttom
 * ========================================================================== */
.scroll-top a {
  z-index: 21;
  width: 34px;
  height: 34px;
  text-align: center;
  line-height: 33px;
  background: #000;
  position: fixed;
  bottom: 20px;
  right: 20px;
  text-transform: uppercase;
  color: #fff;
  opacity: 0.3;
  transition: all .2s linear;
  border-radius: 17px;
  transform: rotate(180deg); }
  .scroll-top a:hover {
    background-color: #D4AF37;
    color: #fff;
    text-decoration: none;
    opacity: 1; }

/**
 * Coockie Bar
 * ========================================================================== */
#catapult-cookie-bar {
  font-size: .8rem;
  padding: 5px 15px;
  bottom: 20px !important; }

#catapult-cookie-bar a {
  color: #444 !important;
  border-bottom: 1px dashed #adb5bd; }

#catapult-cookie-bar h3 {
  display: none; }

#catapult-cookie-bar button#catapultCookie {
  background: #eee;
  border: 1px solid #ccc; }

#catapult-cookie-bar button#catapultCookie:hover {
  background: #ccc; }

.cookie-bar-block #catapult-cookie-bar span {
  margin-top: 0; }

.has-cookie-bar #catapult-cookie-bar {
  padding: 15px 15px 10px !important; }

#newsletter input.form-control {
  border: 1px solid #fff; }
#newsletter .mailpoet_paragraph {
  font-size: 0.8rem;
  color: #999; }
#newsletter a {
  color: #999; }
  #newsletter a:hover {
    color: #D4AF37; }
#newsletter h2 {
  color: #D4AF37; }

/**
* MailPoet Styles
* ========================================================================== */
#mailpoet_form_1 .mailpoet_paragraph:last-child {
  font-size: 0.8rem; }

/**
* Page
* ========================================================================== */
.featured-image {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }
  .featured-image img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    height: 100%; }
  .featured-image .featured-image-bg {
    background-color: rgba(10, 13, 17, 0.62);
    width: 100%;
    position: relative;
    top: 0;
    left: 0; }
  .featured-image .title-container {
    padding: 180px 15px 100px 15px; }
    .featured-image .title-container h1 {
      color: #fff;
      margin-bottom: 5px;
      text-align: center; }
    .featured-image .title-container .breadcrumb, .featured-image .title-container .woocommerce-breadcrumb {
      text-transform: uppercase;
      font-size: 0.8rem;
      font-weight: 300;
      color: #adb5bd;
      margin: 0 auto;
      padding: 0;
      background: transparent; }
      .featured-image .title-container .breadcrumb a, .featured-image .title-container .woocommerce-breadcrumb a {
        color: #e9ecef;
        text-decoration: none; }
        .featured-image .title-container .breadcrumb a:hover, .featured-image .title-container .woocommerce-breadcrumb a:hover {
          color: #D4AF37; }
      .featured-image .title-container .breadcrumb .breadcrumb-item.active, .featured-image .title-container .woocommerce-breadcrumb .breadcrumb-item.active {
        color: #adb5bd; }
    .featured-image .title-container .woocommerce-breadcrumb span {
      padding: 0 8px 0 8px; }

#salons .photo-salon, #about .photo-salon {
  border: 1px solid #ddd;
  padding: 10px;
  box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.08);
  background-color: #fff;
  width: 100%;
  display: block;
  transition: all 0.3s ease-in-out 0s;
  overflow: hidden;
  cursor: pointer;
  font-family: Cinzel, sans-serif; }
  #salons .photo-salon:hover, #about .photo-salon:hover {
    color: #ac6f32; }
  #salons .photo-salon.photo-salon--1, #about .photo-salon.photo-salon--1 {
    transform: rotate(4deg); }
    #salons .photo-salon.photo-salon--1:hover, #about .photo-salon.photo-salon--1:hover {
      transform: rotate(-4deg);
      transition: all 0.3s ease-in-out 0s; }
  #salons .photo-salon.photo-salon--2, #about .photo-salon.photo-salon--2 {
    transform: rotate(-1deg); }
    #salons .photo-salon.photo-salon--2:hover, #about .photo-salon.photo-salon--2:hover {
      transform: rotate(-3deg);
      transition: all 0.3s ease-in-out 0s; }
  #salons .photo-salon.photo-salon--3, #about .photo-salon.photo-salon--3 {
    transform: rotate(3deg); }
    #salons .photo-salon.photo-salon--3:hover, #about .photo-salon.photo-salon--3:hover {
      transform: rotate(-3deg);
      transition: all 0.3s ease-in-out 0s; }
  #salons .photo-salon.photo-salon--4, #about .photo-salon.photo-salon--4 {
    transform: rotate(3deg); }
    #salons .photo-salon.photo-salon--4:hover, #about .photo-salon.photo-salon--4:hover {
      transform: rotate(-3deg);
      transition: all 0.3s ease-in-out 0s; }
  #salons .photo-salon img, #about .photo-salon img {
    max-width: 100%;
    height: auto; }
  #salons .photo-salon span, #about .photo-salon span {
    display: inline-block;
    padding: 15px 10px 10px 10px;
    font-style: italic; }
  #salons .photo-salon .corner-ribbon, #about .photo-salon .corner-ribbon {
    width: 300px;
    top: 60px;
    right: -75px;
    left: auto;
    transform: rotate(45deg);
    text-align: center;
    line-height: 30px;
    letter-spacing: 1px;
    color: #f0f0f0;
    position: fixed; }
@media (min-width: 768px) {
  #salons .photo-salon, #about .photo-salon {
    width: 33%;
    float: left; } }

/**
* Cart
* ========================================================================== */
.cart-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  margin-left: auto;
  margin-right: 10px;
  height: 47px; }

.cart-contents {
  position: relative;
  display: flex !important;
  flex-flow: column nowrap;
  justify-content: center;
  margin-left: auto;
  margin-right: 20px;
  height: 47px; }
  @media (min-width: 1200px) {
    .cart-contents {
      margin-right: 0px; } }

.cart-contents:before {
  font-family: 'Flaticon';
  font-weight: 400;
  content: "\f107" !important;
  font-size: 20px;
  color: #fff;
  opacity: 0.7; }

.cart-contents:hover {
  text-decoration: none; }

.cart-contents-count {
  position: absolute;
  bottom: -10px;
  right: 0px;
  color: #fff;
  background: transparent;
  font-weight: bold;
  border-radius: 50%;
  padding: 1px 6px;
  line-height: 1.5;
  font-family: Arial, Helvetica, sans-serif;
  vertical-align: top;
  height: 17px;
  width: 17px;
  transform: translateY(-105%) translateX(25%);
  font-size: 10px;
  background-color: #D4AF37; }

.navbar-scrolled .cart-contents:before {
  color: #212529; }

@media (max-width: 1199.98px) {
  .cart-contents:before {
    color: #212529; } }
/**
* Product Cart
* ========================================================================== */
.woocommerce div.product form.cart .variations td.label {
  display: none; }

.woocommerce div.product div.summary {
  margin-bottom: 0; }

.woocommerce div.product form.cart .variations {
  margin-bottom: 0; }

.woocommerce div.product form.cart .variations select {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  outline: transparent;
  float: left;
  margin-bottom: 15px; }

.single-product.woocommerce .quantity .qty {
  display: block;
  width: 70px;
  padding: .375rem .35rem .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  outline: transparent;
  margin-right: 10px; }

.woocommerce-cart .woocommerce .quantity .qty {
  width: 70px;
  padding: .375rem .35rem .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  outline: transparent; }

.woocommerce div.product form.cart .reset_variations {
  display: none !important; }

.woocommerce form.cart button.button, .woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt:disabled[disabled], .woocommerce #respond input#submit.alt:disabled[disabled]:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt:disabled[disabled]:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt:disabled[disabled], .woocommerce button.button.alt:disabled[disabled]:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt:disabled[disabled], .woocommerce input.button.alt:disabled[disabled]:hover {
  background-color: #000;
  border-radius: .25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  padding: .375rem .75rem;
  line-height: 1.5;
  font-size: 1rem;
  font-weight: 400;
  margin-top: 1px; }

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
  background-color: #000;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  padding: .375rem .75rem;
  line-height: 1.5;
  font-size: 1rem;
  font-weight: 400;
  margin-top: 1px; }

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
  font-weight: 400 !important; }

.woocommerce div.product form.cart {
  margin-bottom: 0; }

.woocommerce-variation-price {
  position: absolute;
  max-width: 50%;
  line-height: 38px; }

.woocommerce-variation-add-to-cart {
  float: right; }

.woocommerce div.product p.price, .woocommerce div.product span.price {
  color: #D4AF37;
  font-size: 1rem; }

/**
* Price
* ========================================================================== */
.price ins {
  text-decoration: none; }

.single-product.woocommerce .shop-variation td:first-child {
  border: 1px solid #D4AF37;
  width: 200px;
  text-align: center; }
.single-product.woocommerce .shop-variation td:last-child {
  border: 1px solid #D4AF37;
  background-color: #D4AF37;
  color: #fff;
  text-align: center; }

.archive.woocommerce .products {
  margin-top: 2rem; }
  .archive.woocommerce .products a {
    display: block;
    background-color: #000;
    height: 100%;
    display: flex;
    flex-direction: column; }
    .archive.woocommerce .products a h2 {
      font-size: 1.3rem;
      color: #fff;
      margin: 0.8rem 0.6rem 0.8rem 0.6rem;
      text-align: center;
      flex-grow: 1; }
    .archive.woocommerce .products a span.price {
      text-align: center;
      display: block;
      margin-bottom: 15px; }
    .archive.woocommerce .products a:hover {
      background-color: #D4AF37; }
      .archive.woocommerce .products a:hover h2 {
        color: #000; }
      .archive.woocommerce .products a:hover span.price {
        color: #fff; }

.woocommerce span.onsale {
  min-height: 4rem;
  min-width: 4rem;
  padding: 1.5rem 2rem 1rem 1.5rem;
  font-size: 1rem;
  font-weight: 700;
  position: absolute;
  text-align: center;
  line-height: 3rem;
  top: -1rem;
  left: auto;
  right: -1rem;
  margin: 0;
  border-radius: 100%;
  background-color: #D4AF37;
  color: #fff;
  font-size: .857em;
  z-index: 9; }

/**
* Image
* ========================================================================== */
.single-product.woocommerce div.product {
  overflow: hidden;
  background-color: #efefef;
  margin-bottom: 3rem; }
  .single-product.woocommerce div.product div.images {
    width: 50% !important;
    margin-bottom: 0; }
  .single-product.woocommerce div.product div.summary {
    width: 50% !important;
    float: left !important;
    padding: 30px; }
  @media (max-width: 991.98px) {
    .single-product.woocommerce div.product div.images {
      width: 100% !important;
      float: none !important; }
    .single-product.woocommerce div.product div.summary {
      width: 100% !important;
      float: none !important; } }
  @media (min-width: 576px) {
    .single-product.woocommerce div.product div.summary {
      max-width: 540px;
      margin-left: auto;
      margin-right: auto; } }
  @media (min-width: 768px) {
    .single-product.woocommerce div.product div.summary {
      max-width: 720px;
      margin-left: auto;
      margin-right: auto; } }
  @media (min-width: 992px) {
    .single-product.woocommerce div.product div.summary {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .single-product.woocommerce div.product div.summary {
      max-width: 1140px; } }

/* Shine */
.effect-shine figure {
  position: relative;
  margin: 0;
  overflow: hidden; }

.effect-shine figure::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg); }

.effect-shine a:hover figure::before {
  -webkit-animation: shine .75s;
  animation: shine .75s; }

@-webkit-keyframes shine {
  100% {
    left: 125%; } }
@keyframes shine {
  100% {
    left: 125%; } }
@media screen and (max-width: 1200px) {
  .woocommerce.columns-3 ul.products li.product, .woocommerce-page.columns-3 ul.products li.product {
    width: 45%;
    /* was 30.75% */ }

  .woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
    width: 45%;
    /* for category pages */ }

  .woocommerce ul.products li.first, .woocommerce-page ul.products li.first {
    clear: none;
    /* was both */ }

  .woocommerce ul.products li.last, .woocommerce-page ul.products li.last {
    margin-right: 3.8%;
    /* was 0 */ } }
/**
* Page Cart
* ========================================================================== */
.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
  width: 100px;
  border-radius: 4px; }

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
  border-radius: 4px;
  border: 1px solid #ccc;
  padding: 4px 8px; }

.select2-container--default .select2-selection--single {
  border-color: #ccc; }

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
  background-color: #D4AF37;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  padding: .375rem .75rem;
  line-height: 1.5;
  font-size: 1rem;
  margin-top: 1px; }

.woocommerce form .form-row label {
  width: 100%; }

.woocommerce-input-wrapper {
  width: 100%; }

.woocommerce ul.woocommerce-shipping-methods li {
  background-color: #f3f3f3;
  padding: 8px 11px 8px 40px;
  border-radius: 5px; }

.woocommerce form .form-row .input-checkbox {
  margin: 6px 0 0 -30px; }

.woocommerce #payment ul.payment_methods li {
  padding-left: 25px; }
  .woocommerce #payment ul.payment_methods li input {
    margin-left: -25px;
    margin-top: 5px; }

.woocommerce ul#shipping_method li input {
  margin-top: 3px;
  margin-left: -30px; }

p.woocommerce-shipping-destination {
  font-size: 0.9rem;
  padding-top: 6px; }

.woocommerce label {
  margin-bottom: 0px; }

.woocommerce mark {
  background-color: transparent;
  color: #fff; }

.woocommerce a:hover mark {
  background-color: transparent;
  color: #000; }

.pricing-table h2 {
  margin-bottom: 0; }
.pricing-table.table td, .pricing-table.table th {
  border-left: 1px solid #e9ecef;
  text-align: center;
  padding-left: 5px;
  padding-right: 5px; }
  .pricing-table.table td:first-child, .pricing-table.table th:first-child {
    border-left: 0;
    text-align: left;
    width: auto;
    padding-left: 15px;
    padding-right: 15px; }
.pricing-table.table .price {
  width: 60px;
  display: inline-block; }
  .pricing-table.table .price.promo {
    width: 120px; }
.pricing-table.table th {
  border-top: 0; }
.pricing-table .tableFixHead {
  overflow-y: auto;
  height: 100px; }
.pricing-table .tableFixHead th {
  position: sticky;
  top: 0; }
@media (max-width: 767.98px) {
  .pricing-table h2.h5 {
    font-size: 0.9rem; }
  .pricing-table.table {
    font-size: 0.85rem; }
    .pricing-table.table td, .pricing-table.table th {
      padding: 0.4rem 0.3rem; }
      .pricing-table.table td:first-child, .pricing-table.table th:first-child {
        padding: 0.4rem 0.1rem; }
    .pricing-table.table .price {
      width: 45px;
      display: inline-block; }
      .pricing-table.table .price.promo {
        width: 100px; } }

.pricing-item {
  position: relative; }
  .pricing-item .shop-variation td:first-child {
    border: 1px solid #D4AF37;
    width: 90px;
    text-align: center; }
  .pricing-item .shop-variation td:last-child {
    border: 1px solid #D4AF37;
    background-color: #D4AF37;
    color: #fff;
    text-align: center; }
  .pricing-item .pricing-box {
    border: 1px solid #D4AF37;
    display: inline-block;
    margin-left: 10px;
    bottom: 0px;
    position: relative;
    flex-basis: initial; }
    .pricing-item .pricing-box:first-child {
      margin-left: 0px; }
    .pricing-item .pricing-box .time {
      padding: 2px 8px;
      display: inline-block;
      text-align: center; }
    .pricing-item .pricing-box .price {
      background: #D4AF37;
      padding: 2px 8px;
      display: inline-block;
      width: 80px;
      text-align: center;
      color: #fff; }
      .pricing-item .pricing-box .price.promo {
        width: 160px; }
  .pricing-item .pricing-linewrapper {
    display: flex;
    align-items: flex-end;
    flex-flow: row nowrap;
    /* Force no wrapping */
    flex: 1 1 auto; }
  .pricing-item .pricing-start {
    flex-grow: 1;
    flex-flow: row wrap;
    padding-right: 20px;
    background-image: url("../img/dot_line.png");
    background-repeat: repeat-x;
    background-position: bottom; }
    .pricing-item .pricing-start a {
      display: flex; }
    .pricing-item .pricing-start h2 {
      margin-bottom: 0;
      background-color: #fff;
      display: inline-block;
      padding-right: 10px; }
  .pricing-item .pricing-middle {
    border-bottom: 1px dotted #aaa;
    flex-grow: 1;
    margin: 0 5px;
    flex-flow: row wrap; }
  .pricing-item .pricing-end {
    display: flex;
    align-items: baseline;
    flex-flow: row nowrap;
    margin-left: 10px; }
    .pricing-item .pricing-end span {
      flex-flow: row nowrap;
      display: flex; }
  .pricing-item .pricing-description {
    color: #bbb;
    margin-bottom: 1em;
    margin-top: 1rem;
    text-align: justify;
    font-size: 0.9rem; }

/**
* Checkbox Style
* ========================================================================== */
.checkbox {
  padding-left: 30px; }

input[type=checkbox] {
  -webkit-appearance: none;
  background-color: #fafafa;
  border: 1px solid #cacece;
  padding: 8px;
  border-radius: 3px;
  display: inline-block;
  position: absolute;
  margin-top: 6px;
  margin-left: -30px;
  cursor: pointer; }
  input[type=checkbox]:checked:after {
    content: "";
    font-size: 12px;
    line-height: 10px;
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 2px;
    top: 3px;
    left: 3px;
    background-color: #D4AF37;
    font-weight: bold; }

/**
* Radiobox Style
* ========================================================================== */
input[type=radio] {
  -webkit-appearance: none;
  background-color: #fafafa;
  border: 1px solid #cacece;
  padding: 8px;
  border-radius: 10px;
  display: inline-block;
  position: absolute;
  margin-top: 6px;
  margin-left: -30px;
  cursor: pointer; }
  input[type=radio]:checked:after {
    content: "";
    font-size: 12px;
    line-height: 10px;
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    top: 3px;
    left: 3px;
    background-color: #D4AF37;
    font-weight: bold; }

/**
* Contact Form 7 Styles
* ========================================================================== */
.wpcf7-form .wpcf7-response-output {
  position: relative;
  padding: .75rem 1.25rem;
  margin: 0;
  margin-bottom: 2rem;
  border: 1px solid transparent;
  border-radius: .25rem; }
  .wpcf7-form .wpcf7-response-output.wpcf7-validation-errors {
    color: #b90000;
    background-color: #f8d7da;
    border-color: #f5c6cb; }
    .wpcf7-form .wpcf7-response-output.wpcf7-validation-errors:before {
      content: "\2715";
      padding-right: 5px;
      font-weight: bold; }
  .wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ok {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb; }
    .wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ok:before {
      content: "\2713";
      padding-right: 5px; }
.wpcf7-form .wpcf7-list-item, .wpcf7-form .wpcf7-list-label {
  margin: 0;
  margin-left: 10px; }
.wpcf7-form .wpcf7-not-valid-tip {
  font-size: .8rem;
  color: #da0000;
  margin-top: 4px;
  line-height: 1rem; }
.wpcf7-form .wpcf7-not-valid-tip:before {
  content: "\2191";
  padding-right: 5px; }

div.wpcf7 .ajax-loader {
  margin-left: 1rem;
  background-image: url(../img/loader-32px.gif);
  width: 32px;
  height: 32px; }

.grecaptcha-badge {
  opacity: 0 !important; }

.google-recaptcha {
  font-size: 0.8rem;
  color: #999;
  text-align: left; }

.contact-info {
  position: relative; }
  .contact-info a {
    color: #212529; }
    .contact-info a:hover, .contact-info a:focus {
      color: #D4AF37;
      text-decoration: none; }
  .contact-info i {
    font-size: 2rem;
    margin-right: 10px; }

.list-posts {
  display: flex;
  flex-wrap: wrap; }
  .list-posts .post {
    display: flex;
    flex-direction: column;
    width: 100%; }
    .list-posts .post .post-title {
      min-height: 115px; }
      .list-posts .post .post-title a {
        color: #adb5bd; }
        .list-posts .post .post-title a:hover {
          color: #D4AF37; }
      .list-posts .post .post-title span {
        color: #adb5bd;
        margin-top: auto; }
    .list-posts .post .post-content {
      flex: 1 1 auto; }

/**
* Post Navigation
* ========================================================================== */
.post-navigation {
  position: relative;
  padding: 30px 0;
  border-top: 1px solid #dee2e6;
  clear: both; }
  .post-navigation .next-post a {
    padding-right: 30px;
    text-align: right;
    display: block;
    width: 100%; }
  .post-navigation .previous-post a {
    padding-left: 30px;
    text-align: left;
    display: block;
    width: 100%; }
  .post-navigation a {
    display: block;
    transition: all .2s;
    position: relative;
    color: #212529; }
    .post-navigation a:hover, .post-navigation a:focus {
      color: #dc3545; }
    .post-navigation a .side-prev-icon {
      left: 0; }
    .post-navigation a .side-next-icon {
      right: 0; }
    .post-navigation a .side-icon {
      position: absolute;
      font-size: 26px;
      display: block; }
    .post-navigation a .post-nav-label {
      font-size: 13px;
      display: block;
      margin-top: -2px;
      color: #adb5bd; }
    .post-navigation a .post-nav-title {
      text-transform: uppercase;
      display: block;
      font-size: 16px;
      margin-top: 0px; }

/**
* Content
* ========================================================================== */
.content img {
  max-width: 100%;
  height: auto;
  		/*
  		&[data-lazy-type] {
  			//opacity: 0;
  		}
  
  		&.lazy-loaded {
  			-webkit-transition: opacity .5s linear 0.2s;
  			-moz-transition: opacity .5s linear 0.2s;
  			transition: opacity .5s linear 0.2s;
  			opacity: 1;
  		}
  		*/ }

/**
* Alignments
* ========================================================================== */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
  margin-bottom: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/**
* Captions
* ========================================================================== */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
  font-size: 0.9rem;
  color: #6c757d;
  padding: 0.2rem;
  font-style: italic; }

.wp-caption-text {
  text-align: center; }

/**
* Responsive Videos
* ========================================================================== */
.responsive-container {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 0px;
  height: 0;
  overflow: hidden; }

.responsive-container iframe,
.responsive-container object,
.responsive-container embed,
.responsive-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/**
* Galleries
* ========================================================================== */
.gallery-columns-0 .gallery-item {
  width: 100%; }

.gallery-columns-1 .gallery-item {
  width: 100%; }

.gallery-columns-2 .gallery-item {
  width: 50%; }

.gallery-columns-3 .gallery-item {
  width: 33.33%; }

.gallery-columns-4 .gallery-item {
  width: 25%; }

.gallery-columns-5 .gallery-item {
  width: 20%; }

.gallery .gallery-item {
  text-align: center;
  float: left;
  padding: 0 5px;
  margin-bottom: 10px; }

.gallery .gallery-item img {
  width: 100%;
  height: auto;
  padding: .25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: .25rem;
  max-width: 100%; }

.gallery-caption {
  background-color: #f8f9fa;
  font-size: 0.8rem; }

@media (max-width: 575.98px) {
  .gallery-columns-2 .gallery-item,
  .gallery-columns-3 .gallery-item,
  .gallery-columns-4 .gallery-item,
  .gallery-columns-5 .gallery-item {
    width: 100%;
    padding-right: 0; } }
#box-slider {
  padding-bottom: 2rem; }
  #box-slider .h4 {
    color: #D4AF37; }
  #box-slider .swiper-pagination-bullet {
    background: #fff; }
  #box-slider p {
    color: #ccc; }
  #box-slider a.btn-primary {
    border-width: 2px;
    background-color: #000;
    color: #D4AF37; }
    #box-slider a.btn-primary:hover {
      background-color: #D4AF37;
      color: #000; }
  #box-slider .swiper-slide:hover a.btn-primary {
    background-color: #D4AF37;
    color: #000; }

@media (max-width: 575.98px) {
  #box-slider {
    width: 80%; } }

/*# sourceMappingURL=styles.css.map */
