.ngc-slider-wrap {
  position: relative;
}
.ngc-slider-wrap .ngc-slider-arrow {
  display: none;
}
.ngc-slider-wrap .ngc-slider-arrow .nsa-container {
  margin: 0 auto;
  max-width: 1170px;
  position: relative;
}
.ngc-slider-wrap .ngc-slider-arrow .nsa-container a {
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -9999em;
  border: 1px solid #e4e4df;
  background-color: transparent;
  transition: all 600ms ease;
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -o-transition: all 600ms ease;
}
.ngc-slider-wrap .ngc-slider-arrow .nsa-container a:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -6px;
  border-top: 2px solid #ffffff;
  transform-origin: 50% 50%;
  transition: all 600ms ease;
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -o-transition: all 600ms ease;
}
.ngc-slider-wrap .ngc-slider-arrow .nsa-container a.ngc-slideNext:before {
  border-right: 2px solid #ffffff;
  margin-left: -8px;
  transform: rotate(45deg);
}
.ngc-slider-wrap .ngc-slider-arrow .nsa-container a.ngc-slidePrev:before {
  border-left: 2px solid #ffffff;
  margin-left: -2px;
  transform: rotate(-45deg);
}
.ngc-slider-wrap .ngc-slider-arrow .nsa-container a:hover {
  background-color: transparent;
  border-color: #000000;
}
.ngc-slider-wrap .ngc-slider-arrow .nsa-container a:hover:before {
  border-color: #a19166;
}
@media (min-width: 768px) {
  .ngc-slider-wrap .ngc-slider-arrow .nsa-container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 992px) {
  .ngc-slider-wrap .ngc-slider-arrow {
    display: block;
  }
  .ngc-slider-wrap .ngc-slider-arrow .nsa-container {
    padding-left: 0;
    padding-right: 0;
  }
  .ngc-slider-wrap .ngc-slider-arrow .nsa-container a {
    position: absolute;
    bottom: 10px;
  }
  .ngc-slider-wrap .ngc-slider-arrow .nsa-container a.ngc-slideNext {
    right: 0;
  }
  .ngc-slider-wrap .ngc-slider-arrow .nsa-container a.ngc-slidePrev {
    left: 0;
  }
}
@media (min-width: 1200px) {
  .ngc-slider-wrap .ngc-slider-arrow {
    display: block;
  }
  .ngc-slider-wrap .ngc-slider-arrow .nsa-container {
    padding-left: 30px;
    padding-right: 30px;
  }
  .ngc-slider-wrap .ngc-slider-arrow .nsa-container a.ngc-slideNext {
    right: 30px;
  }
  .ngc-slider-wrap .ngc-slider-arrow .nsa-container a.ngc-slidePrev {
    left: 30px;
  }
}
@media (min-width: 1400px) {
  .ngc-slider-wrap .ngc-slider-arrow {
    top: 50%;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
  }
  .ngc-slider-wrap .ngc-slider-arrow .nsa-container a {
    top: 50%;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 40px;
    height: 50px;
  }
}
.ngc-slider {
  /* for graceful loading */
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
  /* for graceful loading */
}
.ngc-slider.slick-initialized {
  visibility: visible;
  opacity: 1;
}
.ngc-slider .slider-item .slider-media {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #fff;
}
.ngc-slider .slider-item .slider-media img {
  display: block;
  width: 100%;
}
.ngc-slider .slider-item .slider-text-container {
  transition: all 600ms ease;
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -o-transition: all 600ms ease;
}
.ngc-slider .slider-item .slider-text-container.with-bg {
  opacity: 0;
}
.ngc-slider .slider-item .slider-text-container .slider-text {
  padding-top: 20px;
  padding-bottom: 20px;
}
.ngc-slider .slider-item .slider-text-container .slider-text .slider-title,
.ngc-slider .slider-item .slider-text-container .slider-text p,
.ngc-slider .slider-item .slider-text-container .slider-text .btn-slide {
  opacity: 0;
  -webkit-transform: translate(0, 50px);
  -moz-transform: translate(0, 50px);
  -o-transform: translate(0, 50px);
  transform: translate(0, 50px);
}
.ngc-slider .slider-item .slider-text-container .slider-text .slider-title[data-from="bottom"],
.ngc-slider .slider-item .slider-text-container .slider-text p[data-from="bottom"],
.ngc-slider .slider-item .slider-text-container .slider-text .btn-slide[data-from="bottom"] {
  -webkit-transform: translate(0, 50px);
  -moz-transform: translate(0, 50px);
  -o-transform: translate(0, 50px);
  transform: translate(0, 50px);
}
.ngc-slider .slider-item .slider-text-container .slider-text .slider-title[data-from="top"],
.ngc-slider .slider-item .slider-text-container .slider-text p[data-from="top"],
.ngc-slider .slider-item .slider-text-container .slider-text .btn-slide[data-from="top"] {
  -webkit-transform: translate(0, -50px);
  -moz-transform: translate(0, -50px);
  -o-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.ngc-slider .slider-item .slider-text-container .slider-text .slider-title[data-from="left"],
.ngc-slider .slider-item .slider-text-container .slider-text p[data-from="left"],
.ngc-slider .slider-item .slider-text-container .slider-text .btn-slide[data-from="left"] {
  -webkit-transform: translate(-50px, 0);
  -moz-transform: translate(-50px, 0);
  -o-transform: translate(-50px, 0);
  transform: translate(-50px, 0);
}
.ngc-slider .slider-item .slider-text-container .slider-text .slider-title[data-from="right"],
.ngc-slider .slider-item .slider-text-container .slider-text p[data-from="right"],
.ngc-slider .slider-item .slider-text-container .slider-text .btn-slide[data-from="right"] {
  -webkit-transform: translate(50px, 0);
  -moz-transform: translate(50px, 0);
  -o-transform: translate(50px, 0);
  transform: translate(50px, 0);
}
.ngc-slider .slider-item .slider-text-container .slider-text .slider-title {
  transition: all 1200ms ease;
  -webkit-transition: all 1200ms ease;
  -moz-transition: all 1200ms ease;
  -o-transition: all 1200ms ease;
  margin-bottom: 10px;
}
.ngc-slider .slider-item .slider-text-container .slider-text p {
  transition: all 1200ms 400ms ease;
  -webkit-transition: all 1200ms 400ms ease;
  -moz-transition: all 1200ms 400ms ease;
  -o-transition: all 1200ms 400ms ease;
  margin-top: 0;
  margin-bottom: 16px;
}
.ngc-slider .slider-item .slider-text-container .slider-text .btn-slide {
  transition: all 1200ms 800ms ease;
  -webkit-transition: all 1200ms 800ms ease;
  -moz-transition: all 1200ms 800ms ease;
  -o-transition: all 1200ms 800ms ease;
}
.ngc-slider .slider-item .slider-text-container .slider-text .btn-slide:hover {
  transition: all 350ms ease;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
}
.ngc-slider .slider-item .slider-text-container .slider-text .slider-title[data-sequence="1"],
.ngc-slider .slider-item .slider-text-container .slider-text p[data-sequence="1"],
.ngc-slider .slider-item .slider-text-container .slider-text .btn-slide[data-sequence="1"] {
  transition: all 1200ms ease;
  -webkit-transition: all 1200ms ease;
  -moz-transition: all 1200ms ease;
  -o-transition: all 1200ms ease;
}
.ngc-slider .slider-item .slider-text-container .slider-text .slider-title[data-sequence="2"],
.ngc-slider .slider-item .slider-text-container .slider-text p[data-sequence="2"],
.ngc-slider .slider-item .slider-text-container .slider-text .btn-slide[data-sequence="2"] {
  transition: all 1200ms 400ms ease;
  -webkit-transition: all 1200ms 400ms ease;
  -moz-transition: all 1200ms 400ms ease;
  -o-transition: all 1200ms 400ms ease;
}
.ngc-slider .slider-item .slider-text-container .slider-text .slider-title[data-sequence="3"],
.ngc-slider .slider-item .slider-text-container .slider-text p[data-sequence="3"],
.ngc-slider .slider-item .slider-text-container .slider-text .btn-slide[data-sequence="3"] {
  transition: all 1200ms 800ms ease;
  -webkit-transition: all 1200ms 800ms ease;
  -moz-transition: all 1200ms 800ms ease;
  -o-transition: all 1200ms 800ms ease;
}
.ngc-slider .slick-dots {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
  line-height: 1em;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 10px 15px;
}
.ngc-slider .slick-dots li {
  margin: 0;
  padding: 0;
  margin: 0 5px;
  display: block;
  vertical-align: middle;
}
.ngc-slider .slick-dots li button {
  display: block;
  text-indent: -9999em;
  width: 6px;
  height: 6px;
  border: none;
  padding: 0;
  margin: 0;
  -webkit-border-radius: 50%!important;
  -moz-border-radius: 50%!important;
  border-radius: 50%!important;
  background-color: #000000;
}
.ngc-slider .slick-dots li.slick-active button {
  width: 10px;
  height: 10px;
  background-color: #000000;
}
.ngc-slider .show .slider-item .slider-text-container .slider-text .slider-title,
.ngc-slider .show .slider-item .slider-text-container .slider-text p,
.ngc-slider .show .slider-item .slider-text-container .slider-text .btn-slide {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.ngc-slider .show .slider-item .slider-text-container.with-bg {
  opacity: 1;
}
@media (min-width: 768px) {
  .ngc-slider .slider-item .slider-text-container .slider-text {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .ngc-slider .slick-dots {
    padding-left: 30px;
    padding-right: 30px;
  }
  .ngc-slider .slick-dots li {
    margin: 0 8px;
  }
}
@media (min-width: 992px) {
  .ngc-slider .slider-item {
    position: relative;
  }
  .ngc-slider .slider-item .slider-media {
    position: relative;
    z-index: 1;
  }
  .ngc-slider .slider-item .slider-text-container {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-bottom: 30px;
    z-index: 2;
  }
  .ngc-slider .slider-item .slider-text-container .main-container {
    height: 100%;
  }
  .ngc-slider .slider-item .slider-text-container.with-bg {
    padding-bottom: 60px;
    padding-top: 30px;
  }
  .ngc-slider .slider-item .slider-text-container.with-bg .slider-text {
    padding-left: 30px;
    padding-right: 30px;
  }
  .ngc-slider .slick-dots {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .ngc-slider .slick-dots li button {
    background-color: #ffffff;
  }
  .ngc-slider .slick-dots li.slick-active button {
    background-color: #ffffff;
  }
}
.main-container .ngc-slider {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .main-container .ngc-slider {
    margin-left: -30px;
    margin-right: -30px;
  }
}
@media (min-width: 1200px) {
  .main-container .ngc-slider {
    margin-left: 0;
    margin-right: 0;
  }
  .main-container .ngc-slider .main-container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.ngc-slider-wrap.has-overlay .ngc-slider:before {
  display: none;
}
.ngc-slider-wrap.has-overlay .ngc-slider .slider-item .slider-media {
  position: relative;
}
.ngc-slider-wrap.has-overlay .ngc-slider .slider-item .slider-media:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* default is #2f2f2f and #000 */
  background: #2f2f2f;
  /* Old browsers */
  background: -moz-linear-gradient(left, #2f2f2f 0%, #000000 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #2f2f2f 0%, #000000 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #2f2f2f 0%, #000000 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2f2f2f', endColorstr='#000000', GradientType=1);
  /* IE6-9 */
  opacity: 0.69;
  z-index: 2;
}
.ngc-slider-wrap.has-overlay .ngc-slider .slider-item .slider-media img {
  position: relative;
  z-index: 1;
}
.darkText .slider-text-container .slider-text .slider-title {
  color: #000000;
}
.darkText .slider-text-container .slider-text p {
  color: #898989;
}
.darkText .slider-text-container .slider-text .btn-slide {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.darkText .slider-text-container .slider-text .btn-slide:hover {
  background-color: #a19166;
  border-color: #a19166;
  color: #ffffff !important;
}
.lightText .slider-text-container .slider-text .slider-title {
  color: #ffffff;
}
.lightText .slider-text-container .slider-text p {
  color: #ffffff;
}
.lightText .slider-text-container .slider-text .btn-slide {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #000000;
}
.lightText .slider-text-container .slider-text .btn-slide:hover {
  background-color: #a19166;
  border-color: #a19166;
  color: #ffffff !important;
}
.startFullscreen {
  height: 100%;
  min-height: 450px;
}
.startFullscreen .ngc-slider,
.startFullscreen .slick-list,
.startFullscreen .slick-track,
.startFullscreen .item {
  height: 100%;
}
.startFullscreen .slider-item {
  position: relative;
  height: 100%;
}
.startFullscreen .slider-item .slider-media {
  height: 100%;
  position: relative;
  z-index: 1;
}
.startFullscreen .slider-item .slider-media img {
  display: none;
}
.startFullscreen .slider-item .slider-text-container {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.startFullscreen .slider-item .slider-text-container .main-container {
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 100%;
  bottom: 0;
  padding-bottom: 20px;
}
.startFullscreen .slider-item .slider-text-container.with-bg .main-container {
  padding-bottom: 40px;
  padding-top: 20px;
}
.startFullscreen .slider-item .slider-text-container.with-bg .slider-text {
  padding-left: 20px;
  padding-right: 20px;
}
.startFullscreen .slick-dots {
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  width: 100%;
  max-width: 1170px;
}
.startFullscreen .slick-dots li button {
  background-color: #ffffff;
}
.startFullscreen .slick-dots li.slick-active button {
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .startFullscreen .slider-item .slider-text-container .main-container {
    padding-bottom: 30px;
  }
  .startFullscreen .slider-item .slider-text-container.with-bg .main-container {
    padding-bottom: 60px;
    padding-top: 30px;
  }
  .startFullscreen .slider-item .slider-text-container.with-bg .slider-text {
    padding-left: 30px;
    padding-right: 30px;
  }
  .startFullscreen .slick-dots {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .startFullscreen .ngc-slider-arrow .nsa-container {
    padding-left: 30px;
    padding-right: 30px;
  }
  .startFullscreen .ngc-slider-arrow .nsa-container a.ngc-slideNext {
    right: 30px;
  }
  .startFullscreen .ngc-slider-arrow .nsa-container a.ngc-slidePrev {
    left: 30px;
  }
}
@media (min-width: 1200px) {
  .startFullscreen .slick-dots {
    padding-left: 15px;
    padding-right: 15px;
  }
  .startFullscreen .ngc-slider-arrow .nsa-container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .startFullscreen .ngc-slider-arrow .nsa-container a.ngc-slideNext {
    right: 15px;
  }
  .startFullscreen .ngc-slider-arrow .nsa-container a.ngc-slidePrev {
    left: 15px;
  }
}
@media (min-width: 1400px) {
  .startFullscreen.n-1400-arrowOffGrid .ngc-slider-arrow .nsa-container a {
    border-color: #e4e4df;
    background-color: transparent;
  }
  .startFullscreen.n-1400-arrowOffGrid .ngc-slider-arrow .nsa-container a:before {
    border-color: #ffffff;
  }
  .startFullscreen.n-1400-arrowOffGrid .ngc-slider-arrow .nsa-container a:hover {
    border-color: #000000;
    background-color: transparent;
  }
  .startFullscreen.n-1400-arrowOffGrid .ngc-slider-arrow .nsa-container a:hover:before {
    border-color: #a19166;
  }
}
.revertFullscreen {
  height: auto;
}
.revertFullscreen .slider-item .slider-media img {
  display: block;
}
.revertFullscreen .slider-item .slider-text-container {
  height: auto;
  position: relative;
  bottom: 0;
}
.revertFullscreen .slider-item .slider-text-container .main-container {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  left: 0;
  position: relative;
}
@media (min-width: 992px) {
  .revertFullscreen .slider-item .slider-text-container {
    position: absolute;
    bottom: 30px;
  }
}
.revertFullscreen .slick-dots {
  position: relative;
}
.revertFullscreen .slick-dots li button {
  background-color: #000000;
}
.revertFullscreen .slick-dots li.slick-active button {
  background-color: #000000;
}
@media (min-width: 992px) {
  .revertFullscreen .slick-dots {
    position: absolute;
  }
  .revertFullscreen .slick-dots li button {
    background-color: #ffffff;
  }
  .revertFullscreen .slick-dots li.slick-active button {
    background-color: #ffffff;
  }
}
.ngc-slider-wrap.n-1-fullscreen {
  height: 100%;
  min-height: 450px;
}
.ngc-slider-wrap.n-1-fullscreen .ngc-slider,
.ngc-slider-wrap.n-1-fullscreen .slick-list,
.ngc-slider-wrap.n-1-fullscreen .slick-track,
.ngc-slider-wrap.n-1-fullscreen .item {
  height: 100%;
}
.ngc-slider-wrap.n-1-fullscreen .slider-item {
  position: relative;
  height: 100%;
}
.ngc-slider-wrap.n-1-fullscreen .slider-item .slider-media {
  height: 100%;
  position: relative;
  z-index: 1;
}
.ngc-slider-wrap.n-1-fullscreen .slider-item .slider-media img {
  display: none;
}
.ngc-slider-wrap.n-1-fullscreen .slider-item .slider-text-container {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.ngc-slider-wrap.n-1-fullscreen .slider-item .slider-text-container .main-container {
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 100%;
  bottom: 0;
  padding-bottom: 20px;
}
.ngc-slider-wrap.n-1-fullscreen .slider-item .slider-text-container.with-bg .main-container {
  padding-bottom: 40px;
  padding-top: 20px;
}
.ngc-slider-wrap.n-1-fullscreen .slider-item .slider-text-container.with-bg .slider-text {
  padding-left: 20px;
  padding-right: 20px;
}
.ngc-slider-wrap.n-1-fullscreen .slick-dots {
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  width: 100%;
  max-width: 1170px;
}
.ngc-slider-wrap.n-1-fullscreen .slick-dots li button {
  background-color: #ffffff;
}
.ngc-slider-wrap.n-1-fullscreen .slick-dots li.slick-active button {
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .ngc-slider-wrap.n-1-fullscreen .slider-item .slider-text-container .main-container {
    padding-bottom: 30px;
  }
  .ngc-slider-wrap.n-1-fullscreen .slider-item .slider-text-container.with-bg .main-container {
    padding-bottom: 60px;
    padding-top: 30px;
  }
  .ngc-slider-wrap.n-1-fullscreen .slider-item .slider-text-container.with-bg .slider-text {
    padding-left: 30px;
    padding-right: 30px;
  }
  .ngc-slider-wrap.n-1-fullscreen .slick-dots {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .ngc-slider-wrap.n-1-fullscreen .ngc-slider-arrow .nsa-container {
    padding-left: 30px;
    padding-right: 30px;
  }
  .ngc-slider-wrap.n-1-fullscreen .ngc-slider-arrow .nsa-container a.ngc-slideNext {
    right: 30px;
  }
  .ngc-slider-wrap.n-1-fullscreen .ngc-slider-arrow .nsa-container a.ngc-slidePrev {
    left: 30px;
  }
}
@media (min-width: 1200px) {
  .ngc-slider-wrap.n-1-fullscreen .slick-dots {
    padding-left: 15px;
    padding-right: 15px;
  }
  .ngc-slider-wrap.n-1-fullscreen .ngc-slider-arrow .nsa-container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .ngc-slider-wrap.n-1-fullscreen .ngc-slider-arrow .nsa-container a.ngc-slideNext {
    right: 15px;
  }
  .ngc-slider-wrap.n-1-fullscreen .ngc-slider-arrow .nsa-container a.ngc-slidePrev {
    left: 15px;
  }
}
@media (min-width: 1400px) {
  .ngc-slider-wrap.n-1-fullscreen.n-1400-arrowOffGrid .ngc-slider-arrow .nsa-container a {
    border-color: #e4e4df;
    background-color: transparent;
  }
  .ngc-slider-wrap.n-1-fullscreen.n-1400-arrowOffGrid .ngc-slider-arrow .nsa-container a:before {
    border-color: #ffffff;
  }
  .ngc-slider-wrap.n-1-fullscreen.n-1400-arrowOffGrid .ngc-slider-arrow .nsa-container a:hover {
    border-color: #000000;
    background-color: transparent;
  }
  .ngc-slider-wrap.n-1-fullscreen.n-1400-arrowOffGrid .ngc-slider-arrow .nsa-container a:hover:before {
    border-color: #a19166;
  }
}
.ngc-slider-wrap.n-1-dotLeft .slick-dots {
  justify-content: flex-start;
}
.ngc-slider-wrap.n-1-dotLeft .slick-dots li {
  margin-left: 0;
  margin-right: 10px;
}
@media (min-width: 768px) {
  .ngc-slider-wrap.n-1-dotLeft .slick-dots li {
    margin-left: 0;
    margin-right: 16px;
  }
}
.ngc-slider-wrap.n-1-dotRight .slick-dots {
  justify-content: flex-end;
}
.ngc-slider-wrap.n-1-dotRight .slick-dots li {
  margin-right: 0;
  margin-left: 10px;
}
@media (min-width: 768px) {
  .ngc-slider-wrap.n-1-dotRight .slick-dots li {
    margin-right: 0;
    margin-left: 16px;
  }
}
.ngc-slider-wrap.n-1-dotCenter .slick-dots {
  justify-content: center;
}
.ngc-slider-wrap.n-1-dotCenter .slick-dots li {
  margin: 0 5px;
}
@media (min-width: 768px) {
  .ngc-slider-wrap.n-1-dotCenter .slick-dots li {
    margin: 0 8px;
  }
}
.ngc-slider-wrap.n-1-dotHide .slick-dots {
  display: none!important;
}
.ngc-slider-wrap.n-1-dotShow .slick-dots {
  display: -webkit-box !important;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box !important;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox !important;
  /* TWEENER - IE 10 */
  display: -webkit-flex !important;
  /* NEW - Chrome */
  display: flex !important;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
.ngc-slider .slider-item .slider-text-container .slider-text .slider-title {
  color: #000000;
}
.ngc-slider .slider-item .slider-text-container .slider-text p {
  color: #898989;
}
.ngc-slider .slider-item .slider-text-container .slider-text .btn-slide {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.ngc-slider .slider-item .slider-text-container .slider-text .btn-slide:hover {
  background-color: #a19166;
  border-color: #a19166;
  color: #ffffff !important;
}
.ngc-slider .slider-item.n-1-lightText .slider-text-container .slider-text .slider-title {
  color: #ffffff;
}
.ngc-slider .slider-item.n-1-lightText .slider-text-container .slider-text p {
  color: #ffffff;
}
.ngc-slider .slider-item.n-1-lightText .slider-text-container .slider-text .btn-slide {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #000000;
}
.ngc-slider .slider-item.n-1-lightText .slider-text-container .slider-text .btn-slide:hover {
  background-color: #a19166;
  border-color: #a19166;
  color: #ffffff !important;
}
.ngc-slider .slider-item .slider-text-container .main-container {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  align-items: flex-end;
  justify-content: flex-start;
}
.ngc-slider .slider-item.n-1-topLeft .slider-text-container .main-container {
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
}
.ngc-slider .slider-item.n-1-topCenter .slider-text-container .main-container {
  align-items: flex-start;
  justify-content: center;
  text-align: center;
}
.ngc-slider .slider-item.n-1-topRight .slider-text-container .main-container {
  align-items: flex-start;
  justify-content: flex-end;
  text-align: right;
}
.ngc-slider .slider-item.n-1-centerLeft .slider-text-container .main-container {
  align-items: center;
  justify-content: flex-start;
  text-align: left;
}
.ngc-slider .slider-item.n-1-centerCenter .slider-text-container .main-container {
  align-items: center;
  justify-content: center;
  text-align: center;
}
.ngc-slider .slider-item.n-1-centerRight .slider-text-container .main-container {
  align-items: center;
  justify-content: flex-end;
  text-align: right;
}
.ngc-slider .slider-item.n-1-bottomLeft .slider-text-container .main-container {
  align-items: flex-end;
  justify-content: flex-start;
  text-align: left;
}
.ngc-slider .slider-item.n-1-bottomCenter .slider-text-container .main-container {
  align-items: flex-end;
  justify-content: center;
  text-align: center;
}
.ngc-slider .slider-item.n-1-bottomRight .slider-text-container .main-container {
  align-items: flex-end;
  justify-content: flex-end;
  text-align: right;
}
@media (min-width: 540px) {
  .ngc-slider-wrap.n-540-fullscreen {
    height: 100%;
    min-height: 450px;
  }
  .ngc-slider-wrap.n-540-fullscreen .ngc-slider,
  .ngc-slider-wrap.n-540-fullscreen .slick-list,
  .ngc-slider-wrap.n-540-fullscreen .slick-track,
  .ngc-slider-wrap.n-540-fullscreen .item {
    height: 100%;
  }
  .ngc-slider-wrap.n-540-fullscreen .slider-item {
    position: relative;
    height: 100%;
  }
  .ngc-slider-wrap.n-540-fullscreen .slider-item .slider-media {
    height: 100%;
    position: relative;
    z-index: 1;
  }
  .ngc-slider-wrap.n-540-fullscreen .slider-item .slider-media img {
    display: none;
  }
  .ngc-slider-wrap.n-540-fullscreen .slider-item .slider-text-container {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
  }
  .ngc-slider-wrap.n-540-fullscreen .slider-item .slider-text-container .main-container {
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 100%;
    bottom: 0;
    padding-bottom: 20px;
  }
  .ngc-slider-wrap.n-540-fullscreen .slider-item .slider-text-container.with-bg .main-container {
    padding-bottom: 40px;
    padding-top: 20px;
  }
  .ngc-slider-wrap.n-540-fullscreen .slider-item .slider-text-container.with-bg .slider-text {
    padding-left: 20px;
    padding-right: 20px;
  }
  .ngc-slider-wrap.n-540-fullscreen .slick-dots {
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
    width: 100%;
    max-width: 1170px;
  }
  .ngc-slider-wrap.n-540-fullscreen .slick-dots li button {
    background-color: #ffffff;
  }
  .ngc-slider-wrap.n-540-fullscreen .slick-dots li.slick-active button {
    background-color: #ffffff;
  }
  .ngc-slider-wrap.n-540-revert {
    height: auto;
  }
  .ngc-slider-wrap.n-540-revert .slider-item .slider-media img {
    display: block;
  }
  .ngc-slider-wrap.n-540-revert .slider-item .slider-text-container {
    height: auto;
    position: relative;
    bottom: 0;
  }
  .ngc-slider-wrap.n-540-revert .slider-item .slider-text-container .main-container {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    left: 0;
    position: relative;
  }
  .ngc-slider-wrap.n-540-revert .slick-dots {
    position: relative;
  }
  .ngc-slider-wrap.n-540-revert .slick-dots li button {
    background-color: #000000;
  }
  .ngc-slider-wrap.n-540-revert .slick-dots li.slick-active button {
    background-color: #000000;
  }
  .ngc-slider-wrap.n-540-dotLeft .slick-dots {
    justify-content: flex-start;
  }
  .ngc-slider-wrap.n-540-dotLeft .slick-dots li {
    margin-left: 0;
    margin-right: 10px;
  }
  .ngc-slider-wrap.n-540-dotRight .slick-dots {
    justify-content: flex-end;
  }
  .ngc-slider-wrap.n-540-dotRight .slick-dots li {
    margin-right: 0;
    margin-left: 10px;
  }
  .ngc-slider-wrap.n-540-dotCenter .slick-dots {
    justify-content: center;
  }
  .ngc-slider-wrap.n-540-dotCenter .slick-dots li {
    margin: 0 5px;
  }
  .ngc-slider-wrap.n-540-dotHide .slick-dots {
    display: none!important;
  }
  .ngc-slider-wrap.n-540-dotShow .slick-dots {
    display: -webkit-box !important;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box !important;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox !important;
    /* TWEENER - IE 10 */
    display: -webkit-flex !important;
    /* NEW - Chrome */
    display: flex !important;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
  }
  .ngc-slider .slider-item.n-540-darkText .slider-text-container .slider-text .slider-title {
    color: #000000;
  }
  .ngc-slider .slider-item.n-540-darkText .slider-text-container .slider-text p {
    color: #898989;
  }
  .ngc-slider .slider-item.n-540-darkText .slider-text-container .slider-text .btn-slide {
    background-color: #000000;
    border-color: #000000;
    color: #ffffff;
  }
  .ngc-slider .slider-item.n-540-darkText .slider-text-container .slider-text .btn-slide:hover {
    background-color: #a19166;
    border-color: #a19166;
    color: #ffffff !important;
  }
  .ngc-slider .slider-item.n-540-lightText .slider-text-container .slider-text .slider-title {
    color: #ffffff;
  }
  .ngc-slider .slider-item.n-540-lightText .slider-text-container .slider-text p {
    color: #ffffff;
  }
  .ngc-slider .slider-item.n-540-lightText .slider-text-container .slider-text .btn-slide {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #000000;
  }
  .ngc-slider .slider-item.n-540-lightText .slider-text-container .slider-text .btn-slide:hover {
    background-color: #a19166;
    border-color: #a19166;
    color: #ffffff !important;
  }
  .ngc-slider .slider-item .slider-text-container .main-container {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    align-items: flex-end;
    justify-content: flex-start;
  }
  .ngc-slider .slider-item.n-540-topLeft .slider-text-container .main-container {
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;
  }
  .ngc-slider .slider-item.n-540-topCenter .slider-text-container .main-container {
    align-items: flex-start;
    justify-content: center;
    text-align: center;
  }
  .ngc-slider .slider-item.n-540-topRight .slider-text-container .main-container {
    align-items: flex-start;
    justify-content: flex-end;
    text-align: right;
  }
  .ngc-slider .slider-item.n-540-centerLeft .slider-text-container .main-container {
    align-items: center;
    justify-content: flex-start;
    text-align: left;
  }
  .ngc-slider .slider-item.n-540-centerCenter .slider-text-container .main-container {
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .ngc-slider .slider-item.n-540-centerRight .slider-text-container .main-container {
    align-items: center;
    justify-content: flex-end;
    text-align: right;
  }
  .ngc-slider .slider-item.n-540-bottomLeft .slider-text-container .main-container {
    align-items: flex-end;
    justify-content: flex-start;
    text-align: left;
  }
  .ngc-slider .slider-item.n-540-bottomCenter .slider-text-container .main-container {
    align-items: flex-end;
    justify-content: center;
    text-align: center;
  }
  .ngc-slider .slider-item.n-540-bottomRight .slider-text-container .main-container {
    align-items: flex-end;
    justify-content: flex-end;
    text-align: right;
  }
}
@media (min-width: 540px) and (min-width: 768px) {
  .ngc-slider-wrap.n-540-fullscreen .slider-item .slider-text-container .main-container {
    padding-bottom: 30px;
  }
  .ngc-slider-wrap.n-540-fullscreen .slider-item .slider-text-container.with-bg .main-container {
    padding-bottom: 60px;
    padding-top: 30px;
  }
  .ngc-slider-wrap.n-540-fullscreen .slider-item .slider-text-container.with-bg .slider-text {
    padding-left: 30px;
    padding-right: 30px;
  }
  .ngc-slider-wrap.n-540-fullscreen .slick-dots {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (min-width: 540px) and (min-width: 992px) {
  .ngc-slider-wrap.n-540-fullscreen .ngc-slider-arrow .nsa-container {
    padding-left: 30px;
    padding-right: 30px;
  }
  .ngc-slider-wrap.n-540-fullscreen .ngc-slider-arrow .nsa-container a.ngc-slideNext {
    right: 30px;
  }
  .ngc-slider-wrap.n-540-fullscreen .ngc-slider-arrow .nsa-container a.ngc-slidePrev {
    left: 30px;
  }
}
@media (min-width: 540px) and (min-width: 1200px) {
  .ngc-slider-wrap.n-540-fullscreen .slick-dots {
    padding-left: 15px;
    padding-right: 15px;
  }
  .ngc-slider-wrap.n-540-fullscreen .ngc-slider-arrow .nsa-container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .ngc-slider-wrap.n-540-fullscreen .ngc-slider-arrow .nsa-container a.ngc-slideNext {
    right: 15px;
  }
  .ngc-slider-wrap.n-540-fullscreen .ngc-slider-arrow .nsa-container a.ngc-slidePrev {
    left: 15px;
  }
}
@media (min-width: 540px) and (min-width: 1400px) {
  .ngc-slider-wrap.n-540-fullscreen.n-1400-arrowOffGrid .ngc-slider-arrow .nsa-container a {
    border-color: #e4e4df;
    background-color: transparent;
  }
  .ngc-slider-wrap.n-540-fullscreen.n-1400-arrowOffGrid .ngc-slider-arrow .nsa-container a:before {
    border-color: #ffffff;
  }
  .ngc-slider-wrap.n-540-fullscreen.n-1400-arrowOffGrid .ngc-slider-arrow .nsa-container a:hover {
    border-color: #000000;
    background-color: transparent;
  }
  .ngc-slider-wrap.n-540-fullscreen.n-1400-arrowOffGrid .ngc-slider-arrow .nsa-container a:hover:before {
    border-color: #a19166;
  }
}
@media (min-width: 540px) and (min-width: 992px) {
  .ngc-slider-wrap.n-540-revert .slider-item .slider-text-container {
    position: absolute;
    bottom: 30px;
  }
}
@media (min-width: 540px) and (min-width: 992px) {
  .ngc-slider-wrap.n-540-revert .slick-dots {
    position: absolute;
  }
  .ngc-slider-wrap.n-540-revert .slick-dots li button {
    background-color: #ffffff;
  }
  .ngc-slider-wrap.n-540-revert .slick-dots li.slick-active button {
    background-color: #ffffff;
  }
}
@media (min-width: 540px) and (min-width: 768px) {
  .ngc-slider-wrap.n-540-dotLeft .slick-dots li {
    margin-left: 0;
    margin-right: 16px;
  }
}
@media (min-width: 540px) and (min-width: 768px) {
  .ngc-slider-wrap.n-540-dotRight .slick-dots li {
    margin-right: 0;
    margin-left: 16px;
  }
}
@media (min-width: 540px) and (min-width: 768px) {
  .ngc-slider-wrap.n-540-dotCenter .slick-dots li {
    margin: 0 8px;
  }
}
@media (min-width: 768px) {
  .ngc-slider-wrap.n-768-fullscreen {
    height: 100%;
    min-height: 450px;
  }
  .ngc-slider-wrap.n-768-fullscreen .ngc-slider,
  .ngc-slider-wrap.n-768-fullscreen .slick-list,
  .ngc-slider-wrap.n-768-fullscreen .slick-track,
  .ngc-slider-wrap.n-768-fullscreen .item {
    height: 100%;
  }
  .ngc-slider-wrap.n-768-fullscreen .slider-item {
    position: relative;
    height: 100%;
  }
  .ngc-slider-wrap.n-768-fullscreen .slider-item .slider-media {
    height: 100%;
    position: relative;
    z-index: 1;
  }
  .ngc-slider-wrap.n-768-fullscreen .slider-item .slider-media img {
    display: none;
  }
  .ngc-slider-wrap.n-768-fullscreen .slider-item .slider-text-container {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
  }
  .ngc-slider-wrap.n-768-fullscreen .slider-item .slider-text-container .main-container {
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 100%;
    bottom: 0;
    padding-bottom: 20px;
  }
  .ngc-slider-wrap.n-768-fullscreen .slider-item .slider-text-container.with-bg .main-container {
    padding-bottom: 40px;
    padding-top: 20px;
  }
  .ngc-slider-wrap.n-768-fullscreen .slider-item .slider-text-container.with-bg .slider-text {
    padding-left: 20px;
    padding-right: 20px;
  }
  .ngc-slider-wrap.n-768-fullscreen .slick-dots {
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
    width: 100%;
    max-width: 1170px;
  }
  .ngc-slider-wrap.n-768-fullscreen .slick-dots li button {
    background-color: #ffffff;
  }
  .ngc-slider-wrap.n-768-fullscreen .slick-dots li.slick-active button {
    background-color: #ffffff;
  }
  .ngc-slider-wrap.n-768-revert {
    height: auto;
  }
  .ngc-slider-wrap.n-768-revert .slider-item .slider-media img {
    display: block;
  }
  .ngc-slider-wrap.n-768-revert .slider-item .slider-text-container {
    height: auto;
    position: relative;
    bottom: 0;
  }
  .ngc-slider-wrap.n-768-revert .slider-item .slider-text-container .main-container {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    left: 0;
    position: relative;
  }
  .ngc-slider-wrap.n-768-revert .slick-dots {
    position: relative;
  }
  .ngc-slider-wrap.n-768-revert .slick-dots li button {
    background-color: #000000;
  }
  .ngc-slider-wrap.n-768-revert .slick-dots li.slick-active button {
    background-color: #000000;
  }
  .ngc-slider-wrap.n-768-dotLeft .slick-dots {
    justify-content: flex-start;
  }
  .ngc-slider-wrap.n-768-dotLeft .slick-dots li {
    margin-left: 0;
    margin-right: 10px;
  }
  .ngc-slider-wrap.n-768-dotRight .slick-dots {
    justify-content: flex-end;
  }
  .ngc-slider-wrap.n-768-dotRight .slick-dots li {
    margin-right: 0;
    margin-left: 10px;
  }
  .ngc-slider-wrap.n-768-dotCenter .slick-dots {
    justify-content: center;
  }
  .ngc-slider-wrap.n-768-dotCenter .slick-dots li {
    margin: 0 5px;
  }
  .ngc-slider-wrap.n-768-dotHide .slick-dots {
    display: none!important;
  }
  .ngc-slider-wrap.n-768-dotShow .slick-dots {
    display: -webkit-box !important;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box !important;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox !important;
    /* TWEENER - IE 10 */
    display: -webkit-flex !important;
    /* NEW - Chrome */
    display: flex !important;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
  }
  .ngc-slider .slider-item.n-768-darkText .slider-text-container .slider-text .slider-title {
    color: #000000;
  }
  .ngc-slider .slider-item.n-768-darkText .slider-text-container .slider-text p {
    color: #898989;
  }
  .ngc-slider .slider-item.n-768-darkText .slider-text-container .slider-text .btn-slide {
    background-color: #000000;
    border-color: #000000;
    color: #ffffff;
  }
  .ngc-slider .slider-item.n-768-darkText .slider-text-container .slider-text .btn-slide:hover {
    background-color: #a19166;
    border-color: #a19166;
    color: #ffffff !important;
  }
  .ngc-slider .slider-item.n-768-lightText .slider-text-container .slider-text .slider-title {
    color: #ffffff;
  }
  .ngc-slider .slider-item.n-768-lightText .slider-text-container .slider-text p {
    color: #ffffff;
  }
  .ngc-slider .slider-item.n-768-lightText .slider-text-container .slider-text .btn-slide {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #000000;
  }
  .ngc-slider .slider-item.n-768-lightText .slider-text-container .slider-text .btn-slide:hover {
    background-color: #a19166;
    border-color: #a19166;
    color: #ffffff !important;
  }
  .ngc-slider .slider-item .slider-text-container .main-container {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    align-items: flex-end;
    justify-content: flex-start;
  }
  .ngc-slider .slider-item.n-768-topLeft .slider-text-container .main-container {
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;
  }
  .ngc-slider .slider-item.n-768-topCenter .slider-text-container .main-container {
    align-items: flex-start;
    justify-content: center;
    text-align: center;
  }
  .ngc-slider .slider-item.n-768-topRight .slider-text-container .main-container {
    align-items: flex-start;
    justify-content: flex-end;
    text-align: right;
  }
  .ngc-slider .slider-item.n-768-centerLeft .slider-text-container .main-container {
    align-items: center;
    justify-content: flex-start;
    text-align: left;
  }
  .ngc-slider .slider-item.n-768-centerCenter .slider-text-container .main-container {
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .ngc-slider .slider-item.n-768-centerRight .slider-text-container .main-container {
    align-items: center;
    justify-content: flex-end;
    text-align: right;
  }
  .ngc-slider .slider-item.n-768-bottomLeft .slider-text-container .main-container {
    align-items: flex-end;
    justify-content: flex-start;
    text-align: left;
  }
  .ngc-slider .slider-item.n-768-bottomCenter .slider-text-container .main-container {
    align-items: flex-end;
    justify-content: center;
    text-align: center;
  }
  .ngc-slider .slider-item.n-768-bottomRight .slider-text-container .main-container {
    align-items: flex-end;
    justify-content: flex-end;
    text-align: right;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .ngc-slider-wrap.n-768-fullscreen .slider-item .slider-text-container .main-container {
    padding-bottom: 30px;
  }
  .ngc-slider-wrap.n-768-fullscreen .slider-item .slider-text-container.with-bg .main-container {
    padding-bottom: 60px;
    padding-top: 30px;
  }
  .ngc-slider-wrap.n-768-fullscreen .slider-item .slider-text-container.with-bg .slider-text {
    padding-left: 30px;
    padding-right: 30px;
  }
  .ngc-slider-wrap.n-768-fullscreen .slick-dots {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .ngc-slider-wrap.n-768-fullscreen .ngc-slider-arrow .nsa-container {
    padding-left: 30px;
    padding-right: 30px;
  }
  .ngc-slider-wrap.n-768-fullscreen .ngc-slider-arrow .nsa-container a.ngc-slideNext {
    right: 30px;
  }
  .ngc-slider-wrap.n-768-fullscreen .ngc-slider-arrow .nsa-container a.ngc-slidePrev {
    left: 30px;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .ngc-slider-wrap.n-768-fullscreen .slick-dots {
    padding-left: 15px;
    padding-right: 15px;
  }
  .ngc-slider-wrap.n-768-fullscreen .ngc-slider-arrow .nsa-container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .ngc-slider-wrap.n-768-fullscreen .ngc-slider-arrow .nsa-container a.ngc-slideNext {
    right: 15px;
  }
  .ngc-slider-wrap.n-768-fullscreen .ngc-slider-arrow .nsa-container a.ngc-slidePrev {
    left: 15px;
  }
}
@media (min-width: 768px) and (min-width: 1400px) {
  .ngc-slider-wrap.n-768-fullscreen.n-1400-arrowOffGrid .ngc-slider-arrow .nsa-container a {
    border-color: #e4e4df;
    background-color: transparent;
  }
  .ngc-slider-wrap.n-768-fullscreen.n-1400-arrowOffGrid .ngc-slider-arrow .nsa-container a:before {
    border-color: #ffffff;
  }
  .ngc-slider-wrap.n-768-fullscreen.n-1400-arrowOffGrid .ngc-slider-arrow .nsa-container a:hover {
    border-color: #000000;
    background-color: transparent;
  }
  .ngc-slider-wrap.n-768-fullscreen.n-1400-arrowOffGrid .ngc-slider-arrow .nsa-container a:hover:before {
    border-color: #a19166;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .ngc-slider-wrap.n-768-revert .slider-item .slider-text-container {
    position: absolute;
    bottom: 30px;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .ngc-slider-wrap.n-768-revert .slick-dots {
    position: absolute;
  }
  .ngc-slider-wrap.n-768-revert .slick-dots li button {
    background-color: #ffffff;
  }
  .ngc-slider-wrap.n-768-revert .slick-dots li.slick-active button {
    background-color: #ffffff;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .ngc-slider-wrap.n-768-dotLeft .slick-dots li {
    margin-left: 0;
    margin-right: 16px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .ngc-slider-wrap.n-768-dotRight .slick-dots li {
    margin-right: 0;
    margin-left: 16px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .ngc-slider-wrap.n-768-dotCenter .slick-dots li {
    margin: 0 8px;
  }
}
@media (min-width: 992px) {
  .ngc-slider-wrap.n-992-fullscreen {
    height: 100%;
    min-height: 450px;
  }
  .ngc-slider-wrap.n-992-fullscreen .ngc-slider,
  .ngc-slider-wrap.n-992-fullscreen .slick-list,
  .ngc-slider-wrap.n-992-fullscreen .slick-track,
  .ngc-slider-wrap.n-992-fullscreen .item {
    height: 100%;
  }
  .ngc-slider-wrap.n-992-fullscreen .slider-item {
    position: relative;
    height: 100%;
  }
  .ngc-slider-wrap.n-992-fullscreen .slider-item .slider-media {
    height: 100%;
    position: relative;
    z-index: 1;
  }
  .ngc-slider-wrap.n-992-fullscreen .slider-item .slider-media img {
    display: none;
  }
  .ngc-slider-wrap.n-992-fullscreen .slider-item .slider-text-container {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
  }
  .ngc-slider-wrap.n-992-fullscreen .slider-item .slider-text-container .main-container {
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 100%;
    bottom: 0;
    padding-bottom: 20px;
  }
  .ngc-slider-wrap.n-992-fullscreen .slider-item .slider-text-container.with-bg .main-container {
    padding-bottom: 40px;
    padding-top: 20px;
  }
  .ngc-slider-wrap.n-992-fullscreen .slider-item .slider-text-container.with-bg .slider-text {
    padding-left: 20px;
    padding-right: 20px;
  }
  .ngc-slider-wrap.n-992-fullscreen .slick-dots {
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
    width: 100%;
    max-width: 1170px;
  }
  .ngc-slider-wrap.n-992-fullscreen .slick-dots li button {
    background-color: #ffffff;
  }
  .ngc-slider-wrap.n-992-fullscreen .slick-dots li.slick-active button {
    background-color: #ffffff;
  }
  .ngc-slider-wrap.n-992-revert {
    height: auto;
  }
  .ngc-slider-wrap.n-992-revert .slider-item .slider-media img {
    display: block;
  }
  .ngc-slider-wrap.n-992-revert .slider-item .slider-text-container {
    height: auto;
    position: relative;
    bottom: 0;
  }
  .ngc-slider-wrap.n-992-revert .slider-item .slider-text-container .main-container {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    left: 0;
    position: relative;
  }
  .ngc-slider-wrap.n-992-revert .slick-dots {
    position: relative;
  }
  .ngc-slider-wrap.n-992-revert .slick-dots li button {
    background-color: #000000;
  }
  .ngc-slider-wrap.n-992-revert .slick-dots li.slick-active button {
    background-color: #000000;
  }
  .ngc-slider-wrap.n-992-dotLeft .slick-dots {
    justify-content: flex-start;
  }
  .ngc-slider-wrap.n-992-dotLeft .slick-dots li {
    margin-left: 0;
    margin-right: 10px;
  }
  .ngc-slider-wrap.n-992-dotRight .slick-dots {
    justify-content: flex-end;
  }
  .ngc-slider-wrap.n-992-dotRight .slick-dots li {
    margin-right: 0;
    margin-left: 10px;
  }
  .ngc-slider-wrap.n-992-dotCenter .slick-dots {
    justify-content: center;
  }
  .ngc-slider-wrap.n-992-dotCenter .slick-dots li {
    margin: 0 5px;
  }
  .ngc-slider-wrap.n-992-dotHide .slick-dots {
    display: none!important;
  }
  .ngc-slider-wrap.n-992-dotShow .slick-dots {
    display: -webkit-box !important;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box !important;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox !important;
    /* TWEENER - IE 10 */
    display: -webkit-flex !important;
    /* NEW - Chrome */
    display: flex !important;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
  }
  .ngc-slider-wrap.n-992-arrowShow .ngc-slider-arrow {
    display: block;
  }
  .ngc-slider-wrap.n-992-arrowHide .ngc-slider-arrow {
    display: none;
  }
  .ngc-slider-wrap.n-992-arrowOffGrid .ngc-slider-arrow .nsa-container a {
    border-color: #000000;
    background-color: #000000;
  }
  .ngc-slider-wrap.n-992-arrowOffGrid .ngc-slider-arrow .nsa-container a:before {
    border-color: #ffffff;
  }
  .ngc-slider-wrap.n-992-arrowOffGrid .ngc-slider-arrow .nsa-container a.ngc-slideNext {
    right: -60px;
  }
  .ngc-slider-wrap.n-992-arrowOffGrid .ngc-slider-arrow .nsa-container a.ngc-slidePrev {
    left: -60px;
  }
  .ngc-slider-wrap.n-992-arrowOffGrid .ngc-slider-arrow .nsa-container a:hover {
    border-color: #a19166;
    background-color: #a19166;
  }
  .ngc-slider-wrap.n-992-arrowOffGrid .ngc-slider-arrow .nsa-container a:hover:before {
    border-color: #ffffff;
  }
  .ngc-slider-wrap.n-992-arrowEdge .ngc-slider-arrow .nsa-container {
    max-width: 100%;
  }
  .ngc-slider-wrap.n-992-arrowEdge .ngc-slider-arrow .nsa-container a.ngc-slideNext {
    right: 30px;
  }
  .ngc-slider-wrap.n-992-arrowEdge .ngc-slider-arrow .nsa-container a.ngc-slidePrev {
    left: 30px;
  }
  .ngc-slider-wrap.n-992-arrowDark .ngc-slider-arrow .nsa-container a {
    border-color: #000000 !important;
    background-color: #000000 !important;
  }
  .ngc-slider-wrap.n-992-arrowDark .ngc-slider-arrow .nsa-container a:before {
    border-color: #ffffff !important;
  }
  .ngc-slider-wrap.n-992-arrowDark .ngc-slider-arrow .nsa-container a:hover {
    border-color: #a19166 !important;
    background-color: #a19166 !important;
  }
  .ngc-slider-wrap.n-992-arrowDark .ngc-slider-arrow .nsa-container a:hover:before {
    border-color: #ffffff !important;
  }
  .ngc-slider-wrap.n-992-arrowLight .ngc-slider-arrow .nsa-container a {
    border-color: #e4e4df;
    background-color: transparent;
  }
  .ngc-slider-wrap.n-992-arrowLight .ngc-slider-arrow .nsa-container a:before {
    border-color: #ffffff;
  }
  .ngc-slider-wrap.n-992-arrowLight .ngc-slider-arrow .nsa-container a:hover {
    border-color: #000000;
    background-color: transparent;
  }
  .ngc-slider-wrap.n-992-arrowLight .ngc-slider-arrow .nsa-container a:hover:before {
    border-color: #a19166;
  }
  .ngc-slider-wrap.n-992-textBelow .slider-item .slider-text-container {
    position: relative;
  }
  .ngc-slider .slider-item.n-992-darkText .slider-text-container .slider-text .slider-title {
    color: #000000;
  }
  .ngc-slider .slider-item.n-992-darkText .slider-text-container .slider-text p {
    color: #898989;
  }
  .ngc-slider .slider-item.n-992-darkText .slider-text-container .slider-text .btn-slide {
    background-color: #000000;
    border-color: #000000;
    color: #ffffff;
  }
  .ngc-slider .slider-item.n-992-darkText .slider-text-container .slider-text .btn-slide:hover {
    background-color: #a19166;
    border-color: #a19166;
    color: #ffffff !important;
  }
  .ngc-slider .slider-item.n-992-lightText .slider-text-container .slider-text .slider-title {
    color: #ffffff;
  }
  .ngc-slider .slider-item.n-992-lightText .slider-text-container .slider-text p {
    color: #ffffff;
  }
  .ngc-slider .slider-item.n-992-lightText .slider-text-container .slider-text .btn-slide {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #000000;
  }
  .ngc-slider .slider-item.n-992-lightText .slider-text-container .slider-text .btn-slide:hover {
    background-color: #a19166;
    border-color: #a19166;
    color: #ffffff !important;
  }
  .ngc-slider .slider-item .slider-text-container .main-container {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    align-items: flex-end;
    justify-content: flex-start;
  }
  .ngc-slider .slider-item.n-992-topLeft .slider-text-container .main-container {
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;
  }
  .ngc-slider .slider-item.n-992-topCenter .slider-text-container .main-container {
    align-items: flex-start;
    justify-content: center;
    text-align: center;
  }
  .ngc-slider .slider-item.n-992-topRight .slider-text-container .main-container {
    align-items: flex-start;
    justify-content: flex-end;
    text-align: right;
  }
  .ngc-slider .slider-item.n-992-centerLeft .slider-text-container .main-container {
    align-items: center;
    justify-content: flex-start;
    text-align: left;
  }
  .ngc-slider .slider-item.n-992-centerCenter .slider-text-container .main-container {
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .ngc-slider .slider-item.n-992-centerRight .slider-text-container .main-container {
    align-items: center;
    justify-content: flex-end;
    text-align: right;
  }
  .ngc-slider .slider-item.n-992-bottomLeft .slider-text-container .main-container {
    align-items: flex-end;
    justify-content: flex-start;
    text-align: left;
  }
  .ngc-slider .slider-item.n-992-bottomCenter .slider-text-container .main-container {
    align-items: flex-end;
    justify-content: center;
    text-align: center;
  }
  .ngc-slider .slider-item.n-992-bottomRight .slider-text-container .main-container {
    align-items: flex-end;
    justify-content: flex-end;
    text-align: right;
  }
}
@media (min-width: 992px) and (min-width: 768px) {
  .ngc-slider-wrap.n-992-fullscreen .slider-item .slider-text-container .main-container {
    padding-bottom: 30px;
  }
  .ngc-slider-wrap.n-992-fullscreen .slider-item .slider-text-container.with-bg .main-container {
    padding-bottom: 60px;
    padding-top: 30px;
  }
  .ngc-slider-wrap.n-992-fullscreen .slider-item .slider-text-container.with-bg .slider-text {
    padding-left: 30px;
    padding-right: 30px;
  }
  .ngc-slider-wrap.n-992-fullscreen .slick-dots {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .ngc-slider-wrap.n-992-fullscreen .ngc-slider-arrow .nsa-container {
    padding-left: 30px;
    padding-right: 30px;
  }
  .ngc-slider-wrap.n-992-fullscreen .ngc-slider-arrow .nsa-container a.ngc-slideNext {
    right: 30px;
  }
  .ngc-slider-wrap.n-992-fullscreen .ngc-slider-arrow .nsa-container a.ngc-slidePrev {
    left: 30px;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .ngc-slider-wrap.n-992-fullscreen .slick-dots {
    padding-left: 15px;
    padding-right: 15px;
  }
  .ngc-slider-wrap.n-992-fullscreen .ngc-slider-arrow .nsa-container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .ngc-slider-wrap.n-992-fullscreen .ngc-slider-arrow .nsa-container a.ngc-slideNext {
    right: 15px;
  }
  .ngc-slider-wrap.n-992-fullscreen .ngc-slider-arrow .nsa-container a.ngc-slidePrev {
    left: 15px;
  }
}
@media (min-width: 992px) and (min-width: 1400px) {
  .ngc-slider-wrap.n-992-fullscreen.n-1400-arrowOffGrid .ngc-slider-arrow .nsa-container a {
    border-color: #e4e4df;
    background-color: transparent;
  }
  .ngc-slider-wrap.n-992-fullscreen.n-1400-arrowOffGrid .ngc-slider-arrow .nsa-container a:before {
    border-color: #ffffff;
  }
  .ngc-slider-wrap.n-992-fullscreen.n-1400-arrowOffGrid .ngc-slider-arrow .nsa-container a:hover {
    border-color: #000000;
    background-color: transparent;
  }
  .ngc-slider-wrap.n-992-fullscreen.n-1400-arrowOffGrid .ngc-slider-arrow .nsa-container a:hover:before {
    border-color: #a19166;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .ngc-slider-wrap.n-992-revert .slider-item .slider-text-container {
    position: absolute;
    bottom: 30px;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .ngc-slider-wrap.n-992-revert .slick-dots {
    position: absolute;
  }
  .ngc-slider-wrap.n-992-revert .slick-dots li button {
    background-color: #ffffff;
  }
  .ngc-slider-wrap.n-992-revert .slick-dots li.slick-active button {
    background-color: #ffffff;
  }
}
@media (min-width: 992px) and (min-width: 768px) {
  .ngc-slider-wrap.n-992-dotLeft .slick-dots li {
    margin-left: 0;
    margin-right: 16px;
  }
}
@media (min-width: 992px) and (min-width: 768px) {
  .ngc-slider-wrap.n-992-dotRight .slick-dots li {
    margin-right: 0;
    margin-left: 16px;
  }
}
@media (min-width: 992px) and (min-width: 768px) {
  .ngc-slider-wrap.n-992-dotCenter .slick-dots li {
    margin: 0 8px;
  }
}
@media (min-width: 1200px) {
  .ngc-slider-wrap.n-1200-fullscreen {
    height: 100%;
    min-height: 450px;
  }
  .ngc-slider-wrap.n-1200-fullscreen .ngc-slider,
  .ngc-slider-wrap.n-1200-fullscreen .slick-list,
  .ngc-slider-wrap.n-1200-fullscreen .slick-track,
  .ngc-slider-wrap.n-1200-fullscreen .item {
    height: 100%;
  }
  .ngc-slider-wrap.n-1200-fullscreen .slider-item {
    position: relative;
    height: 100%;
  }
  .ngc-slider-wrap.n-1200-fullscreen .slider-item .slider-media {
    height: 100%;
    position: relative;
    z-index: 1;
  }
  .ngc-slider-wrap.n-1200-fullscreen .slider-item .slider-media img {
    display: none;
  }
  .ngc-slider-wrap.n-1200-fullscreen .slider-item .slider-text-container {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
  }
  .ngc-slider-wrap.n-1200-fullscreen .slider-item .slider-text-container .main-container {
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 100%;
    bottom: 0;
    padding-bottom: 20px;
  }
  .ngc-slider-wrap.n-1200-fullscreen .slider-item .slider-text-container.with-bg .main-container {
    padding-bottom: 40px;
    padding-top: 20px;
  }
  .ngc-slider-wrap.n-1200-fullscreen .slider-item .slider-text-container.with-bg .slider-text {
    padding-left: 20px;
    padding-right: 20px;
  }
  .ngc-slider-wrap.n-1200-fullscreen .slick-dots {
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
    width: 100%;
    max-width: 1170px;
  }
  .ngc-slider-wrap.n-1200-fullscreen .slick-dots li button {
    background-color: #ffffff;
  }
  .ngc-slider-wrap.n-1200-fullscreen .slick-dots li.slick-active button {
    background-color: #ffffff;
  }
  .ngc-slider-wrap.n-1200-revert {
    height: auto;
  }
  .ngc-slider-wrap.n-1200-revert .slider-item .slider-media img {
    display: block;
  }
  .ngc-slider-wrap.n-1200-revert .slider-item .slider-text-container {
    height: auto;
    position: relative;
    bottom: 0;
  }
  .ngc-slider-wrap.n-1200-revert .slider-item .slider-text-container .main-container {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    left: 0;
    position: relative;
  }
  .ngc-slider-wrap.n-1200-revert .slick-dots {
    position: relative;
  }
  .ngc-slider-wrap.n-1200-revert .slick-dots li button {
    background-color: #000000;
  }
  .ngc-slider-wrap.n-1200-revert .slick-dots li.slick-active button {
    background-color: #000000;
  }
  .ngc-slider-wrap.n-1200-dotLeft .slick-dots {
    justify-content: flex-start;
  }
  .ngc-slider-wrap.n-1200-dotLeft .slick-dots li {
    margin-left: 0;
    margin-right: 10px;
  }
  .ngc-slider-wrap.n-1200-dotRight .slick-dots {
    justify-content: flex-end;
  }
  .ngc-slider-wrap.n-1200-dotRight .slick-dots li {
    margin-right: 0;
    margin-left: 10px;
  }
  .ngc-slider-wrap.n-1200-dotCenter .slick-dots {
    justify-content: center;
  }
  .ngc-slider-wrap.n-1200-dotCenter .slick-dots li {
    margin: 0 5px;
  }
  .ngc-slider-wrap.n-1200-dotHide .slick-dots {
    display: none!important;
  }
  .ngc-slider-wrap.n-1200-dotShow .slick-dots {
    display: -webkit-box !important;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box !important;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox !important;
    /* TWEENER - IE 10 */
    display: -webkit-flex !important;
    /* NEW - Chrome */
    display: flex !important;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
  }
  .ngc-slider-wrap.n-1200-arrowShow .ngc-slider-arrow {
    display: block;
  }
  .ngc-slider-wrap.n-1200-arrowHide .ngc-slider-arrow {
    display: none;
  }
  .ngc-slider-wrap.n-1200-arrowOffGrid .ngc-slider-arrow .nsa-container a {
    border-color: #000000;
    background-color: #000000;
  }
  .ngc-slider-wrap.n-1200-arrowOffGrid .ngc-slider-arrow .nsa-container a:before {
    border-color: #ffffff;
  }
  .ngc-slider-wrap.n-1200-arrowOffGrid .ngc-slider-arrow .nsa-container a.ngc-slideNext {
    right: -60px;
  }
  .ngc-slider-wrap.n-1200-arrowOffGrid .ngc-slider-arrow .nsa-container a.ngc-slidePrev {
    left: -60px;
  }
  .ngc-slider-wrap.n-1200-arrowOffGrid .ngc-slider-arrow .nsa-container a:hover {
    border-color: #a19166;
    background-color: #a19166;
  }
  .ngc-slider-wrap.n-1200-arrowOffGrid .ngc-slider-arrow .nsa-container a:hover:before {
    border-color: #ffffff;
  }
  .ngc-slider-wrap.n-1200-arrowEdge .ngc-slider-arrow .nsa-container {
    max-width: 100%;
  }
  .ngc-slider-wrap.n-1200-arrowEdge .ngc-slider-arrow .nsa-container a.ngc-slideNext {
    right: 30px;
  }
  .ngc-slider-wrap.n-1200-arrowEdge .ngc-slider-arrow .nsa-container a.ngc-slidePrev {
    left: 30px;
  }
  .ngc-slider-wrap.n-1200-arrowDark .ngc-slider-arrow .nsa-container a {
    border-color: #000000 !important;
    background-color: #000000 !important;
  }
  .ngc-slider-wrap.n-1200-arrowDark .ngc-slider-arrow .nsa-container a:before {
    border-color: #ffffff !important;
  }
  .ngc-slider-wrap.n-1200-arrowDark .ngc-slider-arrow .nsa-container a:hover {
    border-color: #a19166 !important;
    background-color: #a19166 !important;
  }
  .ngc-slider-wrap.n-1200-arrowDark .ngc-slider-arrow .nsa-container a:hover:before {
    border-color: #ffffff !important;
  }
  .ngc-slider-wrap.n-1200-arrowLight .ngc-slider-arrow .nsa-container a {
    border-color: #e4e4df;
    background-color: transparent;
  }
  .ngc-slider-wrap.n-1200-arrowLight .ngc-slider-arrow .nsa-container a:before {
    border-color: #ffffff;
  }
  .ngc-slider-wrap.n-1200-arrowLight .ngc-slider-arrow .nsa-container a:hover {
    border-color: #000000;
    background-color: transparent;
  }
  .ngc-slider-wrap.n-1200-arrowLight .ngc-slider-arrow .nsa-container a:hover:before {
    border-color: #a19166;
  }
  .ngc-slider-wrap.n-1200-textBelow .slider-item .slider-text-container {
    position: relative;
  }
  .ngc-slider-wrap.n-1200-textOverlay .slider-item .slider-text-container {
    position: absolute;
  }
  .ngc-slider .slider-item.n-1200-darkText .slider-text-container .slider-text .slider-title {
    color: #000000;
  }
  .ngc-slider .slider-item.n-1200-darkText .slider-text-container .slider-text p {
    color: #898989;
  }
  .ngc-slider .slider-item.n-1200-darkText .slider-text-container .slider-text .btn-slide {
    background-color: #000000;
    border-color: #000000;
    color: #ffffff;
  }
  .ngc-slider .slider-item.n-1200-darkText .slider-text-container .slider-text .btn-slide:hover {
    background-color: #a19166;
    border-color: #a19166;
    color: #ffffff !important;
  }
  .ngc-slider .slider-item.n-1200-lightText .slider-text-container .slider-text .slider-title {
    color: #ffffff;
  }
  .ngc-slider .slider-item.n-1200-lightText .slider-text-container .slider-text p {
    color: #ffffff;
  }
  .ngc-slider .slider-item.n-1200-lightText .slider-text-container .slider-text .btn-slide {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #000000;
  }
  .ngc-slider .slider-item.n-1200-lightText .slider-text-container .slider-text .btn-slide:hover {
    background-color: #a19166;
    border-color: #a19166;
    color: #ffffff !important;
  }
  .ngc-slider .slider-item .slider-text-container .main-container {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    align-items: flex-end;
    justify-content: flex-start;
  }
  .ngc-slider .slider-item.n-1200-topLeft .slider-text-container .main-container {
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;
  }
  .ngc-slider .slider-item.n-1200-topCenter .slider-text-container .main-container {
    align-items: flex-start;
    justify-content: center;
    text-align: center;
  }
  .ngc-slider .slider-item.n-1200-topRight .slider-text-container .main-container {
    align-items: flex-start;
    justify-content: flex-end;
    text-align: right;
  }
  .ngc-slider .slider-item.n-1200-centerLeft .slider-text-container .main-container {
    align-items: center;
    justify-content: flex-start;
    text-align: left;
  }
  .ngc-slider .slider-item.n-1200-centerCenter .slider-text-container .main-container {
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .ngc-slider .slider-item.n-1200-centerRight .slider-text-container .main-container {
    align-items: center;
    justify-content: flex-end;
    text-align: right;
  }
  .ngc-slider .slider-item.n-1200-bottomLeft .slider-text-container .main-container {
    align-items: flex-end;
    justify-content: flex-start;
    text-align: left;
  }
  .ngc-slider .slider-item.n-1200-bottomCenter .slider-text-container .main-container {
    align-items: flex-end;
    justify-content: center;
    text-align: center;
  }
  .ngc-slider .slider-item.n-1200-bottomRight .slider-text-container .main-container {
    align-items: flex-end;
    justify-content: flex-end;
    text-align: right;
  }
}
@media (min-width: 1200px) and (min-width: 768px) {
  .ngc-slider-wrap.n-1200-fullscreen .slider-item .slider-text-container .main-container {
    padding-bottom: 30px;
  }
  .ngc-slider-wrap.n-1200-fullscreen .slider-item .slider-text-container.with-bg .main-container {
    padding-bottom: 60px;
    padding-top: 30px;
  }
  .ngc-slider-wrap.n-1200-fullscreen .slider-item .slider-text-container.with-bg .slider-text {
    padding-left: 30px;
    padding-right: 30px;
  }
  .ngc-slider-wrap.n-1200-fullscreen .slick-dots {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (min-width: 1200px) and (min-width: 992px) {
  .ngc-slider-wrap.n-1200-fullscreen .ngc-slider-arrow .nsa-container {
    padding-left: 30px;
    padding-right: 30px;
  }
  .ngc-slider-wrap.n-1200-fullscreen .ngc-slider-arrow .nsa-container a.ngc-slideNext {
    right: 30px;
  }
  .ngc-slider-wrap.n-1200-fullscreen .ngc-slider-arrow .nsa-container a.ngc-slidePrev {
    left: 30px;
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .ngc-slider-wrap.n-1200-fullscreen .slick-dots {
    padding-left: 15px;
    padding-right: 15px;
  }
  .ngc-slider-wrap.n-1200-fullscreen .ngc-slider-arrow .nsa-container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .ngc-slider-wrap.n-1200-fullscreen .ngc-slider-arrow .nsa-container a.ngc-slideNext {
    right: 15px;
  }
  .ngc-slider-wrap.n-1200-fullscreen .ngc-slider-arrow .nsa-container a.ngc-slidePrev {
    left: 15px;
  }
}
@media (min-width: 1200px) and (min-width: 1400px) {
  .ngc-slider-wrap.n-1200-fullscreen.n-1400-arrowOffGrid .ngc-slider-arrow .nsa-container a {
    border-color: #e4e4df;
    background-color: transparent;
  }
  .ngc-slider-wrap.n-1200-fullscreen.n-1400-arrowOffGrid .ngc-slider-arrow .nsa-container a:before {
    border-color: #ffffff;
  }
  .ngc-slider-wrap.n-1200-fullscreen.n-1400-arrowOffGrid .ngc-slider-arrow .nsa-container a:hover {
    border-color: #000000;
    background-color: transparent;
  }
  .ngc-slider-wrap.n-1200-fullscreen.n-1400-arrowOffGrid .ngc-slider-arrow .nsa-container a:hover:before {
    border-color: #a19166;
  }
}
@media (min-width: 1200px) and (min-width: 992px) {
  .ngc-slider-wrap.n-1200-revert .slider-item .slider-text-container {
    position: absolute;
    bottom: 30px;
  }
}
@media (min-width: 1200px) and (min-width: 992px) {
  .ngc-slider-wrap.n-1200-revert .slick-dots {
    position: absolute;
  }
  .ngc-slider-wrap.n-1200-revert .slick-dots li button {
    background-color: #ffffff;
  }
  .ngc-slider-wrap.n-1200-revert .slick-dots li.slick-active button {
    background-color: #ffffff;
  }
}
@media (min-width: 1200px) and (min-width: 768px) {
  .ngc-slider-wrap.n-1200-dotLeft .slick-dots li {
    margin-left: 0;
    margin-right: 16px;
  }
}
@media (min-width: 1200px) and (min-width: 768px) {
  .ngc-slider-wrap.n-1200-dotRight .slick-dots li {
    margin-right: 0;
    margin-left: 16px;
  }
}
@media (min-width: 1200px) and (min-width: 768px) {
  .ngc-slider-wrap.n-1200-dotCenter .slick-dots li {
    margin: 0 8px;
  }
}
@media (min-width: 1400px) {
  .ngc-slider-wrap.n-1400-fullscreen {
    height: 100%;
    min-height: 450px;
  }
  .ngc-slider-wrap.n-1400-fullscreen .ngc-slider,
  .ngc-slider-wrap.n-1400-fullscreen .slick-list,
  .ngc-slider-wrap.n-1400-fullscreen .slick-track,
  .ngc-slider-wrap.n-1400-fullscreen .item {
    height: 100%;
  }
  .ngc-slider-wrap.n-1400-fullscreen .slider-item {
    position: relative;
    height: 100%;
  }
  .ngc-slider-wrap.n-1400-fullscreen .slider-item .slider-media {
    height: 100%;
    position: relative;
    z-index: 1;
  }
  .ngc-slider-wrap.n-1400-fullscreen .slider-item .slider-media img {
    display: none;
  }
  .ngc-slider-wrap.n-1400-fullscreen .slider-item .slider-text-container {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
  }
  .ngc-slider-wrap.n-1400-fullscreen .slider-item .slider-text-container .main-container {
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 100%;
    bottom: 0;
    padding-bottom: 20px;
  }
  .ngc-slider-wrap.n-1400-fullscreen .slider-item .slider-text-container.with-bg .main-container {
    padding-bottom: 40px;
    padding-top: 20px;
  }
  .ngc-slider-wrap.n-1400-fullscreen .slider-item .slider-text-container.with-bg .slider-text {
    padding-left: 20px;
    padding-right: 20px;
  }
  .ngc-slider-wrap.n-1400-fullscreen .slick-dots {
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
    width: 100%;
    max-width: 1170px;
  }
  .ngc-slider-wrap.n-1400-fullscreen .slick-dots li button {
    background-color: #ffffff;
  }
  .ngc-slider-wrap.n-1400-fullscreen .slick-dots li.slick-active button {
    background-color: #ffffff;
  }
  .ngc-slider-wrap.n-1400-revert {
    height: auto;
  }
  .ngc-slider-wrap.n-1400-revert .slider-item .slider-media img {
    display: block;
  }
  .ngc-slider-wrap.n-1400-revert .slider-item .slider-text-container {
    height: auto;
    position: relative;
    bottom: 0;
  }
  .ngc-slider-wrap.n-1400-revert .slider-item .slider-text-container .main-container {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    left: 0;
    position: relative;
  }
  .ngc-slider-wrap.n-1400-revert .slick-dots {
    position: relative;
  }
  .ngc-slider-wrap.n-1400-revert .slick-dots li button {
    background-color: #000000;
  }
  .ngc-slider-wrap.n-1400-revert .slick-dots li.slick-active button {
    background-color: #000000;
  }
  .ngc-slider-wrap.n-1400-dotLeft .slick-dots {
    justify-content: flex-start;
  }
  .ngc-slider-wrap.n-1400-dotLeft .slick-dots li {
    margin-left: 0;
    margin-right: 10px;
  }
  .ngc-slider-wrap.n-1400-dotRight .slick-dots {
    justify-content: flex-end;
  }
  .ngc-slider-wrap.n-1400-dotRight .slick-dots li {
    margin-right: 0;
    margin-left: 10px;
  }
  .ngc-slider-wrap.n-1400-dotCenter .slick-dots {
    justify-content: center;
  }
  .ngc-slider-wrap.n-1400-dotCenter .slick-dots li {
    margin: 0 5px;
  }
  .ngc-slider-wrap.n-1400-dotHide .slick-dots {
    display: none!important;
  }
  .ngc-slider-wrap.n-1400-dotShow .slick-dots {
    display: -webkit-box !important;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box !important;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox !important;
    /* TWEENER - IE 10 */
    display: -webkit-flex !important;
    /* NEW - Chrome */
    display: flex !important;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
  }
  .ngc-slider-wrap.n-1400-arrowShow .ngc-slider-arrow {
    display: block;
  }
  .ngc-slider-wrap.n-1400-arrowHide .ngc-slider-arrow {
    display: none;
  }
  .ngc-slider-wrap.n-1400-arrowOffGrid .ngc-slider-arrow .nsa-container a {
    border-color: #000000;
    background-color: #000000;
  }
  .ngc-slider-wrap.n-1400-arrowOffGrid .ngc-slider-arrow .nsa-container a:before {
    border-color: #ffffff;
  }
  .ngc-slider-wrap.n-1400-arrowOffGrid .ngc-slider-arrow .nsa-container a.ngc-slideNext {
    right: -60px;
  }
  .ngc-slider-wrap.n-1400-arrowOffGrid .ngc-slider-arrow .nsa-container a.ngc-slidePrev {
    left: -60px;
  }
  .ngc-slider-wrap.n-1400-arrowOffGrid .ngc-slider-arrow .nsa-container a:hover {
    border-color: #a19166;
    background-color: #a19166;
  }
  .ngc-slider-wrap.n-1400-arrowOffGrid .ngc-slider-arrow .nsa-container a:hover:before {
    border-color: #ffffff;
  }
  .ngc-slider-wrap.n-1400-arrowEdge .ngc-slider-arrow .nsa-container {
    max-width: 100%;
  }
  .ngc-slider-wrap.n-1400-arrowEdge .ngc-slider-arrow .nsa-container a.ngc-slideNext {
    right: 30px;
  }
  .ngc-slider-wrap.n-1400-arrowEdge .ngc-slider-arrow .nsa-container a.ngc-slidePrev {
    left: 30px;
  }
  .ngc-slider-wrap.n-1400-arrowDark .ngc-slider-arrow .nsa-container a {
    border-color: #000000 !important;
    background-color: #000000 !important;
  }
  .ngc-slider-wrap.n-1400-arrowDark .ngc-slider-arrow .nsa-container a:before {
    border-color: #ffffff !important;
  }
  .ngc-slider-wrap.n-1400-arrowDark .ngc-slider-arrow .nsa-container a:hover {
    border-color: #a19166 !important;
    background-color: #a19166 !important;
  }
  .ngc-slider-wrap.n-1400-arrowDark .ngc-slider-arrow .nsa-container a:hover:before {
    border-color: #ffffff !important;
  }
  .ngc-slider-wrap.n-1400-arrowLight .ngc-slider-arrow .nsa-container a {
    border-color: #e4e4df;
    background-color: transparent;
  }
  .ngc-slider-wrap.n-1400-arrowLight .ngc-slider-arrow .nsa-container a:before {
    border-color: #ffffff;
  }
  .ngc-slider-wrap.n-1400-arrowLight .ngc-slider-arrow .nsa-container a:hover {
    border-color: #000000;
    background-color: transparent;
  }
  .ngc-slider-wrap.n-1400-arrowLight .ngc-slider-arrow .nsa-container a:hover:before {
    border-color: #a19166;
  }
  .ngc-slider-wrap.n-1400-textBelow .slider-item .slider-text-container {
    position: relative;
  }
  .ngc-slider-wrap.n-1400-textOverlay .slider-item .slider-text-container {
    position: absolute;
  }
  .ngc-slider .slider-item.n-1400-darkText .slider-text-container .slider-text .slider-title {
    color: #000000;
  }
  .ngc-slider .slider-item.n-1400-darkText .slider-text-container .slider-text p {
    color: #898989;
  }
  .ngc-slider .slider-item.n-1400-darkText .slider-text-container .slider-text .btn-slide {
    background-color: #000000;
    border-color: #000000;
    color: #ffffff;
  }
  .ngc-slider .slider-item.n-1400-darkText .slider-text-container .slider-text .btn-slide:hover {
    background-color: #a19166;
    border-color: #a19166;
    color: #ffffff !important;
  }
  .ngc-slider .slider-item.n-1400-lightText .slider-text-container .slider-text .slider-title {
    color: #ffffff;
  }
  .ngc-slider .slider-item.n-1400-lightText .slider-text-container .slider-text p {
    color: #ffffff;
  }
  .ngc-slider .slider-item.n-1400-lightText .slider-text-container .slider-text .btn-slide {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #000000;
  }
  .ngc-slider .slider-item.n-1400-lightText .slider-text-container .slider-text .btn-slide:hover {
    background-color: #a19166;
    border-color: #a19166;
    color: #ffffff !important;
  }
  .ngc-slider .slider-item .slider-text-container .main-container {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    align-items: flex-end;
    justify-content: flex-start;
  }
  .ngc-slider .slider-item.n-1400-topLeft .slider-text-container .main-container {
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;
  }
  .ngc-slider .slider-item.n-1400-topCenter .slider-text-container .main-container {
    align-items: flex-start;
    justify-content: center;
    text-align: center;
  }
  .ngc-slider .slider-item.n-1400-topRight .slider-text-container .main-container {
    align-items: flex-start;
    justify-content: flex-end;
    text-align: right;
  }
  .ngc-slider .slider-item.n-1400-centerLeft .slider-text-container .main-container {
    align-items: center;
    justify-content: flex-start;
    text-align: left;
  }
  .ngc-slider .slider-item.n-1400-centerCenter .slider-text-container .main-container {
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .ngc-slider .slider-item.n-1400-centerRight .slider-text-container .main-container {
    align-items: center;
    justify-content: flex-end;
    text-align: right;
  }
  .ngc-slider .slider-item.n-1400-bottomLeft .slider-text-container .main-container {
    align-items: flex-end;
    justify-content: flex-start;
    text-align: left;
  }
  .ngc-slider .slider-item.n-1400-bottomCenter .slider-text-container .main-container {
    align-items: flex-end;
    justify-content: center;
    text-align: center;
  }
  .ngc-slider .slider-item.n-1400-bottomRight .slider-text-container .main-container {
    align-items: flex-end;
    justify-content: flex-end;
    text-align: right;
  }
}
@media (min-width: 1400px) and (min-width: 768px) {
  .ngc-slider-wrap.n-1400-fullscreen .slider-item .slider-text-container .main-container {
    padding-bottom: 30px;
  }
  .ngc-slider-wrap.n-1400-fullscreen .slider-item .slider-text-container.with-bg .main-container {
    padding-bottom: 60px;
    padding-top: 30px;
  }
  .ngc-slider-wrap.n-1400-fullscreen .slider-item .slider-text-container.with-bg .slider-text {
    padding-left: 30px;
    padding-right: 30px;
  }
  .ngc-slider-wrap.n-1400-fullscreen .slick-dots {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (min-width: 1400px) and (min-width: 992px) {
  .ngc-slider-wrap.n-1400-fullscreen .ngc-slider-arrow .nsa-container {
    padding-left: 30px;
    padding-right: 30px;
  }
  .ngc-slider-wrap.n-1400-fullscreen .ngc-slider-arrow .nsa-container a.ngc-slideNext {
    right: 30px;
  }
  .ngc-slider-wrap.n-1400-fullscreen .ngc-slider-arrow .nsa-container a.ngc-slidePrev {
    left: 30px;
  }
}
@media (min-width: 1400px) and (min-width: 1200px) {
  .ngc-slider-wrap.n-1400-fullscreen .slick-dots {
    padding-left: 15px;
    padding-right: 15px;
  }
  .ngc-slider-wrap.n-1400-fullscreen .ngc-slider-arrow .nsa-container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .ngc-slider-wrap.n-1400-fullscreen .ngc-slider-arrow .nsa-container a.ngc-slideNext {
    right: 15px;
  }
  .ngc-slider-wrap.n-1400-fullscreen .ngc-slider-arrow .nsa-container a.ngc-slidePrev {
    left: 15px;
  }
}
@media (min-width: 1400px) and (min-width: 1400px) {
  .ngc-slider-wrap.n-1400-fullscreen.n-1400-arrowOffGrid .ngc-slider-arrow .nsa-container a {
    border-color: #e4e4df;
    background-color: transparent;
  }
  .ngc-slider-wrap.n-1400-fullscreen.n-1400-arrowOffGrid .ngc-slider-arrow .nsa-container a:before {
    border-color: #ffffff;
  }
  .ngc-slider-wrap.n-1400-fullscreen.n-1400-arrowOffGrid .ngc-slider-arrow .nsa-container a:hover {
    border-color: #000000;
    background-color: transparent;
  }
  .ngc-slider-wrap.n-1400-fullscreen.n-1400-arrowOffGrid .ngc-slider-arrow .nsa-container a:hover:before {
    border-color: #a19166;
  }
}
@media (min-width: 1400px) and (min-width: 992px) {
  .ngc-slider-wrap.n-1400-revert .slider-item .slider-text-container {
    position: absolute;
    bottom: 30px;
  }
}
@media (min-width: 1400px) and (min-width: 992px) {
  .ngc-slider-wrap.n-1400-revert .slick-dots {
    position: absolute;
  }
  .ngc-slider-wrap.n-1400-revert .slick-dots li button {
    background-color: #ffffff;
  }
  .ngc-slider-wrap.n-1400-revert .slick-dots li.slick-active button {
    background-color: #ffffff;
  }
}
@media (min-width: 1400px) and (min-width: 768px) {
  .ngc-slider-wrap.n-1400-dotLeft .slick-dots li {
    margin-left: 0;
    margin-right: 16px;
  }
}
@media (min-width: 1400px) and (min-width: 768px) {
  .ngc-slider-wrap.n-1400-dotRight .slick-dots li {
    margin-right: 0;
    margin-left: 16px;
  }
}
@media (min-width: 1400px) and (min-width: 768px) {
  .ngc-slider-wrap.n-1400-dotCenter .slick-dots li {
    margin: 0 8px;
  }
}
@media (min-width: 1600px) {
  .ngc-slider-wrap.n-1600-fullscreen {
    height: 100%;
    min-height: 450px;
  }
  .ngc-slider-wrap.n-1600-fullscreen .ngc-slider,
  .ngc-slider-wrap.n-1600-fullscreen .slick-list,
  .ngc-slider-wrap.n-1600-fullscreen .slick-track,
  .ngc-slider-wrap.n-1600-fullscreen .item {
    height: 100%;
  }
  .ngc-slider-wrap.n-1600-fullscreen .slider-item {
    position: relative;
    height: 100%;
  }
  .ngc-slider-wrap.n-1600-fullscreen .slider-item .slider-media {
    height: 100%;
    position: relative;
    z-index: 1;
  }
  .ngc-slider-wrap.n-1600-fullscreen .slider-item .slider-media img {
    display: none;
  }
  .ngc-slider-wrap.n-1600-fullscreen .slider-item .slider-text-container {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
  }
  .ngc-slider-wrap.n-1600-fullscreen .slider-item .slider-text-container .main-container {
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 100%;
    bottom: 0;
    padding-bottom: 20px;
  }
  .ngc-slider-wrap.n-1600-fullscreen .slider-item .slider-text-container.with-bg .main-container {
    padding-bottom: 40px;
    padding-top: 20px;
  }
  .ngc-slider-wrap.n-1600-fullscreen .slider-item .slider-text-container.with-bg .slider-text {
    padding-left: 20px;
    padding-right: 20px;
  }
  .ngc-slider-wrap.n-1600-fullscreen .slick-dots {
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
    width: 100%;
    max-width: 1170px;
  }
  .ngc-slider-wrap.n-1600-fullscreen .slick-dots li button {
    background-color: #ffffff;
  }
  .ngc-slider-wrap.n-1600-fullscreen .slick-dots li.slick-active button {
    background-color: #ffffff;
  }
  .ngc-slider-wrap.n-1600-revert {
    height: auto;
  }
  .ngc-slider-wrap.n-1600-revert .slider-item .slider-media img {
    display: block;
  }
  .ngc-slider-wrap.n-1600-revert .slider-item .slider-text-container {
    height: auto;
    position: relative;
    bottom: 0;
  }
  .ngc-slider-wrap.n-1600-revert .slider-item .slider-text-container .main-container {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    left: 0;
    position: relative;
  }
  .ngc-slider-wrap.n-1600-revert .slick-dots {
    position: relative;
  }
  .ngc-slider-wrap.n-1600-revert .slick-dots li button {
    background-color: #000000;
  }
  .ngc-slider-wrap.n-1600-revert .slick-dots li.slick-active button {
    background-color: #000000;
  }
  .ngc-slider-wrap.n-1600-dotLeft .slick-dots {
    justify-content: flex-start;
  }
  .ngc-slider-wrap.n-1600-dotLeft .slick-dots li {
    margin-left: 0;
    margin-right: 10px;
  }
  .ngc-slider-wrap.n-1600-dotRight .slick-dots {
    justify-content: flex-end;
  }
  .ngc-slider-wrap.n-1600-dotRight .slick-dots li {
    margin-right: 0;
    margin-left: 10px;
  }
  .ngc-slider-wrap.n-1600-dotCenter .slick-dots {
    justify-content: center;
  }
  .ngc-slider-wrap.n-1600-dotCenter .slick-dots li {
    margin: 0 5px;
  }
  .ngc-slider-wrap.n-1600-dotHide .slick-dots {
    display: none!important;
  }
  .ngc-slider-wrap.n-1600-dotShow .slick-dots {
    display: -webkit-box !important;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box !important;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox !important;
    /* TWEENER - IE 10 */
    display: -webkit-flex !important;
    /* NEW - Chrome */
    display: flex !important;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
  }
  .ngc-slider-wrap.n-1600-arrowShow .ngc-slider-arrow {
    display: block;
  }
  .ngc-slider-wrap.n-1600-arrowHide .ngc-slider-arrow {
    display: none;
  }
  .ngc-slider-wrap.n-1600-arrowOffGrid .ngc-slider-arrow .nsa-container a {
    border-color: #000000;
    background-color: #000000;
  }
  .ngc-slider-wrap.n-1600-arrowOffGrid .ngc-slider-arrow .nsa-container a:before {
    border-color: #ffffff;
  }
  .ngc-slider-wrap.n-1600-arrowOffGrid .ngc-slider-arrow .nsa-container a.ngc-slideNext {
    right: -60px;
  }
  .ngc-slider-wrap.n-1600-arrowOffGrid .ngc-slider-arrow .nsa-container a.ngc-slidePrev {
    left: -60px;
  }
  .ngc-slider-wrap.n-1600-arrowOffGrid .ngc-slider-arrow .nsa-container a:hover {
    border-color: #a19166;
    background-color: #a19166;
  }
  .ngc-slider-wrap.n-1600-arrowOffGrid .ngc-slider-arrow .nsa-container a:hover:before {
    border-color: #ffffff;
  }
  .ngc-slider-wrap.n-1600-arrowEdge .ngc-slider-arrow .nsa-container {
    max-width: 100%;
  }
  .ngc-slider-wrap.n-1600-arrowEdge .ngc-slider-arrow .nsa-container a.ngc-slideNext {
    right: 30px;
  }
  .ngc-slider-wrap.n-1600-arrowEdge .ngc-slider-arrow .nsa-container a.ngc-slidePrev {
    left: 30px;
  }
  .ngc-slider-wrap.n-1600-arrowDark .ngc-slider-arrow .nsa-container a {
    border-color: #000000 !important;
    background-color: #000000 !important;
  }
  .ngc-slider-wrap.n-1600-arrowDark .ngc-slider-arrow .nsa-container a:before {
    border-color: #ffffff !important;
  }
  .ngc-slider-wrap.n-1600-arrowDark .ngc-slider-arrow .nsa-container a:hover {
    border-color: #a19166 !important;
    background-color: #a19166 !important;
  }
  .ngc-slider-wrap.n-1600-arrowDark .ngc-slider-arrow .nsa-container a:hover:before {
    border-color: #ffffff !important;
  }
  .ngc-slider-wrap.n-1600-arrowLight .ngc-slider-arrow .nsa-container a {
    border-color: #e4e4df;
    background-color: transparent;
  }
  .ngc-slider-wrap.n-1600-arrowLight .ngc-slider-arrow .nsa-container a:before {
    border-color: #ffffff;
  }
  .ngc-slider-wrap.n-1600-arrowLight .ngc-slider-arrow .nsa-container a:hover {
    border-color: #000000;
    background-color: transparent;
  }
  .ngc-slider-wrap.n-1600-arrowLight .ngc-slider-arrow .nsa-container a:hover:before {
    border-color: #a19166;
  }
  .ngc-slider-wrap.n-1600-textBelow .slider-item .slider-text-container {
    position: relative;
  }
  .ngc-slider-wrap.n-1600-textOverlay .slider-item .slider-text-container {
    position: absolute;
  }
  .ngc-slider .slider-item.n-1600-darkText .slider-text-container .slider-text .slider-title {
    color: #000000;
  }
  .ngc-slider .slider-item.n-1600-darkText .slider-text-container .slider-text p {
    color: #898989;
  }
  .ngc-slider .slider-item.n-1600-darkText .slider-text-container .slider-text .btn-slide {
    background-color: #000000;
    border-color: #000000;
    color: #ffffff;
  }
  .ngc-slider .slider-item.n-1600-darkText .slider-text-container .slider-text .btn-slide:hover {
    background-color: #a19166;
    border-color: #a19166;
    color: #ffffff !important;
  }
  .ngc-slider .slider-item.n-1600-lightText .slider-text-container .slider-text .slider-title {
    color: #ffffff;
  }
  .ngc-slider .slider-item.n-1600-lightText .slider-text-container .slider-text p {
    color: #ffffff;
  }
  .ngc-slider .slider-item.n-1600-lightText .slider-text-container .slider-text .btn-slide {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #000000;
  }
  .ngc-slider .slider-item.n-1600-lightText .slider-text-container .slider-text .btn-slide:hover {
    background-color: #a19166;
    border-color: #a19166;
    color: #ffffff !important;
  }
  .ngc-slider .slider-item .slider-text-container .main-container {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    align-items: flex-end;
    justify-content: flex-start;
  }
  .ngc-slider .slider-item.n-1600-topLeft .slider-text-container .main-container {
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;
  }
  .ngc-slider .slider-item.n-1600-topCenter .slider-text-container .main-container {
    align-items: flex-start;
    justify-content: center;
    text-align: center;
  }
  .ngc-slider .slider-item.n-1600-topRight .slider-text-container .main-container {
    align-items: flex-start;
    justify-content: flex-end;
    text-align: right;
  }
  .ngc-slider .slider-item.n-1600-centerLeft .slider-text-container .main-container {
    align-items: center;
    justify-content: flex-start;
    text-align: left;
  }
  .ngc-slider .slider-item.n-1600-centerCenter .slider-text-container .main-container {
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .ngc-slider .slider-item.n-1600-centerRight .slider-text-container .main-container {
    align-items: center;
    justify-content: flex-end;
    text-align: right;
  }
  .ngc-slider .slider-item.n-1600-bottomLeft .slider-text-container .main-container {
    align-items: flex-end;
    justify-content: flex-start;
    text-align: left;
  }
  .ngc-slider .slider-item.n-1600-bottomCenter .slider-text-container .main-container {
    align-items: flex-end;
    justify-content: center;
    text-align: center;
  }
  .ngc-slider .slider-item.n-1600-bottomRight .slider-text-container .main-container {
    align-items: flex-end;
    justify-content: flex-end;
    text-align: right;
  }
}
@media (min-width: 1600px) and (min-width: 768px) {
  .ngc-slider-wrap.n-1600-fullscreen .slider-item .slider-text-container .main-container {
    padding-bottom: 30px;
  }
  .ngc-slider-wrap.n-1600-fullscreen .slider-item .slider-text-container.with-bg .main-container {
    padding-bottom: 60px;
    padding-top: 30px;
  }
  .ngc-slider-wrap.n-1600-fullscreen .slider-item .slider-text-container.with-bg .slider-text {
    padding-left: 30px;
    padding-right: 30px;
  }
  .ngc-slider-wrap.n-1600-fullscreen .slick-dots {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (min-width: 1600px) and (min-width: 992px) {
  .ngc-slider-wrap.n-1600-fullscreen .ngc-slider-arrow .nsa-container {
    padding-left: 30px;
    padding-right: 30px;
  }
  .ngc-slider-wrap.n-1600-fullscreen .ngc-slider-arrow .nsa-container a.ngc-slideNext {
    right: 30px;
  }
  .ngc-slider-wrap.n-1600-fullscreen .ngc-slider-arrow .nsa-container a.ngc-slidePrev {
    left: 30px;
  }
}
@media (min-width: 1600px) and (min-width: 1200px) {
  .ngc-slider-wrap.n-1600-fullscreen .slick-dots {
    padding-left: 15px;
    padding-right: 15px;
  }
  .ngc-slider-wrap.n-1600-fullscreen .ngc-slider-arrow .nsa-container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .ngc-slider-wrap.n-1600-fullscreen .ngc-slider-arrow .nsa-container a.ngc-slideNext {
    right: 15px;
  }
  .ngc-slider-wrap.n-1600-fullscreen .ngc-slider-arrow .nsa-container a.ngc-slidePrev {
    left: 15px;
  }
}
@media (min-width: 1600px) and (min-width: 1400px) {
  .ngc-slider-wrap.n-1600-fullscreen.n-1400-arrowOffGrid .ngc-slider-arrow .nsa-container a {
    border-color: #e4e4df;
    background-color: transparent;
  }
  .ngc-slider-wrap.n-1600-fullscreen.n-1400-arrowOffGrid .ngc-slider-arrow .nsa-container a:before {
    border-color: #ffffff;
  }
  .ngc-slider-wrap.n-1600-fullscreen.n-1400-arrowOffGrid .ngc-slider-arrow .nsa-container a:hover {
    border-color: #000000;
    background-color: transparent;
  }
  .ngc-slider-wrap.n-1600-fullscreen.n-1400-arrowOffGrid .ngc-slider-arrow .nsa-container a:hover:before {
    border-color: #a19166;
  }
}
@media (min-width: 1600px) and (min-width: 992px) {
  .ngc-slider-wrap.n-1600-revert .slider-item .slider-text-container {
    position: absolute;
    bottom: 30px;
  }
}
@media (min-width: 1600px) and (min-width: 992px) {
  .ngc-slider-wrap.n-1600-revert .slick-dots {
    position: absolute;
  }
  .ngc-slider-wrap.n-1600-revert .slick-dots li button {
    background-color: #ffffff;
  }
  .ngc-slider-wrap.n-1600-revert .slick-dots li.slick-active button {
    background-color: #ffffff;
  }
}
@media (min-width: 1600px) and (min-width: 768px) {
  .ngc-slider-wrap.n-1600-dotLeft .slick-dots li {
    margin-left: 0;
    margin-right: 16px;
  }
}
@media (min-width: 1600px) and (min-width: 768px) {
  .ngc-slider-wrap.n-1600-dotRight .slick-dots li {
    margin-right: 0;
    margin-left: 16px;
  }
}
@media (min-width: 1600px) and (min-width: 768px) {
  .ngc-slider-wrap.n-1600-dotCenter .slick-dots li {
    margin: 0 8px;
  }
}
.ads-banner .ngc-media {
  overflow: hidden;
}
.ads-banner .ngc-media img {
  display: block;
  width: 100%;
  transition: all 350ms ease;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  position: relative;
  z-index: 1;
}
.ads-banner .ngc-media a:hover img {
  transform: scale(1.05);
  z-index: 2;
}
.ads-banner.has-text {
  position: relative;
}
.ads-banner.has-text .ngc-text .ngc-link {
  padding-top: 10px;
  font-size: 12px;
}
.ads-banner.has-text .ngc-text .ngc-link a {
  padding: 4px 10px;
  display: inline-block;
  font-family: 'Arimo', sans-serif;
  font-weight: 700;
}
.ads-banner.has-text .ngc-text .ngc-link a:hover {
  text-decoration: none;
}
.ads-banner.has-text.text-below .ngc-text {
  text-align: center;
  padding-top: 10px;
}
.ads-banner.has-text.text-below .ngc-text .ads-info {
  display: block;
}
.ads-banner.has-text.text-below .ngc-text .ads-info:first-child {
  font-size: 1.167em;
  font-family: 'Arimo', sans-serif;
  font-weight: 700;
}
.ads-banner.has-text.text-over {
  text-align: center;
}
.ads-banner.has-text.text-over .ngc-media {
  position: relative;
  z-index: 1;
}
.ads-banner.has-text.text-over .ngc-text {
  position: relative;
  z-index: 2;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 12px;
  padding-top: 12px;
  max-width: 100%;
}
.ads-banner.has-text.text-over .ngc-text .ads-info {
  display: block;
}
.ads-banner.has-text.text-over .ngc-text .ads-info:first-child {
  display: inline-block;
  font-size: 1em;
  line-height: 1.28em;
  font-family: 'Arimo', sans-serif;
  font-weight: 700;
}
@media (min-width: 540px) {
  .ads-banner.has-text.text-over .ngc-text {
    position: absolute;
    padding: 10px;
    max-width: 220px;
  }
  .ads-banner.has-text.text-over.top-center,
  .ads-banner.has-text.text-over.center-center,
  .ads-banner.has-text.text-over.bottom-center {
    text-align: center;
  }
  .ads-banner.has-text.text-over.top-center .ngc-text {
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 10px;
  }
  .ads-banner.has-text.text-over.center-center .ngc-text {
    left: 50%;
    top: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }
  .ads-banner.has-text.text-over.bottom-center .ngc-text {
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 10px;
  }
  .ads-banner.has-text.text-over.top-right,
  .ads-banner.has-text.text-over.center-right,
  .ads-banner.has-text.text-over.bottom-right {
    text-align: left;
  }
  .ads-banner.has-text.text-over.top-right .ngc-text {
    top: 10px;
    right: 10px;
  }
  .ads-banner.has-text.text-over.center-right .ngc-text {
    top: 50%;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 10px;
  }
  .ads-banner.has-text.text-over.bottom-right .ngc-text {
    bottom: 10px;
    right: 10px;
  }
  .ads-banner.has-text.text-over.top-left,
  .ads-banner.has-text.text-over.center-left,
  .ads-banner.has-text.text-over.bottom-left {
    text-align: left;
  }
  .ads-banner.has-text.text-over.top-left .ngc-text {
    top: 10px;
    left: 10px;
  }
  .ads-banner.has-text.text-over.center-left .ngc-text {
    top: 50%;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 10px;
  }
  .ads-banner.has-text.text-over.bottom-left .ngc-text {
    bottom: 10px;
    left: 10px;
  }
}
@media (min-width: 768px) {
  .ads-banner.has-text.text-over .ngc-text {
    padding: 16px;
  }
  .ads-banner.has-text.text-over.top-left .ngc-text,
  .ads-banner.has-text.text-over.top-center .ngc-text,
  .ads-banner.has-text.text-over.top-right .ngc-text {
    top: 12px;
  }
  .ads-banner.has-text.text-over.bottom-left .ngc-text,
  .ads-banner.has-text.text-over.bottom-center .ngc-text,
  .ads-banner.has-text.text-over.bottom-right .ngc-text {
    bottom: 12px;
  }
  .ads-banner.has-text.text-over.top-left .ngc-text,
  .ads-banner.has-text.text-over.center-left .ngc-text,
  .ads-banner.has-text.text-over.bottom-left .ngc-text {
    left: 12px;
  }
  .ads-banner.has-text.text-over.top-right .ngc-text,
  .ads-banner.has-text.text-over.center-right .ngc-text,
  .ads-banner.has-text.text-over.bottom-right .ngc-text {
    right: 12px;
  }
}
@media (min-width: 1200px) {
  .ads-banner.has-text .ngc-text .ngc-link {
    padding-top: 15px;
    font-size: 14px;
  }
  .ads-banner.has-text .ngc-text .ngc-link a {
    padding: 8px 12px;
  }
  .ads-banner.has-text.text-over .ngc-text {
    padding: 24px;
  }
  .ads-banner.has-text.text-over .ngc-text .ads-info:first-child {
    font-size: 1.25em;
  }
  .ads-banner.has-text.text-over.top-left .ngc-text,
  .ads-banner.has-text.text-over.top-center .ngc-text,
  .ads-banner.has-text.text-over.top-right .ngc-text {
    top: 5px;
  }
  .ads-banner.has-text.text-over.bottom-left .ngc-text,
  .ads-banner.has-text.text-over.bottom-center .ngc-text,
  .ads-banner.has-text.text-over.bottom-right .ngc-text {
    bottom: 5px;
  }
  .ads-banner.has-text.text-over.top-left .ngc-text,
  .ads-banner.has-text.text-over.center-left .ngc-text,
  .ads-banner.has-text.text-over.bottom-left .ngc-text {
    left: 30px;
  }
  .ads-banner.has-text.text-over.top-right .ngc-text,
  .ads-banner.has-text.text-over.center-right .ngc-text,
  .ads-banner.has-text.text-over.bottom-right .ngc-text {
    right: 30px;
  }
}
/* FONT */
body {
  font-family: 'Arimo', sans-serif;
  font-weight: 400;
}
input {
  font-family: 'Arimo', sans-serif;
  font-weight: 400;
}
textarea {
  font-family: 'Arimo', sans-serif;
  font-weight: 400;
}
select {
  font-family: 'Arimo', sans-serif;
  font-weight: 400;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Arimo', sans-serif;
  font-weight: 400;
}
strong {
  font-family: 'Arimo', sans-serif;
  font-weight: 700;
}
em {
  font-style: italic;
}
.btn {
  font-family: 'Arimo', sans-serif;
  font-weight: 700;
}
body {
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  padding-top: 50px;
}
@media (min-width: 768px) {
  body {
    padding-top: 64px;
  }
}
@media (min-width: 1200px) {
  body {
    padding-top: 84px;
  }
}
@media (min-width: 1400px) {
  body {
    padding-top: 100px;
  }
}
.main-container {
  max-width: 1200px;
}
@media (min-width: 1200px) {
  .main-container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
h1.ngc-maintitle,
h2.ngc-maintitle {
  margin-bottom: 1rem;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000000;
  font-family: 'Arimo', sans-serif;
  font-weight: 700;
}
h1.has-bar,
h2.has-bar,
h3.has-bar,
h4.has-bar,
h5.has-bar,
h6.has-bar {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 1rem;
}
h1.has-bar:before,
h2.has-bar:before,
h3.has-bar:before,
h4.has-bar:before,
h5.has-bar:before,
h6.has-bar:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 3px;
  background-color: #D3D3BD;
}
h1.has-bar.bar-center:before,
h2.has-bar.bar-center:before,
h3.has-bar.bar-center:before,
h4.has-bar.bar-center:before,
h5.has-bar.bar-center:before,
h6.has-bar.bar-center:before {
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
}
h1 .ngc-hat,
h2 .ngc-hat,
h3 .ngc-hat,
h4 .ngc-hat,
h5 .ngc-hat,
h6 .ngc-hat {
  color: #a19166;
  font-size: .6em;
  display: block;
  letter-spacing: 0.095em;
}
@media (min-width: 768px) {
  h1.has-bar,
  h2.has-bar,
  h3.has-bar,
  h4.has-bar,
  h5.has-bar,
  h6.has-bar {
    padding-bottom: 15px;
    margin-bottom: 1.2rem;
  }
  h1.has-bar:before,
  h2.has-bar:before,
  h3.has-bar:before,
  h4.has-bar:before,
  h5.has-bar:before,
  h6.has-bar:before {
    width: 30px;
  }
  h1.has-bar.bar-768-center:before,
  h2.has-bar.bar-768-center:before,
  h3.has-bar.bar-768-center:before,
  h4.has-bar.bar-768-center:before,
  h5.has-bar.bar-768-center:before,
  h6.has-bar.bar-768-center:before {
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
  }
}
@media (min-width: 1200px) {
  h1.has-bar,
  h2.has-bar,
  h3.has-bar,
  h4.has-bar,
  h5.has-bar,
  h6.has-bar {
    padding-bottom: 20px;
    margin-bottom: 1.3rem;
  }
}
a {
  color: #a19166;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
.link-more {
  font-weight: bold;
  text-decoration: underline;
}
.n-red {
  color: #ff3e3e;
}
.n-green {
  color: #000000;
}
.n-primary {
  color: #000000;
}
.n-secondary {
  color: #a19166;
}
a.n-secondary:hover {
  color: #000000;
}
.btn {
  cursor: pointer;
  font-family: 'Arimo', sans-serif;
  font-weight: 700;
  padding-top: 12px;
  padding-bottom: 12px;
  letter-spacing: 0;
}
.btn .text,
.btn .icon {
  display: inline-block;
  vertical-align: middle;
}
.btn .icon {
  font-size: 24px;
  padding-bottom: 2px;
  line-height: 12px;
}
.btn .text + .icon {
  margin-left: 6px;
}
.btn:hover {
  text-decoration: none;
}
@media (min-width: 768px) {
  .btn {
    padding-top: 14px;
    padding-bottom: 14px;
  }
}
.btn-primary {
  background-color: #000000;
  border-color: #000000;
  color: #fff;
}
.btn-primary:hover {
  background-color: #a19166;
  border-color: #a19166;
}
.btn-primary.btn-ghost {
  background-color: transparent;
  color: #000000;
}
.btn-primary.btn-ghost:hover {
  background-color: #000000;
  border-color: #000000;
  color: #fff;
}
.btn-secondary {
  background-color: #a19166;
  border-color: #a19166;
  color: #fff;
}
.btn-secondary:hover {
  background-color: #000000;
  border-color: #000000;
}
.btn-secondary.btn-ghost {
  background-color: transparent;
  color: #a19166;
}
.btn-secondary.btn-ghost:hover {
  background-color: #a19166;
  border-color: #a19166;
  color: #fff;
}
.btn:disabled {
  cursor: default!important;
}
.btn-gray {
  background-color: #b2b2b2;
  border-color: #b2b2b2;
  color: #fff;
}
.btn-redeem,
.btn-not-enough {
  width: 100%;
  margin: 0;
  margin-top: 5px;
  font-size: 11px;
  padding: 7px 0;
  min-width: 100%;
}
@media (min-width: 768px) {
  .btn-redeem,
  .btn-not-enough {
    padding: 10px 0;
    font-size: 12px;
    margin-top: 10px;
  }
}
.btn-redeem {
  min-width: inherit;
  max-width: 120px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 24px;
}
@media (min-width: 1200px) {
  .btn-redeem {
    font-size: 14px;
    line-height: 32px;
  }
}
.btn-not-enough {
  font-family: 'Arimo', sans-serif;
  font-weight: 400;
  font-size: 11px;
  padding: 0;
  display: block;
  line-height: 26px;
  margin-bottom: 0;
}
.btn-not-enough:hover {
  background-color: transparent!important;
  border-color: transparent!important;
  color: #ff3e3e !important;
}
@media (min-width: 1200px) {
  .btn-not-enough {
    font-size: 14px;
    line-height: 34px;
  }
}
.login-fb,
.login-gplus {
  font-size: 1em;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  color: #fff;
  cursor: pointer;
  margin-bottom: 10px;
}
.login-fb .fa,
.login-gplus .fa {
  font-size: 18px;
  margin-right: 10px;
}
@media (min-width: 1200px) {
  .login-fb,
  .login-gplus {
    margin-bottom: 15px;
    font-size: 16px;
  }
  .login-fb .fa,
  .login-gplus .fa {
    font-size: 21px;
  }
}
.login-fb {
  background-color: #3b5998;
  border-color: #3b5998;
}
.login-fb:hover {
  background-color: #2d4373;
  border-color: #2d4373;
}
.login-gplus {
  background-color: #dd4b39;
  border-color: #dd4b39;
}
.login-gplus:hover {
  background-color: #c23321;
  border-color: #c23321;
}
.alert {
  font-family: 'Arimo', sans-serif;
  font-weight: 400;
  font-size: 12px;
}
@media (min-width: 1200px) {
  .alert {
    font-size: 14px;
  }
}
.alert strong {
  font-family: 'Arimo', sans-serif;
  font-weight: 700;
}
h1.ngc-maintitle,
h2.ngc-maintitle {
  font-size: 1.75em;
}
@media (min-width: 768px) {
  h1.ngc-maintitle,
  h2.ngc-maintitle {
    font-size: 2em;
  }
}
@media (min-width: 1200px) {
  h1.ngc-maintitle,
  h2.ngc-maintitle {
    font-size: 2.5em;
  }
}
.ngc-maintitle {
  margin-top: 0;
}
.ngc-intro {
  margin-bottom: 1rem;
}
.max-360 {
  max-width: 360px;
}
.max-430 {
  max-width: 430px;
}
.max-570 {
  max-width: 570px;
}
.max-800 {
  max-width: 800px;
}
.max-920 {
  max-width: 920px;
}
.max-970 {
  max-width: 970px;
}
.lr-auto {
  margin-left: auto;
  margin-right: auto;
}
.nuke-wysiwyg .grid-child *:first-child {
  margin-top: 0!important;
}
.nuke-wysiwyg h1,
.nuke-wysiwyg h2 {
  font-size: 1.75em;
  margin-bottom: 1rem;
}
.nuke-wysiwyg th {
  background-color: #000000;
}
.nuke-wysiwyg blockquote {
  padding-left: 15px;
  padding-right: 15px;
  color: #000000;
  text-align: center;
  background-image: url(../images/icon/quotes.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: auto 40px;
  min-height: 40px;
}
@media (min-width: 768px) {
  .nuke-wysiwyg h1,
  .nuke-wysiwyg h2 {
    font-size: 2em;
  }
  .nuke-wysiwyg blockquote {
    min-height: 60px;
    background-size: auto 60px;
    padding-left: 25px;
    padding-right: 25px;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .nuke-wysiwyg h1,
  .nuke-wysiwyg h2 {
    font-size: 2.5em;
  }
  .nuke-wysiwyg blockquote {
    font-size: 1.77em;
    min-height: 80px;
    background-size: auto 80px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
#web-header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 100;
  height: 50px;
  transition: all 350ms ease;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
}
#web-header .main-head {
  position: relative;
  z-index: 2;
  background-color: #333333;
}
#web-header .main-head .main-container .content {
  position: relative;
  height: 50px;
}
#web-header .main-head .main-container .content .logo img {
  left: 50%;
  top: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
  transition: all 350ms ease;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  max-width: 140px;
  max-height: 36px;
}
#web-header .main-head .main-container .content .header-main-right {
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  right: -5px;
  height: 30px;
}
#web-header .main-head .main-container .content .header-main-right .child {
  float: left;
  min-width: 30px;
  height: 30px;
  color: #000000;
  position: relative;
  text-align: center;
  margin-left: 6px;
}
#web-header .main-head .main-container .content .header-main-right .child .fa {
  font-size: 16px;
  line-height: 30px;
  color: #fff;
}
#web-header .main-head .main-container .content .header-main-right .child a:hover {
  color: #a19166;
}
#web-header .main-head .main-container .content .header-main-right .child a:hover .fa {
  color: #a19166;
}
#web-header .main-head .main-container .content .header-main-right .child .notif-number {
  -webkit-border-radius: 10px!important;
  -moz-border-radius: 10px!important;
  border-radius: 10px!important;
  background-color: #D9D9D2;
  color: #000000;
  font-family: 'Arimo', sans-serif;
  font-weight: 700;
  min-width: 18px;
  text-align: center;
  height: 18px;
  line-height: 18px;
  font-size: 12px;
  position: absolute;
  top: -5px;
  right: -5px;
}
#web-header .main-head .main-container .content .header-main-right .child.scart .scart-area {
  width: 275px;
  position: absolute;
  top: 90%;
  right: -70px;
  background-color: #fff;
  border-top: 5px solid #000000;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  color: #898989;
  transition: all 350ms ease;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  opacity: 0;
  visibility: hidden;
}
#web-header .main-head .main-container .content .header-main-right .child.scart .scart-area.active {
  opacity: 1;
  visibility: visible;
  top: calc(100% + 5px);
}
#web-header .main-head .main-container .content .header-main-right .child.scart .scart-area:before {
  content: "";
  display: block;
  position: absolute;
  top: -11px;
  right: 80px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 6px 5px;
  border-color: transparent transparent #000000 transparent;
}
#web-header .main-head .main-container .content .header-main-right .child.scart .scart-area .empty {
  padding: 30px;
  text-align: center;
}
#web-header .main-head .main-container .content .header-main-right .child.scart .scart-area .empty img {
  display: block;
  width: 50%;
  max-width: 80px;
  margin: 0 auto;
}
#web-header .main-head .main-container .content .header-main-right .child.scart .scart-area .empty a {
  font-family: 'Arimo', sans-serif;
  font-weight: 700;
  text-decoration: underline;
}
#web-header .main-head .main-container .content .header-main-right .child.scart .scart-area .top {
  padding: 10px;
  height: 165px;
}
#web-header .main-head .main-container .content .header-main-right .child.scart .scart-area .top .custom-scroll {
  height: 100%;
}
#web-header .main-head .main-container .content .header-main-right .child.scart .scart-area .top .scart-item {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-wrap: wrap;
  margin-bottom: 10px;
}
#web-header .main-head .main-container .content .header-main-right .child.scart .scart-area .top .scart-item:last-child {
  margin-bottom: 0;
}
#web-header .main-head .main-container .content .header-main-right .child.scart .scart-area .top .scart-item .ngc-media {
  width: 40px;
  height: 40px;
  overflow: hidden;
}
#web-header .main-head .main-container .content .header-main-right .child.scart .scart-area .top .scart-item .ngc-media img {
  display: block;
  width: 100%;
}
#web-header .main-head .main-container .content .header-main-right .child.scart .scart-area .top .scart-item .ngc-text {
  width: calc(100% - 40px);
  padding-left: 10px;
  text-align: left;
}
#web-header .main-head .main-container .content .header-main-right .child.scart .scart-area .top .scart-item .ngc-text .scart-item-title {
  line-height: 1.4em;
  font-size: 12px;
  margin-bottom: 3px;
}
#web-header .main-head .main-container .content .header-main-right .child.scart .scart-area .top .scart-item .ngc-text .scart-item-data {
  font-size: 12px;
  line-height: 1.3em;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-wrap: wrap;
  justify-content: space-between;
}
#web-header .main-head .main-container .content .header-main-right .child.scart .scart-area .top .scart-item .ngc-text .scart-item-data .scart-left .scart-item-price {
  color: #000000;
}
#web-header .main-head .main-container .content .header-main-right .child.scart .scart-area .top .scart-item .ngc-text .scart-item-data .scart-left .scart-item-price .old-price {
  font-size: 9px;
  color: #898989;
  text-decoration: line-through;
  display: block;
  line-height: 1em;
}
#web-header .main-head .main-container .content .header-main-right .child.scart .scart-area .top .scart-item .ngc-text .scart-item-data .scart-left .scart-qty input {
  border: 1px solid #ebebeb;
  width: 30px;
  padding-left: 5px;
  padding-right: 5px;
}
#web-header .main-head .main-container .content .header-main-right .child.scart .scart-area .top .scart-item .ngc-text .scart-item-data .scart-right {
  text-align: right;
}
#web-header .main-head .main-container .content .header-main-right .child.scart .scart-area .bottom {
  padding: 10px;
  padding-top: 0;
}
#web-header .main-head .main-container .content .header-main-right .child.scart .scart-area .bottom .content {
  height: auto;
  border-top: 1px solid #ebebeb;
  text-align: left;
  padding-top: 10px;
}
#web-header .main-head .main-container .content .header-main-right .child.scart .scart-area .bottom .content .ngc-title {
  font-size: 14px;
  color: #000000;
  margin-top: 0;
  font-family: 'Arimo', sans-serif;
  font-weight: 700;
}
#web-header .main-head .main-container .content .header-main-right .child.scart .scart-area .bottom .content .btn {
  width: 100%;
  display: block;
  padding: 0 10px;
  height: 44px;
  line-height: 44px;
}
#web-header .main-head .main-container .content .header-main-right .child.scart .scart-area .bottom .content .scart-summary-wrap {
  margin-bottom: 10px;
}
#web-header .main-head .main-container .content .header-main-right .child.scart .scart-area .bottom .content .scart-summary {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 13px;
  line-height: 1.3em;
  margin-bottom: 5px;
}
#web-header .main-head .main-container .content .header-main-right .child.user-topmenu .toggle-usermenu-after .text,
#web-header .main-head .main-container .content .header-main-right .child.user-topmenu .toggle-usermenu-after .icon-caret {
  display: none;
}
#web-header .main-head .main-container .content .header-main-right .child.user-topmenu .toggle-usermenu-after .text {
  font-family: 'Arimo', sans-serif;
  font-weight: 400;
}
#web-header .main-head .main-container .content .header-main-right .child.user-topmenu .user-menu-area {
  position: absolute;
  z-index: 10;
  top: 90%;
  right: 0;
  background-color: #fff;
  border-top: 5px solid #000000;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transition: all 350ms ease;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
}
#web-header .main-head .main-container .content .header-main-right .child.user-topmenu .user-menu-area:before {
  content: "";
  display: block;
  position: absolute;
  top: -11px;
  right: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 6px 5px;
  border-color: transparent transparent #000000 transparent;
}
#web-header .main-head .main-container .content .header-main-right .child.user-topmenu .user-menu-area ul {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: left;
  font-family: 'Arimo', sans-serif;
  font-weight: 700;
}
#web-header .main-head .main-container .content .header-main-right .child.user-topmenu .user-menu-area ul li {
  margin: 0;
  border-bottom: 1px solid #ebebeb;
}
#web-header .main-head .main-container .content .header-main-right .child.user-topmenu .user-menu-area ul li a {
  display: block;
  padding: 5px 15px;
  color: #000000;
  transition: all 350ms ease;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  white-space: nowrap;
  font-size: 12px;
}
#web-header .main-head .main-container .content .header-main-right .child.user-topmenu .user-menu-area ul li a:hover {
  color: #000000;
  text-decoration: none;
  background-color: #ebebeb;
}
#web-header .main-head .main-container .content .header-main-right .child.user-topmenu .user-menu-area.active {
  opacity: 1;
  visibility: visible;
  top: calc(100% + 5px);
}
@media (min-width: 540px) {
  #web-header .main-head .main-container .content .header-main-right .child.scart .scart-area {
    width: 350px;
    right: -160px;
  }
  #web-header .main-head .main-container .content .header-main-right .child.scart .scart-area:before {
    right: 50%;
    margin-right: -5px;
  }
  #web-header .main-head .main-container .content .header-main-right .child.scart .scart-area .top {
    padding: 15px;
    height: 175px;
  }
  #web-header .main-head .main-container .content .header-main-right .child.scart .scart-area .top .scart-item .ngc-media {
    width: 50px;
    height: 50px;
  }
  #web-header .main-head .main-container .content .header-main-right .child.scart .scart-area .top .scart-item .ngc-text {
    width: calc(100% - 50px);
  }
  #web-header .main-head .main-container .content .header-main-right .child.scart .scart-area .bottom {
    padding: 15px;
    padding-top: 0;
  }
  #web-header .main-head .main-container .content .header-main-right .child.scart .scart-area .bottom .content {
    padding-top: 15px;
  }
  #web-header .main-head .main-container .content .header-main-right .child.user-topmenu {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    flex-wrap: wrap;
    align-items: center;
    margin-left: 0;
  }
  #web-header .main-head .main-container .content .header-main-right .child.user-topmenu .toggle-usermenu-after {
    margin-left: 8px;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    flex-wrap: wrap;
    align-items: center;
  }
  #web-header .main-head .main-container .content .header-main-right .child.user-topmenu .toggle-usermenu-after .icon-user {
    display: none;
  }
  #web-header .main-head .main-container .content .header-main-right .child.user-topmenu .toggle-usermenu-after .text,
  #web-header .main-head .main-container .content .header-main-right .child.user-topmenu .toggle-usermenu-after .icon-caret {
    display: block;
  }
  #web-header .main-head .main-container .content .header-main-right .child.user-topmenu .toggle-usermenu-after .text {
    color: #fff;
    padding: 0 5px 0 10px;
  }
  #web-header .main-head .main-container .content .header-main-right .child.user-topmenu .toggle-usermenu-after .icon-caret {
    font-size: 16px;
  }
  #web-header .main-head .main-container .content .header-main-right .child.user-topmenu .toggle-usermenu-after:hover {
    text-decoration: none;
  }
  #web-header .main-head .main-container .content .header-main-right .child.user-topmenu .toggle-usermenu-after:hover .fa,
  #web-header .main-head .main-container .content .header-main-right .child.user-topmenu .toggle-usermenu-after:hover .text {
    color: #a19166;
  }
  #web-header .main-head .main-container .content .header-main-right .child.user-topmenu .toggle-usermenu-before {
    cursor: default;
    display: none;
  }
  #web-header .main-head .main-container .content .header-main-right .child.user-topmenu .toggle-usermenu-before:hover {
    color: #000000;
  }
  #web-header .main-head .main-container .content .header-main-right .child.user-topmenu .toggle-usermenu-before:hover .fa {
    color: #000000;
  }
  #web-header .main-head .main-container .content .header-main-right .child.user-topmenu .user-menu-area.after:before {
    right: 50%;
    margin-right: -5px;
  }
  #web-header .main-head .main-container .content .header-main-right .child.user-topmenu .user-menu-area.before,
  #web-header .main-head .main-container .content .header-main-right .child.user-topmenu .user-menu-area.before.active {
    position: relative;
    left: auto;
    top: auto;
    background-color: transparent;
    border-top: none;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
  }
  #web-header .main-head .main-container .content .header-main-right .child.user-topmenu .user-menu-area.before:before,
  #web-header .main-head .main-container .content .header-main-right .child.user-topmenu .user-menu-area.before.active:before {
    display: none;
  }
  #web-header .main-head .main-container .content .header-main-right .child.user-topmenu .user-menu-area.before ul,
  #web-header .main-head .main-container .content .header-main-right .child.user-topmenu .user-menu-area.before.active ul {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: left;
    font-family: 'Arimo', sans-serif;
    font-weight: 700;
    padding-left: 5px;
  }
  #web-header .main-head .main-container .content .header-main-right .child.user-topmenu .user-menu-area.before ul li,
  #web-header .main-head .main-container .content .header-main-right .child.user-topmenu .user-menu-area.before.active ul li {
    border-right: 1px solid #fff;
    border-bottom: none;
    float: left;
  }
  #web-header .main-head .main-container .content .header-main-right .child.user-topmenu .user-menu-area.before ul li a,
  #web-header .main-head .main-container .content .header-main-right .child.user-topmenu .user-menu-area.before.active ul li a {
    padding: 0 8px;
    line-height: 18px;
    color: #fff;
    font-size: 12px;
  }
  #web-header .main-head .main-container .content .header-main-right .child.user-topmenu .user-menu-area.before ul li a:hover,
  #web-header .main-head .main-container .content .header-main-right .child.user-topmenu .user-menu-area.before.active ul li a:hover {
    color: #a19166;
    background-color: transparent;
  }
  #web-header .main-head .main-container .content .header-main-right .child.user-topmenu .user-menu-area.before ul li:last-child,
  #web-header .main-head .main-container .content .header-main-right .child.user-topmenu .user-menu-area.before.active ul li:last-child {
    border-right: none;
  }
  #web-header .main-head .main-container .content .header-main-right .child.user-topmenu .user-menu-area.before ul li:last-child a,
  #web-header .main-head .main-container .content .header-main-right .child.user-topmenu .user-menu-area.before.active ul li:last-child a {
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  #web-header {
    height: 64px;
  }
  #web-header .sub-head {
    display: block;
  }
  #web-header .sub-head .main-container .content {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #web-header .sub-head .main-container .content .shead-child .child {
    float: left;
    padding-right: 15px;
    margin-right: 15px;
    border-right: 1px solid #137663;
  }
  #web-header .sub-head .main-container .content .shead-child .child:last-child {
    padding-right: 0;
    margin-right: 0;
    border-right: none;
  }
  #web-header .sub-head .main-container .content .shead-child .fa {
    margin-right: 7px;
    line-height: 18px;
  }
  #web-header .main-head .main-container .content {
    height: 64px;
  }
  #web-header .main-head .main-container .content .logo img {
    max-width: 160px;
    max-height: 42px;
  }
  #web-header .main-head .main-container .content .header-main-right {
    height: 40px;
  }
  #web-header .main-head .main-container .content .header-main-right .child {
    min-width: 30px;
    height: 40px;
    margin-left: 10px;
  }
  #web-header .main-head .main-container .content .header-main-right .child .fa {
    line-height: 40px;
  }
  #web-header .main-head .main-container .content .header-main-right .child .notif-number {
    top: 0;
  }
  #web-header .main-head .main-container .content .header-main-right .child.scart .scart-area {
    right: -155px;
    border-width: 7px;
  }
  #web-header .main-head .main-container .content .header-main-right .child.scart .scart-area:before {
    top: -13px;
  }
  #web-header .main-head .main-container .content .header-main-right .child.scart .scart-area .empty {
    padding-top: 60px;
    padding-bottom: 60px;
    font-size: 16px;
  }
  #web-header .main-head .main-container .content .header-main-right .child.scart .scart-area .empty p {
    margin: 15px 0;
  }
  #web-header .main-head .main-container .content .header-main-right .child.user-topmenu {
    padding-left: 12px;
  }
  #web-header .main-head .main-container .content .header-main-right .child.user-topmenu .toggle-usermenu-after .text {
    font-size: 16px;
    padding-left: 15px;
    padding-right: 10px;
  }
  #web-header .main-head .main-container .content .header-main-right .child.user-topmenu .user-menu-area.before ul li a,
  #web-header .main-head .main-container .content .header-main-right .child.user-topmenu .user-menu-area.before.active ul li a {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  #web-header {
    height: 84px;
  }
  #web-header .main-head .main-container .content {
    height: 84px;
  }
  #web-header .main-head .main-container .content .header-main-right {
    right: 0;
  }
  #web-header .main-head .main-container .content .header-main-right .child.scart .scart-area .top {
    height: 185px;
  }
  #web-header .main-head .main-container .content .header-main-right .child.scart .scart-area .top .scart-item .ngc-text .scart-item-title {
    font-size: 14px;
  }
  #web-header .main-head .main-container .content .header-main-right .child.scart .scart-area .bottom .btn {
    font-size: 16px;
  }
  #web-header .main-head .main-container .content .header-main-right .child.user-topmenu .user-menu-area ul {
    font-size: 16px;
  }
  #web-header .main-head .main-container .content .header-main-right .child.user-topmenu .user-menu-area ul li a {
    font-size: 14px;
  }
}
@media (min-width: 1400px) {
  #web-header {
    height: 100px;
  }
  #web-header .main-head .main-container .content {
    height: 100px;
  }
}
.hidden-search-autocomplete {
  background-color: #fff;
  position: absolute;
  top: 110%;
  left: 0;
  width: 100%;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  transition: all 350ms ease;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
}
.hidden-search-autocomplete .custom-scroll {
  max-height: 50vh;
}
.hidden-search-autocomplete.show {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
.hidden-search-autocomplete a {
  color: #898989;
}
.hidden-search-autocomplete a:hover {
  color: #000000;
  text-decoration: none;
}
.hidden-search-autocomplete .hsa-top {
  padding: 5px;
}
.hidden-search-autocomplete .hsa-top ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.hidden-search-autocomplete .hsa-top ul li {
  margin: 0;
  line-height: 1.2em;
}
.hidden-search-autocomplete .hsa-top ul li a {
  display: block;
  padding: 3px 5px;
}
.hidden-search-autocomplete .hsa-top ul li a:hover {
  background-color: #efefef;
}
.hidden-search-autocomplete .hsa-top ul li .selected {
  font-weight: bold;
  color: #a19166;
}
.hidden-search-autocomplete .hsa-bottom {
  padding: 5px;
  border-top: 1px solid #ebebeb;
}
.hidden-search-autocomplete .hsa-bottom ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.hidden-search-autocomplete .hsa-bottom ul li {
  margin: 0;
  line-height: 1.2em;
}
.hidden-search-autocomplete .hsa-bottom ul li a {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-wrap: wrap;
  padding: 3px 5px;
}
.hidden-search-autocomplete .hsa-bottom ul li a:hover {
  background-color: #efefef;
}
.hidden-search-autocomplete .hsa-bottom ul li .selected {
  font-weight: bold;
  color: #a19166;
}
.hidden-search-autocomplete .hsa-bottom .ngc-media {
  display: block;
  width: 40px;
  height: 40px;
  position: relative;
}
.hidden-search-autocomplete .hsa-bottom .ngc-media img {
  display: block;
  position: relative;
  width: 100%;
}
.hidden-search-autocomplete .hsa-bottom .ngc-text {
  width: calc(100% - 40px);
  padding-left: 10px;
}
.hidden-search-autocomplete .hsa-bottom .ngc-text .ngc-title {
  display: block;
  font-size: 12px;
  line-height: 1.2em;
  margin-bottom: 5px;
  color: #000000;
}
.hidden-search-autocomplete .hsa-bottom .ngc-text .ngc-disc,
.hidden-search-autocomplete .hsa-bottom .ngc-text .ngc-price,
.hidden-search-autocomplete .hsa-bottom .ngc-text .ngc-old-price {
  display: inline-block;
  line-height: 18px;
  vertical-align: middle;
  font-family: 'Arimo', sans-serif;
  font-weight: 400;
  margin-right: 5px;
  margin-bottom: 5px;
}
.hidden-search-autocomplete .hsa-bottom .ngc-text .ngc-disc {
  -webkit-border-radius: 3px!important;
  -moz-border-radius: 3px!important;
  border-radius: 3px!important;
  background-color: #ff3e3e;
  color: #fff;
  font-size: 10px;
  padding: 0 10px;
  font-family: 'Arimo', sans-serif;
  font-weight: 700;
}
.hidden-search-autocomplete .hsa-bottom .ngc-text .ngc-price {
  font-size: 11px;
  color: #000000;
}
.hidden-search-autocomplete .hsa-bottom .ngc-text .ngc-old-price {
  font-size: 10px;
  color: #b2b2b2;
  text-decoration: line-through;
}
@media (min-width: 768px) {
  .hidden-search-autocomplete .hsa-top,
  .hidden-search-autocomplete .hsa-bottom {
    padding: 10px;
  }
  .hidden-search-autocomplete .hsa-top ul li a,
  .hidden-search-autocomplete .hsa-bottom ul li a {
    padding: 5px;
  }
}
@media (min-width: 1200px) {
  .hidden-search-autocomplete .hsa-top {
    font-size: 16px;
  }
  .hidden-search-autocomplete .hsa-bottom .ngc-media {
    width: 50px;
    height: 50px;
  }
  .hidden-search-autocomplete .hsa-bottom .ngc-text {
    width: calc(100% - 50px);
  }
  .hidden-search-autocomplete .hsa-bottom .ngc-text .ngc-title {
    font-size: 14px;
  }
  .hidden-search-autocomplete .hsa-bottom .ngc-text .ngc-price {
    font-size: 12px;
  }
}
/* SEARCH */
.search-wrap {
  position: absolute;
  z-index: 1;
  width: 100%;
  top: 110%;
  left: 0;
  padding-top: 20px;
  transition: all 150ms ease;
  -webkit-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  opacity: 0;
  visibility: hidden;
}
.search-wrap.opened {
  top: 100%;
  opacity: 1;
  visibility: visible;
}
.search-wrap .search-content {
  background-color: #fff;
  padding: 20px 15px;
  width: calc(100% - 30px);
  max-width: 770px;
  margin: 0 auto;
  border-bottom: 5px solid #000000;
  position: relative;
}
.search-wrap .search-content .ngc-title {
  margin-top: 0;
  font-size: 1.14em;
  font-family: 'Arimo', sans-serif;
  font-weight: 700;
}
.search-wrap .search-content .close-hidden-search {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  display: block;
}
.search-wrap .search-content .close-hidden-search .fa {
  color: #ff3e3e;
  left: 50%;
  top: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  font-size: 18px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
.search-wrap .search-content .close-hidden-search:hover .fa {
  background-color: #ebebeb;
}
.search-wrap .search-form-area {
  position: relative;
}
.search-wrap .search-form-area .input-text {
  border: 2px solid #ebebeb;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 40px;
  padding-left: 40px;
  padding-right: 15px;
  font-size: 12px;
}
.search-wrap .search-form-area .submit-btn {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 40px;
  height: 40px;
  background: none;
  border: none;
  color: #000000;
  font-size: 16px;
}
@media (min-width: 540px) {
  .search-wrap .search-content {
    padding: 30px;
  }
}
@media (min-width: 768px) {
  .search-wrap .search-content {
    padding: 40px 50px;
  }
  .search-wrap .search-content .ngc-title {
    margin-bottom: 20px;
    font-size: 1.28em;
  }
  .search-wrap .search-form-area .input-text {
    height: 50px;
    padding-left: 50px;
    padding-right: 20px;
    font-size: 14px;
  }
  .search-wrap .search-form-area .submit-btn {
    width: 50px;
    height: 50px;
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .search-wrap .search-content {
    padding-left: 70px;
    padding-right: 70px;
    padding-bottom: 50px;
  }
  .search-wrap .search-content .ngc-title {
    margin-bottom: 25px;
  }
  .search-wrap .search-form-area .input-text {
    padding-left: 60px;
    font-size: 16px;
  }
  .search-wrap .search-form-area .submit-btn {
    left: 10px;
  }
}
.overlay-mask {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 90;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0.55;
  opacity: 0;
  visibility: hidden;
  transition: all 50ms ease;
  -webkit-transition: all 50ms ease;
  -moz-transition: all 50ms ease;
  -o-transition: all 50ms ease;
}
.overlay-mask.active,
.overlay-mask.hover {
  opacity: 1;
  visibility: visible;
}
/* HAMBURGER MENU */
#toggle-mmenu,
.hamburger {
  z-index: 102;
  cursor: default;
  transition: all 600ms ease;
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -o-transition: all 600ms ease;
}
#toggle-mmenu span.outer-span,
.hamburger span.outer-span {
  display: block;
  width: 30px;
  height: 30px;
  background-color: transparent;
  text-indent: -9999em;
}
#toggle-mmenu.fixed,
.hamburger.fixed {
  position: fixed;
  top: 10px;
}
#toggle-mmenu.absolute,
.hamburger.absolute {
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#toggle-mmenu.right,
.hamburger.right {
  right: -5px;
}
#toggle-mmenu.left,
.hamburger.left {
  left: 0;
}
@media (min-width: 768px) {
  #toggle-mmenu span.outer-span,
  .hamburger span.outer-span {
    width: 40px;
    height: 40px;
  }
}
.c-hamburger {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  text-indent: -9999px;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  transition: background 0.3s;
}
.c-hamburger:focus {
  outline: none;
}
.c-hamburger span {
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  left: 5px;
  right: 5px;
  height: 2px;
  background: #fff;
}
@media (min-width: 768px) {
  .c-hamburger span {
    height: 3px;
    left: 0;
    right: 0;
  }
}
.c-hamburger span::before,
.c-hamburger span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  content: "";
}
@media (min-width: 768px) {
  .c-hamburger span::before,
  .c-hamburger span::after {
    height: 3px;
  }
}
.c-hamburger span::before {
  top: -7px;
}
@media (min-width: 768px) {
  .c-hamburger span::before {
    top: -13px;
  }
}
.c-hamburger span::after {
  bottom: -7px;
}
@media (min-width: 768px) {
  .c-hamburger span::after {
    bottom: -13px;
  }
}
/* STYLE X */
.c-hamburger--htx {
  background-color: transparent;
}
.c-hamburger--htx span {
  transition: background 0s 0.3s;
}
.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s;
}
.c-hamburger--htx span::before {
  transition-property: top, transform;
}
.c-hamburger--htx span::after {
  transition-property: bottom, transform;
}
/* active state, i.e. menu open */
.c-hamburger--htx.is-active {
  background-color: transparent;
}
.c-hamburger--htx.is-active span {
  background: none!important;
}
.c-hamburger--htx.is-active span::before {
  top: 0;
  transform: rotate(45deg);
  background-color: #fff;
}
.c-hamburger--htx.is-active span::after {
  bottom: 0;
  transform: rotate(-45deg);
  background-color: #fff;
}
.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
  transition-delay: 0s, 0.3s;
}
#category-megadropdown {
  position: fixed;
  left: 0;
  top: 86px;
  z-index: 101;
  width: 100%;
  height: calc(100% - 86px);
  background: rgba(0, 0, 0, 0.7);
  overflow-y: auto;
  transition: all 50ms ease;
  -webkit-transition: all 50ms ease;
  -moz-transition: all 50ms ease;
  -o-transition: all 50ms ease;
  opacity: 0;
  visibility: hidden;
}
#category-megadropdown.active,
#category-megadropdown.hover {
  opacity: 1;
  visibility: visible;
}
#category-megadropdown .main-container {
  height: 100%;
  padding-left: 0;
  padding-right: 0;
}
#category-megadropdown .main-container .content {
  background-color: #fff;
}
#category-megadropdown .main-container .content .cat-mega {
  font-family: 'Arimo', sans-serif;
  font-weight: 400;
}
#category-megadropdown .main-container .content .cat-mega > ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#category-megadropdown .main-container .content .cat-mega > ul > li {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #ebebeb;
}
#category-megadropdown .main-container .content .cat-mega > ul > li > a {
  display: block;
  padding-left: 10px;
  padding-right: 30px;
  position: relative;
  color: #898989;
  transition: all 150ms ease;
  -webkit-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -o-transition: all 150ms ease;
}
#category-megadropdown .main-container .content .cat-mega > ul > li > a .text-icon {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-wrap: wrap;
}
#category-megadropdown .main-container .content .cat-mega > ul > li > a .text-icon .icon {
  display: block;
  height: 40px;
  width: 24px;
  overflow: hidden;
  position: relative;
}
#category-megadropdown .main-container .content .cat-mega > ul > li > a .text-icon .icon .icon-1,
#category-megadropdown .main-container .content .cat-mega > ul > li > a .text-icon .icon .icon-2 {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  transition: all 150ms ease;
  -webkit-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -o-transition: all 150ms ease;
}
#category-megadropdown .main-container .content .cat-mega > ul > li > a .text-icon .icon .icon-1 img,
#category-megadropdown .main-container .content .cat-mega > ul > li > a .text-icon .icon .icon-2 img {
  display: block;
  left: 50%;
  top: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  max-width: 24px;
  max-height: 24px;
}
#category-megadropdown .main-container .content .cat-mega > ul > li > a .text-icon .icon .icon-1 {
  top: 0;
}
#category-megadropdown .main-container .content .cat-mega > ul > li > a .text-icon .icon .icon-2 {
  top: 100%;
}
#category-megadropdown .main-container .content .cat-mega > ul > li > a .text-icon .text {
  display: block;
  padding-left: 10px;
  font-size: 14px;
  line-height: 40px;
}
#category-megadropdown .main-container .content .cat-mega > ul > li > a.opened {
  background-color: #a19166;
  color: #fff;
  text-decoration: none;
}
#category-megadropdown .main-container .content .cat-mega > ul > li > a.opened .icon .icon-1 {
  top: -100%;
}
#category-megadropdown .main-container .content .cat-mega > ul > li > a.opened .icon .icon-2 {
  top: 0;
}
#category-megadropdown .main-container .content .cat-mega > ul > li .cat-sub-wrap {
  border-left: 5px solid #a19166;
  padding: 10px;
  display: none;
}
#category-megadropdown .main-container .content .cat-mega > ul > li .cat-sub-wrap a {
  color: #898989;
}
#category-megadropdown .main-container .content .cat-mega > ul > li .cat-sub-wrap a:hover {
  color: #000000;
}
#category-megadropdown .main-container .content .cat-mega > ul > li .cat-sub-wrap .cat-sub {
  width: 100%;
}
#category-megadropdown .main-container .content .cat-mega > ul > li .cat-sub-wrap .cat-sub-head {
  color: #898989;
  font-family: 'Arimo', sans-serif;
  font-weight: 700;
  border-bottom: 1px solid #ebebeb;
  width: 100%;
  line-height: 1.3em;
  padding-bottom: 5px;
  margin-bottom: 10px;
  display: block;
}
#category-megadropdown .main-container .content .cat-mega > ul > li .cat-sub-wrap ul {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  margin-bottom: 15px;
}
#category-megadropdown .main-container .content .cat-mega > ul > li .cat-sub-wrap ul li {
  margin: 5px 0;
  line-height: 1.3em;
}
#category-megadropdown .main-container .content .cat-mega > ul > li:hover > a {
  background-color: #a19166;
  color: #fff;
  text-decoration: none;
}
#category-megadropdown .main-container .content .cat-mega > ul > li:hover > a .icon .icon-1 {
  top: -100%;
}
#category-megadropdown .main-container .content .cat-mega > ul > li:hover > a .icon .icon-2 {
  top: 0;
}
#category-megadropdown .main-container .content .cat-mega > ul > li:last-child {
  border-bottom: none;
}
#category-megadropdown .main-container .content .cat-mega > ul > li.has-sub > a:after {
  content: "\f107";
  display: block;
  font-family: "fontAwesome";
  font-size: 12px;
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 15px;
  color: #000000;
}
#category-megadropdown .main-container .content .cat-mega > ul > li.has-sub > a.opened:after {
  color: #fff;
}
#category-megadropdown .main-container .content .cat-mega > ul > li.has-sub:hover > a:after {
  color: #fff;
}
@media (min-width: 768px) {
  #category-megadropdown {
    top: 140px;
    height: calc(100% - 140px);
    transition: all 50ms ease;
    -webkit-transition: all 50ms ease;
    -moz-transition: all 50ms ease;
    -o-transition: all 50ms ease;
  }
  #category-megadropdown.stuck {
    top: 104px;
    height: calc(100% - 104px);
  }
  #category-megadropdown .main-container .content {
    position: relative;
  }
  #category-megadropdown .main-container .content .cat-mega {
    max-width: 330px;
    border-right: 1px solid #ebebeb;
  }
  #category-megadropdown .main-container .content .cat-mega > ul > li > a {
    padding-left: 15px;
    padding-right: 40px;
  }
  #category-megadropdown .main-container .content .cat-mega > ul > li > a .text-icon .icon {
    height: 50px;
    width: 32px;
  }
  #category-megadropdown .main-container .content .cat-mega > ul > li > a .text-icon .icon .icon-1 img,
  #category-megadropdown .main-container .content .cat-mega > ul > li > a .text-icon .icon .icon-2 img {
    max-width: 28px;
    max-height: 28px;
  }
  #category-megadropdown .main-container .content .cat-mega > ul > li > a .text-icon .text {
    font-size: 16px;
    line-height: 50px;
  }
  #category-megadropdown .main-container .content .cat-mega > ul > li.has-sub > a:after {
    content: "\f105";
    font-size: 14px;
    right: 24px;
  }
  #category-megadropdown .main-container .content .cat-mega > ul > li.has-sub .cat-sub-wrap {
    position: absolute;
    left: 329px;
    top: 0;
    background: #fff;
    width: calc(100% - 329px);
    padding: 15px;
    min-height: 100%;
  }
}
@media (min-width: 1200px) {
  #category-megadropdown {
    top: 164px;
    height: calc(100% - 164px);
  }
  #category-megadropdown.stuck {
    top: 128px;
    height: calc(100% - 128px);
  }
  #category-megadropdown .main-container {
    padding-left: 15px;
    padding-right: 15px;
  }
  #category-megadropdown .main-container .content .cat-mega > ul > li.has-sub .cat-sub-wrap {
    padding: 25px;
  }
  #category-megadropdown .main-container .content .cat-mega > ul > li.has-sub .cat-sub-wrap .cat-sub-head {
    padding-bottom: 10px;
  }
  #category-megadropdown .main-container .content .cat-mega > ul > li.has-sub .cat-sub-wrap ul {
    font-size: 16px;
    margin-bottom: 25px;
  }
  #category-megadropdown .main-container .content .cat-mega > ul > li.has-sub .cat-sub-wrap ul li {
    margin: 10px 0;
  }
}
@media (min-width: 1600px) {
  #category-megadropdown .main-container .content .cat-mega > ul > li > a .text-icon .icon {
    height: 60px;
  }
  #category-megadropdown .main-container .content .cat-mega > ul > li > a .text-icon .icon .icon-1 img,
  #category-megadropdown .main-container .content .cat-mega > ul > li > a .text-icon .icon .icon-2 img {
    max-width: 32px;
    max-height: 32px;
  }
  #category-megadropdown .main-container .content .cat-mega > ul > li > a .text-icon .text {
    font-size: 18px;
    line-height: 60px;
  }
  #category-megadropdown .main-container .content .cat-mega > ul > li.has-sub .cat-sub-wrap {
    padding: 25px 30px;
  }
  #category-megadropdown .main-container .content .cat-mega > ul > li.has-sub .cat-sub-wrap .cat-sub-head {
    font-size: 18px;
  }
}
#mobile-menu-wrap {
  background-color: rgba(0, 0, 0, 0.8);
  color: #ffffff;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 110;
  transition: all 150ms ease;
  -webkit-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  opacity: 0;
  visibility: hidden;
}
#mobile-menu-wrap .close-hidden-menu {
  position: absolute;
  z-index: 3;
  top: 5px;
  left: 5px;
  display: block;
  width: 40px;
  height: 40px;
  color: #ffffff;
  transition: all 150ms ease;
  -webkit-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -o-transition: all 150ms ease;
}
#mobile-menu-wrap .close-hidden-menu span {
  font-size: 20px;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  display: block;
  transition: all 150ms ease;
  -webkit-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  left: 50%;
  top: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
