/* 
- All
*/
.page-items .page-item .img:before, .page-items .page-item .title {
  -webkit-transition: 300ms ease;
  -o-transition: 300ms ease;
  transition: 300ms ease;
  -webkit-transition-property: color, background, mix-blend-mode, opacity, visibility, height;
  -o-transition-property: color, background, mix-blend-mode, opacity, visibility, height;
  transition-property: color, background, mix-blend-mode, opacity, visibility, height;
}

.page-items .page-item .img:before, .page-items .page-item a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* 
- Accent color
*/
.banner-area .container {
  position: relative;
}

.banner-area .col {
  position: relative;
  z-index: 2;
}

.banner-area .side-img {
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 0;
}

.banner-area .side-img img {
  display: block;
}

@media (max-width: 1199.98px) {
  .banner-area .side-img {
    max-width: 620px;
  }
}

@media (max-width: 991.98px) {
  .banner-area .side-img {
    max-width: 400px;
  }
}

@media (max-width: 767.98px) {
  .banner-area .side-img {
    display: none;
  }
}

.page-section {
  border-top: 1px solid #484848;
  border-bottom: 1px solid #484848;
  background: rgba(26, 26, 26, 0.9);
}

.page-items {
  margin-bottom: 80px;
}

.page-items .page-item {
  position: relative;
  margin-bottom: 45px;
}

.page-items .page-item .img {
  position: relative;
  border: 1px solid #444;
  margin-bottom: 20px;
}

.page-items .page-item .img:before {
  content: '';
  z-index: 2;
  background: #000;
  opacity: 0;
}

.page-items .page-item .img img {
  display: block;
}

.page-items .page-item .title {
  position: relative;
  font-size: 18px;
  font-weight: bold;
  padding-left: 47px;
}

.page-items .page-item .title:before {
  content: '';
  position: absolute;
  top: 15px;
  left: 0;
  width: 30px;
  height: 1px;
  background: #feb406;
}

.page-items .page-item a {
  z-index: 3;
}

.page-items .page-item:hover .img:before {
  opacity: .4;
}

.page-items .page-item:hover .title {
  color: #feb406;
}

.pages-img {
  margin-bottom: 90px;
}

.featured-items {
  margin-bottom: 50px;
}

.featured-items .feature-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
  background: #181818;
  border: 1px solid #444;
  height: 250px;
  position: relative;
}

.featured-items .feature-item .sale {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  top: -22px;
  left: -36px;
  background: #181818;
  border: 1px solid #444;
  text-align: center;
  width: 100px;
  height: 100px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}

.featured-items .feature-item .sale > span {
  text-transform: uppercase;
  font-size: 14px;
  color: #b1b0b0;
}

.featured-items .feature-item .sale .price {
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
  color: #feb406;
}

.featured-items .feature-item .sale .price span {
  display: inline-block;
  font-size: 24px;
  vertical-align: top;
  margin-top: 2px;
}

.featured-items .feature-item .img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 95px;
  margin-bottom: 25px;
}

.featured-items .feature-item .img img {
  vertical-align: middle;
}

.featured-items .feature-item .title {
  font-size: 14px;
  color: #b1b0b0;
  text-transform: uppercase;
  line-height: 1.28571;
  font-weight: 500;
  max-width: 173px;
  text-align: center;
}

@media (max-width: 767.98px) {
  .full-height {
    max-height: 500px;
  }
}