/* :: 1.0 Import Mixin */
/* :: 2.0 Import Fonts */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800");
/* :: 3.0 Import All CSS */
@import url("bootstrap.min.css");
@import url("classy-nav.css");
@import url("owl.carousel.min.css");
@import url("animate.css");
@import url("magnific-popup.css");
@import url("custom.css");
.clear-padding {
  padding: 0;
}

.justify-content-evenly {
  -ms-flex-pack: space-evenly !important;
  -webkit-box-pack: space-evenly !important;
  justify-content: space-evenly !important;
}

.bg-gray {
  background: #f3f3f3;
}

/* :: 4.0 Preloader */
.preloader {
  background-color: rgba(7, 17, 27, 0.8);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99999;
}

.preloader .spinner {
  width: 70px;
  text-align: center;
}

.preloader .spinner div {
  width: 18px;
  height: 18px;
  background-color: #fff;
  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;
}

.preloader .spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.preloader .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);
  }
}

/* :: 5.0 ScrollUp */
#scrollUp {
  background-color: #ffffff;
  bottom: 22px;
  right: 5px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  color: #faac03;
  font-size: 16px;
  font-weight: 600;
  border-radius: 50%;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.15);
}

#scrollUp:hover,
#scrollUp:focus {
  background-color: #faac03;
  color: #ffffff;
  text-decoration: none;
}

/* :: 6.0 Sidebar */
.sidebar {
  position: fixed;
  right: 0;
  top: 50%;
  width: 50px;
  height: auto;
  background: #faac03;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  z-index: 5000;
}

@media only screen and (max-width: 767px) {
  .sidebar {
    display: none;
  }
}

.sidebar i {
  font-size: 26px;
  color: #ffffff;
  padding-bottom: 5px;
}

/* :: 7.0 Component Button */
.component-btn {
  background-color: #faac03;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  position: relative;
  z-index: 1;
  display: inline-block;
  min-width: 160px;
  height: 50px;
  color: #686356;
  border-radius: 0;
  padding: 0 30px;
  font-size: 14px;
  line-height: 50px;
  font-weight: 500;
  text-transform: capitalize;
}

.component-btn:hover,
.component-btn:focus {
  font-size: 14px;
  font-weight: 500;
  background-color: #000000;
  color: #ffffff;
}

/* :: 8.0 Header Area CSS */
.header-area {
  position: relative;
  z-index: 1000;
  width: 100%;
}

.header-area .top-header-area {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 80px;
}

@media only screen and (max-width: 767px) {
  .header-area .top-header-area {
    height: 60px;
  }
}

.header-area .top-header-area .logo {
  width: 150px;
}

.header-area .top-header-area .top-search-area {
  position: relative;
  z-index: 1;
  width: 75%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .header-area .top-header-area .top-search-area {
    display: none;
  }
}

.header-area .top-header-area .top-search-area form {
  position: relative;
  z-index: 1;
  width: 360px;
}

.header-area .top-header-area .top-search-area form input {
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 42px;
  background-color: #fff;
  border: none;
  color: #ababab;
  font-size: 14px;
  padding: 0 180px 0 15px;
  border: 1px solid #bababa;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.header-area .top-header-area .top-search-area form input:focus {
  -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.15);
}

.header-area .top-header-area .top-search-area form select {
  position: absolute;
  top: 0;
  right: 40px;
  height: 40px;
  z-index: 10;
  width: 120px;
  border: none;
  margin-top: 1px;
  font-size: 14px;
}

.header-area .top-header-area .top-search-area form button {
  position: absolute;
  top: 1px;
  right: 1px;
  height: 40px;
  z-index: 10;
  width: 40px;
  background-color: #ffffff;
  border: none;
  color: #555555;
  cursor: pointer;
}

.header-area .top-header-area .top-search-area form button:hover,
.header-area .top-header-area .top-search-area form button:focus {
  color: #faac03;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.header-area .top-header-area .top-search-area form::after {
  content: "";
  position: absolute;
  display: block;
  z-index: 10;
  top: 10px;
  left: 53%;
  width: 1px;
  height: 22px;
  background: #bababa;
}

.header-area .top-header-area .login-area {
  position: relative;
  z-index: 1;
}

.header-area .top-header-area .login-area a {
  display: block;
  width: 120px;
  height: 40px;
  background-color: #ffffff;
  text-align: center;
  color: #000000;
  line-height: 40px;
  font-size: 14px;
}

@media only screen and (max-width: 767px) {
  .header-area .top-header-area .login-area a {
    width: 100%;
  }
}

.header-area .top-header-area .login-area a:hover {
  color: #faac03;
  text-decoration: none;
}

.header-area .top-header-area .login-area a i {
  display: inline-block;
  line-height: 42px;
  margin-right: 10px;
}

.header-area .nav-menu {
  position: relative;
  width: 100%;
  height: 70px;
}

@media only screen and (max-width: 767px) {
  .header-area .nav-menu {
    height: 60px;
  }
}