#mobile-menu-wrap .close-hidden-menu:hover span {
  color: #000000;
  background-color: #fff;
}
#mobile-menu-wrap .ngc-title {
  color: #ffffff;
  font-size: 18px;
}
#mobile-menu-wrap .mobile-hot-category {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-wrap: wrap;
}
#mobile-menu-wrap .mobile-hot-category li {
  width: 50%;
}
#mobile-menu-wrap .mobile-support {
  list-style: none;
  padding: 0;
  margin: 0;
}
#mobile-menu-wrap .mobile-support li {
  font-size: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin: 0;
  padding: 10px 0;
}
#mobile-menu-wrap .mobile-support li .fa {
  width: 20px;
  text-align: center;
  margin-right: 5px;
}
#mobile-menu-wrap .main-container {
  position: absolute;
  z-index: 2;
  top: 0;
  left: -100px;
  width: 100%;
  max-width: 400px;
  height: 100%;
  overflow-y: auto;
  margin: 0;
  background-color: #000000;
  transition: all 150ms ease;
  -webkit-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  padding-top: 50px;
  padding-bottom: 30px;
}
#mobile-menu-wrap .main-container a {
  color: #ffffff;
}
#mobile-menu-wrap .main-container a:hover {
  color: #ffffff;
}
#mobile-menu-wrap.opened {
  opacity: 1;
  visibility: visible;
}
#mobile-menu-wrap.opened .main-container {
  left: 0;
}
@media (min-width: 540px) {
  #mobile-menu-wrap .mobile-hot-category li {
    width: 33.33%;
  }
}
@media (min-width: 768px) {
  #mobile-menu-wrap {
    padding-top: 100px;
  }
  #mobile-menu-wrap .close-hidden-menu {
    top: 12px;
    left: 25px;
  }
  #mobile-menu-wrap .close-hidden-menu span {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  #mobile-menu-wrap .ngc-title {
    margin-bottom: 15px;
  }
  #mobile-menu-wrap .mobile-hot-category {
    font-size: 14px;
  }
  #mobile-menu-wrap .mobile-hot-category li {
    margin-bottom: 10px;
  }
  #mobile-menu-wrap .mobile-support {
    margin-bottom: 30px;
  }
  #mobile-menu-wrap .mobile-support li {
    font-size: 16px;
    padding: 15px 0;
  }
  #mobile-menu-wrap .mobile-support li .fa {
    width: 30px;
  }
  #mobile-menu-wrap .main-container {
    padding-top: 64px;
  }
}
@media (min-width: 1200px) {
  #mobile-menu-wrap .close-hidden-menu {
    top: 22px;
  }
  #mobile-menu-wrap .main-container {
    padding-top: 84px;
  }
}
@media (min-width: 1400px) {
  #mobile-menu-wrap .close-hidden-menu {
    top: 30px;
  }
  #mobile-menu-wrap .main-container {
    padding-top: 100px;
  }
}
#mobile-category-menu,
#mobile-category-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#mobile-category-menu {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
#mobile-category-menu a {
  color: #fff;
}
#mobile-category-menu > li > a {
  font-family: 'Arimo', sans-serif;
  font-weight: 400;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}
