@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,500,700);
/*=======================================================================

Template Name: Foxtar | Responsive HTML5 Template
Template URI: https://radiustheme.com/
Description: Foxtar | Foxtar Responsive HTML5 Template.
Author: Radius Theme
Author URI: https://radiustheme.com/
Version: 1.0

/*=======================================================================
[Table of content]
=========================================================================

[01] Typography
[02] General
[03] Header Area
[04] Main Banner Area
[05] Inner Page Banner Area
[06] Product Page Area
[07] Single Product Page Area
[08] Settings Page Area
[09] Product Upload Page Area
[10] Sales Statement Page Area
[11] Withdrawal Page Area
[12] Profile Page Area
[13] Why Choose Area
[14] Pricing Plan Area
[15] Tutorials Area
[16] Money Back Area
[17] Sidebar Area
[18] Blog Page Area
[19] Single Blog Page Area
[20] Registration Page Area
[21] Help Page Area
[22] 404 Error Page Area
[23] Contact Page Area
[24] Footer Area

=========================================================================
[ End table of content ]
=========================================================================*//*=======================================================================
[01] Typography
=========================================================================*/
html,
body {
  height: 100%;
  font-family: 'Roboto', sans-serif;
  line-height: 1.5;
  font-weight: 400;
  vertical-align: baseline;
  background: #ffffff;
  color: #444444;
}
body {
  font-size: 15px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto', sans-serif;
  line-height: 1.5;
  font-weight: 400;
  margin: 0 0 20px 0;
  color: #212121;
}
h1 {
  font-size: 48px;
}
h2 {
  font-size: 36px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 20px;
}
p {
  margin: 0 0 20px 0;
}
/*=======================================================================
[02] General
=========================================================================*/
a {
  text-decoration: none;
}
a:active,
a:hover,
a:focus {
  text-decoration: none;
}
a:active,
a:hover,
a:focus {
  outline: 0 none;
}
img {
  max-width: 100%;
  height: auto;
}
ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.clear:after {
  clear: both;
  content: "";
  display: block;
}
#wrapper {
  overflow: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.bg-primary {
  background: #8bc34a;
  color: #ffffff;
}
.bg-secondary {
  background: #f4f6f5;
}
.bg-primaryText {
  background: #263238;
  color: #ffffff;
}
.bg-textPrimary {
  background: #ffffff;
  color: #8bc34a;
}
@media only screen and (max-width: 767px) {
  .display-none-in-mobile {
    display: none!important;
  }
}
.margin-bottom-none {
  margin-bottom: 0!important;
}
.para-inner-default {
  margin-bottom: 40px;
  color: #707070;
  font-size: 16px;
}
.section-space-default {
  padding: 25px 0 25px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section-space-default {
    padding: 25px 0 25px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-space-default {
    padding: 25px 0 25px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .section-space-default {
    padding: 25px 0 25px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .section-space-default {
    padding: 25px 25px;
  }
}
@media only screen and (max-width: 320px) {
  .section-space-default {
    padding: 25px 0 25px;
  }
}
.section-space-bottom {
  padding: 0 0 125px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section-space-bottom {
    padding: 0 0 115px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-space-bottom {
    padding: 0 0 105px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .section-space-bottom {
    padding: 0 0 95px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .section-space-bottom {
    padding: 0 0 85px;
  }
}
@media only screen and (max-width: 320px) {
  .section-space-bottom {
    padding: 0 0 75px;
  }
}
.bg-common-style {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.section-divider {
  height: 1px;
  width: 100%;
  background: #bdbdbd;
}
.margin-left-none {
  margin: 0!important;
}
.inner-page-details h3 {
  font-size: 20px;
  font-weight: 500;
}
.inner-page-details p {
  color: #707070;
}
.title-inner-section {
  font-size: 18px;
  color: #263238;
  padding: 15px 30px;
  background: #ffffff;
  border: 1px solid #dfdfdf;
  font-weight: 500;
  margin-bottom: 28px;
}
.title-default {
  font-size: 36px;
  color: #263238;
  text-transform: capitalize;
  text-align: center;
  font-weight: 500;
  margin-bottom: 25px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .title-default {
    font-size: 34px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .title-default {
    font-size: 32px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .title-default {
    font-size: 30px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .title-default {
    font-size: 28px;
  }
}
@media only screen and (max-width: 320px) {
  .title-default {
    font-size: 26px;
  }
}
.title-textPrimary {
  font-size: 36px;
  color: #ffffff;
  text-transform: capitalize;
  text-align: center;
  font-weight: 500;
  margin-bottom: 45px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .title-textPrimary {
    font-size: 34px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .title-textPrimary {
    font-size: 32px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .title-textPrimary {
    font-size: 30px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .title-textPrimary {
    font-size: 28px;
  }
}
@media only screen and (max-width: 320px) {
  .title-textPrimary {
    font-size: 26px;
  }
}
.title-secondary {
  background: transparent;
  font-size: 24px;
  padding-bottom: 15px;
  margin-bottom: 40px;
  font-weight: 500;
  text-transform: capitalize;
  color: #263238;
  border-bottom: 1px solid #d7d7d7;
}
.title-inner-default {
  font-size: 30px;
  color: #263238;
  text-transform: capitalize;
  font-weight: 500;
  margin-bottom: 10px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .title-inner-default {
    font-size: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .title-inner-default {
    font-size: 28px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .title-inner-default {
    font-size: 26px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .title-inner-default {
    font-size: 24px;
  }
}
@media only screen and (max-width: 320px) {
  .title-inner-default {
    font-size: 22px;
  }
}
.title-section {
  font-size: 24px;
  padding: 15px 35px;
  background: #ffffff;
  color: #263238;
  font-weight: 700;
  text-align: left;
  border: 1px solid #d7d7d7;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .title-section {
    font-size: 24px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .title-section {
    font-size: 24px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .title-section {
    font-size: 22px;
    padding: 15px 30px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .title-section {
    font-size: 20px;
    padding: 15px 20px;
  }
}
@media only screen and (max-width: 320px) {
  .title-section {
    font-size: 20px;
    padding: 15px;
  }
}
.default-btn {
  color: #ffffff;
  padding: 12px 44px;
  background: transparent;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  border: 1px solid #ffffff;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media (min-width: 480px) and (max-width: 767px) {
  .default-btn {
    padding: 12px 40px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .default-btn {
    padding: 12px 36px;
  }
}
@media only screen and (max-width: 320px) {
  .default-btn {
    padding: 12px 30px;
  }
}
.default-btn:hover {
  border: 1px solid #689f38;
  background: #689f38;
  color: #ffffff;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.isotop-box-btn {
  text-align: center;
  margin-bottom: 45px;
}
.isotop-box-btn:after {
  display: none;
}
.isotop-box-btn a {
  background: #f4f6f5;
  padding: 10px 26px;
  font-size: 14px;
  font-weight: 500;
  color: #263238;
  margin: 0 3px 5px;
  text-transform: capitalize;
  display: inline-block;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .isotop-box-btn a {
    padding: 10px 26px;
  }
}
.isotop-box-btn a:hover {
  -webkit-box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.75);
  box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.75);
  background: #e74c3c;
  color: #ffffff;
}
.isotop-box-btn .current {
  -webkit-box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.75);
  box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.75);
  background: #e74c3c;
  color: #ffffff;
}
.isotop-box-btn-white {
  text-align: center;
  margin-bottom: 45px;
}
.isotop-box-btn-white:after {
  display: none;
}
.isotop-box-btn-white a {
  background: #ffffff;
  padding: 10px 26px;
  font-size: 14px;
  font-weight: 500;
  color: #263238;
  margin: 0 3px 5px;
  text-transform: capitalize;
  display: inline-block;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .isotop-box-btn-white a {
    padding: 10px 26px;
  }
}
.isotop-box-btn-white a:hover {
  -webkit-box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.75);
  box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.75);
  background: #e74c3c;
  color: #ffffff;
}
.isotop-box-btn-white .current {
  -webkit-box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.75);
  box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.75);
  background: #e74c3c;
  color: #ffffff;
}
.secondary-btn {
  border: none;
  color: #263238;
  padding: 13px 35px;
  background: #f4f6f5;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 0px 1px 3px 0px rgba(50, 50, 50, 0.75);
  box-shadow: 0px 1px 3px 0px rgba(50, 50, 50, 0.75);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.secondary-btn:hover {
  color: #ffffff;
  background: #8bc34a;
}
.btn-area {
  margin: 30px 0 20px;
  text-align: center;
}
.btn-area li {
  position: relative;
  display: inline-block;
  border: none;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 700;
  background: transparent;
  border: 2px solid #8bc34a;
  margin: 0 5px 10px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.btn-area li:before {
  background: #8bc34a;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
}
.btn-area li a {
  display: block;
  color: #212121;
  padding: 10px 35px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.btn-area li:hover {
  -webkit-box-shadow: 0px 1px 3px 0px rgba(184, 184, 184, 0.75);
  -moz-box-shadow: 0px 1px 3px 0px rgba(184, 184, 184, 0.75);
  box-shadow: 0px 1px 3px 0px rgba(184, 184, 184, 0.75);
}
.btn-area li:hover a {
  color: #ffffff;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.apply-now-btn {
  text-align: center;
  color: #8bc34a;
  padding: 8px 20px 9px;
  background: transparent;
  text-transform: capitalize;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 700;
  display: inline-block;
  border: 3px solid #8bc34a;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media (min-width: 480px) and (max-width: 767px) {
  .apply-now-btn {
    font-size: 11px;
    padding: 7px 18px 8px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .apply-now-btn {
    font-size: 10px;
    padding: 6px 15px 7px;
  }
}
@media only screen and (max-width: 320px) {
  .apply-now-btn {
    font-size: 10px;
    padding: 5px 10px 6px;
  }
}
.apply-now-btn:hover,
.apply-now-btn:focus {
  background: #8bc34a;
  color: #ffffff;
}
.apply-now-btn-color {
  text-align: center;
  color: #e74c3c;
  padding: 8px 20px 9px;
  background: transparent;
  text-transform: capitalize;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 700;
  display: inline-block;
  border: 2px solid #e74c3c;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media (min-width: 480px) and (max-width: 767px) {
  .apply-now-btn-color {
    font-size: 11px;
    padding: 7px 18px 8px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .apply-now-btn-color {
    font-size: 10px;
    padding: 6px 15px 7px;
  }
}
@media only screen and (max-width: 320px) {
  .apply-now-btn-color {
    font-size: 10px;
    padding: 5px 10px 6px;
  }
}
.apply-now-btn-color:hover,
.apply-now-btn-color:focus {
  background: #e74c3c;
  color: #ffffff;
}
.apply-now-btn-primary {
  text-align: center;
  color: #ffffff;
  padding: 8px 20px 9px;
  background: #8bc34a;
  text-transform: capitalize;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 700;
  display: inline-block;
  border: 2px solid #8bc34a;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.apply-now-btn-primary:hover,
.apply-now-btn-primary:focus {
  background: transparent;
  color: #8bc34a;
}
.update-btn {
  margin-top: 30px;
  text-align: center;
  color: #ffffff;
  padding: 10px 30px 11px;
  background: #8bc34a;
  text-transform: capitalize;
  font-size: 15px;
  font-weight: 500;
  display: inline-block;
  border: 2px solid #8bc34a;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.update-btn:hover {
  background: transparent;
  color: #8bc34a;
}
.find-btn {
  display: ruby-text;
  text-align: center;
  color: #ffffff;
  padding: 6px 20px 7px;
  background: #8bc34a;
  text-transform: capitalize;
  font-size: 15px;
  font-weight: 500;
  border: 2px solid #8bc34a;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.find-btn:hover {
  background: transparent;
  color: #8bc34a;
}
.btn-fill-textPrimary {
  display: inline-block;
  text-align: center;
  color: #263238;
  padding: 14px 40px;
  background: #ffffff;
  text-transform: capitalize;
  font-size: 18px;
  border: 2px solid #ffffff;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.btn-fill-textPrimary:hover {
  background: transparent;
  color: #ffffff;
}
.btn-find {
  margin: 10px 5px 0 5px;
  display: inline-block;
  text-align: center;
  color: #ffffff;
  padding: 8px 20px 9px;
  background: #8bc34a;
  text-transform: capitalize;
  font-size: 15px;
  font-weight: 500;
  border: 2px solid #8bc34a; 
}
.btn-find i {
  margin-right: 10px;
}
.btn-find:hover {
  background: transparent;
  color: #8bc34a;
}
.btn-checkout {
  margin: 10px 5px 0 5px;
  display: inline-block;
  text-align: center;
  color: #ffffff;
  padding: 8px 20px 9px;
  background: #e74c3c;
  text-transform: capitalize;
  font-size: 15px;
  font-weight: 500;
  border: 2px solid #e74c3c; 
}
.btn-checkout i {
  margin-right: 10px;
}
.btn-checkout:hover {
  background: transparent;
  color: #e74c3c;
}
.sidebar-full-width-btn {
  text-align: center;
  color: #ffffff;
  padding: 10px 0;
  background: #8bc34a;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
  display: inline-block;
  border: none;
  width: 100%;
  border: 2px solid #8bc34a;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.sidebar-full-width-btn i {
  margin-right: 10px;
}
.sidebar-full-width-btn:hover {
  background: transparent;
  color: #8bc34a;
}
.add-to-cart-btn {
  text-align: center;
  color: #ffffff;
  padding: 10px 0;
  background: #8bc34a;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  border: none;
  width: 100%;
  border: 2px solid #8bc34a;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.add-to-cart-btn i {
  margin-right: 10px;
}
.add-to-cart-btn:hover {
  background: transparent;
  color: #8bc34a;
}
.add-to-favourites-btn {
  text-align: center;
  color: #ffffff;
  padding: 10px 0;
  background: #42a5f5;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  border: none;
  width: 100%;
  border: 2px solid #42a5f5;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.add-to-favourites-btn i {
  margin-right: 10px;
}
.add-to-favourites-btn:hover {
  background: transparent;
  color: #42a5f5;
}
.buy-now-btn {
  text-align: center;
  color: #ffffff;
  padding: 10px 0;
  background: #546e7a;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  border: none;
  width: 100%;
  border: 2px solid #546e7a;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.buy-now-btn i {
  margin-right: 10px;
}
.buy-now-btn:hover {
  background: transparent;
  color: #546e7a;
}
.read-more {
  color: #8bc34a;
}
.title-bar-footer {
  margin-bottom: 50px;
  position: relative;
}
.title-bar-footer:before {
  content: "";
  height: 3px;
  width: 45px;
  background: #8bc34a;
  position: absolute;
  left: 0;
  bottom: -20px;
  z-index: 1;
}
.title-bar-medium-left {
  position: relative;
}
.title-bar-medium-left:before {
  content: "";
  height: 4px;
  width: 44px;
  background: #8bc34a;
  position: absolute;
  left: 0;
  bottom: -12px;
  z-index: 1;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  border-radius: 0;
}
.inner-page-padding {
  background: #ffffff;
  padding: 30px 35px;
  border-right: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
  border-left: 1px solid #d7d7d7;
}
@media (min-width: 480px) and (max-width: 767px) {
  .inner-page-padding {
    padding: 30px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .inner-page-padding {
    padding: 30px 20px;
  }
}
@media only screen and (max-width: 320px) {
  .inner-page-padding {
    padding: 30px 15px;
  }
}
.inner-page-content-box {
  background: #ffffff;
  padding: 30px 35px;
  border: 1px solid #d7d7d7;
}
.overlay-primary {
  position: relative;
}
.overlay-primary:before {
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  background-color: rgba(139, 195, 74, 0.7);
}
.overlay-default {
  position: relative;
}
.overlay-default:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 6;
  top: 0;
  left: 0;
  right: 0;
}
#scrollUp {
  background-color: rgba(231, 76, 60, 0.8);
  bottom: 5px;
  color: #ffffff;
  display: block;
  font-size: 18px;
  height: 45px;
  line-height: 45px;
  position: fixed;
  right: 20px;
  text-align: center;
  text-decoration: none;
  transition: all 0.5s cubic-bezier(0, 0, 0, 1) 0s;
  width: 45px;
  z-index: 99999;
  border-radius: 50%;
}
#scrollUp i {
  color: #ffffff;
}
#scrollUp:hover,
#scrollUp:focus {
  background-color: rgba(255, 255, 255, 0.8);
}
#scrollUp:hover i,
#scrollUp:focus i {
  color: #8bc34a;
}
#preloader {
  background: #ffffff url('img/preloader.gif') no-repeat scroll center center;
  height: 100%;
  left: 0;
  overflow: visible;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999999;
}
.pagination-align-left {
  text-align: left;
  margin-top: 27px;
}
@media only screen and (max-width: 991px) {
  .pagination-align-left {
    margin-top: 0;
  }
}
.pagination-align-left li {
  display: inline-block;
  margin: 0 1px;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(205, 214, 222, 0.75);
  -moz-box-shadow: 0px 1px 2px 0px rgba(205, 214, 222, 0.75);
  box-shadow: 0px 1px 2px 0px rgba(205, 214, 222, 0.75);
}
.pagination-align-left li a {
  width: 42px;
  font-size: 16px;
  color: #263238;
  height: 40px;
  background: #ffffff;
  display: block;
  line-height: 40px;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.pagination-align-left li a:hover {
  background: #e74c3c;
  color: #ffffff;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.pagination-align-center {
  text-align: center;
  margin-top: 25px;
}
@media only screen and (max-width: 991px) {
  .pagination-align-center {
    margin-top: 0;
  }
}
.pagination-align-center li {
  display: inline-block;
  margin: 0 1px;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(205, 214, 222, 0.75);
  -moz-box-shadow: 0px 1px 2px 0px rgba(205, 214, 222, 0.75);
  box-shadow: 0px 1px 2px 0px rgba(205, 214, 222, 0.75);
}
.pagination-align-center li a {
  width: 42px;
  font-size: 16px;
  color: #263238;
  height: 40px;
  background: #ffffff;
  display: block;
  line-height: 40px;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.pagination-align-center li a:hover {
  background: #e74c3c;
  color: #ffffff;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.pagination-profile-align-center {
  margin-bottom: 15px;
  text-align: center;
}
.pagination-profile-align-center li {
  display: inline-block;
  margin: 0 1px;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(205, 214, 222, 0.75);
  -moz-box-shadow: 0px 1px 2px 0px rgba(205, 214, 222, 0.75);
  box-shadow: 0px 1px 2px 0px rgba(205, 214, 222, 0.75);
}
.pagination-profile-align-center li a {
  width: 42px;
  font-size: 16px;
  color: #ffffff;
  height: 40px;
  background: #455a64;
  display: block;
  line-height: 40px;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.pagination-profile-align-center li a:hover {
  background: #e74c3c;
  color: #ffffff;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.pagination-area .pagination-wrapper {
  padding: 45px 0 38px;
}
.pagination-area .pagination-wrapper ul li {
  display: inline-block;
  color: #263238;
}
.pagination-area .pagination-wrapper ul li a {
  color: #b0bec5;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.pagination-area .pagination-wrapper ul li a:hover {
  color: #8bc34a;
}
.pagination-area .pagination-wrapper ul li span {
  color: #8bc34a;
}
ul.social-default li {
  display: inline-block;
}
ul.social-default li a {
  color: #ffffff;
  display: block;
  padding: 5px;
  background: red;
}
.single-banner {
  margin-bottom: 30px;
  padding: 20px;
  border: 1px solid #dfdfdf;
  background: #ffffff;
}
.single-banner img {
  width: 100%;
}
ul.default-rating li {
  display: inline-block;
  color: #ffa726;
  margin-left: 1px;
  font-size: 12px;
}
ul.default-rating li:first-child {
  margin-left: 0;
}
ul.default-rating li:last-child {
  color: #b0bec5;
}
ul.default-rating li:last-child span {
  color: #263238;
}
.pagination-center {
  text-align: center;
  margin-top: 43px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .pagination-center {
    margin-top: 33px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .pagination-center {
    margin-top: 23px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .pagination-center {
    margin-top: 13px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .pagination-center {
    margin-top: 03px;
  }
}
@media only screen and (max-width: 320px) {
  .pagination-center {
    margin-top: 0px;
  }
}
.pagination-center li {
  display: inline-block;
}
.pagination-center li a {
  width: 42px;
  font-size: 16px;
  color: #ffffff;
  height: 40px;
  background: #8bc34a;
  display: block;
  line-height: 40px;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.pagination-center li a:hover {
  background: #e74c3c;
}
.pagination-center .active a {
  background: #e74c3c;
}
.pagination-left {
  text-align: left;
  margin-top: 20px;
}
.pagination-left li {
  display: inline-block;
}
.pagination-left li a {
  width: 42px;
  font-size: 16px;
  color: #ffffff;
  height: 40px;
  background: #8bc34a;
  display: block;
  line-height: 40px;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.pagination-left li a:hover {
  background: #e74c3c;
}
.pagination-left .active a {
  background: #e74c3c;
}
.select2-container .select2-selection--single {
  height: 40px;
}
.select2-container--classic .select2-selection--single {
  background-color: #f9f9f9;
  background-image: none;
  border-radius: 0;
  border: 1px solid #dcdcdc;
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  line-height: 40px;
  color: #707070;
  font-weight: 400!important;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
  top: 7px;
  background-color: transparent;
  background-image: none;
  border-style: none;
  right: 5px;
}
.select2-container--classic .select2-dropdown {
  border: 1px solid #8bc34a !important;
}
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #8bc34a;
  color: #ffffff;
  font-weight: 600;
}
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #8bc34a;
}
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #dcdcdc;
}
.nav-control-middle .owl-controls i {
  color: #ffffff;
  display: block;
  line-height: 45px;
  font-size: 24px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.nav-control-middle .owl-controls .owl-nav {
  margin-top: 0;
}
.nav-control-middle .owl-controls .owl-nav > div {
  background: #e74c3c;
  opacity: 1;
  font-size: 18px;
  margin: 0 4px;
  height: 55px;
  width: 55px;
  border-radius: 50%;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.nav-control-middle .owl-controls .owl-prev {
  left: -90px;
}
.nav-control-middle .owl-controls .owl-prev:hover {
  background: #ffffff;
  -webkit-box-shadow: 0px 3px 3px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 0px 3px 3px 0px rgba(50, 50, 50, 0.75);
  box-shadow: 0px 3px 3px 0px rgba(50, 50, 50, 0.75);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.nav-control-middle .owl-controls .owl-prev:hover i {
  color: #263238;
}
.nav-control-middle .owl-controls .owl-next {
  right: -90px;
}
.nav-control-middle .owl-controls .owl-next:hover {
  background: #ffffff;
  -webkit-box-shadow: 0px 3px 3px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 0px 3px 3px 0px rgba(50, 50, 50, 0.75);
  box-shadow: 0px 3px 3px 0px rgba(50, 50, 50, 0.75);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.nav-control-middle .owl-controls .owl-next:hover i {
  color: #263238;
}
.nav-control-middle-textPrimary .owl-controls i {
  color: #ffffff;
  display: block;
  line-height: 26px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.nav-control-middle-textPrimary .owl-controls .owl-nav > div {
  border: 1px solid #ffffff;
  background: transparent;
  opacity: 1;
  font-size: 18px;
  margin: 0 4px;
  height: 35px;
  width: 50px;
  border-radius: 50px;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.nav-control-middle-textPrimary .owl-controls .owl-prev {
  left: -90px;
}
.nav-control-middle-textPrimary .owl-controls .owl-prev:hover {
  background: #ffffff;
  border: 1px solid #ffffff;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.nav-control-middle-textPrimary .owl-controls .owl-prev:hover i {
  color: #8bc34a;
}
.nav-control-middle-textPrimary .owl-controls .owl-next {
  right: -80px;
}
.nav-control-middle-textPrimary .owl-controls .owl-next:hover {
  background: #ffffff;
  border: 1px solid #ffffff;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.nav-control-middle-textPrimary .owl-controls .owl-next:hover i {
  color: #8bc34a;
}
.nav-control-bottom .owl-controls {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.nav-control-bottom .owl-controls i {
  color: #8bc34a;
  display: block;
  line-height: 26px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.nav-control-bottom .owl-controls:hover i {
  color: #ffffff;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.nav-control-bottom .owl-controls .owl-nav > div {
  border: 1px solid #8bc34a;
  background: transparent;
  opacity: 1;
  font-size: 18px;
  margin: 0 4px;
  height: 35px;
  width: 50px;
  border-radius: 50px;
  transform: translateY(-50%);
  top: 50%;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.nav-control-bottom .owl-controls .owl-nav > div:hover {
  background: #8bc34a;
  border: 1px solid #8bc34a;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.nav-control-bottom .owl-controls .owl-nav > div:hover i {
  color: #ffffff;
}
.nav-control-bottom .owl-controls .owl-prev {
  left: -90px;
}
.nav-control-bottom .owl-controls .owl-next {
  right: -90px;
}
.dot-control-textPrimary .owl-controls {
  position: relative;
  top: 35px;
}
.dot-control-textPrimary .owl-controls .owl-dots .owl-dot span {
  background: #e8e8e8;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.dot-control-textPrimary .owl-controls .owl-dots .active span {
  background: #8bc34a;
}
body > .fox-tooltip {
  font-size: 100%;
  position: absolute;
  z-index: 9999;
  -o-box-shadow: 0 0 5px #aaa;
  -moz-box-shadow: 0 0 5px #aaa;
  -webkit-box-shadow: 0 0 5px #aaa;
  box-shadow: 0 0 5px #aaa;
  color: #fff;
  border-radius: 3px;
  background: #666;
  padding: 2px 10px;
  border-width: 2px;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
body > .fox-tooltip,
body > .fox-tooltip .fox-tooltip-bottom:after {
  background: #8bc34a;
  border-radius: 2px;
}
body > .fox-tooltip .fox-tooltip-bottom {
  width: 70px;
  height: 18px;
  overflow: hidden;
  position: absolute;
  left: 50%;
  margin-left: -32px;
  bottom: -16px;
}
body > .fox-tooltip .fox-tooltip-bottom:after {
  content: "";
  position: absolute;
  left: 20px;
  top: -20px;
  width: 25px;
  height: 25px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
/*=======================================================================
[03] Header Area
=========================================================================*/
.logo-area {
  margin: 21px 0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.header1-area {
  /* .login-registration-btn {
    display: none;
  }
  @media only screen and (max-width : 991px) {
    .login-registration-btn {
      margin-bottom: 15px;
      text-align: center;
      display: block!important;
      li {
        display: inline-block;
      }
    }
  } */

}
.header1-area nav#desktop-nav > ul {
  text-align: right;
}
.header1-area nav#desktop-nav > ul > li > a {
  padding: 28px 20px 29px;
  color: #a1a1a1;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header1-area nav#desktop-nav > ul > li > a {
    padding: 28px 14px 29px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header1-area nav#desktop-nav > ul > li > a {
    padding: 28px 9px 29px;
  }
}
@media only screen and (max-width: 991px) {
  .header1-area nav#desktop-nav > ul > li .mega-menu-area {
    left: -250px;
  }
}
.header2-area nav#desktop-nav > ul {
  text-align: left;
}
.header2-area nav#desktop-nav > ul > li > a {
  padding: 20px;
  color: #ffffff;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header2-area nav#desktop-nav > ul > li > a {
    padding: 20px 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header2-area nav#desktop-nav > ul > li > a {
    padding: 20px 6px;
  }
}
/* @media only screen and (max-width : 767px) {
  .header2-area .profile-notification {
    margin-top: 30px;
  }
} */
nav#desktop-nav > ul {
  text-align: right;
}
nav#desktop-nav > ul > .active > a {
  color: #e74c3c !important;
}
nav#desktop-nav > ul li {
  display: inline-block;
  position: relative;
}
nav#desktop-nav > ul li:hover ul {
  opacity: 1;
  transform: scaleY(1);
  visibility: visible;
}
nav#desktop-nav > ul li a {
  display: block;
  text-transform: capitalize;
  text-decoration: none;
  font-weight: 500;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media (min-width: 992px) and (max-width: 1199px) {
  nav#desktop-nav > ul li a {
    padding: 30px 12px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  nav#desktop-nav > ul li a {
    padding: 30px 6px;
  }
}
nav#desktop-nav > ul li a:hover {
  color: #e74c3c;
}
nav#desktop-nav > ul li > ul {
  border-top: 1px solid #e74c3c;
  margin-top: 0;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 101%;
  transform: scaleY(0);
  transform-origin: 0 0 0;
  transition: all 0.5s ease 0s;
  width: 180px;
  z-index: 99999;
  background: #ffffff;
  padding: 0;
  left: 5px;
  -webkit-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.1);
}
@media (min-width: 992px) and (max-width: 1199px) {
  nav#desktop-nav > ul li > ul {
    left: -3px;
  }
}
@media only screen and (max-width: 991px) {
  nav#desktop-nav > ul li > ul {
    left: -9px;
  }
}
nav#desktop-nav > ul li > ul > li {
  padding: 0;
  display: block;
  border-bottom: 1px solid #dcedc8;
}
nav#desktop-nav > ul li > ul > li > a {
  padding: 10px 10px 10px 15px;
  display: block;
  color: #212121;
}
nav#desktop-nav > ul li > ul > li:last-child {
  border-bottom: none;
}
nav#desktop-nav > ul li > ul > li:hover,
nav#desktop-nav > ul li > ul > li .active {
  background: #689f38;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
nav#desktop-nav > ul li > ul > li:hover a,
nav#desktop-nav > ul li > ul > li .active a {
  color: #ffffff;
}
nav#desktop-nav > ul li > ul > li:hover a:before,
nav#desktop-nav > ul li > ul > li .active a:before {
  opacity: 0;
}
nav#desktop-nav > ul li .mega-menu-area {
  border-top: 1px solid #e74c3c;
  padding: 10px 15px;
  width: 700px;
  left: 5px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  nav#desktop-nav > ul li .mega-menu-area {
    left: -147px;
  }
}
@media only screen and (max-width: 991px) {
  nav#desktop-nav > ul li .mega-menu-area {
    left: -120px;
  }
}
nav#desktop-nav > ul li .mega-menu-area > li {
  width: 154px;
  border-bottom: none;
  display: inline-block;
  margin-right: 14px;
}
nav#desktop-nav > ul li .mega-menu-area > li:hover {
  background: transparent!important;
}
nav#desktop-nav > ul li .mega-menu-area > li:hover > a {
  color: #212121;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
nav#desktop-nav > ul li .mega-menu-area > li:hover > a:hover {
  color: #ffffff;
  background: #689f38;
  padding-left: 10px;
}
nav#desktop-nav > ul li .mega-menu-area > li a {
  padding: 8px 0;
  display: block;
  border-bottom: 1px solid #dcedc8;
}
nav#desktop-nav > ul li .mega-menu-area > li a:last-child {
  border-bottom: none;
}
nav#desktop-nav > ul li .mega-menu-area > li:last-child {
  margin-right: 0;
}
nav#desktop-nav li.has-child-menu {
  position: relative;
}
nav#desktop-nav li.has-child-menu > a {
  color: #212121;
}
nav#desktop-nav li.has-child-menu > a:after {
  font-family: 'FontAwesome';
  content: "\f105";
  float: right;
}
nav#desktop-nav li.has-child-menu > ul.thired-level {
  position: absolute;
  left: 180px;
  top: 0;
  opacity: 0;
  transform: scaleY(0);
  transform-origin: 0 0 0;
  transition: all 0.5s ease 0s;
}
nav#desktop-nav li.has-child-menu > ul.thired-level li a {
  color: #212121;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
