
.btn-main, .btn-main-sm, .btn-live-preview {
  background: #F8B412;
  color: #fff;
  display: inline-block;
  font-size: 11px;
  letter-spacing: 1px;
  padding: 14px 35px;
  text-transform: uppercase;
  font-weight: bold;
}
.btn-main:hover, .btn-main-sm:hover, .btn-live-preview:hover {
  background: #9f7205;
  color: #fff;
}

.btn-main-sm, .btn-live-preview {
  padding: 8px 27px;
}

.btn-live-preview {
  background: #777;
}
.btn-live-preview:hover {
  background: #777;
}

.section-title h2 {
  color: #444;
  display: inline-block;
  font-size: 16px;
  text-transform: uppercase;
  position: relative;
}
.section-title h2 span {
  margin-top: 6px;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 45px;
  color: #212121;
  display: block;
}

/*=================================================================
  Navigation
==================================================================*/

.hero-area {
  height: 100vh;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero-area img {
  margin-top: 130px;
}
.hero-area .block {
  padding: 200px 0;
}
.hero-area .block h1 {
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #black;
}
.hero-area .block p {
  color: #000;
  font-size: 15px;
  margin-bottom: 20px;
}
.hero-area .block .btn-main, .hero-area .block .btn-main-sm, .hero-area .block .btn-live-preview {
  margin-top: 20px;
}
.hero-area .block .btn-main:hover, .hero-area .block .btn-main-sm:hover, .hero-area .block .btn-live-preview:hover {
  opacity: 0.8;
}

.hero-area-video {
  height: 100vh;
  position: inherit !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero-area-video .block {
  color: #fff;
  text-align: center;
}
.hero-area-video .block h1 {
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 20px;
}
.hero-area-video .block p {
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 3px;
  margin-bottom: 20px;
}
.hero-area-video .block .btn-main, .hero-area-video .block .btn-main-sm, .hero-area-video .block .btn-live-preview {
  margin-top: 20px;
}

.dark-bg {
  background: rgba(0, 0, 0, 0.7);
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: -1;
}

.product-items-wrapper {
  padding: 40px 0;
}

.product-item {
  margin: 30px 0;
  transition: 0.3s all;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.product-item:hover {
  box-shadow: 0 20px 25px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 20px 25px rgba(0, 0, 0, 0.15);
}
.product-item .product-thumb {
  overflow: hidden;
  position: relative;
  min-height: 270px;
}
.product-item .product-thumb a {
  display: block;
}
.product-item .product-thumb .badge {
  transform: rotate(45deg);
  background: #1bbb1b;
  border-radius: 0;
  position: absolute;
  right: -38px;
  top: 6px;
  display: inline-block;
  width: 110px;
  padding: 7px 12px;
  font-size: 14px;
}
.product-item .content {
  padding: 25px 20px;
  background: #fff;
}
.product-item .content h4 {
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 5px;
}
.product-item .content h4 a {
  color: #444;
}
.product-item .product-meta .price {
  display: inline-block;
  color: #F8B412;
}
.product-item .product-meta .author {
  color: #444;
  display: inline-block;
  float: right;
}
.product-item .product-buttons .btn-main-sm, .product-item .product-buttons .btn-live-preview {
  text-transform: capitalize;
  margin-top: 10px;
}
