.custom-bg-color-1 {
  background-color: #F6F3EF !important;
}

.custom-h-1 {
  height: 4px !important;
}

@-webkit-keyframes customFadeInRightShorter {
  from {
    opacity: 0;
    -webkit-transform: translate(-50px, -50%);
            transform: translate(-50px, -50%);
  }
  to {
    opacity: 0.1;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}

@keyframes customFadeInRightShorter {
  from {
    opacity: 0;
    -webkit-transform: translate(-50px, -50%);
            transform: translate(-50px, -50%);
  }
  to {
    opacity: 0.1;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}

.customFadeInRightShorter {
  -webkit-animation-name: customFadeInRightShorter;
          animation-name: customFadeInRightShorter;
}

@-webkit-keyframes customHeaderAnimOne {
  from {
    height: 100%;
  }
  to {
    height: 0;
  }
}

@keyframes customHeaderAnimOne {
  from {
    height: 100%;
  }
  to {
    height: 0;
  }
}

.customHeaderAnimOne:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: #FFF;
  -webkit-animation-name: customHeaderAnimOne;
          animation-name: customHeaderAnimOne;
  -webkit-animation-duration: inherit;
          animation-duration: inherit;
  -webkit-animation-fill-mode: inherit;
          animation-fill-mode: inherit;
}

.custom-menu-item .custom-menu-item-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: between;
      -ms-flex-pack: between;
          justify-content: between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.custom-menu-item .custom-menu-item-details .custom-menu-item-title,
.custom-menu-item .custom-menu-item-details .custom-menu-item-price {
  white-space: nowrap;
}

.custom-menu-item .custom-menu-item-details .custom-menu-item-price strong {
  font-size: 1.3rem;
}

.custom-menu-item .custom-menu-item-details .custom-menu-item-price strong > span {
  font-size: 0.6em;
}

.custom-menu-item .custom-menu-item-details .custom-menu-item-line {
  width: 100%;
  border-bottom: dashed 1px #777;
}

#header .header-nav-main nav > ul > li > a {
  font-size: 0.9rem;
  font-weight: 400;
}

@media (min-width: 992px) {
  html.sticky-header-active .header-logo img {
    width: 140px;
    height: auto;
    top: 16px !important;
  }
}

.custom-section-halfbar-bg {
  position: absolute;
  top: 50%;
  left: 0;
  width: 50vw;
  height: 40%;
  border-radius: 10px 0 0 10px;
  background: #CCC;
  opacity: 0.1;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
}

@media (max-width: 991px) {
  .custom-section-halfbar-bg {
    height: 20%;
  }
}

.custom-column-bg {
  position: relative;
}

.custom-column-bg:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 50vw;
  height: 100%;
  border-radius: 10px 0 0 10px;
  background: #212529;
  opacity: 0.6;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
  z-index: -1;
}

@media (max-width: 767px) {
  .custom-column-bg:before {
    width: 100%;
    border-radius: 10px;
  }
}

@media (max-width: 575px) {
  .custom-column-bg:before {
    width: calc(100% - 30px);
    margin-left: 15px;
  }
}

@media (max-width: 991px) {
  #header .header-nav-main .nav {
    margin-top: 15px;
  }
  .card-columns {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
}