nav#desktop-nav li.has-child-menu > ul.thired-level li:hover a {
  color: #ffffff;
}
nav#desktop-nav li.has-child-menu:hover ul.thired-level {
  opacity: 1;
  transform: scaleY(1);
  visibility: visible;
}
#header1 {
  background:#000; ;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 100;
}

.header-top-bar { background-color: #000; color:#a1a1a1 ;}

.header1-area .stick {
  background-color: #000; ;
  border-bottom: 1px solid #8bc34a;
  position: fixed;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  z-index: 99999999;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.header2-area .stick {
  background-color: rgba(38, 50, 56, 0.98);
  border-bottom: 1px solid #8bc34a;
  position: fixed;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  z-index: 99999999;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
@media only screen and (max-width: 767px) {
  .header2-area .main-menu-area {
    display: none;
  }
  .right-nav-mobile .profile-notification {
    position: fixed;
    top: 12px;
    z-index: 100;
    right: 5px;
  }
  .header1-area .main-menu-area .logo-area {
    display: none;
  }
  .header1-area .main-menu-area #desktop-nav {
    display: none;
  }
  .header1-area .main-menu-area .profile-notification {
    position: absolute;
    top: 12px;
    z-index: 100;
    right: 5px;
  }
}
@media only screen and (max-width: 600px) {
  .hidden-on-mobile {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .notify-contact {
    display: none;
  }
  .profile-notification {
    float: none!important;
    text-align: center;
  }
  .profile-notification li {
    margin-right: 0!important;
    padding-left:10px;
  }
  .profile-notification .notify-notification {
    display: none;
  }
  .profile-notification .notify-message {
    display: none;
  } 
  .profile-notification .user-account-info {
    top: 20px;
  }
  .profile-notification .user-account-info ul {
    top: 50px;
  }
  .profile-notification .user-account-info .user-account-info-controler .user-account-img {
    margin-top: 4px;
  }
  .profile-notification li {
    top: -15px !important;
    float: none!important;
  }
}
@media only screen and (max-width: 479px) {
  .profile-notification li {
    margin-right: 2px!important;
  }
  .profile-notification .user-account-info-controler .user-account-img {
    -webkit-box-flex: 3 !important;
    -moz-flex: 3 !important;
    -webkit-flex: 3 !important;
    flex: 3 !important;
  }
}
.mobile-menu-area {
  display: none;
}
.mean-container .mean-bar {
  float: none;
  z-index: 99;
}
@media only screen and (max-width: 767px) {
  .mean-container .mean-bar a {
    padding: 6px 16px;
    display: inline-block;
  }
}
.mean-container .mean-bar .meanmenu-reveal {
  left: 0!important;
  right: inherit;
}
@media only screen and (max-width: 767px) {
  .mean-container .mean-bar .meanmenu-reveal {
    margin-top: 10px;
  }
}
.mean-container .mean-bar a.logo-mobile-menu {
  text-align: center;
}
.mean-container .mean-bar a.logo-mobile-menu img {
  margin-right: 30px;
}
.mean-container .mean-bar:after {
  content: "";
  clear: both;
  display: block;
}
.mean-container .mean-nav ul li a {
  color: #212121;
  font-weight: 700;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.mean-container .mean-nav ul li a:hover {
  color: #8bc34a;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.mean-container .mean-nav > ul:after {
  content: '';
  display: block;
  clear: both;
}
.mean-container .mean-nav > ul {
  overflow-y: scroll;
}
.mean-container .mean-bar a.logo-mobile-menu {
  width: 100%;
  background-color: #000; ;
  box-sizing: border-box;
  border-bottom: 1px solid #8bc34a;
}
.mean-container a.meanmenu-reveal {
  position: absolute;
  color: #a1a1a1;
}
.mean-bar + div#wrapper {
  padding-top: 50px;
}
.mean-container .mean-nav ul li li a {
  color: #212121;
  opacity: 1;
  border-top: 1px solid #212121;
}
.profile-notification {
  float: right;
  margin-top: 10px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .profile-notification {
    margin-top: 6px;
  }
}
.profile-notification > li {
  float: left;
  position: relative;
  display: inline-block;
  margin-right: 15px;
  top: 10px;
}
.profile-notification > li:last-child {
  margin-right: 0;
}
.notify-contact {
  line-height: 2.7;
  color: #546e7a;
  font-size: 15px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .notify-contact {
    display: none;
  }
}
.notify-contact span {
  color: #e74c3c;
}
.cart-area {
  top: 3px;
  max-height:35px;
  position: relative;
}

.cart-area ul.shown {
  opacity: 1;
  visibility: visible; 
}

.cart-area > a {
  background: #f5f5f5;
  border-radius: 50%;
  text-align: center;
  display: block;
  height: 35px;
  width: 35px;
  color: #757575;
  font-size: 20px;
  padding:0px;
}
.cart-area > a > i {
  font-size: 14px;
  color: #a0a0a0;
}
.cart-area > a > span {
  background: #8bc34a;
  border-radius: 45px;
  color: #ffffff;
  height: 20px;
  padding: 0 6px;
  position: absolute;
  top: -8px;
  width: 20px;
  font-size: 12px;
  right: -8px;
  line-height: 20px;
}
.cart-area > ul {
  border-top: 3px solid #8bc34a;
  padding: 15px;
  text-align: left;
  background-color: rgba(255, 255, 255, 0.98);
  position: absolute;
  right: 0;
  top: 57px;
  opacity: 1;
  visibility: hidden; 
  transform-origin: 0 0 0;
  width: 430px;
  z-index: 99999;
  -webkit-box-shadow: 0px 4px 2px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 4px 2px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 2px 0px rgba(0, 0, 0, 0.2);

}
.cart-area > ul > li {
  margin-bottom: 5px;
}
.cart-area > ul > li .media {
  position: relative;
}
.cart-area > ul > li .media .cart-product-img {
  padding-right: 15px;
}
.cart-area > ul > li .media .cart-product-img a {
  display: inline-block;
}
.cart-area > ul > li .media .cart-product-img a img {
  border: 1px solid #dddddd;
  width: 32px;  
  min-height: 24px; 
}
.cart-area > ul > li .media .cart-product-img a img:hover {
  opacity: 0.5; 
}
.cart-area > ul > li .media .cart-content ul li {
  margin-right: 30px;
  display: inline-block;
}
.cart-area > ul > li .media .cart-content ul li h1 {
  text-transform: capitalize;
  font-size: 14px;
  margin-bottom: 5px;
}
.cart-area > ul > li .media .cart-content ul li h1 a {
  color: #689f38; 
}
.cart-area > ul > li .media .cart-content ul li h1 a:hover {
  color: #8bc34a; 
}
.cart-area > ul > li .media .cart-content ul li h2 {
  font-size: 12px;
}
.cart-area > ul > li .media .cart-content ul li h2 span {
  color: #000000;
}
.cart-area > ul > li .media .cart-content ul li .trash {
  font-size: 16px;
  color: #000000;
}
.cart-area > ul > li .media .cart-content ul li .trash:hover {
  color: #fb0303;
}
.cart-area > ul > li .media .cart-content ul li:first-child {
  width: 140px;
}
.cart-area > ul > li .media .cart-content ul li:last-child {
  margin-right: 0;
}
.cart-area > ul > li .sub-total-area {
  text-align: right;
}
.cart-area > ul > li .cart-checkout-btn {
  text-align: left;
}
.cart-area > ul > li .cart-checkout-btn li {
  display: inline;
}
.login-form {
  cursor: default;
  position: absolute;
  z-index: 999999999;
  top: 59px;
  right: 0;
  width: 600px;
  text-align: left;
  background: #8bc34a;
  border: 1px solid #bdbdbd;
  padding: 50px 100px;
}
@media only screen and (max-width: 767px) {
  .login-form {
    margin-bottom: 15px;
    width: 277px;
    padding: 30px;
    top: 45px;
  }
}
.login-form h2 {
  font-size: 48px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .login-form h2 {
    font-size: 36px;
  }
}
.login-form input {
  background: #76ae36;
  height: 44px;
  padding: 0 15px;
  border-radius: 0;
  border: none;
  margin: 0 auto 20px;
  color: #ffffff;
  font-weight: 500;
  font-size: 15px;
}
@media only screen and (max-width: 767px) {
  .login-form input {
    margin: 0 auto 10px;
  }
}
.login-form input:focus {
  box-shadow: none;
}
.login-form .btn-login {
  margin-right: 12px;
  margin-bottom: 30px;
  background: #ffffff;
  color: #333333;
  display: inline-block;
  padding: 13px 50px;
  transition: all 0.3s ease-out 0s;
  -webkit-box-shadow: 0px 3px 2px 0px rgba(118, 174, 54, 0.75);
  -moz-box-shadow: 0px 3px 2px 0px rgba(118, 174, 54, 0.75);
  box-shadow: 0px 3px 2px 0px rgba(118, 174, 54, 0.75);
  border: none;
}
@media only screen and (max-width: 767px) {
  .login-form .btn-login {
    margin-bottom: 10px;
    padding: 12px 40px;
  }
}
@media only screen and (max-width: 479px) {
  .login-form .btn-login {
    padding: 10px 30px;
  }
}
.login-form .btn-login:hover {
  background: #e74c3c;
  color: #ffffff;
}
.login-form .remember-lost .checkbox {
  float: left;
}
.login-form .remember-lost .checkbox label {
  color: #ffffff;
}
.login-form .remember-lost .checkbox label input {
  height: 22px;
}
.login-form .remember-lost .checkbox label input:focus {
  outline: none;
}
.login-form .remember-lost .lost-password {
  letter-spacing: 1px;
  margin: 10px 0 0 40px;
  display: inline-block;
  color: #ffffff;
  font-weight: 600;
  font-size: 16px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.login-form .remember-lost .lost-password:hover {
  color: #333333;
}
@media only screen and (max-width: 767px) {
  .login-form .remember-lost .lost-password {
    margin: 10px 0 0 0;
  }
}
.login-form input.form-control::-webkit-input-placeholder,
.login-form textarea.form-control::-webkit-input-placeholder {
  color: #ffffff;
}
.login-form input.form-control::-moz-placeholder,
.login-form textarea.form-control::-moz-placeholder {
  color: #ffffff;
}
.login-form input.form-control:-moz-placeholder,
.login-form textarea.form-control:-moz-placeholder {
  color: #ffffff;
}
.login-form input.form-control:-ms-input-placeholder,
.login-form textarea.form-control:-ms-input-placeholder {
  color: #ffffff;
}
.login-form .cross-btn {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #ffffff;
  background: none;
  border: none;
  box-shadow: none;
}
.notify-message {
  top: 3px;
  position: relative;
}
.notify-message:hover ul {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
  -ms-transform: scaleY(1);
  -webkit-transform: scaleY(1);
}
.notify-message a {
  background: #f5f5f5;
  border-radius: 50%;
  text-align: center;
  display: block;
  height: 35px;
  width: 35px;
  color: #757575;
  font-size: 20px;
}
.notify-message a > i {
  font-size: 14px;
  color: #a0a0a0;
}
.notify-message a > span {
  background: #ef6c00;
  border-radius: 45px;
  color: #ffffff;
  height: 20px;
  padding: 0 6px;
  position: absolute;
  top: -8px;
  width: 20px;
  font-size: 12px;
  right: -8px;
  line-height: 20px;
}
.notify-message ul {
  border-top: 3px solid #8bc34a;
  text-align: left;
  background-color: rgba(255, 255, 255, 0.98);
  position: absolute;
  right: 0;
  top: 57px;
  opacity: 0;
  visibility: hidden;
  transform: scaleY(0);
  -ms-transform: scaleY(0);
  -webkit-transform: scaleY(0);
  transform-origin: 0 0 0;
  width: 270px;
  z-index: 99999;
  -webkit-box-shadow: 0px 4px 2px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 4px 2px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 2px 0px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.notify-message ul li {
  border-bottom: 1px solid #dfdfdf;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  padding-top: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.notify-message ul li:first-child .notify-message-sign {
  color: #ef6c00;
}
.notify-message ul li:last-child {
  border-bottom: none;
}
.notify-message ul li:hover {
  background: #ffffff;
}
.notify-message ul li .notify-message-img {
  -webkit-box-flex: 1;
  -moz-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
.notify-message ul li .notify-message-info {
  margin-left: 10px;
  text-align: left;
  -webkit-box-flex: 3;
  -moz-flex: 3;
  -webkit-flex: 3;
  flex: 3;
}
.notify-message ul li .notify-message-info .notify-message-sender {
  font-size: 12px;
  color: #263238;
}
.notify-message ul li .notify-message-info .notify-message-subject {
  font-size: 11px;
  color: #8bc34a;
}
.notify-message ul li .notify-message-info .notify-message-date {
  font-size: 10px;
  color: #707070;
}
.notify-message ul li .notify-message-sign {
  padding-top: 15px;
  -webkit-box-flex: 1;
  -moz-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  color: #b0bec5;
}
.notify-notification {
  top: 3px;
  position: relative;
}
.notify-notification:hover ul {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
  -ms-transform: scaleY(1);
  -webkit-transform: scaleY(1);
}
.notify-notification a {
  background: #f5f5f5;
  border-radius: 50%;
  text-align: center;
  display: block;
  height: 35px;
  width: 35px;
  color: #757575;
  font-size: 20px;
}
.notify-notification a > i {
  font-size: 14px;
  color: #a0a0a0;
}
.notify-notification a > span {
  background: #fcb322;
  border-radius: 45px;
  color: #ffffff;
  height: 20px;
  padding: 0 6px;
  position: absolute;
  top: -8px;
  width: 20px;
  font-size: 12px;
  right: -8px;
  line-height: 20px;
}
.notify-notification ul {
  border-top: 3px solid #8bc34a;
  text-align: left;
  background-color: rgba(255, 255, 255, 0.98);
  position: absolute;
  right: 0;
  top: 57px;
  opacity: 0;
  visibility: hidden;
  transform: scaleY(0);
  -ms-transform: scaleY(0);
  -webkit-transform: scaleY(0);
  transform-origin: 0 0 0;
  width: 270px;
  z-index: 99999;
  -webkit-box-shadow: 0px 4px 2px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 4px 2px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 2px 0px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.notify-notification ul li {
  border-bottom: 1px solid #dfdfdf;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  padding-top: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.notify-notification ul li:first-child .notify-notification-sign {
  color: #ef6c00;
}
.notify-notification ul li:last-child {
  border-bottom: none;
}
.notify-notification ul li:hover {
  background: #ffffff;
}
.notify-notification ul li .notify-notification-img {
  -webkit-box-flex: 1;
  -moz-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
.notify-notification ul li .notify-notification-info {
  margin-left: 10px;
  text-align: left;
  -webkit-box-flex: 3;
  -moz-flex: 3;
  -webkit-flex: 3;
  flex: 3;
}
.notify-notification ul li .notify-notification-info .notify-notification-subject {
  font-size: 12px;
  color: #8bc34a;
}
.notify-notification ul li .notify-notification-info .notify-notification-date {
  font-size: 10px;
  color: #707070;
}
.notify-notification ul li .notify-notification-sign {
  padding-top: 15px;
  -webkit-box-flex: 1;
  -moz-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  color: #b0bec5;
}
.user-account-info {
  top: 3px;
  position: relative;
  
}
.user-account-info:hover ul {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
  -ms-transform: scaleY(1);
  -webkit-transform: scaleY(1);
}
.user-account-info .user-account-info-controler {
  width: 160px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.user-account-info .user-account-info-controler .user-account-img {
  -webkit-box-flex: 4;
  -moz-flex: 4;
  -webkit-flex: 4;
  flex: 4;
}
.user-account-info .user-account-info-controler .user-account-title {
  text-align: left;
  -webkit-box-flex: 6;
  -moz-flex: 6;
  -webkit-flex: 6;
  flex: 6;
  text-align:center;
}
.user-account-info .user-account-info-controler .user-account-title .user-account-name {
  font-size: 14px;
  color: #a1a1a1;
  font-weight: 500;
  padding-right:20px;
}
.user-account-info .user-account-info-controler .user-account-title .user-account-balance {
  color: #8bc34a;
  font-size: 14px;
  font-weight: 700;
}
.user-account-info .user-account-info-controler .user-account-dropdown {
  -webkit-box-flex: 1;
  -moz-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  display:none;
}
.user-account-info ul {
  padding: 15px 0 30px;
  border-top: 3px solid #8bc34a;
  text-align: left;
  background-color: rgba(255, 255, 255, 0.98);
  position: absolute;
  right: 0;
  top: 57px;
  opacity: 0;
  visibility: hidden;
  transform: scaleY(0);
  -ms-transform: scaleY(0);
  -webkit-transform: scaleY(0);
  transform-origin: 0 0 0;
  width: 190px;
  z-index: 99999;
  -webkit-box-shadow: 0px 4px 2px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 4px 2px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 2px 0px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.user-account-info ul li {
  margin-bottom: 5px;
  position: relative;
}
.user-account-info ul li:last-child {
  margin-bottom: 0;
}
.user-account-info ul li:before {
  content: "\f105";
  left: 20px;
  position: absolute;
  top: 6px;
  font-size: 14px;
  color: #8bc34a;
  font-family: FontAwesome;
}
.user-account-info ul li a {
  font-size: 14px;
  display: block;
  padding: 7px 5px 5px 35px;
  color: #546e7a;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.user-account-info ul li a:hover {
  color: #8bc34a;
  background: #ffffff;
}
/*=======================================================================
[04] Main Banner Area
=========================================================================*/
.main-banner1-area {
  background: url(img/main-banner1.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .main-banner1-area {
    margin-top: 0;
  }
}
.main-banner1-wrapper {
  text-align: center;
  padding: 145px 0 5px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .main-banner1-wrapper {
    padding: 130px 0 5px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .main-banner1-wrapper {
    padding: 115px 0 5px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .main-banner1-wrapper {
    padding: 100px 0 5px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .main-banner1-wrapper {
    padding: 85px 0 5px;
  }
}
@media only screen and (max-width: 320px) {
  .main-banner1-wrapper {
    padding: 70px 0 5px;
  }
}
.main-banner1-wrapper h1 {
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 10px;
}
.main-banner1-wrapper h1 span {
  color: #4B0082;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .main-banner1-wrapper h1 {
    font-size: 42px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .main-banner1-wrapper h1 {
    font-size: 40px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .main-banner1-wrapper h1 {
    font-size: 36px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .main-banner1-wrapper h1 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 320px) {
  .main-banner1-wrapper h1 {
    font-size: 30px;
  }
}
.main-banner1-wrapper p {
  color: #ffffff;
  font-size: 20px;
  margin-bottom: 50px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .main-banner1-wrapper p {
    font-size: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .main-banner1-wrapper p {
    font-size: 18px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .main-banner1-wrapper p {
    font-size: 16px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .main-banner1-wrapper p {
    font-size: 15px;
  }
}
@media only screen and (max-width: 320px) {
  .main-banner1-wrapper p {
    font-size: 14px;
  }
}
.main-banner1-wrapper > span {
  font-size: 36px;
  color: #ffffff;
}
.main-banner1-wrapper > span span {
  color: #9aadb6;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .main-banner1-wrapper > span {
    font-size: 34px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .main-banner1-wrapper > span {
    font-size: 32px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .main-banner1-wrapper > span {
    font-size: 30px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .main-banner1-wrapper > span {
    font-size: 28px;
  }
}
@media only screen and (max-width: 320px) {
  .main-banner1-wrapper > span {
    font-size: 26px;
  }
}
.banner-search-area {
  background: #ffffff;
  border: 1px solid #bdbdbd;
  padding: 10px;
  width: 70%;
  margin: 0 auto 40px;
  border-radius: 5px;
}
@media (min-width: 480px) and (max-width: 767px) {
  .banner-search-area {
    width: 80%;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .banner-search-area {
    width: 90%;
  }
}
@media only screen and (max-width: 320px) {
  .banner-search-area {
    width: 95%;
  }
}
.banner-search-area .form-control {
  border: none;
  box-shadow: 0 0 0;
  border-radius: 0;
  background: transparent;
  text-transform: lowercase;
  color: #111111;
  font-size: 18px;
  top: 14px;
  padding: 5px 20px;
}
@media only screen and (max-width: 767px) {
  .banner-search-area .form-control {
    top: 3px;
    font-size: 16px;
  }
}
.banner-search-area .input-group-addon {
  background: transparent!important;
  border: none;
  border-radius: 0;
  padding: 0;
}
.banner-search-area .input-group-addon button {
  padding: 20px 25px;
  border: 0;
  background: transparent;
}
@media only screen and (max-width: 767px) {
  .banner-search-area .input-group-addon button {
    padding: 10px 15px;
  }
}
.banner-search-area .input-group-addon button span {
  font-size: 20px;
  color: #263238;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.banner-search-area .input-group-addon:hover {
  background: #f8f8f8!important;
}
.banner-search-area .input-group-addon:hover button span {
  color: #8bc34a;
}
.main-banner2-area {
  background: url(img/main-banner2.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.main-banner2-wrapper {
  text-align: center;
  padding: 145px 0 150px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .main-banner2-wrapper {
    padding: 130px 0 135px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .main-banner2-wrapper {
    padding: 115px 0 120px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .main-banner2-wrapper {
    padding: 100px 0 105px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .main-banner2-wrapper {
    padding: 85px 0 90px;
  }
}
@media only screen and (max-width: 320px) {
  .main-banner2-wrapper {
    padding: 70px 0 75px;
  }
}
.main-banner2-wrapper h1 {
  text-transform: capitalize;
  color: #ffffff;
  margin-bottom: 10px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .main-banner2-wrapper h1 {
    font-size: 42px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .main-banner2-wrapper h1 {
    font-size: 40px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .main-banner2-wrapper h1 {
    font-size: 36px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .main-banner2-wrapper h1 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 320px) {
  .main-banner2-wrapper h1 {
    font-size: 30px;
  }
}
.main-banner2-wrapper p {
  color: #ffffff;
  font-size: 20px;
  margin-bottom: 50px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .main-banner2-wrapper p {
    font-size: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .main-banner2-wrapper p {
    font-size: 18px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .main-banner2-wrapper p {
    font-size: 16px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .main-banner2-wrapper p {
    font-size: 15px;
  }
}
@media only screen and (max-width: 320px) {
  .main-banner2-wrapper p {
    font-size: 14px;
  }
}
.banner-search-area {
  background: #ffffff;
  border: 1px solid #bdbdbd;
  padding: 10px;
  width: 70%;
  margin: 0 auto 40px;
  border-radius: 5px;
}
@media (min-width: 480px) and (max-width: 767px) {
  .banner-search-area {
    width: 80%;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .banner-search-area {
    width: 90%;
  }
}
@media only screen and (max-width: 320px) {
  .banner-search-area {
    width: 95%;
  }
}
.banner-search-area .form-control {
  border: none;
  box-shadow: 0 0 0;
  border-radius: 0;
  background: transparent;
  text-transform: lowercase;
  color: #111111;
  padding: 5px 20px;
  font-size: 18px;
  top: 14px;
}
@media only screen and (max-width: 767px) {
  .banner-search-area .form-control {
    top: 3px;
    font-size: 16px;
  }
}
.banner-search-area .input-group-addon {
  background: transparent!important;
  border: none;
  border-radius: 0;
  padding: 0;
}
.banner-search-area .input-group-addon button {
  padding: 20px 25px;
  border: 0;
  background: transparent;
}
@media only screen and (max-width: 767px) {
  .banner-search-area .input-group-addon button {
    padding: 10px 15px;
  }
}
.banner-search-area .input-group-addon button span {
  font-size: 20px;
  color: #263238;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.banner-search-area .input-group-addon:hover {
  background: #f8f8f8!important;
}
.banner-search-area .input-group-addon:hover button span {
  color: #8bc34a;
}
/*=======================================================================
[05] Inner Page Banner Area
=========================================================================*/
.inner-banner-area {
  background: url(img/main-banner2.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.inner-banner-wrapper {
  text-align: center;
  padding: 54px 0 30px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .inner-banner-wrapper {
    padding: 50px 0 26px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .inner-banner-wrapper {
    padding: 45px 0 21px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .inner-banner-wrapper {
    padding: 40px 0 16px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .inner-banner-wrapper {
    padding: 35px 0 11px;
  }
}
@media only screen and (max-width: 320px) {
  .inner-banner-wrapper {
    padding: 30px 0 6px;
  }
}
.inner-banner-wrapper h1 {
  text-transform: capitalize;
  color: #ffffff;
  margin-bottom: 10px;
}
.inner-banner-wrapper p {
  color: #ffffff;
  font-size: 20px;
  margin-bottom: 20px;
}
.banner-search-area {
  background: #ffffff;
  border: 1px solid #bdbdbd;
  padding: 0;
  width: 70%;
  margin: 20px auto 20px;
  border-radius: 5px;
}
@media (min-width: 480px) and (max-width: 767px) {
  .banner-search-area {
    width: 80%;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .banner-search-area {
    width: 90%;
  }
}
@media only screen and (max-width: 320px) {
  .banner-search-area {
    width: 95%;
  }
}
.banner-search-area .form-control {
  border: none;
  box-shadow: 0 0 0;
  border-radius: 0;
  background: transparent;
  text-transform: lowercase;
  color: #111111;
  font-size: 18px;
  top: 14px;
  padding: 5px 20px;
}
@media only screen and (max-width: 767px) {
  .banner-search-area .form-control {
    top: 3px;
    font-size: 16px;
  }
}
.banner-search-area .input-group-addon {
  background: transparent!important;
  border: none;
  border-radius: 0;
  padding: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.banner-search-area .input-group-addon button {
  padding: 20px 25px;
  border: 0;
  background: transparent;
}
@media only screen and (max-width: 767px) {
  .banner-search-area .input-group-addon button {
    padding: 10px 15px;
  }
}
.banner-search-area .input-group-addon button span {
  font-size: 20px;
  color: #263238;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.banner-search-area .input-group-addon:hover {
  background: #f8f8f8!important;
}
.banner-search-area .input-group-addon:hover button span {
  color: #8bc34a;
}
.author-banner-wrapper {
  position: relative;
}
.author-banner-wrapper .author-banner-bg {
  margin: 0 auto;
}
.author-banner-wrapper .author-banner-bg ul li {
  border: 2px solid #ffffff;
}
.author-banner-wrapper .author-banner-content {
  width: 57%;
  margin: 0 auto;
  padding: 79px 60px;
  position: absolute;
  z-index: 8;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  background-color: rgba(139, 195, 74, 0.95);
}
@media (min-width: 992px) and (max-width: 1199px) {
  .author-banner-wrapper .author-banner-content {
    width: 72%;
    padding: 32px 60px;
  }
}
@media only screen and (max-width: 1024px) {
  .author-banner-wrapper .author-banner-content {
    width: 75%;
    padding: 69px 60px;
  }
}
@media only screen and (max-width: 991px) {
  .author-banner-wrapper .author-banner-content {
    width: 100%;
    padding: 41px 60px;
  }
}
@media only screen and (max-width: 767px) {
  .author-banner-wrapper .author-banner-content {
    height: 100%;
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .author-banner-wrapper .author-banner-content ul {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
  }
}
.author-banner-wrapper .author-banner-content ul li {
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .author-banner-wrapper .author-banner-content ul li {
    display: inherit;
  }
}
.author-banner-wrapper .author-banner-content ul li p {
  font-size: 30px;
  color: #ffffff;
}
.author-banner-wrapper .author-banner-content ul li p span {
  font-weight: 700;
}
.author-banner-wrapper .author-banner-content ul li:nth-child(1n) {
  width: 50%;
  text-align: left;
}
@media only screen and (max-width: 991px) {
  .author-banner-wrapper .author-banner-content ul li:nth-child(1n) {
    width: 50%;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .author-banner-wrapper .author-banner-content ul li:nth-child(1n) {
    width: 100%;
    text-align: center;
  }
}
.author-banner-wrapper .author-banner-content ul li:nth-child(2n) {
  vertical-align: text-bottom;
  width: 49%;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .author-banner-wrapper .author-banner-content ul li:nth-child(2n) {
    width: 49%;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .author-banner-wrapper .author-banner-content ul li:nth-child(2n) {
    width: 100%;
  }
}
/*=======================================================================
[06] Product Page Area
=========================================================================*/
.page-controls {
  background: #ffffff;
  border: 1px solid #dfdfdf;
  margin-bottom: 30px;
}
.page-controls-sorting {
  text-align: left;
  float: left;
  display: inline-block;
  border-right: 1px solid #dfdfdf;
}
@media only screen and (max-width: 479px) {
  .page-controls-sorting {
    float: inherit;
  }
}
.page-controls-sorting:last-child {
  border-right: none;
}
.page-controls-sorting .dropdown {
  display: inline-block;
  padding: 20px 15px;
}
.page-controls-sorting .dropdown button:active {
  box-shadow: none;
  outline: none;
}
@media only screen and (max-width: 479px) {
  .page-controls-sorting .dropdown {
    padding: 20px 15px;
  }
}
.page-controls-sorting .dropdown button {
  text-transform: uppercase;
  padding: 0;
  background: transparent;
}
.page-controls-sorting .dropdown button i {
  margin: 0 0 0 10px;
}
.page-controls-sorting .dropdown .dropdown-menu {
  border-radius: 0;
  min-width: 195px;
  left: -1px;
  top: 97%;
}
@media only screen and (max-width: 479px) {
  .page-controls-sorting .dropdown .dropdown-menu {
    min-width: 180px;
  }
}
.page-controls-sorting .dropdown .dropdown-menu > li {
  border: none;
  padding: 0;
  display: inherit;
}
.page-controls-sorting .product-categories-list {
  padding: 15px 0;
}
.page-controls-sorting .product-categories-list li {
  position: relative;
  padding: 5px 40px;
  margin-bottom: 5px;
}
.page-controls-sorting .product-categories-list li:last-child {
  margin-bottom: 0;
}
.page-controls-sorting .product-categories-list li:before {
  content: "\f105";
  left: 12px;
  position: absolute;
  top: 2px;
  font-size: 14px;
  color: #8bc34a;
  font-family: FontAwesome;
}
.page-controls-sorting .product-categories-list li a {
  color: #444444;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.page-controls-sorting .product-categories-list li a:hover {
  color: #8bc34a;
}
.page-controls-sorting .product-categories-list li span {
  position: absolute;
  right: 15px;
  top: 0;
  text-align: right;
  color: #90a4ae;
}
.layout-switcher {
  margin: 12px 0;
  float: right;
}
.layout-switcher ul > li {
  display: inline-block;
}
.layout-switcher ul > li:last-child {
  margin-right: 15px;
}
.layout-switcher ul > li:hover a i {
  color: #8bc34a;
}
.layout-switcher ul > li > a {
  padding: 10px 5px 6px;
  display: block;
}
.layout-switcher ul > li > a > i {
  color: #989898;
  font-size: 16px;
}
.layout-switcher ul > .active i {
  color: #8bc34a;
}
.page-controls-sorting .dropdown .dropdown-menu {
  display: inherit;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  transform-origin: 0 0 0;
  transition: all 0.5s ease-out;
}
.page-controls-sorting .open > .dropdown-menu {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}
.padding-narrow .item-content {
  padding: 20px 10px!important;
}
.margin-left-right .single-item-grid {
  margin-left: 15px;
  margin-right: 15px;
}
.single-item-grid {
  margin-bottom: 30px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.single-item-grid .item-img {
  position: relative;
}
.single-item-grid .item-img img {
  width: 100%; max-height:370px;
}
.single-item-grid .item-img .trending-sign {
  cursor: pointer;
  top: 0;
  position: absolute;
  width: 0;
  height: 0;
  border-top: 60px solid #8bc34a;
  border-right: 60px solid transparent;
  z-index: 3;
}
.single-item-grid .item-img .trending-sign i {
  color: #ffffff;
  font-size: 18px;
  bottom: 30px;
  left: 15px;
  position: absolute;
}
.single-item-grid .item-content {
  background: #ffffff;
  padding: 22px 10px;
  border: 1px solid #e7ecf2;
}
.single-item-grid .item-content .item-info {
  padding-bottom: 15px;
  border-bottom: 1px solid #e7ecf2;
  position: relative;
}
.single-item-grid .item-content .item-info h3 {
  color: #263238;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 2px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .single-item-grid .item-content .item-info h3 {
    font-size: 18px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .single-item-grid .item-content .item-info h3 {
    font-size: 18px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .single-item-grid .item-content .item-info h3 {
    font-size: 17px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .single-item-grid .item-content .item-info h3 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 320px) {
  .single-item-grid .item-content .item-info h3 {
    font-size: 15px;
  }
}
.single-item-grid .item-content .item-info h3 a {
  color: #263238;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.single-item-grid .item-content .item-info h3 a:hover {
  color: #8bc34a;
}
.single-item-grid .item-content .item-info span {
  color: #8bc34a;
  font-size: 14px;
}
.single-item-grid .item-content .item-info .price {
  position: absolute;
  top: 20%;
  right: 0;
  transform: translateY(-50%);
  z-index: 1;
  color: #263238;
  font-size: 20px;
  font-weight: 700;
}
.single-item-grid .item-content .item-profile {
  padding-top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.single-item-grid .item-content .item-profile .profile-title {
  -webkit-box-flex: 1;
  -moz-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.single-item-grid .item-content .item-profile .profile-title .img-wrapper {
  -webkit-box-flex: 1;
  -moz-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
.single-item-grid .item-content .item-profile .profile-title .img-wrapper img {
  width: inherit;
}
.single-item-grid .item-content .item-profile .profile-title span {
  margin: 5px 0 0 10px;
  -webkit-box-flex: 2;
  -moz-flex: 2;
  -webkit-flex: 2;
  flex: 2;
}
.single-item-grid .item-content .item-profile .profile-rating {
  margin-top: 5px;
  -webkit-box-flex: 1;
  -moz-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  text-align: right;
}
.single-item-grid .item-content .item-profile .profile-rating ul li {
  display: inline-block;
  color: #ffa726;
  margin-left: 1px;
  font-size: 12px;
}
.single-item-grid .item-content .item-profile .profile-rating ul li:first-child {
  margin-left: 0;
}
.single-item-grid .item-content .item-profile .profile-rating ul li:last-child {
  color: #b0bec5;
}
.single-item-grid .item-content .item-profile .profile-rating ul li:last-child span {
  color: #263238;
}
.single-item-grid:hover {
  -webkit-box-shadow: 0px 16px 20px 0px rgba(216, 216, 216, 0.75);
  -moz-box-shadow: 0px 16px 20px 0px rgba(216, 216, 216, 0.75);
  box-shadow: 0px 16px 20px 0px rgba(216, 216, 216, 0.75);
}
.product-list-view .single-item-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-bottom: 30px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media only screen and (max-width: 991px) {
  .product-list-view .single-item-list {
    display: inherit;
  }
}
.product-list-view .single-item-list .item-img {
  -webkit-box-flex: 3;
  -moz-flex: 3;
  -webkit-flex: 3;
  flex: 3;
  position: relative;
}
.product-list-view .single-item-list .item-img img {
  width: 100%;
}
.product-list-view .single-item-list .item-img .trending-sign {
  top: 0;
  position: absolute;
  width: 0;
  height: 0;
  border-top: 60px solid #8bc34a;
  border-right: 60px solid transparent;
  z-index: 3;
}
.product-list-view .single-item-list .item-img .trending-sign i {
  color: #ffffff;
  font-size: 18px;
  bottom: 30px;
  left: 15px;
  position: absolute;
}
.product-list-view .single-item-list .item-content {
  -webkit-box-flex: 7;
  -moz-flex: 7;
  -webkit-flex: 7;
  flex: 7;
  background: #ffffff;
  padding: 20px 30px 15px;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(205, 214, 222, 0.75);
  -moz-box-shadow: 0px 1px 2px 0px rgba(205, 214, 222, 0.75);
  box-shadow: 0px 1px 2px 0px rgba(205, 214, 222, 0.75);
}
@media (min-width: 768px) and (max-width: 1199px) {
  .product-list-view .single-item-list .item-content {
    padding: 10px 30px 15px;
  }
}
.product-list-view .single-item-list .item-content .item-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  border-bottom: 1px solid #e7ecf2;
  position: relative;
}
.product-list-view .single-item-list .item-content .item-info .item-title {
  -webkit-box-flex: 6;
  -moz-flex: 6;
  -webkit-flex: 6;
  flex: 6;
}
@media only screen and (max-width: 1199px) {
  .product-list-view .single-item-list .item-content .item-info .item-title {
    -webkit-box-flex: 2;
    -moz-flex: 2;
    -webkit-flex: 2;
    flex: 2;
  }
}
.product-list-view .single-item-list .item-content .item-info .item-title h3 {
  color: #263238;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 2px;
}
.product-list-view .single-item-list .item-content .item-info .item-title h3 a {
  color: #263238;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product-list-view .single-item-list .item-content .item-info .item-title h3 a:hover {
  color: #8bc34a;
}
.product-list-view .single-item-list .item-content .item-info .item-title span {
  color: #8bc34a;
  font-size: 14px;
  margin-bottom: 5px;
  display: block;
}
.product-list-view .single-item-list .item-content .item-info .item-title p {
  color: #70838d;
  font-size: 14px;
  margin-bottom: 12px;
}
@media only screen and (max-width: 1199px) {
  .product-list-view .single-item-list .item-content .item-info .item-title p {
    display: none;
  }
}
.product-list-view .single-item-list .item-content .item-info .item-description {
  -webkit-box-flex: 15;
  -moz-flex: 15;
  -webkit-flex: 15;
  flex: 15;
}
.product-list-view .single-item-list .item-content .item-info .item-description p {
  color: #70838d;
  font-size: 14px;
  margin-bottom: 12px;
}
.product-list-view .single-item-list .item-content .item-info .item-sale-info {
  text-align: right;
  -webkit-box-flex: 1;
  -moz-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
.product-list-view .single-item-list .item-content .item-info .item-sale-info .price {
  color: #263238;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1199px) {
  .product-list-view .single-item-list .item-content .item-info .item-sale-info .price {
    float: left;
  }
}
@media only screen and (max-width: 479px) {
  .product-list-view .single-item-list .item-content .item-info .item-sale-info .price {
    float: none;
  }
}
.product-list-view .single-item-list .item-content .item-info .item-sale-info .sale-qty {
  color: #aeb4bb;
  font-size: 13px;
}
@media only screen and (max-width: 1199px) {
  .product-list-view .single-item-list .item-content .item-info .item-sale-info .sale-qty {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 479px) {
  .product-list-view .single-item-list .item-content .item-info .item-sale-info .sale-qty {
    display: none;
  }
}
.product-list-view .single-item-list .item-content .item-profile {
  padding-top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .product-list-view .single-item-list .item-content .item-profile {
    padding-top: 0px;
  }
}
.product-list-view .single-item-list .item-content .item-profile .profile-title {
  -webkit-box-flex: 1;
  -moz-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.product-list-view .single-item-list .item-content .item-profile .profile-title .img-wrapper {
  -webkit-box-flex: 1;
  -moz-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
.product-list-view .single-item-list .item-content .item-profile .profile-title span {
  margin: 5px 0 0 10px;
  -webkit-box-flex: 2;
  -moz-flex: 2;
  -webkit-flex: 2;
  flex: 2;
  font-size: 14px;
}
.product-list-view .single-item-list .item-content .item-profile .profile-rating-info {
  margin-top: 5px;
  -webkit-box-flex: 4;
  -moz-flex: 4;
  -webkit-flex: 4;
  flex: 4;
  text-align: right;
}
@media only screen and (max-width: 1199px) {
  .product-list-view .single-item-list .item-content .item-profile .profile-rating-info {
    -webkit-box-flex: 1;
    -moz-flex: 1;
    -webkit-flex: 1;
    flex: 1;
  }
}
@media only screen and (max-width: 479px) {
  .product-list-view .single-item-list .item-content .item-profile .profile-rating-info {
    -webkit-box-flex: 2;
    -moz-flex: 2;
    -webkit-flex: 2;
    flex: 2;
  }
}
.product-list-view .single-item-list .item-content .item-profile .profile-rating-info > ul > li {
  font-size: 12px;
  display: inline-block;
  border-right: 1px solid #aeb4bb;
  margin-right: 10px;
  padding-right: 10px;
  line-height: 1;
}
.product-list-view .single-item-list .item-content .item-profile .profile-rating-info > ul > li:last-child {
  border-right: none;
  margin-right: 0;
  padding-right: 0;
}
.product-list-view .single-item-list .item-content .item-profile .profile-rating-info > ul > li > i {
  margin-right: 15px;
  font-size: 16px;
  color: #8bc34a;
}
@media only screen and (max-width: 1199px) {
  .product-list-view .single-item-list .item-content .item-profile .profile-rating-info > ul > li .profile-rating {
    display: none;
  }
}
.product-list-view .single-item-list .item-content .item-profile .profile-rating-info > ul > li .profile-rating li {
  line-height: 1.5;
  display: inline-block;
  margin-left: 1px;
}
.product-list-view .single-item-list .item-content .item-profile .profile-rating-info > ul > li .profile-rating li i {
  font-size: 12px;
  color: #ffa726;
}
.product-list-view .single-item-list .item-content .item-profile .profile-rating-info > ul > li .profile-rating li:first-child {
  margin-left: 0;
}
.product-list-view .single-item-list .item-content .item-profile .profile-rating-info > ul > li .profile-rating li:last-child {
  color: #b0bec5;
}
.product-list-view .single-item-list .item-content .item-profile .profile-rating-info > ul > li .profile-rating li:last-child span {
  color: #263238;
}
.product-list-view .single-item-list:hover {
  -webkit-box-shadow: 0px 16px 20px 0px rgba(216, 216, 216, 0.75);
  -moz-box-shadow: 0px 16px 20px 0px rgba(216, 216, 216, 0.75);
  box-shadow: 0px 16px 20px 0px rgba(216, 216, 216, 0.75);
}
.product-list-view-style2 .single-item-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-bottom: 30px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media only screen and (max-width: 767px) {
  .product-list-view-style2 .single-item-list {
    display: inherit;
  }
}
.product-list-view-style2 .single-item-list .item-img {
  -webkit-box-flex: 1;
  -moz-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  position: relative;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .product-list-view-style2 .single-item-list .item-img {
    -webkit-box-flex: 1;
    -moz-flex: 1;
    -webkit-flex: 1;
    flex: 1;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .product-list-view-style2 .single-item-list .item-img {
    -webkit-box-flex: 2;
    -moz-flex: 2;
    -webkit-flex: 2;
    flex: 2;
  }
}
.product-list-view-style2 .single-item-list .item-img img {
  width: 100%;
}
.product-list-view-style2 .single-item-list .item-img .trending-sign {
  top: 0;
  position: absolute;
  width: 0;
  height: 0;
  border-top: 60px solid #8bc34a;
  border-right: 60px solid transparent;
  z-index: 3;
}
.product-list-view-style2 .single-item-list .item-img .trending-sign i {
  color: #ffffff;
  font-size: 18px;
  bottom: 30px;
  left: 15px;
  position: absolute;
}
.product-list-view-style2 .single-item-list .item-content {
  -webkit-box-flex: 4;
  -moz-flex: 4;
  -webkit-flex: 4;
  flex: 4;
  background: #ffffff;
  padding: 20px 30px 15px;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(205, 214, 222, 0.75);
  -moz-box-shadow: 0px 1px 2px 0px rgba(205, 214, 222, 0.75);
  box-shadow: 0px 1px 2px 0px rgba(205, 214, 222, 0.75);
}
@media only screen and (max-width: 479px) {
  .product-list-view-style2 .single-item-list .item-content {
    padding: 20px 15px 15px;
  }
}
.product-list-view-style2 .single-item-list .item-content .item-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  border-bottom: 1px solid #e7ecf2;
  position: relative;
}
.product-list-view-style2 .single-item-list .item-content .item-info .item-title {
  -webkit-box-flex: 6;
  -moz-flex: 6;
  -webkit-flex: 6;
  flex: 6;
}
.product-list-view-style2 .single-item-list .item-content .item-info .item-title h3 {
  color: #263238;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 2px;
}
.product-list-view-style2 .single-item-list .item-content .item-info .item-title h3 a {
  color: #263238;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product-list-view-style2 .single-item-list .item-content .item-info .item-title h3 a:hover {
  color: #8bc34a;
}
.product-list-view-style2 .single-item-list .item-content .item-info .item-title span {
  color: #8bc34a;
  font-size: 14px;
  margin-bottom: 5px;
  display: block;
}
.product-list-view-style2 .single-item-list .item-content .item-info .item-title p {
  color: #70838d;
  font-size: 14px;
  margin-bottom: 12px;
}
.product-list-view-style2 .single-item-list .item-content .item-info .item-description {
  -webkit-box-flex: 15;
  -moz-flex: 15;
  -webkit-flex: 15;
  flex: 15;
}
@media only screen and (max-width: 991px) {
  .product-list-view-style2 .single-item-list .item-content .item-info .item-description {
    display: none;
  }
}
.product-list-view-style2 .single-item-list .item-content .item-info .item-description p {
  color: #70838d;
  font-size: 14px;
  margin-bottom: 12px;
}
.product-list-view-style2 .single-item-list .item-content .item-info .item-sale-info {
  text-align: right;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-flex: 5;
  -moz-flex: 5;
  -webkit-flex: 5;
  flex: 5;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .product-list-view-style2 .single-item-list .item-content .item-info .item-sale-info {
    -webkit-box-flex: 6;
    -moz-flex: 6;
    -webkit-flex: 6;
    flex: 6;
  }
}
.product-list-view-style2 .single-item-list .item-content .item-info .item-sale-info .price {
  color: #263238;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 15px;
  -webkit-box-flex: 1;
  -moz-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
.product-list-view-style2 .single-item-list .item-content .item-info .item-sale-info .sale-qty {
  margin-top: 15px;
  color: #aeb4bb;
  font-size: 13px;
  -webkit-box-flex: 1;
  -moz-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
@media only screen and (max-width: 479px) {
  .product-list-view-style2 .single-item-list .item-content .item-info .item-sale-info .sale-qty {
    display: none;
  }
}
.product-list-view-style2 .single-item-list .item-content .item-profile-list {
  padding-top: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.product-list-view-style2 .single-item-list .item-content .item-profile-list .profile-title {
  -webkit-box-flex: 1;
  -moz-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
@media (min-width: 768px) and (max-width: 991px) {
  .product-list-view-style2 .single-item-list .item-content .item-profile-list .profile-title {
    -webkit-box-flex: 2;
    -moz-flex: 2;
    -webkit-flex: 2;
    flex: 2;
  }
}
@media only screen and (max-width: 479px) {
  .product-list-view-style2 .single-item-list .item-content .item-profile-list .profile-title {
    -webkit-box-flex: 6;
    -moz-flex: 6;
    -webkit-flex: 6;
    flex: 6;
  }
}
.product-list-view-style2 .single-item-list .item-content .item-profile-list .profile-title .img-wrapper {
  -webkit-box-flex: 1;
  -moz-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
.product-list-view-style2 .single-item-list .item-content .item-profile-list .profile-title span {
  margin: 5px 0 0 10px;
  -webkit-box-flex: 2;
  -moz-flex: 2;
  -webkit-flex: 2;
  flex: 2;
  font-size: 14px;
}
.product-list-view-style2 .single-item-list .item-content .item-profile-list .profile-rating-info {
  margin-top: 5px;
  -webkit-box-flex: 5;
  -moz-flex: 5;
  -webkit-flex: 5;
  flex: 5;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .product-list-view-style2 .single-item-list .item-content .item-profile-list .profile-rating-info {
    -webkit-box-flex: 3;
    -moz-flex: 3;
    -webkit-flex: 3;
    flex: 3;
  }
}
@media only screen and (max-width: 479px) {
  .product-list-view-style2 .single-item-list .item-content .item-profile-list .profile-rating-info {
    -webkit-box-flex: 7;
    -moz-flex: 7;
    -webkit-flex: 7;
    flex: 7;
  }
}
.product-list-view-style2 .single-item-list .item-content .item-profile-list .profile-rating-info > ul > li {
  font-size: 12px;
  display: inline-block;
  border-right: 1px solid #aeb4bb;
  margin-right: 10px;
  padding-right: 10px;
  line-height: 1;
}
@media only screen and (max-width: 479px) {
  .product-list-view-style2 .single-item-list .item-content .item-profile-list .profile-rating-info > ul > li {
    margin-right: 5px;
    padding-right: 5px;
  }
}
.product-list-view-style2 .single-item-list .item-content .item-profile-list .profile-rating-info > ul > li:last-child {
  border-right: none;
  margin-right: 0;
  padding-right: 0;
}
.product-list-view-style2 .single-item-list .item-content .item-profile-list .profile-rating-info > ul > li > i {
  margin-right: 15px;
  font-size: 16px;
  color: #8bc34a;
}
@media only screen and (max-width: 479px) {
  .product-list-view-style2 .single-item-list .item-content .item-profile-list .profile-rating-info > ul > li > i {
    margin-right: 5px;
  }
}
@media only screen and (max-width: 479px) {
  .product-list-view-style2 .single-item-list .item-content .item-profile-list .profile-rating-info > ul > li .profile-rating {
    display: none;
  }
}
.product-list-view-style2 .single-item-list .item-content .item-profile-list .profile-rating-info > ul > li .profile-rating li {
  line-height: 1.5;
  display: inline-block;
  margin-left: 1px;
}
.product-list-view-style2 .single-item-list .item-content .item-profile-list .profile-rating-info > ul > li .profile-rating li i {
  font-size: 12px;
  color: #ffa726;
}
.product-list-view-style2 .single-item-list .item-content .item-profile-list .profile-rating-info > ul > li .profile-rating li:first-child {
  margin-left: 0;
}
.product-list-view-style2 .single-item-list .item-content .item-profile-list .profile-rating-info > ul > li .profile-rating li:last-child {
  color: #b0bec5;
}
.product-list-view-style2 .single-item-list .item-content .item-profile-list .profile-rating-info > ul > li .profile-rating li:last-child span {
  color: #263238;
}
.product-list-view-style2 .single-item-list:hover {
  -webkit-box-shadow: 0px 16px 20px 0px rgba(216, 216, 216, 0.75);
  -moz-box-shadow: 0px 16px 20px 0px rgba(216, 216, 216, 0.75);
  box-shadow: 0px 16px 20px 0px rgba(216, 216, 216, 0.75);
}
/*=======================================================================
[07] Single Product Page Area
=========================================================================*/
.product-details-page {
  padding: 0 0 95px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .product-details-page {
    padding: 0 0 85px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .product-details-page {
    padding: 0 0 75px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .product-details-page {
    padding: 0 0 65px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .product-details-page {
    padding: 0 0 55px;
  }
}
@media only screen and (max-width: 320px) {
  .product-details-page {
    padding: 0 0 45px;
  }
}
.inner-page-main-body .product-tag-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-bottom: 55px;
}
@media only screen and (max-width: 991px) {
  .inner-page-main-body .product-tag-line {
    display: inherit;
  }
}
.inner-page-main-body .product-tag-line ul:last-child {
  text-align: right;
}
@media only screen and (max-width: 991px) {
  .inner-page-main-body .product-tag-line ul:last-child {
    text-align: left;
  }
}
.inner-page-main-body .product-tag-line ul.product-tag-item {
  -webkit-box-flex: 2;
  -moz-flex: 2;
  -webkit-flex: 2;
  flex: 2;
}
@media only screen and (max-width: 991px) {
  .inner-page-main-body .product-tag-line ul.product-tag-item {
    display: inline-block;
  }
}
.inner-page-main-body .product-tag-line ul.product-tag-item li {
  display: inline-block;
  margin-right: 10px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .inner-page-main-body .product-tag-line ul.product-tag-item li {
    margin-right: 0;
  }
}
@media only screen and (max-width: 991px) {
  .inner-page-main-body .product-tag-line ul.product-tag-item li {
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 991px) {
  .inner-page-main-body .product-tag-line ul.product-tag-item li {
    margin-right: 5px;
    float: left;
  }
}
@media only screen and (max-width: 340px) {
  .inner-page-main-body .product-tag-line ul.product-tag-item li {
    width: 100%!important;
    text-align: center;
  }
}
.inner-page-main-body .product-tag-line ul.product-tag-item li:nth-child(1n) a {
  background: #e74c3c;
  border: 2px solid #e74c3c;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.inner-page-main-body .product-tag-line ul.product-tag-item li:nth-child(1n) a:hover {
  background: transparent;
  color: #e74c3c;
}
.inner-page-main-body .product-tag-line ul.product-tag-item li:nth-child(2n) a {
  background: #455a64;
  border: 2px solid #455a64;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.inner-page-main-body .product-tag-line ul.product-tag-item li:nth-child(2n) a:hover {
  background: transparent;
  color: #455a64;
}
.inner-page-main-body .product-tag-line ul.product-tag-item li:nth-child(3n) a {
  background: #8bc34a;
  border: 2px solid #8bc34a;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.inner-page-main-body .product-tag-line ul.product-tag-item li:nth-child(3n) a:hover {
  background: transparent;
  color: #8bc34a;
}
.inner-page-main-body .product-tag-line ul.product-tag-item li:last-child {
  margin-right: 0;
}
.inner-page-main-body .product-tag-line ul.product-tag-item li a {
  display: block;
  padding: 10px 26px;
  color: #ffffff;
  background: red;
  font-weight: 500;
  font-size: 16px;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .inner-page-main-body .product-tag-line ul.product-tag-item li a {
    padding: 10px 15px;
  }
}
.inner-page-main-body .product-tag-line .social-default {
  -webkit-box-flex: 1;
  -moz-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
@media only screen and (max-width: 991px) {
  .inner-page-main-body .product-tag-line .social-default {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }
}
.inner-page-main-body .product-tag-line .social-default li {
  display: inline-block;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .inner-page-main-body .product-tag-line .social-default li {
    margin-right: 0;
  }
}
@media only screen and (max-width: 991px) {
  .inner-page-main-body .product-tag-line .social-default li {
    margin-right: 5px;
    float: left;
  }
}
.inner-page-main-body .product-tag-line .social-default li:nth-child(1n) a {
  background: #6370b6;
  border: 2px solid #6370b6;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.inner-page-main-body .product-tag-line .social-default li:nth-child(1n) a:hover {
  background: transparent;
  color: #6370b6;
}
.inner-page-main-body .product-tag-line .social-default li:nth-child(2n) a {
  background: #64b5f6;
  border: 2px solid #64b5f6;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.inner-page-main-body .product-tag-line .social-default li:nth-child(2n) a:hover {
  background: transparent;
  color: #64b5f6;
}
.inner-page-main-body .product-tag-line .social-default li:nth-child(3n) a {
  background: #4f71ce;
  border: 2px solid #4f71ce;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.inner-page-main-body .product-tag-line .social-default li:nth-child(3n) a:hover {
  background: transparent;
  color: #4f71ce;
}
.inner-page-main-body .product-tag-line .social-default li:nth-child(4n) a {
  background: #d32f2f;
  border: 2px solid #d32f2f;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.inner-page-main-body .product-tag-line .social-default li:nth-child(4n) a:hover {
  background: transparent;
  color: #d32f2f;
}
.inner-page-main-body .product-tag-line .social-default li:last-child {
  margin-right: 0;
}
.inner-page-main-body .product-tag-line .social-default li a {
  display: block;
  height: 48px;
  line-height: 35px;
  width: 50px;
  text-align: center;
  color: #ffffff;
  background: red;
  font-weight: 500;
  font-size: 16px;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .inner-page-main-body .product-tag-line .social-default li a {
    width: 46px;
  }
}
.inner-page-main-body .product-details-tab-area {
  background: #ffffff;
  margin: 0 0 55px;
  border: 1px solid #dfdfdf;
  overflow: hidden;
}
.inner-page-main-body .product-details-tab-area .product-details-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  text-align: center;
  border-bottom: 1px solid #dfdfdf;
}
@media only screen and (max-width: 500px) {
  .inner-page-main-body .product-details-tab-area .product-details-title {
    display: inherit;
  }
}
.inner-page-main-body .product-details-tab-area .product-details-title li {
  -webkit-box-flex: 1;
  -moz-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  position: relative;
  border-right: 1px solid #dfdfdf;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media only screen and (max-width: 500px) {
  .inner-page-main-body .product-details-tab-area .product-details-title li {
    border-right: none;
    border-bottom: 1px solid #dfdfdf;
  }
}
.inner-page-main-body .product-details-tab-area .product-details-title li:last-child {
  border-right: none;
  border-bottom: none;
}
.inner-page-main-body .product-details-tab-area .product-details-title li:before {
  content: "";
  height: 3px;
  width: 100%;
  background: #8bc34a;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  opacity: 0;
  visibility: hidden;
}
.inner-page-main-body .product-details-tab-area .product-details-title li a {
  font-size: 16px;
  display: block;
  width: 100%;
  color: #70838d;
  padding: 17px 0;
  text-transform: capitalize;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media only screen and (max-width: 479px) {
  .inner-page-main-body .product-details-tab-area .product-details-title li a {
    display: block!important;
  }
}
.inner-page-main-body .product-details-tab-area .product-details-title li:hover a {
  color: #263238;
}
.inner-page-main-body .product-details-tab-area .product-details-title .active a {
  color: #263238;
  text-decoration: none;
}
.inner-page-main-body .product-details-tab-area .product-details-title .active:before {
  opacity: 1;
  visibility: visible;
}
.inner-page-main-body .product-details-tab-area .tab-content {
  padding: 30px 40px;
}
.inner-page-main-body .product-details-tab-area .tab-content .product-details-content li {
  position: relative;
  padding-left: 15px;
  font-size: 16px;
  color: #707070;
  margin-bottom: 10px;
  display: inline-block;
  width: 40%;
}
@media only screen and (max-width: 500px) {
  .inner-page-main-body .product-details-tab-area .tab-content .product-details-content li {
    display: inherit;
    width: 100%;
  }
}
.inner-page-main-body .product-details-tab-area .tab-content .product-details-content li:before {
  content: "\f105";
  position: absolute;
  z-index: 1;
  font-family: fontawesome;
  top: 0;
  left: 0;
  font-size: 16px;
  color: #8bc34a;
}
.inner-page-main-body .more-product-item-wrapper .more-product-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(205, 214, 222, 0.75);
  -moz-box-shadow: 0px 1px 2px 0px rgba(205, 214, 222, 0.75);
  box-shadow: 0px 1px 2px 0px rgba(205, 214, 222, 0.75);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media (min-width: 768px) and (max-width: 991px) {
  .inner-page-main-body .more-product-item-wrapper .more-product-item {
    display: inherit;
  }
}
@media only screen and (max-width: 574px) {
  .inner-page-main-body .more-product-item-wrapper .more-product-item {
    display: inherit;
  }
}
.inner-page-main-body .more-product-item-wrapper .more-product-item:hover {
  -webkit-box-shadow: 0px 5px 10px 0px rgba(205, 214, 222, 0.75);
  -moz-box-shadow: 0px 5px 10px 0px rgba(205, 214, 222, 0.75);
  box-shadow: 0px 5px 10px 0px rgba(205, 214, 222, 0.75);
}
.inner-page-main-body .more-product-item-wrapper .more-product-item .more-product-item-img {
  -webkit-box-flex: 3;
  -moz-flex: 3;
  -webkit-flex: 3;
  flex: 3;
}
.inner-page-main-body .more-product-item-wrapper .more-product-item .more-product-item-img img {
  width: 100%;
}
.inner-page-main-body .more-product-item-wrapper .more-product-item .more-product-item-details {
  -webkit-box-flex: 4;
  -moz-flex: 4;
  -webkit-flex: 4;
  flex: 4;
  background: #ffffff;
  padding: 10px 12px;
}
.inner-page-main-body .more-product-item-wrapper .more-product-item .more-product-item-details h4 {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 2px;
}
.inner-page-main-body .more-product-item-wrapper .more-product-item .more-product-item-details h4 a {
  color: #263238;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.inner-page-main-body .more-product-item-wrapper .more-product-item .more-product-item-details h4 a:hover {
  color: #8bc34a;
}
.inner-page-main-body .more-product-item-wrapper .more-product-item .more-product-item-details .p-title {
  font-size: 12px;
  color: #8bc34a;
  margin-bottom: 2px;
}
.inner-page-main-body .more-product-item-wrapper .more-product-item .more-product-item-details .p-price {
  font-size: 18px;
  color: #263238;
  font-weight: 700;
}
.inner-page-main-body .more-product-item-wrapper .more-product-item .more-product-item-details .a-item {
  font-size: 12px;
  color: #8bc34a;
  margin-bottom: 0;
  margin-top: 10px;
}
.inner-page-main-body .more-product-item-wrapper .more-product-item .more-product-item-details .a-followers {
  font-size: 12px;
  color: #8bc34a;
  margin-bottom: 0;
}
/*=======================================================================
[08] Settings Page Area
=========================================================================*/
.settings-wrapper .settings-title {
  border: 1px solid #d7d7d7;
  background: #ffffff;
}
.settings-wrapper .settings-title li {
  border-bottom: 1px solid #d7d7d7;
}
.settings-wrapper .settings-title li:last-child {
  border-bottom: none;
}
.settings-wrapper .settings-title li a {
  padding: 10px 10px 10px 30px;
  position: relative;
  display: block;
  color: #707070;
  font-size: 14px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.settings-wrapper .settings-title li a:before {
  content: "\f105";
  font-family: FontAwesome;
  font-size: 14px;
  color: #444444;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  z-index: 1;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.settings-wrapper .settings-title .active a {
  color: #37474f;
}
.settings-wrapper .settings-title .active a:before {
  color: #8bc34a;
}
.settings-wrapper .settings-title .active a:after {
  background: #8bc34a;
  content: "";
  height: 2px;
  width: 100%;
  position: absolute;
  z-index: 1;
  bottom: -1px;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.settings-wrapper .personal-info .control-label {
  text-align: left;
  color: #444444;
  font-weight: 400;
}
.settings-wrapper .personal-info .form-control {
  height: 40px;
  background: #f9f9f9;
  border: 1px solid #dcdcdc;
  box-shadow: none;
}
.settings-wrapper .personal-info .form-control:focus {
  box-shadow: none;
}
.settings-wrapper .public-profile .public-profile-item {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.settings-wrapper .public-profile .public-profile-item .public-profile-title {
  margin-right: 10px;
  -webkit-box-flex: 2;
  -moz-flex: 2;
  -webkit-flex: 2;
  flex: 2;
}
.settings-wrapper .public-profile .public-profile-item .public-profile-title h4 {
  font-size: 15px;
  color: #444444;
}
.settings-wrapper .public-profile .public-profile-item .public-profile-content {
  -webkit-box-flex: 7;
  -moz-flex: 7;
  -webkit-flex: 7;
  flex: 7;
}
.settings-wrapper .public-profile .public-profile-item .public-profile-content img {
  margin-bottom: 15px;
}
.settings-wrapper .public-profile .public-profile-item .public-profile-content .file-title {
  color: #444444;
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
  font-weight: 500;
}
.settings-wrapper .public-profile .public-profile-item .public-profile-content .file-size {
  font-size: 12px;
  color: #707070;
}
.settings-wrapper .public-profile .public-profile-item .public-profile-content .radio {
  padding-left: 20px;
}
.settings-wrapper .public-profile .public-profile-item .public-profile-content .radio label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px;
}
.settings-wrapper .public-profile .public-profile-item .public-profile-content .radio label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out;
  transition: border 0.15s ease-in-out;
}
.settings-wrapper .public-profile .public-profile-item .public-profile-content .radio label::after {
  display: inline-block;
  position: absolute;
  content: " ";
  width: 11px;
  height: 11px;
  left: 3px;
  top: 3px;
  margin-left: -20px;
  border-radius: 50%;
  background-color: #555555;
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}
.settings-wrapper .public-profile .public-profile-item .public-profile-content .radio input[type="radio"]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.settings-wrapper .public-profile .public-profile-item .public-profile-content .radio input[type="radio"]:checked + label::after {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
.settings-wrapper .public-profile .public-profile-item .public-profile-content .radio input[type="radio"]:disabled {
  cursor: not-allowed;
}
.settings-wrapper .public-profile .public-profile-item .public-profile-content .radio input[type="radio"]:disabled + label {
  opacity: 0.65;
}
.settings-wrapper .public-profile .public-profile-item .public-profile-content .radio input[type="radio"]:disabled + label::before {
  cursor: not-allowed;
}
.settings-wrapper .public-profile .public-profile-item .public-profile-content .radio.radio-inline {
  margin-top: 0;
  margin-right: 10px;
}
.settings-wrapper .public-profile .public-profile-item .public-profile-content .profile-heading {
  background: #f9f9f9;
  border: 1px solid #dcdcdc;
  width: 100%;
  padding: 8px;
  margin-bottom: 15px;
}
.settings-wrapper .public-profile .public-profile-item .public-profile-content .html-format {
  margin-top: 30px;
}
.settings-wrapper .public-profile .public-profile-item .public-profile-content .html-format li {
  font-size: 12px;
  color: #707070;
}
.settings-wrapper .profile-badges p {
  color: #444444;
  font-size: 14px;
  margin-bottom: 35px;
}
.settings-wrapper .profile-badges .badges-item {
  margin-bottom: 10px;
}
.settings-wrapper .profile-badges .badges-item li {
  display: inline-block;
  margin-right: 5px;
}
.settings-wrapper .profile-badges .badges-item li:last-child {
  margin-right: 0;
}
.settings-wrapper .profile-email label {
  color: #444444;
  font-size: 14px;
  margin-bottom: 5px;
}
.settings-wrapper .profile-email p {
  padding-left: 20px;
  font-size: 14px;
  color: #707070;
}
.settings-wrapper .profile-social .social-item li {
  margin-bottom: 20px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
@media only screen and (max-width: 320px) {
  .settings-wrapper .profile-social .social-item li {
    display: inherit;
  }
}
.settings-wrapper .profile-social .social-item li .social-item-img {
  -webkit-box-flex: 1;
  -moz-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
@media only screen and (max-width: 320px) {
  .settings-wrapper .profile-social .social-item li .social-item-img {
    margin-bottom: 5px;
  }
}
.settings-wrapper .profile-social .social-item li input {
  -webkit-box-flex: 10;
  -moz-flex: 10;
  -webkit-flex: 10;
  flex: 10;
  background: #f9f9f9;
  border: 1px solid #dcdcdc;
  width: 100%;
  padding: 8px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .settings-wrapper .profile-social .social-item li input {
    -webkit-box-flex: 5;
    -moz-flex: 5;
    -webkit-flex: 5;
    flex: 5;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .settings-wrapper .profile-social .social-item li input {
    -webkit-box-flex: 6;
    -moz-flex: 6;
    -webkit-flex: 6;
    flex: 6;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .settings-wrapper .profile-social .social-item li input {
    -webkit-box-flex: 3;
    -moz-flex: 3;
    -webkit-flex: 3;
    flex: 3;
  }
}
.settings-wrapper .select2-container .select2-selection--single {
  height: 40px;
}
.settings-wrapper .select2-container--classic .select2-selection--single {
  background-color: #f9f9f9;
  background-image: none;
  border-radius: 0;
  border: 1px solid #dcdcdc;
}
.settings-wrapper .select2-container--classic .select2-selection--single .select2-selection__rendered {
  line-height: 40px;
}
.settings-wrapper .select2-container--classic .select2-selection--single .select2-selection__arrow {
  top: 7px;
  background-color: transparent;
  background-image: none;
  border-style: none;
  right: 5px;
}
.settings-wrapper .select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #707070;
}
.settings-wrapper .custom-select {
  margin-bottom: 0;
}
.file-upload-area {
  margin-bottom: 15px;
  padding: 8px;
  border: 1px solid #dcdcdc;
  background: #f9f9f9;
  color: #707070;
}
.file-upload-area a {
  margin-right: 15px;
  padding: 5px 10px;
  color: #444444;
  background: #ffffff;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.file-upload-area a:hover {
  -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
}
/*=======================================================================
[09] Product Upload Page Area
=========================================================================*/
.product-upload-wrapper .upload-info-item {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .product-upload-wrapper .upload-info-item {
    display: inherit;
  }
}
.product-upload-wrapper .upload-info-item .upload-info-title {
  -webkit-box-flex: 1;
  -moz-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
.product-upload-wrapper .upload-info-item .upload-info-title h4 {
  font-size: 15px;
  color: #444444;
}
.product-upload-wrapper .upload-info-item .upload-info-title h4 span {
  color: #8bc34a;
}
.product-upload-wrapper .upload-info-item .upload-info-field {
  -webkit-box-flex: 5;
  -moz-flex: 5;
  -webkit-flex: 5;
  flex: 5;
}
.product-upload-wrapper .upload-info-item .upload-info-field .profile-heading {
  background: #f9f9f9;
  border: 1px solid #dcdcdc;
  width: 100%;
  padding: 8px;
  margin-bottom: 15px;
}
.product-upload-wrapper .upload-info-item .upload-info-field .select2-container .select2-selection--single {
  height: 40px;
}
.product-upload-wrapper .upload-info-item .upload-info-field .select2-container--classic .select2-selection--single {
  background-color: #f9f9f9;
  background-image: none;
  border-radius: 0;
  border: 1px solid #dcdcdc;
}
.product-upload-wrapper .upload-info-item .upload-info-field .select2-container--classic .select2-selection--single .select2-selection__rendered {
  line-height: 40px;
}
.product-upload-wrapper .upload-info-item .upload-info-field .select2-container--classic .select2-selection--single .select2-selection__arrow {
  top: 7px;
  background-color: transparent;
  background-image: none;
  border-style: none;
  right: 5px;
}
.product-upload-wrapper .upload-info-item .upload-info-field .select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #707070;
}
.product-upload-wrapper .price-set {
  color: #263238;
  font-size: 24px;
  margin-top: 30px;
  font-weight: 500;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .product-upload-wrapper .price-set {
    font-size: 24px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .product-upload-wrapper .price-set {
    font-size: 24px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .product-upload-wrapper .price-set {
    font-size: 22px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .product-upload-wrapper .price-set {
    font-size: 20px;
  }
}
@media only screen and (max-width: 320px) {
  .product-upload-wrapper .price-set {
    font-size: 20px;
  }
}
/*=======================================================================
[10] Sales Statement Page Area
=========================================================================*/
.sales-statement-wrapper {
  position: relative;
}
.sales-statement-wrapper .sales-statement-filter {
  position: absolute;
  top: -50px;
  right: 35px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.sales-statement-wrapper .sales-statement-filter .sales-statement-filter-item {
  position: relative;
  margin-left: 10px;
}
.sales-statement-wrapper .sales-statement-filter .sales-statement-filter-item i {
  position: absolute;
  right: 5px;
  top: 10px;
  z-index: 2;
  color: #8bc34a;
}
.sales-statement-wrapper .sales-statement-filter .sales-statement-filter-item input {
  width: 120px;
  background: #f9f9f9;
  box-shadow: none;
  border: 1px solid #dcdcdc;
}
.sales-statement-wrapper .sales-statement-filter .sales-statement-filter-item input:focus {
  box-shadow: none;
  border: 1px solid #dcdcdc;
}
.sales-statement-wrapper .sales-statement-filter .sales-statement-filter-item span {
  color: #444444;
  font-size: 12px;
  margin-top: 8px;
  display: block;
}
.sales-statement-wrapper thead {
  background: #455a64;
  color: #ffffff;
}
.sales-statement-wrapper thead tr th {
  padding: 20px 8px;
}
.sales-statement-wrapper tbody tr th {
  vertical-align: middle;
}
.sales-statement-wrapper tbody tr td {
  vertical-align: middle;
}
.sales-statement-wrapper .table-striped > tbody > tr:nth-of-type(2n+1) {
  background: #fbfbfb;
}
.sales-statement-wrapper .total-sale {
  margin-top: 50px;
  margin-bottom: 30px;
  font-size: 30px;
  color: #263238;
}
.sales-statement-wrapper .total-sale span {
  color: #8bc34a;
  font-weight: 500;
}
/*=======================================================================
[11] Withdrawal Page Area
=========================================================================*/
.withdrawal-wrapper .withdrawal-info-item {
  margin-bottom: 10px;
}
.withdrawal-wrapper .withdrawal-info-item .withdrawal-info-title h4 {
  margin-bottom: 10px;
  font-size: 16px;
  color: #263238;
  font-weight: 500;
}
.withdrawal-wrapper .withdrawal-info-item .withdrawal-info-title h4 span {
  color: #8bc34a;
}
.withdrawal-wrapper .withdrawal-info-item .withdrawal-info-field .profile-heading {
  background: #f9f9f9;
  border: 1px solid #dcdcdc;
  width: 100%;
  padding: 8px;
  margin-bottom: 15px;
}
.withdrawal-wrapper .withdrawal-info-item .withdrawal-info-field .custom-select {
  margin-bottom: 30px;
}
.withdrawal-wrapper .update-btn {
  margin-top: 10px;
}
.withdrawal-wrapper tr td {
  padding: 10px 8px!important;
  border-top: none!important;
  color: #444444;
  font-size: 13px;
  font-weight: 500;
  vertical-align: middle;
}
.withdrawal-wrapper tr td span {
  color: #8bc34a;
}
.withdrawal-wrapper .select2-container .select2-selection--single {
  height: 40px;
}
.withdrawal-wrapper .select2-container--classic .select2-selection--single {
  background-color: #f9f9f9;
  background-image: none;
  border-radius: 0;
  border: 1px solid #dcdcdc;
}
.withdrawal-wrapper .select2-container--classic .select2-selection--single .select2-selection__rendered {
  line-height: 40px;
}
.withdrawal-wrapper .select2-container--classic .select2-selection--single .select2-selection__arrow {
  top: 7px;
  background-color: transparent;
  background-image: none;
  border-style: none;
  right: 5px;
}
.withdrawal-wrapper .select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #707070;
}
/*=======================================================================
[12] Profile Page Area
=========================================================================*/
.author-summery {
  background: #ffffff;
  border: 1px solid #d7d7d7;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
@media only screen and (max-width: 1199px) {
  .author-summery {
    display: inherit;
  }
}
.author-summery .single-item {
  padding: 18px 30px;
  -webkit-box-flex: 1;
  -moz-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  border-right: 1px solid #d7d7d7;
}
@media only screen and (max-width: 1199px) {
  .author-summery .single-item {
    padding: 5px 20px;
    border-right: none;
    border-bottom: 1px solid #d7d7d7;
  }
}
@media only screen and (max-width: 991px) {
  .author-summery .single-item {
    padding: 10px 20px;
  }
}
.author-summery .single-item:last-child {
  border-right: none;
  border-bottom: none;
}
.author-summery .single-item .item-title {
  color: #263238;
  font-size: 14px;
  font-weight: 500;
}
.author-summery .single-item .item-details {
  color: #707070;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .profile-wrapper {
    margin-top: 30px;
  }
}
.profile-wrapper .profile-title {
  border: 1px solid #d7d7d7;
  background: #ffffff;
}
@media only screen and (max-width: 767px) {
  .profile-wrapper .profile-title {
    margin-bottom: 15px;
  }
}
.profile-wrapper .profile-title li {
  border-bottom: 1px solid #d7d7d7;
}
.profile-wrapper .profile-title li:last-child {
  border-bottom: none;
}
.profile-wrapper .profile-title li a {
  padding: 10px 10px 10px 20px;
  position: relative;
  display: block;
  color: #707070;
  font-size: 14px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.profile-wrapper .profile-title li a i {
  margin-right: 10px;
  color: #d0d0d0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.profile-wrapper .profile-title .active a {
  color: #263238;
}
.profile-wrapper .profile-title .active a:after {
  background: #8bc34a;
  content: "";
  height: 2px;
  width: 100%;
  position: absolute;
  z-index: 1;
  bottom: -1px;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.profile-wrapper .profile-title .active a i {
  color: #8bc34a;
}
.profile-wrapper .skill-area {
  position: relative;
  overflow: hidden;
}
.profile-wrapper .skill-area .progress {
  background-color: #f4f4f4;
  border-radius: 5px;
  box-shadow: none;
  height: 16px;
  overflow: visible;
  position: relative;
  margin-top: 55px;
}
.profile-wrapper .skill-area .progress .lead {
  color: #263238;
  font-style: italic;
  position: absolute;
  top: -32px;
  font-weight: 500;
}
.profile-wrapper .skill-area .progress:first-child {
  margin-top: 35px;
}
.profile-wrapper .skill-area .progress:last-child {
  margin-bottom: 10px;
}
.profile-wrapper .skill-area .progress .progress-bar {
  border-radius: 5px;
}
.profile-wrapper .skill-area .progress:nth-child(1) .progress-bar {
  background: #95cc47;
}
.profile-wrapper .skill-area .progress:nth-child(2) .progress-bar {
  background: #536dfe;
}
.profile-wrapper .skill-area .progress:nth-child(3) .progress-bar {
  background: #ff3d00;
}
.profile-wrapper .message-wrapper {
  background: #ffffff;
  border: 1px solid #d7d7d7;
}
.profile-wrapper .message-wrapper .single-item-message {
  border-bottom: 1px solid #d7d7d7;
  padding: 30px 32px 15px;
}
.profile-wrapper .message-wrapper .single-item-message:last-child {
  border-bottom: none;
  padding: 30px 32px;
}
.profile-wrapper .message-wrapper .single-item-message h3 {
  font-size: 20px;
  font-weight: 500;
}
.profile-wrapper .message-wrapper .single-item-message .single-item-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .profile-wrapper .message-wrapper .single-item-message .single-item-inner {
    display: inherit;
  }
}
.profile-wrapper .message-wrapper .single-item-message .single-item-inner .profile-rating {
  position: absolute;
  top: 0;
  right: 0;
}
.profile-wrapper .message-wrapper .single-item-message .single-item-inner .profile-rating ul li {
  display: inline-block;
}
.profile-wrapper .message-wrapper .single-item-message .single-item-inner .profile-rating ul li i {
  color: #ffa726;
}
.profile-wrapper .message-wrapper .single-item-message img {
  -webkit-box-flex: 2;
  -moz-flex: 2;
  -webkit-flex: 2;
  flex: 2;
  padding: 0 30px 50px 0;
}
@media only screen and (max-width: 1199px) {
  .profile-wrapper .message-wrapper .single-item-message img {
    padding: 0 30px 65px 0;
  }
}
@media only screen and (max-width: 991px) {
  .profile-wrapper .message-wrapper .single-item-message img {
    padding: 0;
    margin-bottom: 10px;
  }
}
.profile-wrapper .message-wrapper .single-item-message .item-content {
  -webkit-box-flex: 13;
  -moz-flex: 13;
  -webkit-flex: 13;
  flex: 13;
}
.profile-wrapper .message-wrapper .single-item-message .item-content h4 {
  font-weight: 500;
  font-size: 18px;
  color: #263238;
  margin-bottom: 2px;
}
.profile-wrapper .message-wrapper .single-item-message .item-content h4 span {
  color: #8bc34a;
  font-size: 14px;
  margin-left: 10px;
}
.profile-wrapper .message-wrapper .single-item-message .item-content > span {
  color: #90a4ae;
  font-size: 13px;
  display: block;
  margin-bottom: 10px;
}
.profile-wrapper .message-wrapper .single-item-message .item-content p {
  font-size: 14px;
}
.profile-wrapper .message-wrapper .single-item-inner-author {
  padding: 30px 32px 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
@media only screen and (max-width: 991px) {
  .profile-wrapper .message-wrapper .single-item-inner-author {
    display: inherit;
  }
}
.profile-wrapper .message-wrapper .single-item-inner-author img {
  -webkit-box-flex: 2;
  -moz-flex: 2;
  -webkit-flex: 2;
  flex: 2;
  padding: 0 30px 40px 0;
}
@media only screen and (max-width: 1199px) {
  .profile-wrapper .message-wrapper .single-item-inner-author img {
    padding: 0 30px 80px 0;
  }
}
@media only screen and (max-width: 991px) {
  .profile-wrapper .message-wrapper .single-item-inner-author img {
    padding: 0;
    margin-bottom: 10px;
  }
}
.profile-wrapper .message-wrapper .single-item-inner-author .item-content {
  -webkit-box-flex: 11;
  -moz-flex: 11;
  -webkit-flex: 11;
  flex: 11;
}
.profile-wrapper .message-wrapper .single-item-inner-author .item-content h4 {
  font-weight: 500;
  font-size: 18px;
  color: #263238;
  margin-bottom: 2px;
}
.profile-wrapper .message-wrapper .single-item-inner-author .item-content h4 span {
  text-transform: uppercase;
  color: #ffffff;
  background: #546e7a;
  font-size: 10px;
  padding: 3px;
  margin-left: 10px;
}
.profile-wrapper .message-wrapper .single-item-inner-author .item-content > span {
  color: #90a4ae;
  font-size: 13px;
  display: block;
  margin-bottom: 10px;
}
.profile-wrapper .message-wrapper .single-item-inner-author .item-content p {
  font-size: 14px;
}
.profile-wrapper .message-wrapper .leave-comments-message {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
@media only screen and (max-width: 480px) {
  .profile-wrapper .message-wrapper .leave-comments-message {
    display: inherit;
  }
}
.profile-wrapper .message-wrapper .leave-comments-message img {
  -webkit-box-flex: 1;
  -moz-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  padding: 0 30px 78px 0;
}
@media only screen and (max-width: 480px) {
  .profile-wrapper .message-wrapper .leave-comments-message img {
    padding: 0;
    margin-bottom: 15px;
  }
}
.profile-wrapper .message-wrapper .leave-comments-message .leave-comments-box {
  -webkit-box-flex: 6;
  -moz-flex: 6;
  -webkit-flex: 6;
  flex: 6;
}
.profile-wrapper .message-wrapper .leave-comments-message .leave-comments-box textarea {
  height: 90px;
  background: #f6f6f6;
}
.profile-wrapper .reviews-wrapper {
  background: #ffffff;
  border: 1px solid #d7d7d7;
}
.profile-wrapper .reviews-wrapper .single-item-message {
  border-bottom: 1px solid #d7d7d7;
  padding: 30px 32px 15px;
}
.profile-wrapper .reviews-wrapper .single-item-message:last-child {
  border-bottom: none;
  padding: 30px 32px;
}
.profile-wrapper .reviews-wrapper .single-item-message h3 {
  font-size: 20px;
  font-weight: 500;
}
.profile-wrapper .reviews-wrapper .single-item-message .single-item-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .profile-wrapper .reviews-wrapper .single-item-message .single-item-inner {
    display: inherit!important;
  }
}
.profile-wrapper .reviews-wrapper .single-item-message .single-item-inner .profile-rating {
  position: absolute;
  top: 0;
  right: 0;
}
.profile-wrapper .reviews-wrapper .single-item-message .single-item-inner .profile-rating ul li {
  display: inline-block;
}
.profile-wrapper .reviews-wrapper .single-item-message .single-item-inner .profile-rating ul li i {
  color: #ffa726;
}
.profile-wrapper .reviews-wrapper .single-item-message img {
  -webkit-box-flex: 2;
  -moz-flex: 2;
  -webkit-flex: 2;
  flex: 2;
  padding: 0 30px 30px 0;
}
@media (min-width: 991px) and (max-width: 1199px) {
  .profile-wrapper .reviews-wrapper .single-item-message img {
    padding: 0 30px 60px 0;
  }
}
.profile-wrapper .reviews-wrapper .single-item-message .item-content {
  -webkit-box-flex: 13;
  -moz-flex: 13;
  -webkit-flex: 13;
  flex: 13;
}
.profile-wrapper .reviews-wrapper .single-item-message .item-content h4 {
  font-weight: 500;
  font-size: 18px;
  color: #263238;
  margin-bottom: 2px;
}
.profile-wrapper .reviews-wrapper .single-item-message .item-content h4 span {
  color: #8bc34a;
  font-size: 14px;
  margin-left: 10px;
}
.profile-wrapper .reviews-wrapper .single-item-message .item-content > span {
  color: #90a4ae;
  font-size: 13px;
  display: block;
  margin-bottom: 10px;
}
.profile-wrapper .reviews-wrapper .single-item-message .item-content p {
  font-size: 14px;
}
/*=======================================================================
[13] Why Choose Area
=========================================================================*/
.why-choose-box {
  padding: 0 15px;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px) {
  .why-choose-box {
    padding: 0;
  }
}
.why-choose-box a {
  display: inline-block;
}
.why-choose-box a i {
  margin-bottom: 25px;
  background: #4B0082;
  color: #ffffff;
  font-size: 56px;
  height: 114px;
  width: 114px;
  text-align: center;
  line-height: 114px;
  border-radius: 50%;
  border: 3px solid #4B0082;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.why-choose-box h3 {
  font-size: 24px;
  font-weight: 500;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .why-choose-box h3 {
    font-size: 24px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .why-choose-box h3 {
    font-size: 21px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .why-choose-box h3 {
    font-size: 20px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .why-choose-box h3 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 320px) {
  .why-choose-box h3 {
    font-size: 17px;
  }
}
.why-choose-box h3 a {
  color: #ffffff;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.why-choose-box h3 a:hover {
  color: #8bc34a;
}
.why-choose-box p {
  color: #b0bec5;
}
.why-choose-box:hover a i {
  background: transparent;
}
/*=======================================================================
[14] Pricing Plan Area
=========================================================================*/
.pricing-plan-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .pricing-plan-wrapper {
    display: inherit;
  }
}
.pricing-plan-wrapper .pricing-plan-box {
  margin: 0 15px 30px;
  -webkit-box-flex: 1;
  -moz-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  background: #f4f6f5;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.pricing-plan-wrapper .pricing-plan-box:nth-child(1n) .pricing {
  background: #8bc34a;
}
.pricing-plan-wrapper .pricing-plan-box:nth-child(1n) .pricing-btn {
  background: #8bc34a;
  border: 2px solid #8bc34a;
  color: #ffffff;
}
.pricing-plan-wrapper .pricing-plan-box:nth-child(1n) .pricing-btn:hover {
  color: #8bc34a;
}
.pricing-plan-wrapper .pricing-plan-box:nth-child(2n) .pricing {
  background: #8560a8;
}
.pricing-plan-wrapper .pricing-plan-box:nth-child(2n) .pricing-btn {
  background: #8560a8;
  border: 2px solid #8560a8;
  color: #ffffff;
}
.pricing-plan-wrapper .pricing-plan-box:nth-child(2n) .pricing-btn:hover {
  color: #8560a8;
}
.pricing-plan-wrapper .pricing-plan-box:nth-child(3n) .pricing {
  background: #f4511e;
}
.pricing-plan-wrapper .pricing-plan-box:nth-child(3n) .pricing-btn {
  background: #f4511e;
  border: 2px solid #f4511e;
  color: #ffffff;
}
.pricing-plan-wrapper .pricing-plan-box:nth-child(3n) .pricing-btn:hover {
  color: #f4511e;
}
.pricing-plan-wrapper .pricing-plan-box .pricing {
  padding: 25px 5px 5px;
}
.pricing-plan-wrapper .pricing-plan-box .pricing h3 {
  font-size: 36px;
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .pricing-plan-wrapper .pricing-plan-box .pricing h3 {
    font-size: 34px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .pricing-plan-wrapper .pricing-plan-box .pricing h3 {
    font-size: 34px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .pricing-plan-wrapper .pricing-plan-box .pricing h3 {
    font-size: 32px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .pricing-plan-wrapper .pricing-plan-box .pricing h3 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 320px) {
  .pricing-plan-wrapper .pricing-plan-box .pricing h3 {
    font-size: 30px;
  }
}
.pricing-plan-wrapper .pricing-plan-box .pricing p {
  font-size: 16px;
  color: #ffffff;
  text-transform: uppercase;
}
.pricing-plan-wrapper .pricing-plan-box .pricing-info {
  padding: 45px 15px 55px;
}
.pricing-plan-wrapper .pricing-plan-box .pricing-info li {
  margin-bottom: 25px;
  color: #60697d;
}
.pricing-plan-wrapper .pricing-plan-box .pricing-info li:last-child {
  margin-bottom: 0;
}
.pricing-plan-wrapper .pricing-plan-box .pricing-btn {
  text-align: center;
  padding: 14px 90px;
  background: red;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 40px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media (min-width: 767px) and (max-width: 991px) {
  .pricing-plan-wrapper .pricing-plan-box .pricing-btn {
    padding: 12px 50px;
  }
}
.pricing-plan-wrapper .pricing-plan-box .pricing-btn:hover {
  background: transparent;
}
.pricing-plan-wrapper .pricing-plan-box:hover {
  -webkit-box-shadow: 0px 11px 15px 0px rgba(216, 216, 216, 0.75);
  -moz-box-shadow: 0px 11px 15px 0px rgba(216, 216, 216, 0.75);
  box-shadow: 0px 11px 15px 0px rgba(216, 216, 216, 0.75);
  background: #ffffff;
}
/*=======================================================================
[15] Tutorials Area
=========================================================================*/
.tutorials-box {
  margin-bottom: 30px;
}
.tutorials-box img {
  width: 100%;
}
.tutorials-box .tutorials-title {
  text-align: center;
  background: #f8f8f8;
  padding: 30px 15px 15px;
}
.tutorials-box .tutorials-title h3 {
  font-size: 24px;
  font-weight: 600;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .tutorials-box .tutorials-title h3 {
    font-size: 24px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .tutorials-box .tutorials-title h3 {
    font-size: 22px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .tutorials-box .tutorials-title h3 {
    font-size: 22px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .tutorials-box .tutorials-title h3 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 320px) {
  .tutorials-box .tutorials-title h3 {
    font-size: 20px;
  }
}
.tutorials-box .tutorials-title h3 a {
  color: #263238;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.tutorials-box .tutorials-title h3 a:hover {
  color: #8bc34a;
}
/*=======================================================================
[16] Money Back Area
=========================================================================*/
.freebies-area {
  padding: 60px 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .freebies-area {
    padding: 55px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .freebies-area {
    padding: 50px 0;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .freebies-area {
    padding: 45px 0;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .freebies-area {
    padding: 40px 0;
  }
}
@media only screen and (max-width: 320px) {
  .freebies-area {
    padding: 35px 0;
  }
}
.freebies {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
@media only screen and (max-width: 320px) {
  .freebies {
    display: inherit;
  }
}
.freebies .freebies-img {
  -webkit-box-flex: 1;
  -moz-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
@media only screen and (max-width: 320px) {
  .freebies .freebies-img img {
    margin: 0 auto;
  }
}
.freebies .freebies-content {
  -webkit-box-flex: 5;
  -moz-flex: 5;
  -webkit-flex: 5;
  flex: 5;
}
.freebies .freebies-content h3 {
  text-align: left;
  margin-top: 28px;
  color: #4B0082;
  font-size: 60px;
  text-transform: capitalize;
  font-weight: 500;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .freebies .freebies-content h3 {
    font-size: 48px;
    margin-left: 25px;
    margin-top: 36px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .freebies .freebies-content h3 {
    font-size: 36px;
    margin-left: 25px;
    margin-top: 30px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .freebies .freebies-content h3 {
    font-size: 24px;
    margin-left: 15px;
    margin-top: 18px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .freebies .freebies-content h3 {
    font-size: 22px;
    margin-left: 30px;
    margin-top: 0;
  }
}
@media only screen and (max-width: 320px) {
  .freebies .freebies-content h3 {
    text-align: center;
    font-size: 20px;
    margin-left: 0;
    margin-top: 10px;
  }
}
/*=======================================================================
[17] Sidebar Area
=========================================================================*/
@media only screen and (max-width: 767px) {
  .fox-sidebar {
    margin-top: 30px;
  }
}
.sidebar-item {
  margin-bottom: 30px;
  background: #ffffff;
  border: 1px solid #dedede;
}
.sidebar-item:last-child {
  margin-bottom: 0;
}
.sidebar-item .sidebar-item-inner {
  padding: 20px 25px 30px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .sidebar-item .sidebar-item-inner {
    padding: 30px 15px;
  }
}
.sidebar-item .sidebar-item-inner .sidebar-item-title {
  position: relative;
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: 500;
}
.sidebar-item .sidebar-item-inner .sidebar-item-title:before {
  content: "";
  height: 1px;
  width: 100%;
  background: #dde3e8;
  position: absolute;
  z-index: 1;
  bottom: -15px;
}
.sidebar-categories-list li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 20px;
}
.sidebar-categories-list li:last-child {
  margin-bottom: 0;
}
.sidebar-categories-list li:before {
  content: "\f105";
  left: 0;
  position: absolute;
  top: 0;
  font-size: 14px;
  color: #8bc34a;
  font-family: FontAwesome;
}
.sidebar-categories-list li a {
  color: #444444;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.sidebar-categories-list li a:hover {
  color: #8bc34a;
}
.sidebar-categories-list li span {
  position: absolute;
  right: 0;
  top: 0;
  text-align: right;
  color: #90a4ae;
}
.price-range-wrapper {
  padding-top: 10px;
}
.price-range-wrapper:after {
  clear: both;
  display: block;
  content: "";
}
.price-range-wrapper .price-range-select {
  margin: 18px 0;
  text-align: center;
}
.price-range-wrapper .price-range-select:after {
  clear: both;
  display: block;
  content: "";
}
.price-range-wrapper .price-range-select .price-range {
  font-size: 20px;
  color: #8bc34a;
  display: inline-block;
  margin: 0 10px;
}
.price-range-wrapper .noUi-connect {
  background: #212121;
}
.price-range-wrapper .noUi-horizontal {
  height: 10px;
}
.price-range-wrapper .noUi-target {
  border-radius: 0;
}
.price-range-wrapper .noUi-horizontal .noUi-handle {
  top: -10px;
  background: #8bc34a;
  border: none;
  box-shadow: none;
}
.price-range-wrapper .noUi-handle::after,
.price-range-wrapper .noUi-handle::before {
  left: 16px;
  top: 7px;
  background: #ffffff;
}
.price-range-wrapper .noUi-handle::after {
  left: 19px;
}
.sidebar-single-item-grid {
  border-bottom: 1px solid #e7ecf2;
  padding-bottom: 25px;
  margin-bottom: 25px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.sidebar-single-item-grid:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.sidebar-single-item-grid:last-child .item-profile {
  margin-bottom: 30px;
}
.sidebar-single-item-grid .item-img img {
  width: 100%;
}
.sidebar-single-item-grid .item-content {
  padding-top: 15px;
  background: #ffffff;
}
.sidebar-single-item-grid .item-content .item-info {
  margin-bottom: 15px;
  position: relative;
}
.sidebar-single-item-grid .item-content .item-info h3 {
  color: #263238;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 2px;
}
.sidebar-single-item-grid .item-content .item-info h3 a {
  color: #263238;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.sidebar-single-item-grid .item-content .item-info h3 a:hover {
  color: #8bc34a;
}
.sidebar-single-item-grid .item-content .item-info span {
  color: #8bc34a;
  font-size: 14px;
}
.sidebar-single-item-grid .item-content .item-info .price {
  position: absolute;
  top: 35%;
  right: 0;
  transform: translateY(-50%);
  z-index: 1;
  color: #263238;
  font-size: 16px;
  font-weight: 700;
}
.sidebar-single-item-grid .item-content .item-profile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.sidebar-single-item-grid .item-content .item-profile .profile-title {
  -webkit-box-flex: 1;
  -moz-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.sidebar-single-item-grid .item-content .item-profile .profile-title img {
  -webkit-box-flex: 1;
  -moz-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
.sidebar-single-item-grid .item-content .item-profile .profile-title span {
  margin: 5px 0 0 10px;
  -webkit-box-flex: 2;
  -moz-flex: 2;
  -webkit-flex: 2;
  flex: 2;
  font-size: 14px;
}
.sidebar-single-item-grid .item-content .item-profile .profile-rating {
  margin-top: 5px;
  -webkit-box-flex: 1;
  -moz-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  text-align: right;
}
.sidebar-single-item-grid .item-content .item-profile .profile-rating ul li {
  display: inline-block;
  color: #ffa726;
}
.sidebar-single-item-grid .item-content .item-profile .profile-rating ul li i {
  font-size: 12px;
}
.sidebar-product-info li {
  margin-bottom: 12px;
  font-size: 14px;
  color: #263238;
}
.sidebar-product-info li span {
  color: #70838d;
}
.sidebar-product-info li:last-child {
  margin-bottom: 0;
}
.sidebar-sale-info li {
  display: inline-block;
  color: #263238;
  margin-right: 20px;
  font-size: 20px;
  font-weight: 700;
}
.sidebar-sale-info li i {
  color: #a6b5bb;
  font-size: 20px;
}
.sidebar-sale-info li:last-child {
  color: #707070;
  font-size: 16px;
  margin-right: 0;
  font-weight: 400;
}
.sidebar-author-info {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.sidebar-author-info .sidebar-author-img {
  -webkit-box-flex: 1;
  -moz-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  margin-right: 10px;
}
.sidebar-author-info .sidebar-author-content {
  margin-left: 10px;
  -webkit-box-flex: 2;
  -moz-flex: 2;
  -webkit-flex: 2;
  flex: 2;
}
@media (min-width: 480px) and (max-width: 767px) {
  .sidebar-author-info .sidebar-author-content {
    -webkit-box-flex: 5;
    -moz-flex: 5;
    -webkit-flex: 5;
    flex: 5;
  }
}
.sidebar-author-info .sidebar-author-content h3 {
  margin-bottom: 10px;
  font-size: 18px;
  color: #263238;
}
.sidebar-author-info .sidebar-author-content a.view-profile {
  border: 1px solid #d3d3d3;
  color: #707070;
  font-size: 13px;
  display: inline-block;
  padding: 5px 10px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.sidebar-author-info .sidebar-author-content a.view-profile i {
  color: #8bc34a;
  margin-right: 5px;
}
.sidebar-author-info .sidebar-author-content a.view-profile:hover {
  background: #8bc34a;
  border: 1px solid #8bc34a;
  color: #ffffff;
}
.sidebar-badges-item {
  margin-bottom: 10px;
}
.sidebar-badges-item li {
  display: inline-block;
  margin-right: 5px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .sidebar-badges-item li {
    margin-right: 0;
  }
}
.sidebar-badges-item li:last-child {
  margin-right: 0;
}
.sidebar-product-price {
  margin-bottom: 30px;
  position: relative;
}
.sidebar-product-price li {
  color: #e74c3c;
  font-size: 22px;
  font-weight: 500;
  display: inline-block;
}
.sidebar-product-price li .select2-selection__rendered {
  color: #70838d!important;
  font-size: 13px!important;
  font-weight: 400!important;
  line-height: 28px!important;
}
.sidebar-product-price li .select2-selection--single {
  height: 28px;
  background-color: transparent!important;
}
.sidebar-product-price li .select2-selection__arrow {
  top: 3px!important;
  right: 2px!important;
}
.sidebar-product-price li:last-child {
  position: absolute;
  right: 0;
  top: 0;
}
@media (min-width: 991px) and (max-width: 1199px) {
  .sidebar-product-btn {
    margin-top: 54px;
  }
}
.sidebar-product-btn li {
  margin-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .sidebar-product-btn li {
    margin-bottom: 22px;
  }
}
.sidebar-product-btn li:last-child {
  margin-bottom: 0;
}
.social-default {
  margin-bottom: 25px;
  -webkit-box-flex: 1;
  -moz-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
.social-default li {
  margin-right: 5px;
  display: inline-block;
}
.social-default li:nth-child(1n) a {
  background: #6370b6;
  border: 2px solid #6370b6;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.social-default li:nth-child(1n) a:hover {
  background: transparent;
  color: #6370b6;
}
.social-default li:nth-child(2n) a {
  background: #64b5f6;
  border: 2px solid #64b5f6;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.social-default li:nth-child(2n) a:hover {
  background: transparent;
  color: #64b5f6;
}
.social-default li:nth-child(3n) a {
  background: #4f71ce;
  border: 2px solid #4f71ce;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.social-default li:nth-child(3n) a:hover {
  background: transparent;
  color: #4f71ce;
}
.social-default li:nth-child(4n) a {
  background: #d32f2f;
  border: 2px solid #d32f2f;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.social-default li:nth-child(4n) a:hover {
  background: transparent;
  color: #d32f2f;
}
.social-default li:last-child {
  margin-right: 0;
}
.social-default li a {
  display: block;
  height: 40px;
  line-height: 25px;
  width: 40px;
  text-align: center;
  color: #ffffff;
  background: red;
  font-weight: 500;
  font-size: 16px;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.sidebar-latest-post li {
  margin-bottom: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.sidebar-latest-post li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.sidebar-latest-post li .latest-post-img {
  -webkit-box-flex: 2;
  -moz-flex: 2;
  -webkit-flex: 2;
  flex: 2;
  margin-right: 10px;
}
.sidebar-latest-post li .latest-post-img a img {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.sidebar-latest-post li .latest-post-img a:hover img {
  opacity: 0.7;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.sidebar-latest-post li .latest-post-content {
  -webkit-box-flex: 3;
  -moz-flex: 3;
  -webkit-flex: 3;
  flex: 3;
}
.sidebar-latest-post li .latest-post-content h4 {
  font-size: 12px;
  margin-bottom: 6px;
  line-height: 0.9;
  font-weight: 500;
  background: #8bc34a;
  color: #ffffff;
  padding: 7px 10px 5px;
  display: inline-block;
}
.sidebar-latest-post li .latest-post-content p {
  line-height: 1.2;
  margin-bottom: 0;
}
/*=======================================================================
[18] Blog Page Area
=========================================================================*/
.blog-page-wrapper .single-item {
  margin-bottom: 30px;
}
.blog-page-wrapper .single-item .item-img-holder {
  overflow: hidden;
  position: relative;
}
.blog-page-wrapper .single-item .item-img-holder img {
  width: 100%;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.blog-page-wrapper .single-item .item-img-holder span {
  position: absolute;
  top: 10px;
  left: 0;
  display: block;
  padding: 10px;
  font-size: 15px;
  font-weight: 700;
  background: #8bc34a;
  z-index: 1;
  color: #ffffff;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.blog-page-wrapper .single-item .item-content-holder {
  background: #ffffff;
  padding: 15px 30px 20px;
}
.blog-page-wrapper .single-item .item-content-holder h3 {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
}
.blog-page-wrapper .single-item .item-content-holder h3 a {
  color: #263238;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.blog-page-wrapper .single-item .item-content-holder h3 a:hover {
  color: #8bc34a;
}
.blog-page-wrapper .single-item .item-content-holder p {
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.blog-page-wrapper .single-item .item-content-holder .item-comments li {
  display: inline-block;
  margin-right: 10px;
  color: #444444;
}
.blog-page-wrapper .single-item .item-content-holder .item-comments li i {
  color: #d5d6d6;
  margin-right: 8px;
}
.blog-page-wrapper .single-item .item-content-holder .item-comments li:last-child {
  text-align: right;
  margin-right: 0;
  margin-left: 10px;
}
.blog-page-wrapper .single-item .item-content-holder .item-comments li:last-child a {
  color: #8bc34a;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.blog-page-wrapper .single-item .item-content-holder .item-comments li:last-child a:hover {
  color: #e74c3c;
}
.blog-page-wrapper .single-item:hover .item-img-holder img {
  transform: scale(1.2);
}
.blog-page-wrapper .single-item:hover .item-img-holder span {
  top: 30px;
}
/*=======================================================================
[19] Single Blog Page Area
=========================================================================*/
.single-blog-wrapper .single-blog-img-holder {
  position: relative;
}
.single-blog-wrapper .single-blog-img-holder a img {
  margin-bottom: 20px;
  width: 100%;
}
.single-blog-wrapper .single-blog-img-holder .news-date1 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.single-blog-wrapper .single-blog-img-holder .news-date1 li {
  width: 100px;
  height: 40px;
  font-size: 18px;
  text-align: center;
  line-height: 2.3;
}
@media (min-width: 480px) and (max-width: 991px) {
  .single-blog-wrapper .single-blog-img-holder .news-date1 li {
    height: 40px;
    font-size: 20px;
    width: 90px;
    line-height: 2;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .single-blog-wrapper .single-blog-img-holder .news-date1 li {
    font-size: 18px;
    line-height: 2.3;
  }
}
@media only screen and (max-width: 479px) {
  .single-blog-wrapper .single-blog-img-holder .news-date1 li {
    height: 35px;
    font-size: 16px;
    width: 80px;
  }
}
.single-blog-wrapper .single-blog-img-holder .news-date1 li:nth-child(odd) {
  background: #8bc34a;
  color: #ffffff;
  font-weight: 700;
}
.single-blog-wrapper .single-blog-img-holder .news-date1 li:nth-child(even) {
  background: #689f38;
  color: #212121;
  font-weight: 500;
}
.single-blog-wrapper .news-comments {
  margin-bottom: 15px;
  padding-bottom: 10px;
}
.single-blog-wrapper .news-comments li {
  display: inline-block;
  margin-right: 20px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .single-blog-wrapper .news-comments li {
    margin-right: 8px;
  }
}
.single-blog-wrapper .news-comments li a {
  color: #b1b1b1;
}
.single-blog-wrapper .news-comments li a:hover {
  color: #8bc34a;
}
.single-blog-wrapper .news-comments li a i {
  color: #8bc34a;
  margin-right: 8px;
}
.single-blog-wrapper .news-comments li a span {
  color: #444444;
}
.single-blog-wrapper .single-blog-content-holder h2 {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 400;
}
.single-blog-wrapper .single-blog-content-holder h2 a {
  color: #212121;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.single-blog-wrapper .single-blog-content-holder h2 a:hover {
  color: #8bc34a;
}
.single-blog-wrapper .single-blog-content-holder ul {
  margin-bottom: 30px;
}
.single-blog-wrapper .single-blog-content-holder ul li {
  margin-right: 10px;
  padding-right: 10px;
  display: inline;
  text-transform: initial;
  border-right: 1px solid #bdbdbd;
}
.single-blog-wrapper .single-blog-content-holder ul li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: 0;
}
.single-blog-wrapper .single-blog-content-holder ul li span {
  color: #8bc34a;
  text-transform: capitalize;
}
.single-blog-wrapper .single-blog-content-holder p {
  font-size: 14px;
  margin-bottom: 45px;
}
.single-blog-wrapper .single-blog-content-holder > span {
  margin-bottom: 50px;
  background: #f8f8f8;
  padding: 40px 60px 40px 60px;
  position: relative;
  display: block;
  color: #707070;
  font-size: 14px;
  font-style: italic;
  letter-spacing: 1px;
}
@media only screen and (max-width: 480px) {
  .single-blog-wrapper .single-blog-content-holder > span {
    padding: 30px;
  }
}
.single-blog-wrapper .single-blog-content-holder > span:before {
  content: "\f10d";
  font-family: FontAwesome;
  font-size: 20px;
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 1;
  color: #8bc34a;
}
@media only screen and (max-width: 480px) {
  .single-blog-wrapper .single-blog-content-holder > span:before {
    left: 5px;
    top: 20px;
  }
}
.single-blog-wrapper .tag-share {
  padding: 40px 0 45px;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 60px;
}
@media only screen and (max-width: 991px) {
  .single-blog-wrapper .tag-share {
    padding: 25px 0 35px;
  }
}
.single-blog-wrapper .tag-share li {
  display: inline-block;
}
.single-blog-wrapper .tag-share li ul li {
  display: inline-block;
  font-size: 15px;
}
.single-blog-wrapper .tag-share li ul li a {
  color: #707070;
}
.single-blog-wrapper .tag-share li ul li:last-child {
  float: inherit;
}
.single-blog-wrapper .tag-share li:last-child {
  float: right;
}
@media only screen and (max-width: 991px) {
  .single-blog-wrapper .tag-share li:last-child {
    float: inherit;
    margin-top: 5px;
  }
}
.single-blog-wrapper .tag-share li .inner-tag {
  margin-top: 5px;
}
.single-blog-wrapper .tag-share li .inner-tag li:first-child {
  font-weight: 700;
}
.single-blog-wrapper .tag-share li .inner-share li {
  margin-left: 5px;
}
@media only screen and (max-width: 991px) {
  .single-blog-wrapper .tag-share li .inner-share li {
    margin-right: 5px;
    margin-left: 0;
  }
}
.single-blog-wrapper .tag-share li .inner-share li a {
  height: 30px;
  width: 30px;
  display: block;
  text-align: center;
  line-height: 30px;
  color: #ffffff;
}
.single-blog-wrapper .tag-share li .inner-share li:nth-child(1n) a {
  background: #3b5998;
}
.single-blog-wrapper .tag-share li .inner-share li:nth-child(2n) a {
  background: #00aced;
}
.single-blog-wrapper .tag-share li .inner-share li:nth-child(3n) a {
  background: #276cca;
}
.single-blog-wrapper .tag-share li .inner-share li:nth-child(4n) a {
  background: #e94a0b;
}
.single-blog-wrapper .about-author {
  margin-bottom: 30px;
}
.single-blog-wrapper .blog-comments {
  padding-bottom: 10px;
  margin-bottom: 50px;
  border-bottom: 1px solid #ebebeb;
}
.single-blog-wrapper .blog-comments h2 {
  color: #212121;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 30px;
}
.single-blog-wrapper .blog-comments ul li {
  margin-bottom: 40px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
@media only screen and (max-width: 480px) {
  .single-blog-wrapper .blog-comments ul li {
    display: block;
  }
}
.single-blog-wrapper .blog-comments ul li .comments-img {
  -webkit-box-flex: 1;
  -moz-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
@media (min-width: 768px) and (max-width: 991px) {
  .single-blog-wrapper .blog-comments ul li .comments-img {
    margin-right: 10px;
  }
}
.single-blog-wrapper .blog-comments ul li .comments-img a {
  display: block;
  border-radius: 50%;
}
.single-blog-wrapper .blog-comments ul li .comments-content {
  padding-top: 10px;
  -webkit-box-flex: 4;
  -moz-flex: 4;
  -webkit-flex: 4;
  flex: 4;
}
.single-blog-wrapper .blog-comments ul li .comments-content h3 {
  font-size: 16px;
}
.single-blog-wrapper .blog-comments ul li .comments-content h3 a {
  color: #212121;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.single-blog-wrapper .blog-comments ul li .comments-content h3 a:hover {
  color: #8bc34a;
}
.single-blog-wrapper .blog-comments ul li .comments-content p {
  font-size: 14px;
}
.single-blog-wrapper .blog-comments ul li .comments-content span {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
}
.single-blog-wrapper .blog-comments ul li .comments-content span a {
  color: #ffffff;
  border-radius: 30px;
  padding: 8px 20px;
  display: block;
  background: #707070;
  font-size: 12px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.single-blog-wrapper .blog-comments ul li .comments-content span:hover a {
  background: #8bc34a;
}
.single-blog-wrapper .blog-comments ul li:nth-child(even) {
  padding-left: 40px;
}
@media only screen and (max-width: 570px) {
  .single-blog-wrapper .blog-comments ul li:nth-child(even) {
    padding-left: 0;
  }
}
.single-blog-wrapper .blog-comments ul li:nth-child(even) .comments-content span {
  right: 30px;
}
.single-blog-wrapper .leave-comments h2 {
  color: #212121;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 30px;
}
.single-blog-wrapper .leave-comments .form-group {
  margin-bottom: 30px;
}
.single-blog-wrapper .leave-comments .form-group .form-control {
  background: #f9f9f9;
  box-shadow: none;
  border: none;
}
.single-blog-wrapper .leave-comments .form-group input {
  padding: 3px 5px 5px 25px;
  height: 50px;
  color: #212121;
  font-weight: 500;
}
.single-blog-wrapper .leave-comments .form-group textarea {
  font-weight: 500;
  padding: 20px 30px;
}
.single-blog-wrapper .leave-comments .form-group input.form-control::-webkit-input-placeholder,
.single-blog-wrapper .leave-comments .form-group textarea.form-control::-webkit-input-placeholder {
  color: #707070;
}
.single-blog-wrapper .leave-comments .form-group input.form-control::-moz-placeholder,
.single-blog-wrapper .leave-comments .form-group textarea.form-control::-moz-placeholder {
  color: #707070;
}
.single-blog-wrapper .leave-comments .form-group input.form-control:-moz-placeholder,
.single-blog-wrapper .leave-comments .form-group textarea.form-control:-moz-placeholder {
  color: #707070;
}
.single-blog-wrapper .leave-comments .form-group input.form-control:-ms-input-placeholder,
.single-blog-wrapper .leave-comments .form-group textarea.form-control:-ms-input-placeholder {
  color: #707070;
}
/*=======================================================================
[20] Registration Page Area
=========================================================================*/
/* .registration-page-area {
  .registration-details-area {
    label {
      letter-spacing: 1px;
      color: #333333;
      font-weight: 400;
      margin-bottom: 10px;
    }
    input {
      height: 40px;
      border: 1px solid #dcdcdc;
      border-radius: 0;
      box-shadow: none;
      margin-bottom: 10px;
      background: #f9f9f9;
    }
    span {
      color: #333333;
      text-transform: capitalize;
      letter-spacing: 1px;
      input {
        height: inherit;
        margin-right: 10px;
      }
    }
    .custom-select {
      select {
        width: 100%;
        height: 40px;
      }
    }    
  }
  .pLace-order {
    text-align: left;
  }
  .select2-container .select2-selection--single {
    height: 40px;
  }
  .select2-container--classic .select2-selection--single {
    background-color: #f9f9f9;
    background-image: none;
    border-radius: 0;
    border: 1px solid #dcdcdc;
  }
  .select2-container--classic .select2-selection--single .select2-selection__rendered {
    line-height: 40px;
  }
  .select2-container--classic .select2-selection--single .select2-selection__arrow {
    top: 7px;
    background-color: transparent;
    background-image: none;
    border-style: none;
    right: 5px;
  }
} */
.registration-page-area .registration-details-area label {
  letter-spacing: 1px;
  color: #333333;
  font-weight: 400;
  margin-bottom: 10px;
}
.registration-page-area .registration-details-area input {
  height: 40px;
  border: 1px solid #dcdcdc;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 10px;
  background: #f9f9f9;
}
.registration-page-area .registration-details-area span {
  color: #333333;
  text-transform: capitalize;
  letter-spacing: 1px;
}
.registration-page-area .registration-details-area span input {
  height: inherit;
  margin-right: 10px;
}
.registration-page-area .registration-details-area .custom-select select {
  width: 100%;
  height: 40px;
}
.registration-page-area .pLace-order {
  text-align: left;
}
.registration-page-area .select2-container .select2-selection--single {
  height: 40px;
}
.registration-page-area .select2-container--classic .select2-selection--single {
  background-color: #f9f9f9;
  background-image: none;
  border-radius: 0;
  border: 1px solid #dcdcdc;
}
.registration-page-area .select2-container--classic .select2-selection--single .select2-selection__rendered {
  line-height: 40px;
}
.registration-page-area .select2-container--classic .select2-selection--single .select2-selection__arrow {
  top: 7px;
  background-color: transparent;
  background-image: none;
  border-style: none;
  right: 5px;
}
.registration-page-area .select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #707070;
}
/*=======================================================================
[21] Help Page Area
=========================================================================*/
.help-page-wrapper .panel-default {
  margin-top: 0!important;
  border-radius: 0!important;
  border: none;
  box-shadow: none;
  margin-bottom: 3px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.help-page-wrapper .panel-default:last-child {
  border-bottom: 0;
}
.help-page-wrapper .panel-default .panel-heading {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-color: #8bc34a !important;
  padding: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.help-page-wrapper .panel-default .panel-heading .panel-title a {
  color: #ffffff;
  font-size: 18px;
  padding: 13px 15px 15px;
  display: block;
}
.help-page-wrapper .panel-default .panel-heading .accordion-toggle {
  position: relative;
}
.help-page-wrapper .panel-default .panel-heading .accordion-toggle:after {
  font-family: FontAwesome;
  content: "\f0de";
  right: 15px;
  position: absolute;
  top: 15px;
  color: #ffffff;
  font-size: 18px;
  z-index: 1;
}
.help-page-wrapper .panel-default .panel-heading .accordion-toggle.collapsed:after {
  content: "\f0dd";
  font-family: FontAwesome;
}
.help-page-wrapper .panel-default .panel-collapse {
  background: #f5f5f5;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.help-page-wrapper .panel-default .panel-body {
  padding: 30px 50px;
}
.help-page-wrapper .panel-default .panel-body h3 {
  font-size: 20px;
  color: #444444;
  font-weight: 700;
}
.help-page-wrapper .panel-default .panel-body p {
  color: #707070;
}
.help-page-wrapper .panel-default .active {
  background: #f5f5f5;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
/*=======================================================================
[22] 404 Error Page Area
=========================================================================*/
.page-error-area {
  text-align: center;
}
.page-error-area .page-error-top {
  background: #8bc34a;
  padding: 100px 30px;
}
@media only screen and (max-width: 479px) {
  .page-error-area .page-error-top {
    padding: 60px 20px;
  }
}
.page-error-area .page-error-top img {
  margin: 0 auto 30px;
}
.page-error-area .page-error-top p {
  letter-spacing: 3px;
  font-weight: 400;
  color: #ffffff;
  font-size: 30px;
  line-height: 1.5;
}
@media only screen and (max-width: 479px) {
  .page-error-area .page-error-top p {
    font-size: 24px;
  }
}
@media only screen and (max-width: 320px) {
  .page-error-area .page-error-top p {
    font-size: 20px;
  }
}
.page-error-area .page-error-bottom {
  margin-top: 30px;
}
.page-error-area .page-error-bottom p {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
  line-height: 1.6;
}
.page-error-area .page-error-bottom a {
  margin-top: 50px;
}
/*=======================================================================
[23] Contact Page Area
=========================================================================*/
.contact-us-info-area {
  padding: 115px 0 125px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .contact-us-info-area {
    padding: 105px 0 115px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .contact-us-info-area {
    padding: 95px 0 105px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .contact-us-info-area {
    padding: 85px 0 95px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .contact-us-info-area {
    padding: 75px 0 85px;
  }
}
@media only screen and (max-width: 320px) {
  .contact-us-info-area {
    padding: 65px 0 75px;
  }
}
@media only screen and (max-width: 767px) {
  .contact-us-left {
    margin-bottom: 50px;
  }
}
.contact-us-left h2 {
  font-size: 24px;
  color: #333333;
  font-weight: 500;
  margin-bottom: 30px;
}
.contact-us-left ul > li {
  padding: 0 0 0 35px;
  position: relative;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1199px) {
  .contact-us-left ul > li {
    padding: 13px 0 4px 30px;
  }
}
@media only screen and (max-width: 991px) {
  .contact-us-left ul > li {
    padding: 15px 0 4px 30px;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .contact-us-left ul > li {
    padding: 13px 0 4px 30px;
    margin-bottom: 0;
  }
}
.contact-us-left ul > li:last-child {
  margin-bottom: 0;
}
.contact-us-left ul > li h3 {
  font-weight: 500;
  font-size: 20px;
  color: #263238;
  margin-bottom: 30px;
}
@media only screen and (max-width: 479px) {
  .contact-us-left ul > li h3 {
    font-size: 18px;
  }
}
.contact-us-left ul > li p {
  color: #707070;
}
@media only screen and (max-width: 767px) {
  .contact-us-left ul > li p {
    margin-bottom: 5px;
  }
}
.contact-us-left ul > li > i {
  color: #8bc34a;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 5px;
  font-size: 20px;
}
@media only screen and (max-width: 991px) {
  .contact-us-left ul > li > i {
    top: 20px;
  }
}
.contact-us-right h2 {
  font-size: 24px;
  color: #333333;
  font-weight: 500;
  margin-bottom: 30px;
}
.contact-us-right .contact-form .form-group {
  margin-bottom: 20px;
}
.contact-us-right .contact-form .form-group .form-control {
  border-radius: 0;
  background: #f1f4f5;
  box-shadow: none;
  border: none;
}
.contact-us-right .contact-form .form-group input {
  height: 45px;
}
.contact-us-right .contact-form .form-response .alert-info {
  background: transparent!important;
  border: none!important;
  color: red;
  letter-spacing: 5px;
}
.contact-us-right .contact-form .form-response .alert-success {
  background-color: transparent;
  color: green;
  letter-spacing: 4px;
  border-color: transparent;
  font-weight: 500;
}
@media only screen and (max-width: 479px) {
  .contact-us-right .contact-form .form-response .alert-success {
    letter-spacing: 1px;
  }
}
.contact-us-right .contact-form .form-response .alert {
  margin-top: 15px;
  border-radius: 0!important;
  padding: 15px 0;
}
/*=======================================================================
[24] Footer Area
=========================================================================*/
.footer-area-top {
  padding: 92px 0 50px;
  background: #263238;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .footer-area-top {
    padding: 82px 0 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer-area-top {
    padding: 72px 0 40px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .footer-area-top {
    padding: 62px 0 35px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .footer-area-top {
    padding: 52px 0 20px;
  }
}
@media only screen and (max-width: 320px) {
  .footer-area-top {
    padding: 42px 0 10px;
  }
}
.footer-area-top .footer-box {
  margin-bottom: 30px;
}
.footer-area-top p {
  color: #f5f5f5;
}
.footer-area-top h3 {
  font-size: 20px;
  color: #ffffff;
}
.footer-area-top .footer-about {
  margin: 20px 0 35px;
}
.footer-area-top .footer-about p {
  font-size: 16px;
}
.footer-area-top .featured-links {
  margin-bottom: 50px;
}
.footer-area-top .featured-links > li {
  display: inline-block;
}
.footer-area-top .featured-links > li:first-child {
  margin-right: 30px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .footer-area-top .featured-links > li:first-child {
    margin-right: 10px;
  }
}
.footer-area-top .featured-links > li ul li {
  margin-bottom: 12px;
  position: relative;
  padding-left: 15px;
  font-size: 16px;
}
.footer-area-top .featured-links > li ul li:before {
  content: "\f105";
  position: absolute;
  left: 0;
  font-family: FontAwesome;
  color: #8bc34a;
  top: 0;
}
.footer-area-top .featured-links > li ul li a {
  color: #f5f5f5;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.footer-area-top .featured-links > li ul li a:hover {
  color: #8bc34a;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.footer-area-top .corporate-address {
  margin-bottom: 20px;
}
.footer-area-top .corporate-address li {
  margin-bottom: 15px;
  color: #f5f5f5;
  position: relative;
  padding-left: 30px;
  font-size: 16px;
}
.footer-area-top .corporate-address li i {
  color: #8bc34a;
  padding-right: 15px;
  position: absolute;
  left: 0;
  top: 3px;
  z-index: 1;
  font-size: 14px;
}
.footer-area-top .corporate-address li a {
  color: #f5f5f5;
}
.footer-area-top .corporate-address li:last-child {
  margin-bottom: 0;
}
.footer-area-top .newsletter-area .stylish-input-group {
  border: none;
  padding: 0;
}
.footer-area-top .newsletter-area .stylish-input-group .form-control {
  border: none;
  box-shadow: 0 0 0;
  border-radius: 0;
  text-transform: lowercase;
  color: #717a7f;
  height: 42px;
  font-size: 13px;
  background-color: #2f3c43;
}
.footer-area-top .newsletter-area .stylish-input-group .input-group-addon {
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.footer-area-top .newsletter-area .stylish-input-group .input-group-addon button {
  border: 0;
  padding: 13px 17px 14px 17px;
  background-color: #8bc34a;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.footer-area-top .newsletter-area .stylish-input-group .input-group-addon button i {
  color: #ffffff;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.footer-area-top .newsletter-area .stylish-input-group .input-group-addon button:hover {
  background: #e74c3c;
}
.footer-area-top .newsletter-area .stylish-input-group .input-group-addon button:hover i {
  color: #8bc34a;
}
.footer-area-top .footer-social {
  margin-bottom: 50px;
}
.footer-area-top .footer-social li {
  display: inline-block;
  margin-right: 5px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .footer-area-top .footer-social li {
    margin-right: 2px;
  }
}
.footer-area-top .footer-social li a {
  width: 30px;
  height: 30px;
  display: block;
  text-align: center;
  line-height: 30px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.footer-area-top .footer-social li a i {
  color: #ffffff;
  font-size: 13px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.footer-area-top .footer-social li a:hover {
  opacity: 0.8;
}
.footer-area-top .footer-social li:nth-child(1n) a {
  background: #3b5998;
}
.footer-area-top .footer-social li:nth-child(2n) a {
  background: #55acee;
}
.footer-area-top .footer-social li:nth-child(3n) a {
  background: #e52d27;
}
.footer-area-top .footer-social li:nth-child(4n) a {
  background: #ffffff;
}
.footer-area-top .footer-social li:nth-child(4n) a i {
  background: #bd081c;
  border-radius: 50%;
}
.footer-area-top .footer-social li:nth-child(5n) a {
  background: #1565c0;
}
.footer-area-top .footer-social li:last-child {
  margin-right: 0;
}
.footer-area-top .flickr-photos li {
  display: inline-block;
  width: 32%;
  margin-bottom: -2px;
}
.footer-area-top .flickr-photos li img:hover {
  opacity: 0.5;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.footer-area-bottom {
  border-top: 1px solid #424d53;
  background: #263238;
  padding: 20px 0 0;
  text-transform: capitalize;
  font-size: 14px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .footer-area-bottom {
    text-align: center;
    padding: 17px 0;
  }
}
.footer-area-bottom p {
  color: #999999;
}
@media only screen and (max-width: 767px) {
  .footer-area-bottom p {
    margin-bottom: 10px;
  }
}
.footer-area-bottom p a {
  color: #ffffff;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.footer-area-bottom p a:hover {
  color: #e74c3c;
}
.footer-area-bottom .payment-method {
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .footer-area-bottom .payment-method {
    text-align: center;
  }
}
.footer-area-bottom .payment-method li {
  display: inline-block;
}
/*======================================
26. Cart Page Area styles
========================================*/
.cart-page-area {
  padding: 0px 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cart-page-area {
    padding: 25px 0;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .cart-page-area {
    padding: 25px 0;
  }
}
@media only screen and (max-width: 479px) {
  .cart-page-area {
    padding: 25px 0;
  }
}
.cart-page-area .cart-page-top {
  margin-bottom: 45px;
  border: 1px solid #bdbdbd;
  padding: 0 0 10px;
}
.cart-page-area .cart-page-top table {
  margin-bottom: 10px;
  border-bottom: 1px solid #bdbdbd;
}
.cart-page-area .cart-page-top table .cart-form-heading {
  text-transform: uppercase;
  font-weight: 600;
  padding: 15px 20px;
}
.cart-page-area .cart-page-top table tr td {
  vertical-align: middle!important;
  border-right: 1px solid #bdbdbd;
}
.cart-page-area .cart-page-top table tr td:last-child {
  border-right: 0;
}
.cart-page-area .cart-page-top table tr td h3 {
  letter-spacing: 2px;
  text-transform: capitalize;
  font-size: 18px;
  margin-bottom: 0;
  margin-left: 15px;
}
.cart-page-area .cart-page-top table tr td h3 a {
  color: #212121;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.cart-page-area .cart-page-top table tr td h3 a:hover {
  color: #8bc34a;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.cart-page-area .cart-page-top table tr td a img {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.cart-page-area .cart-page-top table tr td a img:hover {
  opacity: 0.5;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.cart-page-area .cart-page-top table tr .cart-img-holder {
  width: 12%;
}
.cart-page-area .cart-page-top table tr .amount {
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 16px;
  color: #212121;
  font-weight: 600;
}
.cart-page-area .cart-page-top table tr .quantity .quantity-holder {
  margin: 0 auto;
  position: relative;
  width: 130px;
  top: -15px;
  z-index: 2;
}
.cart-page-area .cart-page-top table tr .quantity .quantity-holder input {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 48px;
  border-radius: 0;
}
.cart-page-area .cart-page-top table tr .quantity .quantity-holder .input-group-btn-vertical button {
  border-radius: 0;
  position: absolute;
  z-index: 3;
}
.cart-page-area .cart-page-top table tr .quantity .quantity-holder .input-group-btn-vertical .quantity-plus {
  left: 0;
}
.cart-page-area .cart-page-top table tr .quantity .quantity-holder .input-group-btn-vertical .quantity-minus {
  right: 0;
}
.cart-page-area .cart-page-top table tr .dismiss {
  text-align: center;
}
.cart-page-area .cart-page-top table tr .dismiss a i {
  color: #8bc34a;
  font-size: 18px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.cart-page-area .cart-page-top table tr .dismiss a:hover i {
  color: #ff0000;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.cart-page-area .cart-page-top .update-button {
  text-align: right;
  padding-right: 10px;
}
.cart-page-area .cart-page-bottom-left {
  border: 1px solid #bdbdbd;
  padding: 30px;
}
@media only screen and (max-width: 1199px) {
  .cart-page-area .cart-page-bottom-left {
    margin-bottom: 30px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .cart-page-area .cart-page-bottom-left {
    text-align: center;
    padding: 30px 10px;
  }
}
@media only screen and (max-width: 479px) {
  .cart-page-area .cart-page-bottom-left {
    padding: 30px;
    text-align: center;
  }
}
.cart-page-area .cart-page-bottom-left h2 {
  color: #212121;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 20px;
}
.cart-page-area .cart-page-bottom-left input {
  width: 64%;
  height: 50px;
  padding: 5px 10px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cart-page-area .cart-page-bottom-left input {
    width: 80%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cart-page-area .cart-page-bottom-left input {
    width: 73%;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .cart-page-area .cart-page-bottom-left input {
    width: 50%;
  }
}
@media only screen and (max-width: 479px) {
  .cart-page-area .cart-page-bottom-left input {
    width: 100%;
    margin-bottom: 15px;
  }
}
.cart-page-area .cart-page-bottom-left button {
  margin-left: -5px;
}
.cart-page-area .cart-page-bottom-right {
  border: 1px solid #bdbdbd;
  padding: 30px;
}
.cart-page-area .cart-page-bottom-right h2 {
  color: #212121;
  text-transform: capitalize;
  letter-spacing: 2px;
  font-size: 20px;
}
.cart-page-area .cart-page-bottom-right h3 {
  color: #212121;
  font-size: 16px;
  text-transform: capitalize;
  letter-spacing: 2px;
  border-bottom: 1px solid #bdbdbd;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.cart-page-area .cart-page-bottom-right h3 span {
  float: right;
}
.cart-page-area .cart-page-bottom-right .proceed-button {
  text-align: right;
  margin-top: 20px;
}
.btn-apply-coupon {
  background: #8bc34a;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: 2px;
  display: inline-block;
  padding: 12px 20px;
  border: 2px solid #8bc34a;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media only screen and (max-width: 320px) {
  .btn-apply-coupon {
    font-size: 12px;
  }
}
.btn-apply-coupon:hover {
  color: #8bc34a;
  background: transparent;
  border: 2px solid #8bc34a;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.btn-checkout {
  background: #ffffff;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  color: #689f38;
  letter-spacing: 2px;
  display: inline-block;
  padding: 5px 25px;
  border: 2px solid #8bc34a;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.btn-checkout i {
  margin-right: 10px;
}
.btn-checkout:hover {
  color: #ffffff;
  background: #8bc34a;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.btn-send-message {
  background: #8bc34a;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: 2px;
  display: inline-block;
  padding: 12px 40px;
  border: 2px solid #8bc34a;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.btn-send-message:hover {
  color: #8bc34a;
  background: transparent;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
/*======================================
27. Checkout Page Area styles
========================================*/
.checkout-page-area {
  padding: 100px 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .checkout-page-area {
    padding: 80px 0;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .checkout-page-area {
    padding: 70px 0;
  }
}
@media only screen and (max-width: 479px) {
  .checkout-page-area {
    padding: 60px 0;
  }
}
.checkout-page-area .checkout-page-top {
  padding: 15px;
  border: 1px solid #bdbdbd;
  margin-bottom: 20px;
}
.checkout-page-area .checkout-page-top p {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 2px;
  margin-bottom: 0;
  text-transform: uppercase;
}
.checkout-page-area .checkout-page-top p a {
  color: #757575;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.checkout-page-area .checkout-page-top p a:hover {
  color: #8bc34a;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.checkout-page-area .checkout-page-top p i {
  margin-right: 5px;
  font-size: 16px;
  color: #212121;
}
.checkout-page-area .billing-details-area {
  margin-bottom: 30px;
}
.checkout-page-area .billing-details-area h2 {
  font-size: 30px;
}
.checkout-page-area .billing-details-area label {
  letter-spacing: 1px;
  color: #333333;
  font-weight: 400;
  margin-bottom: 10px;
}
.checkout-page-area .billing-details-area input {
  height: 40px;
  border: 1px solid #bdbdbd;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 10px;
}
.checkout-page-area .billing-details-area span {
  color: #333333;
  text-transform: capitalize;
  letter-spacing: 1px;
}
.checkout-page-area .billing-details-area span input {
  height: inherit;
  margin-right: 10px;
}
.checkout-page-area .billing-details-area .checkbox {
  padding-left: 22px;
  font-weight: 700;
}
.checkout-page-area .billing-details-area .custom-select select {
  width: 100%;
  height: 40px;
}
.checkout-page-area .billing-details-area .select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #212121 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.checkout-page-area .billing-details-area .select2-container--classic .select2-selection--single .select2-selection__rendered {
  border: 1px solid #bdbdbd;
  color: #555555;
}
.checkout-page-area .billing-details-area .select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border: 1px solid #8bc34a;
}
.checkout-page-area .billing-details-area .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: #212121 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.checkout-page-area .billing-details-area .select2-container--classic .select2-dropdown {
  border: 1px solid #8bc34a !important;
}
.checkout-page-area .billing-details-area .select2-container--classic .select2-dropdown {
  border: 1px solid #8bc34a;
}
.checkout-page-area .billing-details-area .select2-container--classic .select2-selection--single:focus {
  border: 1px solid #ffffff;
}
.checkout-page-area .billing-details-area .select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border: 1px solid #8bc34a;
}
@media only screen and (max-width: 991px) {
  .checkout-page-area .ship-to-another-area {
    margin-bottom: 30px;
  }
}
.checkout-page-area .ship-to-another-area h2 {
  font-size: 30px;
}
.checkout-page-area .ship-to-another-area h2 span {
  margin-left: 15px;
}
.checkout-page-area .ship-to-another-area label {
  letter-spacing: 2px;
  color: #333333;
  font-weight: 600;
  margin-bottom: 10px;
}
.checkout-page-area .ship-to-another-area textarea {
  box-shadow: none;
  border-radius: 0;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 2px;
}
.checkout-page-area .ship-to-another-area textarea:focus {
  border-color: #d7d7d7 !important;
}
.checkout-page-area .order-sheet {
  margin-bottom: 45px;
  padding: 30px 35px;
  border: 1px solid #bdbdbd;
}
.checkout-page-area .order-sheet h2 {
  text-transform: uppercase;
  font-size: 20px;
  color: #333333;
  margin-bottom: 15px;
}
.checkout-page-area .order-sheet ul li {
  border-bottom: 1px solid #bdbdbd;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.checkout-page-area .order-sheet ul li span {
  float: right;
}
.checkout-page-area .order-sheet h3 {
  text-transform: uppercase;
  font-size: 18px;
  color: #333333;
  letter-spacing: 2px;
  border-bottom: 1px solid #bdbdbd;
  padding-bottom: 12px;
  margin-bottom: 12px;
}
.checkout-page-area .order-sheet h3:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.checkout-page-area .order-sheet h3 span {
  float: right;
}
.checkout-page-area .pLace-order {
  text-align: right;
  margin-top: 20px;
}
.checkout-page-area .payment-option {
  border: 1px solid #bdbdbd;
  padding-top: 30px;
}
.checkout-page-area .payment-option .form-group {
  border-bottom: 1px solid #bdbdbd;
  padding-bottom: 15px;
}
.checkout-page-area .payment-option .form-group:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.checkout-page-area .payment-option span {
  color: #333333;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 16px;
  font-weight: 600;
  padding-left: 30px;
}
.checkout-page-area .payment-option span input {
  margin-right: 20px;
}
.checkout-page-area .payment-option p {
  padding: 0 64px;
  margin-bottom: 0;
}
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #8bc34a;
  z-index: 8;
}
.select2-container .select2-selection--single {
  height: 40px;
}
.select2-container--classic .select2-selection--single {
  background-color: transparent;
  background-image: none;
  border-radius: 0;
  border: 1px solid #ffffff;
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  font-size: 14px!important;
  height: 40px;
  color: #ffffff;
  line-height: 36px;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
  top: 7px;
  background-color: transparent;
  background-image: none;
  border-style: none;
  right: 5px;
}
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #8bc34a;
  color: #ffffff;
}
.custom-select {
  margin-bottom: 15px;
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  background-image: none;
}
.select2-results__options {
  padding: 0 10px;
}

/* Custom responsive layout for login area */
@media (min-width: 768px) and (max-width: 991px) {
  .header1-area .container .row .col-sm-9 {
    width: 55% !important;
  }
  .header1-area .container .row .col-sm-3 {
    width: 28% !important;
  }
  .header1-area .container .row .col-sm-3:first-child {
    width: 16.67% !important;
  }
}

@media (max-width: 767px) {
  .header1-area .container .row .col-sm-3:first-child {
    width: 16.67% !important;
  }
  .welcome-message-area {
    padding: 40px 0 10px 0 !important;
  }
}

@media (min-width: 992px) {
  .header1-area .container .row .col-lg-6 {
    width: 66.33333333%;
  }
  .header1-area .container .row .col-lg-2:last-child {
    width: 17%;
  }
}

/* Address validation error styling */
.field-error {
  border: 2px solid #e74c3c !important;
  background-color: #fdf2f2 !important;
}

.field-error:focus {
  border-color: #e74c3c !important;
  box-shadow: 0 0 5px rgba(231, 76, 60, 0.5) !important;
}