.header-area .nav-menu .classy-navbar {
  height: 70px;
  padding: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-area .nav-menu .classy-navbar {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

@media only screen and (max-width: 767px) {
  .header-area .nav-menu .classy-navbar {
    height: 60px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

.header-area .nav-menu .classy-navbar .nav-brand {
  max-width: 160px;
  margin-right: 30px;
}

.header-area .nav-menu .classy-navbar .classynav ul li a {
  font-weight: 600;
  text-transform: capitalize;
  font-size: 16px;
  margin: 0 15px;
  color: #fff;
  text-align: center;
  border-bottom: 1px solid transparent;
}

.header-area .nav-menu .classy-navbar .classynav ul li a:hover,
.header-area .nav-menu .classy-navbar .classynav ul li a:focus {
  color: #faac03;
  border-bottom: 1px solid #faac03;
}

.header-area .nav-menu .classy-navbar .classynav > ul > li:first-child a {
  padding-left: 0;
  text-align: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-area .nav-menu .classy-navbar .classynav > ul > li:first-child a {
    padding-left: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .header-area .nav-menu .classy-navbar .classynav > ul > li:first-child a {
    padding-left: 10px;
  }
}

.header-area .nav-menu .classy-navbar .classynav ul li ul li a {
  color: #404040;
  font-size: 14px;
  padding: 0 20px;
}

.header-area .nav-menu .nav-search-area {
  display: none;
  position: relative;
  z-index: 1;
  width: 80%;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .header-area .nav-menu .nav-search-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.header-area .nav-menu .nav-search-area form {
  position: relative;
  z-index: 1;
  width: 80%;
}

@media only screen and (max-width: 767px) {
  .header-area .nav-menu .nav-search-area form {
    width: 100%;
  }
}

.header-area .nav-menu .nav-search-area form input {
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 42px;
  background-color: #fff;
  border: none;
  color: #ababab;
  font-size: 14px;
  font-style: italic;
  padding: 0 50% 0 15px;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.header-area .nav-menu .nav-search-area form input:focus {
  -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.15);
}

.header-area .nav-menu .nav-search-area form select {
  position: absolute;
  top: 0;
  right: 40px;
  height: 40px;
  z-index: 10;
  width: 35%;
  border: none;
  margin-top: 1px;
}

.header-area .nav-menu .nav-search-area form button {
  position: absolute;
  top: 1px;
  right: 1px;
  height: 40px;
  z-index: 10;
  width: 40px;
  background-color: #ffffff;
  border: none;
  color: #555555;
  cursor: pointer;
}

.header-area .nav-menu .nav-search-area form button:hover,
.header-area .nav-menu .nav-search-area form button:focus {
  color: #faac03;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.header-area .nav-menu .nav-search-area form::after {
  content: "";
  position: absolute;
  display: block;
  z-index: 10;
  top: 10px;
  left: 50%;
  width: 1px;
  height: 22px;
  background: #bababa;
}

.header-area .nav-menu .top-social-info a {
  font-size: 14px;
  color: #545454;
  display: inline-block;
  margin-left: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-area .nav-menu .top-social-info a {
    margin-left: 0;
    margin-right: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .header-area .nav-menu .top-social-info a {
    margin-left: 0;
    margin-right: 15px;
  }
}

.header-area .nav-menu .top-social-info a:hover,
.header-area .nav-menu .top-social-info a:focus {
  color: #faac03;
}

.header-area .is-sticky .nav-menu {
  z-index: 9999;
  -webkit-box-shadow: 0 5px 50px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 50px 0 rgba(0, 0, 0, 0.2);
}

/* :: 9.0 Banner Area CSS */
.banner-area {
  position: relative;
  z-index: 1;
}

.banner-area .owl-prev {
  display: none !important;
}

.banner-area .owl-next {
  position: absolute;
  width: 133px;
  height: 52px;
  top: 50%;
  margin-top: -26px;
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  text-transform: capitalize;
  background-color: #faac03;
  right: 50px;
  text-align: center;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  line-height: 52px;
}

@media only screen and (max-width: 767px) {
  .banner-area .owl-next {
    width: 80px;
    height: 34px;
    line-height: 34px;
    margin-top: -17px;
    font-size: 11px;
    right: 15px;
  }
}

.banner-area .owl-next:hover {
  background-color: #000000;
  color: #ffffff;
}

/* :: 10.0 Single Product Area CSS */
.single-product-area {
  position: relative;
  z-index: 1;
  background: #f3f3f3;
  padding: 20px 0;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .single-product-area {
    margin-bottom: 10px;
  }
}

.single-product-area:hover {
  -webkit-box-shadow: 1px 1px 10px 1px rgba(7, 17, 27, 0.15);
  box-shadow: 1px 1px 10px 1px rgba(7, 17, 27, 0.15);
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}

.single-product-area p:nth-of-type(1) {
  color: #faac03;
  font-size: 22px;
  font-weight: 600;
  padding: 10px 0 0 0;
  margin-bottom: 0;
  line-height: 30px;
}

.single-product-area p:nth-of-type(2) {
  color: #ababab;
  font-size: 14px;
  line-height: 20px;
  padding: 0 20px;
  margin-bottom: 20px;
}

.single-product-area img {
  max-height: 208px;
  margin: 0 auto;
  display: block;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-product-area img {
    max-height: 140px;
  }
}

@media only screen and (max-width: 767px) {
  .single-product-area img {
    max-height: 140px;
  }
}

.product-area {
  position: relative;
  z-index: 1;
  margin: 20px auto;
}

.product-area .product-title {
  display: inline-block;
  font-size: 24px;
  padding: 30px 20px 20px;
  position: relative;
}

.product-area .product-title::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 20px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #faac03;
}

.pagination .page-item .page-link {
  background-color: transparent;
  font-size: 16px;
  color: #424242;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  border-radius: 0;
  padding: 0;
  margin-right: 10px;
  border: none;
  font-weight: 600;
}

.pagination .page-item .page-link:hover,
.pagination .page-item .page-link:focus {
  color: #faac03;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.pagination .page-item.active .page-link {
  color: #faac03;
}

/* :: 11.0 Footer Area CSS */
.footer-area {
  position: relative;
  z-index: 1;
  background: #000000;
}

.footer-area .main-footer-area {
  padding: 45px 0;
}

.footer-area .single-footer-widget {
  position: relative;
  z-index: 1;
}

.footer-area .single-footer-widget .widget-title {
  display: block;
  margin-bottom: 30px;
}

.footer-area .single-footer-widget .widget-title h4 {
  font-weight: 400;
  color: #fff;
  margin-bottom: 0;
  line-height: 1;
}

.footer-area .single-footer-widget .widget-content {
  padding-left: 30px;
}

.footer-area .single-footer-widget .widget-content p {
  margin-bottom: 0;
  color: #ffffff;
}

.footer-area .single-footer-widget .widget-content ul li {
  display: inline-block;
}

.footer-area .single-footer-widget .widget-content ul li:nth-child(1) a {
  padding-left: 0;
}

.footer-area .single-footer-widget .widget-content ul li:nth-child(1) a:after {
  display: none;
}

.footer-area .single-footer-widget .widget-content ul li a {
  display: block;
  color: #ffffff;
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: 400;
  position: relative;
  padding: 0 10px;
}

.footer-area .single-footer-widget .widget-content ul li a:focus,
.footer-area .single-footer-widget .widget-content ul li a:hover {
  color: #faac03;
}

.footer-area .single-footer-widget .widget-content ul li a:focus::after,
.footer-area .single-footer-widget .widget-content ul li a:hover::after {
  color: #ffffff;
}

.footer-area .single-footer-widget .widget-content ul li a::after {
  content: "|";
  display: inline-block;
  position: absolute;
  top: 0;
  left: -5px;
  width: 1px;
  height: 10px;
}

.footer-area .copywrite-content {
  position: relative;
  z-index: 1;
  background: #404040;
  width: 100%;
  padding: 15px 0;
}

.footer-area .copywrite-content .copywrite-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-area .copywrite-content .copywrite-item i {
  color: #fff;
  font-size: 26px;
  font-weight: 400;
  margin-right: 10px;
}

.footer-area .copywrite-content .copywrite-item span {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  margin-top: 10px;
  display: inline-block;
}

.footer-area .copywrite-content .copywrite-item p {
  line-height: 1.5;
  margin-top: 5px;
  height: 60px;
  font-size: 14px;
  color: #707070;
}

.footer-area .copywrite-content .footer-nav {
  position: relative;
  z-index: 1;
}

.footer-area .copywrite-content .footer-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media only screen and (max-width: 767px) {
  .footer-area .copywrite-content .footer-nav ul {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.footer-area .copywrite-content .footer-nav li a {
  position: relative;
  z-index: 1;
  color: #545454;
  font-size: 14px;
  font-weight: 400;
  padding: 0 15px;
}

@media only screen and (max-width: 767px) {
  .footer-area .copywrite-content .footer-nav li a {
    padding: 0 5px;
  }
}

.footer-area .copywrite-content .footer-nav li a:hover,
.footer-area .copywrite-content .footer-nav li a:focus {
  color: #faac03;
}

/* :: 12.0 Single Product List CSS */
.single-product-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 2%;
}

.single-product-list {
  width: 32%;
  height: auto;
  background: #ffffff;
  -webkit-box-shadow: 1px 1px 10px 1px rgba(7, 17, 27, 0.15);
  box-shadow: 1px 1px 10px 1px rgba(7, 17, 27, 0.15);
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .single-product-list {
    width: 100%;
  }
}

.single-product-list .product-list-title {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 20px;
}

.single-product-list .product-list-title .title-name {
  font-weight: 600;
  font-size: 20px;
}

.single-product-list .product-list-title .title-num {
  font-size: 20px;
  color: #faac03;
}

.single-product-list .product-list-title i {
  padding: 1px 15px;
  background: #faac03;
  color: #ffffff;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
}

.single-list-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px 20px 20px;
  background: #fff;
}

.single-list-content .single-list-item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 1px solid #e5e5e5;
}

.single-list-content .single-list-item:last-child {
  border-right: none;
}

.single-list-content .single-list-item a {
  padding-left: 20px;
  position: relative;
  display: inline;
  line-height: 24px;
  font-size: 14px;
  color: #686356;
  cursor: pointer;
}

.single-list-content .single-list-item a::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background: #faac03;
  left: 8px;
  top: 10px;
}

.single-list-content .single-list-item a:hover {
  color: #faac03;
}

.product-intro {
  background: #faac03;
  padding: 1% 2%;
  box-sizing: border-box;
}

.intro-left {
  width: 70%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  box-sizing: border-box;
  padding: 15px 0;
}

.intro-left p,
.intro-left p span,
.intro-left p a {
  color: #fff;
  font-size: 16px;
  margin: 0;
  padding: 0;
  line-height: 35px;
}

.intro-left p:nth-child(1) {
  font-size: 24px;
}

.intro-img {
  width: 25%;
  height: 100%;
}

.product-tab {
  background: #51330e;
  line-height: 50px;
  width: 100%;
}

.product-tab li {
  width: 10%;
}

.product-tab a {
  display: inline-block;
  height: 100%;
  width: 100%;
  text-align: center;
  color: #fff;
  background: #51330e;
}

@media only screen and (max-width: 767px) {
  .product-intro {
    flex-direction: column-reverse;
    padding: 0;
  }
  .product-tab li {
    width: 20%;
  }
  .intro-left {
    width: 90%;
  }
  .intro-img {
    width: 100%;
    height: 200px;
  }
}

.product-tab li:hover a {
  text-decoration: none;
  background: #e8e7e5;
  color: #686356;
}

.product-tab li.active a {
  background: #e8e7e5;
  color: #686356;
}

.product-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 10px auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0 10px;
  }
}

@media only screen and (max-width: 767px) {
  .product-detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0 10px;
  }
}

.product-detail .detail-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 79%;
  height: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-detail .detail-left {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .product-detail .detail-left {
    width: 100%;
  }
}

.product-detail .detail-left p {
  line-height: 30px;
  margin: 0;
  padding: 0 13px;
}

.product-detail .detail-left .single-product-list {
  width: 100%;
  background: #f3f3f3;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-top: 10px;
}

.product-detail .detail-left .single-product-list .single-list-content {
  padding: 20px 0;
  margin: 10px;
  -webkit-box-shadow: 1px 1px 10px 1px rgba(7, 17, 27, 0.15);
  box-shadow: 1px 1px 10px 1px rgba(7, 17, 27, 0.15);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-detail .detail-left .single-product-list .single-list-content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

@media only screen and (max-width: 767px) {
  .product-detail .detail-left .single-product-list .single-list-content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-detail
    .detail-left
    .single-product-list
    .single-list-content
    .single-list-item {
    width: 50%;
    margin: 10px 0;
    padding: 0 20px;
  }
}

@media only screen and (max-width: 767px) {
  .product-detail
    .detail-left
    .single-product-list
    .single-list-content
    .single-list-item {
    width: 50%;
    margin: 10px 0;
    padding: 0 20px;
  }
}

.product-detail .detail-left .detail-table {
  width: 100%;
  height: auto;
}

.product-detail .detail-left .detail-table .table-item {
  background: #ffffff;
  line-height: 50px;
  color: #686356;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #f3f3f3;
  cursor: pointer;
}.product-detail .detail-left .detail-table .table-item .table-span{width: 15%;}.product-detail .detail-left .detail-table .table-item .table-name{width: 55%;}

.product-detail .detail-left .detail-table .table-item span {
  display: inline-block;
  line-height: 50px;

 text-align: center;
}

.product-detail .detail-left .detail-table .table-item:hover span:nth-child(1) {
  color: #faac03;
  text-decoration: underline;
}

.product-detail .detail-left .detail-table .table-item:hover span:nth-child(2) {
  color: #faac03;
}

.product-detail .detail-left .detail-table .table-title {
  background: #f3f3f3;
}

.product-detail .detail-left .detail-table .table-title span {
  font-weight: 600;
}

.product-detail
  .detail-left
  .detail-table
  .table-title:hover
  span:nth-child(1) {
  color: #686356;
  text-decoration: none;
}

.product-detail
  .detail-left
  .detail-table
  .table-title:hover
  span:nth-child(2) {
  color: #686356;
}

.product-detail .detail-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 20%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-detail .detail-right {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media only screen and (max-width: 767px) {
  .product-detail .detail-right {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.product-detail .detail-right .single-product-list {
  width: 100%;
  background: #f3f3f3;
  margin-bottom: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-detail .detail-right .single-product-list {
    width: 49%;
    margin: 1%;
  }
}

@media only screen and (max-width: 767px) {
  .product-detail .detail-right .single-product-list {
    width: 49%;
    margin: 1%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-detail .detail-right .single-product-area {
    width: 49%;
    margin: 1%;
  }
}

@media only screen and (max-width: 767px) {
  .product-detail .detail-right .single-product-area {
    width: 49%;
    margin: 1%;
  }
}

.notice-slide {
  border-top: 3px solid #faac03;
  background: #ffffff;
  padding: 30px 0;
}

.notice-slide .notice-slide-title {
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  padding-bottom: 30px;
}

.notice-slide p {
  line-height: 30px;
  padding: 0 20px;
  margin: 0;
}

.notice-owl {
  position: relative;
  z-index: 1;
  padding: 0 30px;
}

@media only screen and (max-width: 767px) {
  .notice-owl {
    padding: 0;
  }
}

.notice-owl .owl-prev,
.notice-owl .owl-next {
  position: absolute;
  top: 50%;
  margin-top: -30px;
  font-size: 16px;
  color: #686356;
  left: -2%;
  text-align: center;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  line-height: 60px;
}

.notice-owl .owl-prev i,
.notice-owl .owl-next i {
  font-size: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .notice-owl .owl-prev,
  .notice-owl .owl-next {
    left: 15%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .notice-owl .owl-prev,
  .notice-owl .owl-next {
    left: 15%;
  }
}

@media only screen and (max-width: 767px) {
  .notice-owl .owl-prev,
  .notice-owl .owl-next {
    left: 5%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    line-height: 40px;
  }
}

.notice-owl .owl-prev:hover,
.notice-owl .owl-next:hover {
  color: #faac03;
}

.notice-owl .owl-next {
  left: auto;
  right: -2%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .notice-owl .owl-next {
    right: 15%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .notice-owl .owl-next {
    right: 15%;
  }
}

@media only screen and (max-width: 767px) {
  .notice-owl .owl-next {
    right: 5%;
  }
}

/* :: 8.0 Blog Area CSS */
.single-articles-area {
  position: relative;
  z-index: 1;
}

.single-articles-area .article-thumbnail {
  position: relative;
  z-index: 1;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 38%;
  flex: 0 0 38%;
  max-width: 38%;
  width: 38%;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .single-articles-area .article-thumbnail {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    margin-bottom: 30px;
  }
}

.single-articles-area .article-thumbnail img {
  width: 100%;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
}

.single-articles-area .article-thumbnail::after {
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  background-color: rgba(32, 216, 218, 0.6);
  position: absolute;
  visibility: hidden;
  opacity: 0;
}

.single-articles-area .article-content {
  position: relative;
  z-index: 1;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 62%;
  flex: 0 0 62%;
  max-width: 62%;
  width: 62%;
  padding-left: 30px;
}

@media only screen and (max-width: 767px) {
  .single-articles-area .article-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    padding-left: 0;
  }
}

.single-articles-area .article-content .post-title {
  font-size: 24px;
  color: #424242;
  font-weight: 700;
  display: block;
  margin-bottom: 10px;
}

.single-articles-area .article-content .post-title:hover {
  color: #faac03;
}

.single-articles-area .article-content .post-meta {
  position: relative;
  z-index: 1;
  margin-bottom: 25px;
}

.single-articles-area .article-content .post-meta a {
  font-size: 14px;
  color: #6b6b6b;
  font-weight: 700;
  text-transform: uppercase;
}

.single-articles-area .article-content .post-meta a:first-child {
  margin-right: 30px;
  color: #faac03;
}

.single-articles-area .article-content .post-meta a:hover,
.single-articles-area .article-content .post-meta a:focus {
  color: #faac03;
}

.single-articles-area .article-content p {
  color: #939393;
  margin-bottom: 0;
}

.single-articles-area:hover .article-thumbnail::after,
.single-articles-area:focus .article-thumbnail::after {
  visibility: visible;
  opacity: 1;
}

.single-articles-area:hover .article-thumbnail img,
.single-articles-area:focus .article-thumbnail img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.single-articles-area.style-2 .article-content .post-title {
  color: #fff;
}

.single-articles-area.style-2 .article-content p {
  color: #c2c2c2;
}

.article-content {
  position: relative;
  z-index: 1;
}

.article-content .post-title {
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  font-size: 30px;
  color: #fff;
  font-weight: 700;
  display: block;
  margin-bottom: 10px;
}

.article-content .post-title:hover {
  color: #faac03;
}

.article-content .post-meta {
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
}

.article-content .post-meta a {
  font-size: 14px;
  color: #6b6b6b;
  font-weight: 700;
  text-transform: uppercase;
  margin-right: 30px;
}

.article-content .post-meta a:last-child {
  margin-right: 0;
}

.article-content .post-meta a:hover,
.article-content .post-meta a:focus {
  color: #faac03;
}

.article-content p {
  color: #939393;
}

.post-details-content {
  position: relative;
  z-index: 1;
}

.post-details-content .blog-thumbnail {
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  position: relative;
  z-index: 1;
}

.post-details-content .blog-thumbnail img {
  width: 100%;
}

.post-details-content .blog-content {
  position: relative;
  z-index: 1;
}

.post-details-content .blog-content .post-title {
  display: block;
  font-size: 24px;
  margin-bottom: 15px;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
}

@media only screen and (max-width: 767px) {
  .post-details-content .blog-content .post-title {
    font-size: 18px;
  }
}

.post-details-content .blog-content .post-meta {
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
}

.post-details-content .blog-content .post-meta a {
  font-size: 14px;
  color: #6b6b6b;
  font-weight: 700;
  text-transform: uppercase;
  margin-right: 30px;
}

.post-details-content .blog-content .post-meta a:last-child {
  margin-right: 0;
}

.post-details-content .blog-content .post-meta a:hover,
.post-details-content .blog-content .post-meta a:focus {
  color: #faac03;
}

@media only screen and (max-width: 767px) {
  .post-details-content .blog-content .post-meta a {
    font-size: 12px;
    margin-right: 15px;
  }
}

.post-details-content .blog-content p {
  line-height: 2.2;
}

.sidebar-area {
  position: relative;
  z-index: 1;
}

.single-video-widget {
  background-color: #232323;
  padding: 20px 15px;
  border-bottom: 1px solid #fff;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
}

.single-video-widget .video-thumbnail {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80px;
  flex: 0 0 80px;
  max-width: 80px;
  width: 80px;
  margin-right: 15px;
}

.single-video-widget .video-text {
  position: relative;
  z-index: 1;
}

.single-video-widget .video-text a {
  margin-bottom: 0;
  line-height: 1.7;
  color: #fff;
  font-size: 15px;
  display: block;
  font-weight: 400;
}

.single-video-widget .video-text span {
  color: #747373;
  font-size: 12px;
  margin: 0;
}

.single-video-widget .video-rating {
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
  max-width: 50px;
  width: 50px;
  margin-left: 15px;
  background-color: #faac03;
  height: 30px;
  color: #fff;
  line-height: 30px;
  text-align: center;
  font-weight: 600;
  font-size: 12px;
}

.single-video-widget:hover,
.single-video-widget:focus {
  background-color: #faac03;
}

.single-video-widget:hover .video-rating,
.single-video-widget:focus .video-rating {
  background-color: #232323;
}

.single-widget-area {
  position: relative;
  z-index: 1;
}

.single-widget-area .widget-title {
  margin-bottom: 50px;
  font-weight: 600;
}

.single-widget-area.add-widget {
  margin-bottom: 160px;
}

.single-widget-area.add-widget .side-img {
  position: absolute;
  bottom: -80px;
  z-index: 10;
  width: 80%;
  right: -40px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-widget-area.add-widget .side-img {
    right: -30px;
  }
}

@media only screen and (max-width: 767px) {
  .single-widget-area.add-widget .side-img {
    right: 0;
  }
}

.single-widget-area.add-widget img {
  width: 100%;
}

.single-widget-area.video-widget {
  margin-bottom: 80px;
}

.single-widget-area.post-widget .single-post-area {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}

.single-widget-area.post-widget .single-post-area:last-child {
  margin-bottom: 0;
}

.single-widget-area.post-widget .single-post-area .blog-thumbnail {
  position: relative;
  z-index: 1;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80px;
  flex: 0 0 80px;
  max-width: 80px;
  width: 80px;
  margin-right: 20px;
}

.single-widget-area.post-widget .single-post-area .blog-thumbnail img {
  width: 100%;
}

.single-widget-area.post-widget .single-post-area .blog-content {
  position: relative;
  z-index: 1;
}

.single-widget-area.post-widget .single-post-area .blog-content .post-title {
  display: block;
  font-size: 16px;
  margin-bottom: 10px;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  font-weight: 600;
}

.single-widget-area.post-widget
  .single-post-area
  .blog-content
  .post-title:hover,
.single-widget-area.post-widget
  .single-post-area
  .blog-content
  .post-title:focus {
  color: #faac03;
}

.single-widget-area.post-widget .single-post-area .blog-content span {
  display: block;
  color: #747373;
  font-size: 12px;
}

.comment_area {
  position: relative;
  z-index: 1;
}

.comment_area .comment-content .comment-author {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80px;
  flex: 0 0 80px;
  min-width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-right: 20px;
}

.comment_area .comment-content .comment-meta {
  margin-bottom: 30px;
}

.comment_area .comment-content .comment-meta .post-author {
  font-size: 16px;
  display: block;
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: capitalize;
}

.comment_area .comment-content .comment-meta .post-date {
  display: block;
  font-size: 12px;
  font-weight: 600;
  color: #faac03;
  margin-bottom: 10px;
}

.comment_area .comment-content .comment-meta .reply {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  display: block;
  font-size: 12px;
  color: #424242;
}

.comment_area .comment-content .comment-meta .reply:hover {
  color: #faac03;
}

.comment_area .comment-content .comment-meta p {
  margin-bottom: 10px;
}

.comment_area .single_comment_area {
  margin-bottom: 30px;
}

.comment_area .single_comment_area:last-of-type {
  margin-bottom: 0;
}

.comment_area .children .single_comment_area {
  margin-left: 50px;
  margin-top: 30px;
}

/* :: 9.0 Monthly Picks Area CSS */
.monthly-picks-area {
  position: relative;
  z-index: 1;
  background-color: #0e0e0e;
  overflow: hidden;
}

.monthly-picks-area .nav-tabs {
  border-bottom: 2px solid #323232;
  margin-bottom: 80px;
}

.monthly-picks-area .nav-tabs .nav-item .nav-link {
  padding: 0 25px;
  height: 56px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 56px;
  border-radius: 0;
  border: none;
}

.monthly-picks-area .nav-tabs .nav-item .nav-link:hover {
  border: none;
}

.monthly-picks-area .nav-tabs .nav-item .nav-link.active {
  background-color: #faac03;
}

@media only screen and (max-width: 767px) {
  .monthly-picks-area .nav-tabs .nav-item .nav-link {
    padding: 0 20px;
    height: 42px;
    line-height: 42px;
    font-size: 12px;
  }
}

.single-games-slide {
  position: relative;
  z-index: 1;
}

.single-games-slide .slide-text {
  margin-top: 30px;
}

.single-games-slide .slide-text .game-title {
  color: #fff;
  display: block;
  margin-bottom: 10px;
  font-size: 18px;
}

@media only screen and (max-width: 767px) {
  .single-games-slide .slide-text .game-title {
    font-size: 16px;
  }
}

.single-games-slide .slide-text .game-title:hover,
.single-games-slide .slide-text .game-title:focus {
  color: #faac03;
}

.single-games-slide .slide-text .meta-data {
  position: relative;
  z-index: 1;
}

.single-games-slide .slide-text .meta-data a {
  font-size: 12px;
  color: #6b6b6b;
  font-weight: 700;
  text-transform: uppercase;
}

.single-games-slide .slide-text .meta-data a:first-child {
  margin-right: 15px;
}

.single-games-slide .slide-text .meta-data a:last-child {
  color: #faac03;
}

.single-games-slide .slide-text .meta-data a:hover,
.single-games-slide .slide-text .meta-data a:focus {
  color: #faac03;
}

.left-right-pattern {
  position: relative;
  z-index: 6000;
}

.left-right-pattern::after {
  position: absolute;
  width: 100%;
  height: 2000px;
  top: -500px;
  left: 1110px;
  content: "";
  background-color: rgba(14, 14, 14, 0.8);
  background-image: url(img/core-img/pattern.png);
  z-index: 6000;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .left-right-pattern::after {
    left: 930px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .left-right-pattern::after {
    left: 690px;
  }
}

@media only screen and (max-width: 767px) {
  .left-right-pattern::after {
    display: none;
  }
}

.left-right-pattern::before {
  position: absolute;
  width: 100%;
  height: 2000px;
  top: -500px;
  left: -1110px;
  content: "";
  background-color: rgba(14, 14, 14, 0.8);
  background-image: url(img/core-img/pattern.png);
  z-index: 6000;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .left-right-pattern::before {
    left: -930px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .left-right-pattern::before {
    left: -690px;
  }
}

@media only screen and (max-width: 767px) {
  .left-right-pattern::before {
    display: none;
  }
}

/* :: 10.0 Video Area CSS */
.egames-video-area {
  position: relative;
  z-index: 1;
}

.egames-video-area .egames-nav-btn {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 590px;
  overflow-x: hidden;
  overflow-y: scroll;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .egames-video-area .egames-nav-btn {
    height: 400px;
  }
}

@media only screen and (max-width: 767px) {
  .egames-video-area .egames-nav-btn {
    height: 400px;
  }
}

.egames-video-area .nav-link {
  padding: 0;
}

.egames-video-area .nav-link .video-text .video-title {
  color: #fff;
}

.egames-video-area .nav-link .video-text span {
  font-size: 10px;
}

.egames-video-area .nav-link.active .single-video-widget {
  background-color: #faac03;
}

.egames-video-area .nav-link.active .single-video-widget .video-rating {
  background-color: #424242;
}

.egames-video-area .video-playground {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 590px;
  border-left: 1px solid #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .egames-video-area .video-playground {
    height: 400px;
  }
}

@media only screen and (max-width: 767px) {
  .egames-video-area .video-playground {
    height: 300px;
  }
}

.egames-video-area .video-playground .play-btn a {
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  position: absolute;
  width: 74px;
  height: 74px;
  z-index: 100;
  top: 50%;
  left: 50%;
  margin-top: -37px;
  margin-left: -37px;
  background-color: rgba(255, 0, 0, 0.63);
  border-radius: 50%;
  text-align: center;
}

.egames-video-area .video-playground .play-btn a img {
  padding: 25px 0;
}

.egames-video-area .video-playground .play-btn a:hover {
  background-color: #faac03;
}

/* :: 11.0 Game Review Area CSS */
.single-game-review-area {
  position: relative;
  z-index: 1;
}

.single-game-review-area .game-thumbnail {
  position: relative;
  z-index: 1;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 42%;
  flex: 0 0 42%;
  max-width: 42%;
  width: 42%;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .single-game-review-area .game-thumbnail {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    margin-bottom: 30px;
  }
}

.single-game-review-area .game-thumbnail img {
  width: 100%;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
}

.single-game-review-area .game-thumbnail::after {
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  background-color: rgba(32, 216, 218, 0.6);
  position: absolute;
  visibility: hidden;
  opacity: 0;
}

.single-game-review-area .game-content {
  position: relative;
  z-index: 1;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58%;
  flex: 0 0 58%;
  max-width: 58%;
  width: 58%;
  padding-left: 30px;
}

@media only screen and (max-width: 767px) {
  .single-game-review-area .game-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    padding-left: 0;
  }
}

.single-game-review-area .game-content .game-tag {
  font-size: 11px;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #aaaaaa;
}

.single-game-review-area .game-content .game-title {
  font-size: 24px;
  color: #424242;
  font-weight: 700;
  display: block;
  margin-bottom: 10px;
}

.single-game-review-area .game-content .game-title:hover {
  color: #faac03;
}

.single-game-review-area .game-content .game-meta {
  position: relative;
  z-index: 1;
  margin-bottom: 15px;
}

.single-game-review-area .game-content .game-meta a {
  font-size: 14px;
  color: #6b6b6b;
  font-weight: 700;
  text-transform: uppercase;
}

.single-game-review-area .game-content .game-meta a:first-child {
  margin-right: 30px;
}

.single-game-review-area .game-content .game-meta a:hover,
.single-game-review-area .game-content .game-meta a:focus {
  color: #faac03;
}

.single-game-review-area .game-content p {
  color: #939393;
  margin-bottom: 15px;
}

.single-game-review-area .game-content .download-rating-area {
  position: relative;
  z-index: 1;
}

.single-game-review-area .game-content .download-rating-area .download-area a {
  display: inline-block;
}

.single-game-review-area
  .game-content
  .download-rating-area
  .download-area
  a:first-child {
  margin-right: 20px;
}

.single-game-review-area
  .game-content
  .download-rating-area
  .download-area
  a
  img {
  max-height: 36px;
}

@media only screen and (max-width: 767px) {
  .single-game-review-area
    .game-content
    .download-rating-area
    .download-area
    a
    img {
    max-height: 24px;
  }
}

.single-game-review-area .game-content .download-rating-area .rating-area h3 {
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 0;
}

.single-game-review-area
  .game-content
  .download-rating-area
  .rating-area
  .stars {
  font-size: 10px;
}

.single-game-review-area
  .game-content
  .download-rating-area
  .rating-area
  .stars
  i {
  color: #fbb710;
}

.single-game-review-area:hover .game-thumbnail::after,
.single-game-review-area:focus .game-thumbnail::after {
  visibility: visible;
  opacity: 1;
}

.single-game-review-area:hover .game-thumbnail img,
.single-game-review-area:focus .game-thumbnail img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.single-game-review-area.style-2 .game-content {
  padding-left: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
}

.single-game-img-slides {
  position: relative;
  z-index: 1;
}

.single-game-img-slides .carousel-indicators {
  position: relative;
  right: 0;
  bottom: 0;
  left: 0;
  padding-left: 0;
  margin-right: 0;
  margin-left: 0;
  margin-top: 15px;
}

.single-game-img-slides .carousel-indicators li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(16.66667% - 12.5px);
  flex: 0 0 calc(16.66667% - 12.5px);
  max-width: calc(16.66667% - 12.5px);
  width: calc(16.66667% - 12.5px);
  height: 150px;
  margin-left: 0;
  margin-right: 15px;
  background-size: cover;
  background-position: center center;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-game-img-slides .carousel-indicators li {
    height: 100px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-game-img-slides .carousel-indicators li {
    height: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .single-game-img-slides .carousel-indicators li {
    height: 40px;
  }
}

.single-game-img-slides .carousel-indicators li:last-child {
  margin-right: 0;
}

.egames-barfiller {
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .egames-barfiller {
    margin-top: 100px;
  }
}

.single-barfiller-area {
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
  display: block;
}

.single-barfiller-area:last-child {
  margin-bottom: 0;
}

.single-barfiller-area .barfiller {
  width: 100%;
  height: 7px;
  background: #dcdfff;
  border: none;
  position: relative;
  margin-bottom: 20px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.single-barfiller-area .barfiller .fill {
  display: block;
  position: relative;
  width: 0px;
  height: 100%;
  background: #333;
  z-index: 1;
}

.single-barfiller-area .barfiller .tipWrap {
  display: none;
}

.single-barfiller-area .barfiller .tip {
  margin-top: 15px;
  padding: 2px 4px;
  font-size: 11px;
  color: #424242;
  left: 0px;
  font-size: 14px;
  position: absolute;
  z-index: 2;
  background: transparent;
}

.single-barfiller-area .barfiller .tip::after {
  display: none;
}

.single-barfiller-area p {
  margin-bottom: 0;
  font-size: 14px;
  color: #424242;
  line-height: 1;
  margin-top: 15px;
}

/* :: 12.0 Breadcrumb Area CSS */
.breadcrumb-area {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 410px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .breadcrumb-area {
    height: 370px;
  }
}

@media only screen and (max-width: 767px) {
  .breadcrumb-area {
    height: 230px;
  }
}

.breadcrumb-area .breadcrumb-text {
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  position: relative;
  z-index: 1;
  padding: 30px 60px;
  border-left: 2px solid #faac03;
  background-color: rgba(0, 0, 0, 0.6);
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  .breadcrumb-area .breadcrumb-text {
    padding: 20px 40px;
  }
}

.breadcrumb-area .breadcrumb-text h2 {
  font-size: 36px;
  line-height: 1;
  margin-bottom: 0;
  color: #fff;
  font-weight: 400;
}

@media only screen and (max-width: 767px) {
  .breadcrumb-area .breadcrumb-text h2 {
    font-size: 24px;
  }
}

.breadcrumb-area:hover .breadcrumb-text {
  border-left: 2px solid #fff;
  background-color: #faac03;
}

/* :: 13.0 Contact Area CSS */
.contact-content {
  position: relative;
  z-index: 1;
}

.contact-content p {
  margin-bottom: 0;
}

.single-contact-info {
  position: relative;
  margin-bottom: 15px;
}

.single-contact-info:last-child {
  margin-bottom: 0;
}

.single-contact-info .title {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 99px;
  flex: 0 0 99px;
  max-width: 99px;
  width: 99px;
  height: 32px;
  background-color: #faac03;
  text-align: center;
  margin-right: 20px;
}

.single-contact-info .title p {
  color: #fff;
  line-height: 32px;
  font-size: 14px;
  margin-bottom: 0;
}

.single-contact-info p {
  font-size: 14px;
  margin-bottom: 0;
}

.contact-form-area .form-control {
  position: relative;
  z-index: 2;
  height: 45px;
  width: 100%;
  background-color: #eff4f9;
  font-size: 12px;
  margin-bottom: 30px;
  border-radius: 0;
  padding: 15px 30px;
  font-weight: 600;
  font-style: italic;
  color: #ababab;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  border: none;
}

.contact-form-area .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.contact-form-area textarea.form-control {
  height: 190px;
}

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

.map-area iframe {
  width: 100%;
  height: 515px;
  border: none;
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .map-area iframe {
    height: 300px;
  }
}

/* ====== The End ====== */
/*# sourceMappingURL=style.css.map */
