/*Login page*/
.login-content .nav-tabs li:last-child {
  display: none;
}

.login-content .nav-tabs li {
  width: 100%;
}

/*Login page*/

/*Content-Temp2*/

.content-temp2 .inner .overly .explore-title {
  display: none;
}
.content-temp2 .inner .overly {
  display: none;
}
.content-temp2 .inner .img-block {
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  transition: all 0.3s ease;
}
.content-temp2 .inner .img-block:hover {
  border: 1px solid #b7b7b7;
}

/*Content-Temp2*/

/*EX-AboutUS*/
.ex-aboutus {
  padding: 0;
}
.ex-aboutus-desc p {
  max-width: 65ch;
  line-height: 1.5;
  font-size: 16px;
}
.ex-aboutus-desc ul.list-icons {
  list-style-type: none;
  padding: 0;
}
.ex-aboutus-desc ul.list-icons li {
  margin-bottom: 10px;
}
.ex-aboutus-desc ul.list-icons i {
  color: #28a745;
  margin-right: 10px;
}
.ex-aboutus-img {
  float: right;
}

.ex-aboutus-img img {
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
  .ex-aboutus-desc p {
    line-height: 1.4;
    max-width: 100%;
  }
}
/*EX-AboutUS*/

/*HEADER*/
.header-bar {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.header-center {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

.header-right {
  margin-left: auto;
  display: flex;
  align-items: center;
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  z-index: 1050;
}

/*HEADER*/

/*USER MENU*/
.hasUserMenu > .dropdown-menu {
  padding: 16px;
  border-radius: 8px;
}
/*USER MENU*/

/*HEADER v5*/

.container {
  margin: 0 auto;
  max-width: 1280px;
  width: 100%;
}

.header-offset {
  padding-top: 130px;
}

.headerv5.navbar-km {
  background: #ffffff;
  min-height: auto;
  border: none;
  box-shadow: 0 6px 6px -6px #ccd1d9;
}

.headerv5.navbar.stuck .navbar-top {
  margin-top: -40px;
}

.headerv5 .brandWrap {
  background: none;
  height: 100px;
  display: flex;
  align-items: center;
}

.headerv5 .brandWrap .container .row {
  display: flex;
  align-items: center;
  justify-content: space-around;
  position: relative;
  padding: 0px 16px;
}

.headerv5 .navbar-brand {
  height: 84px;
  position: absolute;
}

.navbar-brand img {
  max-height: 44px;
  max-width: 100%;
}

.user-menu {
  margin-left: auto;
  display: flex;
}

.headerv5.header-cart .brandWrap {
  background: none;
  height: 60px;
}

.headerv5.header-cart .navbar-brand {
  display: flex;
  align-items: center;
  left: 0;
  margin-left: auto !important;
  margin-right: auto;
  padding: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 200px;
  height: 60px;
}

.headerv5 .navbar-nav > li > a {
  padding: 5px 20px;
}

.headerv5 .megamenu-content ul li {
  border-bottom: none;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.headerv5 .megamenu-content ul li strong a {
  border-bottom: 1px solid #eee;
  margin-bottom: 3px;
  margin-top: 5px;
  text-transform: uppercase;
}

.headerv5 .search-new {
  margin-top: 32px;
}

.headerv5 .cart-menu .dropdown-menu {
  min-width: 400px;
}

.headerv5 .cart-menu > a i {
  vertical-align: sub;
}

@media (max-width: 865px) and (min-width: 768px) {
  .headerv5 .navbar-nav > li > a {
    padding: 14px 14px !important;
    font-size: 13px !important;
  }
}

@media (min-width: 768px) {
  .headerv5 .cart-menu {
    margin-top: 32px;
  }

  .step-cart.header-offset,
  .step-address.header-offset {
    padding-top: 95px;
  }

  .headerv5 .navbar-menu {
    border-top: 1px solid #f3f3f3;
  }

  .headerv5 .center-menu.navbar-nav {
    display: table;
    float: none;
    margin: 0 auto;
    width: auto;
  }

  .headerv5 .navbar-nav > li > a {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    position: relative;
    overflow: hidden;
    padding: 14px 20px;
    font-size: 16px;
  }

  .headerv5 .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    height: 4px;
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }

  .headerv5 .navbar-nav > li > a:hover:before,
  .headerv5 .navbar-nav > li > a:focus:before,
  .headerv5 .navbar-nav > li > a:active:before {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@media (max-width: 767px) {
  .header-offset {
    padding-top: 120px;
  }

  .step-cart.header-offset,
  .step-address.header-offset {
    padding-top: 75px;
  }

  .megamenu .megamenu-content {
    padding: 0px 10px;
  }

  .headerv5 .navbar-brand.mobile-logo {
    display: block;
    height: 60px;
    left: 0;
    margin-left: auto !important;
    margin-right: auto;
    padding: 5px 0;
    position: absolute;
    right: 0;
    width: 166px;
    margin-top: 0px;
  }

  .headerv5 .navbar-top {
    height: 60px;
  }

  .megamenu-content ul li a,
  .megamenu-content ul li p,
  .megamenu-content ul li,
  .navbar-nav .dropdown a,
  .navbar-nav .dropdown {
    color: #4d4b49;
  }

  .headerv5 .navbar-nav > li > .dropdown-menu {
    box-shadow: none;
  }

  .headerv5 .navbar-toggle {
    margin-right: 0px;
    margin-top: 8px !important;
    background: none;
  }

  .navbar-toggle .icon-bar {
    width: 26px;
  }

  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 7px;
  }

  .headerv5 .user-menu > li > a span,
  .headerv5 .user-menu > li > a .caret {
    display: none;
  }

  .headerv5 .megamenu-content ul li strong a {
    border-bottom: 1px solid #eee;
    margin-bottom: 3px;
    margin-top: 5px;
    font-size: 12px;
    text-transform: none;
  }
}

@media (max-width: 400px) {
  .headerv5 .navbar-brand img {
    max-width: 166px;
  }

  .headerv5 .user-menu > li > a {
    padding-right: 5px;
  }
}

/*HEADER v5 END*/
/*FOOTER v5*/
.footerv5.footer {
  padding-bottom: 0px;
  border: none;
}

.footerv5 .footer-bottom {
  padding-top: 20px;
  padding-bottom: 16px;
  background-color: #fff;
  border-top: 1px solid #e5e5e5 !important;
  border-radius: 1px;
}

.footerv5 .footer-bottom .km-sign {
  color: #000000;
}

@media (max-width: 979px) {
  .footer-bottom .credit-cards,
  .footerv5 .footer-free {
    text-align: center !important;
  }
}
/*FOOTER v5 END*/

/*Blog Menu*/

.blog-panel {
  background: none;
  box-shadow: none;
}

.blog-panel .panel-heading {
  padding-left: 0;
}

.blog-panel .panel-heading .panel-title {
  padding-left: 10px;
}

.blog-panel .panel-heading .panel-title a {
  display: block;
  width: 100%;
}

.blog-panel .panel-body {
  color: #2b2b2b;
  margin-bottom: 16px;
  padding: 0px;
  padding-top: 4px;
  font-size: 15px;
  line-height: 28px;
}

.panel.blog-panel {
  background: #fff;
  box-shadow: 0 0 18px 5px rgba(240, 240, 240, 0.4);
}

.blog-panel .badge {
  background: none;
  color: #d6d6d6;
  font-weight: 400;
  font-size: 17px;
  line-height: 24px;
}

.blog-panel .blog-tags a {
  border: 1px solid #eeeeee;
  margin: 0px 3px 5px;
  display: inline-block;
  font-size: 14px;
  line-height: 18px;
  padding: 4px;
}

/* Tag Cloud */
.tag {
  position: relative;
  display: inline-block;
  margin: 0 6px 3px 0;
  line-height: 16px;
  font-size: 12px;
}

.tag > span {
  font-weight: 400;
  display: inline-block;
  border: 1px solid #e3e3e3;
}

.tag.selected > span {
  border: 1px solid #c4c4c6;
}

.tag > span.txt {
  color: #666;
  letter-spacing: 1px;
  padding: 6px 8px;
  text-transform: uppercase;
  float: left;
}

.tag > span.num {
  background: rgba(0, 0, 0, 0.01);
  padding: 6px 8px 6px 11px;
  border-left: 1px solid #e3e3e3;
  color: #aaa;
  position: relative;
  margin-left: -1px;
  float: left;
}

.tag > span.num:before {
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #c6c6c6;
  border-style: solid;
  border-width: 4px;
  content: "";
  display: block;
  left: 0px;
  position: absolute;
  top: 12px;
}

.tag > span.num:after {
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fff;
  border-style: solid;
  border-width: 4px;
  content: "";
  display: block;
  left: -1px;
  position: absolute;
  top: 12px;
}
