@font-face {
    font-family: myFirstFont;
    src: url(../fonts/Montserrat-Black.ttf);
	
}
@font-face {
    font-family: mySecondFont;
    src: url(../fonts/Montserrat-Bold.ttf);
}
@font-face {
    font-family: myThirdFont;
    src: url(../fonts/Montserrat-SemiBold.ttf);
}
@font-face {
    font-family: myForthFont;
    src: url(../fonts/Montserrat-Regular.ttf);
}
body{
	padding:0px;
	margin:0px;
}
h1, h2, h3, h4, h5, ul, a {
	margin:0;
	padding:0;
}
.d-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.border-radius45 {
  border-radius: 45px;
}
img {
  max-width: 100%;
  height: auto;
}
ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.clear:after {
  clear: both;
  content: "";
  display: block;
}
.position-static {
  position: static;
}
.sidebar-section-margin {
  margin-bottom: 40px;
}
.inner-section-space-top {
  padding: 30px 0 0 0;
}
@media only screen and (max-width: 991px) {
  .hidden-after-desk {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .hidden-after-tab {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .hidden-before-tab {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .padding-top-0-after-desk {
    padding-top: 0 !important;
  }
}
.solid-divider {
  position: relative;
}
.solid-divider:after {
  position: absolute;
  content: "";
  height: 1px;
  width: 100%;
  background: #B6B6B6;
  left: 0;
  bottom: 0;
}
.solid-underline {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
.solid-underline:after {
  position: absolute;
  content: "";
  height: 1px;
  width: 100%;
  background: #B6B6B6;
  left: 0;
  bottom: 0;
}
.solid-underline-comments {
  position: relative;
  padding-bottom: 38px;
  margin-bottom: 46px;
}
.solid-underline-comments:after {
  position: absolute;
  content: "";
  height: 1px;
  width: 100%;
  background: #B6B6B6;
  left: 0;
  bottom: 0;
}
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-15 {
  width: 20%;
  float: left;
}
@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left;
  }
}
.wrapper-area {
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  
}
/*----------------------------------------
1.1 Section Title styles
----------------------------------------*/
.section-title {
  text-align: center;
}
.section-title h2 {
  margin-bottom: 30px;
  letter-spacing: 2px;
  color: #212121;
  text-transform: uppercase;
  display: inline-block;
}
@media only screen and (max-width: 479px) {
  .section-title h2 {
    font-size: 24px;
    letter-spacing: 1px;
  }
}
.section-title .title-bar-left {
  position: relative;
}
@media only screen and (max-width: 479px) {
  .section-title .title-bar-left {
    display: none;
  }
}
.section-title .title-bar-left:before {
  content: "";
  position: absolute;
  border-bottom: 1px solid #B6B6B6;
  border-top: 1px solid #B6B6B6;
  height: 4px;
  background: transparent;
  width: 236px;
  top: 0;
  right: 20px;
  z-index: 1;
}
.section-title .title-bar-right {
  position: relative;
}
@media only screen and (max-width: 479px) {
  .section-title .title-bar-right {
    display: none;
  }
}
.section-title .title-bar-right:before {
  content: "";
  position: absolute;
  border-bottom: 1px solid #B6B6B6;
  border-top: 1px solid #B6B6B6;
  height: 4px;
  background: transparent;
  width: 236px;
  top: 0;
  left: 20px;
  z-index: 1;
}
.title-carousel {
  font-size: 24px;
  letter-spacing: 1px;
  color: #212121;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 30px;
}
@media only screen and (max-width: 479px) {
  .title-carousel {
    text-align: center;
  }
}
.title-carousel:after {
  content: "";
  position: absolute;
  border-bottom: 1px solid #B6B6B6;
  border-top: 1px solid #B6B6B6;
  height: 4px;
  background: transparent;
  width: 62%;
  right: 9%;
  top: 45%;
  z-index: 1;
}
@media only screen and (max-width: 1199px) {
  .title-carousel:after {
    display: none;
  }
}
.title-carousel2 {
  font-size: 24px;
  color: #212121;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 45px;
}
.title-carousel2:after {
  content: "";
  position: absolute;
  height: 4px;
  background: transparent;
  width: 44px;
  bottom: -15px;
  left: 0;
  z-index: 1;
  background-color: #111111;
}
.title-carousel3 {
  font-size: 24px;
  font-weight: 600;
  color: #212121;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 45px;
}
.title-carousel3:after {
  content: "";
  position: absolute;
  height: 4px;
  background: transparent;
  width: 44px;
  bottom: -15px;
  left: 0;
  z-index: 1;
  background-color: #111111;
}
.title-carousel4 {
  font-size: 24px;
  color: #212121;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 45px;
  margin-top: -10px;
}
.title-carousel4:after {
  content: "";
  position: absolute;
  height: 4px;
  background: transparent;
  width: 44px;
  bottom: -15px;
  left: 0;
  z-index: 1;
  background-color: #111111;
}
.title-carousel5 {
  font-size: 24px;
  color: #212121;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 45px;
  margin-top: -10px;
  font-weight: 700;
}
.title-carousel5:after {
  content: "";
  position: absolute;
  height: 4px;
  background: transparent;
  width: 44px;
  bottom: -15px;
  left: 0;
  z-index: 1;
}
.title-carousel6 {
  font-size: 24px;
  color: #212121;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 45px;
  margin-top: -10px;
  font-weight: 700;
  top: 6px;
}
.title-carousel6:after {
  content: "";
  position: absolute;
  height: 4px;
  background: transparent;
  width: 44px;
  bottom: -15px;
  left: 0;
  z-index: 1;
}
.bar-bg-malachite:after {
  background-color: #00c853;
}
.bar-bg-blaze-orange:after {
  background-color: #FF6600;
}
.bar-bg-dodger-blue:after {
  background-color: #2962FF;
}
.bar-bg-coral-red:after {
  background-color: #f93940;
}
.bar-bg-bright-sun2:after {
  background-color: #FF6600;
}
.bar-bg-amber:after {
  background-color: #be1e2d;
}
.bar-bg-buddha-gold:after {
  background-color: #be1e2d;
}
.title-sidebar {
  position: relative;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 22px;
  color: #212121;
  margin-bottom: 30px;
}
.cart-area-title {
  font-size: 24px;
  color: #333333;
  letter-spacing: 1px;
  text-transform: uppercase;
}
/*----------------------------------------
1.2 Button styles
----------------------------------------*/
.btn-shop-now {
  position: relative;
  background: #111111;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  color: #FFFFFF;
  letter-spacing: 2px;
  display: block;
  padding: 6px 20px;
  border: 1px solid #111111;
  -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-shop-now i {
  padding-left: 10px;
  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;
}
.btn-shop-now:hover {
  color: #111111;
  background: transparent;
  -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-shop-now-light {
  position: relative;
  background: #FFFFFF;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  color: #212121;
  letter-spacing: 2px;
  display: block;
  padding: 10px 20px;
  border: 1px solid #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;
}
.btn-shop-now-light i {
  padding-left: 10px;
  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;
}
.btn-shop-now-light:hover {
  color: #FFFFFF;
  background: transparent;
  -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-shop-now-light2 {
  position: relative;
  background: #FFFFFF;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  color: #212121;
  letter-spacing: 2px;
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid #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;
}
.btn-shop-now-light2 i {
  padding-left: 10px;
  font-size: 14px;
}
.btn-shop-now-light2:hover {
  color: #FFFFFF;
  background: transparent;
  -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-shop-now-light3 {
  position: relative;
  background: #f93940;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  color: #FFFFFF;
  letter-spacing: 2px;
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid #f93940;
  -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-shop-now-light3 i {
  padding-left: 10px;
  font-size: 14px;
}
.btn-shop-now-light3:hover {
  color: #f93940;
  background: transparent;
}
.btn-shop-now-light4 {
  position: relative;
  background: #304ffe;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  color: #FFFFFF;
  letter-spacing: 2px;
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid #304ffe;
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
  -ms-border-radius: 45px;
  -o-border-radius: 45px;
  border-radius: 45px;
  -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-shop-now-light4 i {
  padding-left: 10px;
  font-size: 14px;
}
.btn-shop-now-light4:hover {
  color: #304ffe;
  background: transparent;
}
.btn-shop-now-light5 {
  position: relative;
  background: transparent;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  color: #304ffe;
  letter-spacing: 2px;
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid #304ffe;
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
  -ms-border-radius: 45px;
  -o-border-radius: 45px;
  border-radius: 45px;
  -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-shop-now-light5 i {
  padding-left: 10px;
  font-size: 14px;
}
.btn-shop-now-light5:hover {
  color: #FFFFFF;
  background: #304ffe;
}
.btn-shop-now-light6 {
  position: relative;
  background: #FF6600;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  color: #FFFFFF;
  display: inline-block;
  padding: 8px 20px;
  border: 1px solid #FF6600;
  -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-shop-now-light6 i {
  padding-left: 10px;
  font-size: 14px;
}
.btn-shop-now-light6:hover {
  color: #FF6600;
  background: transparent;
  -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-shop-now-fill-slider {
  background: #111111;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  color: #FFFFFF !important;
  letter-spacing: 4px;
  display: inline-block;
  padding: 12px 45px;
  border: 1px solid #111111;
  -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: 1199px) {
  .btn-shop-now-fill-slider {
    padding: 10px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .btn-shop-now-fill-slider {
    padding: 8px 25px;
  }
}
.btn-shop-now-fill-slider:hover {
  background: #070707;
  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;
}
.btn-shop-now-ghost-slider {
  background: transparent !important;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  color: #FFFFFF;
  letter-spacing: 4px;
  display: inline-block;
  padding: 13px 40px;
  border: 2px solid #FFFFFF !important;
  -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-shop-now-ghost-slider:hover {
  background: #FFFFFF !important;
  color: #212121 !important;
  -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-shop-now-fill {
  background: #111111;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  color: #FFFFFF;
  letter-spacing: 4px;
  display: inline-block;
  padding: 10px 30px;
  border: 1px solid #111111;
  -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: 1199px) {
  .btn-shop-now-fill {
    padding: 10px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .btn-shop-now-fill {
    padding: 8px 25px;
  }
}
.btn-shop-now-fill:hover {
  background: transparent;
  color: #111111;
  -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-add-to-cart-fill {
  background: #FFFFFF;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  color: #111111;
  letter-spacing: 3px;
  display: inline-block;
  padding: 12px 30px;
  border: 1px solid #111111;
  -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-add-to-cart-fill:hover {
  color: #FFFFFF;
  background: #111111;
  border: 1px solid #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;
}
.btn-add-to-cart-fill-box4 {
  background: #FFFFFF;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  color: #111111;
  letter-spacing: 2px;
  display: inline-block;
  padding: 12px 30px;
  border: 1px solid #111111;
  -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) {
  .btn-add-to-cart-fill-box4 {
    padding: 5px 12px;
    letter-spacing: 1px;
  }
}
@media only screen and (max-width: 320px) {
  .btn-add-to-cart-fill-box4 {
    padding: 1px 8px 0;
    letter-spacing: 0;
    font-size: 10px;
  }
}
.btn-add-to-cart-fill-box4:hover {
  color: #FFFFFF;
  background: #111111;
  border: 1px solid #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;
}
.btn-add-to-cart-fill-box3 {
  background: #FFFFFF;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  color: #111111;
  letter-spacing: 2px;
  display: inline-block;
  padding: 12px 30px;
  border: 1px solid #111111;
  -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) {
  .btn-add-to-cart-fill-box3 {
    padding: 5px 12px;
    letter-spacing: 1px;
  }
}
.btn-add-to-cart-fill-box3:hover {
  color: #FFFFFF;
  background: #111111;
  border: 1px solid #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;
}
.btn-add-to-cart-fill-black {
  background: #111111;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  color: #FFFFFF;
  letter-spacing: 3px;
  display: inline-block;
  padding: 12px 30px;
  border: 1px solid #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;
}
.btn-add-to-cart-fill-black:hover {
  color: #111111;
  background: #FFFFFF;
  border: 1px solid #111111;
  -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: #111111;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  color: #FFFFFF;
  letter-spacing: 2px;
  display: inline-block;
  padding: 12px 40px;
  border: 1px solid #111111;
  -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: #111111;
  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;
}
.btn-side-nav {
  margin-top: 20px;
  background: #111111;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  color: #FFFFFF;
  letter-spacing: 2px;
  display: inline-block;
  padding: 7px 30px;
  border: 1px solid #111111;
  -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-side-nav:hover {
  color: #FFFFFF;
  background: #070707;
  border: 1px solid #070707;
  -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-services-shop-now {
  border: 1px solid #111111;
  background: #111111;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  color: #FFFFFF;
  letter-spacing: 2px;
  display: inline-block;
  padding: 8px 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;
}
@media only screen and (max-width: 479px) {
  .btn-services-shop-now {
    padding: 8px 20px;
  }
}
@media only screen and (max-width: 320px) {
  .btn-services-shop-now {
    padding: 5px 10px;
    font-size: 12px;
  }
}
.btn-services-shop-now:hover {
  color: #111111;
  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;
}
.btn-apply-coupon {
  background: #111111;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  color: #FFFFFF;
  letter-spacing: 2px;
  display: inline-block;
  padding: 12px 20px;
  border: 1px solid #111111;
  -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: #111111;
  background: transparent;
  border: 1px solid #111111;
  -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: #070707;
  letter-spacing: 2px;
  display: inline-block;
  padding: 5px 25px;
  border: 1px solid #111111;
  -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: #111111;
  -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-error {
  background: #111111;
  padding: 12px 33px;
  color: #ffffff;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 30px;
  border: 1px solid #111111;
  -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;
  width: 100%;
}
.btn-error:hover {
  background: #f1f1f1;
  color: #070707;
  -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;
}
/*-------------------------------------
1.3 Search Box styles
--------------------------------------*/
.stylish-input-group {
  border: 1px solid #B6B6B6;
  padding: 10px;
}
.stylish-input-group .form-control {
  border: none;
  box-shadow: 0 0 0;
  border-radius: 0;
  background: transparent;
  text-transform: uppercase;
  color: #111111;
}
.stylish-input-group .input-group-addon {
  padding: 6px;
  background: transparent !important;
  border: none;
  border-radius: 0;
}
.stylish-input-group .input-group-addon button {
  border: 0;
  background: transparent;
}
.stylish-input-group .input-group-addon button span {
  color: #727272;
}
.header-search {
  line-height: 0;
}
.header-search .search-input {
  position: absolute;
  top: -15px;
  right: 40px;
  z-index: 10;
  height: 50px;
  width: 604px;
  background: rgba(17, 17, 17, 0.95);
  border: 1px solid #111111;
  padding: 5px 30px 8px;
  color: #FFFFFF;
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
  -ms-border-radius: 45px;
  -o-border-radius: 45px;
  border-radius: 45px;
  display: none;
}
.header-search input.search-input:focus {
  outline-width: 0;
  outline: none;
}
.header-search input::-webkit-input-placeholder,
.header-search textarea::-webkit-input-placeholder {
  color: #FFFFFF;
}
.header-search input::-moz-placeholder,
.header-search textarea::-moz-placeholder {
  color: #FFFFFF;
}
.header-search input:-moz-placeholder,
.header-search textarea:-moz-placeholder {
  color: #FFFFFF;
}
.header-search input:-ms-input-placeholder,
.header-search textarea:-ms-input-placeholder {
  color: #FFFFFF;
}
/*----------------------------------------
1.4 Owl Carousel Common styles
----------------------------------------*/
.owl-controls {
  margin-top: 0px !important;
}
.owl-controls .owl-nav {
  position: absolute;
  top: -74px;
  z-index: 2;
  right: 0;
}
@media only screen and (max-width: 479px) {
  .owl-controls .owl-nav {
    top: inherit;
    right: inherit;
    position: inherit;
  }
}
.owl-controls .owl-nav div {
  line-height: 1.2;
  height: 30px !important;
  width: 35px !important;
  border: 1px solid #111111;
  background: #111111 !important;
  border-radius: 0 !important;
  opacity: 1 !important;
  font-size: 18px !important;
  padding: 2px 10px !important;
  margin: 0 2px !important;
  -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;
}
.owl-controls .owl-nav div 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;
}
.owl-controls .owl-nav div:hover {
  background: transparent !important;
  -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;
}
.owl-controls .owl-nav div:hover i {
  color: #111111;
  -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: 479px) {
  .owl-controls .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    left: -15%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media only screen and (max-width: 479px) {
  .owl-controls .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    right: -15%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media only screen and (max-width: 991px) {
  .owl-controls .owl-pagination {
    width: 133px;
    display: inline-flex;
    overflow: hidden;
  }
}
.owl-controls .owl-pagination span {
  background: #c2c2c2 !important;
}
.coral-red .owl-controls .owl-nav div {
  border: 1px solid #f93940;
  background: #f93940 !important;
}
.coral-red .owl-controls .owl-nav div 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;
}
.coral-red .owl-controls .owl-nav div:hover {
  background: transparent !important;
}
.coral-red .owl-controls .owl-nav div:hover i {
  color: #f93940;
}
.nav-control-round .owl-controls {
  margin-top: 0px !important;
}
.nav-control-round .owl-controls .owl-nav {
  margin-top: 0px !important;
  position: absolute;
  top: -74px;
  z-index: 2;
  right: 0;
}
@media only screen and (max-width: 479px) {
  .nav-control-round .owl-controls .owl-nav {
    top: inherit;
    right: inherit;
    position: inherit;
  }
}
.nav-control-round .owl-controls .owl-nav div {
  line-height: 38px;
  height: 42px !important;
  width: 42px !important;
  border: 1px solid #111111;
  background: #111111 !important;
  -webkit-border-radius: 45px !important;
  -moz-border-radius: 45px !important;
  -ms-border-radius: 45px !important;
  -o-border-radius: 45px !important;
  border-radius: 45px !important;
  opacity: 1 !important;
  font-size: 18px !important;
  padding: 0 !important;
  margin: 0 2px !important;
  -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-round .owl-controls .owl-nav div 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-round .owl-controls .owl-nav div:hover {
  border: 1px solid #B6B6B6;
  background: transparent !important;
  -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-round .owl-controls .owl-nav div:hover i {
  color: #111111;
  -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: 479px) {
  .nav-control-round .owl-controls .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media only screen and (max-width: 479px) {
  .nav-control-round .owl-controls .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media only screen and (max-width: 991px) {
  .nav-control-round .owl-controls .owl-pagination {
    width: 80px;
    display: inline-flex;
    overflow: hidden;
  }
}
.nav-control-round .owl-controls .owl-pagination span {
  background: #c2c2c2 !important;
}
.metro-carousel:hover .owl-prev {
  left: 0;
}
.metro-carousel:hover .owl-next {
  right: 0;
}
.nav-control-round-middle.nav-bg-amber .owl-controls .owl-nav div,
.nav-control-round.nav-bg-amber .owl-controls .owl-nav div {
  border: 1px solid #ffc400 !important;
  background-color: #ffc400 !important;
}
.nav-control-round-middle.nav-bg-amber .owl-controls .owl-nav div i,
.nav-control-round.nav-bg-amber .owl-controls .owl-nav div 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-round-middle.nav-bg-amber .owl-controls .owl-nav div:hover,
.nav-control-round.nav-bg-amber .owl-controls .owl-nav div:hover {
  border: 1px solid #B6B6B6 !important;
  background: transparent !important;
}
.nav-control-round-middle.nav-bg-amber .owl-controls .owl-nav div:hover i,
.nav-control-round.nav-bg-amber .owl-controls .owl-nav div:hover i {
  color: #212121 !important;
}
.nav-control-round-middle.nav-blaze-orange .owl-controls .owl-nav div,
.nav-control-round.nav-blaze-orange .owl-controls .owl-nav div {
  border: 1px solid #FF6600 !important;
  background-color: #FF6600 !important;
}
.nav-control-round-middle.nav-blaze-orange .owl-controls .owl-nav div i,
.nav-control-round.nav-blaze-orange .owl-controls .owl-nav div 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-round-middle.nav-blaze-orange .owl-controls .owl-nav div:hover,
.nav-control-round.nav-blaze-orange .owl-controls .owl-nav div:hover {
  border: 1px solid #B6B6B6 !important;
  background: transparent !important;
}
.nav-control-round-middle.nav-blaze-orange .owl-controls .owl-nav div:hover i,
.nav-control-round.nav-blaze-orange .owl-controls .owl-nav div:hover i {
  color: #212121 !important;
}
.nav-control-round-middle.nav-bg-dodger-blue .owl-controls .owl-nav div,
.nav-control-round.nav-bg-dodger-blue .owl-controls .owl-nav div {
  border: 1px solid #2962FF !important;
  background-color: #2962FF !important;
}
.nav-control-round-middle.nav-bg-dodger-blue .owl-controls .owl-nav div i,
.nav-control-round.nav-bg-dodger-blue .owl-controls .owl-nav div 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-round-middle.nav-bg-dodger-blue .owl-controls .owl-nav div:hover,
.nav-control-round.nav-bg-dodger-blue .owl-controls .owl-nav div:hover {
  border: 1px solid #B6B6B6 !important;
  background: transparent !important;
}
.nav-control-round-middle.nav-bg-dodger-blue .owl-controls .owl-nav div:hover i,
.nav-control-round.nav-bg-dodger-blue .owl-controls .owl-nav div:hover i {
  color: #212121 !important;
}
.nav-control-round-middle.nav-bg-buddha-gold .owl-controls .owl-nav div,
.nav-control-round.nav-bg-buddha-gold .owl-controls .owl-nav div {
  border: 1px solid #be1e2d !important;
  background-color: #be1e2d !important;
}
.nav-control-round-middle.nav-bg-buddha-gold .owl-controls .owl-nav div i,
.nav-control-round.nav-bg-buddha-gold .owl-controls .owl-nav div 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-round-middle.nav-bg-buddha-gold .owl-controls .owl-nav div:hover,
.nav-control-round.nav-bg-buddha-gold .owl-controls .owl-nav div:hover {
  border: 1px solid #B6B6B6 !important;
  background: transparent !important;
}
.nav-control-round-middle.nav-bg-buddha-gold .owl-controls .owl-nav div:hover i,
.nav-control-round.nav-bg-buddha-gold .owl-controls .owl-nav div:hover i {
  color: #212121 !important;
}
.nav-control-round-middle.nav-bg-coral-red .owl-controls .owl-nav div,
.nav-control-round.nav-bg-coral-red .owl-controls .owl-nav div {
  border: 1px solid #f93940 !important;
  background-color: #f93940 !important;
}
.nav-control-round-middle.nav-bg-coral-red .owl-controls .owl-nav div i,
.nav-control-round.nav-bg-coral-red .owl-controls .owl-nav div 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-round-middle.nav-bg-coral-red .owl-controls .owl-nav div:hover,
.nav-control-round.nav-bg-coral-red .owl-controls .owl-nav div:hover {
  border: 1px solid #B6B6B6 !important;
  background: transparent !important;
}
.nav-control-round-middle.nav-bg-coral-red .owl-controls .owl-nav div:hover i,
.nav-control-round.nav-bg-coral-red .owl-controls .owl-nav div:hover i {
  color: #212121 !important;
}
.nav-control-round.nav-bg-malachite .owl-controls .owl-nav div {
  border: 1px solid #00c853 !important;
  background-color: #00c853 !important;
}
.nav-control-round.nav-bg-malachite .owl-controls .owl-nav div 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-round.nav-bg-malachite .owl-controls .owl-nav div:hover {
  border: 1px solid #B6B6B6 !important;
  background: transparent !important;
}
.nav-control-round.nav-bg-malachite .owl-controls .owl-nav div:hover i {
  color: #212121 !important;
}
.dot-control-layout1 .owl-dots {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
}
.dot-control-layout1 .owl-dots .owl-dot {
  border: 1px solid #B6B6B6;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  margin: 0 3px;
}
.dot-control-layout1 .owl-dots .owl-dot span {
  border: 4px solid #FFFFFF;
  height: 18px;
  width: 18px;
  background-color: #FFFFFF;
  margin: 0;
  padding: 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;
}
.dot-control-layout1 .owl-dots .owl-dot:hover span {
  background-color: #FFFFFF;
}
.dot-control-layout1 .owl-dots .owl-dot.active span {
  background-color: #2962FF;
}
.nav-control-round-middle .owl-controls {
  margin-top: 0px !important;
}
.nav-control-round-middle .owl-controls .owl-nav {
  position: inherit;
  margin-top: 0px !important;
}
.nav-control-round-middle .owl-controls .owl-nav div {
  line-height: 38px;
  height: 42px !important;
  width: 42px !important;
  border: 1px solid #111111;
  background: #111111 !important;
  -webkit-border-radius: 45px !important;
  -moz-border-radius: 45px !important;
  -ms-border-radius: 45px !important;
  -o-border-radius: 45px !important;
  border-radius: 45px !important;
  opacity: 1 !important;
  font-size: 18px !important;
  padding: 0 !important;
  margin: 0 2px !important;
  -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-round-middle .owl-controls .owl-nav div 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-round-middle .owl-controls .owl-nav div:hover {
  border: 1px solid #B6B6B6;
  background: transparent !important;
  -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-round-middle .owl-controls .owl-nav div:hover i {
  color: #111111;
  -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-round-middle .owl-controls .owl-nav .owl-prev {
  position: absolute;
  left: -45px;
  top: 50%;
  z-index: 3;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.nav-control-round-middle .owl-controls .owl-nav .owl-next {
  position: absolute;
  right: -45px;
  top: 50%;
  z-index: 3;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (max-width: 991px) {
  .nav-control-round-middle .owl-controls .owl-pagination {
    width: 80px;
    display: inline-flex;
    overflow: hidden;
  }
}
.nav-control-round-middle .owl-controls .owl-pagination span {
  background: #c2c2c2 !important;
}
.nav-control-round-middle:hover .owl-controls .owl-nav .owl-prev {
  left: 0px;
}
.nav-control-round-middle:hover .owl-controls .owl-nav .owl-next {
  right: 0px;
}
/*-------------------------------------
1.5 ScrollUp styles
--------------------------------------*/
#scrollUp {
  background-color: #f1592b;
  bottom: 15px;
  color: #ffffff !important;
  display: block;
  font-size: 25px;
  height: 40px;
  line-height: 0;
  position: fixed;
  right: 20px;
  text-align: center;
  text-decoration: none !important;
  transition: all 0.5s cubic-bezier(0, 0, 0, 1) 0s;
  width: 50px;
  z-index: 99999;
  -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;
}
#scrollUp i {
  color: rgb(71 75 109);
  -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;
}
#scrollUp i {
  display: block;
  padding-top: 7px;
}
#scrollUp:hover,
#scrollUp:focus {
  background-color: rgb(71 75 109);
  -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;
}
#scrollUp:hover i,
#scrollUp:focus i {
  color: #f1592b;
  -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;
}
/*-------------------------------------
1.6 Preloader styles
--------------------------------------*/
#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;
}
/*-------------------------------------
1.7 Others styles
--------------------------------------*/
.row.no-gutters.full-width {
  margin-right: -15px;
  margin-left: -15px;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.margin-b-30 {
  margin-bottom: 30px;
}
.margin-b-50 {
  margin-bottom: 50px;
}
.margin-l-30 {
  margin-left: 30px;
}
.margin-t-30 {
  margin-top: 30px !important;
}
@media only screen and (max-width: 479px) {
  .col-mb-12 {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .overlay-light-mobile {
    position: relative;
  }
  .overlay-light-mobile:after {
    content: "";
    /*background: rgba(255, 255, 255, 0.7);*/
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .overlay-dark-mobile {
    position: relative;
  }
  .overlay-dark-mobile:after {
    content: "";
    background: rgba(0, 0, 0, 0.7);
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .media.media-none-sm .pull-left {
    text-align: center;
    float: inherit!important;
  }
}
@media only screen and (max-width: 479px) {
  .media.media-none-mb {
    text-align: center;
  }
  .media.media-none-mb .pull-left {
    text-align: center;
    float: inherit!important;
  }
  .media.media-none-mb .pull-left img {
    margin: 0 auto;
  }
}
.bg-light {
  background-color: #FFFFFF;
}
.bg-buddha-gold {
  background-color: #be1e2d;
}
.bg-accent {
  background-color: #f1f1f1;
}
.bg-coral-red {
  background-color: #f93940;
}
.bg-amber {
  background-color: #ffc400;
}
.bg-malachite {
  background-color: #00c853;
}
.bg-dodger-blue {
  background-color: #2962FF;
}
.bg-tusk {
  background-color: #f0f4c3;
}
.bg-bright-sun {
  background-color: #FFD740;
}
.bg-blaze-orange {
  background-color: #FF6600 !important;
}
.color-light {
  color: #FFFFFF !important;
}
/*=====================================
2. Header Area 
=====================================*/
/*-------------------------------------
2.1 Header Commomn Area styles 
--------------------------------------*/
.header-top .header-top-inner-top {
  padding: 5px 0;
}
.header-bottom .logo-area {
  display: none;
}
@media only screen and (max-width: 991px) {
  .header-contact {
    text-align: center;
  }
}
.header-contact ul li {
  display: inline-block;
  text-transform: capitalize;
  font-weight: 500;
  letter-spacing: 2px;
}
.header-contact ul li i {
  padding-right: 15px;
  font-size: 14px;
}
.header-contact ul li a {
  font-size: 14px;
  font-family: myForthFont;
  text-transform: lowercase;
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #a1a1a1;
  -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;
}
.header-contact ul li:last-child a {
  border-right: 0;
}
.account-wishlist {
  text-align: right;
}
@media only screen and (max-width: 991px) {
  .account-wishlist {
    text-align: center;
    margin-top: 5px;
  }
}
.account-wishlist ul li {
  display: inline-block;
  text-transform: capitalize;
  font-weight: 500;
  letter-spacing: 2px;
}
.account-wishlist ul li i {
  padding-right: 5px;
  font-size: 14px;
}
.account-wishlist ul li a {
  font-size: 14px;
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #a1a1a1;
  -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;
}
.account-wishlist ul li a:hover {
	cursor: pointer;
}
.account-wishlist ul li:last-child a {
  border-right: 0;
  padding-right: 0;
  margin-right: 0;
}
.main-menu-area nav ul .active > a {
  color: #f1592a !important;
}
.main-menu-area nav ul .active > a:after {
  content: '' !important;
  top: calc(100% + -18px) !important;
  position: absolute !important;
  left: 0 !important;
  display: inline-block !important;
  vertical-align: middle !important;
  width: 30px !important;
  height: 4px !important;
  background-color: #474b6d !important;
}
.header-area-style9 .header-bottom .main-menu-area nav > ul > li .navbar-navigation-root-link:after {
  content: '';
  top: calc(100% + -18px);
  position: absolute;
  left: 0;
  display: inline-block;
  vertical-align: middle;
  width: 0px;
  height: 4px;
  background-color: #474b6d;
  margin-right: 0px;
  transition: all .4s ease;
}
.header-area-style9 .header-bottom .main-menu-area nav > ul > li .navbar-navigation-root-link:hover::after {
  width: 30px;
  margin-right: 15px;
}
.main-menu-area nav ul > li {
  display: inline-block;
  position: relative;
  padding: 20px 0 18px 0;
  margin-top: 0px;
}
.main-menu-area nav ul > li > a {
  padding-right: 25px;
  display: block;
  text-transform: uppercase;
  text-decoration: none;
  color: #474b6c;
  font-family: myThirdFont;
  font-size: 16px;
  margin-right: -5px;
  line-height: 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;
}
@media (min-width: 768px) and (max-width: 991px) {
  .main-menu-area nav ul > li > a {
    margin-right: 8px;
    padding-right: 8px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
.main-menu-area nav ul > li > a {
    padding-right: 20px;
}
}
.main-menu-area nav ul > li > a:hover {
  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;
}
.main-menu-area nav ul > li:last-child a {
  border-right: 0;
  margin-right: 0;
  padding-right: 0;
}
.main-menu-area nav ul > li ul {
  border: 1px solid #f1f1f1;
  text-align: left;
  opacity: 0;
  position: absolute;
  top: 100%;
  transform: scaleY(0);
  -ms-transform: scaleY(0);
  -webkit-transform: scaleY(0);
  transform-origin: 0 0 0;
  width: 320px;
  z-index: 99999;
  background: #FFFFFF;
  padding: 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;
}
.main-menu-area nav ul > li ul > li {
  padding: 0;
  color: #474b6c;
  display: block;
  border-bottom: 1px solid #f1f1f1;
  background: transparent;
  -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;
}
.main-menu-area nav ul > li ul > li > a {
  margin-right: 0;
  border-right: 0 !important;
  padding: 8px 10px;
  display: block;
  color: #474b6c;
  line-height: 21px;
  font-family: myThirdFont;
  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;
}
.main-menu-area nav ul > li ul > li > a:hover {
	background: #474b6c;
	color: #ffffff;
}
.main-menu-area nav ul > li ul > li:last-child {
  border-bottom: none;
}
.main-menu-area nav ul > li ul > li:hover,
.main-menu-area nav ul > li ul > li .active {
  /*background: #474b6c;
  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;
}
.main-menu-area nav ul > li:hover ul {
  opacity: 1;
  transform: scaleY(1);
  -ms-transform: scaleY(1);
  -webkit-transform: scaleY(1);
  visibility: visible;
}
.main-menu-area nav ul > li .mega-menu-area {
  padding: 18px 11px;
  width: 1107px;
}
.main-menu-area nav ul > li .mega-menu-area > li {
  width: 173px;
  border-bottom: none;
  display: inline-block;
  margin-right: 3px;
}
.main-menu-area nav ul > li .mega-menu-area > li:hover {
  background: transparent !important;
  -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;
}
.main-menu-area 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;
}
.main-menu-area nav ul > li .mega-menu-area > li > a {
  padding: 12px 0 !important;
  display: block;
  border-bottom: 1px solid #B6B6B6;
  margin-right: 0 !important;
}
.main-menu-area nav ul > li .mega-menu-area > li > a:hover {
  color: #111111;
  background: #f1f1f1;
  padding-left: 10px !important;
  -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;
}
.main-menu-area nav ul > li .mega-menu-area > li > a:last-child {
  border-bottom: none;
}
.main-menu-area nav ul > li .mega-menu-area > li:last-child {
  margin-right: 0;
}
.main-menu-area nav ul > li .mega-menu-area > li a.active {
  color: #111111;
  background: #f1f1f1;
  padding-left: 10px !important;
}
.main-menu-area nav ul > li .mega-menu-area2 {
  padding: 18px 11px;
  width: 378px;
  left: -10px;
}
.main-menu-area nav ul > li .mega-menu-area2 > li {
  width: 173px;
  border-bottom: none;
  display: inline-block;
  margin-right: 3px;
}
.main-menu-area nav ul > li .mega-menu-area2 > li:hover {
  background: transparent !important;
  -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;
}
.main-menu-area nav ul > li .mega-menu-area2 > 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;
}
.main-menu-area nav ul > li .mega-menu-area2 > li > a {
  padding: 12px 0 !important;
  display: block;
  border-bottom: 1px solid #B6B6B6;
  margin-right: 0 !important;
}
.main-menu-area nav ul > li .mega-menu-area2 > li > a:hover {
  color: #111111;
  background: #f1f1f1;
  padding-left: 10px !important;
  -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;
}
.main-menu-area nav ul > li .mega-menu-area2 > li > a:last-child {
  border-bottom: none;
}
.main-menu-area nav ul > li .mega-menu-area2 > li:last-child {
  margin-right: 0;
}
.main-menu-area nav ul > li .mega-menu-area2 > li a.active {
  color: #111111;
  background: #f1f1f1;
  padding-left: 10px !important;
}
.cart-search
{
	margin-top: 20px;
}
.header-cart-area {
  text-align: right;
}
.header-cart-area > li {
  cursor: pointer;
  position: relative;
  display: inline-block;
  width: 30px;
  margin-right: 15px;
  top: 10px;
}
.header-cart-area > li:last-child {
  margin-right: 0;
}
.header-cart-area li:hover .cart-area ul {
  opacity: 1;
  transform: scaleY(1);
  -ms-transform: scaleY(1);
  -webkit-transform: scaleY(1);
}
.header-cart-area.header-action-items li {
  width: inherit;
  font-size: 14px;
  margin-right: 30px;
}
.header-cart-area.header-action-items li:last-child {
  margin-right: 0;
  margin-left: 30px;
}
.header-cart-area.header-action-items .contact-all-info i {
  margin-right: 15px;
}
.header-search .search-form {
  display: none;
  position: absolute;
  top: -7px;
  right: 30px;
  z-index: 10;
  color: #212121;
  font-weight: 600;
  font-size: 14px;
  height: 40px;
  width: 230px;
  background: #ffffff;
  border: 1px solid #676767;
  padding: 5px 18px 5px 10px;
  -webkit-box-shadow: 0 0 0.5px -1.5px rgba(153, 157, 163, 0.4);
  -moz-box-shadow: 0 0 0.5px -1.5px rgba(153, 157, 163, 0.4);
  box-shadow: 0 0 0.5px -1.5px rgba(153, 157, 163, 0.4);
}
.header-search a > i {
  color: #111111;
  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;
}
.header-search a > i:hover {
  color: #727272;
  -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;
}
.header-search.coral-red a > i {
  color: #f93940;
  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;
}
.header-search.coral-red a > i:hover {
  color: #727272;
}
.header-search.buddha-gold a > i {
  color: #be1e2d;
  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;
}
.header-search.buddha-gold a > i:hover {
  color: #727272;
}
.cart-area {
  padding-bottom: 15px;
  position: relative;
}
.cart-area > a {
  color: #727272;
  font-size: 24px;
}
.cart-area > a > span {
  background: #be1e2d;
  border-radius: 45px;
  color: #ffffff;
  height: 20px;
  padding: 0 6px;
  position: absolute;
  top: -10px;
  width: 20px;
  font-size: 12px;
  right: -10px;
  line-height: 20px;
}
.cart-area > ul {
  border-top: 3px solid #be1e2d;
  padding: 15px;
  text-align: left;
  background-color: rgba(255, 255, 255, 0.98);
  opacity: 0;
  position: absolute;
  right: 0;
  top: 43px;
  transform: scaleY(0);
  -ms-transform: scaleY(0);
  -webkit-transform: scaleY(0);
  transform-origin: 0 0 0;
  width: 428px;
  z-index: 99999;
  -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;
}
.cart-area > ul > li {
  border-bottom: 1px solid #dddddd;
  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: 80px;
  min-height: 80px;
  -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;
}
.cart-area > ul > li .media .cart-product-img a img:hover {
  opacity: 0.5;
  -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;
}
.cart-area > ul > li .media .cart-content ul li {
  margin-right: 30px;
  display: inline-block;
}
.cart-area > ul > li .media .cart-content ul li h2 {
  text-transform: capitalize;
  font-size: 14px;
  margin-bottom: 5px;
}
.cart-area > ul > li .media .cart-content ul li h2 a {
  color: #070707;
  -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;
}
.cart-area > ul > li .media .cart-content ul li h2 a:hover {
  color: #111111;
  -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;
}
.cart-area > ul > li .media .cart-content ul li h3 {
  font-size: 12px;
}
.cart-area > ul > li .media .cart-content ul li h3 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:last-child {
  border-bottom: none;
}
.cart-area > ul > li .checkout {
  text-align: center;
}
.cart-area > ul > li .checkout li {
  display: inline;
}
.cart-area > ul > li > span {
  display: inline-block;
  border-top: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  font-size: 12px;
  padding-right: 20px;
  text-align: right;
  width: 194px;
}
.cart-area > ul > li > span span {
  font-weight: 600;
  border-left: 1px solid #dddddd;
  width: 194px;
  display: inline-block;
  padding-right: 20px;
}
.cart-area.buddha-gold > a {
  color: #727272;
  font-size: 24px;
}
.cart-area.buddha-gold > a > span {
  background: #be1e2d;
}
.cart-area.buddha-gold > ul {
  border-top: 3px solid #be1e2d;
}
.cart-area.coral-red > a {
  color: #727272;
  font-size: 24px;
}
.cart-area.coral-red > a > span {
  background: #f93940;
}
.cart-area.coral-red > ul {
  border-top: 3px solid #f93940;
}
.cart-area.dodger-blue > a {
  color: #727272;
  font-size: 24px;
}
.cart-area.dodger-blue > a > span {
  background: #2962FF;
}
.cart-area.dodger-blue > ul {
  border-top: 3px solid #2962FF;
}
.cart-area.blaze-orange > a {
  color: #727272;
  font-size: 24px;
}
.cart-area.blaze-orange > a > span {
  background: #FF6600;
}
.cart-area.blaze-orange > ul {
  border-top: 3px solid #FF6600;
}
.additional-menu-area {
  position: absolute;
  top: -20px;
  right: 0;
}
.additional-menu-area:hover .side-menu-open i {
  color: #727272;
  -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;
}
.additional-menu-area .side-menu-open i {
  cursor: pointer;
  font-size: 24px;
  color: #111111;
  -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;
}
.additional-menu-area .sidenav {
  position: relative;
}
.additional-menu-area .sidenav .closebtn {
  position: absolute;
  top: 0;
  left: -3px;
  font-size: 36px;
}
.additional-menu-area .sidenav .closebtn:hover {
  color: #FFFFFF;
}
.additional-menu-area .sidenav .sidenav-search {
  background: #ffffff00;
  margin: 0 10px 10px 5px;
  margin-right: 10px;
}
.additional-menu-area .sidenav .sidenav-search .stylish-input-group {
  padding: 0 10px;
  border: none;
}
.additional-menu-area .sidenav .sidenav-search .stylish-input-group .form-control {
  color: #111111;
}
.additional-menu-area .sidenav .sidenav-search .stylish-input-group button span {
  -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;
}
.additional-menu-area .sidenav .sidenav-search .stylish-input-group button:hover span {
  color: #111111;
  -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;
}
.additional-menu-area .sidenav .sidenav-login-registration {
  border-bottom: 1px solid #FFFFFF;
  text-align: left;
  margin-bottom: 40px;
  padding-bottom: 5px;
  padding-left: 22px;
}
.additional-menu-area .sidenav .sidenav-login-registration li a {
  color: #FFFFFF;
}
.additional-menu-area .sidenav .sidenav-login-registration li:last-child {
  margin-left: 0;
  margin-right: 30px;
}
.additional-menu-area .sidenav .sidenav-login-registration .login-registration-field {
  border: none;
  background: #FFFFFF;
  padding: 20px 15px 30px;
}
.additional-menu-area .sidenav .sidenav-login-registration .login-registration-field label {
  font-size: 14px;
  color: #212121;
  font-weight: 400;
  margin-top: 10px;
}
.additional-menu-area .sidenav .sidenav-login-registration .login-registration-field input {
  border: 1px solid #111111;
  color: #212121;
  font-weight: 600;
}
.additional-menu-area .sidenav .ctg-name-title {
  color: #FFFFFF;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-weight: 500;
  margin-left: 10px;
}
.additional-menu-area .sidenav .sidenav-nav li {
  margin-bottom: 0;
}
.additional-menu-area .sidenav .sidenav-nav li a {
  text-align: left;
  font-size: 18px;
  color: #f1f1f1;
}
.additional-menu-area .sidenav .sidenav-nav li a:hover {
  color: #FFFFFF;
  background: #111111;
}
.additional-menu-area .sidenav .sidenav-nav li a i {
  margin-right: 15px;
}
.additional-menu-area .sidenav .sidenav-nav li:last-child {
  margin-left: 0;
}
.additional-menu-area .sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 999999;
  top: 0;
  right: 0;
  background-color: #070707;
  overflow-x: hidden;
  -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;
  padding-top: 60px;
  color: #FFFFFF;
}
.additional-menu-area .sidenav a {
  padding: 8px 8px 8px 15px;
  text-decoration: none;
  color: #818181;
  display: 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;
}
.category-menu-title {
  background: #111111;
  padding: 14px 10px 14px;
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 4px;
  margin-bottom: 0;
  margin-top: 4px;
}
.category-menu-title:hover {
  cursor: pointer;
}
@media (min-width: 768px) and (max-width: 991px) {
  .category-menu-title {
    letter-spacing: 1px;
  }
}
.category-menu-title a {
  color: #FFFFFF;
}
.category-menu-title a i {
  margin: -2px 10px 0 7px;
  font-size: 24px;
  float: left;
}
@media (min-width: 768px) and (max-width: 991px) {
  .category-menu-title a i {
    margin: 0 10px 0;
    font-size: 21px;
  }
}
.category-menu-title2 {
  background: #111111;
  padding: 14px 10px 14px;
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 4px;
  margin-bottom: 0;
}
.category-menu-title2:hover {
  cursor: pointer;
}
@media (min-width: 768px) and (max-width: 991px) {
  .category-menu-title2 {
    letter-spacing: 1px;
  }
}
.category-menu-title2 a {
  color: #FFFFFF;
}
.category-menu-title2 a i {
  margin: -2px 10px 0 7px;
  font-size: 24px;
  float: left;
}
@media (min-width: 768px) and (max-width: 991px) {
  .category-menu-title2 a i {
    margin: 0 10px 0;
    font-size: 21px;
  }
}
@media only screen and (max-width: 1199px) {
  .category-menu-area ul {
    -webkit-box-shadow: 0px 0px 5px -2px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 5px -2px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 5px -2px rgba(0, 0, 0, 0.75);
  }
}
.category-menu-area ul li {
  position: relative;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-bottom: 1px solid #B6B6B6;
  -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;
}
.category-menu-area ul li:last-child {
  border-bottom: 0;
}
.category-menu-area ul li a {
  display: block;
  padding: 8px 0 7px 15px;
  color: #333333;
  -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;
}
.category-menu-area ul li a > i:before {
  padding-right: 17px;
  font-size: 20px;
  float: left;
  margin-left: 15px !important;
}
@media only screen and (max-width: 1199px) {
  .category-menu-area ul li a > i:before {
    margin-left: 5px;
  }
}
.category-menu-area ul li a span {
  position: absolute;
  right: 0;
}
.category-menu-area ul li a span > i:before {
  font-size: 10px;
  color: #B6B6B6;
  -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;
}
.category-menu-area ul li:hover {
  background: #f1f1f1;
  -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;
}
.category-menu-area ul li:hover a {
  color: #070707;
  -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;
}
.category-menu-area ul li:hover span i:before {
  color: #070707;
  -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;
}
.category-menu-area ul li .dropdown-menu {
  padding: 5px;
  position: absolute;
  top: 0;
  left: 100%;
  margin: 0;
  border-radius: 0;
}
.category-menu-area ul li .dropdown-menu > li {
  font-size: 14px;
  text-transform: capitalize;
  letter-spacing: 1px;
}
.category-menu-area ul li .dropdown-menu > li > a {
  padding: 8px 15px;
  color: #333333 !important;
  font-weight: 500;
}
.category-menu-area ul li .dropdown-menu > li:hover > a {
  color: #070707 !important;
  background: #f1f1f1 !important;
}
.category-menu-area ul li:hover .dropdown-menu {
  display: block;
}
li.has-child-menu > ul.thired-level li a {
    color: #474b6c;
    -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 (min-width: 767px) {
  li.has-child-menu {
    position: relative;
  }
  li.has-child-menu > a {
    color: #FFFFFF;
  }
  li.has-child-menu > a:after {
    font-family: 'FontAwesome';
    content: "\f105";
    float: right;
    position: relative;
    right: 5px;
  }
  li.has-child-menu > ul.thired-level {
    position: absolute;
    right: 319px;
    top: 0;
    opacity: 0 !important;
    transform: scaleY(0) !important;
    transform-origin: 0 0 0;
    transition: all 0.5s ease 0s;
    width: 230px;
  }
  li.has-child-menu > ul.thired-level li a {
    color: #474b6c;
    -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;
  }
  li.has-child-menu > ul.thired-level li:hover a {
    color: #ffffff;
  }
  li.has-child-menu:hover ul.thired-level {
    opacity: 1 !important;
    transform: scaleY(1) !important;
    visibility: visible;
  }
}
/*-------------------------------------
2.2 Home1 Header Area styles 
---------------------------------------*/
.header-area-style1 .header-top .header-top-inner-top {
  background: #f1f1f1;
}
.header-area-style1 .header-top .header-top-inner-top ul li i {
  color: #111111;
}
.header-area-style1 .header-top .header-top-inner-top ul li 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;
}
.header-area-style1 .header-top .header-top-inner-top ul li:hover a {
  color: #111111;
  -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;
}
.header-area-style1 .header-top .header-top-inner-bottom {
  padding: 30px 0 18px;
  position: relative;
}
.header-area-style1 .header-top .header-top-inner-bottom .search-area {
  position: relative;
  z-index: 8;
}
.header-area-style1 .header-top .header-top-inner-bottom .search-area .input-group {
  width: 102%;
  margin: 0 auto;
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
  border-left: 1px solid #f1f1f1;
}
.header-area-style1 .header-top .header-top-inner-bottom .search-area .input-group .form-control {
  height: 42px;
  color: #212121;
  border-radius: 0;
  box-shadow: none;
  border: none;
}
.header-area-style1 .header-top .header-top-inner-bottom .search-area .input-group .input-group-btn .btn-group {
  display: flex !important;
}
.header-area-style1 .header-top .header-top-inner-bottom .search-area .input-group .input-group-btn .btn-group .dropdown-lg .btn {
  border-radius: 0;
  margin-left: -1px;
  padding: 0 15px;
}
.header-area-style1 .header-top .header-top-inner-bottom .search-area .input-group .input-group-btn .btn-group .dropdown-lg .btn-metro {
  margin-top: 10px;
  margin-right: 15px;
  background: transparent;
}
.header-area-style1 .header-top .header-top-inner-bottom .search-area .input-group .input-group-btn .btn-group .dropdown-lg .btn-metro i {
  display: block;
  padding: 5px;
  line-height: 0;
}
.header-area-style1 .header-top .header-top-inner-bottom .search-area .input-group .input-group-btn .btn-group .dropdown-lg .btn-metro span {
  float: left;
  margin-right: 15px;
  color: #111111;
}
.header-area-style1 .header-top .header-top-inner-bottom .search-area .input-group .input-group-btn .btn-group .dropdown-lg .dropdown-menu {
  margin-top: -1px;
  padding: 20px 0 0 0;
  min-width: 250px;
  right: 0;
  border-radius: 0;
}
.header-area-style1 .header-top .header-top-inner-bottom .search-area .input-group .input-group-btn .btn-group .dropdown-lg .dropdown-menu .sidenav-nav li {
  margin-bottom: 10px;
}
.header-area-style1 .header-top .header-top-inner-bottom .search-area .input-group .input-group-btn .btn-group .dropdown-lg .dropdown-menu .sidenav-nav li a {
  text-align: left;
  font-size: 18px;
  color: #212121;
  display: flex;
  padding: 5px 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;
}
.header-area-style1 .header-top .header-top-inner-bottom .search-area .input-group .input-group-btn .btn-group .dropdown-lg .dropdown-menu .sidenav-nav li a:hover {
  color: #070707;
  background: #f1f1f1;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.header-area-style1 .header-top .header-top-inner-bottom .search-area .input-group .input-group-btn .btn-group .dropdown-lg .dropdown-menu .sidenav-nav li a:hover i {
  color: #070707;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.header-area-style1 .header-top .header-top-inner-bottom .search-area .input-group .input-group-btn .btn-group .dropdown-lg .dropdown-menu .sidenav-nav li a i {
  font-weight: 600;
  margin-right: 15px;
  color: #212121;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.header-area-style1 .header-top .header-top-inner-bottom .search-area .input-group .input-group-btn .btn-group .btn-metro-search {
  padding: 10px 12px;
  border-radius: 0;
  background: #f1f1f1;
  -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;
}
.header-area-style1 .header-top .header-top-inner-bottom .search-area .input-group .input-group-btn .btn-group .btn-metro-search span {
  color: #111111;
  -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;
}
.header-area-style1 .header-top .header-top-inner-bottom .search-area .input-group .input-group-btn .btn-group .btn-metro-search:hover {
  background: #111111;
  -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;
}
.header-area-style1 .header-top .header-top-inner-bottom .search-area .input-group .input-group-btn .btn-group .btn-metro-search:hover span {
  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;
}
.header-area-style1 .header-bottom .header-cart-area {
  display: none;
}
.header-area-style1 .header-bottom nav ul > li .mega-menu-area {
  left: -551px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .header-area-style1 .header-bottom nav ul > li .mega-menu-area {
    width: 578px;
    left: -330px;
    padding: 18px 0 18px 34px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .header-area-style1 .header-bottom nav ul > li .mega-menu-area > li > a {
    border-bottom: none;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .header-area-style1 .header-bottom .main-menu-area nav > ul > li {
    padding: 20px 0 19px 0;
  }
}
.open-on-tab {
  display: none;
}
@media only screen and (max-width: 1199px) {
  .open-on-tab {
    display: block;
  }
}
@media only screen and (max-width: 1199px) {
  .open-on-tab .category-menu-area-inner {
    opacity: 0;
    position: absolute;
    z-index: 8;
    background: #FFFFFF;
    width: 213px;
    -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: 991px) {
  .open-on-tab .category-menu-area-inner {
    width: 220px;
  }
}
@media only screen and (max-width: 1199px) {
  .open-on-tab:hover .category-menu-area-inner {
    opacity: 1;
    -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: 1199px) {
  .close-on-tab {
    display: none;
  }
}
/*-------------------------------------
2.3 Home2 Header Area styles 
---------------------------------------*/
.header-area-style2 .header-top {
  display: block;
  padding: 30px 0;
  background: transparent;
  border-bottom: 1px solid #B6B6B6;
}
.header-area-style2 .header-top .account-wishlist {
  margin-top: 5px;
  text-align: left;
}
.header-area-style2 .header-top .account-wishlist li a {
  color: #212121;
}
.header-area-style2 .header-top .account-wishlist li a i {
  color: #111111;
  -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;
}
.header-area-style2 .header-top .account-wishlist li:hover a {
  color: #070707;
}
.header-area-style2 .header-top .account-wishlist li:hover a i {
  color: #111111;
  -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;
}
.header-area-style2 .header-top .logo-area {
  text-align: center;
}
.header-area-style2 .header-top .logo-area img {
  display: inherit;
}
.header-area-style2 .header-top .header-cart-area .cart-area {
  padding-bottom: 0;
}
.header-area-style2 .header-top .header-cart-area .cart-area ul {
  top: 53px;
}
.header-area-style2 .header-bottom {
  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;
}
.header-area-style2 .header-bottom .main-menu-area nav > ul > li {
  padding: 30px 0;
}
.header-area-style2 .header-bottom .logo-area2 {
  display: none;
  -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;
}
.header-area-style2 .header-bottom nav ul > li .mega-menu-area {
  left: -720px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .header-area-style2 .header-bottom nav ul > li .mega-menu-area {
    width: 578px;
    left: -412px;
    padding: 18px 0 18px 34px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .header-area-style2 .header-bottom nav ul > li .mega-menu-area > li > a {
    border-bottom: none;
  }
}
/*-------------------------------------
2.4 Home3 Header Area styles 
---------------------------------------*/
.header-area-style3 .header-top .header-top-inner-top {
  background: transparent;
  border-bottom: 1px solid #B6B6B6;
}
.header-area-style3 .header-top .header-top-inner-top .header-contact ul 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;
}
.header-area-style3 .header-top .header-top-inner-top .header-contact ul li i {
  color: #be1e2d;
  -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;
}
.header-area-style3 .header-top .header-top-inner-top .header-contact ul li:hover a {
  color: #070707;
  -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;
}
.header-area-style3 .header-top .header-top-inner-top .header-contact ul li:hover i {
  color: #111111;
  -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;
}
.header-area-style3 .header-top .header-top-inner-top .account-wishlist ul 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;
}
.header-area-style3 .header-top .header-top-inner-top .account-wishlist ul li i {
  color: #be1e2d;
  -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;
}
.header-area-style3 .header-top .header-top-inner-top .account-wishlist ul li:hover a {
  color: #070707;
  -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;
}
.header-area-style3 .header-top .header-top-inner-top .account-wishlist ul li:hover i {
  color: #be1e2d;
  -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;
}
.header-area-style3 .header-top .header-top-inner-bottom {
  padding: 30px 0 18px;
  position: relative;
}
.header-area-style3 .header-top .header-top-inner-bottom .search-area {
  position: relative;
  z-index: 8;
}
.header-area-style3 .header-top .header-top-inner-bottom .search-area .input-group {
  width: 102%;
  margin: 0 auto;
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
  border-left: 1px solid #f1f1f1;
}
.header-area-style3 .header-top .header-top-inner-bottom .search-area .input-group .form-control {
  height: 42px;
  color: #111111;
  border-radius: 0;
  box-shadow: none;
  border: none;
}
.header-area-style3 .header-top .header-top-inner-bottom .search-area .input-group .input-group-btn .btn-group {
  display: flex !important;
}
.header-area-style3 .header-top .header-top-inner-bottom .search-area .input-group .input-group-btn .btn-group .dropdown-lg .btn {
  border-radius: 0;
  margin-left: -1px;
  padding: 0 15px;
}
.header-area-style3 .header-top .header-top-inner-bottom .search-area .input-group .input-group-btn .btn-group .dropdown-lg .btn-metro {
  margin-top: 10px;
  margin-right: 15px;
  background: transparent;
}
.header-area-style3 .header-top .header-top-inner-bottom .search-area .input-group .input-group-btn .btn-group .dropdown-lg .btn-metro i {
  display: block;
  padding: 5px;
  line-height: 0;
}
.header-area-style3 .header-top .header-top-inner-bottom .search-area .input-group .input-group-btn .btn-group .dropdown-lg .btn-metro span {
  float: left;
  margin-right: 15px;
}
.header-area-style3 .header-top .header-top-inner-bottom .search-area .input-group .input-group-btn .btn-group .dropdown-lg .dropdown-menu {
  margin-top: -1px;
  padding: 20px 0 0 0;
  min-width: 250px;
  right: 0;
  border-radius: 0;
  margin-right: -30px;
}
.header-area-style3 .header-top .header-top-inner-bottom .search-area .input-group .input-group-btn .btn-group .dropdown-lg .dropdown-menu .sidenav-nav li {
  margin-bottom: 10px;
}
.header-area-style3 .header-top .header-top-inner-bottom .search-area .input-group .input-group-btn .btn-group .dropdown-lg .dropdown-menu .sidenav-nav li a {
  text-align: left;
  font-size: 18px;
  color: #212121;
  display: flex;
  padding: 5px 15px;
  -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;
}
.header-area-style3 .header-top .header-top-inner-bottom .search-area .input-group .input-group-btn .btn-group .dropdown-lg .dropdown-menu .sidenav-nav li a:hover {
  color: #070707;
  background: #676767;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.header-area-style3 .header-top .header-top-inner-bottom .search-area .input-group .input-group-btn .btn-group .dropdown-lg .dropdown-menu .sidenav-nav li a i {
  margin-right: 15px;
}
.header-area-style3 .header-top .header-top-inner-bottom .search-area .input-group .input-group-btn .btn-group .btn-metro-search {
  padding: 10px 12px;
  border-radius: 0;
  background: #f1f1f1;
  -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;
}
.header-area-style3 .header-top .header-top-inner-bottom .search-area .input-group .input-group-btn .btn-group .btn-metro-search span {
  color: #111111;
  -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;
}
.header-area-style3 .header-top .header-top-inner-bottom .search-area .input-group .input-group-btn .btn-group .btn-metro-search:hover {
  background: #111111;
  -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;
}
.header-area-style3 .header-top .header-top-inner-bottom .search-area .input-group .input-group-btn .btn-group .btn-metro-search:hover span {
  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;
}
.header-area-style3 .header-bottom .category-menu-area {
  position: relative;
}
.header-area-style3 .header-bottom .category-menu-area .category-menu-area-inner {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  z-index: 10;
  top: 48px;
  background: #FFFFFF;
  width: 263px;
  -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;
}
.dropdown1:hover .dropdown-menu1
{
	display:block;
}
@media only screen and (max-width: 1199px) {
  .header-area-style3 .header-bottom .category-menu-area .category-menu-area-inner {
    width: 212px;
  }
}
@media only screen and (max-width: 991px) {
  .header-area-style3 .header-bottom .category-menu-area .category-menu-area-inner {
    width: 220px;
  }
}
.header-area-style3 .header-bottom .category-menu-area:hover .category-menu-area-inner {
  opacity: 1;
  visibility: visible;
  -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;
}
.header-area-style3 .header-bottom .header-cart-area {
  display: none;
}
.header-area-style3 .header-bottom nav ul > li .mega-menu-area {
  left: -551px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .header-area-style3 .header-bottom nav ul > li .mega-menu-area {
    width: 578px;
    left: -330px;
    padding: 18px 0 18px 34px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .header-area-style3 .header-bottom nav ul > li .mega-menu-area > li > a {
    border-bottom: none;
  }
}
@media only screen and (max-width: 767px) {  
 .header-area-style3 .header-top .header-top-inner-bottom {
    padding: 5px 0 5px;
    position: relative;
 } 
}  
/*-------------------------------------
2.5 Home4 Header Area styles 
---------------------------------------*/
.header-area-style4 {
  padding-bottom: 30px;
}
/*-------------------------------------
2.6 Home5 Header Area styles 
---------------------------------------*/
.header-area-style5 .header-top {
  border-bottom: 1px solid #dcdcdc;
}
.header-area-style5 .header-top .header-top-inner-bottom {
  padding: 30px 0;
  position: relative;
}
@media (min-width: 768px) and (max-width: 991px) {
  .header-area-style5 .header-top .header-top-inner-bottom {
    padding: 15px 0;
  }
}
.header-area-style5 .header-top .header-top-inner-bottom .search-area {
  position: relative;
  z-index: 8;
}
.header-area-style5 .header-top .header-top-inner-bottom .search-area .input-group {
  width: 102%;
  margin: 0 auto;
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
  border-left: 1px solid #f1f1f1;
}
.header-area-style5 .header-top .header-top-inner-bottom .search-area .input-group .form-control {
  height: 42px;
  color: #212121;
  border-radius: 0;
  box-shadow: none;
  border: none;
}
.header-area-style5 .header-top .header-top-inner-bottom .search-area .input-group .input-group-btn .btn-group {
  display: flex !important;
}
.header-area-style5 .header-top .header-top-inner-bottom .search-area .input-group .input-group-btn .btn-group .dropdown-lg .btn {
  border-radius: 0;
  margin-left: -1px;
  padding: 0 15px;
}
.header-area-style5 .header-top .header-top-inner-bottom .search-area .input-group .input-group-btn .btn-group .dropdown-lg .btn-metro {
  margin-top: 10px;
  margin-right: 15px;
  background: transparent;
}
.header-area-style5 .header-top .header-top-inner-bottom .search-area .input-group .input-group-btn .btn-group .dropdown-lg .btn-metro i {
  display: block;
  padding: 5px;
  line-height: 0;
}
.header-area-style5 .header-top .header-top-inner-bottom .search-area .input-group .input-group-btn .btn-group .dropdown-lg .btn-metro span {
  float: left;
  margin-right: 15px;
  color: #111111;
}
.header-area-style5 .header-top .header-top-inner-bottom .search-area .input-group .input-group-btn .btn-group .dropdown-lg .dropdown-menu {
  margin-top: -1px;
  padding: 20px 0 0 0;
  min-width: 250px;
  right: 0;
  border-radius: 0;
}
.header-area-style5 .header-top .header-top-inner-bottom .search-area .input-group .input-group-btn .btn-group .dropdown-lg .dropdown-menu .sidenav-nav li {
  margin-bottom: 10px;
}
.header-area-style5 .header-top .header-top-inner-bottom .search-area .input-group .input-group-btn .btn-group .dropdown-lg .dropdown-menu .sidenav-nav li a {
  text-align: left;
  font-size: 18px;
  color: #212121;
  display: flex;
  padding: 5px 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;
}
.header-area-style5 .header-top .header-top-inner-bottom .search-area .input-group .input-group-btn .btn-group .dropdown-lg .dropdown-menu .sidenav-nav li a:hover {
  color: #070707;
  background: #f1f1f1;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.header-area-style5 .header-top .header-top-inner-bottom .search-area .input-group .input-group-btn .btn-group .dropdown-lg .dropdown-menu .sidenav-nav li a:hover i {
  color: #070707;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.header-area-style5 .header-top .header-top-inner-bottom .search-area .input-group .input-group-btn .btn-group .dropdown-lg .dropdown-menu .sidenav-nav li a i {
  font-weight: 600;
  margin-right: 15px;
  color: #212121;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.header-area-style5 .header-top .header-top-inner-bottom .search-area .input-group .input-group-btn .btn-group .btn-metro-search {
  padding: 10px 12px;
  border-radius: 0;
  background: #f1f1f1;
  -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;
}
.header-area-style5 .header-top .header-top-inner-bottom .search-area .input-group .input-group-btn .btn-group .btn-metro-search span {
  color: #111111;
  -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;
}
.header-area-style5 .header-top .header-top-inner-bottom .search-area .input-group .input-group-btn .btn-group .btn-metro-search:hover {
  background: #111111;
  -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;
}
.header-area-style5 .header-top .header-top-inner-bottom .search-area .input-group .input-group-btn .btn-group .btn-metro-search:hover span {
  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;
}
.header-area-style5 .header-top .header-top-inner-bottom .header-action-items {
  margin-top: 5px;
}
.header-area-style5 .header-top .header-top-inner-bottom .header-action-items li {
  top: 0;
}
.header-area-style5 .header-top .header-top-inner-bottom .header-action-items li .additional-menu-area {
  top: -16px;
}
.header-area-style5 .header-bottom li.header-search {
  padding-right: 15px;
  border-right: 1px solid #dcdcdc;
  margin-right: 10px;
}
.header-area-style5 .header-bottom li.header-search .search-input {
  right: 40px;
}
.header-area-style5 .header-bottom .logo-area {
  margin-right: 50px;
}
.header-area-style5 .header-bottom nav ul > li .mega-menu-area {
  left: -300px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .header-area-style5 .header-bottom nav ul > li .mega-menu-area {
    width: 578px;
    left: -330px;
    padding: 18px 0 18px 34px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .header-area-style5 .header-bottom nav ul > li .mega-menu-area > li > a {
    border-bottom: none;
  }
}
.header-area-style5 .header-bottom .main-menu-area nav > ul > li a:hover {
  color: #f93940;
}
.header-area-style5 .header-cart-area.header-action-items li {
  width: inherit;
  font-size: 14px;
  margin-right: 30px;
}
.header-area-style5 .header-cart-area.header-action-items li:last-child {
  margin-right: 0;
  margin-left: 30px;
}
.header-area-style5 .header-cart-area.header-action-items .contact-all-info i {
  color: #f93940;
  margin-right: 15px;
}
.header-area-style5.stick nav ul > li .mega-menu-area {
  left: -480px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .header-area-style5.stick nav ul > li .mega-menu-area {
    width: 578px;
    left: -400px;
    padding: 18px 0 18px 34px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .header-area-style5.stick nav ul > li .mega-menu-area > li > a {
    border-bottom: none;
  }
}
@media only screen and (max-width: 991px) {
  .header-area-style5 .header-cart-area.header-action-items li {
    margin-right: 5px;
  }
  .header-area-style5 .header-cart-area.header-action-items li i {
    margin-right: 5px;
  }
}
@media only screen and (max-width: 991px) {
  .header-area-style5 .header-bottom nav ul > li .mega-menu-area {
    left: -218px;
  }
}
/*-------------------------------------
2.7 Home6 Header Area styles 
---------------------------------------*/
.header-area-style6 .header-top {
  border-bottom: 1px solid #dcdcdc;
}
.header-area-style6 .header-top .header-top-inner-bottom {
  padding: 5px 0;
  position: relative;
}
.header-area-style6 .header-top .header-top-inner-bottom .header-cart-area.header-action-items {
  text-align: inherit;
}
.header-area-style6 .header-top .header-top-inner-bottom .header-cart-area.header-action-items li {
  margin-right: 20px;
}
.header-area-style6 .header-top .header-top-inner-bottom .header-cart-area.header-action-items li i {
  color: #be1e2d;
}
.header-area-style6 .header-top .header-top-inner-bottom .header-cart-area.header-action-items li:last-child {
  margin-left: 0;
  margin-right: 0;
}
.header-area-style6 .header-top .header-top-inner-bottom .header-action-items {
  margin-top: 5px;
}
.header-area-style6 .header-top .header-top-inner-bottom .header-action-items li {
  top: 0;
}
.header-area-style6 .header-top .header-top-inner-bottom .header-action-items li .additional-menu-area {
  top: -16px;
}
.header-area-style6 .header-bottom {
  -webkit-box-shadow: 0px 1px 0px 0px rgba(108, 108, 108, 0.75);
  -moz-box-shadow: 0px 1px 0px 0px rgba(108, 108, 108, 0.75);
  box-shadow: 0px 1px 0px 0px rgba(108, 108, 108, 0.75);
}
.header-area-style6 .header-bottom .logo-area {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
}
.header-area-style6 .header-bottom li.header-search {
  padding-right: 15px;
  border-right: 1px solid #dcdcdc;
  margin-right: 10px;
}
.header-area-style6 .header-bottom .logo-area {
  margin-right: 50px;
}
.header-area-style6 .header-bottom nav ul > li .mega-menu-area {
  left: -551px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .header-area-style6 .header-bottom nav ul > li .mega-menu-area {
    width: 578px;
    left: -330px;
    padding: 18px 0 18px 34px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .header-area-style6 .header-bottom nav ul > li .mega-menu-area > li > a {
    border-bottom: none;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .header-area-style6 .header-bottom .main-menu-area nav > ul > li {
    padding: 20px 0 19px 0;
  }
}
.header-area-style6 .header-bottom .main-menu-area nav > ul > li a:hover {
  color: #CF9900;
}
.header-area-style6.stick .header-bottom {
  border-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .header-area-style6 .header-top .header-top-inner-bottom .header-cart-area.header-action-items li {
    margin-right: 10px;
  }
  .header-area-style6 .header-top .header-top-inner-bottom .header-cart-area.header-action-items li i {
    margin-right: 5px;
  }
}
/*-------------------------------------
2.8 Home7 Header Area styles 
---------------------------------------*/
.header-area-style7 .header-top .header-top-inner-top {
  background: transparent;
  border-bottom: 1px solid #cfd8dc;
}
.header-area-style7 .header-top .header-top-inner-top ul li {
  letter-spacing: 0;
}
.header-area-style7 .header-top .header-top-inner-top ul li i {
  color: #111111;
}
.header-area-style7 .header-top .header-top-inner-top ul li 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;
}
.header-area-style7 .header-top .header-top-inner-top ul li:hover a {
  color: #111111;
  -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;
}
.header-area-style7 .header-top .header-top-inner-bottom {
  padding: 30px 0 18px;
  position: relative;
}
.header-area-style7 .header-top .header-top-inner-bottom .search-area {
  position: relative;
  z-index: 8;
}
.header-area-style7 .header-top .header-top-inner-bottom .search-area .input-group {
  width: 102%;
  margin: 0 auto;
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
  border-left: 1px solid #f1f1f1;
}
.header-area-style7 .header-top .header-top-inner-bottom .search-area .input-group .form-control {
  height: 42px;
  color: #212121;
  border-radius: 0;
  box-shadow: none;
  border: none;
}
.header-area-style7 .header-top .header-top-inner-bottom .search-area .input-group .input-group-btn .btn-group {
  display: flex !important;
}
.header-area-style7 .header-top .header-top-inner-bottom .search-area .input-group .input-group-btn .btn-group .dropdown-lg .btn {
  border-radius: 0;
  margin-left: -1px;
  padding: 0 15px;
}
.header-area-style7 .header-top .header-top-inner-bottom .search-area .input-group .input-group-btn .btn-group .dropdown-lg .btn-metro {
  margin-top: 10px;
  margin-right: 15px;
  background: transparent;
}
.header-area-style7 .header-top .header-top-inner-bottom .search-area .input-group .input-group-btn .btn-group .dropdown-lg .btn-metro i {
  display: block;
  padding: 5px;
  line-height: 0;
}
.header-area-style7 .header-top .header-top-inner-bottom .search-area .input-group .input-group-btn .btn-group .dropdown-lg .btn-metro span {
  float: left;
  margin-right: 15px;
  color: #111111;
}
.header-area-style7 .header-top .header-top-inner-bottom .search-area .input-group .input-group-btn .btn-group .dropdown-lg .dropdown-menu {
  margin-top: -1px;
  padding: 20px 0 0 0;
  min-width: 250px;
  right: 0;
  border-radius: 0;
}
.header-area-style7 .header-top .header-top-inner-bottom .search-area .input-group .input-group-btn .btn-group .dropdown-lg .dropdown-menu .sidenav-nav li {
  margin-bottom: 10px;
}
.header-area-style7 .header-top .header-top-inner-bottom .search-area .input-group .input-group-btn .btn-group .dropdown-lg .dropdown-menu .sidenav-nav li a {
  text-align: left;
  font-size: 18px;
  color: #212121;
  display: flex;
  padding: 5px 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;
}
.header-area-style7 .header-top .header-top-inner-bottom .search-area .input-group .input-group-btn .btn-group .dropdown-lg .dropdown-menu .sidenav-nav li a:hover {
  color: #070707;
  background: #f1f1f1;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.header-area-style7 .header-top .header-top-inner-bottom .search-area .input-group .input-group-btn .btn-group .dropdown-lg .dropdown-menu .sidenav-nav li a:hover i {
  color: #070707;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.header-area-style7 .header-top .header-top-inner-bottom .search-area .input-group .input-group-btn .btn-group .dropdown-lg .dropdown-menu .sidenav-nav li a i {
  font-weight: 600;
  margin-right: 15px;
  color: #212121;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.header-area-style7 .header-top .header-top-inner-bottom .search-area .input-group .input-group-btn .btn-group .btn-metro-search {
  padding: 10px 20px;
  border-radius: 0;
  background: #2962ff;
  color: #FFFFFF;
  text-transform: uppercase;
  -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;
}
.header-area-style7 .header-top .header-top-inner-bottom .search-area .input-group .input-group-btn .btn-group .btn-metro-search span {
  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;
}
.header-area-style7 .header-top .header-top-inner-bottom .search-area .input-group .input-group-btn .btn-group .btn-metro-search:hover {
  background: #111111;
  -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;
}
.header-area-style7 .header-top .header-top-inner-bottom .search-area .input-group .input-group-btn .btn-group .btn-metro-search:hover span {
  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;
}
.header-area-style7 .header-bottom .header-cart-area {
  display: none;
}
.header-area-style7 .header-bottom nav ul > li .mega-menu-area {
  left: -551px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .header-area-style7 .header-bottom nav ul > li .mega-menu-area {
    width: 578px;
    left: -330px;
    padding: 18px 0 18px 34px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .header-area-style7 .header-bottom nav ul > li .mega-menu-area > li > a {
    border-bottom: none;
  }
}
.header-area-style7 .header-bottom .main-menu-area nav > ul > li {
  padding: 20px 0 25px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .header-area-style7 .header-bottom .main-menu-area nav > ul > li {
    padding: 20px 0 19px 0;
  }
}
.header-area-style7 .header-bottom .main-menu-area nav > ul > li i {
  margin-right: 5px;
  color: #afafaf;
  -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;
}
.header-area-style7 .header-bottom .main-menu-area nav > ul > li a:hover {
  color: #2962ff;
}
.header-area-style7 .header-bottom .main-menu-area nav > ul > li a:hover i {
  color: #2962ff;
}
/*-------------------------------------
2.9 Home8 Header Area styles 
---------------------------------------*/
.header-area-style8 .header-top .header-top-inner-top {
  padding: 0;
  background: transparent;
  border-bottom: 1px solid #cfd8dc;
}
.header-area-style8 .header-top .header-top-inner-top .header-contact ul li {
  border-right: 1px solid #cfd8dc;
  letter-spacing: 0;
  padding: 0 10px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .header-area-style8 .header-top .header-top-inner-top .header-contact ul li {
    padding: 0 3px;
  }
}
.header-area-style8 .header-top .header-top-inner-top .header-contact ul li i {
  color: #111111;
}
.header-area-style8 .header-top .header-top-inner-top .header-contact ul li a {
  text-transform: initial;
  margin-right: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  border-right: 0;
  display: inline-block;
  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;
}
.header-area-style8 .header-top .header-top-inner-top .header-contact ul li:hover a {
  color: #111111;
  -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;
}
.header-area-style8 .header-top .header-top-inner-top .account-wishlist {
  margin-top: 0;
}
.header-area-style8 .header-top .header-top-inner-top .account-wishlist ul li {
  border-left: 1px solid #cfd8dc;
  letter-spacing: 0;
  padding: 0 10px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .header-area-style8 .header-top .header-top-inner-top .account-wishlist ul li {
    padding: 0 8px;
  }
}
.header-area-style8 .header-top .header-top-inner-top .account-wishlist ul li:first-child {
  border-left: 0;
}
.header-area-style8 .header-top .header-top-inner-top .account-wishlist ul li:first-child i {
  margin-right: 10px;
}
.header-area-style8 .header-top .header-top-inner-top .account-wishlist ul li i {
  color: #111111;
  padding: 0;
}
.header-area-style8 .header-top .header-top-inner-top .account-wishlist ul li a {
  padding: 10px 5px;
  margin-right: 0;
  border-right: 0;
  display: inline-block;
  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;
}
.header-area-style8 .header-top .header-top-inner-top .account-wishlist ul li:hover a {
  color: #111111;
  -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;
}
.header-area-style8 .header-top .header-top-inner-bottom {
  padding: 20px 0;
  position: relative;
}
.header-area-style8 .header-top .header-top-inner-bottom .logo-area {
  margin-top: 5px;
}
.header-area-style8 .header-top .header-top-inner-bottom .search-area {
  position: relative;
  z-index: 8;
}
.header-area-style8 .header-top .header-top-inner-bottom .search-area .input-group {
  width: 102%;
  margin: 0 auto;
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
  border-left: 1px solid #f1f1f1;
}
.header-area-style8 .header-top .header-top-inner-bottom .search-area .input-group .form-control {
  height: 42px;
  color: #212121;
  border-radius: 0;
  box-shadow: none;
  border: none;
}
.header-area-style8 .header-top .header-top-inner-bottom .search-area .input-group .input-group-btn .btn-group {
  display: flex !important;
}
.header-area-style8 .header-top .header-top-inner-bottom .search-area .input-group .input-group-btn .btn-group .dropdown-lg .btn {
  border-radius: 0;
  margin-left: -1px;
  padding: 0 15px;
}
.header-area-style8 .header-top .header-top-inner-bottom .search-area .input-group .input-group-btn .btn-group .dropdown-lg .btn-metro {
  margin-top: 10px;
  margin-right: 15px;
  background: transparent;
}
.header-area-style8 .header-top .header-top-inner-bottom .search-area .input-group .input-group-btn .btn-group .dropdown-lg .btn-metro i {
  display: block;
  padding: 5px;
  line-height: 0;
}
.header-area-style8 .header-top .header-top-inner-bottom .search-area .input-group .input-group-btn .btn-group .dropdown-lg .btn-metro span {
  float: left;
  margin-right: 15px;
  color: #111111;
}
.header-area-style8 .header-top .header-top-inner-bottom .search-area .input-group .input-group-btn .btn-group .dropdown-lg .dropdown-menu {
  margin-top: -1px;
  padding: 20px 0 0 0;
  min-width: 250px;
  right: 0;
  border-radius: 0;
}
.header-area-style8 .header-top .header-top-inner-bottom .search-area .input-group .input-group-btn .btn-group .dropdown-lg .dropdown-menu .sidenav-nav li {
  margin-bottom: 10px;
}
.header-area-style8 .header-top .header-top-inner-bottom .search-area .input-group .input-group-btn .btn-group .dropdown-lg .dropdown-menu .sidenav-nav li a {
  text-align: left;
  font-size: 18px;
  color: #212121;
  display: flex;
  padding: 5px 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;
}
.header-area-style8 .header-top .header-top-inner-bottom .search-area .input-group .input-group-btn .btn-group .dropdown-lg .dropdown-menu .sidenav-nav li a:hover {
  color: #070707;
  background: #f1f1f1;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.header-area-style8 .header-top .header-top-inner-bottom .search-area .input-group .input-group-btn .btn-group .dropdown-lg .dropdown-menu .sidenav-nav li a:hover i {
  color: #070707;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.header-area-style8 .header-top .header-top-inner-bottom .search-area .input-group .input-group-btn .btn-group .dropdown-lg .dropdown-menu .sidenav-nav li a i {
  font-weight: 600;
  margin-right: 15px;
  color: #212121;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.header-area-style8 .header-top .header-top-inner-bottom .search-area .input-group .input-group-btn .btn-group .btn-metro-search {
  padding: 10px 20px;
  border-radius: 0;
  background: #2962FF;
  color: #FFFFFF;
  text-transform: uppercase;
  -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;
}
.header-area-style8 .header-top .header-top-inner-bottom .search-area .input-group .input-group-btn .btn-group .btn-metro-search span {
  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;
}
.header-area-style8 .header-top .header-top-inner-bottom .search-area .input-group .input-group-btn .btn-group .btn-metro-search:hover {
  background: #111111;
  -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;
}
.header-area-style8 .header-top .header-top-inner-bottom .search-area .input-group .input-group-btn .btn-group .btn-metro-search:hover span {
  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;
}
.header-area-style8 .header-bottom {
  background-color: #2962FF;
}
.header-area-style8 .header-bottom .logo-area {
  display: none;
}
.header-area-style8 .header-bottom .header-cart-area {
  display: none;
}
.header-area-style8 .header-bottom nav ul > li .mega-menu-area {
  left: -551px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .header-area-style8 .header-bottom nav ul > li .mega-menu-area {
    width: 578px;
    left: -330px;
    padding: 18px 0 18px 34px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .header-area-style8 .header-bottom nav ul > li .mega-menu-area > li > a {
    border-bottom: none;
  }
}
.header-area-style8 .header-bottom .main-menu-area nav > ul > li {
  padding: 20px 0;
  -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 (min-width: 768px) and (max-width: 1199px) {
  .header-area-style8 .header-bottom .main-menu-area nav > ul > li {
    padding: 20px 0 19px 0;
  }
}
.header-area-style8 .header-bottom .main-menu-area nav > ul > li i {
  margin-right: 5px;
  color: #afafaf;
  -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;
}
.header-area-style8 .header-bottom .main-menu-area nav > ul > li > a {
  color: #FFFFFF;
}
.header-area-style8 .header-bottom .main-menu-area nav > ul > li > a:hover {
  color: #212121;
}
.header-area-style8 .header-bottom .main-menu-area nav > ul > li > a:hover i {
  color: #212121;
}
.header-area-style8 .header-bottom .main-menu-area nav > ul > li > a ul li a {
  color: #212121;
}
.header-area-style8.stick .header-bottom {
  border-bottom: 0;
  background-color: rgba(41, 98, 255, 0.95);
}
.header-area-style8.stick .header-bottom .logo-area {
  margin-top: 12px;
  display: inline-block;
  float: left;
  margin-right: 30px;
}
/*-------------------------------------
2.10 Home9 Header Area styles 
---------------------------------------*/
.header-area-style9 .header-top .header-top-inner-top {
  padding: 0;
  background: #474b6d;
}
.header-contact
{
	float: right
}
.main-menu-area
{
	float: right;
}
.header-area-style9 .header-top .header-top-inner-top .header-contact ul li {
  letter-spacing: 0;
  padding: 0 10px;
}
.header-area-style9 .header-top .header-top-inner-top .header-contact ul li i {
  color: #ffffff;
}
.header-area-style9 .header-top .header-top-inner-top .header-contact ul li a {
  text-transform: initial;
  margin-right: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  border-right: 0;
  display: inline-block;
  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;
}
.header-area-style9 .header-top .header-top-inner-top .header-contact ul li:hover a {
  color: #f1592a;
  -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;
  text-decoration: none;
}
.header-area-style9 .header-top .header-top-inner-top .header-contact ul li a:focus {
    text-decoration:none;
}
.header-area-style9 .header-top .header-top-inner-top .header-contact ul li:hover i {
  color: #f1592a;
}
.header-area-style9 .header-top .header-top-inner-top .header-contact ul li a:last-child {
	padding-right: 0px;
}
.header-area-style9 .header-top .header-top-inner-top .header-contact ul li:last-child {
	margin-right: 0px;
	padding-right: 0px;
}
.header-area-style9 .header-top .header-top-inner-top .account-wishlist ul li {
  border-left: 1px solid #cfd8dc;
  letter-spacing: 0;
  padding: 0 10px;
}
.header-area-style9 .header-top .header-top-inner-top .account-wishlist ul li:first-child {
  border-left: 0;
}
.header-area-style9 .header-top .header-top-inner-top .account-wishlist ul li:first-child i {
  margin-right: 10px;
}
.header-area-style9 .header-top .header-top-inner-top .account-wishlist ul li:last-child {
  border-right: 1px solid #cfd8dc;
}
.header-area-style9 .header-top .header-top-inner-top .account-wishlist ul li i {
  color: #50b81d;
  padding: 0;
}
.header-area-style9 .header-top .header-top-inner-top .account-wishlist ul li a {
  padding: 10px 5px;
  margin-right: 0;
  border-right: 0;
  display: inline-block;
  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;
}
.header-area-style9 .header-top .header-top-inner-top .account-wishlist ul li:hover a {
  color: #111111;
  -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;
}
.header-area-style9 .header-top .header-top-inner-bottom {
  position: relative;
}
.header-area-style9 .header-top .header-top-inner-bottom .search-area {
  position: relative;
  z-index: 8;
}
.header-area-style9 .header-top .header-top-inner-bottom .search-area .input-group {
  width: 102%;
  margin: 0 auto;
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
  border-left: 1px solid #f1f1f1;
}
.header-area-style9 .header-top .header-top-inner-bottom .search-area .input-group .form-control {
  height: 42px;
  color: #212121;
  border-radius: 0;
  box-shadow: none;
  border: none;
}
.header-area-style9 .header-top .header-top-inner-bottom .search-area .input-group .input-group-btn .btn-group {
  display: flex !important;
}
.header-area-style9 .header-top .header-top-inner-bottom .search-area .input-group .input-group-btn .btn-group .dropdown-lg .btn {
  border-radius: 0;
  margin-left: -1px;
  padding: 0 15px;
}
.header-area-style9 .header-top .header-top-inner-bottom .search-area .input-group .input-group-btn .btn-group .dropdown-lg .btn-metro {
  margin-top: 10px;
  margin-right: 15px;
  background: transparent;
}
.header-area-style9 .header-top .header-top-inner-bottom .search-area .input-group .input-group-btn .btn-group .dropdown-lg .btn-metro i {
  display: block;
  padding: 5px;
  line-height: 0;
}
.header-area-style9 .header-top .header-top-inner-bottom .search-area .input-group .input-group-btn .btn-group .dropdown-lg .btn-metro span {
  float: left;
  margin-right: 15px;
  color: #111111;
}
.header-area-style9 .header-top .header-top-inner-bottom .search-area .input-group .input-group-btn .btn-group .dropdown-lg .dropdown-menu {
  margin-top: -1px;
  padding: 20px 0 0 0;
  min-width: 250px;
  right: 0;
  border-radius: 0;
}
.header-area-style9 .header-top .header-top-inner-bottom .search-area .input-group .input-group-btn .btn-group .dropdown-lg .dropdown-menu .sidenav-nav li {
  margin-bottom: 10px;
}
.header-area-style9 .header-top .header-top-inner-bottom .search-area .input-group .input-group-btn .btn-group .dropdown-lg .dropdown-menu .sidenav-nav li a {
  text-align: left;
  font-size: 18px;
  color: #212121;
  display: flex;
  padding: 5px 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;
}
.header-area-style9 .header-top .header-top-inner-bottom .search-area .input-group .input-group-btn .btn-group .dropdown-lg .dropdown-menu .sidenav-nav li a:hover {
  color: #070707;
  background: #f1f1f1;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.header-area-style9 .header-top .header-top-inner-bottom .search-area .input-group .input-group-btn .btn-group .dropdown-lg .dropdown-menu .sidenav-nav li a:hover i {
  color: #070707;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.header-area-style9 .header-top .header-top-inner-bottom .search-area .input-group .input-group-btn .btn-group .dropdown-lg .dropdown-menu .sidenav-nav li a i {
  font-weight: 600;
  margin-right: 15px;
  color: #212121;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.header-bottom
{
	padding-top: 10px;
	padding-bottom: 10px;
}
.header-area-style9 .header-bottom .logo-area {
  display: block;
  margin-top: 5px;
}
.header-area-style9 .header-bottom nav ul > li .mega-menu-area {
  left: -551px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .header-area-style9 .header-bottom nav ul > li .mega-menu-area {
    width: 578px;
    left: -330px;
    padding: 18px 0 18px 34px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .header-area-style9 .header-bottom nav ul > li .mega-menu-area > li > a {
    border-bottom: none;
  }
}
.header-area-style9 .header-bottom .main-menu-area nav > ul > li {
  padding: 30px 0 !important;
  -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;
}
.header-area-style9 .header-bottom .main-menu-area nav > ul > li > a {
  color: #474b6c;
}
.header-area-style9 .header-bottom .main-menu-area nav > ul > li > a:hover {
  color: #f1592a;
}
.header-area-style9 .header-bottom .main-menu-area nav > ul > li > a ul li a {
  color: #212121;
}
.header-area-style9 .header-bottom .cart-area {
  padding: 10px 0 27px;
}
.header-area-style9 .header-bottom .cart-area > ul {
  top: 65px;
  padding: 15px;
}
.header-area-style9 .header-bottom .cart-area a span {
  top: 0;
  background-color: #50b81d;
}
.header-area-style9 .header-bottom .header-cart-area > li {
  border-right: 1px solid #b6b6b6;
  padding-right: 10px;
  margin-right: 0;
}
.header-area-style9 .header-bottom .header-cart-area > li:last-child {
  border-right: 0;
  padding-right: 0;
  margin-right: 0;
}
.header-area-style9.stick .header-bottom .logo-area {
  margin-top: 12px;
  display: inline-block;
  float: left;
}
/*-------------------------------------
2.11 Home10 Header Area styles 
---------------------------------------*/
.header-area-style10 .header-top {
  border-bottom: 1px solid #dcdcdc;
}
.header-area-style10 .header-top .header-top-inner-bottom {
  padding: 20px 0;
  position: relative;
}
.header-area-style10 .header-top .header-top-inner-bottom .search-area {
  position: relative;
  z-index: 8;
}
.header-area-style10 .header-top .header-top-inner-bottom .search-area .input-group {
  width: 102%;
  margin: 0 auto;
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
  border-left: 1px solid #f1f1f1;
}
.header-area-style10 .header-top .header-top-inner-bottom .search-area .input-group .form-control {
  height: 42px;
  color: #212121;
  border-radius: 0;
  box-shadow: none;
  border: none;
}
.header-area-style10 .header-top .header-top-inner-bottom .search-area .input-group .input-group-btn .btn-group {
  display: flex !important;
}
.header-area-style10 .header-top .header-top-inner-bottom .search-area .input-group .input-group-btn .btn-group .dropdown-lg .btn {
  border-radius: 0;
  margin-left: -1px;
  padding: 0 15px;
}
.header-area-style10 .header-top .header-top-inner-bottom .search-area .input-group .input-group-btn .btn-group .dropdown-lg .btn-metro {
  margin-top: 10px;
  margin-right: 15px;
  background: transparent;
}
.header-area-style10 .header-top .header-top-inner-bottom .search-area .input-group .input-group-btn .btn-group .dropdown-lg .btn-metro i {
  display: block;
  padding: 5px;
  line-height: 0;
}
.header-area-style10 .header-top .header-top-inner-bottom .search-area .input-group .input-group-btn .btn-group .dropdown-lg .btn-metro span {
  float: left;
  margin-right: 15px;
  color: #111111;
}
.header-area-style10 .header-top .header-top-inner-bottom .search-area .input-group .input-group-btn .btn-group .dropdown-lg .dropdown-menu {
  margin-top: -1px;
  padding: 20px 0 0 0;
  min-width: 250px;
  right: 0;
  border-radius: 0;
}
.header-area-style10 .header-top .header-top-inner-bottom .search-area .input-group .input-group-btn .btn-group .dropdown-lg .dropdown-menu .sidenav-nav li {
  margin-bottom: 10px;
}
.header-area-style10 .header-top .header-top-inner-bottom .search-area .input-group .input-group-btn .btn-group .dropdown-lg .dropdown-menu .sidenav-nav li a {
  text-align: left;
  font-size: 18px;
  color: #212121;
  display: flex;
  padding: 5px 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;
}
.header-area-style10 .header-top .header-top-inner-bottom .search-area .input-group .input-group-btn .btn-group .dropdown-lg .dropdown-menu .sidenav-nav li a:hover {
  color: #070707;
  background: #f1f1f1;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.header-area-style10 .header-top .header-top-inner-bottom .search-area .input-group .input-group-btn .btn-group .dropdown-lg .dropdown-menu .sidenav-nav li a:hover i {
  color: #070707;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.header-area-style10 .header-top .header-top-inner-bottom .search-area .input-group .input-group-btn .btn-group .dropdown-lg .dropdown-menu .sidenav-nav li a i {
  font-weight: 600;
  margin-right: 15px;
  color: #212121;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.header-area-style10 .header-top .header-top-inner-bottom .search-area .input-group .input-group-btn .btn-group .btn-metro-search {
  padding: 10px 12px;
  border-radius: 0;
  background: #f1f1f1;
  -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;
}
.header-area-style10 .header-top .header-top-inner-bottom .search-area .input-group .input-group-btn .btn-group .btn-metro-search span {
  color: #111111;
  -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;
}
.header-area-style10 .header-top .header-top-inner-bottom .search-area .input-group .input-group-btn .btn-group .btn-metro-search:hover {
  background: #111111;
  -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;
}
.header-area-style10 .header-top .header-top-inner-bottom .search-area .input-group .input-group-btn .btn-group .btn-metro-search:hover span {
  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;
}
.header-area-style10 .header-top .header-top-inner-bottom .header-action-items {
  margin-top: 10px;
}
.header-area-style10 .header-top .header-top-inner-bottom .header-action-items li.contact-all-info {
  top: 0;
}
.header-area-style10 .header-top .header-top-inner-bottom .header-action-items li.contact-all-info .additional-menu-area {
  top: -16px;
}
.header-area-style10 .header-top .header-top-inner-bottom .header-action-items li.contact-all-info i {
  color: #FF6600;
}
.header-area-style10 .header-top .header-top-inner-bottom .header-action-items li .additional-menu-area .side-menu-open i {
  color: #FF6600;
}
.header-area-style10 .header-top .header-top-inner-bottom .header-action-items li .additional-menu-area {
  top: -26px;
}
.header-area-style10 .header-bottom .main-menu-area nav ul > li > a {
  border-right: 0;
  padding-right: 0;
}
.header-area-style10 .header-bottom li.header-search {
  padding-right: 15px;
  border-right: 1px solid #dcdcdc;
  margin-right: 10px;
}
.header-area-style10 .header-bottom li.header-search a i {
  color: #FF6600;
}
.header-area-style10 .header-bottom .cart-area > a > span {
  background-color: #FF6600;
}
.header-area-style10 .header-bottom .logo-area {
  margin-right: 50px;
}
.header-area-style10 .header-bottom nav ul > li .mega-menu-area {
  left: -551px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .header-area-style10 .header-bottom nav ul > li .mega-menu-area {
    width: 578px;
    left: -330px;
    padding: 18px 0 18px 34px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .header-area-style10 .header-bottom nav ul > li .mega-menu-area > li > a {
    border-bottom: none;
  }
}
.header-area-style10 .header-bottom .main-menu-area nav > ul > li {
  padding: 28px 0 25px;
}
.header-area-style10 .header-bottom .main-menu-area nav > ul > li a:hover {
  color: #FF6600;
}
.header-area-style10 .header-bottom .header-cart-area {
  margin-top: 10px;
}
.header-area-style10 .header-bottom .header-cart-area .cart-area {
  padding-bottom: 19px;
}
.header-area-style10 .header-bottom .header-cart-area .cart-area ul {
  top: 48px;
}
.header-area-style10 .header-bottom .header-cart-area .header-search .search-input {
  right: 35px;
}
.header-area-style10.stick .header-cart-area {
  margin-top: 0;
}
.header-area-style10.stick .header-bottom .logo-area {
  margin-top: 3px;
}
@media only screen and (max-width: 991px) {
  .header-area-style10 .header-cart-area.header-action-items li {
    margin-right: 10px;
  }
  .header-area-style10 .header-cart-area.header-action-items li i {
    margin-right: 5px;
  }
}
@media only screen and (max-width: 991px) {
  .header-area-style10 .header-bottom nav ul > li .mega-menu-area {
    left: -218px;
  }
}
/*-------------------------------------
2.12 Offcanvas Menu Area styles 
---------------------------------------*/
.nav-side-menu {
  padding: 40px 0 56px;
  letter-spacing: 2px;
  font-size: 15px;
  background: #f1f1f1;
  top: 0px;
  width: 100%;
  height: 100%;
  color: #111111;
  font-weight: 400;
}
.nav-side-menu .logo-area {
  line-height: 50px;
  display: block;
  padding-left: 15px;
  padding-bottom: 10px;
  font-size: 14px;
}
.nav-side-menu .logo-area a {
  display: inline-block;
}
.nav-side-menu .menu-list ul {
  list-style: none;
  margin: 0px;
  cursor: pointer;
}
.nav-side-menu .menu-list ul .collapsed .arrow:before {
  font-family: FontAwesome;
  content: "\f078";
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
  float: right;
}
.nav-side-menu .menu-list ul > li:hover {
  background-color: #f1f1f1;
  -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-side-menu .menu-list ul > li:hover > a {
  color: #070707;
}
.nav-side-menu .menu-list ul > li > a {
  padding: 10px;
  display: block;
  text-decoration: none;
  color: #212121;
}
.nav-side-menu ul:not(collapsed) .arrow:before {
  font-family: FontAwesome;
  content: "\f053";
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
  float: right;
}
.nav-side-menu ul .sub-menu li {
  background-color: #ffffff;
  border: none;
  line-height: 28px;
  margin-left: 0px;
  padding-left: 40px;
}
.nav-side-menu ul .sub-menu li a {
  display: inline-block;
  padding: 10px 0;
}
.nav-side-menu ul .sub-menu li:hover {
  background-color: #f1f1f1;
}
.nav-side-menu ul .sub-menu li:hover a {
  color: #070707;
}
@media only screen and (min-width: 767px) {
  .nav-side-menu .menu-list .menu-content {
    display: block;
  }
}
/*-------------------------------------
2.13 Stick Menu Area styles
---------------------------------------*/
.stick .header-top
{
	position: fixed;
	top: 0px;
    z-index: 9;
    width: 100%;
}
.stick .header-bottom {
  position: fixed;
  top: 40px;
  z-index: 9;
  width: 100%;
  margin: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.95);
  box-shadow: 0px 2px 10px 0px #f1592b5e;
  /*border-bottom: 2px solid #111111;*/
  -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;
}
.stick .header-bottom .logo-area {
  display: inline-block;
  float: left;
  margin-top: 10px;
  -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;
  margin-bottom: 10px;
}
.stick .header-bottom .category-menu-title {
  display: none;
}
.stick .header-bottom .category-menu-area {
  display: none;
}
.stick .header-bottom .main-menu-area nav > ul > li {
  padding: 20px 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;
}
.stick .header-bottom .home2-sticky-area nav > ul > li {
  padding: 20px 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;
}
@media (min-width: 768px) and (max-width: 991px) {
  .stick .header-bottom .home2-sticky-area nav > ul > li a {
    margin-right: 9px;
    padding-right: 9px;
  }
}
/*-------------------------------------
2.14 Mobile Menu Area styles
---------------------------------------*/
.mobile-menu-area {
  display: none;
}
.mean-container .mean-bar {
  float: none;
}
@media only screen and (max-width: 767px) {
  .mean-container .mean-bar a {
    padding: 10px 16px;
    display: inline-block;
  }
.stick .header-top {
    position: relative;
}
}
@media only screen and (max-width: 767px) {
  .mean-container .mean-bar .meanmenu-reveal {
    margin-top: 20px;
  }
}
.mean-container .mean-bar:after {
  content: "";
  clear: both;
  display: block;
}
.mean-container .mean-nav ul li a {
  color: #111111;
  -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: #070707;
  -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,
.mean-container .mean-nav {
  background: transparent !important;
}
.mean-container .mean-bar {
  padding: 0 !important;
  position: fixed !important;
}
.mean-container .mean-bar a.logo-mobile-menu {
  width: 100%;
  background-color: rgb(255 255 255 / 95%);
  box-sizing: border-box;
}
.mean-container a.meanmenu-reveal {
  float: none !important;
  position: absolute;
}
.mean-bar + div.wrapper-area {
  padding-top: 92px;
}
@media only screen and (max-width: 767px) {
.mean-bar + div.wrapper-area {
  padding-top: 92px !important;
}
}

.inbox1{
  height: 340px;
  background-color: white;
  border-radius: 15px;
}
.inbox1:hover{
  background-color: #474b6c;
}
.trade-img{
  border-radius: 15px 15px 0px 0px;
  box-shadow: 0px 20px 45px 0px rgb(13 29 13 / 5%);
}
.trading-spara{
  color: black;
  padding-top: 5px;
  display:inline-block;
  padding: 15px;
  text-decoration: none;
}
.trading-spara:hover{
  color: white;
  text-decoration: none;
}
.inst-box1{
  border: 1px solid #0069b7;
  margin-top: 10px;
}
.inst-box2{
  border: 1px solid #0069b7;
  margin-top: 10px;
}
.inst-box3{
  border: 1px solid #0069b7;
  margin-top: 10px;
}
.inst-box4{
  border: 1px solid #0069b7;
  margin-top: 10px;
}
.inst-box5{
  border: 1px solid #0069b7;
  margin-top: 10px;
}
.inst-box6{
  border: 1px solid #0069b7;
  margin-top: 10px;
}
.inst-box7{
  border: 1px solid #0069b7;
  margin-top: 10px;
}
.inst-box8{
  border: 1px solid #0069b7;
  margin-top: 10px;
}
.inst-box9{
  border: 1px solid #0069b7;
  margin-top: 10px;
}
.indus-box1{
  border: 1px solid #0069b7;
  margin-top: 10px;
}
.indus-box2{
  border: 1px solid #0069b7;
  margin-top: 10px;
}
.indus-box3{
  border: 1px solid #0069b7;
  margin-top: 10px;
}
.ele-box1{
  border: 1px solid #0069b7;
  margin-top: 10px;
}
.ele-box2{
  border: 1px solid #0069b7;
  margin-top: 10px;
}
.ele-box3{
  border: 1px solid #0069b7;
  margin-top: 10px;
}


.dropdown-submenu {
  position: relative;
  
}

.dropdown-submenu>.dropdown-menu {
  top: 0;
  left: -100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
  display: block;
}

.dropdown-submenu>a:after {
  font-family: 'FontAwesome';
  content: "\f105";
  float: right;
  position: relative;
  right: 5px;
}

/* .dropdown-submenu:hover>a:after {
  border-left-color: #ffffff;
} */

.dropdown-submenu.pull-left {
  float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}






.dropdown-item {
  color: #fff;
}
.dropdown .dropdown-menu {
  display: none;
  background: #212529;
}
.dropdown:hover>.dropdown-menu, 
.dropend:hover>.dropdown-menu {
  display: block;
  margin-top: .1em;
  margin-left: .1em;
}
@media screen and (min-width:769px) {
  .dropend:hover>.dropdown-menu {
    position: absolute;
    top: 0;
    left: 100%;
  }
  .dropend .dropdown-toggle {
    margin-left: .5em;
  }
}








.inbox50{
  height: 500px;
  background-color: gray;
  margin: 15px 0px;
}
.inbox51{
  height: 500px;
  background-color: gray;
  margin: 15px 0px;
}