#header {
  position: relative;
  background-color: #fff;
  border-bottom: 1px solid #f5f5f5
}
#header a {
  border-bottom: none;
}
#header-wrap {
  position: relative;
  background-color: #fff;
  width: 100%
}
.header-wrap-clone {
  display: none
}
.header-row {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
@media (min-width:992px) {
  #header-wrap {
    position: fixed;
    height: auto;
    z-index: 299;
    box-shadow: 0 0 0 rgba(0, 0, 0, .1);
    transition: height .2s ease 0s, background-color .3s ease 0s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: left, top, transform
  }
  #slider + #header:not(.sticky-header) #header-wrap, #top-bar + #header:not(.sticky-header) #header-wrap, .floating-header:not(.sticky-header) #header-wrap, .no-sticky #header-wrap, [data-sticky-offset]:not([data-sticky-offset=full]):not(.sticky-header) #header-wrap, body:not(.stretched) #header:not(.sticky-header) #header-wrap, div + #header-wrap {
    position: absolute
  }
  .header-wrap-clone {
    display: block;
    height: calc(100px + 1px)
  }
  .header-size-sm .header-wrap-clone {
    height: calc(60px + 1px)
  }
  .header-size-md .header-wrap-clone {
    height: calc(80px + 1px)
  }
  .header-size-lg .header-wrap-clone {
    height: calc(120px + 1px)
  }
  .header-row {
    position: initial
  }
  #header.transparent-header, #header.transparent-header:not(.sticky-header) #header-wrap {
    background: 0 0;
    border-bottom: 1px solid transparent;
    z-index: 299
  }
  #header.transparent-header.semi-transparent #header-wrap {
    background-color: rgba(255, 255, 255, .8)
  }
  #header.transparent-header.floating-header {
    margin-top: 60px
  }
  .transparent-header.floating-header .container {
    background-color: #fff;
    padding: 0 30px
  }
  .transparent-header.floating-header:not(.sticky-header) .container {
    position: relative
  }
  #header + .include-header {
    margin-top: calc(-100px - 2px);
    display: inline-block;
    vertical-align: bottom;
    width: 100%
  }
  #header.header-size-sm + .include-header {
    margin-top: calc(-60px - 2px)
  }
  #header.header-size-md + .include-header {
    margin-top: calc(-80px - 2px)
  }
  #header.header-size-lg + .include-header {
    margin-top: calc(-120px - 2px)
  }
  #header.floating-header + .include-header {
    margin-top: calc(-160px - 2px)
  }
  #header.transparent-header + .page-title-parallax.include-header .container {
    z-index: 5;
    padding-top: 100px
  }
  #header.full-header:not(.transparent-header) {
    border-bottom-color: #eee
  }
  .stretched .full-header #header-wrap > .container {
    width: 100%;
    max-width: none;
    padding: 0 30px
  }
  #header.transparent-header.full-header #header-wrap {
    border-bottom: 1px solid rgba(0, 0, 0, .1)
  }
  #slider + #header.transparent-header.full-header #header-wrap {
    border-top: 1px solid rgba(0, 0, 0, .1);
    border-bottom: none
  }
  #logo img {
    -webkit-transition: height .4s ease, padding .4s ease, margin .4s ease, opacity .3s ease;
    transition: height .4s ease, padding .4s ease, margin .4s ease, opacity .3s ease
  }
  #logo img {
    max-height: 100%
  }
  .mega-menu-content, .sub-menu-container {
    -webkit-transition: top .4s ease;
    transition: top .4s ease
  }
  .sticky-header #header-wrap {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1)
  }
  .sticky-header.full-header #header-wrap {
    border-bottom: 1px solid #eee
  }
  .sticky-header.semi-transparent {
    background-color: transparent
  }
  .semi-transparent.sticky-header #header-wrap {
    background-color: rgba(255, 255, 255, .8)
  }
  .sticky-header .style-3 .menu-container > .menu-item > .menu-link {
    margin: 0;
    border-radius: 0
  }
  .sticky-header .style-4 .menu-container > .menu-item > .menu-link {
    padding-top: 8px;
    padding-bottom: 8px;
    margin: 10px 0
  }
  .sticky-header-shrink .style-5 .menu-container > .menu-item {
    margin-left: 2px
  }
  .sticky-header-shrink .style-5 .menu-container > .menu-item:first-child {
    margin-left: 0
  }
  .sticky-header-shrink .style-5 .menu-container > .menu-item > .menu-link {
    line-height: 22px;
    padding-top: 19px;
    padding-bottom: 19px
  }
  .sticky-header-shrink .style-5 .menu-container > .menu-item > .menu-link > div {
    padding: 0
  }
  .sticky-header-shrink .style-5 .menu-container > .menu-item > .menu-link i:not(.icon-angle-down) {
    display: inline-block;
    width: 16px;
    top: -1px;
    margin: 0 6px 0 0;
    font-size: 14px;
    line-height: 22px
  }
}
@media (max-width:991.98px) {
  .sticky-header #header-wrap {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 299;
    background-color: #fff;
    border-bottom: 1px solid #eee;
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden
  }
  .sticky-header .header-wrap-clone {
    display: block
  }
  .sticky-header .menu-container {
    max-height: 60vh;
    margin: 1rem 0;
    overflow-x: hidden;
    overflow-y: scroll
  }
  body:not(.primary-menu-open) .dark.transparent-header-responsive, body:not(.primary-menu-open) .transparent-header-responsive {
    background-color: transparent;
    border: none
  }
  body:not(.primary-menu-open) .semi-transparent.transparent-header-responsive {
    background-color: rgba(255, 255, 255, .8);
    z-index: 1
  }
}
#logo {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -ms-flex-align: center;
  margin-right: auto;
  max-height: 100%
}
#logo a {
  color: #000;
  font-family: Poppins, sans-serif;
  font-size: 36px
}
#logo img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  height: 100px
}
.header-size-sm #header-wrap #logo img {
  height: 60px
}
.header-size-md #header-wrap #logo img {
  height: 80px
}
.header-size-lg #header-wrap #logo img {
  height: 120px
}
#logo a.standard-logo {
  display: -ms-flexbox;
  display: flex
}
#logo a.retina-logo {
  display: none
}
@media (min-width:992px) {
  .full-header #logo {
    padding-right: 30px;
    
  }
  #header.transparent-header.full-header #logo {
    border-right-color: rgba(0, 0, 0, .1)
  }
  .sticky-header-shrink #header-wrap #logo img {
    height: 60px
  }
}
@media only screen and (-webkit-min-device-pixel-ratio:2), only screen and (min--moz-device-pixel-ratio:2), only screen and (-o-min-device-pixel-ratio:2/1), only screen and (min-device-pixel-ratio:2), only screen and (min-resolution:192dpi), only screen and (min-resolution:2dppx) {
  #logo a.standard-logo {
    display: none
  }
  #logo a.retina-logo {
    display: -ms-flexbox;
    display: flex
  }
}
.header-extras {
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-bottom: 0
}
.header-extras li {
  display: -ms-flexbox;
  display: flex;
  margin-left: 1.25rem;
  overflow: hidden;
  list-style: none
}
.header-extras li:first-child {
  margin-left: 0
}
.header-extras li .he-text {
  padding-left: 10px;
  font-weight: 700;
  font-size: 14px
}
.header-extras li .he-text span {
  display: block;
  font-weight: 400;
  color: #1abc9c
}
.primary-menu {
  display: -ms-flexbox;
  display: flex;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  align-items: center
}
.primary-menu + .primary-menu {
  border-top: 1px solid #eee
}
#page-menu-trigger, #primary-menu-trigger {
  display: -ms-flex;
  display: flex;
  opacity: 1;
  pointer-events: auto;
  z-index: 1;
  cursor: pointer;
  font-size: 14px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  justify-content: center;
  align-items: center;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease
}
body:not(.top-search-open) .top-search-parent #primary-menu-trigger {
  opacity: 1;
  -webkit-transition: opacity .2s .2s ease, top .4s ease;
  -o-transition: opacity .2s .2s ease, top .4s ease;
  transition: opacity .2s .2s ease, top .4s ease
}
.top-search-open .top-search-parent #primary-menu-trigger {
  opacity: 0
}
.svg-trigger {
  width: 30px;
  height: 30px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: transform .4s;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none
}
.svg-trigger path {
  fill: none;
  transition: stroke-dasharray .4s, stroke-dashoffset .4s;
  stroke: #333;
  stroke-width: 5;
  stroke-linecap: round
}
.svg-trigger path:nth-child(1) {
  stroke-dasharray: 40 160
}
.svg-trigger path:nth-child(2) {
  stroke-dasharray: 40 142;
  transform-origin: 50%;
  transition: transform .4s
}
.svg-trigger path:nth-child(3) {
  stroke-dasharray: 40 85;
  transform-origin: 50%;
  transition: transform .4s, stroke-dashoffset .4s
}
.primary-menu-open .svg-trigger {
  transform: rotate(45deg)
}
.primary-menu-open .svg-trigger path:nth-child(1), .primary-menu-open .svg-trigger path:nth-child(3) {
  stroke-dashoffset: -64px
}
.primary-menu-open .svg-trigger path:nth-child(2) {
  transform: rotate(90deg)
}
.menu-container {
  display: none;
  list-style: none;
  margin: 0;
  width: 100%
}
.menu-item {
  position: relative
}
.mega-menu:not(.mega-menu-full) .mega-menu-content .container {
  max-width: none
}
.mega-menu-content {
  padding-left: 0
}
@media (max-width:991.98px) {
  .primary-menu {
    max-width: 100%
  }
  .primary-menu > .container {
    max-width: none;
    padding: 0
  }
  .mega-menu-content .sub-menu-container {
    border-top: 1px solid #eee
  }
  .mega-menu-content .sub-menu-container:not(.mega-menu-dropdown) {
    display: block !important
  }
  .mega-menu-content .mega-menu-column {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0
  }
  .mega-menu-column .widget {
    padding: 30px 0
  }
}
.mega-menu-content .mega-menu-column:first-child {
  border-top: 0
}
@media (max-width:991.98px) {
  #header:not(.sticky-header) .mobile-menu-off-canvas .menu-container {
    position: fixed;
    display: block;
    z-index: 499;
    width: 280px;
    height: 100%;
    height: calc(100vh);
    max-height: none !important;
    margin: 0 !important;
    left: 0 !important;
    top: 0 !important;
    padding: 35px 25px 60px !important;
    background-color: #fff;

    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translate(-280px, 0);
    -o-transform: translate(-280px, 0);
    transform: translate(-280px, 0);
    -webkit-backface-visibility: hidden;
    transform-style: preserve-3d
  }
  #header:not(.sticky-header) .mobile-menu-off-canvas.from-right .menu-container {
    left: auto !important;
    right: 0;
    border-right: 0 !important;
    border-left: 1px solid #eee !important;
    -webkit-transform: translate(280px, 0);
    -o-transform: translate(280px, 0);
    transform: translate(280px, 0)
  }
  #header:not(.sticky-header) .mobile-menu-off-canvas .menu-container {
    -webkit-transition: -webkit-transform .3s ease-in-out, opacity .2s ease !important;
    -o-transition: -o-transform .3s ease-in-out, opacity .2s ease !important;
    transition: transform .3s ease-in-out, opacity .2s ease !important
  }
  #header:not(.sticky-header) .mobile-menu-off-canvas .menu-container.d-block {
    -webkit-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
  }
}
@media (min-width:992px) {
  .primary-menu {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-positive: 0;
    flex-grow: 0
  }
  .primary-menu + .primary-menu {
    border-top: 0
  }
  #page-menu-trigger, #primary-menu-trigger {
    display: none;
    opacity: 0;
    pointer-events: none;
    z-index: 0
  }
  .menu-container:not(.mobile-primary-menu) {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center
  }
  .full-header .primary-menu .menu-container {
    padding-right: .5rem;
    margin-right: .5rem;
    
  }
  .transparent-header.full-header .primary-menu .menu-container {
    border-right-color: rgba(0, 0, 0, .1)
  }
  .mega-menu {
    position: inherit
  }
  .menu-container > .menu-item:not(:first-child) {
    margin-left: 2px
  }
  .menu-item:not(:first-child) {
    border-top: 0
  }
  .menu-item.menu-item-important .menu-link > div::after {
    content: '';
    display: inline-block;
    position: relative;
    top: -5px;
    left: 5px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #dc3545
  }
  .menu-link {
    padding: 39px 15px;
    -webkit-transition: margin .4s ease, padding .4s ease;
    -o-transition: margin .4s ease, padding .4s ease;
    transition: margin .4s ease, padding .4s ease
  }
  .header-size-sm .menu-container > .menu-item > .menu-link {
    padding-top: 19px;
    padding-bottom: 19px
  }
  .header-size-md .menu-container > .menu-item > .menu-link {
    padding-top: 29px;
    padding-bottom: 29px
  }
  .header-size-lg .menu-container > .menu-item > .menu-link {
    padding-top: 49px;
    padding-bottom: 49px
  }
  .sticky-header-shrink .menu-container > .menu-item > .menu-link {
    padding-top: 19px;
    padding-bottom: 19px
  }
  .with-arrows .menu-container > .menu-item > .menu-link div > i.icon-angle-down {
    display: inline-block
  }
  .mega-menu-content, .sub-menu-container {
    position: absolute;
    visibility: hidden;
    background-color: #fff;
    box-shadow: 0 13px 42px 11px rgba(0, 0, 0, .05);
    border: 1px solid #eee;
    border-top: 2px solid #1abc9c;
    z-index: 399;
    top: 100%;
    left: 0;
    padding: 0
  }
  body:not(.side-header) .menu-container > .menu-item:not(.mega-menu) .sub-menu-container:not([class*=col]) {
    width: 240px
  }
  .menu-container > .menu-item:not(.mega-menu) .sub-menu-container {
    padding: 10px
  }
  .primary-menu:not(.on-click) .mega-menu-content, .primary-menu:not(.on-click) .menu-item:not(.mega-menu) .sub-menu-container {
    display: block;
    opacity: 0;
    margin-top: 15px;
    z-index: -9999;
    pointer-events: none;
    transition: opacity .3s ease, margin .25s ease
  }
  .primary-menu:not(.on-click) .menu-item.mega-menu .mega-menu-content .sub-menu-container:not(.mega-menu-dropdown) {
    margin-top: 0;
    z-index: auto
  }
  .primary-menu:not(.on-click) .menu-item.mega-menu:hover > .mega-menu-content .sub-menu-container:not(.mega-menu-dropdown) {
    pointer-events: auto
  }
  .primary-menu:not(.on-click) .menu-item:hover > .mega-menu-content, .primary-menu:not(.on-click) .menu-item:hover > .sub-menu-container {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
    z-index: 399;
    pointer-events: auto
  }
  .primary-menu:not(.on-click) .menu-item:not(:hover) > .mega-menu-content > *, .primary-menu:not(.on-click) .menu-item:not(:hover) > .sub-menu-container > * {
    display: none
  }
  .primary-menu:not(.on-click) .menu-item.mega-menu .mega-menu-content .sub-menu-container:not(.mega-menu-dropdown) > * {
    display: block
  }
  .sub-menu-container .sub-menu-container {
    list-style: none;
    top: -2px !important;
    left: 100%
  }
  .mega-menu-content.menu-pos-invert, .sub-menu-container.menu-pos-invert {
    left: auto;
    right: 0
  }
  .sub-menu-container .sub-menu-container.menu-pos-invert {
    right: 100%
  }
  .sub-menu-container .menu-item:not(:first-child) {
    border-top: 0
  }
  .sub-menu-container .menu-item > .menu-link {
    padding: 10px 15px;
    font-weight: 700;
    border: 0;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
  }
  .sub-menu-container .menu-item > .menu-link i {
    vertical-align: middle
  }
  .sub-menu-container .menu-item:hover > .menu-link {
    background-color: #f9f9f9;
    padding-left: 18px;
    color: #1abc9c
  }
  .menu-link div > i.icon-angle-down {
    top: 0;
    font-size: 14px;
    margin: 0 0 0 5px
  }
  .side-header .primary-menu:not(.on-click) .menu-link i.icon-angle-down, .sub-menu-container .menu-link div > i.icon-angle-down {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    font-size: 14px;
    line-height: 1;
    margin: 0;
    transform: translateY(-50%) rotate(-90deg)
  }
  .menu-item .sub-menu-trigger, .side-header .on-click .sub-menu-container .menu-link i.icon-angle-down:last-child {
    display: none
  }
}
.header-misc {
  position: initial;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-left: 15px
}
.header-misc-element, .header-misc-icon {
  margin: 0 8px
}
.header-misc-icon > a {
  display: block;
  position: relative;
  width: 20px;
  height: 20px;
  font-size: 18px;
  line-height: 20px;
  text-align: center;
  color: #333;
  -webkit-transition: color .3s ease-in-out;
  -o-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out
}
@media (min-width:992px) {
  .header-misc:not([class*=order-]) {
    -ms-flex-order: 6;
    order: 6
  }
}
.top-cart-number {
  display: block;
  position: absolute;
  top: -7px;
  left: auto;
  right: -8px;
  font-size: 10px;
  color: #fff;
  width: 1.125rem;
  height: 1.125rem;
  line-height: 1.125rem;
  text-align: center;
  border-radius: 50%;
  z-index: 1;
  overflow: hidden
}
.top-cart-number::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1abc9c;
  opacity: .8;
  z-index: -1
}
.top-cart-content {
  position: fixed;
  top: 0;
  left: auto;
  width: 260px;
  background-color: #fff;
  border-left: 1px solid #eee;
  box-shadow: 0 20px 50px 10px rgba(0, 0, 0, .05);
  -webkit-transition: right .3s ease;
  -o-transition: right .3s ease;
  transition: right .3s ease
}
@media (max-width:991.98px) {
  .top-cart-content {
    right: -260px !important;
    height: calc(100vh);
    z-index: 499
  }
  .top-cart-open .top-cart-content {
    right: 0 !important
  }
}
.top-cart-title {
  padding: .75rem 1rem;
  border-bottom: 1px solid #eee
}
.top-cart-title h4 {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px
}
.top-cart-items {
  padding: 1rem
}
.top-cart-action, .top-cart-item, .top-cart-item-desc {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: start;
  align-items: flex-start
}
.top-cart-item {
  -ms-flex-pack: start;
  justify-content: flex-start
}
.top-cart-item:not(:first-child) {
  padding-top: 1rem;
  margin-top: 1rem;
  border-top: 1px solid #f5f5f5
}
.top-cart-item-image {
  width: 48px;
  height: 48px;
  border: 2px solid #eee;
  -webkit-transition: border-color .2s linear;
  -o-transition: border-color .2s linear;
  transition: border-color .2s linear
}
.top-cart-item-image a, .top-cart-item-image img {
  display: block;
  width: 44px;
  height: 44px
}
.top-cart-item-image:hover {
  border-color: #1abc9c
}
.top-cart-item-desc, .top-cart-item-desc-title {
  padding-left: 1rem;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%
}
.top-cart-item-desc {
  -ms-flex-align: start;
  align-items: flex-start
}
.top-cart-item-desc-title {
  padding-left: 0
}
.top-cart-item-desc a {
  display: block;
  font-size: 13px;
  line-height: 1.25rem;
  color: #333;
  font-weight: 700;
  margin-bottom: 5px
}
.top-cart-item-desc a:hover {
  color: #1abc9c
}
.top-cart-item-price {
  font-size: 12px;
  color: #999
}
.top-cart-item-quantity {
  font-size: 12px;
  line-height: 1.25rem;
  color: #444
}
.top-cart-action {
  -ms-flex-align: center;
  align-items: center;
  padding: 1rem;
  border-top: 1px solid #eee
}
.top-cart-action .top-checkout-price {
  font-size: 20px;
  color: #1abc9c
}
@media (min-width:992px) {
  #top-cart {
    position: relative
  }
  .top-cart-content {
    opacity: 0;
    position: absolute;
    width: 280px;
    border: 1px solid #eee;
    border-top: 2px solid #1abc9c;
    top: calc(100% + 20px);
    right: -15px;
    margin: -10000px 0 0;
    z-index: auto;
    -webkit-transition: opacity .5s ease, top .4s ease;
    -o-transition: opacity .5s ease, top .4s ease;
    transition: opacity .5s ease, top .4s ease
  }
  #top-cart.on-hover:hover .top-cart-content, .top-cart-open .top-cart-content {
    opacity: 1;
    z-index: 399;
    margin-top: 0
  }
  .top-cart-items {
    padding: 1rem
  }
}