#mobile-category-menu > li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 0;
}
#mobile-category-menu > li > a {
  display: block;
  line-height: 42px;
  font-size: 16px;
  font-family: 'Arimo', sans-serif;
  font-weight: 700;
}
#mobile-category-menu > li.has-sub > a {
  position: relative;
}
#mobile-category-menu > li.has-sub > a:after {
  content: "\f107";
  font-family: "fontAwesome";
  font-weight: 300;
  width: 30px;
  text-align: center;
  font-size: 18px;
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}
#mobile-category-menu > li.has-sub > a.opened:after {
  content: "\f068";
  font-size: 11px;
}
#mobile-category-menu .sub-nav {
  padding-left: 20px;
  padding-bottom: 10px;
  display: none;
  font-size: 16px;
}
#mobile-category-menu .sub-nav > li.has-sub > a {
  position: relative;
}
#mobile-category-menu .sub-nav > li.has-sub > a:after {
  content: "\f0fe";
  font-family: "fontAwesome";
  width: 20px;
  text-align: left;
  font-size: 12px;
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -20px;
}
#mobile-category-menu .sub-nav > li.has-sub > a.opened:after {
  content: "\f146";
}
#mobile-category-menu .sub-nav .sub-nav {
  padding-left: 16px;
  padding-top: 10px;
}
@media (min-width: 768px) {
  #mobile-category-menu > li > a {
    line-height: 52px;
  }
  #mobile-category-menu > li.has-sub > a:after {
    font-size: 16px;
  }
}
.section-padding {
  padding: 20px 0;
}
@media (min-width: 768px) {
  .section-padding {
    padding: 30px 0;
  }
}
@media (min-width: 992px) {
  .section-padding {
    padding: 40px 0;
  }
}
@media (min-width: 1200px) {
  .section-padding {
    padding: 60px 0;
  }
}
@media (min-width: 1600px) {
  .section-padding {
    padding: 80px 0;
  }
}
.product-spec {
  margin-bottom: -20px;
}
.product-spec .nuke-wysiwyg {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .product-spec {
    margin-bottom: -30px;
  }
}
@media (min-width: 992px) {
  .product-spec {
    margin-bottom: -40px;
  }
}
@media (min-width: 1200px) {
  .product-spec {
    margin-bottom: -50px;
  }
}
@media (min-width: 1600px) {
  .product-spec {
    margin-bottom: -70px;
  }
}
.has-section-separator {
  position: relative;
}
.has-section-separator:after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background-color: #efe7dc;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  max-width: 1140px;
}
.mCSB_scrollTools {
  width: 8px;
}
.mCSB_inside > .mCSB_container {
  margin-right: 5px;
}
.mCS-nuke.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #d4d4d4;
  width: 5px;
}
.mCS-nuke.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}
.mCS-nuke.mCustomScrollBox .mCSB_container_wrapper {
  margin-right: 0;
  margin-bottom: 0;
}
.mCS-nuke.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
}
.mCSB_outside + .mCSB_scrollTools {
  right: -8px;
}
.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: -8px;
}
.slick-dots {
  font-size: 0;
  text-align: center;
  margin: 0;
  padding: 15px 0 5px;
}
.slick-dots li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 3px;
  position: relative;
  width: 20px;
  height: 2px;
}
.slick-dots li button {
  left: 50%;
  top: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  height: 2px;
  background-color: #000000;
  border: none;
  transition: all 350ms ease;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  display: block;
  text-indent: -9999em;
  overflow: hidden;
  padding: 0;
  margin: 0;
  cursor: pointer;
}
.slick-dots li.slick-active button {
  background-color: #000000;
  height: 4px;
}
@media (min-width: 540px) {
  .slick-dots li {
    width: 30px;
    margin: 0 5px;
  }
}
@media (min-width: 768px) {
  .slick-dots {
    padding-top: 24px;
    padding-bottom: 12px;
  }
}
@media (min-width: 992px) {
  .slick-dots li {
    width: 40px;
    margin: 0 10px;
  }
}
@media (min-width: 1200px) {
  .slick-dots {
    padding-top: 36px;
    padding-bottom: 24px;
  }
  .slick-dots li {
    width: 50px;
  }
}
.slick-4-items,
.slick-2-items {
  position: relative;
}
.cusArrow {
  width: 34px;
  height: 34px;
  position: relative;
  border-bottom: 2px solid #000000;
  text-indent: -9999em;
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: none !important;
  overflow: hidden;
}
.cusArrow.boxNext {
  border-right: 2px solid #000000;
  transform: rotate(-45deg);
  left: calc(100% + 15px);
}
.cusArrow.boxPrev {
  border-left: 2px solid #000000;
  transform: rotate(45deg);
  right: calc(100% + 15px);
}
.cusArrow:hover {
  border-color: #a19166;
}
@media (min-width: 1400px) {
  .cusArrow {
    display: block !important;
  }
}
.hero-banner-section .main-container.first-child {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 1200px) {
  .hero-banner-section .main-container.first-child {
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.main-slick {
  display: none;
  padding: 0 0 10px;
  position: relative;
}
.main-slick.slick-initialized {
  display: block;
}
.main-slick .item img {
  display: block;
  width: 100%;
}
.main-slick.has-text .slick-item {
  min-height: 300px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.main-slick.has-text .slick-item .slick-img {
  display: none;
}
.main-slick.has-text .slick-item .slide-text {
  text-align: center;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 15px;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.main-slick.has-text .slick-item .slide-text .content {
  padding: 15px 10px;
}
.main-slick.has-text .slick-item .slide-text .slide-subtitle,
.main-slick.has-text .slick-item .slide-text .slide-maintitle,
.main-slick.has-text .slick-item .slide-text .slide-buttons {
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
}
.main-slick.has-text .slick-item .slide-text .slide-subtitle {
  display: block;
  text-transform: uppercase;
  font-family: 'Arimo', sans-serif;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.1em;
  padding-bottom: 5px;
  transition: all 600ms ease;
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -o-transition: all 600ms ease;
}
.main-slick.has-text .slick-item .slide-text .slide-maintitle {
  font-family: 'Arimo', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.3em;
  margin-bottom: 10px;
  transition: all 600ms 200ms ease;
  -webkit-transition: all 600ms 200ms ease;
  -moz-transition: all 600ms 200ms ease;
  -o-transition: all 600ms 200ms ease;
}
.main-slick.has-text .slick-item .slide-text .slide-buttons {
  transition: all 600ms 400ms ease;
  -webkit-transition: all 600ms 400ms ease;
  -moz-transition: all 600ms 400ms ease;
  -o-transition: all 600ms 400ms ease;
}
.main-slick.has-text .slick-item .slide-text .slide-buttons .btn {
  margin: 0;
}
.main-slick .show .slick-item .slide-text .slide-subtitle,
.main-slick .show .slick-item .slide-text .slide-maintitle,
.main-slick .show .slick-item .slide-text .slide-buttons {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
@media (min-width: 768px) {
  .main-slick.has-text .slick-item .slick-img {
    display: block;
  }
  .main-slick.has-text .slick-item .slide-text {
    padding: 15px;
  }
  .main-slick.has-text .slick-item .slide-text .content {
    padding: 25px;
    max-width: 600px;
  }
  .main-slick.has-text .slick-item .slide-text .slide-subtitle {
    font-size: 14px;
    padding-bottom: 10px;
  }
  .main-slick.has-text .slick-item .slide-text .slide-maintitle {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .main-slick.has-text.top-center .slick-item .slide-text {
    align-items: flex-start;
  }
  .main-slick.has-text.bottom-center .slick-item .slide-text {
    align-items: flex-end;
  }
  .main-slick.has-text.top-left .slick-item .slide-text {
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;
  }
  .main-slick.has-text.center-left .slick-item .slide-text {
    justify-content: flex-start;
    text-align: left;
  }
  .main-slick.has-text.bottom-left .slick-item .slide-text {
    align-items: flex-end;
    justify-content: flex-start;
    text-align: left;
  }
  .main-slick.has-text.top-right .slick-item .slide-text {
    align-items: flex-start;
    justify-content: flex-end;
    text-align: right;
  }
  .main-slick.has-text.center-right .slick-item .slide-text {
    justify-content: flex-end;
    text-align: right;
  }
  .main-slick.has-text.bottom-right .slick-item .slide-text {
    align-items: flex-end;
    justify-content: flex-end;
    text-align: right;
  }
}
@media (min-width: 1200px) {
  .main-slick.has-text .slick-item .slide-text {
    padding: 30px;
  }
  .main-slick.has-text .slick-item .slide-text .slide-maintitle {
    font-size: 42px;
  }
}
.slick-padding {
  margin-left: -5px;
  margin-right: -5px;
}
.slick-padding .item {
  padding-left: 5px;
  padding-right: 5px;
}
@media (min-width: 768px) {
  .slick-padding {
    margin-left: -10px;
    margin-right: -10px;
  }
  .slick-padding .item {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 1200px) {
  .slick-padding {
    margin-left: -15px;
    margin-right: -15px;
  }
  .slick-padding .item {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.slick-80px-padding {
  margin-left: -10px;
  margin-right: -10px;
}
.slick-80px-padding .item {
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .slick-80px-padding {
    margin-left: -15px;
    margin-right: -15px;
  }
  .slick-80px-padding .item {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 992px) {
  .slick-80px-padding {
    margin-left: -20px;
    margin-right: -20px;
  }
  .slick-80px-padding .item {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1200px) {
  .slick-80px-padding {
    margin-left: -30px;
    margin-right: -30px;
  }
  .slick-80px-padding .item {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.footer-top .ft-logo {
  display: block;
  margin: 0 auto;
  width: 100px;
  margin-bottom: 20px;
}
.footer-top .ft-content {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-wrap: wrap;
}
.footer-top .ft-content .ft-child {
  width: 100%;
  text-align: center;
  margin-bottom: 15px;
}
.footer-top .ft-content .ft-child .fa {
  color: #a19166;
  font-size: 24px;
}
.footer-top .ft-content .ft-child p {
  line-height: 1.3em;
  margin-bottom: 0;
}
.footer-top .ft-content .ft-child a {
  color: #898989;
}
.footer-top .ft-content .ft-child a:hover {
  color: #000000;
}
.footer-top .ft-content .ft-child .ngc-title {
  font-size: 16px;
  letter-spacing: 1px;
  margin-top: 0;
}
.footer-top .ft-content .ft-child .soc-nav {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-wrap: wrap;
  justify-content: center;
}
.footer-top .ft-content .ft-child .soc-nav li {
  margin: 5px;
}
.footer-top .ft-content .ft-child .soc-nav li img {
  display: block;
  width: 24px;
}
.footer-top .ft-content .ft-2,
.footer-top .ft-content .ft-3 {
  width: 50%;
}
@media (min-width: 540px) {
  .footer-top .ft-content .ft-child {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .footer-top .ft-content .ft-child {
    width: 25%;
    border-right: 1px solid #ebebeb;
    padding: 10px;
  }
  .footer-top .ft-content .ft-child:last-child {
    border-right: none;
  }
}
@media (min-width: 992px) {
  .footer-top .ft-logo {
    width: 140px;
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .footer-top .ft-logo {
    width: 160px;
  }
  .footer-top .ft-content .ft-child .fa {
    font-size: 32px;
  }
  .footer-top .ft-content .ft-child p {
    font-size: 16px;
  }
  .footer-top .ft-content .ft-child .ngc-title {
    margin-bottom: 1rem;
  }
  .footer-top .ft-content .ft-child .soc-nav li {
    margin: 0 12px 10px;
  }
  .footer-top .ft-content .ft-child .soc-nav li img {
    width: 35px;
  }
}
.soc-nav-new {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-wrap: wrap;
}
.soc-nav-new li {
  margin: 5px;
  margin-right: 10px;
  margin-left: 0;
}
.soc-nav-new li img {
  display: block;
  width: 30px;
}
@media (min-width: 1200px) {
  .soc-nav-new li {
    margin: 0 10px 10px 0;
  }
  .soc-nav-new li img {
    width: 35px;
  }
}
.newsletter-area {
  position: relative;
  background-color: #f2f2f2;
}
.newsletter-area .main-container {
  position: relative;
  z-index: 3;
}
.newsletter-area .main-container .content {
  overflow: hidden;
  position: relative;
  padding: 15px 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #e8e8e8;
}
.newsletter-area .main-container .content .child {
  position: relative;
  z-index: 2;
}
.newsletter-area .main-container .content .child .ngc-maintitle {
  font-size: 1.25em;
  padding-right: 12px;
}
.newsletter-area .main-container .content .child .ngc-title {
  font-size: 16px;
}
@media (min-width: 414px) {
  .newsletter-area .main-container .content {
    padding: 20px 0;
  }
}
@media (min-width: 768px) {
  .newsletter-area .main-container .content {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    flex-wrap: wrap;
    align-items: center;
    padding: 30px 0;
  }
  .newsletter-area .main-container .content .child {
    width: 35%;
    padding: 0;
  }
  .newsletter-area .main-container .content .child p {
    margin-bottom: 0;
  }
  .newsletter-area .main-container .content .child .ngc-maintitle {
    margin-bottom: 0;
  }
  .newsletter-area .main-container .content .child .ngc-title {
    margin-top: 0;
  }
  .newsletter-area .main-container .content .child + .child {
    width: 65%;
  }
}
@media (min-width: 992px) {
  .newsletter-area .main-container .content .child,
  .newsletter-area .main-container .content .child + .child {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .newsletter-area .main-container .content {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .newsletter-area .main-container .content .child .ngc-maintitle {
    font-size: 1.625em;
  }
}
.newsletter-form {
  position: relative;
}
.newsletter-form .text-input {
  border: none;
  position: relative;
  z-index: 1;
  padding: 0 55px 0 15px;
  height: 40px;
  background-color: #fff;
  width: 100%;
}
.newsletter-form .submit-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 100%;
  z-index: 2;
  border: none;
  transition: all 150ms ease;
  -webkit-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  background-color: transparent;
  color: #000000;
}
.newsletter-form .submit-btn:hover {
  background-color: #000000;
  color: #fff;
}
.newsletter-form .submit-btn .fa {
  font-size: 18px;
  display: block;
  left: 50%;
  top: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.newsletter-form .submit-btn .btn-text {
  display: none;
}
@media (min-width: 540px) {
  .newsletter-form .text-input {
    padding-right: 135px;
  }
  .newsletter-form .submit-btn {
    width: 120px;
    text-align: center;
  }
  .newsletter-form .submit-btn .fa,
  .newsletter-form .submit-btn .btn-text {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    position: relative;
    left: auto;
    top: auto;
  }
  .newsletter-form .submit-btn .fa {
    font-size: 16px;
  }
  .newsletter-form .submit-btn .btn-text {
    font-size: 13px;
    font-family: 'Arimo', sans-serif;
    font-weight: 700;
    padding-right: 5px;
  }
}
@media (min-width: 1200px) {
  .newsletter-form .text-input {
    height: 50px;
    padding-left: 20px;
    padding-right: 180px;
  }
  .newsletter-form .submit-btn {
    width: 160px;
  }
  .newsletter-form .submit-btn .btn-text {
    font-size: 16px;
    padding-right: 8px;
  }
  .newsletter-form .submit-btn .fa {
    font-size: 20px;
  }
}
#web-footer {
  background-color: #f2f2f2;
}
#web-footer .ngc-title {
  font-family: 'Arimo', sans-serif;
  font-weight: 700;
}
#web-footer.product-padding {
  padding-bottom: 50px;
}
.footer-padding {
  padding: 15px 0;
}
@media (min-width: 768px) {
  .footer-padding {
    padding: 20px 0;
  }
}
@media (min-width: 1200px) {
  .footer-padding {
    padding: 30px 0;
  }
}
.footer-child {
  border-bottom: 1px solid #e8e8e8;
}
.footer-child .footer-subchild .ngc-title {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 14px;
  font-family: 'Arimo', sans-serif;
  font-weight: 700;
  color: #000000;
}
.copyright {
  padding: 10px;
}
@media (min-width: 1200px) {
  .copyright {
    padding: 15px 0;
    font-size: 14px;
  }
}
.footer-nav {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 13px;
}
.footer-nav li {
  margin: 0;
  margin-bottom: 6px;
}
.footer-nav li a {
  color: #7a7f7e;
}
.footer-nav li a:hover {
  color: #000000;
}
.footer-nav.footer-cat {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-wrap: wrap;
}
.footer-nav.footer-cat li {
  width: 50%;
}
@media (min-width: 414px) {
  .footer-nav.footer-cat li {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .footer-nav {
    font-size: 14px;
  }
  .footer-nav li {
    margin-bottom: 8px;
  }
}
.footer-image-list {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-wrap: wrap;
}
.footer-image-list img {
  display: block;
  height: 30px;
  margin-right: 8px;
  margin-bottom: 8px;
}
@media (min-width: 1200px) {
  .footer-image-list img {
    height: 36px;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .footer-image-list.security img {
    height: 40px;
  }
}
@media (min-width: 1600px) {
  .footer-image-list.security img {
    height: 45px;
  }
}
.featured-brand {
  background-color: #fff;
  overflow: hidden;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-wrap: wrap;
  justify-content: center;
}
.featured-brand .child {
  width: 25%;
  position: relative;
  border-bottom: 1px solid #ebebeb;
  border-left: 1px solid #ebebeb;
  margin-bottom: -1px;
  margin-left: -1px;
}
.featured-brand .child:before {
  content: "";
  display: block;
  padding-top: 56.5%;
}
.featured-brand .child img {
  left: 50%;
  top: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
  max-width: 60%;
  max-height: 50%;
}
.featured-brand .child:nth-child(4n+1) {
  border-left: none;
}
@media (min-width: 768px) {
  .featured-brand .child {
    width: 20%;
  }
  .featured-brand .child:nth-child(4n+1) {
    border-left: 1px solid #ebebeb;
  }
  .featured-brand .child:nth-child(5n+1) {
    border-left: none;
  }
}
#product-floor-section {
  background-color: #fafafa;
}
#product-floor-section .main-container {
  position: relative;
}
#product-floor-section .main-container .sidebar-floor {
  position: absolute;
  height: 100%;
  top: 54px;
  left: 100%;
  display: none;
}
#product-floor-section .main-container .sidebar-floor .floating-sidebar .content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#product-floor-section .main-container .sidebar-floor .floating-sidebar .content ul li {
  margin-bottom: 1px;
}
#product-floor-section .main-container .sidebar-floor .floating-sidebar .content ul li a {
  display: block;
  width: 75px;
  height: 75px;
  position: relative;
  background-color: #fff;
  transition: all 350ms ease;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
}
#product-floor-section .main-container .sidebar-floor .floating-sidebar .content ul li a .floor-nav-text {
  display: block;
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: 'Arimo', sans-serif;
  font-weight: 400;
  z-index: 1;
  font-size: 12px;
  color: #fff;
  line-height: 30px;
  -webkit-border-radius: 7px!important;
  -moz-border-radius: 7px!important;
  border-radius: 7px!important;
  padding: 0 10px;
  background-color: #000000;
  transition: all 150ms ease;
  -webkit-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  right: 50%;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
}
#product-floor-section .main-container .sidebar-floor .floating-sidebar .content ul li a .floor-nav-text:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 5px;
  border-color: transparent transparent transparent #000000;
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -5px;
}
#product-floor-section .main-container .sidebar-floor .floating-sidebar .content ul li a .floor-nav-icon {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: block;
}
#product-floor-section .main-container .sidebar-floor .floating-sidebar .content ul li a .floor-nav-icon .icon-1,
#product-floor-section .main-container .sidebar-floor .floating-sidebar .content ul li a .floor-nav-icon .icon-2 {
  position: absolute;
  width: 100%;
  height: 100%;
  transition: all 350ms ease;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
}
#product-floor-section .main-container .sidebar-floor .floating-sidebar .content ul li a .floor-nav-icon .icon-1 img,
#product-floor-section .main-container .sidebar-floor .floating-sidebar .content ul li a .floor-nav-icon .icon-2 img {
  left: 50%;
  top: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  max-width: 38px;
  max-height: 38px;
}
#product-floor-section .main-container .sidebar-floor .floating-sidebar .content ul li a .floor-nav-icon .icon-1 {
  top: 0;
}
#product-floor-section .main-container .sidebar-floor .floating-sidebar .content ul li a .floor-nav-icon .icon-2 {
  top: 100%;
}
#product-floor-section .main-container .sidebar-floor .floating-sidebar .content ul li a:hover {
  background-color: #000000;
}
#product-floor-section .main-container .sidebar-floor .floating-sidebar .content ul li a:hover .floor-nav-text {
  opacity: 1;
  visibility: visible;
  right: calc(100% + 10px);
}
#product-floor-section .main-container .sidebar-floor .floating-sidebar .content ul li a:hover .floor-nav-icon .icon-1 {
  top: -100%;
}
#product-floor-section .main-container .sidebar-floor .floating-sidebar .content ul li a:hover .floor-nav-icon .icon-2 {
  top: 0;
}
#product-floor-section .main-container .sidebar-floor .floating-sidebar .content ul li.active a {
  background-color: #a19166;
}
#product-floor-section .main-container .sidebar-floor .floating-sidebar .content ul li.active a .floor-nav-text {
  background-color: #a19166;
}
#product-floor-section .main-container .sidebar-floor .floating-sidebar .content ul li.active a .floor-nav-text:after {
  border-color: transparent transparent transparent #a19166;
}
#product-floor-section .main-container .sidebar-floor .floating-sidebar .content ul li.active a .floor-nav-icon .icon-1 {
  top: -100%;
}
#product-floor-section .main-container .sidebar-floor .floating-sidebar .content ul li.active a .floor-nav-icon .icon-2 {
  top: 0;
}
#product-floor-section .product-floor {
  margin-bottom: 30px;
}
#product-floor-section .product-floor:last-child {
  margin-bottom: 0;
}
#product-floor-section .product-floor > .ngc-title {
  font-size: 1.3em;
  margin: 0;
}
#product-floor-section .product-floor > .ngc-title .content {
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  display: inline-block;
  background-color: #000000;
  color: #fff;
  padding: 0 15px;
  min-width: 200px;
}
#product-floor-section .product-floor > .ngc-title .content img,
#product-floor-section .product-floor > .ngc-title .content .text {
  display: inline-block;
  vertical-align: middle;
}
#product-floor-section .product-floor > .ngc-title .content img {
  height: 24px;
  margin: 0;
}
#product-floor-section .product-floor > .ngc-title .content .text {
  line-height: 36px;
  padding-left: 10px;
}
#product-floor-section .product-floor .pf-content {
  background-color: #fff;
  position: relative;
  border-bottom: 5px solid #000000;
}
#product-floor-section .product-floor .pf-content .inview-trigger {
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  opacity: 0;
  visibility: hidden;
}
#product-floor-section .product-floor .pf-content .content .carousels {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-wrap: wrap;
}
#product-floor-section .product-floor .pf-content .content .carousels .slick-floor-ads {
  width: 140px;
  position: relative;
}
#product-floor-section .product-floor .pf-content .content .carousels .slick-floor-ads .slick-dots {
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 10px;
}
#product-floor-section .product-floor .pf-content .content .carousels .slick-floor-prod {
  width: calc(100% - 140px);
  position: relative;
  overflow: hidden;
}
#product-floor-section .product-floor .pf-content .content .carousels .slick-floor-prod .slick-carousel {
  width: calc(100% + 2px);
}
#product-floor-section .product-floor .pf-content .content .carousels .slick-floor-prod .slick-slider,
#product-floor-section .product-floor .pf-content .content .carousels .slick-floor-prod .slick-list,
#product-floor-section .product-floor .pf-content .content .carousels .slick-floor-prod .slick-track {
  height: 100%;
}
#product-floor-section .product-floor .pf-content .content .carousels .slick-floor-prod .child {
  width: 100%;
  height: 140px;
  border-right: 2px solid #f3f3f3;
  border-bottom: 2px solid #f3f3f3;
}
#product-floor-section .product-floor .pf-content .content .carousels .slick-floor-prod .child:before {
  content: "";
  display: block;
  padding-top: ;
}
#product-floor-section .product-floor .pf-content .content .brands {
  height: 40px;
  overflow: hidden;
}
#product-floor-section .product-floor .pf-content .content .brands .child {
  width: 20%;
  float: left;
  height: 100%;
  position: relative;
  border-left: 1px solid #f3f3f3;
  border-right: 1px solid #f3f3f3;
}
#product-floor-section .product-floor .pf-content .content .brands .child img {
  display: block;
  left: 50%;
  top: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  max-width: 60%;
  max-height: 50%;
}
#product-floor-section .product-floor .pf-content .content .brands .child:first-child {
  border-left: none;
}
#product-floor-section .product-floor .pf-content .content .brands .child:last-child {
  border-right: none;
}
@media (min-width: 768px) {
  #product-floor-section .product-floor > .ngc-title {
    font-size: 1.4em;
  }
  #product-floor-section .product-floor > .ngc-title .content {
    padding: 0 20px;
    min-width: 300px;
  }
  #product-floor-section .product-floor > .ngc-title .content img {
    height: 30px;
    margin: 0;
  }
  #product-floor-section .product-floor > .ngc-title .content .text {
    line-height: 42px;
    padding-left: 10px;
  }
  #product-floor-section .product-floor .pf-content {
    border-width: 8px;
  }
  #product-floor-section .product-floor .pf-content .content .carousels .slick-floor-ads {
    width: 200px;
  }
  #product-floor-section .product-floor .pf-content .content .carousels .slick-floor-prod {
    width: calc(100% - 200px);
  }
  #product-floor-section .product-floor .pf-content .content .carousels .slick-floor-prod .child {
    height: 200px;
  }
  #product-floor-section .product-floor .pf-content .content .brands {
    height: 50px;
  }
}
@media (min-width: 1200px) {
  #product-floor-section .product-floor {
    margin-bottom: 50px;
  }
  #product-floor-section .product-floor > .ngc-title .content {
    padding: 0 30px;
  }
  #product-floor-section .product-floor > .ngc-title .content img {
    height: 36px;
    margin: 0;
  }
  #product-floor-section .product-floor > .ngc-title .content .text {
    line-height: 54px;
    padding-left: 15px;
  }
  #product-floor-section .product-floor .pf-content .content .carousels .slick-floor-ads {
    width: 300px;
  }
  #product-floor-section .product-floor .pf-content .content .carousels .slick-floor-prod {
    width: calc(100% - 300px);
  }
  #product-floor-section .product-floor .pf-content .content .carousels .slick-floor-prod .child {
    height: 255px;
  }
  #product-floor-section .product-floor .pf-content .content .brands {
    position: absolute;
    left: 300px;
    bottom: 0;
    height: 90px;
    width: calc(100% - 300px);
  }
  #product-floor-section .product-floor .pf-content .content .brands .child img {
    max-height: 40%;
  }
}
@media (min-width: 1400px) {
  #product-floor-section .main-container .sidebar-floor {
    display: block;
  }
}
@media (min-width: 768px) {
  .why-area .ngc-maintitle {
    padding-right: 10px;
  }
}
@media (min-width: 992px) {
  .why-area .ngc-maintitle {
    padding-right: 20px;
  }
}
.why-box {
  padding-top: 10px;
  background-color: #fff;
  position: relative;
}
.why-box .ngc-title {
  font-size: 1em;
  margin-bottom: .7rem;
  margin-top: .8rem;
  padding-bottom: 0;
}
.why-box .why-img {
  display: block;
  height: 30px;
}
.why-box .ngc-text-preview {
  margin-bottom: 0;
  font-size: .85em;
  line-height: 1.7em;
}
@media (min-width: 514px) {
  .why-box {
    padding-top: 15px;
  }
  .why-box .ngc-title {
    font-size: 1.167em;
    margin-bottom: .7rem;
    margin-top: 1.2rem;
  }
  .why-box .why-img {
    height: 40px;
  }
}
@media (min-width: 1200px) {
  .why-box {
    padding-top: 20px;
  }
  .why-box .ngc-text-preview {
    font-size: 14px;
  }
}
@media (min-width: 1600px) {
  .why-box .why-img {
    height: 50px;
  }
}
.product-box-wrap {
  padding-bottom: 8px;
}
.product-box {
  background-color: #fff;
  max-width: 280px;
  padding: 10px;
  margin: 0 auto;
  box-shadow: 0 1px 30px 0 rgba(233, 233, 233, 0.5);
}
.product-box .ngc-media {
  position: relative;
}
.product-box .ngc-media:before {
  content: "";
  display: block;
  padding-top: 83.33%;
}
.product-box .ngc-media img {
  display: block;
  left: 50%;
  top: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  max-width: 90%;
  max-height: 85%;
  z-index: 1;
  transition: all 350ms ease;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
}
.product-box .ngc-media a:hover img {
  opacity: .5;
}
.product-box .ngc-media .badge-disc {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  -webkit-border-radius: 3px!important;
  -moz-border-radius: 3px!important;
  border-radius: 3px!important;
  background-color: #ff3e3e;
  color: #fff;
  font-family: 'Arimo', sans-serif;
  font-weight: 400;
  font-size: 11px;
  min-width: 40px;
  line-height: 20px;
  padding: 0 5px;
  text-align: center;
}
.product-box .ngc-text {
  text-align: center;
}
.product-box .ngc-text .ngc-title {
  margin-top: 10px;
  font-size: 12px;
  line-height: 1.5em;
  height: 36px;
  color: #898989;
  overflow: hidden;
}
.product-box .ngc-text .ngc-title a {
  color: #898989;
}
.product-box .ngc-text .ngc-title a:hover {
  color: #000000;
}
.product-box .ngc-text .prod-price {
  font-family: 'Arimo', sans-serif;
  font-weight: 400;
  height: 52px;
}
.product-box .ngc-text .prod-price .new-price {
  font-size: 12px;
  display: block;
  white-space: nowrap;
}
.product-box .ngc-text .prod-price .new-price span {
  display: block;
}
.product-box .ngc-text .prod-price .old-price {
  display: block;
  font-size: 11px;
  text-decoration: line-through;
  color: #b2b2b2;
}
.product-box .ngc-text .prod-price.no-height {
  height: auto;
}
.product-box .ngc-text .prod-rating .prod-raty {
  display: inline-block;
  vertical-align: middle;
  padding-top: 3px;
}
.product-box .ngc-text .prod-rating .prod-raty img {
  display: inline-block;
  height: 12px;
  margin: 0 2px;
}
.product-box .ngc-text .prod-rating .raty-review {
  display: block;
  vertical-align: middle;
  font-size: 11px;
  color: #b2b2b2;
  font-family: 'Arimo', sans-serif;
  font-weight: 400;
}
@media (min-width: 768px) {
  .product-box {
    padding: 15px;
  }
  .product-box .ngc-media .badge-disc {
    font-size: 12px;
    min-width: 58px;
    line-height: 24px;
    padding: 0 10px;
  }
  .product-box .ngc-text .ngc-title {
    margin-top: 10px;
    font-size: 14px;
    height: 42px;
  }
  .product-box .ngc-text .prod-price {
    height: 40px;
  }
  .product-box .ngc-text .prod-price .new-price {
    font-size: 14px;
  }
  .product-box .ngc-text .prod-price .new-price span {
    display: inline;
  }
  .product-box .ngc-text .prod-price .old-price {
    font-size: 12px;
  }
  .product-box .ngc-text .prod-rating .raty-review {
    font-size: 12px;
    display: inline-block;
  }
}
.floor-product {
  max-width: 280px;
  padding: 10px;
  margin: 0 auto;
}
.floor-product .ngc-media {
  position: relative;
  height: 45px;
}
.floor-product .ngc-media img {
  display: block;
  left: 50%;
  top: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  max-width: 90%;
  max-height: 85%;
  z-index: 1;
  transition: all 350ms ease;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
}
.floor-product .ngc-media a:hover img {
  opacity: 0.5;
}
.floor-product .ngc-media .badge-disc {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  -webkit-border-radius: 3px!important;
  -moz-border-radius: 3px!important;
  border-radius: 3px!important;
  background-color: #ff3e3e;
  color: #fff;
  font-family: 'Arimo', sans-serif;
  font-weight: 400;
  font-size: 10px;
  min-width: 30px;
  line-height: 18px;
  padding: 0 5px;
  text-align: center;
}
.floor-product .ngc-text {
  text-align: center;
}
.floor-product .ngc-text .ngc-title {
  margin-top: 5px;
  margin-bottom: 2px;
  font-size: 11px;
  line-height: 1.3em;
  height: 30px;
  color: #898989;
  overflow: hidden;
}
.floor-product .ngc-text .ngc-title a {
  color: #898989;
}
.floor-product .ngc-text .ngc-title a:hover {
  color: #000000;
}
.floor-product .ngc-text .prod-price {
  font-family: 'Arimo', sans-serif;
  font-weight: 400;
  height: 36px;
  line-height: 1em;
}
.floor-product .ngc-text .prod-price .new-price {
  font-size: 10px;
  display: block;
}
.floor-product .ngc-text .prod-price .new-price span {
  display: block;
}
.floor-product .ngc-text .prod-price .old-price {
  display: block;
  font-size: 8px;
  text-decoration: line-through;
  color: #b2b2b2;
}
@media (min-width: 768px) {
  .floor-product {
    padding: 15px;
  }
  .floor-product .ngc-media {
    height: 70px;
  }
  .floor-product .ngc-media .badge-disc {
    font-size: 12px;
    min-width: 44px;
    line-height: 18px;
    padding: 0 5px;
  }
  .floor-product .ngc-text .ngc-title {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 1.5em;
    height: 36px;
  }
  .floor-product .ngc-text .prod-price {
    height: 40px;
    line-height: 1.2em;
  }
  .floor-product .ngc-text .prod-price .new-price {
    font-size: 12px;
  }
  .floor-product .ngc-text .prod-price .new-price span {
    display: inline;
  }
  .floor-product .ngc-text .prod-price .old-price {
    font-size: 10px;
  }
}
@media (min-width: 1200px) {
  .floor-product {
    padding: 15px 18px;
  }
  .floor-product .ngc-media {
    height: 120px;
  }
}
.product-section h2.ngc-maintitle {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.product-list-content .plc-left {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 120;
  opacity: 0;
  visibility: hidden;
  transition: all 350ms ease;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
}
.product-list-content .plc-left:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.product-list-content .plc-left .plc-left-content {
  transition: all 350ms ease;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  left: -300px;
  position: relative;
  z-index: 2;
  width: 240px;
  height: 100%;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background-color: #fff;
  padding: 10px 15px;
  overflow-y: auto;
}
.product-list-content .plc-left .plc-left-content h2 {
  margin-top: 0;
  font-family: 'Arimo', sans-serif;
  font-weight: 700;
  font-size: 1.33em;
  padding-bottom: 10px;
  margin-bottom: 0;
}
.product-list-content .plc-left.opened {
  opacity: 1;
  visibility: visible;
}
.product-list-content .plc-left.opened:before {
  background-color: rgba(0, 0, 0, 0.8);
}
.product-list-content .plc-left.opened .plc-left-content {
  left: 0;
}
@media (min-width: 992px) {
  .product-list-content {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    flex-wrap: wrap;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  .product-list-content.itsu .plc-right {
    width: 100%;
  }
  .product-list-content.itsu .plc-left {
    width: 100%;
    z-index: 5;
    margin-bottom: 24px;
  }
  .product-list-content.itsu .plc-left-content {
    overflow: visible;
    box-shadow: none!important;
  }
  .product-list-content.itsu .plc-left-content .content {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    flex-wrap: wrap;
    justify-content: center;
    background-color: transparent!important;
    position: relative;
    box-shadow: none!important;
  }
  .product-list-content .plc-right {
    width: calc(100% - 270px);
  }
  .product-list-content .plc-right .cp-box {
    min-height: 100%;
  }
  .product-list-content .plc-left {
    width: 250px;
    position: relative;
    height: auto;
    z-index: 1;
    opacity: 1;
    visibility: visible;
  }
  .product-list-content .plc-left:before {
    display: none;
  }
  .product-list-content .plc-left .plc-left-content {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    padding: 0;
    width: 100%;
    left: 0!important;
    background: none;
  }
  .product-list-content .plc-left .plc-left-content h2 {
    padding-bottom: 0;
    height: 56px;
    border-bottom: none;
  }
  .product-list-content .plc-left .plc-left-content .content {
    background-color: #fff;
    padding: 20px;
    padding-bottom: 0;
    margin-bottom: 30px;
    box-shadow: none;
  }
  .product-list-content .ngc-no-content {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (min-width: 1200px) {
  .product-list-content .plc-left .plc-left-content .content {
    padding: 25px;
  }
  .product-list-content .ngc-no-content {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}
.side-filter {
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: -1px;
}
.side-filter .ngc-title {
  font-size: 1em;
  margin: 0;
  padding: 12px 0;
  position: relative;
  color: #000000;
}
.side-filter .ngc-title.sf-toggle {
  cursor: pointer;
}
.side-filter .ngc-title.sf-toggle:after {
  content: "\f106";
  font-family: "fontAwesome";
  display: block;
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 16px;
  right: 0;
  color: #000000;
}
.side-filter .ngc-title.sf-toggle.closed:after {
  content: "\f107";
}
.side-filter .filter-content {
  padding-bottom: 5px;
}
.side-filter .filter-content .form-group {
  margin-bottom: 7px;
}
.side-filter .filter-content .form-group label span {
  color: #000000;
  font-weight: bold;
  font-size: .85em;
}
.side-filter .filter-content .form-group .input-wrap {
  padding: 0;
}
.side-filter .filter-content .prod-raty img {
  height: 16px;
  margin-right: 1px;
}
.side-filter .filter-color {
  padding-top: 5px;
}
.side-filter .filter-color .form-group {
  display: inline-block;
  margin-right: 12px;
  margin-bottom: 12px;
}
.side-filter .filter-color .form-group .input-wrap .colorcheck {
  display: none;
}
.side-filter .filter-color .form-group .input-wrap label {
  cursor: pointer;
  display: block;
  -webkit-border-radius: 50%!important;
  -moz-border-radius: 50%!important;
  border-radius: 50%!important;
  width: 22px;
  height: 22px;
  position: relative;
}
.side-filter .filter-color .form-group .input-wrap label .img-wrap {
  display: block;
  -webkit-border-radius: 50%!important;
  -moz-border-radius: 50%!important;
  border-radius: 50%!important;
  overflow: hidden;
  position: relative;
  z-index: 1;
  width: 22px;
  height: 22px;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.side-filter .filter-color .form-group .input-wrap label img {
  display: block;
  width: 100%;
}
.side-filter .filter-color .form-group .input-wrap .colorcheck:checked + label:after {
  content: "";
  display: block;
  width: 26px;
  height: 26px;
  left: 50%;
  top: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  z-index: 2;
  border: 3px solid #a19166;
  -webkit-border-radius: 50%!important;
  -moz-border-radius: 50%!important;
  border-radius: 50%!important;
}
@media (min-width: 1200px) {
  .side-filter .ngc-title {
    padding: 10px 0;
  }
  .side-filter .filter-content {
    padding-bottom: 7px;
  }
  .side-filter .filter-content .form-group {
    margin-bottom: 10px;
  }
}
.mobile-filter-toggle,
.mobile-summary-toggle {
  font-family: 'Arimo', sans-serif;
  font-weight: 700;
  display: block;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 97;
  padding: 5px 15px;
  transition: all 350ms ease;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
}
.mobile-filter-toggle:before,
.mobile-summary-toggle:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: .5;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+5,0.65+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 5%, rgba(0, 0, 0, 0.65) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 5%, rgba(0, 0, 0, 0.65) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 5%, rgba(0, 0, 0, 0.65) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
  /* IE6-9 */
}
.mobile-filter-toggle .content,
.mobile-summary-toggle .content {
  display: block;
  background-color: #000000;
  color: #fff;
  padding: 0 15px;
  text-transform: uppercase;
  line-height: 40px;
  font-size: 12px;
  letter-spacing: 0.05em;
  -webkit-border-radius: 3px!important;
  -moz-border-radius: 3px!important;
  border-radius: 3px!important;
  text-align: center;
  transition: all 150ms ease;
  -webkit-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  position: relative;
  z-index: 2;
}
.mobile-filter-toggle .content .fa,
.mobile-summary-toggle .content .fa {
  margin-right: 5px;
}
.mobile-filter-toggle .content.error,
.mobile-summary-toggle .content.error {
  background-color: #ff3e3e;
}
.mobile-filter-toggle.hide,
.mobile-summary-toggle.hide,
.mobile-filter-toggle.opened,
.mobile-summary-toggle.opened {
  bottom: -100px;
  opacity: 0;
}
.mobile-filter-toggle:hover,
.mobile-summary-toggle:hover {
  text-decoration: none;
}
.mobile-filter-toggle:hover .content,
.mobile-summary-toggle:hover .content {
  background-color: #a19166;
}
@media (min-width: 768px) {
  .mobile-filter-toggle,
  .mobile-summary-toggle {
    padding: 10px 30px;
  }
  .mobile-filter-toggle .content,
  .mobile-summary-toggle .content {
    font-size: 14px;
    line-height: 50px;
  }
}
@media (min-width: 992px) {
  .mobile-filter-toggle,
  .mobile-summary-toggle {
    display: none;
  }
}
.product-list-meta {
  padding-bottom: 15px;
}
.product-list-meta .form-group {
  margin-bottom: 5px;
}
.product-list-meta .form-group label,
.product-list-meta .form-group .input-wrap {
  display: inline-block;
  vertical-align: middle;
}
.product-list-meta .form-group label {
  padding: 0;
  margin: 0;
  padding-right: 10px;
  font-size: 14px;
}
.product-list-meta .form-group .input-wrap .select-style select {
  height: 34px;
  font-size: 14px;
}
.product-list-meta.bottom {
  padding-top: 10px;
}
@media (min-width: 540px) {
  .product-list-meta .item-page {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .product-list-meta .item-page .ngc-pagination {
    min-width: 140px;
  }
}
@media (min-width: 768px) {
  .product-list-meta.top {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .product-list-meta .sort-item {
    margin-right: 20px;
  }
  .product-list-meta .item-page {
    justify-content: flex-end;
  }
  .product-list-meta .item-page .view-per-page {
    margin-right: 15px;
  }
}
.product-detail-top .pdt-left {
  position: relative;
  margin-bottom: 30px;
}
.product-detail-top .pdt-left .pdt-badge {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  -webkit-border-radius: 3px!important;
  -moz-border-radius: 3px!important;
  border-radius: 3px!important;
  background-color: #ff3e3e;
  color: #fff;
  font-family: 'Arimo', sans-serif;
  font-weight: 700;
  min-width: 40px;
  line-height: 24px;
  padding: 0 10px;
  text-align: center;
}
.product-detail-top .pdt-left .product-images-wrap {
  position: relative;
  z-index: 1;
}
.product-detail-top .pdt-right .prod-rating .prod-raty {
  display: inline-block;
  vertical-align: middle;
}
.product-detail-top .pdt-right .prod-rating .prod-raty img {
  height: 18px;
  margin-right: 1px;
}
.product-detail-top .pdt-right .prod-rating .raty-review {
  display: inline-block;
  vertical-align: middle;
  color: #b2b2b2;
  font-size: 14px;
  font-family: 'Arimo', sans-serif;
  font-weight: 400;
}
.product-detail-top .pdt-right .pdt-meta {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-wrap: wrap;
  padding-top: 10px;
  padding-bottom: 10px;
}
.product-detail-top .pdt-right .pdt-meta .child {
  display: inline-block;
  vertical-align: middle;
  line-height: 20px;
  margin-bottom: 10px;
  border-right: 1px solid #7e7e7e;
  padding-right: 10px;
  margin-right: 10px;
}
.product-detail-top .pdt-right .pdt-meta .child:last-child {
  padding-right: 0;
  margin-right: 0;
  border-right: none;
}
.product-detail-top .pdt-right .pdt-meta .child span {
  display: inline-block;
  vertical-align: middle;
  padding-right: 5px;
  color: #000000;
}
.product-detail-top .pdt-right .pdt-meta .child span + span {
  color: #7e7e7e;
}
.product-detail-top .pdt-right .pdt-meta .child .pdt-stock {
  border: 1px solid #a19166;
  color: #a19166;
  -webkit-border-radius: 3px!important;
  -moz-border-radius: 3px!important;
  border-radius: 3px!important;
  padding: 0 15px;
  line-height: 24px;
  font-size: 12px;
}
.product-detail-top .pdt-right .pdt-meta .child .pdt-stock.not-ready {
  border-color: #ff3e3e;
  color: #ff3e3e;
}
.product-detail-top .pdt-price {
  font-family: 'Arimo', sans-serif;
  font-weight: 700;
  padding-top: 8px;
  padding-bottom: 10px;
}
.product-detail-top .pdt-price .new-price {
  display: inline-block;
  vertical-align: baseline;
  font-size: 1.5em;
  color: #3a3936;
  padding-right: 5px;
}
.product-detail-top .pdt-price .old-price {
  display: inline-block;
  vertical-align: baseline;
  font-size: .89em;
  color: #b2b2b2;
  text-decoration: line-through;
}
@media (min-width: 768px) {
  .product-detail-top {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .product-detail-top .pdt-left,
  .product-detail-top .pdt-right {
    width: calc(50% - 20px);
  }
}
@media (min-width: 768px) {
  .product-detail-top {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .product-detail-top .pdt-left,
  .product-detail-top .pdt-right {
    width: calc(50% - 24px);
  }
}
@media (min-width: 1200px) {
  .product-detail-top .pdt-left,
  .product-detail-top .pdt-right {
    width: calc(50% - 32px);
  }
  .product-detail-top .pdt-left .pdt-badge {
    top: 15px;
    right: 15px;
    min-width: 50px;
    line-height: 30px;
    padding: 0 15px;
  }
  .product-detail-top .pdt-right .ngc-maintitle {
    margin-bottom: 12px;
  }
  .product-detail-top .pdt-right .pdt-meta .child {
    line-height: 20px;
    margin-right: 15px;
    padding-right: 10px;
  }
  .product-detail-top .pdt-right .nuke-wysiwyg {
    font-size: 16px;
    margin-top: 16px;
  }
}
@media (min-width: 1600px) {
  .product-detail-top .pdt-left .pdt-badge {
    top: 20px;
    right: 20px;
    min-width: 60px;
    line-height: 36px;
    padding: 0 20px;
  }
}
.pdtr-option {
  padding-top: 10px;
  padding-bottom: 10px;
}
.pdtr-option .form-group > label {
  display: block;
  padding-bottom: 8px;
}
.pdtr-option .color-opts-wrap {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-wrap: wrap;
  margin-right: 0;
}
.pdtr-option .color-opts-wrap label {
  width: 80px;
  display: block;
}
.pdtr-option .color-opts-wrap .color-opts {
  width: calc(100% - 80px);
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-wrap: wrap;
}
.pdtr-option .color-opts-wrap .color-opts li {
  margin-right: 10px;
  margin-bottom: 5px;
  width: 24px;
  height: 24px;
  position: relative;
  -webkit-border-radius: 50%!important;
  -moz-border-radius: 50%!important;
  border-radius: 50%!important;
  display: block;
}
.pdtr-option .color-opts-wrap .color-opts li a {
  display: block;
  -webkit-border-radius: 50%!important;
  -moz-border-radius: 50%!important;
  border-radius: 50%!important;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.pdtr-option .color-opts-wrap .color-opts li a img {
  display: block;
  width: 100%;
}
.pdtr-option .color-opts-wrap .color-opts li input {
  display: none;
}
.pdtr-option .color-opts-wrap .color-opts li label {
  display: block;
  -webkit-border-radius: 50%!important;
  -moz-border-radius: 50%!important;
  border-radius: 50%!important;
  width: 100%;
  height: 100%;
  cursor: pointer;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.pdtr-option .color-opts-wrap .color-opts li input:checked + label:after {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  -webkit-border-radius: 50%!important;
  -moz-border-radius: 50%!important;
  border-radius: 50%!important;
  left: 50%;
  top: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  z-index: 3;
  border: 3px solid #a19166;
}
.pdtr-option .color-opts-wrap .color-opts li.active:after {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  -webkit-border-radius: 50%!important;
  -moz-border-radius: 50%!important;
  border-radius: 50%!important;
  left: 50%;
  top: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  z-index: 2;
  border: 3px solid #a19166;
}
.pdtr-option .btn-area .btn {
  font-size: 12px;
  cursor: pointer;
  min-width: 210px;
  padding-left: 20px;
  padding-right: 20px;
}
.pdtr-option .btn-area .btn .fa {
  font-size: 13px;
  margin-right: 10px;
}
@media (min-width: 768px) {
  .pdtr-option .btn-area .btn {
    font-size: 14px;
    min-width: 230px;
  }
  .pdtr-option .btn-area .btn .fa {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .pdtr-option {
    padding-top: 22px;
  }
  .pdtr-option .form-group > label {
    padding-bottom: 12px;
  }
}
.group-of-two .form-group {
  margin-bottom: 15px;
}
.group-of-two .got-item .btn {
  margin: 0;
  width: 100%;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 12px;
}
.group-of-two .got-item .btn .fa {
  margin-right: 8px;
  font-size: 14px;
}
@media (min-width: 414px) {
  .group-of-two {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .group-of-two .got-item {
    width: calc(50% - 8px);
  }
  .group-of-two .got-item.full {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .group-of-two .got-item .btn {
    font-size: 14px;
  }
  .group-of-two .got-item .btn .fa {
    font-size: 16px;
  }
  .group-of-two .got-item.btn-group {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .group-of-two .got-item {
    margin-bottom: 24px;
    width: calc(50% - 12px);
  }
  .group-of-two .got-item .select-style select {
    font-size: 14px;
  }
  .group-of-two .got-item .input-number-wrap input {
    font-size: 14px;
  }
  .group-of-two .got-item .btn {
    font-size: 16px;
  }
  .group-of-two .got-item .btn .fa {
    font-size: 18px;
  }
  .group-of-two .got-item.btn-group {
    width: calc(50% - 12px);
  }
}
.slider-for-product {
  display: none;
}
.slider-for-product.slick-initialized {
  display: block;
}
.slider-for-product .item .ngc-media {
  position: relative;
  background-color: #fff;
}
.slider-for-product .item .ngc-media img {
  display: block;
  width: 100%;
}
.slider-product-nav-wrap .slider-product-nav {
  display: none;
}
.slider-product-nav-wrap .slider-product-nav.slick-initialized {
  display: block;
}
.slider-product-nav-wrap .slider-product-nav .slick-track {
  margin-left: auto;
  margin-right: auto;
}
.slider-product-nav-wrap .slider-product-nav .slick-arrow {
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 44px;
  width: 30px;
  cursor: pointer;
  text-indent: -9999em;
  border: none;
  background-color: transparent;
  transition: all 350ms ease;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
}
.slider-product-nav-wrap .slider-product-nav .slick-arrow:before {
  display: block;
  left: 50%;
  top: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  font-family: 'FontAwesome';
  font-size: 48px;
  font-weight: 400;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-indent: 0;
  color: #000000;
}
.slider-product-nav-wrap .slider-product-nav .slick-arrow.slick-prev {
  left: -35px;
}
.slider-product-nav-wrap .slider-product-nav .slick-arrow.slick-prev:before {
  content: "\f104";
}
.slider-product-nav-wrap .slider-product-nav .slick-arrow.slick-next {
  right: -35px;
}
.slider-product-nav-wrap .slider-product-nav .slick-arrow.slick-next:before {
  content: "\f105";
}
.slider-product-nav-wrap .slider-product-nav .slick-arrow:hover {
  color: #a19166;
}
.slider-product-nav-wrap .slider-product-nav .slick-arrow:hover:before {
  color: #a19166;
}
.slider-product-nav-wrap .slider-product-nav .item .ngc-media {
  position: relative;
}
.slider-product-nav-wrap .slider-product-nav .item .ngc-media img {
  display: block;
  width: 100%;
  position: relative;
  z-index: 1;
}
@media (min-width: 414px) {
  .slider-product-nav-wrap .slider-product-nav .slick-arrow.slick-prev {
    left: -50px;
  }
  .slider-product-nav-wrap .slider-product-nav .slick-arrow.slick-next {
    right: -50px;
  }
}
@media (min-width: 992px) {
  .slider-product-nav-wrap {
    margin-top: 20px;
  }
  .slider-product-nav-wrap .slider-product-nav .slick-arrow:before {
    font-size: 64px;
  }
}
.popup-general {
  padding: 24px;
}
.popup-general .btn {
  font-size: 14px;
}
@media (min-width: 414px) {
  .popup-general {
    padding: 30px;
  }
}
@media (min-width: 540px) {
  .popup-general {
    padding: 40px 50px;
  }
}
@media (min-width: 768px) {
  .popup-general {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (min-width: 1200px) {
  .popup-general {
    padding-left: 70px;
    padding-right: 70px;
  }
  .popup-general .ngc-maintitle {
    font-size: 2em;
  }
  .popup-general .btn {
    font-size: 16px;
  }
}
.login-meta {
  font-family: 'Arimo', sans-serif;
  font-weight: 400;
  padding-bottom: 15px;
}
.login-meta a {
  text-decoration: underline;
  color: #898989;
}
.login-meta a:hover {
  color: #000000;
}
@media (min-width: 768px) {
  .login-meta {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media (min-width: 1200px) {
  .login-meta {
    font-size: 16px;
  }
}
.or-separator {
  position: relative;
  text-align: center;
}
.or-separator:before {
  content: "";
  display: block;
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 1px;
  width: 100%;
  background-color: #ebebeb;
}
.or-separator span {
  min-width: 40px;
  line-height: 31px;
  display: inline-block;
  background-color: #fff;
  position: relative;
  z-index: 2;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .or-separator span {
    line-height: 41px;
    font-size: 16px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1200px) {
  .or-separator span {
    line-height: 51px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.login-split {
  border-bottom: 1px solid #d9d9d9;
  padding: 20px 0;
}
.login-split .split-1 {
  padding-bottom: 20px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .login-split {
    padding: 30px 0;
  }
  .login-split .split-1 {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
    padding-left: 20px;
  }
  .login-split .split-2 {
    padding-right: 20px;
  }
}
@media (min-width: 1200px) {
  .login-split {
    padding: 40px 0;
  }
  .login-split .split-1 {
    padding-left: 35px;
  }
  .login-split .split-2 {
    padding-right: 35px;
  }
}
.register-page {
  padding: 20px 0;
  border-bottom: 1px solid #d9d9d9;
}
@media (min-width: 768px) {
  .register-page {
    padding: 30px 0;
  }
}
@media (min-width: 1200px) {
  .register-page {
    padding: 40px 0;
  }
}
.register-form {
  padding-top: 10px;
}
@media (min-width: 1200px) {
  .register-form {
    padding-top: 20px;
  }
}
#clean-layout {
  padding-top: 30px;
}
#clean-layout .main-logo img {
  display: block;
  margin: 0 auto;
  max-width: 100px;
  max-height: 40px;
}
@media (min-width: 768px) {
  #clean-layout {
    padding-top: 40px;
  }
  #clean-layout .main-logo img {
    max-width: 150px;
    max-height: 60px;
  }
}
@media (min-width: 1200px) {
  #clean-layout {
    padding-top: 50px;
  }
}
.g-recaptcha {
  display: inline-block;
}
@media screen and (max-height: 575px) {
  #rc-imageselect,
  .g-recaptcha {
    transform: scale(0.77);
    -webkit-transform: scale(0.77);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }
}
@media (min-width: 1200px) {
  .sbanner-slick .slick-dots {
    bottom: 20px;
  }
}
.breadcrumbs-section {
  border-bottom: 1px solid #F3F3F3;
}
.breadcrumbs-section .main-container .breadcrumbs {
  margin: 0;
  padding: 0;
  overflow-y: hidden;
  overflow-x: auto;
  list-style: none;
  font-size: 0;
  text-align: center;
}
.breadcrumbs-section .main-container .breadcrumbs li {
  display: inline-block;
  line-height: 40px;
  font-size: 12px;
  margin: 0;
  margin-right: 7px;
  padding-right: 16px;
  position: relative;
  color: #A8B2B0;
}
.breadcrumbs-section .main-container .breadcrumbs li:after {
  content: '\f105';
  font-family: "fontAwesome";
  display: block;
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  font-size: 14px;
}
.breadcrumbs-section .main-container .breadcrumbs li a {
  color: #A8B2B0;
}
.breadcrumbs-section .main-container .breadcrumbs li a:hover {
  color: #000000;
}
.breadcrumbs-section .main-container .breadcrumbs li .current {
  font-weight: bold;
  color: #A8B2B0;
}
.breadcrumbs-section .main-container .breadcrumbs li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.breadcrumbs-section .main-container .breadcrumbs li:last-child:after {
  display: none;
}
/* JQUERY SLIDER */
.flat-slider-wrap {
  padding: 0 8px;
}
.flat-slider.ui-corner-all,
.flat-slider .ui-corner-all {
  border-radius: 0;
}
.flat-slider.ui-slider {
  border: 0;
  background: #e0ddda;
  border-radius: 3px;
  position: relative;
}
.flat-slider.ui-slider-horizontal {
  height: 2px;
}
.flat-slider.ui-slider-vertical {
  height: 15em;
  width: 6px;
}
.flat-slider .ui-slider-handle {
  width: 16px;
  height: 16px;
  background: #a19166;
  border-radius: 50%;
  border: 3px solid #a19166;
  position: absolute;
  cursor: pointer;
}
.flat-slider.ui-slider-horizontal .ui-slider-handle {
  top: 50%;
  margin-top: -8px;
  margin-left: -8px;
}
.flat-slider.ui-slider-vertical .ui-slider-handle {
  left: 50%;
  margin-left: -2px;
}
.flat-slider .ui-slider-range {
  border: 0;
  border-radius: 7;
  background: #000000;
  position: absolute;
}
.flat-slider.ui-slider-horizontal .ui-slider-range {
  top: -1px;
  height: 4px;
}
.flat-slider.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 6px;
}
/* FILTER PRICE SLIDER */
#flat-slider {
  margin-bottom: 20px;
}
.filter-price-form {
  padding-top: 10px;
}
.filter-price-form label {
  display: block;
  font-size: 12px;
  margin-top: 10px;
  padding-bottom: 5px;
  color: #000000;
}
.filter-price-form input {
  width: 100%;
  border: none;
  padding: 0 10px;
  height: 30px;
  border: 1px solid #ebebeb;
}
.price-range-inputs label {
  margin-top: 0;
  font-family: 'Arimo', sans-serif;
  font-weight: 700;
  font-size: 10px;
}
.price-range-inputs input {
  font-size: 13px;
}
.price-currency-note {
  font-size: 12px;
  display: block;
  padding-bottom: 10px;
}
.prod-review-list-wrap {
  background-color: #fff;
  padding: 20px 0;
}
.prod-review-list-wrap .child {
  margin-bottom: 12px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ebebeb;
}
.prod-review-list-wrap .child:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.prod-review-list-wrap .child .review-header {
  margin-bottom: 8px;
}
.prod-review-list-wrap .child .review-header .ngc-title {
  margin-top: 0;
  font-size: 1em;
  margin-bottom: 5px;
  font-family: 'Arimo', sans-serif;
  font-weight: 700;
}
.prod-review-list-wrap .child .review-header .prod-rating .prod-raty {
  display: inline-block;
  vertical-align: middle;
}
.prod-review-list-wrap .child .review-header .prod-rating .prod-raty img {
  height: 14px;
  margin-right: 1px;
}
.prod-review-list-wrap .child .review-header .prod-rating .raty-review {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: #b2b2b2;
  font-family: 'Arimo', sans-serif;
  font-weight: 400;
}
.prod-review-list-wrap .child .review-content {
  font-size: 12px;
}
.prod-review-list-wrap .child .review-content p {
  margin-top: 0;
  margin-bottom: .4rem;
}
.prod-review-list-wrap .child .review-footer .rf-child {
  display: inline-block;
  vertical-align: middle;
  color: #b2b2b2;
  margin-right: 10px;
  font-size: 12px;
}
.prod-review-list-wrap .child .review-footer .rf-child .fa {
  margin-right: 3px;
  font-size: 1em;
}
@media (min-width: 768px) {
  .prod-review-list-wrap {
    padding: 30px 0;
  }
  .prod-review-list-wrap .child {
    padding-bottom: 17px;
    margin-bottom: 20px;
  }
  .prod-review-list-wrap .child .review-header {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .prod-review-list-wrap .child .review-content {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .prod-review-list-wrap .child .review-footer .rf-child {
    margin-right: 15px;
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .prod-review-list-wrap {
    padding: 40px 0;
  }
  .prod-review-list-wrap .child {
    padding-bottom: 21px;
    margin-bottom: 23px;
  }
  .prod-review-list-wrap .child .review-header {
    margin-bottom: 8px;
  }
  .prod-review-list-wrap .child .review-header .prod-rating .prod-raty img {
    height: 20px;
    margin-right: 1px;
  }
  .prod-review-list-wrap .child .review-header .prod-rating .raty-review {
    font-size: 16px;
  }
  .prod-review-list-wrap .child .review-content {
    font-size: 16px;
    margin-bottom: 25px;
  }
  .prod-review-list-wrap .child .review-footer .rf-child {
    font-size: 16px;
    margin-right: 40px;
  }
}
.no-content-box {
  background-color: #fff;
  padding: 10px;
  margin: 0 auto;
  box-shadow: 0 1px 30px 0 rgba(233, 233, 233, 0.5);
}
.ngc-no-content {
  padding: 15px 10px;
}
.ngc-no-content .fa {
  font-size: 30px;
  margin-bottom: 5px;
}
.ngc-no-content .ngc-title {
  margin-top: 0;
  color: #a19166;
}
.ngc-no-content p {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .ngc-no-content {
    padding: 30px;
  }
}
@media (min-width: 1200px) {
  .ngc-no-content {
    padding: 50px;
  }
}
.checkout-steps {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  margin-bottom: 60px;
}
.checkout-steps .step .media-wrap {
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
}
.checkout-steps .step .media-wrap:before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  background-color: #ebebeb;
  z-index: 1;
}
.checkout-steps .step .ngc-media {
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%!important;
  -moz-border-radius: 50%!important;
  border-radius: 50%!important;
  position: relative;
  z-index: 2;
  overflow: hidden;
  background-color: #898989;
}
.checkout-steps .step .ngc-media .fa {
  left: 50%;
  top: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  color: #fff;
  font-size: 18px;
}
.checkout-steps .step .ngc-title {
  display: none;
  font-size: 16px;
  font-family: 'Arimo', sans-serif;
  font-weight: 400;
}
.checkout-steps .step.first .media-wrap:before {
  width: 50%;
  left: 50%;
}
.checkout-steps .step.last .media-wrap:before {
  width: 50%;
}
.checkout-steps .step.current .ngc-media {
  background-color: #000000;
}
.checkout-steps .step.current .ngc-title {
  display: block;
  color: #000000;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 100%;
  white-space: nowrap;
  margin: 0;
  padding-top: 10px;
  font-family: 'Arimo', sans-serif;
  font-weight: 700;
}
.checkout-steps .step.past .ngc-media {
  background-color: #b2b2b2;
}
.checkout-steps .step.past .ngc-title {
  color: #b2b2b2;
}
.checkout-steps .step.failed .ngc-media {
  background-color: #ff3e3e;
}
.checkout-steps .step.failed .ngc-title {
  color: #ff3e3e;
}
@media (min-width: 540px) {
  .checkout-steps .step .media-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 768px) {
  .checkout-steps .step {
    position: relative;
  }
  .checkout-steps .step .media-wrap {
    padding-left: 75px;
    padding-right: 75px;
  }
  .checkout-steps .step .ngc-title {
    display: block;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 100%;
    white-space: nowrap;
    margin: 0;
    padding-top: 10px;
    line-height: 1em;
  }
}
@media (min-width: 1200px) {
  .checkout-steps {
    margin-bottom: 70px;
  }
  .checkout-steps .step .ngc-media {
    width: 50px;
    height: 50px;
  }
  .checkout-steps .step .ngc-media .fa {
    font-size: 20px;
  }
  .checkout-steps .step .ngc-title {
    font-size: 18px;
  }
}
.cp-box {
  width: 100%;
  background-color: #fff;
  padding: 15px;
  box-shadow: 0 1px 30px 0 rgba(233, 233, 233, 0.5);
}
.cp-box .cart-summary {
  padding-top: 15px;
}
.cp-box .cart-summary .cart-point {
  font-family: 'Arimo', sans-serif;
  font-weight: 700;
  color: #000000;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.cp-box .cart-summary .grand {
  font-family: 'Arimo', sans-serif;
  font-weight: 700;
  color: #000000;
}
.cp-box .cart-summary p {
  margin-top: 5px;
}
@media (min-width: 540px) {
  .cp-box {
    padding: 20px;
  }
}
@media (min-width: 992px) {
  .cp-box {
    position: relative;
  }
  .cp-box .cart-summary {
    position: absolute;
    width: 100%;
    right: 0;
    bottom: 0;
    padding: 20px;
    text-align: right;
  }
}
@media (min-width: 1200px) {
  .cp-box {
    padding: 25px 30px;
  }
  .cp-box .cart-summary {
    padding: 20px 30px;
  }
}
@media (min-width: 1600px) {
  .cp-box .cart-summary .cart-point {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
}
.summary-box .ngc-title {
  font-size: 1em;
  font-family: 'Arimo', sans-serif;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 10px;
}
.summary-box .child {
  border-top: 1px solid #ebebeb;
  padding: 10px 0;
}
.summary-box .price-summary {
  font-family: 'Arimo', sans-serif;
  font-weight: 400;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 5px 0;
  font-size: 12px;
}
.summary-box .price-summary strong {
  font-family: 'Arimo', sans-serif;
  font-weight: 700;
}
.summary-box .summary-image-list {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-wrap: wrap;
}
.summary-box .summary-image-list img {
  display: block;
  height: 30px;
  margin-right: 8px;
  margin-bottom: 8px;
}
.summary-box .checkout-button {
  padding-bottom: 10px;
}
.summary-box .checkout-button .btn {
  padding-left: 15px;
  padding-right: 15px;
}
.summary-box .checkout-button .btn .fa {
  font-size: 16px;
  margin-right: 5px;
}
@media (min-width: 540px) {
  .summary-box .checkout-button {
    text-align: right;
  }
}
@media (min-width: 768px) {
  .summary-box .checkout-button .btn {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 992px) {
  .summary-box .checkout-button .btn {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .summary-box .child {
    padding: 15px 0;
    font-size: 16px;
  }
  .summary-box .price-summary {
    font-size: 14px;
  }
  .summary-box .checkout-button .btn {
    font-size: 16px;
  }
}
.voucher-form {
  position: relative;
}
.voucher-form .input-text {
  position: relative;
  z-index: 1;
  font-size: 12px;
  border: 1px solid #ebebeb;
  padding: 0 80px 0 15px;
  height: 40px;
  width: 100%;
  -webkit-border-radius: 3px!important;
  -moz-border-radius: 3px!important;
  border-radius: 3px!important;
}
.voucher-form .submit-btn {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  width: 70px;
  height: 40px;
  background-color: #000000;
  border: none;
  color: #fff;
  font-family: 'Arimo', sans-serif;
  font-weight: 700;
  font-size: 12px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.voucher-form .submit-btn:hover {
  background-color: #a19166;
}
@media (min-width: 540px) {
  .voucher-form .input-text {
    font-size: 14px;
    padding-right: 120px;
  }
  .voucher-form .submit-btn {
    width: 100px;
    font-size: 14px;
  }
}
.remove-voucher {
  color: #fff;
  background-color: #ff3e3e;
  font-family: 'Arimo', sans-serif;
  font-weight: 700;
  margin-top: 10px;
  font-size: 12px;
  display: inline-block;
  padding: 3px 5px;
  line-height: 1.2em;
  -webkit-border-radius: 5px!important;
  -moz-border-radius: 5px!important;
  border-radius: 5px!important;
}
.remove-voucher:hover {
  background-color: #000000;
  text-decoration: none;
  color: #fff;
}
.cart-table .pdt-stock {
  border: 1px solid #a19166;
  color: #a19166;
  padding: 0 10px;
  line-height: 24px;
  font-size: 11px;
  display: inline-block;
  font-weight: bold;
}
.cart-table .pdt-stock.not-ready {
  border-color: #ff3e3e;
  color: #ff3e3e;
}
.cart-table .ctr {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-wrap: wrap;
  border-bottom: 1px solid #ebebeb;
}
.cart-table .ct-head .ctr .cth {
  font-size: 1em;
  font-family: 'Arimo', sans-serif;
  font-weight: 700;
  color: #000000;
  line-height: 1.3em;
  padding-bottom: 10px;
}
.cart-table .ct-body .ctr {
  padding: 5px 0;
}
.cart-table .ct-body .ctr .ctd {
  font-size: 14px;
  padding: 5px 0;
  font-family: 'Arimo', sans-serif;
  font-weight: 400;
}
.cart-table .ct-body .ctr .ctd .hidden-title {
  font-size: 12px;
  font-family: 'Arimo', sans-serif;
  font-weight: 700;
  color: #000000;
  line-height: 1.3em;
  padding-bottom: 5px;
  display: block;
}
.cart-table .ct-body .ctr .ctd .input-number-wrap {
  display: inline-block;
}
.cart-table .ct-body .ctr .ctd .input-number-wrap .input-text {
  width: 100%;
  border: 1px solid #ebebeb;
  padding: 0 20px;
  font-size: 14px;
  height: 30px;
}
.cart-table .ct-body .ctr .ctd .input-number-wrap .input-text.error {
  border-color: #ff3e3e;
  color: #ff3e3e;
}
.cart-table .ct-body .ctr .ctd .input-number-wrap span.error {
  position: absolute;
  top: 100%;
  left: 0;
  text-align: left;
  white-space: nowrap;
  font-size: 10px;
}
@media (min-width: 768px) {
  .cart-table .ct-body .ctr {
    padding: 10px 0;
  }
}
@media (min-width: 992px) {
  .cart-table {
    padding-bottom: 80px;
  }
  .cart-table.has-poin {
    padding-bottom: 110px;
  }
  .cart-table .ct-body .ctr {
    padding: 15px 0;
  }
}
@media (min-width: 1200px) {
  .cart-table .ct-body .ctr .ctd {
    font-size: 14px;
  }
}
@media (min-width: 1600px) {
  .cart-table.has-poin {
    padding-bottom: 130px;
  }
}
.cart-item {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-wrap: wrap;
}
.cart-item .ngc-media {
  width: 50px;
  height: 50px;
  position: relative;
  overflow: hidden;
}
.cart-item .ngc-media img {
  display: block;
  width: 100%;
  position: relative;
}
.cart-item .ngc-text {
  width: calc(100% - 50px);
  padding-left: 10px;
}
.cart-item .ngc-text .item-title {
  color: #000000;
  font-family: 'Arimo', sans-serif;
  font-weight: 700;
}
.cart-item .ngc-text .item-title span.error {
  font-family: 'Arimo', sans-serif;
  font-weight: 700;
}
.cart-item .ngc-text .item-meta {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-wrap: wrap;
}
.cart-item .ngc-text .item-meta .child {
  line-height: 1.2em;
  padding: 0;
  padding-right: 15px;
  border: none;
  min-width: 75px;
  margin-top: 5px;
  font-size: 12px;
}
.cart-item .ngc-text .item-meta .child .meta-title {
  display: block;
  font-size: 10px;
}
.cart-item .ngc-text .item-meta .child .color-wrapper {
  -webkit-border-radius: 50%!important;
  -moz-border-radius: 50%!important;
  border-radius: 50%!important;
  overflow: hidden;
  width: 16px;
  height: 16px;
  display: block;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cart-item .ngc-text .item-meta .child .color-wrapper img {
  display: block;
  width: 100%;
  height: 100%;
}
@media (min-width: 1200px) {
  .cart-item .ngc-media {
    width: 74px;
    height: 74px;
  }
  .cart-item .ngc-text {
    width: calc(100% - 74px);
    padding-left: 15px;
  }
  .cart-item .ngc-text .item-title {
    font-size: 14px;
  }
  .cart-item .ngc-text .item-meta .child {
    width: auto;
    min-width: 75px;
    padding-right: 10px;
  }
}
.back-to-shop {
  text-align: center;
}
.back-to-shop a {
  display: inline-block;
  font-family: 'Arimo', sans-serif;
  font-weight: 700;
  padding: 10px 0;
  text-decoration: underline;
}
.back-to-shop a .fa {
  font-size: 16px;
  margin-right: 5px;
}
@media (min-width: 1200px) {
  .back-to-shop a .fa {
    font-size: 18px;
  }
}
@media (min-width: 1600px) {
  .back-to-shop a .fa {
    font-size: 21px;
    margin-right: 10px;
  }
}
.checkout-page .checkout-sidebar {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 120;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  overflow-y: auto;
  padding: 15px;
  transition: all 350ms ease;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  opacity: 0;
  visibility: hidden;
}
.checkout-page .checkout-sidebar.opened {
  opacity: 1;
  visibility: visible;
}
.checkout-page .checkout-sidebar .content {
  max-width: 300px;
  margin: 0 auto;
}
.checkout-page .checkout-sidebar .content .cp-box {
  margin-bottom: 15px;
}
.checkout-page .checkout-sidebar .content .cp-box.error {
  border: 2px solid #ff3e3e;
}
.checkout-page .checkout-sidebar .content .cp-box:last-child {
  margin-bottom: 0;
}
.checkout-page .checkout-sidebar .content .close-mobile-summary {
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 auto;
  margin-bottom: 15px;
  -webkit-border-radius: 50%!important;
  -moz-border-radius: 50%!important;
  border-radius: 50%!important;
  border: 2px solid #fff;
  color: #fff;
  transition: all 150ms ease;
  -webkit-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  position: relative;
}
.checkout-page .checkout-sidebar .content .close-mobile-summary span {
  font-size: 20px;
  height: 24px;
  width: 24px;
  line-height: 24px;
  text-align: center;
  display: block;
  left: 50%;
  top: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.checkout-page .checkout-sidebar .content .close-mobile-summary:hover {
  background-color: #fff;
  color: #000000;
}
@media (min-width: 992px) {
  .checkout-page {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  .checkout-page .checkout-main {
    width: calc(100% - 315px);
  }
  .checkout-page .checkout-sidebar {
    padding: 0;
    width: 300px;
    position: relative;
    z-index: 1;
    background: none;
    overflow: visible;
    opacity: 1;
    visibility: visible;
  }
  .checkout-page .checkout-sidebar.opened {
    opacity: 1;
    visibility: visible;
  }
  .checkout-page .checkout-sidebar .content .close-mobile-summary {
    display: none;
  }
}
@media (min-width: 1200px) {
  .checkout-page .checkout-main {
    width: calc(100% - 400px);
  }
  .checkout-page .checkout-sidebar .content {
    width: 380px;
    max-width: 380px;
  }
  .checkout-page .checkout-sidebar .content .cp-box {
    margin-bottom: 20px;
  }
}
.checkout-confirmation {
  padding: 30px 0 20px;
  text-align: center;
}
.checkout-confirmation .form-group {
  display: inline-block;
}
.checkout-confirmation .form-group label {
  text-align: left;
}
.checkout-confirmation .checkout-btn {
  margin: 0 auto;
  display: block;
  cursor: pointer;
  font-size: 14px;
}
.checkout-confirmation .checkout-btn .fa {
  margin-right: 5px;
  font-size: 16px;
}
@media (min-width: 768px) {
  .checkout-confirmation {
    padding: 50px 0 30px;
  }
  .checkout-confirmation .checkout-btn {
    font-size: 16px;
    min-width: 235px;
  }
  .checkout-confirmation .checkout-btn .fa {
    font-size: 18px;
  }
}
.courier-child input {
  display: none;
}
.courier-child label {
  display: block;
  position: relative;
  cursor: pointer;
  padding: 10px 10px 10px 35px;
  font-family: 'Arimo', sans-serif;
  font-weight: 400;
  background-image: url(../images/cradio1.png);
  background-size: 15px 15px;
  background-position: 12px 12px;
  background-repeat: no-repeat;
}
.courier-child label:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #ebebeb;
  z-index: 5;
}
.courier-child label .courier-image {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-wrap: wrap;
  align-items: center;
}
.courier-child label .courier-image .media {
  display: block;
  position: relative;
  width: 80px;
  height: 45px;
  margin-right: 5px;
}
.courier-child label .courier-image .media img {
  display: block;
  left: 50%;
  top: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  max-height: 100%;
  max-width: 100%;
}
.courier-child label .courier-image .info {
  display: block;
  font-size: 10px;
  color: #b2b2b2;
  line-height: 1.5em;
}
.courier-child label .courier-fee {
  font-size: 14px;
  color: #000000;
}
.courier-child input:checked + label {
  background-image: url(../images/cradio2.png);
}
.courier-child input:checked + label:after {
  border: 2px solid #000000;
}
.filter-child {
  margin-bottom: -1px;
}
.filter-child .fc-toggle {
  border: 1px solid #ebebeb;
  font-size: 1em;
  color: #000000;
  padding: 10px 15px;
  padding-right: 40px;
  margin-bottom: -1px;
  display: block;
  position: relative;
  font-family: 'Arimo', sans-serif;
  font-weight: 400;
}
.filter-child .fc-toggle:after {
  content: "\f107";
  font-family: "fontAwesome";
  display: block;
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  width: 40px;
  height: 30px;
  line-height: 30px;
  text-align: Center;
  color: #000000;
}
.filter-child .fc-toggle:hover {
  text-decoration: none;
  color: #a19166;
}
.filter-child .fc-toggle.opened:after {
  content: "\f106";
}
.filter-child .fc-content {
  border: 1px solid #ebebeb;
  padding: 10px 15px;
  display: none;
}
.filter-child .fc-content .nuke-wysiwyg {
  margin: 0;
  margin-top: -10px;
}
.filter-child .fc-content .radiocheck-wrap {
  font-family: 'Arimo', sans-serif;
  font-weight: 400;
  margin-right: 0;
}
.filter-child .fc-content .radiocheck-wrap .cradio + label,
.filter-child .fc-content .radiocheck-wrap .ccheck + label {
  line-height: 1.5em;
  font-size: 12px!important;
}
.filter-child .fc-content .radiocheck-wrap .cradio + label strong,
.filter-child .fc-content .radiocheck-wrap .ccheck + label strong {
  color: #a19166;
}
.filter-child .fc-content .payment-image {
  display: block;
  height: 32px;
  margin-bottom: 5px;
}
.filter-child .address-label {
  display: block;
  color: #000000;
  padding-bottom: 5px;
  font-family: 'Arimo', sans-serif;
  font-weight: 700;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 5px;
}
.filter-child.colored {
  margin-bottom: 10px;
}
.filter-child.colored .fc-toggle {
  padding-top: 7px;
  padding-bottom: 7px;
  border-color: #000000;
  background-color: #000000;
  color: #fff;
}
.filter-child.colored .fc-toggle:after {
  color: #fff;
}
.filter-child.colored .fc-toggle:hover,
.filter-child.colored .fc-toggle.opened {
  background-color: #a19166;
  border-color: #a19166;
}
@media (min-width: 1200px) {
  .filter-child .fc-toggle {
    padding: 15px 20px;
  }
  .filter-child .fc-content {
    padding: 15px 20px;
  }
  .filter-child .fc-content .radiocheck-wrap .cradio + label,
  .filter-child .fc-content .radiocheck-wrap .ccheck + label {
    font-size: 14px!important;
  }
  .filter-child.colored {
    margin-bottom: 15px;
  }
  .filter-child.colored .fc-toggle {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
@media (min-width: 1600px) {
  .filter-child .fc-toggle {
    padding: 15px 25px;
    font-size: 16px;
  }
  .filter-child .fc-content {
    padding: 15px 25px;
  }
}
@media (min-width: 768px) {
  .pick-from-address {
    overflow: hidden;
  }
  .pick-from-address .radiocheck-wrap {
    width: 50%;
    float: left;
  }
}
.hidden-new-address {
  padding-top: 10px;
  display: none;
}
.hidden-new-address .form-group {
  width: 100%;
}
.hidden-new-address .form-group > label {
  font-size: 12px;
}
.hidden-new-address .form-group input[type=text],
.hidden-new-address .form-group input[type=email],
.hidden-new-address .form-group input[type=password],
.hidden-new-address .form-group input[type=number] {
  height: 36px;
}
.hidden-new-address .form-group .select-style select {
  height: 34px;
}
.hidden-new-address .form-group .has-icon .fa {
  height: 36px;
  line-height: 36px;
}
@media (min-width: 1200px) {
  .hidden-new-address {
    padding-top: 20px;
  }
  .hidden-new-address .form-group > label {
    font-size: 14px;
  }
  .hidden-new-address .form-group input[type=text],
  .hidden-new-address .form-group input[type=email],
  .hidden-new-address .form-group input[type=password],
  .hidden-new-address .form-group input[type=number] {
    height: 44px;
  }
  .hidden-new-address .form-group .select-style select {
    height: 42px;
  }
  .hidden-new-address .form-group .has-icon .fa {
    height: 44px;
    line-height: 44px;
  }
}
.order-complete .ngc-maintitle {
  color: #a19166;
  font-family: 'Arimo', sans-serif;
  font-weight: 700;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 10px;
}
.order-complete .ngc-maintitle span {
  font-family: 'Arimo', sans-serif;
  font-weight: 400;
  font-size: .75em;
  color: #000000;
  line-height: 1.2em;
  display: block;
  margin-top: 10px;
}
.order-complete .ngc-maintitle.failed {
  color: #ff3e3e;
}
.order-complete .oc-footer {
  border-top: 1px solid #ebebeb;
}
.order-complete .oc-footer .btn {
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  max-width: 320px;
  margin: 0;
}
.order-complete .oc-footer .btn .fa {
  font-size: 16px;
  margin-right: 5px;
}
@media (min-width: 768px) {
  .order-complete .cp-box {
    padding: 20px 30px;
  }
  .order-complete .ngc-maintitle {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .order-complete .oc-footer {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 15px;
  }
  .order-complete .oc-footer .btn {
    font-size: 16px;
  }
  .order-complete .oc-footer .btn .fa {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .order-complete .cp-box {
    padding: 30px 35px;
  }
  .order-complete .ngc-maintitle {
    padding-bottom: 25px;
    margin-bottom: 25px;
    font-size: 2em;
  }
  .order-complete .oc-footer {
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 25px;
  }
  .order-complete .oc-footer .btn {
    font-size: 16px;
  }
  .order-complete .oc-footer .btn .fa {
    font-size: 18px;
  }
}
.page-404 {
  padding: 30px 0;
  border-bottom: 1px solid #d9d9d9;
  text-align: Center;
}
.page-404 img {
  display: block;
  max-width: 480px;
  width: 70%;
  margin: 0 auto;
  margin-bottom: 20px;
}
.page-404 p {
  font-size: 1.167em;
}
.page-404 .btn {
  margin: 0;
  margin-top: 10px;
}
.page-404 .btn .fa {
  font-size: 16px;
  margin-right: 5px;
}
@media (min-width: 540px) {
  .page-404 img {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .page-404 {
    padding: 50px 0;
  }
}
@media (min-width: 1200px) {
  .page-404 img {
    margin-bottom: 30px;
  }
  .page-404 .ngc-maintitle {
    font-size: 32px;
  }
  .page-404 p {
    font-size: 21px;
  }
}
.account-main-content .ngc-maintitle {
  font-size: 1.33em;
  line-height: 1.2em;
  font-family: 'Arimo', sans-serif;
  font-weight: 700;
}
.account-main-content h2.ngc-maintitle {
  font-size: 1.14em;
}
.account-main-content .submit-btn .fa {
  font-size: 16px;
  margin-right: 5px;
}
.side-account .ngc-maintitle {
  font-size: 1.33em;
  line-height: 1.2em;
  font-family: 'Arimo', sans-serif;
  font-weight: 700;
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ebebeb;
}
@media (min-width: 992px) {
  .side-account .ngc-maintitle {
    padding-bottom: 10px!important;
    height: auto!important;
  }
}
.account-nav {
  list-style: none;
  margin: 0;
  padding: 10px 0 0;
  font-family: 'Arimo', sans-serif;
  font-weight: 400;
}
.account-nav li {
  margin: 8px 0;
}
.account-nav li a {
  color: #898989;
}
.account-nav li a:hover {
  color: #000000;
}
.account-nav li.active a {
  font-family: 'Arimo', sans-serif;
  font-weight: 700;
  color: #000000;
}
@media (min-width: 768px) {
  .account-nav {
    font-size: 16px;
  }
  .account-nav li {
    margin: 10px 0;
  }
}
.address-child {
  border: 1px solid #ebebeb;
  width: 100%;
  margin-top: 10px;
  -webkit-border-radius: 3px!important;
  -moz-border-radius: 3px!important;
  border-radius: 3px!important;
}
.address-child .ngc-title {
  border-bottom: 1px solid #ebebeb;
  padding: 8px 15px;
  font-size: 1.14em;
  margin: 0;
}
.address-child .content {
  padding: 10px 15px;
}
.address-child .content p {
  margin: 0;
}
.address-child .content p strong {
  color: #a19166;
  display: block;
  padding-bottom: 3px;
}
.address-child .content .btn-area {
  padding-top: 10px;
}
.address-child .content .btn-area .btn {
  font-size: 12px;
  min-width: 80px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 1200px) {
  .address-child .ngc-title {
    padding: 10px 24px;
  }
  .address-child .content {
    padding: 15px 24px;
  }
  .address-child .content p {
    font-size: 14px;
  }
  .address-child .content p strong {
    font-size: 15px;
  }
  .address-child .content .btn-area .btn {
    font-size: 14px;
    min-width: 120px;
    padding: 10px 12px;
  }
}
.filter-order .search-order-form {
  position: relative;
  margin-bottom: 10px;
}
.filter-order .search-order-form .input-text {
  height: 36px;
  border: 1px solid #ebebeb;
  -webkit-border-radius: 3px!important;
  -moz-border-radius: 3px!important;
  border-radius: 3px!important;
  padding-left: 10px;
  padding-right: 50px;
  width: 100%;
}
.filter-order .search-order-form .submit-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 36px;
  border: none;
  background: none;
}
.filter-order .search-order-form .submit-btn .fa {
  left: 50%;
  top: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  color: #a19166;
}
.filter-order .filter-order-form {
  padding-bottom: 10px;
}
.filter-order .filter-order-form .form-group input.datepicker {
  height: 36px;
  padding-left: 10px;
  padding-right: 30px;
  font-size: 13px;
}
.filter-order .filter-order-form .fa {
  right: 10px;
  height: 36px;
  width: 36px;
  line-height: 36px;
  font-size: 14px;
}
.filter-order .filter-order-form .submit-btn {
  font-size: 14px;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  .filter-order {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    flex-wrap: wrap;
    margin-bottom: 5px;
  }
  .filter-order .search-order-form {
    width: 200px;
  }
  .filter-order .filter-order-form {
    width: calc(100% - 200px);
    padding-left: 20px;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    flex-wrap: wrap;
  }
  .filter-order .filter-order-form .form-group {
    width: calc(100% - 120px);
    padding-right: 10px;
    margin-bottom: 0;
  }
  .filter-order .filter-order-form .form-group input.datepicker {
    font-size: 14px;
  }
  .filter-order .filter-order-form .submit-btn {
    width: 120px;
    margin: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1200px) {
  .filter-order {
    justify-content: space-between;
  }
  .filter-order .search-order-form .input-text {
    font-size: 14px;
    height: 40px;
    padding-left: 15px;
  }
  .filter-order .search-order-form .submit-btn {
    height: 40px;
  }
  .filter-order .filter-order-form {
    width: 500px;
  }
  .filter-order .filter-order-form .form-group input.datepicker {
    height: 40px;
    padding-left: 15px;
  }
  .filter-order .filter-order-form .fa {
    right: 15px;
    height: 40px;
    width: 40px;
    line-height: 40px;
  }
  .filter-order .filter-order-form .submit-btn {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
.order-detail-button {
  display: inline-block;
  line-height: 20px;
  padding: 0 10px;
  border: 1px solid #000000;
  color: #000000;
  font-size: 11px;
  -webkit-border-radius: 3px!important;
  -moz-border-radius: 3px!important;
  border-radius: 3px!important;
  margin-top: 8px;
}
.order-detail-button .fa {
  padding-right: 3px;
}
.order-detail-button:hover {
  background-color: #000000;
  color: #fff;
  text-decoration: none;
}
.cart-table.order-table {
  padding-bottom: 0;
}
.cart-table.order-table .ctr {
  padding-left: 10px;
  padding-right: 10px;
  border: 1px solid #ebebeb;
}
.cart-table.order-table .ct-head .ctr {
  margin-bottom: -1px;
  background-color: #000000;
  color: #fff;
  border-color: #000000;
}
.cart-table.order-table .ct-head .ctr .cth {
  color: #fff;
  padding-top: 10px;
}
.cart-table.order-table .ct-body .ctr {
  margin-bottom: 15px;
}
.cart-table.order-table .ct-body .ctr .ctd {
  font-size: 14px;
  position: relative;
}
.cart-table.order-table .ct-body .ctr .ctd .order-detail-link {
  font-size: 12px;
  text-decoration: underline;
  font-family: 'Arimo', sans-serif;
  font-weight: 700;
}
.cart-table.order-table .ct-body .ctr .ctd .order-date {
  font-size: 12px;
  line-height: 1.3em;
  display: inline-block;
}
.cart-table.order-table .ct-body .ctr .ctd .order-date span {
  display: inline-block;
}
.cart-table.order-table .ct-body .ctr .ctd .order-item {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-wrap: wrap;
}
.cart-table.order-table .ct-body .ctr .ctd .order-item .ngc-media {
  width: 40px;
  height: 40px;
  position: relative;
  margin-right: 4px;
}
.cart-table.order-table .ct-body .ctr .ctd .order-item .ngc-media img {
  display: block;
  left: 50%;
  top: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  max-width: 100%;
  max-height: 100%;
}
.cart-table.order-table .ct-body .ctr .ctd .order-grand-total {
  font-size: 15px;
  font-family: 'Arimo', sans-serif;
  font-weight: 700;
  color: #a19166;
  padding-bottom: 10px;
  padding-top: 8px;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}
.cart-table.order-table .ct-body .ctr .ctd .order-grand-total > span {
  display: inline-block;
  line-height: 20px;
  margin-right: 15px;
}
@media (min-width: 540px) {
  .cart-table.order-table .ctr {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cart-table.order-table .ct-body .ctr {
    margin-bottom: -1px;
  }
  .cart-table.order-table .ct-body .ctr .ctd .order-date span {
    display: block;
  }
}
@media (min-width: 768px) {
  .cart-table.order-table .ct-body .ctr .ctd .order-grand-total {
    border: none;
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
  .cart-table.order-table .ct-body .ctr .ctd .order-grand-total > span {
    display: block;
  }
}
@media (min-width: 992px) {
  .cart-table.order-table .ct-body .ctr {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1200px) {
  .cart-table.order-table .ct-head .ctr .cth {
    font-size: 14px;
  }
  .cart-table.order-table .ct-body .ctr .ctd .order-date {
    font-size: 13px;
  }
}
.order-note > span {
  display: block;
  font-size: 12px;
  line-height: 1.3em;
}
.order-note .fa {
  margin-right: 5px;
}
.order-detail-top {
  -webkit-border-radius: 3px!important;
  -moz-border-radius: 3px!important;
  border-radius: 3px!important;
  border: 1px solid #ebebeb;
  padding: 15px;
  font-family: 'Arimo', sans-serif;
  font-weight: 400;
  font-size: 12px;
}
.order-detail-top .title {
  display: block;
}
@media (min-width: 768px) {
  .order-detail-top {
    font-size: 14px;
    line-height: 1.3em;
  }
  .order-detail-top .title {
    font-size: 12px;
    margin-bottom: 5px;
  }
}
@media (min-width: 1200px) {
  .order-detail-top {
    padding: 20px 25px;
  }
}
.order-detail-table .odtr {
  padding: 5px 15px;
  font-family: 'Arimo', sans-serif;
  font-weight: 400;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-wrap: wrap;
}
.order-detail-table .odt-header .odtr {
  background-color: #000000;
  color: #fff;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.order-detail-table .odt-header .odtr .odth {
  font-family: 'Arimo', sans-serif;
  font-weight: 700;
  padding: 5px 0;
  font-size: 12px;
}
.order-detail-table .odt-body .odtr {
  margin-bottom: -1px;
  border: 1px solid #ebebeb;
}
.order-detail-table .odt-body .odtr .odtd {
  padding: 5px 0;
  font-size: 12px;
}
.order-detail-table .odt-body .odtr .odtd .odt-item {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-wrap: wrap;
}
.order-detail-table .odt-body .odtr .odtd .odt-item .ngc-media {
  width: 45px;
  height: 45px;
  position: relative;
}
.order-detail-table .odt-body .odtr .odtd .odt-item .ngc-media img {
  left: 50%;
  top: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  max-width: 100%;
  max-height: 100%;
}
.order-detail-table .odt-body .odtr .odtd .odt-item .ngc-text {
  width: calc(100% - 45px);
  padding-left: 10px;
}
.order-detail-table .odt-body .odtr .odtd .odt-item .ngc-text .ngc-price {
  color: #a19166;
  font-size: 12px;
  display: block;
}
.order-detail-table .odt-body .odtr .odtd .hidden-title {
  display: block;
  font-family: 'Arimo', sans-serif;
  font-weight: 700;
  color: #000000;
}
.order-detail-table .odt-body .odtr .odtd .order-note {
  font-family: 'Arimo', sans-serif;
  font-weight: 700;
}
.order-detail-table .odt-body .odtr.last {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.order-detail-table .odt-body .price-footer {
  width: 100%;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 3px 0;
  font-size: 12px;
}
.order-detail-table .odt-body .price-footer span {
  display: block;
}
.order-detail-table .odt-body .price-footer span:last-child {
  text-align: right;
}
.order-detail-table .odt-body .price-footer strong {
  font-family: 'Arimo', sans-serif;
  font-weight: 700;
  color: #a19166;
}
.order-detail-table .odt-body .price-footer small {
  font-family: 'Arimo', sans-serif;
  font-weight: 700;
  display: block;
  font-size: 12px;
}
.order-detail-table .odt-body .price-footer small.old-price {
  text-decoration: line-through;
  font-family: 'Arimo', sans-serif;
  font-weight: 400;
}
@media (min-width: 768px) {
  .order-detail-table .odt-header .odtr .odth {
    padding: 10px 0;
    font-size: 14px;
  }
  .order-detail-table .odt-body .odtr .odtd {
    font-size: 14px;
    padding: 10px 0;
  }
  .order-detail-table .odt-body .odtr .odtd .odt-item .ngc-text .ngc-price {
    font-size: 14px;
    margin-top: 5px;
  }
  .order-detail-table .odt-body .odtr .price-footer {
    font-size: 14px;
    padding: 5px 0;
  }
  .order-detail-table .odt-body .odtr .price-footer small {
    display: inline-block;
    font-size: 14px;
    padding: 0 5px;
  }
  .order-detail-table.smaller .odt-body .odtr .odtd {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .order-detail-table .odtr {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.your-rating img {
  display: inline-block;
  height: 25px;
  margin-right: 8px;
}
.rounded-box {
  border: 1px solid #ebebeb;
  -webkit-border-radius: 3px!important;
  -moz-border-radius: 3px!important;
  border-radius: 3px!important;
  width: 100%;
  padding: 15px;
}
@media (min-width: 768px) {
  .rounded-box {
    padding: 20px;
  }
}
@media (min-width: 1200px) {
  .rounded-box {
    padding: 20px 24px;
  }
}
.reviewed-product {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-wrap: wrap;
}
.reviewed-product .ngc-media {
  width: 40px;
  height: 40px;
  position: relative;
}
.reviewed-product .ngc-media img {
  display: block;
  left: 50%;
  top: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  max-width: 100%;
  max-height: 100%;
}
.reviewed-product .ngc-text {
  width: calc(100% - 40px);
  padding-left: 15px;
  font-family: 'Arimo', sans-serif;
  font-weight: 400;
}
.reviewed-product .ngc-text .prod-title {
  margin-bottom: 5px;
}
.reviewed-product .ngc-text .prod-title a {
  color: #000000;
}
.reviewed-product .ngc-text .prod-title a:hover {
  color: #a19166;
}
.reviewed-product .ngc-text .prod-price {
  color: #a19166;
  margin-bottom: 5px;
}
.reviewed-product .ngc-text .prod-rating .prod-raty,
.reviewed-product .ngc-text .prod-rating span {
  display: inline-block;
}
.reviewed-product .ngc-text .prod-rating .prod-raty img {
  height: 14px;
  margin-right: 1px;
}
.reviewed-product .ngc-text .prod-rating span {
  color: #b2b2b2;
  font-size: 12px;
}
@media (min-width: 768px) {
  .reviewed-product .ngc-media {
    width: 60px;
    height: 60px;
  }
  .reviewed-product .ngc-text {
    width: calc(100% - 60px);
    padding-left: 20px;
  }
}
@media (min-width: 1200px) {
  .reviewed-product .ngc-media {
    width: 90px;
    height: 90px;
  }
  .reviewed-product .ngc-text {
    width: calc(100% - 90px);
    font-size: 16px;
  }
}
.dropzone-intro {
  border: 1px solid #ebebeb;
  padding: 15px;
  text-align: center;
  color: #b2b2b2;
  cursor: pointer;
  -webkit-border-radius: 3px!important;
  -moz-border-radius: 3px!important;
  border-radius: 3px!important;
}
.dropzone-intro h2 {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 16px;
}
.dropzone-intro h2 .fa {
  padding-right: 5px;
}
.dropzone-intro p {
  margin: 0;
}
.dropzone-intro:hover {
  background: #eee;
  color: #898989;
  border-color: #000000;
}
#pta-preview-template {
  display: none;
}
.pta-preview-child {
  position: relative;
  overflow: hidden;
  border: 1px solid #ebebeb;
  padding: 15px;
  -webkit-border-radius: 3px!important;
  -moz-border-radius: 3px!important;
  border-radius: 3px!important;
}
.pta-preview-child img {
  float: left;
  width: 60px;
  display: block;
}
.pta-preview-child .pta-preview-content {
  margin-left: 75px;
  padding-right: 10px;
}
.pta-preview-child .pta-preview-content p {
  margin-top: 0;
  margin-bottom: 3px;
  line-height: 1.2em;
  font-size: 12px;
}
.pta-preview-child .pta-preview-content p.pta-preview-name {
  word-break: break-all;
}
.pta-preview-child .pta-preview-content .pta-remove {
  text-decoration: underline;
  font-family: 'Arimo', sans-serif;
  font-weight: 700;
}
.pta-preview-child .pta-preview-content .error {
  display: block;
  color: #ff3e3e;
  font-size: 12px;
  line-height: 1.2em;
}
.xdsoft_datetimepicker {
  z-index: 99995;
}
.ngc-tabs,
.link-tabs {
  position: relative;
}
.ngc-tabs a,
.link-tabs a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: #fff;
  padding: 10px 8px;
  transition: all 350ms ease;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  color: #898989;
}
.ngc-tabs a:hover,
.link-tabs a:hover {
  text-decoration: none;
  background-color: #f0f0ed;
  color: #000000;
}
.ngc-tabs a:before,
.link-tabs a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: transparent;
}
.ngc-tabs a.active,
.link-tabs a.active {
  position: relative;
  z-index: 10;
  color: #000000;
}
.ngc-tabs a.active:after,
.link-tabs a.active:after {
  content: "\f107";
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  width: 30px;
  color: #000000;
  text-align: center;
  font-family: "fontAwesome";
  font-size: 16px;
}
.ngc-tabs a.active:before,
.link-tabs a.active:before {
  background-color: #000000;
}
.ngc-tabs.clicked a,
.link-tabs.clicked a {
  position: relative;
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  .ngc-tabs,
  .link-tabs {
    text-align: center;
    font-size: 0;
  }
  .ngc-tabs a,
  .link-tabs a {
    display: inline-block;
    position: relative;
    font-size: 14px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .ngc-tabs a:before,
  .link-tabs a:before {
    background-color: #B1B1B1;
    height: 1px;
  }
  .ngc-tabs a.active:after,
  .link-tabs a.active:after {
    display: none;
  }
  .ngc-tabs a.active:before,
  .link-tabs a.active:before {
    height: 2px;
  }
  .ngc-tabs.clicked a,
  .link-tabs.clicked a {
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .ngc-tabs a,
  .link-tabs a {
    font-size: 16px;
    padding: 16px 20px;
  }
}
.link-tabs {
  text-align: center;
  font-size: 0;
}
.link-tabs a {
  display: inline-block;
  position: relative;
  font-size: 14px;
}
.link-tabs a.active:after {
  display: none;
}
@media (min-width: 1200px) {
  .link-tabs a {
    font-size: 16px;
    padding: 12px 25px;
  }
}
.ngc-tab-containers .ngc-tab-container {
  display: none;
}
.ngc-tab-containers .ngc-tab-container.active {
  display: block;
}
.feat-prod-tabs .ngc-tabs {
  margin-top: 16px;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .feat-prod-tabs .ngc-tabs {
    margin-top: 24px;
    margin-bottom: 24px;
  }
}
@media (min-width: 1200px) {
  .feat-prod-tabs .ngc-tabs {
    margin-top: 32px;
    margin-bottom: 32px;
  }
}
.ngc-video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.ngc-video-container iframe,
.ngc-video-container object,
.ngc-video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.link-compare {
  font-family: 'Arimo', sans-serif;
  font-weight: 400;
  display: block;
  width: 100%;
  padding: 5px 0;
  border: none;
  cursor: pointer;
  background: none;
  color: #000000;
  font-size: 14px;
  text-align: center;
}
.link-compare:hover {
  color: #a19166;
}
.link-compare .fa {
  margin-right: 5px;
}
@media (min-width: 992px) {
  .link-compare {
    text-align: left;
    width: auto;
  }
}
@media (min-width: 1200px) {
  .link-compare {
    padding: 8px 0;
    font-size: 16px;
  }
  .link-compare .fa {
    margin-right: 8px;
  }
}
.compare-product .heading {
  position: relative;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 20px;
}
.compare-product .heading .ngc-maintitle {
  border: none;
  margin: 0;
  padding: 0;
}
.compare-product .heading p strong {
  color: #000000;
  font-family: 'Arimo', sans-serif;
  font-weight: 700;
}
.compare-product .compare-sidebar {
  background: #FBFBFB;
  padding: 15px;
  margin-bottom: 10px;
}
.compare-product .compare-sidebar .ngc-title {
  font-size: 1.167em;
  margin: 0;
  margin-bottom: 10px;
}
.compare-product .compare-sidebar .btn {
  width: 100%;
  font-size: 14px;
  padding-left: 10px;
  padding-right: 10px;
}
.compare-product .compare-sidebar .btn .fa {
  padding-right: 10px;
}
.compare-product .compare-sidebar .btn:disabled {
  background-color: #b1b3b5 !important;
  border-color: #b1b3b5 !important;
}
@media (min-width: 768px) {
  .compare-product .heading {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 10px;
  }
  .compare-product .content {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
  .compare-product .content .compare-sidebar {
    width: 230px;
    margin-bottom: 0;
    margin-top: 10px;
  }
  .compare-product .content .compare-sidebar .btn {
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .compare-product .content .compare-content {
    width: calc(100% - 250px);
  }
  .compare-product .compare-sidebar .form-group .select-style:after {
    width: 40px;
  }
}
@media (min-width: 1200px) {
  .compare-product .heading {
    margin-bottom: 20px;
  }
  .compare-product .compare-sidebar {
    padding: 20px 24px;
  }
  .compare-product .compare-sidebar .btn {
    font-size: 16px;
  }
  .compare-product .content .compare-sidebar {
    width: 270px;
  }
  .compare-product .content .compare-content {
    width: calc(100% - 300px);
  }
  .compare-product .content .form-group .select-style select {
    height: 40px;
    font-size: 14px;
  }
}
.compare-slider {
  margin: 0 -10px;
}
.compare-slider .item {
  padding: 10px;
  min-height: 400px;
}
.compare-slider .slick-track {
  display: flex;
}
.compare-slider .slick-track .slick-slide {
  display: flex;
  height: auto;
}
.add-more-compare {
  border: 2px dashed #ebebeb;
  width: 100%;
  position: relative;
}
.add-more-compare p {
  left: 50%;
  top: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  text-align: center;
  padding: 50px 15px;
  margin: 0;
  font-family: 'Arimo', sans-serif;
  font-weight: 700;
  font-size: 18px;
  width: 100%;
  color: #b2b2b2;
}
.compare-child {
  width: 100%;
  background-color: #fff;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  position: relative;
}
.compare-child .btn-remove-item {
  -webkit-border-radius: 50%!important;
  -moz-border-radius: 50%!important;
  border-radius: 50%!important;
  background-color: #ff3e3e;
  color: #fff;
  width: 30px;
  height: 30px;
  position: absolute;
  z-index: 2;
  top: 5px;
  right: 5px;
}
.compare-child .btn-remove-item .fa {
  left: 50%;
  top: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  font-size: 16px;
}
.compare-child .ngc-media {
  position: relative;
  z-index: 1;
  border-bottom: 1px solid #ebebeb;
}
.compare-child .ngc-media img {
  display: block;
  width: 100%;
  position: relative;
  z-index: 1;
}
.compare-child .ngc-content {
  padding: 12px 15px;
}
.compare-child .ngc-content .ngc-title {
  font-family: 'Arimo', sans-serif;
  font-weight: 700;
  font-size: 1.167em;
  margin-bottom: 12px;
}
.compare-child .ngc-content .prod-spec {
  margin-bottom: 10px;
}
.compare-child .ngc-content .prod-spec .prod-label {
  display: block;
  font-size: 12px;
  margin-bottom: 3px;
  font-family: 'Arimo', sans-serif;
  font-weight: 700;
}
.compare-child .ngc-content .prod-spec .prod-text {
  display: block;
  color: #a19166;
}
.compare-child .ngc-content .prod-color {
  display: block;
  width: 24px;
  height: 24px;
  -webkit-border-radius: 50%!important;
  -moz-border-radius: 50%!important;
  border-radius: 50%!important;
}
.compare-child .ngc-content .prod-rating .prod-raty {
  display: inline-block;
  vertical-align: middle;
}
.compare-child .ngc-content .prod-rating .prod-raty img {
  display: inline-block;
  height: 18px;
  margin: 0 1px;
}
.compare-child .ngc-content .prod-rating .raty-review {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  line-height: 18px;
  color: #b2b2b2;
  font-family: 'Arimo', sans-serif;
  font-weight: 400;
}
.compare-child .pdt-stock {
  border: 1px solid #a19166;
  color: #a19166;
  -webkit-border-radius: 3px!important;
  -moz-border-radius: 3px!important;
  border-radius: 3px!important;
  padding: 0 10px;
  line-height: 24px;
  font-size: 12px;
  display: inline-block;
}
.compare-child .pdt-stock.not-ready {
  border-color: #ff3e3e;
  color: #ff3e3e;
}
.compare-child .btn {
  width: 100%;
  margin-top: 10px;
  margin-right: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
}
@media (min-width: 768px) {
  .compare-child .btn {
    padding-top: 14px;
    padding-bottom: 14px;
  }
}
@media (min-width: 1200px) {
  .compare-child .btn-remove-item {
    width: 40px;
    height: 40px;
  }
  .compare-child .btn-remove-item .fa {
    font-size: 18px;
  }
  .compare-child .ngc-content {
    padding: 20px;
  }
  .compare-child .ngc-content .ngc-title {
    margin-bottom: 20px;
  }
  .compare-child .ngc-content .prod-spec {
    margin-bottom: 15px;
  }
  .compare-child .ngc-content .prod-spec .prod-label {
    font-size: 14px;
  }
  .compare-child .ngc-content .prod-rating .raty-review {
    font-size: 14px;
  }
  .compare-child .pdt-stock {
    padding: 0 12px;
    line-height: 26px;
  }
}
.fixed-compare-button {
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  position: fixed;
  z-index: 100;
  font-family: 'Arimo', sans-serif;
  font-weight: 400;
  text-align: center;
}
.fixed-compare-button a {
  display: block;
  padding: 10px 10px 5px;
  background-color: #a19166;
  color: #fff;
  transition: all 150ms ease;
  -webkit-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-bottomleft: 3px;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.fixed-compare-button a:hover {
  background-color: #000000;
  text-decoration: none;
}
.fixed-compare-button .fcb-number {
  font-size: 26px;
  display: inline-block;
  vertical-align: middle;
  padding-right: 5px;
}
.fixed-compare-button img {
  width: 24px;
  display: inline-block;
  vertical-align: middle;
}
.fixed-compare-button .fcb-text {
  display: block;
  font-size: 12px;
}
.news-list {
  margin-top: 30px!important;
}
@media (min-width: 1200px) {
  .news-list {
    margin-top: 40px!important;
  }
}
.news-child {
  width: 100%;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  -webkit-box-shadow: 0 10px 40px 0 rgba(233, 233, 233, 0.5);
  -moz-box-shadow: 0 10px 40px 0 rgba(233, 233, 233, 0.5);
  box-shadow: 0 10px 40px 0 rgba(233, 233, 233, 0.5);
}
.news-child .ngc-media {
  position: relative;
  overflow: hidden;
}
.news-child .ngc-media:before {
  content: "";
  display: block;
  padding-top: 81%;
}
.news-child .ngc-media img {
  display: block;
  left: 50%;
  top: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  height: 100%;
  width: auto;
  max-width: inherit;
  transition: all 150ms ease;
  -webkit-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -o-transition: all 150ms ease;
}
.news-child .ngc-media a:hover img {
  top: 45%;
}
.news-child .ngc-text {
  padding: 15px;
}
.news-child .ngc-text .news-title {
  display: block;
  font-size: 16px;
  font-family: 'Arimo', sans-serif;
  font-weight: 700;
  margin-bottom: 8px;
}
.news-child .ngc-text .news-title a {
  color: #000000;
}
.news-child .ngc-text .news-title a:hover {
  color: #a19166;
  text-decoration: none;
}
.news-child .ngc-text .news-date {
  display: block;
  font-family: 'Arimo', sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #000000;
  line-height: 21px;
}
.news-child .ngc-text .news-date .fa {
  margin-right: 5px;
}
@media (min-width: 992px) {
  .news-child {
    max-width: 390px;
  }
}
.news-detail .ngc-media {
  margin-bottom: 10px;
}
.news-detail .ngc-meta .child {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  font-size: 12px;
}
.news-detail .ngc-meta .child .fa {
  margin-right: 8px;
}
.news-detail .fb_iframe_widget span {
  vertical-align: top!important;
}
@media (min-width: 768px) {
  .news-detail .ngc-media {
    margin-bottom: 20px;
  }
  .news-detail .ngc-meta {
    margin-bottom: 20px;
  }
  .news-detail .ngc-meta .child {
    margin-right: 15px;
  }
}
@media (min-width: 1200px) {
  .news-detail .ngc-meta .child {
    font-size: 14px;
  }
}
.other-news-section .item .news-child {
  box-shadow: none;
}
.other-news-section .slick-track {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
.other-news-section .slick-track .slick-slide {
  display: flex;
  height: auto;
}
.side-information .ngc-title {
  font-size: 1.167em;
  margin-top: 0;
}
@media (min-width: 1200px) {
  .side-information .ngc-title {
    margin-bottom: 1rem;
  }
}
.side-info-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.side-info-list li {
  position: relative;
  padding-left: 30px;
  line-height: 1.5em;
}
.side-info-list li .fa {
  position: absolute;
  top: 3px;
  left: 0;
  width: 24px;
  text-align: center;
  display: block;
  color: #000000;
}
.side-info-list li a {
  color: #898989;
  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;
  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
.side-info-list li a:hover {
  color: #000000;
}
.side-info-list.footer-info li {
  font-size: 13px;
  line-height: 1.75em;
  margin-bottom: 8px;
}
.side-info-list.footer-info li .fa {
  color: #000000;
  top: 5px;
}
@media (min-width: 1200px) {
  .side-info-list li {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .side-info-list li .fa {
    font-size: 16px;
  }
  .side-info-list.footer-info li {
    font-size: 14px;
  }
  .side-info-list.footer-info li .fa {
    font-size: 14px;
  }
}
.contact-map {
  position: relative;
  height: 200px;
}
.contact-map #map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 540px) {
  .contact-map {
    height: 250px;
  }
}
@media (min-width: 768px) {
  .contact-map {
    height: 350px;
  }
}
@media (min-width: 1200px) {
  .contact-map {
    height: 410px;
  }
}
.infowindow h1 {
  margin-top: 0;
  font-size: 16px;
}
.infowindow ul li {
  font-size: 12px;
}
@media (min-width: 1200px) {
  .infowindow h1 {
    font-size: 18px;
  }
  .infowindow ul li {
    font-size: 14px;
  }
}
.iti-flag {
  background-image: url("../js/intl-tel-input/img/flags.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .iti-flag {
    background-image: url("../js/intl-tel-input/img/flags@2x.png");
  }
}
.intl-tel-input {
  width: 100%;
}
.store-main {
  margin-bottom: 20px;
}
.store-main .ngc-maintitle {
  font-size: 1.167em;
}
.store-main .store-hq .fa {
  font-size: 18px;
  color: #000000;
}
.store-main .store-hq a {
  color: #898989;
}
.store-main .store-hq a:hover {
  color: #000000;
}
@media (min-width: 1200px) {
  .store-main {
    margin-bottom: 40px;
  }
  .store-main .store-hq {
    font-size: 16px;
  }
}
.store-tabs {
  margin-top: 20px;
}
.store-tabs .ngc-tabs {
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .store-tabs {
    margin-top: 40px;
  }
  .store-tabs .ngc-tabs {
    margin-bottom: 30px;
  }
}
.branch-child {
  background-color: #fff;
  width: 100%;
  -webkit-box-shadow: 0 10px 40px 0 rgba(233, 233, 233, 0.5);
  -moz-box-shadow: 0 10px 40px 0 rgba(233, 233, 233, 0.5);
  box-shadow: 0 10px 40px 0 rgba(233, 233, 233, 0.5);
  padding: 15px;
}
.branch-child .ngc-title {
  margin-top: 0;
  font-size: 1em;
}
@media (min-width: 1200px) {
  .branch-child {
    padding: 20px 25px;
  }
  .branch-child .ngc-title {
    margin-bottom: 1rem;
    font-size: 18px;
  }
}
.about-page .ngc-media {
  margin-bottom: 20px;
}
.about-page .ngc-media img {
  display: block;
  width: 100%;
}
@media (min-width: 1200px) {
  .about-page .ngc-media {
    margin-bottom: 40px;
  }
}
.ads-banner.has-text .ngc-text {
  color: #898989;
  width: 100%;
}
.ads-banner.has-text .ngc-text .ads-info {
  color: #000000;
}
.ads-banner.has-text .ngc-text .ads-info:first-child {
  font-size: 1.25em!important;
}
.ads-banner.has-text .ngc-text .ads-info + .ads-info {
  padding-top: 4px;
  font-size: 1em;
  line-height: 1.167em;
}
.ads-banner.has-text .ngc-text .ngc-link a {
  color: #a19166;
  text-decoration: none;
  font-weight: bold;
  font-size: 12px;
}
.ads-banner.has-text .ngc-text .ngc-link a .text,
.ads-banner.has-text .ngc-text .ngc-link a .icon {
  display: inline-block;
  vertical-align: middle;
}
.ads-banner.has-text .ngc-text .ngc-link a .icon {
  font-size: 18px;
  margin-left: 6px;
  padding-bottom: 2px;
}
.ads-banner.has-text .ngc-text .ngc-link a:hover {
  color: #a19166;
}
.ads-banner.has-text .ngc-text .ngc-link a:hover .text {
  text-decoration: underline;
}
@media (min-width: 540px) {
  .ads-banner.has-text.dark-image .ngc-text {
    color: #ffffff;
  }
  .ads-banner.has-text.dark-image .ngc-text .ads-info {
    color: #ffffff;
  }
  .ads-banner.has-text.dark-image .ngc-text a {
    color: #a19166;
  }
}
@media (min-width: 992px) {
  .ads-banner.has-text .ngc-text .ads-info:first-child {
    font-size: 1.5em!important;
  }
  .ads-banner.has-text .ngc-text .ads-info + .ads-info {
    font-size: 1em;
  }
}
@media (min-width: 1200px) {
  .ads-banner.has-text .ngc-text .ads-info:first-child {
    font-size: 2em!important;
    margin-bottom: 8px;
  }
  .ads-banner.has-text .ngc-text .ads-info + .ads-info {
    font-size: 1.25em;
  }
  .ads-banner.has-text .ngc-text .ngc-link a {
    font-size: 16px;
  }
  .ads-banner.has-text .ngc-text .ngc-link a .icon {
    font-size: 24px;
  }
}
@media (min-width: 1600px) {
  .ads-banner.has-text .ngc-text .ads-info:first-child {
    font-size: 3em!important;
    margin-bottom: 12px;
  }
  .ads-banner.has-text .ngc-text .ads-info + .ads-info {
    font-size: 1.5em;
  }
}
.ads-banner.has-text.text-over .ngc-text {
  max-width: 320px;
}
@media (min-width: 1200px) {
  .ads-banner.has-text.text-over .ngc-text {
    max-width: 440px;
  }
}
@media (min-width: 1600px) {
  .ads-banner.has-text.text-over .ngc-text {
    max-width: 500px;
  }
}
@media (min-width: 992px) {
  .n-1-1per1 .ads-banner.has-text.text-over .ngc-text {
    max-width: 500px;
  }
}
@media (min-width: 1200px) {
  .n-1-1per1 .ads-banner.has-text.text-over .ngc-text {
    max-width: 700px;
  }
}
@media (min-width: 1600px) {
  .n-1-1per1 .ads-banner.has-text.text-over .ngc-text {
    max-width: 760px;
  }
}
#category-megadropdown.standard-ecom .main-container .content .cat-mega > ul > li > a .text-icon .text {
  padding-left: 5px;
}
@media (min-width: 992px) {
  #category-megadropdown.standard-ecom {
    display: none;
  }
}
@media (min-width: 992px) {
  .category-toggle-menu.standard-ecom {
    display: none;
  }
}
@media (min-width: 992px) {
  .bottom-head.standard-ecom .main-container {
    padding-left: 30px!important;
    padding-right: 30px!important;
  }
}
@media (min-width: 1200px) {
  .bottom-head.standard-ecom .main-container {
    padding-left: 15px!important;
    padding-right: 15px!important;
  }
}
.main-nav {
  display: none;
  font-family: 'Arimo', sans-serif;
  font-weight: 400;
  width: 100%;
}
.main-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.main-nav > ul {
  font-size: 0;
}
.main-nav > ul li {
  font-size: 14px;
  border-bottom: 1px solid #ebebeb;
}
.main-nav > ul li a:hover {
  text-decoration: none;
}
.main-nav > ul > li {
  display: inline-block;
  vertical-align: top;
  height: 40px;
}
.main-nav > ul > li > a {
  display: block;
  line-height: 40px;
}
.main-nav > ul > li > a:hover {
  background-color: #a19166;
  color: #fff;
}
.main-nav > ul > li > .sub-nav {
  position: absolute;
  left: 0;
  top: 120%;
}
.main-nav > ul > li:hover > a {
  background-color: #a19166;
  color: #fff;
}
.main-nav > ul > li:hover > .sub-nav {
  top: 100%;
}
.main-nav > ul > li:hover > .sub-nav ul li:hover .sub-nav {
  left: 100%;
}
.main-nav > ul ul {
  background-color: #fff;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}
.main-nav li.has-sub {
  position: relative;
}
.main-nav li.has-sub > a {
  position: relative;
  padding-right: 30px;
}
.main-nav li.has-sub > a:after {
  content: "\f107";
  font-family: "fontAwesome";
  width: 30px;
  text-align: center;
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}
.main-nav li.has-sub li.has-sub > a {
  position: relative;
  padding-right: 30px;
}
.main-nav li.has-sub li.has-sub > a:after {
  content: "\f105";
  font-family: "fontAwesome";
  width: 30px;
  text-align: center;
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}
.main-nav li.has-sub .sub-nav {
  min-width: 100%;
}
.main-nav .sub-nav .sub-nav {
  top: 0;
  left: 120%;
}
@media (min-width: 992px) {
  .main-nav {
    display: block;
  }
}
@media (min-width: 1200px) {
  .main-nav > ul li {
    font-size: 16px;
  }
  .main-nav > ul > li {
    height: 44px;
  }
  .main-nav > ul > li > a {
    line-height: 44px;
  }
}
.side-category {
  font-family: 'Arimo', sans-serif;
  font-weight: 400;
}
.side-category .child {
  margin-bottom: 15px;
  padding-top: 15px;
  border-top: 1px solid #ebebeb;
}
.side-category .child .ngc-title {
  margin-top: 0;
  font-size: 18px;
  font-family: 'Arimo', sans-serif;
  font-weight: 700;
}
.side-category .child ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 16px;
}
.side-category .child ul a {
  color: #898989;
  display: block;
  padding-left: 15px;
  position: relative;
}
.side-category .child ul a:hover {
  color: #000000;
}
.side-category .child ul a:before {
  content: "\f105";
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 15px;
  font-family: "fontAwesome";
}
@media (min-width: 992px) {
  .side-category .child:first-child {
    border-top: none;
    padding-top: 0;
  }
}
.compare-preloader {
  border: 1px solid #b1b1b1;
  background-color: #fff;
  position: relative;
  height: 44px;
  padding: 0 15px;
}
.compare-preloader p {
  margin: 0;
  line-height: 44px;
  font-size: 14px;
}
.spinner {
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10px;
  width: 40px;
  text-align: center;
}
.spinner > div {
  width: 6px;
  height: 6px;
  background-color: #a19166;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.reward-sidebar-content {
  margin-bottom: 20px;
}
.reward-sidebar-content .side-reward img {
  display: block;
  max-width: 150px;
  margin: 0 auto;
}
.reward-sidebar-content .side-reward .ngc-title {
  font-size: 16px!important;
  margin-top: 10px!important;
}
.reward-sidebar-content .side-reward .member-name {
  color: #000000;
  font-family: 'Arimo', sans-serif;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1em;
}
.reward-sidebar-content .side-reward p {
  margin: 0;
  font-family: 'Arimo', sans-serif;
  font-weight: 400;
}
@media (min-width: 992px) {
  .reward-sidebar-content .ngc-title {
    height: auto!important;
    padding-bottom: 15px!important;
  }
}
.reward-tabbing {
  font-size: 0;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 15px;
}
.reward-tabbing a {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  padding: 10px 15px;
  font-family: 'Arimo', sans-serif;
  font-weight: 700;
  color: #000000;
  background-color: #ebebeb;
}
.reward-tabbing a.active {
  background-color: #000000;
  color: #fff;
}
@media (min-width: 768px) {
  .reward-tabbing a {
    font-size: 16px;
    padding: 10px 20px;
  }
}
@media (min-width: 1200px) {
  .reward-tabbing {
    margin-bottom: 20px;
  }
  .reward-tabbing a {
    font-size: 18px;
    padding: 10px 30px;
  }
}
@media (min-width: 1600px) {
  .reward-tabbing {
    margin-bottom: 25px;
  }
  .reward-tabbing a {
    padding: 10px 35px;
  }
}
.has-underline {
  text-decoration: underline;
}
.reward-id {
  font-family: 'Arimo', sans-serif;
  font-weight: 700;
}
.reward-detail-top {
  margin: 0 auto;
  max-width: 450px;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-wrap: wrap;
  justify-content: center;
}
.reward-detail-top .ngc-media {
  width: 50px;
}
.reward-detail-top .ngc-text {
  padding-left: 10px;
}
.reward-detail-top .ngc-text .child {
  font-family: 'Arimo', sans-serif;
  font-weight: 400;
  margin-bottom: 10px;
}
.reward-detail-top .ngc-text .child .label {
  display: block;
  font-size: 12px;
  line-height: 1.4em;
}
.reward-detail-top .ngc-text .child:last-child {
  margin-bottom: 0;
}
@media (min-width: 540px) {
  .reward-detail-top .ngc-media {
    width: 100px;
  }
}
@media (min-width: 768px) {
  .reward-detail-top .ngc-text .child .label {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .reward-detail-top .ngc-text {
    padding-left: 20px;
  }
  .reward-detail-top .ngc-text .child {
    font-size: 18px;
  }
  .reward-detail-top .ngc-text .child .label {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .search-result-top {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .search-result-top .ngc-title {
    margin: 0;
    padding-bottom: 5px;
  }
  .search-result-top .product-list-meta {
    width: 90%;
    max-width: 900px;
    padding-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .search-result-top .product-list-meta {
    width: 75%;
  }
}
.preloader-mask {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: rgba(255, 255, 255, 0.9);
  display: none;
}
.loader,
.loader:before,
.loader:after {
  background: #000000;
  -webkit-animation: load1 1s infinite ease-in-out;
  animation: load1 1s infinite ease-in-out;
  width: 1em;
  height: 4em;
}
.loader {
  color: #000000;
  text-indent: -9999em;
  margin: 0 auto;
  position: relative;
  font-size: 11px;
  left: 50%;
  top: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  animation-delay: -0.16s;
}
.loader:before,
.loader:after {
  position: absolute;
  top: 0;
  content: '';
}
.loader:before {
  left: -1.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader:after {
  left: 1.5em;
}
@-webkit-keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}
@keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}
.mobile-greetings {
  font-size: 16px;
}
@media (min-width: 768px) {
  .mobile-greetings {
    display: none;
  }
}
#splash-screen {
  max-width: 1100px;
}
#midtrans-layout {
  padding: 24px 0;
  min-height: 100%;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
}
#midtrans-layout .main-logo {
  display: block;
  margin: 0 auto;
  max-width: 100px;
  max-height: 40px;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  #midtrans-layout .main-logo {
    max-width: 150px;
    max-height: 60px;
  }
}
.midtrans-placeholder .preloader {
  width: 48px;
}
.midtrans-placeholder small {
  font-size: 0.8em;
}
.processing-separator {
  display: block;
  margin: 0 auto;
  width: 2px;
  height: 40px;
  background-color: #ebebeb;
}
.processing-separator + p a {
  text-decoration: underline;
}
/* Mobile browsers only */
@media only screen and (max-device-width: 480px) {
  .ngc-slider .slider-item .slider-text-container .slider-text p,
  .ngc-slider .slider-item .slider-text-container .slider-text .slider-title {
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
  }
}
@supports (-webkit-overflow-scrolling: touch) {
  /* CSS specific to iOS devices */
  input,
  textarea,
  select,
  .select-style select {
    font-size: 16px!important;
  }
}
.ngc-slider-wrap .ngc-slider-arrow .nsa-container a {
  background-color: transparent!important;
  border: none!important;
}
.ngc-slider-wrap .ngc-slider-arrow .nsa-container a:before {
  width: 34px;
  height: 34px;
  margin-top: -17px;
}
.ngc-slider-wrap .ngc-slider-arrow .nsa-container a.ngc-slideNext:before {
  margin-left: -30px;
}
.ngc-slider .slider-item .slider-text-container .slider-text {
  padding-left: 16px;
  padding-right: 16px;
}
.ngc-slider .slider-item .slider-text-container .slider-text .slider-title {
  font-size: 2em;
  line-height: 1.3em;
  font-family: 'Arimo', sans-serif;
  font-weight: 700;
}
.ngc-slider .slider-item .slider-text-container .slider-text p {
  color: #3a3936;
}
.ngc-slider .slider-item .slider-text-container .slider-text .btn-slide {
  margin: 0;
}
@media (min-width: 768px) {
  .ngc-slider .slider-item .slider-text-container .slider-text {
    max-width: 540px;
  }
  .ngc-slider .slider-item .slider-text-container .slider-text .slider-title {
    font-size: 2.5em;
  }
}
@media (min-width: 992px) {
  .ngc-slider .slider-item .slider-text-container .slider-text {
    padding-left: 32px;
    padding-right: 32px;
    max-width: 480px;
  }
}
@media (min-width: 1200px) {
  .ngc-slider .slider-item .slider-text-container .slider-text {
    max-width: 540px;
  }
  .ngc-slider .slider-item .slider-text-container .slider-text .slider-title {
    margin-bottom: 20px;
    font-size: 3em;
  }
  .ngc-slider .slider-item .slider-text-container .slider-text p {
    margin-bottom: 25px;
  }
}
@media (min-width: 1600px) {
  .ngc-slider .slider-item .slider-text-container .slider-text {
    max-width: 600px;
    padding: 40px 56px;
  }
  .ngc-slider .slider-item .slider-text-container .slider-text .slider-title {
    font-size: 3.125em;
  }
}
.ngc-slider .slick-dots {
  font-size: 0;
  text-align: center;
  margin: 0;
  padding: 0 0 15px 0;
}
.ngc-slider .slick-dots li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 3px;
  position: relative;
  width: 20px;
  height: 2px;
}
.ngc-slider .slick-dots li button {
  left: 50%;
  top: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  height: 2px;
  border: none;
  transition: all 350ms ease;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  display: block;
  text-indent: -9999em;
  overflow: hidden;
  padding: 0;
  margin: 0;
  cursor: pointer;
  -webkit-border-radius: 0px!important;
  -moz-border-radius: 0px!important;
  border-radius: 0px!important;
}
.ngc-slider .slick-dots li.slick-active button {
  height: 4px;
  width: 100%;
}
@media (min-width: 540px) {
  .ngc-slider .slick-dots li {
    width: 30px;
    margin: 0 5px;
  }
}
@media (min-width: 992px) {
  .ngc-slider .slick-dots li {
    width: 40px;
    margin: 0 10px;
  }
}
@media (min-width: 1200px) {
  .ngc-slider .slick-dots {
    padding-bottom: 30px;
  }
  .ngc-slider .slick-dots li {
    width: 50px;
  }
}
@media (min-width: 992px) {
  .ngc-slider .slider-item.n-992-centerRight .slider-text-container .main-container {
    text-align: left;
  }
}
.max-770 {
  max-width: 770px;
}
.lr-auto {
  margin-left: auto;
  margin-right: auto;
}
.news-row {
  padding-top: 16px;
}
@media (min-width: 768px) {
  .news-row {
    padding-top: 24px;
  }
}
@media (min-width: 1200px) {
  .news-row {
    padding-top: 32px;
  }
}
.news-box {
  max-width: 440px;
  margin-left: auto;
  margin-right: auto;
}
.news-box .ngc-media {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.news-box .ngc-media img {
  display: block;
  width: 100%;
  position: relative;
  z-index: 1;
  transition: all 350ms ease;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
}
.news-box .ngc-media:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.news-box .ngc-text {
  position: relative;
  z-index: 2;
  padding-top: 12px;
}
.news-box .ngc-text .news-meta {
  color: #000000;
  font-size: 12px;
  display: block;
  padding-bottom: 4px;
}
.news-box .ngc-text .news-meta span {
  display: inline-block;
  vertical-align: middle;
}
.news-box .ngc-text .news-meta span + span {
  position: relative;
  padding-left: 24px;
}
.news-box .ngc-text .news-meta span + span:before {
  content: "";
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 10px;
  width: 4px;
  height: 4px;
  -webkit-border-radius: 50%!important;
  -moz-border-radius: 50%!important;
  border-radius: 50%!important;
  background-color: #000000;
}
.news-box .ngc-text .ngc-title {
  padding-top: 0;
  font-size: 1.25em;
  margin-top: 0;
  font-family: 'Arimo', sans-serif;
  font-weight: 700;
}
.news-box .ngc-text .ngc-title a {
  color: #000000;
}
.news-box .ngc-text .ngc-title a:hover {
  color: #a19166;
}
.news-box .ngc-text p {
  font-size: 12px;
}
.news-box .ngc-text .more-link {
  font-weight: bold;
  font-size: 12px;
}
.news-box .ngc-text .more-link .text,
.news-box .ngc-text .more-link .icon {
  display: inline-block;
  vertical-align: middle;
}
.news-box .ngc-text .more-link .icon {
  font-size: 18px;
  margin-left: 6px;
  padding-bottom: 2px;
}
.news-box .ngc-text .more-link:hover {
  text-decoration: none;
}
.news-box .ngc-text .more-link:hover .text {
  text-decoration: underline;
}
@media (min-width: 1200px) {
  .news-box .ngc-text .news-meta {
    font-size: 14px;
  }
  .news-box .ngc-text .ngc-title {
    margin-bottom: 1rem;
  }
  .news-box .ngc-text .more-link {
    font-size: 15px;
  }
  .news-box .ngc-text .more-link .icon {
    font-size: 24px;
  }
}
@media (min-width: 1600px) {
  .news-box .ngc-text .ngc-title {
    font-size: 1.5em;
  }
  .news-box .ngc-text .more-link {
    font-size: 16px;
  }
}
.itsu-product {
  position: relative;
}
.itsu-product > img {
  display: block;
  width: 100%;
  position: relative;
  z-index: 1;
}
.itsu-product .badges {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  list-style: none;
  padding: 0;
  margin: 0;
}
.itsu-product .badges li {
  font-size: 12px;
  line-height: 1em;
}
.itsu-product .badges .badge {
  display: inline-block;
  font-weight: bold;
  padding: 4px 8px;
}
.itsu-product .badges .badge.badge-disc {
  background-color: #ff3e3e;
  color: #fff;
}
.itsu-product .badges .badge.badge-new {
  background-color: #000000;
  color: #fff;
}
.itsu-product .ngc-title {
  position: relative;
  z-index: 2;
  color: #000000;
  font-size: 1.25em;
  padding: 12px 16px 0;
  transition: all 150ms ease;
  -webkit-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  text-align: center;
}
.itsu-product p {
  font-weight: bold;
  color: #3a3936;
  text-align: center;
  position: relative;
  z-index: 1;
}
.itsu-product p .old-price {
  color: #898989;
  font-size: .8em;
  line-height: 1em;
  display: block;
  text-decoration: line-through;
}
.itsu-product .prod-rating {
  position: relative;
  z-index: 1;
  text-align: center;
  padding-top: 3px;
}
.itsu-product .prod-rating .prod-raty {
  display: inline-block;
  vertical-align: middle;
}
.itsu-product .prod-rating .prod-raty img {
  display: inline-block;
  height: 15px;
  margin: 0 1px;
}
.itsu-product .prod-rating .raty-review {
  display: block;
  vertical-align: middle;
  font-size: 11px;
  color: #b2b2b2;
  font-family: 'Arimo', sans-serif;
  font-weight: 400;
}
.itsu-product a {
  display: block;
  position: absolute;
  z-index: 6;
  text-indent: -9999em;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.itsu-product:hover .ngc-title {
  color: #a19166;
}
@media (min-width: 768px) {
  .itsu-product .ngc-title {
    font-size: 1.25em;
  }
}
@media (min-width: 1200px) {
  .itsu-product {
    padding-bottom: 12px;
  }
  .itsu-product .ngc-title {
    min-width: 236px;
    font-size: 1.5em;
    padding-top: 24px;
  }
  .itsu-product p {
    font-size: 18px;
  }
  .itsu-product .prod-rating .raty-review {
    display: inline-block;
    margin-left: 8px;
    font-size: 12px;
    padding-bottom: 2px;
  }
}
.guhdo-navigation {
  position: absolute;
  left: 205px;
  top: 0;
  height: 100%;
}
.guhdo-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0;
}
.guhdo-navigation ul li {
  font-size: 16px;
  font-family: 'Arimo', sans-serif;
  font-weight: 700;
  display: inline-block;
}
.guhdo-navigation > ul > li > a {
  display: block;
  line-height: 84px;
  position: relative;
  transition: all 350ms ease;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  padding-left: 20px;
  padding-right: 20px;
  text-transform: uppercase;
}
.guhdo-navigation > ul > li > a:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 0;
  background-color: #000000;
  width: 100%;
  transition: all 350ms ease;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
}
.guhdo-navigation > ul > li > a span {
  display: block;
}
.guhdo-navigation > ul > li > a:hover {
  color: #000000;
  text-decoration: none;
}
.guhdo-navigation > ul > li:hover > a:before {
  height: 5px;
}
.guhdo-navigation > ul > li.has-sub {
  position: relative;
}
.guhdo-navigation > ul > li.has-sub > a > .text {
  padding-right: 21px;
  position: relative;
}
.guhdo-navigation > ul > li.has-sub > a > .text:after {
  content: "\f107";
  font-family: 'FontAwesome';
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  font-size: 20px;
  font-weight: 300;
}
.guhdo-navigation > ul > li.has-sub:hover > .sub-nav {
  top: 100%;
  opacity: 1;
  visibility: visible;
}
.guhdo-navigation > ul > li.active > a {
  background: #E4E4DF;
}
.guhdo-navigation > ul > li.active > a:before {
  height: 5px;
}
.guhdo-navigation .sub-nav {
  position: absolute;
  left: 0;
  top: 90%;
  opacity: 0;
  visibility: hidden;
  transition: all 350ms ease;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  min-width: 100%;
}
.guhdo-navigation .sub-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  background-color: #000000;
  color: #fff;
}
.guhdo-navigation .sub-nav ul li {
  font-size: 14px;
  line-height: 1.28em;
  margin: 0;
  display: block;
}
.guhdo-navigation .sub-nav ul li a {
  display: block;
  padding: 10px 16px;
  color: #fff;
  transition: all 350ms ease;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  white-space: nowrap;
}
.guhdo-navigation .sub-nav ul li a:hover {
  text-decoration: none;
}
.guhdo-navigation .sub-nav ul li:hover > a {
  background-color: #a19166;
}
.guhdo-navigation .sub-nav ul li.has-sub {
  position: relative;
}
.guhdo-navigation .sub-nav ul li.has-sub > a > .text {
  padding-right: 21px;
  position: relative;
}
.guhdo-navigation .sub-nav ul li.has-sub > a > .text:after {
  content: "\f105";
  font-family: 'FontAwesome';
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  font-size: 16px;
  font-weight: 300;
}
.guhdo-navigation .sub-nav ul li.has-sub:hover .sub-nav {
  top: 0;
  left: 100%;
  opacity: 1;
  visibility: visible;
}
.guhdo-navigation .sub-nav .sub-nav {
  left: 110%;
  top: 0;
}
.remove-wishlist {
  text-align: center;
  padding-top: 5px;
  width: 100%;
}
.btn-remove-wishlist {
  font-size: 10px;
  margin: 0;
}
.btn-remove-wishlist .icon {
  margin-right: 4px;
  font-size: 14px;
}
@media (min-width: 768px) {
  .btn-remove-wishlist {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
.floating-whatsapp {
  position: fixed;
  z-index: 40;
  right: 16px;
  bottom: 50px;
  -webkit-border-radius: 50%!important;
  -moz-border-radius: 50%!important;
  border-radius: 50%!important;
  width: 48px;
  height: 48px;
  display: block;
  background-color: #1bd741;
  color: #fff;
  transition: all 350ms ease;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
}
.floating-whatsapp .icon {
  font-size: 24px;
  left: 50%;
  top: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.floating-whatsapp:hover {
  background-color: #25D366;
  color: #fff;
}
@media (min-width: 768px) {
  .floating-whatsapp {
    bottom: 72px;
    width: 64px;
    height: 64px;
  }
  .floating-whatsapp .icon {
    font-size: 32px;
  }
}
@media (min-width: 1600px) {
  .floating-whatsapp {
    right: 40px;
    width: 80px;
    height: 80px;
  }
  .floating-whatsapp .icon {
    font-size: 40px;
  }
}
.itsu-filter .toggle-closeable-filter {
  display: none;
  position: relative;
  color: #898989;
}
.itsu-filter .toggle-closeable-filter.opened {
  color: #000000;
}
.itsu-filter .toggle-closeable-filter .toggle-text {
  display: block;
  position: relative;
  padding-right: 20px;
}
.itsu-filter .toggle-closeable-filter .toggle-text:after {
  content: "\f107";
  display: block;
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  font-family: "fontAwesome";
  color: #000000;
}
@media (min-width: 992px) {
  .itsu-filter {
    position: relative;
  }
  .itsu-filter .toggle-closeable-filter {
    display: block;
    padding-left: 26px;
    padding-right: 26px;
    color: #3a3936;
    line-height: 40px;
    margin-left: 4px;
    margin-right: 4px;
  }
  .itsu-filter .toggle-closeable-filter.opened {
    background-color: #000000;
    color: #fff;
  }
  .itsu-filter .toggle-closeable-filter.opened .toggle-text {
    font-family: 'Arimo', sans-serif;
    font-weight: 700;
  }
  .itsu-filter .toggle-closeable-filter.opened .toggle-text:after {
    content: "\f106";
    color: #fff;
  }
  .itsu-filter .toggle-closeable-filter.opened + .side-filter {
    opacity: 1;
    visibility: visible;
    top: 100%;
  }
  .itsu-filter .side-filter {
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    transition: all 350ms ease;
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    top: 100%;
    background-color: #FAFAFA;
    padding: 30px 30px 15px;
    z-index: 80;
    border: 1px solid #FAFAFA;
    width: 280px;
  }
  .itsu-filter .side-filter .sf-toggle,
  .itsu-filter .side-filter .ngc-title {
    display: none;
  }
  .itsu-filter .side-filter .filter-content {
    display: -webkit-box !important;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box !important;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox !important;
    /* TWEENER - IE 10 */
    display: -webkit-flex !important;
    /* NEW - Chrome */
    display: flex !important;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .itsu-filter .side-filter .filter-content .form-group {
    width: 100%;
  }
  .itsu-filter .side-filter .filter-price-form {
    max-width: 500px;
    margin: 0 auto;
  }
  .itsu-filter .side-filter .filter-price-form input {
    border-color: transparent;
  }
  .itsu-filter .side-filter label {
    font-size: 14px!important;
    background-position: left 1px;
  }
}
.input-number-wrap.guhdo input.qty {
  -webkit-border-radius: 0px!important;
  -moz-border-radius: 0px!important;
  border-radius: 0px!important;
  border: none;
  border-bottom: 1px solid #000;
}
.jssocials-share-link {
  width: 32px;
  height: 32px;
  -webkit-border-radius: 50%!important;
  -moz-border-radius: 50%!important;
  border-radius: 50%!important;
  position: relative;
}
.jssocials-share-email .jssocials-share-link {
  background-color: #c94035;
}
.jssocials-share-email .jssocials-share-link:hover {
  background-color: #a1332a;
}
.jssocials-share-logo {
  font-size: 14px;
  left: 50%;
  top: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.share-child-wrap p {
  font-weight: bold;
  color: #000000;
}
@media (min-width: 540px) {
  .share-child-wrap {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    padding-bottom: 16px;
  }
  .share-child-wrap p {
    margin: 0;
    padding-right: 20px;
  }
}
.overflow-hidden {
  overflow: hidden;
}
.content-main-carousel-container {
  margin-bottom: 8px;
  position: relative;
  z-index: 2;
}
.content-main-carousel-container .item img {
  display: block;
  width: 100%;
}
@media (min-width: 768px) {
  .content-main-carousel-container {
    margin-right: 0;
  }
}
@media (min-width: 1200px) {
  .content-main-carousel-container {
    margin-bottom: 24px;
  }
}
@media (min-width: 1400px) {
  .content-main-carousel-container {
    margin-right: 0;
    margin-left: 0;
  }
}
.content-for-carousel-container {
  position: relative;
  padding-left: 40px;
  padding-right: 40px;
  z-index: 3;
}
.content-for-carousel-container .slider-product-nav-wrap {
  margin-left: -4px;
  margin-right: -4px;
}
.content-for-carousel-container .item {
  padding-left: 4px;
  padding-right: 4px;
}
.content-for-carousel-container .ngc-media {
  position: relative;
}
.content-for-carousel-container .ngc-media img {
  display: block;
  width: 100%;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
.content-for-carousel-container .ngc-media:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #B1B1B1;
  opacity: 1;
  cursor: pointer;
}
.content-for-carousel-container .slick-current .ngc-media:after {
  border: 2px solid #000000;
}
@media (min-width: 992px) {
  .content-for-carousel-container {
    padding-left: 60px;
    padding-right: 60px;
  }
  .content-for-carousel-container .slider-product-nav-wrap {
    margin-left: -12px;
    margin-right: -12px;
  }
  .content-for-carousel-container .item {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (min-width: 1200px) {
  .content-for-carousel-container {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media (min-width: 1400px) {
  .content-for-carousel-container {
    clear: both;
  }
}
.keypoints-section {
  background-color: #000000;
  color: #fff;
}
.key-box {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-wrap: wrap;
  justify-content: space-between;
}
.key-box .ngc-media {
  width: 80px;
  text-align: center;
}
.key-box .ngc-media img {
  display: block;
  width: 100%;
  margin: 0 auto;
  max-width: 91px;
}
.key-box .ngc-media p {
  font-weight: bold;
  font-size: 12px;
  line-height: 1.375em;
}
.key-box .ngc-text {
  width: calc(100% - 100px);
  border-bottom: 1px solid #A8B2B0;
  padding-bottom: 20px;
}
.key-box .ngc-text p {
  font-size: 12px;
  margin: 0;
}
@media (min-width: 1200px) {
  .key-box .ngc-media {
    width: 100px;
  }
  .key-box .ngc-media p {
    font-size: 15px;
  }
  .key-box .ngc-text {
    width: calc(100% - 140px);
  }
  .key-box .ngc-text p {
    font-size: 16px;
  }
}
.large-container {
  max-width: 1600px;
}
@media (min-width: 1200px) {
  .large-container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1400px) {
  .large-container {
    padding-left: 56px;
    padding-right: 56px;
  }
}
@media (min-width: 1600px) {
  .large-container {
    padding-left: 96px;
    padding-right: 96px;
  }
}
.footer-quote {
  font-size: 12px;
  font-style: italic;
  color: #B1B1B1;
}
@media (min-width: 1200px) {
  .footer-quote {
    font-size: 14px;
  }
}
@media (min-width: 1400px) {
  .product-container {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (min-width: 1600px) {
  .product-container {
    padding-left: 100px;
    padding-right: 100px;
  }
}
.itsu-intro .ngc-text {
  margin-bottom: 32px;
}
.itsu-intro .ngc-media img {
  display: block;
  width: 100%;
}
@media (min-width: 768px) {
  .itsu-intro {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .itsu-intro .ngc-text {
    width: calc(50% - 20px);
  }
  .itsu-intro .ngc-media {
    width: 50%;
  }
}
.why-itsu {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-wrap: wrap;
}
.why-itsu .child {
  width: 50%;
  text-align: center;
  margin-bottom: 8px;
}
.why-itsu .child img {
  display: block;
  width: 100%;
  max-width: 70px;
  margin: 0 auto;
}
.why-itsu .child p {
  font-size: 12px;
  line-height: 1.28em;
  color: #000000;
  padding-left: 4px;
  padding-right: 4px;
  font-weight: bold;
}
@media (min-width: 540px) {
  .why-itsu .child {
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .why-itsu .child {
    margin-bottom: 16px;
  }
  .why-itsu .child p {
    font-size: 14px;
  }
}
.itsu-menu {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  z-index: 99;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.65);
  padding-top: 50px;
  overflow: hidden;
  transition: all 350ms ease;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
}
.itsu-menu .main-container {
  height: 100%;
}
.itsu-menu .itsu-nav {
  width: 100%;
  max-width: 320px;
  height: 100%;
  background-color: #fff;
  position: relative;
  z-index: 2;
  transition: all 350ms ease;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transform: translateX(-100px);
}
.itsu-menu .itsu-nav:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  width: 100vw;
  top: 0;
  right: 0;
  height: 100%;
  background-color: #fff;
}
.itsu-menu .itsu-nav > ul {
  position: relative;
  z-index: 2;
  overflow-y: auto;
  height: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
  padding-top: 16px;
}
.itsu-menu .itsu-nav > ul > li > a {
  text-transform: uppercase;
  font-weight: bold;
}
.itsu-menu .itsu-nav > ul > li.has-sub > a .text {
  position: relative;
  display: inline-block;
  padding-right: 16px;
}
.itsu-menu .itsu-nav > ul > li.has-sub > a .text:before {
  content: "\f107";
  font-family: "fontAwesome";
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}
.itsu-menu .itsu-nav > ul > li.has-sub > a.opened .text:before {
  content: "\f106";
}
.itsu-menu .itsu-nav > ul a {
  display: block;
  padding-top: 4px;
  padding-bottom: 4px;
  color: #000000;
}
.itsu-menu .itsu-nav > ul a:hover {
  color: #a19166;
  text-decoration: none;
}
.itsu-menu .sub-nav {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-top: 4px;
  padding-left: 16px;
  padding-bottom: 4px;
  display: none;
}
.itsu-menu.opened {
  opacity: 1;
  visibility: visible;
}
.itsu-menu.opened .itsu-nav {
  transform: translateX(0);
}
@media (min-width: 768px) {
  .itsu-menu {
    padding-top: 64px;
  }
  .itsu-menu .itsu-nav {
    font-size: 16px;
  }
  .itsu-menu .itsu-nav > ul {
    padding-top: 24px;
  }
  .itsu-menu .itsu-nav > ul > li.has-sub > a .text {
    padding-right: 20px;
  }
  .itsu-menu .itsu-nav > ul > li.has-sub > a .text:before {
    font-size: 20px;
  }
  .itsu-menu .itsu-nav > ul li {
    margin-bottom: 8px;
  }
  .itsu-menu .sub-nav {
    padding-left: 24px;
  }
}
@media (min-width: 1200px) {
  .itsu-menu {
    padding-top: 84px;
  }
}
@media (min-width: 1400px) {
  .itsu-menu {
    padding-top: 100px;
  }
}
@media (min-width: 1600px) {
  .itsu-menu .itsu-nav {
    font-size: 17px;
  }
  .itsu-menu .sub-nav {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 0;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 0.7;
}
.hamburger.is-active:hover {
  opacity: 0.7;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #fff;
}
.hamburger-box {
  width: 30px;
  height: 24px;
  display: block;
  position: relative;
}
@media (min-width: 768px) {
  .hamburger-box {
    width: 40px;
  }
}
.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 30px;
  height: 3px;
  background-color: #fff;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
@media (min-width: 768px) {
  .hamburger-inner,
  .hamburger-inner::before,
  .hamburger-inner::after {
    width: 40px;
  }
}
.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -8px;
}
@media (min-width: 768px) {
  .hamburger-inner::before {
    top: -12px;
  }
}
.hamburger-inner::after {
  bottom: -8px;
}
@media (min-width: 768px) {
  .hamburger-inner::after {
    bottom: -12px;
  }
}
/*
   * Spin
   */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
