@charset "UTF-8";
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  border-radius: 0;
  border: none;
  font-size: 3rem;
}
.owl-loaded .owl-stag:after {
  content: "";
}
.owl-carousel:not(.owl-loaded) {
  flex-wrap: nowrap;
  overflow: hidden;
}
.owl-carousel:not(.owl-loaded)[class*="cols-"]:not(.gutter-no) {
  margin-left: -10px !important;
  margin-right: -10px !important;
  width: auto;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 1.5rem;
}
.owl-theme.owl-shadow-carousel .owl-nav.disabled + .owl-dots {
  margin-top: 4rem;
}
.owl-theme .owl-nav .owl-next,
.owl-theme .owl-nav .owl-prev {
  margin: 0;
  transform: translateY(-50%);
  font-size: 30px;
  font-weight: 400;
  color: #222;
}
.owl-theme .owl-nav .owl-next i:before,
.owl-theme .owl-nav .owl-prev i:before {
  margin: 0;
}
.owl-theme
  .owl-nav
  .owl-next:not(.disabled):active
  .owl-theme
  .owl-nav
  .owl-next:not(.disabled):focus,
.owl-theme
  .owl-nav
  .owl-next:not(.disabled):active
  .owl-theme
  .owl-nav
  .owl-prev:not(.disabled):focus,
.owl-theme .owl-nav .owl-next:not(.disabled):hover,
.owl-theme
  .owl-nav
  .owl-prev:not(.disabled):active
  .owl-theme
  .owl-nav
  .owl-next:not(.disabled):focus,
.owl-theme
  .owl-nav
  .owl-prev:not(.disabled):active
  .owl-theme
  .owl-nav
  .owl-prev:not(.disabled):focus,
.owl-theme .owl-nav .owl-prev:not(.disabled):hover {
  background-color: transparent;
  color: #e1071e;
}
.owl-theme .owl-nav .owl-next.disabled,
.owl-theme .owl-nav .owl-prev.disabled {
  color: #999;
}
.owl-theme .owl-nav .owl-prev {
  left: -40px;
}
.owl-theme .owl-nav .owl-next {
  right: -40px;
}
.owl-theme .owl-dots .owl-dot.active span {
  background-color: #e1071e;
  border-color: #e1071e;
}
.owl-theme .owl-dots .owl-dot span {
  margin: 5px;
}
@media (max-width: 1300px) {
  .owl-theme .owl-nav .owl-prev {
    left: 20px;
  }
  .owl-theme .owl-nav .owl-next {
    right: 20px;
  }
}
.owl-nav-arrow .owl-nav .owl-next,
.owl-nav-arrow .owl-nav .owl-prev {
  color: #777;
  font-size: 4.5rem;
}
.owl-nav-arrow .owl-nav .owl-next i,
.owl-nav-arrow .owl-nav .owl-prev i {
  display: none;
}
.owl-nav-arrow .owl-nav .owl-next:before,
.owl-nav-arrow .owl-nav .owl-prev:before {
}
.owl-nav-arrow .owl-nav .owl-next:not(.disabled):active,
.owl-nav-arrow .owl-nav .owl-next:not(.disabled):focus,
.owl-nav-arrow .owl-nav .owl-next:not(.disabled):hover,
.owl-nav-arrow .owl-nav .owl-prev:not(.disabled):active,
.owl-nav-arrow .owl-nav .owl-prev:not(.disabled):focus,
.owl-nav-arrow .owl-nav .owl-prev:not(.disabled):hover {
  background-color: transparent;
  color: #e1071e;
}
.owl-nav-arrow .owl-nav .owl-next.disabled,
.owl-nav-arrow .owl-nav .owl-prev.disabled {
  color: #aaa;
}
.owl-nav-arrow .owl-nav .owl-next {
  right: 5%;
}
.owl-nav-arrow .owl-nav .owl-next:before {
  content: "";
}
.owl-nav-arrow .owl-nav .owl-prev {
  left: 5%;
}
.owl-nav-arrow .owl-nav .owl-prev:before {
  content: "";
}
.owl-nav-outer .owl-nav .owl-next {
  right: -8%;
}
.owl-nav-outer .owl-nav .owl-prev {
  left: -8%;
}
.owl-nav-inner .owl-nav .owl-next,
.owl-nav-inner .owl-nav .owl-prev {
  opacity: 0;
  visibility: hidden;
}
.owl-nav-inner .owl-nav .owl-prev {
  left: 0;
}
.owl-nav-inner .owl-nav .owl-next {
  right: 0;
}
.owl-nav-inner:hover .owl-next,
.owl-nav-inner:hover .owl-prev {
  opacity: 1;
  visibility: visible;
}
.owl-nav-inner:hover .owl-prev {
  left: 3.7rem;
}
.owl-nav-inner:hover .owl-next {
  right: 3.7rem;
}
.owl-nav-box .owl-nav .owl-next,
.owl-nav-box .owl-nav .owl-prev {
  border: 1px solid #e0dede;
  width: 2em;
  height: 2em;
  color: #222;
  transition: border-color 0.3s, background-color 0.3s, color 0.3s;
  line-height: 0;
}
.owl-nav-box
  .owl-nav
  .owl-next:not(.disabled):active
  .owl-nav-box
  .owl-nav
  .owl-next:not(.disabled):focus,
.owl-nav-box
  .owl-nav
  .owl-next:not(.disabled):active
  .owl-nav-box
  .owl-nav
  .owl-prev:not(.disabled):focus,
.owl-nav-box .owl-nav .owl-next:not(.disabled):hover,
.owl-nav-box
  .owl-nav
  .owl-prev:not(.disabled):active
  .owl-nav-box
  .owl-nav
  .owl-next:not(.disabled):focus,
.owl-nav-box
  .owl-nav
  .owl-prev:not(.disabled):active
  .owl-nav-box
  .owl-nav
  .owl-prev:not(.disabled):focus,
.owl-nav-box .owl-nav .owl-prev:not(.disabled):hover {
  background-color: #e1071e;
  border-color: #e1071e;
  color: #fff;
}
.owl-nav-top .owl-nav {
  position: absolute;
  display: flex;
  top: -9.5rem;
  right: -0.4rem;
  color: #222;
}
.owl-nav-top .owl-nav .owl-next,
.owl-nav-top .owl-nav .owl-prev {
  transform: translateY(30%);
  transition: color 0.3s;
}
.owl-nav-top
  .owl-nav
  .owl-next:not(.disabled):active
  .owl-nav-top
  .owl-nav
  .owl-next:not(.disabled):focus,
.owl-nav-top
  .owl-nav
  .owl-next:not(.disabled):active
  .owl-nav-top
  .owl-nav
  .owl-prev:not(.disabled):focus,
.owl-nav-top .owl-nav .owl-next:not(.disabled):hover,
.owl-nav-top
  .owl-nav
  .owl-prev:not(.disabled):active
  .owl-nav-top
  .owl-nav
  .owl-next:not(.disabled):focus,
.owl-nav-top
  .owl-nav
  .owl-prev:not(.disabled):active
  .owl-nav-top
  .owl-nav
  .owl-prev:not(.disabled):focus,
.owl-nav-top .owl-nav .owl-prev:not(.disabled):hover {
  color: #e1071e;
}
.owl-nav-top .owl-nav .owl-next.disabled,
.owl-nav-top .owl-nav .owl-prev.disabled {
  color: #999;
  pointer-events: none;
}
.owl-nav-top .owl-nav i {
  font-size: 1.8rem;
}
.owl-nav-bottom .owl-nav {
  position: absolute;
  bottom: 27%;
  right: 6%;
  color: #999;
}
.owl-nav-bottom .owl-nav i {
  font-size: 2.4rem;
}
.owl-nav-bottom .owl-nav button:not(.disabled) {
  color: #222;
}
.owl-nav-bottom .owl-nav button:not(.disabled):hover {
  color: #e1071e;
}
.owl-nav-bottom .owl-prev {
  margin-right: 0.8rem;
}
.owl-carousel .slide-animate {
  transform: translate3d(0, 0, 0) scale(1);
  will-change: filter, transform, opacity;
  visibility: hidden;
  opacity: 0;
}
.owl-carousel .slide-animate.show-content {
  visibility: visible;
  opacity: 1;
}
.owl-dots-line {
  position: relative;
}
.owl-dots-line .owl-dots-container {
  position: absolute;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-items: center;
  bottom: 8.5%;
  left: 50%;
  transform: translateX(-50%);
}
.owl-dots-line .owl-dots-container .owl-dot {
  position: relative;
  font-size: 0.875em;
  font-weight: 400;
  color: #54524d;
  padding: 0 8px;
  background: transparent;
  transition: margin-right 0.3s;
}
.owl-dots-line .owl-dots-container .owl-dot:after {
  position: absolute;
  content: "";
  top: 37%;
  left: 100%;
  width: 0;
  border-bottom: 1px solid #e1071e;
  transition: width 0.3s;
}
.owl-dots-line .owl-dots-container .owl-dot.active {
  color: #e1071e;
  margin-right: 8rem;
}
.owl-dots-line .owl-dots-container .owl-dot.active:after {
  width: 8rem;
  color: #e1071e;
}
.owl-dots-line .owl-dots-container .owl-dot:hover {
  cursor: pointer;
  color: #e1071e;
}
.owl-box-border {
  border: 1px solid #dfdfdf;
}
@media (min-width: 992px) {
  .owl-box-border .active:not(:last-child):before {
    content: "";
    position: absolute;
    top: 50%;
    right: -1px;
    transform: translateY(-50%);
    width: 1px;
    height: 56px;
    background-color: #dfdfdf;
  }
}
*,
:after,
:before {
  box-sizing: inherit;
  -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}
html {
  font-size: 60%;
  font-size-adjust: 100%;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  margin: 0;
  overflow-x: hidden;
    font-size: 1.6rem;
    line-height: 1.625;
    color: #777;
    font-weight: 300;

}
main {
  display: block;
  position: relative;
}
body:not(.loaded) * {
  transition: all 0s !important;
}
.page-wrapper {
  position: relative;
  transition: margin 0.4s;
}
table {
  width: 100%;
  border-collapse: collapse;
}
table td,
table th {
  padding: 0;
}
.grey-section {
  background: #f8f8f8;
}
.dark-section {
  background: #333;
}
a {
  text-decoration: none;
  color: inherit;
  transition: color 0.3s;
}
a:hover {
  color: #e1071e;
}
:focus {
  outline: 0;
}
figure {
  margin: 0;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
hr {
  margin-bottom: 2rem;
  border: 0;
  border-top: 1px solid #e0dede;
}
.input-group > button,
.input-group > input {
  margin: 0;
}
i {
  font-style: normal;
}
.scrollable {
  -webkit-overflow-scrolling: touch;
}
.scrollable::-webkit-scrollbar {
  height: 7px;
  width: 4px;
}
.scrollable::-webkit-scrollbar-thumb {
  margin-right: 2px;
  background: rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  cursor: pointer;
}
.scrollable-light::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.2);
}
.appear-animate {
  transform: translate3d(0, 0, 0) scale(1);
  will-change: transform, filter, opacity;
}
.scroll-top {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 1.5rem;
  z-index: 1000;
  width: 4.6rem;
  height: 4.6rem;
  bottom: -4rem;
  opacity: 0;
  transition: bottom 0.3s, opacity 0.3s;
}
.scroll-top:hover i {
  opacity: 0.9;
}
.scroll-top i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.6rem;
  height: 3.6rem;
  color: #fff;
  line-height: 3.3rem;
  text-align: center;
  background-color: #5a585c;
  border: 2px solid #5a585c;
  border-radius: 50%;
  z-index: 1;
  transition: opacity 0.3s;
}
.scroll-top svg {
  position: absolute;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  top: 1px;
  left: 1px;
  z-index: -1;
}
.scroll-top svg circle {
  stroke: #e1071e;
  stroke-width: 4px;
  stroke-linecap: round;
}
@media (min-width: 768px) {
  .scroll-top.show {
    opacity: 1;
    bottom: 10rem;
  }
}
@keyframes fixedTop {
  0% {
    transform: translateY(-100%);
    transform-origin: center top 0px;
  }
  to {
    transform: translateY(0);
  }
}
@keyframes fixedBottom {
  0% {
    transform: translateY(100%);
    transform-origin: center top 0px;
  }
  to {
    transform: translateY(0);
  }
}
.sticky-content.fix-top {
  top: 0;
}
.sticky-content.fix-bottom {
  bottom: 0;
}
.sticky-content.fixed {
  position: fixed;
  opacity: 1;
  left: 0;
  right: 0;
  background-color: #f8f8f8;
  z-index: 1051;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
}
.sticky-content.fixed.fix-top {
  animation: fixedTop 0.4s;
}
.sticky-content.fixed.fix-bottom {
  animation: fixedBottom 0.4s;
}
.load-more-overlay.loading:after,
.loading:not(.load-more-overlay) {
  animation: spin 650ms infinite linear;
  border: 2px solid transparent;
  border-radius: 32px;
  border-top: 2px solid rgba(0, 0, 0, 0.4) !important;
  border-right: 2px solid rgba(0, 0, 0, 0.4) !important;
  border-bottom: 2px solid rgba(0, 0, 0, 0.4) !important;
  content: "";
  display: block;
  height: 21px;
  width: 21px;
  top: 50%;
  margin-top: -11px;
  left: 49%;
  margin-left: -10px;
  right: auto;
  position: absolute;
}
.load-more-overlay {
  position: relative;
}
.load-more-overlay.loading:after {
  content: "";
}
.load-more-overlay:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: transparent;
  opacity: 0.8;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.breadcrumb,
.category ul,
.comments ul,
.content-specification ul,
.dropdown-box,
.filter-items,
.list,
.menu,
.menu ul,
.mobile-menu,
.mobile-menu ul,
.nav,
.nav-filters,
.nav ul,
.pagination,
.product-nav,
.select-menu > ul,
.shipping-row-last ul,
.widget-body,
.widget-body ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: 300;
  line-height: 1.4;
  color: #222831;
}
h1 {
  font-size: 2.2em;
}
h2 {
  font-size: 1.875em;
  line-height: 1.1em;
}
h3 {
  font-size: 1.9em;
}
h4 {
  font-size: 1.175em;
  margin-top: 15px;
}
h5 {
  font-size: 1em;
  
  line-height: 1.2em;
}
h6 {
  font-size: 0.875em;
}
p {
  color: var(--paragraph-color);
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    margin-bottom: 10px;
    word-break: break-word;
    --body-font: "Barlow", sans-serif;
}
.single-item-wrap.style-2 {
    background: #FAF7F2;
    text-align: center;
    border-radius: 16px;
}
blockquote {
  margin: 0;
}
.list li {
  margin-bottom: 1.2rem;
}
.list-style-none {
  list-style: none;
}
.list-type-number {
  list-style-type: decimal;
  padding-left: 1.4rem;
}
.list-circle i {
  margin-right: 1rem;
  font-size: 1.4rem;
  color: #54524d;
}
.default-blockquote {
  position: relative;
  padding-left: 4.2rem;
}
.default-blockquote:after {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  width: 2px;
  top: -15px;
  bottom: -10px;
  background-color: #e1071e;
}
.page-header {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 220px;
  background-color: #faf8f5;
}
.default-blockquote:before {
  position: absolute;
  top: 66%;
  right: 11%;
  z-index: -1;
  content: "";
  font-size: 120px;
  font-weight: 600;
  color: #f8f8f8;
  transform: translateY(-50%);
}
.w-100 {
  width: 100% !important;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.p-sticky {
  position: sticky !important;
}
.p-relative {
  position: relative !important;
}
.p-absolute {
  position: absolute !important;
}
.x-50 {
  left: 50% !important;
  transform: translateX(-50%) !important;
}
.x-50.y-50 {
  transform: translate(-50%, -50%) !important;
}
.y-50 {
  top: 50% !important;
  transform: translateY(-50%) !important;
}
.d-none {
  display: none !important;
}
.d-block {
  display: block !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-1 {
  flex: 1 !important;
}
.flex-auto {
  flex: 0 1 auto !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (max-width: 1599px) {
  .d-xxl-show {
    display: none !important;
  }
}
@media (max-width: 1199px) {
  .d-xl-show {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .d-lg-show {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .d-md-show {
    display: none !important;
  }
}
@media (max-width: 479px) {
  .d-xs-show {
    display: none !important;
  }
}
.font-primary {
}
.font-secondary {
}
.font-weight-bold {
  font-weight: 700 !important;
}
.font-weight-semi-bold {
  font-weight: 600 !important;
}
.font-weight-normal {
  font-weight: 400 !important;
}
.font-weight-light {
  font-weight: 300 !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.text-normal {
  text-transform: none !important;
}
.text-left {
  text-align: left !important;
}
.text-center {
  text-align: center !important;
}
.text-right {
  text-align: right !important;
}
.text-white {
  color: #fff !important;
}
.text-light {
  color: #e1e1e1 !important;
}
.text-grey {
  color: #999 !important;
}
.text-body {
  color: #777 !important;
}
.text-dark {
  color: #333 !important;
}
.text-black {
  color: #000 !important;
}
.text-primary {
  color: #e1071e !important;
}
.text-secondary {
  color: #e1071e !important;
}
.text-dim {
  color: #54524d !important;
}
.text-success {
  color: #b1ca39 !important;
}
.ls-2 {
  letter-spacing: 0.2em !important;
}
.ls-1 {
  letter-spacing: 0.1em !important;
}
.ls-normal {
  letter-spacing: 0 !important;
}
.lh-2 {
  line-height: 2 !important;
}
.lh-1 {
  line-height: 1 !important;
}
.lh-0 {
  line-height: 0 !important;
}
.bg-white {
  background-color: #fff !important;
}
.bg-dark {
  background-color: #333 !important;
}
.bg-grey {
  background-color: #999 !important;
}
.bg-light {
  background-color: #e1e1e1 !important;
}
.bg-black {
  background-color: #000 !important;
}
.bg-primary {
  background-color: #e1071e !important;
}
.bg-secondary {
  background-color: #e1071e !important;
}
.bg-dim {
  background-color: #54524d !important;
}
.bg-success {
  background-color: #b1ca39 !important;
}
.border-no {
  border: none !important;
}
.container,
.container-fluid {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 479px) {
  .container,
  .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.container-fluid {
  max-width: 1820px;
}
.container {
  max-width: 1280px;
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.row > * {
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
}
.gutter-lg {
  margin-left: -15px;
  margin-right: -15px;
}
.gutter-lg > * {
  padding-right: 15px;
  padding-left: 15px;
}
.gutter-sm {
  margin-left: -5px;
  margin-right: -5px;
}
.gutter-sm > * {
  padding-right: 5px;
  padding-left: 5px;
}
.gutter-xs {
  margin-left: -1px;
  margin-right: -1px;
}
.gutter-xs > * {
  padding-right: 1px;
  padding-left: 1px;
}
.gutter-no {
  margin-left: 0;
  margin-right: 0;
}
.gutter-no > * {
  padding-right: 0;
  padding-left: 0;
}
[class*="cols-"] > * {
  flex: 0 0 auto;
}
.cols-1 > * {
  width: 100%;
}
.cols-2 > * {
  width: 50%;
}
.cols-3 > * {
  width: 33.3333%;
}
.cols-4 > * {
  width: 25%;
}
.cols-5 > * {
  width: 20%;
}
.cols-6 > * {
  width: 16.6667%;
}
.cols-7 > * {
  width: 14.2857%;
}
.cols-8 > * {
  width: 12.5%;
}
@media (min-width: 480px) {
  .cols-xs-1 > * {
    width: 100%;
  }
  .cols-xs-2 > * {
    width: 50%;
  }
  .cols-xs-3 > * {
    width: 33.3333%;
  }
  .cols-xs-4 > * {
    width: 25%;
  }
  .cols-xs-5 > * {
    width: 20%;
  }
  .cols-xs-6 > * {
    width: 16.6667%;
  }
  .cols-xs-7 > * {
    width: 14.2857%;
  }
  .cols-xs-8 > * {
    width: 12.5%;
  }
}
@media (min-width: 576px) {
  .cols-sm-1 > * {
    width: 100%;
  }
  .cols-sm-2 > * {
    width: 50%;
  }
  .cols-sm-3 > * {
    width: 33.3333%;
  }
  .cols-sm-4 > * {
    width: 25%;
  }
  .cols-sm-5 > * {
    width: 20%;
  }
  .cols-sm-6 > * {
    width: 16.6667%;
  }
  .cols-sm-7 > * {
    width: 14.2857%;
  }
  .cols-sm-8 > * {
    width: 12.5%;
  }
}
@media (min-width: 768px) {
  .cols-md-1 > * {
    width: 100%;
  }
  .cols-md-2 > * {
    width: 50%;
  }
  .cols-md-3 > * {
    width: 33.3333%;
  }
  .cols-md-4 > * {
    width: 25%;
  }
  .cols-md-5 > * {
    width: 20%;
  }
  .cols-md-6 > * {
    width: 16.6667%;
  }
  .cols-md-7 > * {
    width: 14.2857%;
  }
  .cols-md-8 > * {
    width: 12.5%;
  }
}
@media (min-width: 992px) {
  .cols-lg-1 > * {
    width: 100%;
  }
  .cols-lg-2 > * {
    width: 50%;
  }
  .cols-lg-3 > * {
    width: 33.3333%;
  }
  .cols-lg-4 > * {
    width: 25%;
  }
  .cols-lg-5 > * {
    width: 20%;
  }
  .cols-lg-6 > * {
    width: 16.6667%;
  }
  .cols-lg-7 > * {
    width: 14.2857%;
  }
  .cols-lg-8 > * {
    width: 12.5%;
  }
}
@media (min-width: 1200px) {
  .cols-xl-1 > * {
    width: 100%;
  }
  .cols-xl-2 > * {
    width: 50%;
  }
  .cols-xl-3 > * {
    width: 33.3333%;
  }
  .cols-xl-4 > * {
    width: 25%;
  }
  .cols-xl-5 > * {
    width: 20%;
  }
  .cols-xl-6 > * {
    width: 16.6667%;
  }
  .cols-xl-7 > * {
    width: 14.2857%;
  }
  .cols-xl-8 > * {
    width: 12.5%;
  }
}
@media (min-width: 1600px) {
  .cols-xxl-1 > * {
    width: 100%;
  }
  .cols-xxl-2 > * {
    width: 50%;
  }
  .cols-xxl-3 > * {
    width: 33.3333%;
  }
  .cols-xxl-4 > * {
    width: 25%;
  }
  .cols-xxl-5 > * {
    width: 20%;
  }
  .cols-xxl-6 > * {
    width: 16.6667%;
  }
  .cols-xxl-7 > * {
    width: 14.2857%;
  }
  .cols-xxl-8 > * {
    width: 12.5%;
  }
}
[class*="col-"] {
  flex: 0 0 auto;
}
.col-1 {
  width: 8.3333%;
}
.col-2 {
  width: 16.6667%;
}
.col-3 {
  width: 25%;
}
.col-4 {
  width: 33.3333%;
}
.col-5 {
  width: 41.6667%;
}
.col-6 {
  width: 50%;
}
.col-7 {
  width: 58.3333%;
}
.col-8 {
  width: 66.6667%;
}
.col-9 {
  width: 75%;
}
.col-10 {
  width: 83.3333%;
}
.col-11 {
  width: 91.6667%;
}
.col-12 {
  width: 100%;
}
@media (min-width: 480px) {
  .col-xs-1 {
    width: 8.3333%;
  }
  .col-xs-2 {
    width: 16.6667%;
  }
  .col-xs-3 {
    width: 25%;
  }
  .col-xs-4 {
    width: 33.3333%;
  }
  .col-xs-5 {
    width: 41.6667%;
  }
  .col-xs-6 {
    width: 50%;
  }
  .col-xs-7 {
    width: 58.3333%;
  }
  .col-xs-8 {
    width: 66.6667%;
  }
  .col-xs-9 {
    width: 75%;
  }
  .col-xs-10 {
    width: 83.3333%;
  }
  .col-xs-11 {
    width: 91.6667%;
  }
  .col-xs-12 {
    width: 100%;
  }
}
@media (min-width: 576px) {
  .col-sm-1 {
    width: 8.3333%;
  }
  .col-sm-2 {
    width: 16.6667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333%;
  }
  .col-sm-5 {
    width: 41.6667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.3333%;
  }
  .col-sm-8 {
    width: 66.6667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3333%;
  }
  .col-sm-11 {
    width: 91.6667%;
  }
  .col-sm-12 {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .col-md-1 {
    width: 8.3333%;
  }
  .col-md-2 {
    width: 16.6667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333%;
  }
  .col-md-5 {
    width: 41.6667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.3333%;
  }
  .col-md-8 {
    width: 66.6667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3333%;
  }
  .col-md-11 {
    width: 91.6667%;
  }
  .col-md-12 {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg-1 {
    width: 8.3333%;
  }
  .col-lg-2 {
    width: 16.6667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3333%;
  }
  .col-lg-5 {
    width: 41.6667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.3333%;
  }
  .col-lg-8 {
    width: 66.6667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.3333%;
  }
  .col-lg-11 {
    width: 91.6667%;
  }
  .col-lg-12 {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .col-xl-1 {
    width: 8.3333%;
  }
  .col-xl-2 {
    width: 16.6667%;
  }
  .col-xl-3 {
    width: 25%;
  }
  .col-xl-4 {
    width: 33.3333%;
  }
  .col-xl-5 {
    width: 41.6667%;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-7 {
    width: 58.3333%;
  }
  .col-xl-8 {
    width: 66.6667%;
  }
  .col-xl-9 {
    width: 75%;
  }
  .col-xl-10 {
    width: 83.3333%;
  }
  .col-xl-11 {
    width: 91.6667%;
  }
  .col-xl-12 {
    width: 100%;
  }
}
@media (min-width: 1600px) {
  .col-xxl-3 {
    width: 25%;
  }
  .col-xxl-9 {
    width: 75%;
  }
}
@media (min-width: 1200px) {
  .col-xl-5col {
    width: 20%;
  }
  .col-xl-5col2 {
    width: 40%;
  }
  .col-xl-5col3 {
    width: 60%;
  }
  .col-xl-5col4 {
    width: 80%;
  }
}
@media (min-width: 992px) {
  .col-lg-8col1 {
    width: 22.2%;
  }
}
.order-first {
  order: -1;
}
.order-last {
  order: 9;
}
@media (min-width: 576px) {
  .order-sm-auto {
    order: 0;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 9;
  }
}
@media (min-width: 768px) {
  .order-md-auto {
    order: 0;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 9;
  }
}
@media (min-width: 992px) {
  .order-lg-auto {
    order: 0;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 9;
  }
}
@media (min-width: 1200px) {
  .order-xl-auto {
    order: 0;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 9;
  }
}
.grid {
  margin: -1rem;
}
.grid .banner,
.grid .banner img,
.grid .category,
.grid .category > a,
.grid .category img,
.grid figure {
  height: 100%;
}
.grid img {
  object-fit: cover;
}
.grid .grid-item {
  padding: 1rem;
  transform: translate3d(0, 0, 0);
}
.grid.gutter-sm {
  margin: -0.5rem;
}
.grid.gutter-sm .grid-item {
  padding: 0.5rem;
}
.grid.gutter-no {
  margin: 0;
}
.grid.gutter-no .grid-item {
  padding: 0;
}
.grid:after {
  content: "";
  display: block;
  clear: both;
}
.grid.grid-float {
  display: block !important;
}
.grid.grid-float .grid-item {
  float: left;
}
.grid-layout {
  display: grid;
  margin: -1rem;
}
.grid-layout > * {
  padding: 1rem;
}
.grid-type1 {
  grid-template-columns: repeat(auto-fill, calc(100% / 100));
}
.grid-type1 > div {
  grid-column-end: span 23;
}
.grid-type1 .grid-item-1 {
  grid-column-end: span 31;
}
@media (max-width: 991px) {
  .grid-type1 {
    grid-template-columns: repeat(auto-fill, calc(100% / 3));
  }
  .grid-type1 > div {
    grid-column-end: span 1;
  }
  .grid-type1 .grid-item-1 {
    grid-column-end: span 3;
  }
}
@media (max-width: 575px) {
  .grid-type1 {
    grid-template-columns: repeat(auto-fill, calc(100% / 2));
  }
  .grid-type1 .grid-item-1 {
    grid-column-end: span 2;
  }
}
.grid-type2 {
  grid-template-columns: repeat(auto-fill, calc(100% / 4));
}
.grid-type2 > div {
  grid-column-end: span 1;
}
.grid-type2 .grid-item-1 {
  grid-column-end: span 3;
}
@media (max-width: 991px) {
  .grid-type2 {
    grid-template-columns: repeat(auto-fill, calc(100% / 3));
  }
}
@media (max-width: 575px) {
  .grid-type2 {
    grid-template-columns: repeat(auto-fill, calc(100% / 2));
  }
  .grid-type2 .grid-item-1 {
    grid-column-end: span 2;
  }
}
.grid-type3 {
  grid-template-columns: repeat(auto-fill, calc(100% / 3));
}
.grid-type3 .grid-item-1 {
  grid-row-end: span 2;
}
@media (max-width: 991px) {
  .grid-type3 {
    grid-template-columns: 50% 50%;
  }
}
@media (max-width: 575px) {
  .grid-type3 {
    grid-template-columns: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg-6col {
    width: 35.6%;
  }
  .col-lg-5col {
    width: 32.2%;
  }
}
.mt-0 {
  margin-top: 0rem !important;
}
.mb-0 {
  margin-bottom: 0rem !important;
}
.ml-0 {
  margin-left: 0rem !important;
}
.mr-0 {
  margin-right: 0rem !important;
}
.pt-0 {
  padding-top: 0rem !important;
}
.pb-0 {
  padding-bottom: 0rem !important;
}
.pl-0 {
  padding-left: 0rem !important;
}
.pr-0 {
  padding-right: 0rem !important;
}
.mt-1 {
  margin-top: 0.5rem !important;
}
.mb-1 {
  margin-bottom: 0.5rem !important;
}
.ml-1 {
  margin-left: 0.5rem !important;
}
.mr-1 {
  margin-right: 0.5rem !important;
}
.pt-1 {
  padding-top: 0.5rem !important;
}
.pb-1 {
  padding-bottom: 0.5rem !important;
}
.pl-1 {
  padding-left: 0.5rem !important;
}
.pr-1 {
  padding-right: 0.5rem !important;
}
.mt-2 {
  margin-top: 1rem !important;
}
.mb-2 {
  margin-bottom: 1rem !important;
}
.ml-2 {
  margin-left: 1rem !important;
}
.mr-2 {
  margin-right: 1rem !important;
}
.pt-2 {
  padding-top: 1rem !important;
}
.pb-2 {
  padding-bottom: 1rem !important;
}
.pl-2 {
  padding-left: 1rem !important;
}
.pr-2 {
  padding-right: 1rem !important;
}
.mt-3 {
  margin-top: 1.5rem !important;
}
.mb-3 {
  margin-bottom: 1.5rem !important;
}
.ml-3 {
  margin-left: 1.5rem !important;
}
.mr-3 {
  margin-right: 1.5rem !important;
}
.pt-3 {
  padding-top: 1.5rem !important;
}
.pb-3 {
  padding-bottom: 1.5rem !important;
}
.pl-3 {
  padding-left: 1.5rem !important;
}
.pr-3 {
  padding-right: 1.5rem !important;
}
.mt-4 {
  margin-top: 2rem !important;
}
.mb-4 {
  margin-bottom: 2rem !important;
}
.ml-4 {
  margin-left: 2rem !important;
}
.mr-4 {
  margin-right: 2rem !important;
}
.pt-4 {
  padding-top: 2rem !important;
}
.pb-4 {
  padding-bottom: 2rem !important;
}
.pl-4 {
  padding-left: 2rem !important;
}
.pr-4 {
  padding-right: 2rem !important;
}
.mt-5 {
  margin-top: 2.5rem !important;
}
.mb-5 {
  margin-bottom: 2.5rem !important;
}
.ml-5 {
  margin-left: 2.5rem !important;
}
.mr-5 {
  margin-right: 2.5rem !important;
}
.pt-5 {
  padding-top: 2.5rem !important;
}
.pb-5 {
  padding-bottom: 2.5rem !important;
}
.pl-5 {
  padding-left: 2.5rem !important;
}
.pr-5 {
  padding-right: 2.5rem !important;
}
.mt-6 {
  margin-top: 3rem !important;
}
.mb-6 {
  margin-bottom: 3rem !important;
}
.ml-6 {
  margin-left: 3rem !important;
}
.mr-6 {
  margin-right: 3rem !important;
}
.pt-6 {
  padding-top: 3rem !important;
}
.pb-6 {
  padding-bottom: 3rem !important;
}
.pl-6 {
  padding-left: 3rem !important;
}
.pr-6 {
  padding-right: 3rem !important;
}
.mt-7 {
  margin-top: 3.5rem !important;
}
.mb-7 {
  margin-bottom: 3.5rem !important;
}
.ml-7 {
  margin-left: 3.5rem !important;
}
.mr-7 {
  margin-right: 3.5rem !important;
}
.pt-7 {
  padding-top: 3.5rem !important;
}
.pb-7 {
  padding-bottom: 3.5rem !important;
}
.pl-7 {
  padding-left: 3.5rem !important;
}
.pr-7 {
  padding-right: 3.5rem !important;
}
.mt-8 {
  margin-top: 4rem !important;
}
.mb-8 {
  margin-bottom: 4rem !important;
}
.ml-8 {
  margin-left: 4rem !important;
}
.mr-8 {
  margin-right: 4rem !important;
}
.pt-8 {
  padding-top: 4rem !important;
}
.pb-8 {
  padding-bottom: 4rem !important;
}
.pl-8 {
  padding-left: 4rem !important;
}
.pr-8 {
  padding-right: 4rem !important;
}
.mt-9 {
  margin-top: 4.5rem !important;
}
.mb-9 {
  margin-bottom: 4.5rem !important;
}
.ml-9 {
  margin-left: 4.5rem !important;
}
.mr-9 {
  margin-right: 4.5rem !important;
}
.pt-9 {
  padding-top: 4.5rem !important;
}
.pb-9 {
  padding-bottom: 4.5rem !important;
}
.pl-9 {
  padding-left: 4.5rem !important;
}
.pr-9 {
  padding-right: 4.5rem !important;
}
.mt-10 {
  margin-top: 5rem !important;
}
.mb-10 {
  margin-bottom: 5rem !important;
}
.ml-10 {
  margin-left: 5rem !important;
}
.mr-10 {
  margin-right: 5rem !important;
}
.pt-10 {
  padding-top: 5rem !important;
}
.pb-10 {
  padding-bottom: 5rem !important;
}
.pl-10 {
  padding-left: 5rem !important;
}
.pr-10 {
  padding-right: 5rem !important;
}
.p-0 {
  padding: 0 !important;
}
.m-0 {
  margin: 0 !important;
}
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}
@media (min-width: 576px) {
  .mt-sm-0 {
    margin-top: 0rem !important;
  }
  .mb-sm-0 {
    margin-bottom: 0rem !important;
  }
  .mr-sm-0 {
    margin-right: 0rem !important;
  }
  .ml-sm-0 {
    margin-left: 0rem !important;
  }
  .pt-sm-0 {
    padding-top: 0rem !important;
  }
  .pr-sm-0 {
    padding-right: 0rem !important;
  }
  .pl-sm-0 {
    padding-left: 0rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0rem !important;
  }
  .mt-sm-1 {
    margin-top: 0.5rem !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.5rem !important;
  }
  .mr-sm-1 {
    margin-right: 0.5rem !important;
  }
  .ml-sm-1 {
    margin-left: 0.5rem !important;
  }
  .pt-sm-1 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-1 {
    padding-right: 0.5rem !important;
  }
  .pl-sm-1 {
    padding-left: 0.5rem !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.5rem !important;
  }
  .mt-sm-2 {
    margin-top: 1rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 1rem !important;
  }
  .mr-sm-2 {
    margin-right: 1rem !important;
  }
  .ml-sm-2 {
    margin-left: 1rem !important;
  }
  .pt-sm-2 {
    padding-top: 1rem !important;
  }
  .pr-sm-2 {
    padding-right: 1rem !important;
  }
  .pl-sm-2 {
    padding-left: 1rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 1rem !important;
  }
  .mt-sm-3 {
    margin-top: 1.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1.5rem !important;
  }
  .mr-sm-3 {
    margin-right: 1.5rem !important;
  }
  .ml-sm-3 {
    margin-left: 1.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-3 {
    padding-right: 1.5rem !important;
  }
  .pl-sm-3 {
    padding-left: 1.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1.5rem !important;
  }
  .mt-sm-4 {
    margin-top: 2rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 2rem !important;
  }
  .mr-sm-4 {
    margin-right: 2rem !important;
  }
  .ml-sm-4 {
    margin-left: 2rem !important;
  }
  .pt-sm-4 {
    padding-top: 2rem !important;
  }
  .pr-sm-4 {
    padding-right: 2rem !important;
  }
  .pl-sm-4 {
    padding-left: 2rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 2rem !important;
  }
  .mt-sm-5 {
    margin-top: 2.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 2.5rem !important;
  }
  .mr-sm-5 {
    margin-right: 2.5rem !important;
  }
  .ml-sm-5 {
    margin-left: 2.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 2.5rem !important;
  }
  .pr-sm-5 {
    padding-right: 2.5rem !important;
  }
  .pl-sm-5 {
    padding-left: 2.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 2.5rem !important;
  }
  .mt-sm-6 {
    margin-top: 3rem !important;
  }
  .mb-sm-6 {
    margin-bottom: 3rem !important;
  }
  .mr-sm-6 {
    margin-right: 3rem !important;
  }
  .ml-sm-6 {
    margin-left: 3rem !important;
  }
  .pt-sm-6 {
    padding-top: 3rem !important;
  }
  .pr-sm-6 {
    padding-right: 3rem !important;
  }
  .pl-sm-6 {
    padding-left: 3rem !important;
  }
  .pb-sm-6 {
    padding-bottom: 3rem !important;
  }
  .mt-sm-7 {
    margin-top: 3.5rem !important;
  }
  .mb-sm-7 {
    margin-bottom: 3.5rem !important;
  }
  .mr-sm-7 {
    margin-right: 3.5rem !important;
  }
  .ml-sm-7 {
    margin-left: 3.5rem !important;
  }
  .pt-sm-7 {
    padding-top: 3.5rem !important;
  }
  .pr-sm-7 {
    padding-right: 3.5rem !important;
  }
  .pl-sm-7 {
    padding-left: 3.5rem !important;
  }
  .pb-sm-7 {
    padding-bottom: 3.5rem !important;
  }
  .mt-sm-8 {
    margin-top: 4rem !important;
  }
  .mb-sm-8 {
    margin-bottom: 4rem !important;
  }
  .mr-sm-8 {
    margin-right: 4rem !important;
  }
  .ml-sm-8 {
    margin-left: 4rem !important;
  }
  .pt-sm-8 {
    padding-top: 4rem !important;
  }
  .pr-sm-8 {
    padding-right: 4rem !important;
  }
  .pl-sm-8 {
    padding-left: 4rem !important;
  }
  .pb-sm-8 {
    padding-bottom: 4rem !important;
  }
  .mt-sm-9 {
    margin-top: 4.5rem !important;
  }
  .mb-sm-9 {
    margin-bottom: 4.5rem !important;
  }
  .mr-sm-9 {
    margin-right: 4.5rem !important;
  }
  .ml-sm-9 {
    margin-left: 4.5rem !important;
  }
  .pt-sm-9 {
    padding-top: 4.5rem !important;
  }
  .pr-sm-9 {
    padding-right: 4.5rem !important;
  }
  .pl-sm-9 {
    padding-left: 4.5rem !important;
  }
  .pb-sm-9 {
    padding-bottom: 4.5rem !important;
  }
  .mt-sm-10 {
    margin-top: 5rem !important;
  }
  .mb-sm-10 {
    margin-bottom: 5rem !important;
  }
  .mr-sm-10 {
    margin-right: 5rem !important;
  }
  .ml-sm-10 {
    margin-left: 5rem !important;
  }
  .pt-sm-10 {
    padding-top: 5rem !important;
  }
  .pr-sm-10 {
    padding-right: 5rem !important;
  }
  .pl-sm-10 {
    padding-left: 5rem !important;
  }
  .pb-sm-10 {
    padding-bottom: 5rem !important;
  }
}
@media (min-width: 768px) {
  .mt-md-0 {
    margin-top: 0rem !important;
  }
  .mb-md-0 {
    margin-bottom: 0rem !important;
  }
  .mr-md-0 {
    margin-right: 0rem !important;
  }
  .ml-md-0 {
    margin-left: 0rem !important;
  }
  .pt-md-0 {
    padding-top: 0rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0rem !important;
  }
  .pr-md-0 {
    padding-right: 0rem !important;
  }
  .pl-md-0 {
    padding-left: 0rem !important;
  }
  .mt-md-1 {
    margin-top: 0.5rem !important;
  }
  .mb-md-1 {
    margin-bottom: 0.5rem !important;
  }
  .mr-md-1 {
    margin-right: 0.5rem !important;
  }
  .ml-md-1 {
    margin-left: 0.5rem !important;
  }
  .pt-md-1 {
    padding-top: 0.5rem !important;
  }
  .pb-md-1 {
    padding-bottom: 0.5rem !important;
  }
  .pr-md-1 {
    padding-right: 0.5rem !important;
  }
  .pl-md-1 {
    padding-left: 0.5rem !important;
  }
  .mt-md-2 {
    margin-top: 1rem !important;
  }
  .mb-md-2 {
    margin-bottom: 1rem !important;
  }
  .mr-md-2 {
    margin-right: 1rem !important;
  }
  .ml-md-2 {
    margin-left: 1rem !important;
  }
  .pt-md-2 {
    padding-top: 1rem !important;
  }
  .pb-md-2 {
    padding-bottom: 1rem !important;
  }
  .pr-md-2 {
    padding-right: 1rem !important;
  }
  .pl-md-2 {
    padding-left: 1rem !important;
  }
  .mt-md-3 {
    margin-top: 1.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1.5rem !important;
  }
  .mr-md-3 {
    margin-right: 1.5rem !important;
  }
  .ml-md-3 {
    margin-left: 1.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1.5rem !important;
  }
  .pr-md-3 {
    padding-right: 1.5rem !important;
  }
  .pl-md-3 {
    padding-left: 1.5rem !important;
  }
  .mt-md-4 {
    margin-top: 2rem !important;
  }
  .mb-md-4 {
    margin-bottom: 2rem !important;
  }
  .mr-md-4 {
    margin-right: 2rem !important;
  }
  .ml-md-4 {
    margin-left: 2rem !important;
  }
  .pt-md-4 {
    padding-top: 2rem !important;
  }
  .pb-md-4 {
    padding-bottom: 2rem !important;
  }
  .pr-md-4 {
    padding-right: 2rem !important;
  }
  .pl-md-4 {
    padding-left: 2rem !important;
  }
  .mt-md-5 {
    margin-top: 2.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 2.5rem !important;
  }
  .mr-md-5 {
    margin-right: 2.5rem !important;
  }
  .ml-md-5 {
    margin-left: 2.5rem !important;
  }
  .pt-md-5 {
    padding-top: 2.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 2.5rem !important;
  }
  .pr-md-5 {
    padding-right: 2.5rem !important;
  }
  .pl-md-5 {
    padding-left: 2.5rem !important;
  }
  .mt-md-6 {
    margin-top: 3rem !important;
  }
  .mb-md-6 {
    margin-bottom: 3rem !important;
  }
  .mr-md-6 {
    margin-right: 3rem !important;
  }
  .ml-md-6 {
    margin-left: 3rem !important;
  }
  .pt-md-6 {
    padding-top: 3rem !important;
  }
  .pb-md-6 {
    padding-bottom: 3rem !important;
  }
  .pr-md-6 {
    padding-right: 3rem !important;
  }
  .pl-md-6 {
    padding-left: 3rem !important;
  }
  .mt-md-7 {
    margin-top: 3.5rem !important;
  }
  .mb-md-7 {
    margin-bottom: 3.5rem !important;
  }
  .mr-md-7 {
    margin-right: 3.5rem !important;
  }
  .ml-md-7 {
    margin-left: 3.5rem !important;
  }
  .pt-md-7 {
    padding-top: 3.5rem !important;
  }
  .pb-md-7 {
    padding-bottom: 3.5rem !important;
  }
  .pr-md-7 {
    padding-right: 3.5rem !important;
  }
  .pl-md-7 {
    padding-left: 3.5rem !important;
  }
  .mt-md-8 {
    margin-top: 4rem !important;
  }
  .mb-md-8 {
    margin-bottom: 4rem !important;
  }
  .mr-md-8 {
    margin-right: 4rem !important;
  }
  .ml-md-8 {
    margin-left: 4rem !important;
  }
  .pt-md-8 {
    padding-top: 4rem !important;
  }
  .pb-md-8 {
    padding-bottom: 4rem !important;
  }
  .pr-md-8 {
    padding-right: 4rem !important;
  }
  .pl-md-8 {
    padding-left: 4rem !important;
  }
  .mt-md-9 {
    margin-top: 4.5rem !important;
  }
  .mb-md-9 {
    margin-bottom: 4.5rem !important;
  }
  .mr-md-9 {
    margin-right: 4.5rem !important;
  }
  .ml-md-9 {
    margin-left: 4.5rem !important;
  }
  .pt-md-9 {
    padding-top: 4.5rem !important;
  }
  .pb-md-9 {
    padding-bottom: 4.5rem !important;
  }
  .pr-md-9 {
    padding-right: 4.5rem !important;
  }
  .pl-md-9 {
    padding-left: 4.5rem !important;
  }
  .mt-md-10 {
    margin-top: 5rem !important;
  }
  .mb-md-10 {
    margin-bottom: 5rem !important;
  }
  .mr-md-10 {
    margin-right: 5rem !important;
  }
  .ml-md-10 {
    margin-left: 5rem !important;
  }
  .pt-md-10 {
    padding-top: 5rem !important;
  }
  .pb-md-10 {
    padding-bottom: 5rem !important;
  }
  .pr-md-10 {
    padding-right: 5rem !important;
  }
  .pl-md-10 {
    padding-left: 5rem !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-0 {
    margin-top: 0rem !important;
  }
  .mb-lg-0 {
    margin-bottom: 0rem !important;
  }
  .pt-lg-0 {
    padding-top: 0rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0rem !important;
  }
  .ml-lg-0 {
    margin-left: 0rem !important;
  }
  .mr-lg-0 {
    margin-right: 0rem !important;
  }
  .pl-lg-0 {
    padding-left: 0rem !important;
  }
  .pr-lg-0 {
    padding-right: 0rem !important;
  }
  .mt-lg-1 {
    margin-top: 0.5rem !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.5rem !important;
  }
  .pt-lg-1 {
    padding-top: 0.5rem !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.5rem !important;
  }
  .ml-lg-1 {
    margin-left: 0.5rem !important;
  }
  .mr-lg-1 {
    margin-right: 0.5rem !important;
  }
  .pl-lg-1 {
    padding-left: 0.5rem !important;
  }
  .pr-lg-1 {
    padding-right: 0.5rem !important;
  }
  .mt-lg-2 {
    margin-top: 1rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 1rem !important;
  }
  .pt-lg-2 {
    padding-top: 1rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 1rem !important;
  }
  .ml-lg-2 {
    margin-left: 1rem !important;
  }
  .mr-lg-2 {
    margin-right: 1rem !important;
  }
  .pl-lg-2 {
    padding-left: 1rem !important;
  }
  .pr-lg-2 {
    padding-right: 1rem !important;
  }
  .mt-lg-3 {
    margin-top: 1.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1.5rem !important;
  }
  .ml-lg-3 {
    margin-left: 1.5rem !important;
  }
  .mr-lg-3 {
    margin-right: 1.5rem !important;
  }
  .pl-lg-3 {
    padding-left: 1.5rem !important;
  }
  .pr-lg-3 {
    padding-right: 1.5rem !important;
  }
  .mt-lg-4 {
    margin-top: 2rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 2rem !important;
  }
  .pt-lg-4 {
    padding-top: 2rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 2rem !important;
  }
  .ml-lg-4 {
    margin-left: 2rem !important;
  }
  .mr-lg-4 {
    margin-right: 2rem !important;
  }
  .pl-lg-4 {
    padding-left: 2rem !important;
  }
  .pr-lg-4 {
    padding-right: 2rem !important;
  }
  .mt-lg-5 {
    margin-top: 2.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 2.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 2.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 2.5rem !important;
  }
  .ml-lg-5 {
    margin-left: 2.5rem !important;
  }
  .mr-lg-5 {
    margin-right: 2.5rem !important;
  }
  .pl-lg-5 {
    padding-left: 2.5rem !important;
  }
  .pr-lg-5 {
    padding-right: 2.5rem !important;
  }
  .mt-lg-6 {
    margin-top: 3rem !important;
  }
  .mb-lg-6 {
    margin-bottom: 3rem !important;
  }
  .pt-lg-6 {
    padding-top: 3rem !important;
  }
  .pb-lg-6 {
    padding-bottom: 3rem !important;
  }
  .ml-lg-6 {
    margin-left: 3rem !important;
  }
  .mr-lg-6 {
    margin-right: 3rem !important;
  }
  .pl-lg-6 {
    padding-left: 3rem !important;
  }
  .pr-lg-6 {
    padding-right: 3rem !important;
  }
  .mt-lg-7 {
    margin-top: 3.5rem !important;
  }
  .mb-lg-7 {
    margin-bottom: 3.5rem !important;
  }
  .pt-lg-7 {
    padding-top: 3.5rem !important;
  }
  .pb-lg-7 {
    padding-bottom: 3.5rem !important;
  }
  .ml-lg-7 {
    margin-left: 3.5rem !important;
  }
  .mr-lg-7 {
    margin-right: 3.5rem !important;
  }
  .pl-lg-7 {
    padding-left: 3.5rem !important;
  }
  .pr-lg-7 {
    padding-right: 3.5rem !important;
  }
  .mt-lg-8 {
    margin-top: 4rem !important;
  }
  .mb-lg-8 {
    margin-bottom: 4rem !important;
  }
  .pt-lg-8 {
    padding-top: 4rem !important;
  }
  .pb-lg-8 {
    padding-bottom: 4rem !important;
  }
  .ml-lg-8 {
    margin-left: 4rem !important;
  }
  .mr-lg-8 {
    margin-right: 4rem !important;
  }
  .pl-lg-8 {
    padding-left: 4rem !important;
  }
  .pr-lg-8 {
    padding-right: 4rem !important;
  }
  .mt-lg-9 {
    margin-top: 4.5rem !important;
  }
  .mb-lg-9 {
    margin-bottom: 4.5rem !important;
  }
  .pt-lg-9 {
    padding-top: 4.5rem !important;
  }
  .pb-lg-9 {
    padding-bottom: 4.5rem !important;
  }
  .ml-lg-9 {
    margin-left: 4.5rem !important;
  }
  .mr-lg-9 {
    margin-right: 4.5rem !important;
  }
  .pl-lg-9 {
    padding-left: 4.5rem !important;
  }
  .pr-lg-9 {
    padding-right: 4.5rem !important;
  }
  .mt-lg-10 {
    margin-top: 5rem !important;
  }
  .mb-lg-10 {
    margin-bottom: 5rem !important;
  }
  .pt-lg-10 {
    padding-top: 5rem !important;
  }
  .pb-lg-10 {
    padding-bottom: 5rem !important;
  }
  .ml-lg-10 {
    margin-left: 5rem !important;
  }
  .mr-lg-10 {
    margin-right: 5rem !important;
  }
  .pl-lg-10 {
    padding-left: 5rem !important;
  }
  .pr-lg-10 {
    padding-right: 5rem !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-0 {
    margin-top: 0rem !important;
  }
  .mb-xl-0 {
    margin-bottom: 0rem !important;
  }
  .ml-xl-0 {
    margin-left: 0rem !important;
  }
  .mr-xl-0 {
    margin-right: 0rem !important;
  }
  .pl-xl-0 {
    padding-left: 0rem !important;
  }
  .pt-xl-0 {
    padding-top: 0rem !important;
  }
  .pr-xl-0 {
    padding-right: 0rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0rem !important;
  }
  .mt-xl-1 {
    margin-top: 0.5rem !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-1 {
    margin-left: 0.5rem !important;
  }
  .mr-xl-1 {
    margin-right: 0.5rem !important;
  }
  .pl-xl-1 {
    padding-left: 0.5rem !important;
  }
  .pt-xl-1 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-1 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.5rem !important;
  }
  .mt-xl-2 {
    margin-top: 1rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-2 {
    margin-left: 1rem !important;
  }
  .mr-xl-2 {
    margin-right: 1rem !important;
  }
  .pl-xl-2 {
    padding-left: 1rem !important;
  }
  .pt-xl-2 {
    padding-top: 1rem !important;
  }
  .pr-xl-2 {
    padding-right: 1rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 1rem !important;
  }
  .mt-xl-3 {
    margin-top: 1.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-3 {
    margin-left: 1.5rem !important;
  }
  .mr-xl-3 {
    margin-right: 1.5rem !important;
  }
  .pl-xl-3 {
    padding-left: 1.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-3 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1.5rem !important;
  }
  .mt-xl-4 {
    margin-top: 2rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 2rem !important;
  }
  .ml-xl-4 {
    margin-left: 2rem !important;
  }
  .mr-xl-4 {
    margin-right: 2rem !important;
  }
  .pl-xl-4 {
    padding-left: 2rem !important;
  }
  .pt-xl-4 {
    padding-top: 2rem !important;
  }
  .pr-xl-4 {
    padding-right: 2rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 2rem !important;
  }
  .mt-xl-5 {
    margin-top: 2.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 2.5rem !important;
  }
  .ml-xl-5 {
    margin-left: 2.5rem !important;
  }
  .mr-xl-5 {
    margin-right: 2.5rem !important;
  }
  .pl-xl-5 {
    padding-left: 2.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 2.5rem !important;
  }
  .pr-xl-5 {
    padding-right: 2.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 2.5rem !important;
  }
  .mt-xl-6 {
    margin-top: 3rem !important;
  }
  .mb-xl-6 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-6 {
    margin-left: 3rem !important;
  }
  .mr-xl-6 {
    margin-right: 3rem !important;
  }
  .pl-xl-6 {
    padding-left: 3rem !important;
  }
  .pt-xl-6 {
    padding-top: 3rem !important;
  }
  .pr-xl-6 {
    padding-right: 3rem !important;
  }
  .pb-xl-6 {
    padding-bottom: 3rem !important;
  }
  .mt-xl-7 {
    margin-top: 3.5rem !important;
  }
  .mb-xl-7 {
    margin-bottom: 3.5rem !important;
  }
  .ml-xl-7 {
    margin-left: 3.5rem !important;
  }
  .mr-xl-7 {
    margin-right: 3.5rem !important;
  }
  .pl-xl-7 {
    padding-left: 3.5rem !important;
  }
  .pt-xl-7 {
    padding-top: 3.5rem !important;
  }
  .pr-xl-7 {
    padding-right: 3.5rem !important;
  }
  .pb-xl-7 {
    padding-bottom: 3.5rem !important;
  }
  .mt-xl-8 {
    margin-top: 4rem !important;
  }
  .mb-xl-8 {
    margin-bottom: 4rem !important;
  }
  .ml-xl-8 {
    margin-left: 4rem !important;
  }
  .mr-xl-8 {
    margin-right: 4rem !important;
  }
  .pl-xl-8 {
    padding-left: 4rem !important;
  }
  .pt-xl-8 {
    padding-top: 4rem !important;
  }
  .pr-xl-8 {
    padding-right: 4rem !important;
  }
  .pb-xl-8 {
    padding-bottom: 4rem !important;
  }
  .mt-xl-9 {
    margin-top: 4.5rem !important;
  }
  .mb-xl-9 {
    margin-bottom: 4.5rem !important;
  }
  .ml-xl-9 {
    margin-left: 4.5rem !important;
  }
  .mr-xl-9 {
    margin-right: 4.5rem !important;
  }
  .pl-xl-9 {
    padding-left: 4.5rem !important;
  }
  .pt-xl-9 {
    padding-top: 4.5rem !important;
  }
  .pr-xl-9 {
    padding-right: 4.5rem !important;
  }
  .pb-xl-9 {
    padding-bottom: 4.5rem !important;
  }
  .mt-xl-10 {
    margin-top: 5rem !important;
  }
  .mb-xl-10 {
    margin-bottom: 5rem !important;
  }
  .ml-xl-10 {
    margin-left: 5rem !important;
  }
  .mr-xl-10 {
    margin-right: 5rem !important;
  }
  .pl-xl-10 {
    padding-left: 5rem !important;
  }
  .pt-xl-10 {
    padding-top: 5rem !important;
  }
  .pr-xl-10 {
    padding-right: 5rem !important;
  }
  .pb-xl-10 {
    padding-bottom: 5rem !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-auto {
    margin-left: auto !important;
  }
  .mr-lg-auto {
    margin-right: auto !important;
  }
  .mx-lg-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@keyframes maskUp {
  0% {
    transform: translate(0, 100%);
  }
  to {
    transform: translate(0, 0);
  }
}
@keyframes maskRight {
  0% {
    transform: translate(-100%, 0);
  }
  to {
    transform: translate(0, 0);
  }
}
@keyframes maskDown {
  0% {
    transform: translate(0, -100%);
  }
  to {
    transform: translate(0, 0);
  }
}
@keyframes maskLeft {
  0% {
    transform: translate(100%, 0);
  }
  to {
    transform: translate(0, 0);
  }
}
.maskUp {
  animation-name: maskUp;
}
.maskRight {
  animation-name: maskRight;
}
.maskDown {
  animation-name: maskDown;
}
.maskLeft {
  animation-name: maskLeft;
}
@keyframes blurIn {
  0% {
    opacity: 0;
    filter: blur(20px);
    transform: scale(1.2);
  }
  to {
    opacity: 1;
    filter: blur(0);
    transform: none;
  }
}
.blurIn {
  animation-name: blurIn;
}
@keyframes grayOut {
  0% {
    opacity: 1;
    filter: grayscale(0);
  }
  15% {
    filter: grayscale(100%);
  }
  to {
    opacity: 0;
    filter: grayscale(100%);
  }
}
.grayOut {
  animation-name: grayOut;
}
@keyframes dotPulse {
  0% {
    opacity: 1;
    transform: scale(0.2);
  }
  to {
    opacity: 0;
    transform: scale(1);
  }
}
.dotPulse {
  animation-name: dotPulse;
  animation-iteration-count: infinite;
  animation-duration: 4s;
}
@keyframes brightIn {
  0% {
    animation-timing-function: ease-in;
    filter: brightness(0%);
  }
  to {
    filter: brightness(100%);
  }
}
.brightIn {
  animation-name: brightIn;
}
.appear-animate {
  visibility: hidden;
  opacity: 0;
}
.appear-animation-visible {
  visibility: visible;
  opacity: 1;
}
@keyframes slideZoomIn {
  0% {
    transform: scale3d(1, 1, 1);
    opacity: 1;
  }
  to {
    transform: scale3d(1.1, 1.1, 1);
    opacity: 1;
  }
}
.slideZoomIn {
  -webkit-animation-name: slideZoomIn;
  animation-name: slideZoomIn;
}
@keyframes hotspot-animate {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(3);
    opacity: 0;
  }
}
@keyframes fadeInUpShorter {
  0% {
    opacity: 0;
    transform: translate(0, 50px);
    transform-origin: 0 0;
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUpShorter {
  animation-name: fadeInUpShorter;
}
@keyframes fadeInLeftShorter {
  0% {
    opacity: 0;
    transform: translate(50px, 0);
    transform-origin: 0 0;
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeftShorter {
  animation-name: fadeInLeftShorter;
}
@keyframes fadeInRightShorter {
  0% {
    opacity: 0;
    transform: translate(-50px, 0);
    transform-origin: 0 0;
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInRightShorter {
  animation-name: fadeInRightShorter;
}
@keyframes fadeInDownShorter {
  0% {
    opacity: 0;
    transform: translate(0, -50px);
    transform-origin: 0 0;
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInDownShorter {
  animation-name: fadeInDownShorter;
}
@keyframes blurIn {
  0% {
    opacity: 0;
    filter: blur(20px);
    transform: scale(1.2);
  }
  to {
    opacity: 1;
    filter: blur(0);
    transform: none;
  }
}
@-webkit-keyframes zoomInShorter {
  0% {
    -webkit-transform: scale3d(0.8, 0.8, 0.8);
    opacity: 0;
    transform: scale3d(0.8, 0.8, 0.8);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomInShorter {
  0% {
    -webkit-transform: scale3d(0.8, 0.8, 0.8);
    opacity: 0;
    transform: scale3d(0.8, 0.8, 0.8);
  }
  50% {
    opacity: 1;
  }
}
.zoomInShorter {
  -webkit-animation-name: zoomInShorter;
  animation-name: zoomInShorter;
}
.banner {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.banner figure img {
  display: block;
  width: 100%;
  height: auto;
}
.banner .banner-content {
  position: relative;
}
.banner-fixed > .banner-content,
.banner-fixed > .container,
.banner-fixed > .container-fluid {
  position: absolute;
  z-index: 1;
}
.banner-fixed > .container,
.banner-fixed > .container-fluid {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
@media (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
  .intro-slider .banner img {
    height: 100%;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .banner {
    font-size: 0.9em;
  }
}
@media (max-width: 479px) {
  .banner {
    font-size: 0.7em;
  }
}
.post .btn {
  text-transform: capitalize;
  font-weight: 300;
}
.post .post-details > :last-child {
  margin-bottom: 0;
}
.post.post-center {
  text-align: center;
}
.post.post-center .post-meta {
  justify-content: center;
}
.post .post-calendar {
  padding: 1rem 1.4rem 0.6rem 1.5rem;
  color: #fff;
  background-color: #333;
  font-size: 0.875em;
  text-transform: uppercase;
  line-height: 1;
}
.post .post-calendar:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  border-left: 1rem solid #333;
  border-bottom: 3rem solid transparent;
  transform: translateX(100%);
}
.post .post-media {
  position: relative;
}
.post .post-media img {
  display: block;
  width: 100%;
  object-fit: cover;
}
.post .post-media .post-calendar {
  position: absolute;
  top: 2rem;
}
.post .post-media.calendar-bottom {
  overflow: visible;
}
.post .post-media.calendar-bottom .post-calendar {
  top: unset;
  bottom: 0;
  z-index: 2;
  transform: translateY(50%);
}
.meta-grey-bg .post-details {
  padding-bottom: 0;
}
.meta-grey-bg .post-details .post-meta {
  background-color: #f8f8f8;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.post-type2 .post-details {
  padding: 5rem 3.5rem 3.5rem;
}
.post-type2 .post-title {
  margin-bottom: 1rem;
}
.post-type2 .post-content {
  margin-bottom: 2.1rem;
}
.post-type2 .btn {
  padding: 1.3rem 2.9rem 1.3rem;
}
.post-border .post-details {
  border: 1px solid #e0dede;
}
.post-border .post-details > * {
  padding-left: 3rem;
  padding-right: 3rem;
}
.post-details {
  padding: 2.3rem 0 2rem;
}
.post-cats {
  margin-bottom: 8px;
  font-size: 0.875em;
  text-transform: capitalize;
}
.post-meta {
  display: flex;
  align-items: center;
  margin-bottom: 1.4rem;
  font-size: 0.875em;
  line-height: 1.2;
  color: #999;
}
.post-meta a:not(.social-link):not(:hover) {
  color: #333;
}
.post-meta .post-agent {
  max-width: 3.1rem;
  margin-right: 1rem;
  border-radius: 100%;
}
.post-meta .post-author {
  display: flex;
  align-items: center;
  margin-right: 1rem;
}
.post-meta .post-author span {
  margin: 0;
  text-transform: uppercase;
  font-weight: 400;
  padding-left: 3px;
}
.post-meta .post-comments {
  margin-right: 1.6rem;
}
.post-meta .post-comments i {
  vertical-align: middle;
  font-size: 1.357em;
  margin-right: 8px;
}
.post-share {
  position: relative;
}
.post-share .social-links {
  position: absolute;
  bottom: 50%;
  left: -9px;
  padding: 3px;
  font-size: 0.75em;
  background-color: #54524d;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.3s, opacity 0.3s, bottom 0.3s;
}
.post-share:hover {
  cursor: pointer;
}
.post-share:hover .social-links {
  box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.08);
  visibility: visible;
  opacity: 1;
  bottom: 130%;
}
.post-share > i {
  font-size: 1.1423em;
}
.post-share .social-link:not(:hover) {
  color: #fff;
}
.post-title {
  margin-bottom: 1.1rem;
  line-height: 1.21;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.post-content > a {
  margin-left: 10px;
  color: #e1071e;
  border-bottom: 1px solid transparent;
  transition: border-color 0.3s;
}
.post-content > a:hover {
  border-color: inherit;
}
.post-list {
  margin-bottom: 2rem;
}
@media (min-width: 576px) {
  .post-list {
    display: flex;
    align-items: center;
  }
  .post-list .post-details {
    padding: 0.5rem 0 0.5rem 3rem;
    width: calc(100% - 50%);
  }
  .post-list .post-media {
    width: 50%;
  }
}
.post-list-sm {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.post-list-sm .post-media {
  max-width: 9rem;
  flex: 0 0 9rem;
  height: 9rem;
}
.post-list-sm .post-media img {
  height: 100%;
  object-fit: cover;
}
.post-list-sm .post-details {
  padding: 0;
  margin-left: 1.6rem;
}
.post-list-sm .post-meta {
  margin-bottom: 1rem;
}
.post-list-sm .post-meta a {
  font-size: 0.857em;
  color: #54524d;
}
.post-outer .post-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.post-outer .post-details {
  background-color: #fff;
  padding-left: 2rem;
  padding-right: 2rem;
  width: calc(100% - 60px);
  min-width: 90%;
  margin-left: auto;
  margin-right: auto;
  transform: translateY(-24%);
}
.post-classic {
  margin-bottom: 8.1rem;
}
.post-classic .post-details {
  position: relative;
  padding: 4.9rem 8.5rem 5rem;
}
.post-classic .post-meta a:not(:first-child) {
  margin-left: 0.5rem;
}
.post-classic .post-cats {
  margin-bottom: 1.6rem;
}
.post-classic .post-title {
  margin-bottom: 1.6rem;
  white-space: normal;
  font-size: 1.75em;
}
.post-classic .post-content {
  margin-bottom: 3.1rem;
}
.post-classic .post-calendar {
  position: absolute;
  top: 0;
  left: -1px;
  transform: translateY(-50%);
  font-size: 1em;
  padding: 1.2rem 2rem;
}
.post-classic .post-calendar:after {
  border-left-width: 1.4rem;
  border-bottom-width: 4rem;
}
.post-classic .btn {
  font-size: 1em;
  font-weight: 400;
  letter-spacing: -0.1em;
  text-transform: uppercase;
  padding: 1.3rem 2.9rem 1rem;
}
.post-classic.post-classic-sm {
  margin-bottom: 0;
}
.post-classic.post-classic-sm .post-details {
  padding: 4.7rem 2.5rem 4.2rem;
}
.post-classic.post-classic-sm .post-title {
  font-size: 1.5em;
  margin-bottom: 0.8rem;
}
.post-classic.post-classic-sm .post-content {
  line-height: 1.5em;
  margin-bottom: 2.2rem;
}
.post-classic.post-classic-sm .post-calendar {
  font-size: 0.875em;
  padding: 1rem 1.4rem 0.6rem 1.5rem;
}
.post-classic.post-classic-sm .post-calendar:after {
  border-left-width: 1rem;
  border-bottom-width: 3rem;
}
.btn {
  display: inline-block;
  border: 1px solid #e4eaec;
  background-color: #e4eaec;
  color: #222;
  outline: 0;
  cursor: pointer;
  padding: 1.25em 2.78em 0.95em;
  font-size: 0.875em;
  font-weight: 400;
  line-height: 1.2;
  text-transform: uppercase;
  text-align: center;
  transition: color 0.3s, border-color 0.3s, background-color 0.3s,
    box-shadow 0.3s;
  white-space: nowrap;
}
.btn:active,
.btn:focus,
.btn:hover {
  color: #222;
  border-color: #cfdadd;
  background-color: #cfdadd;
}
.btn i {
  position: relative;
  vertical-align: middle;
  margin-left: 0.6rem;
  font-size: 1.357em;
}
.btn-primary {
  color: #fff;
  border-color: #e1071e;
  background-color: #e1071e;
}
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
  color: #fff;
  border-color: #ffac4c;
  background-color: #ffac4c;
}
.btn-primary.btn-solid {
  color: #e1071e;
  border-color: #fff;
  background-color: #fff;
}
.btn-primary.btn-solid:active,
.btn-primary.btn-solid:focus,
.btn-primary.btn-solid:hover {
  border-color: #e1071e;
  background-color: #e1071e;
  color: #fff;
}
.btn-primary.btn-outline {
  color: #e1071e;
}
.btn-primary.btn-outline:active,
.btn-primary.btn-outline:focus,
.btn-primary.btn-outline:hover {
  background-color: #e1071e;
  border-color: #e1071e;
  color: #fff;
}
.btn-primary.btn-link {
  background-color: transparent;
  color: #e1071e;
}
.btn-primary.btn-link:active,
.btn-primary.btn-link:focus,
.btn-primary.btn-link:hover {
  color: #222;
}
.btn-primary.btn-underline:active,
.btn-primary.btn-underline:focus,
.btn-primary.btn-underline:hover {
  color: #e1071e;
}
.btn-secondary {
  color: #fff;
  border-color: #e1071e;
  background-color: #e1071e;
}
.btn-secondary:active,
.btn-secondary:focus,
.btn-secondary:hover {
  color: #fff;
  border-color: #ffac4c;
  background-color: #ffac4c;
}
.btn-secondary.btn-solid {
  color: #e1071e;
  border-color: #fff;
  background-color: #fff;
}
.btn-secondary.btn-solid:active,
.btn-secondary.btn-solid:focus,
.btn-secondary.btn-solid:hover {
  border-color: #e1071e;
  background-color: #e1071e;
  color: #fff;
}
.btn-secondary.btn-outline {
  color: #e1071e;
}
.btn-secondary.btn-outline:active,
.btn-secondary.btn-outline:focus,
.btn-secondary.btn-outline:hover {
  background-color: #e1071e;
  border-color: #e1071e;
  color: #fff;
}
.btn-secondary.btn-link {
  background-color: transparent;
  color: #e1071e;
}
.btn-secondary.btn-link:active,
.btn-secondary.btn-link:focus,
.btn-secondary.btn-link:hover {
  color: #222;
}
.btn-secondary.btn-underline:active,
.btn-secondary.btn-underline:focus,
.btn-secondary.btn-underline:hover {
  color: #e1071e;
}
.btn-dim {
  color: #fff;
  border-color: #54524d;
  background-color: #54524d;
}
.btn-dim:active,
.btn-dim:focus,
.btn-dim:hover {
  color: #fff;
  border-color: #67645e;
  background-color: #67645e;
}
.btn-dim.btn-solid {
  color: #54524d;
  border-color: #fff;
  background-color: #fff;
}
.btn-dim.btn-solid:active,
.btn-dim.btn-solid:focus,
.btn-dim.btn-solid:hover {
  border-color: #54524d;
  background-color: #54524d;
  color: #fff;
}
.btn-dim.btn-outline {
  color: #54524d;
}
.btn-dim.btn-outline:active,
.btn-dim.btn-outline:focus,
.btn-dim.btn-outline:hover {
  background-color: #54524d;
  border-color: #54524d;
  color: #fff;
}
.btn-dim.btn-link {
  background-color: transparent;
  color: #54524d;
}
.btn-dim.btn-link:active,
.btn-dim.btn-link:focus,
.btn-dim.btn-link:hover {
  color: #222;
}
.btn-dim.btn-underline:active,
.btn-dim.btn-underline:focus,
.btn-dim.btn-underline:hover {
  color: #54524d;
}
.btn-alert {
  color: #fff;
  border-color: #f12a57;
  background-color: #f12a57;
}
.btn-alert:active,
.btn-alert:focus,
.btn-alert:hover {
  color: #fff;
  border-color: #f34b71;
  background-color: #f34b71;
}
.btn-alert.btn-solid {
  color: #f12a57;
  border-color: #fff;
  background-color: #fff;
}
.btn-alert.btn-solid:active,
.btn-alert.btn-solid:focus,
.btn-alert.btn-solid:hover {
  border-color: #f12a57;
  background-color: #f12a57;
  color: #fff;
}
.btn-alert.btn-outline {
  color: #f12a57;
}
.btn-alert.btn-outline:active,
.btn-alert.btn-outline:focus,
.btn-alert.btn-outline:hover {
  background-color: #f12a57;
  border-color: #f12a57;
  color: #fff;
}
.btn-alert.btn-link {
  background-color: transparent;
  color: #f12a57;
}
.btn-alert.btn-link:active,
.btn-alert.btn-link:focus,
.btn-alert.btn-link:hover {
  color: #222;
}
.btn-alert.btn-underline:active,
.btn-alert.btn-underline:focus,
.btn-alert.btn-underline:hover {
  color: #f12a57;
}
.btn-success {
  color: #fff;
  border-color: #b1ca39;
  background-color: #b1ca39;
}
.btn-success:active,
.btn-success:focus,
.btn-success:hover {
  color: #fff;
  border-color: #bcd255;
  background-color: #bcd255;
}
.btn-success.btn-solid {
  color: #b1ca39;
  border-color: #fff;
  background-color: #fff;
}
.btn-success.btn-solid:active,
.btn-success.btn-solid:focus,
.btn-success.btn-solid:hover {
  border-color: #b1ca39;
  background-color: #b1ca39;
  color: #fff;
}
.btn-success.btn-outline {
  color: #b1ca39;
}
.btn-success.btn-outline:active,
.btn-success.btn-outline:focus,
.btn-success.btn-outline:hover {
  background-color: #b1ca39;
  border-color: #b1ca39;
  color: #fff;
}
.btn-success.btn-link {
  background-color: transparent;
  color: #b1ca39;
}
.btn-success.btn-link:active,
.btn-success.btn-link:focus,
.btn-success.btn-link:hover {
  color: #222;
}
.btn-success.btn-underline:active,
.btn-success.btn-underline:focus,
.btn-success.btn-underline:hover {
  color: #b1ca39;
}
.btn-primary-dark {
  color: #fff;
  border-color: #222;
  background-color: #222;
}
.btn-primary-dark:active,
.btn-primary-dark:focus,
.btn-primary-dark:hover {
  color: #fff;
  border-color: #343434;
  background-color: #343434;
}
.btn-primary-dark.btn-solid {
  color: #222;
  border-color: #fff;
  background-color: #fff;
}
.btn-primary-dark.btn-solid:active,
.btn-primary-dark.btn-solid:focus,
.btn-primary-dark.btn-solid:hover {
  border-color: #222;
  background-color: #222;
  color: #fff;
}
.btn-primary-dark.btn-outline {
  color: #222;
}
.btn-primary-dark.btn-outline:active,
.btn-primary-dark.btn-outline:focus,
.btn-primary-dark.btn-outline:hover {
  background-color: #222;
  border-color: #222;
  color: #fff;
}
.btn-primary-dark.btn-link {
  background-color: transparent;
  color: #222;
}
.btn-primary-dark.btn-link:active,
.btn-primary-dark.btn-link:focus,
.btn-primary-dark.btn-link:hover {
  color: #222;
}
.btn-primary-dark.btn-underline:active,
.btn-primary-dark.btn-underline:focus,
.btn-primary-dark.btn-underline:hover {
  color: #222;
}
.btn-dark {
  color: #fff;
  border-color: #333;
  background-color: #333;
}
.btn-dark:active,
.btn-dark:focus,
.btn-dark:hover {
  color: #fff;
  border-color: #454545;
  background-color: #454545;
}
.btn-dark.btn-solid {
  color: #333;
  border-color: #fff;
  background-color: #fff;
}
.btn-dark.btn-solid:active,
.btn-dark.btn-solid:focus,
.btn-dark.btn-solid:hover {
  border-color: #333;
  background-color: #333;
  color: #fff;
}
.btn-dark.btn-outline {
  color: #333;
}
.btn-dark.btn-outline:active,
.btn-dark.btn-outline:focus,
.btn-dark.btn-outline:hover {
  background-color: #333;
  border-color: #333;
  color: #fff;
}
.btn-dark.btn-link {
  background-color: transparent;
  color: #333;
}
.btn-dark.btn-link:active,
.btn-dark.btn-link:focus,
.btn-dark.btn-link:hover {
  color: #222;
}
.btn-dark.btn-underline:active,
.btn-dark.btn-underline:focus,
.btn-dark.btn-underline:hover {
  color: #333;
}
.btn-white {
  color: #222;
  background-color: #fff;
  border-color: #fff;
}
.btn-white:active,
.btn-white:focus,
.btn-white:hover {
  color: #fff;
  border-color: #e1071e;
  background-color: #e1071e;
}
.btn-white.btn-outline {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}
.btn-white.btn-outline:active,
.btn-white.btn-outline:focus,
.btn-white.btn-outline:hover {
  color: #e1071e;
  background-color: #fff;
}
.btn-white.btn-link {
  color: #fff;
  background-color: transparent;
}
.btn-white.btn-link:active,
.btn-white.btn-link:focus,
.btn-white.btn-link:hover {
  color: #fff;
  background-color: transparent;
}
.btn-outline {
  color: #eee;
  background-color: transparent;
}
.btn-outline:active,
.btn-outline:focus,
.btn-outline:hover {
  border-color: #666;
  background-color: #666;
  color: #fff;
}
.btn-outline.btn-bg {
  color: #fff;
}
.btn-reveal-right i {
  font-size: 0.95em;
  opacity: 0;
  margin-right: -1em;
  transform: translateX(-0.5em);
  margin-left: 0;
  transition: transform 0.3s, opacity 0.3s, margin 0.3s;
}
.btn-reveal-right:active i,
.btn-reveal-right:focus i,
.btn-reveal-right:hover i {
  opacity: 1;
  margin-left: 0.7rem;
  transform: translateX(0);
  margin-right: 0;
}
.btn-slide-right:active i,
.btn-slide-right:focus i,
.btn-slide-right:hover i {
  animation: 0.5s ease slideRight;
}
@keyframes slideRight {
  0% {
    left: 0;
  }
  50% {
    left: 0.5em;
  }
  to {
    left: 0;
  }
}
.btn-shadow {
  box-shadow: 0 8px 10px 0px rgba(0, 0, 0, 0.1);
}
.btn-shadow:active,
.btn-shadow:focus,
.btn-shadow:hover {
  box-shadow: 0 15px 20px -15px rgba(0, 0, 0, 0.35);
}
.btn-shadow-lg {
  box-shadow: 0px 0px 10px 7px rgba(0, 0, 0, 0.05);
}
.btn-shadow-lg:active,
.btn-shadow-lg:focus,
.btn-shadow-lg:hover {
  box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.4);
}
.btn-shadow-success {
  box-shadow: 3px 6px 20px 1px #dcff77;
}
.btn-shadow-success:active,
.btn-shadow-success:focus,
.btn-shadow-success:hover {
  box-shadow: 0 13px 20px -10px rgba(220, 255, 119, 0.2);
}
.btn-shadow-icon i {
  padding: 5px 3px 3px 5px;
  margin-left: 1rem;
  font-size: 1em;
  line-height: 2.3rem;
  color: #fff;
  background-color: #b1ca39;
  border-radius: 100%;
  box-shadow: 2px 3px 9px 0px #b1ca39;
}
.btn-shadow-icon.btn-white:active,
.btn-shadow-icon.btn-white:focus,
.btn-shadow-icon.btn-white:hover {
  background-color: transparent;
  border-color: transparent;
}
.btn-overlap {
  box-shadow: 4px 4px 0px 0px #a1bc20;
}
.btn-overlap:hover {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.5);
}
.btn-underline:active:after,
.btn-underline:focus:after,
.btn-underline:hover:after {
  transform: scaleX(1);
}
.btn-underline:after {
  content: "";
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1px;
  width: 100%;
  border-bottom: 1px solid;
  transform: scaleX(0);
  transition: transform 0.3s;
}
.btn-underline.btn-underline-visible:after {
  transform: scaleX(1);
}
.btn-underline.btn-underline-width-sm:after {
  height: 1px;
  border-bottom: 0;
}
.btn-underline.primary-bold {
  position: relative;
}
.btn-underline.primary-bold:after {
  position: absolute;
  bottom: 0%;
  border-bottom: 10px solid transparent;
  transform-origin: left center;
}
.btn-underline.sm:after {
  width: 46%;
}
.btn-underline.lg:after {
  margin-left: -16.5%;
  margin-right: -16.5%;
  width: 133%;
}
.btn-underline.primary-bold:hover:after {
  border-color: rgba(255, 156, 40, 0.3);
}
.btn-link {
  padding: 0;
  border: 0;
  background-color: transparent;
}
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
  background-color: transparent;
}
.btn-disabled {
  cursor: not-allowed;
  background-color: #e4eaec !important;
  color: #999 !important;
  border-color: #e4eaec !important;
  box-shadow: none !important;
}
.btn-disabled:after,
.btn-disabled:before {
  content: none !important;
}
.btn.btn-rounded {
  border-radius: 8px;
}
.btn.btn-rounded:after,
.btn.btn-rounded:before {
  border-radius: 8px;
}
.btn.btn-block {
  display: block;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
.btn.btn-right-circle i {
  position: relative;
  z-index: 2;
  margin-left: 20px;
}
.btn.btn-right-circle i:before {
  color: #e1071e;
}
.btn.btn-right-circle i:after {
  position: absolute;
  content: "";
  width: 38px;
  height: 38px;
  z-index: -1;
  left: 50%;
  top: 43%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 50%;
}
.btn.btn-ellipse {
  border-radius: 3rem;
}
.btn-lg {
  padding: 1.1em 2.45em 0.9em;
  font-size: 1.429em;
}
.btn-md {
  padding: 1.16em 2.38em 1em;
  font-size: 0.8125em;
}
.btn-sm {
  padding: 0.9em 1.75em 0.7em;
  font-size: 0.75em;
}
.btn-remove {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.2rem;
  height: 2.2rem;
  font-size: 0.857em;
  color: #54524d;
  border: 1px solid #e1e1e1;
  border-radius: 50%;
}
.btn-remove i {
  line-height: 0;
}
.category {
  position: relative;
}
.category .category-content {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  transition: background 0.3s;
  padding: 2.3rem 0;
}
.category-absolute .category-content {
  cursor: pointer;
  position: absolute;
}
.category-name {
  font-weight: 400;
  text-transform: uppercase;
}
.category-count {
  font-size: 0.875em;
}
.category-simple figure {
  border: 1px solid #e0dede;
  transition: border-color 0.3s;
}
.category-simple:hover figure {
  border-color: #e1071e;
}
.category-icon {
  text-align: center;
}
.category-icon i {
  font-size: 3.3125em;
  transition: color 0.3s;
}
.category-icon:hover i {
  color: #e1071e;
}
.category-icon .category-content {
  padding-top: 0.5rem;
}
.category-classic .category-content {
  width: 87%;
  bottom: 0;
  transform: translateY(-50%);
  background-color: #333;
  color: #fff;
  margin: 0 auto;
  padding: 1.65rem 0;
}
.category-classic .category-name {
  text-transform: uppercase;
  color: #fff;
  transform: translateY(10px);
  transition: transform 0.3s;
}
.category-classic .category-count {
  display: block;
  font-size: 0.75em;
  line-height: 1.5;
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 0.3s, transform 0.3s;
}
.category-classic:hover .category-count {
  opacity: 1;
  transform: translateY(0);
}
.category-classic:hover .category-name {
  transform: translateY(0);
}
.category-ellipse img {
  border: 1px solid transparent;
  border-radius: 50%;
  transition: padding 0.3s;
}
.category-ellipse .category-content {
  padding-top: 1.7rem;
}
.category-ellipse .category-name {
  font-weight: 300;
  text-transform: capitalize;
}
.category-ellipse.active img,
.category-ellipse:hover img {
  padding: 1rem;
  border-color: #e1071e;
}
.category-banner {
  overflow: hidden;
  color: #fff;
}
.category-banner .category-content {
  left: 2.8rem;
  bottom: 1.6rem;
  align-items: flex-start;
  z-index: 1;
  padding: 0;
}
.category-banner .category-name {
  text-transform: none;
  color: #fff;
  line-height: 1;
  transform: translateY(10px);
  transition: transform 0.3s;
}
.category-banner .category-count {
  display: block;
  font-size: 0.75em;
  line-height: 1.5;
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 0.3s, transform 0.3s;
}
.category-banner:hover .category-count {
  opacity: 1;
  transform: translateY(0);
}
.category-banner:hover .category-name {
  transform: translateY(0);
}
.category-banner:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 36.5%;
  background: linear-gradient(to bottom, rgba(125, 185, 232, 0) 0, #000 100%);
  opacity: 0.7;
  z-index: 1;
}

[class*=" p-icon-"]:before,
[class^="p-icon-"]:before {
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.p-icon-shipping:before {
  content: "";
}
.p-icon-shipping2:before {
  content: "";
}
.p-icon-comments1:before {
  content: "";
}
.p-icon-heart-fill:before {
  content: "";
}
.p-icon-instagram:before {
  content: "";
}
.p-icon-youtube1:before {
  content: "";
}
.p-icon-pinterest:before {
  content: "";
}
.p-icon-pinterest-p:before {
  content: "";
}
.p-icon-google:before {
  content: "";
}
.p-icon-twitter:before {
  content: "";
}
.p-icon-facebook:before {
  content: "";
}
.p-icon-coupon:before {
  content: "";
}
.p-icon-dashboard:before {
  content: "";
}
.p-icon-log-out:before {
  content: "";
}
.p-icon-minus-solid:before {
  content: "";
}
.p-icon-plus-solid:before {
  content: "";
}
.p-icon-angle-down:before {
  content: "";
}
.p-icon-angle-up:before {
  content: "";
}
.p-icon-angle-left:before {
  content: "";
}
.p-icon-angle-right:before {
  content: "";
}
.p-icon-products:before {
  content: "";
}
.p-icon-reports:before {
  content: "";
}
.p-icon-return:before {
  content: "";
}
.p-icon-reviews:before {
  content: "";
}
.p-icon-spin:before {
  content: "";
}
.p-icon-setting:before {
  content: "";
}
.p-icon-ship-station:before {
  content: "";
}
.p-icon-social:before {
  content: "";
}
.p-icon-store-seo:before {
  content: "";
}
.p-icon-store:before {
  content: "";
}
.p-icon-support:before {
  content: "";
}
.p-icon-tools:before {
  content: "";
}
.p-icon-vendor-store:before {
  content: "";
}
.p-icon-verification:before {
  content: "";
}
.p-icon-visit:before {
  content: "";
}
.p-icon-withdraw:before {
  content: "";
}
.p-icon-repeat:before {
  content: "";
}
.p-icon-media:before {
  content: "";
}
.p-icon-prev:before {
  content: "";
}
.p-icon-play:before {
  content: "";
}
.p-icon-next:before {
  content: "";
}
.p-icon-arrow-down:before {
  content: "";
}
.p-icon-arrow-left:before {
  content: "";
}
.p-icon-arrow-right:before {
  content: "";
}
.p-icon-arrow-up:before {
  content: "";
}
.p-icon-comment:before {
  content: "";
}
.p-icon-grape:before {
  content: "";
}
.p-icon-envelop:before {
  content: "";
}
.p-icon-logout:before {
  content: "";
}
.p-icon-order:before {
  content: "";
}
.p-icon-quote:before {
  content: "";
}
.p-icon-sale:before {
  content: "";
}
.p-icon-zoom:before {
  content: "";
}
.p-icon-call:before {
  content: "";
}
.p-icon-cart:before {
  content: "";
}
.p-icon-category:before {
  content: "";
}
.p-icon-category-1:before {
  content: "";
}
.p-icon-compare:before {
  content: "";
}
.p-icon-computer:before {
  content: "";
}
.p-icon-electronics:before {
  content: "";
}
.p-icon-fashion-2:before {
  content: "";
}
.p-icon-login:before {
  content: "";
}
.p-icon-smartphone:before {
  content: "";
}
.p-icon-smartphone-2:before {
  content: "";
}
.p-icon-art-class:before {
  content: "";
}
.p-icon-bag:before {
  content: "";
}
.p-icon-basketball:before {
  content: "";
}
.p-icon-bathtub:before {
  content: "";
}
.p-icon-bed:before {
  content: "";
}
.p-icon-birthday-cake:before {
  content: "";
}
.p-icon-bow:before {
  content: "";
}
.p-icon-bridge-lamp:before {
  content: "";
}
.p-icon-calendar:before {
  content: "";
}
.p-icon-camera:before {
  content: "";
}
.p-icon-desktop:before {
  content: "";
}
.p-icon-dish:before {
  content: "";
}
.p-icon-display:before {
  content: "";
}
.p-icon-download:before {
  content: "";
}
.p-icon-envelope:before {
  content: "";
}
.p-icon-fax:before {
  content: "";
}
.p-icon-furniture:before {
  content: "";
}
.p-icon-bars-solid:before {
  content: "";
}
.p-icon-star-solid:before {
  content: "";
}
.p-icon-exclamation-triangle:before {
  content: "";
}
.p-icon-times-circle:before {
  content: "";
}
.p-icon-cog-solid:before {
  content: "";
}
.p-icon-exclamation-circle-solid:before {
  content: "";
}
.p-icon-gamepad:before {
  content: "";
}
.p-icon-gift:before {
  content: "";
}
.p-icon-grid:before {
  content: "";
}
.p-icon-headphone:before {
  content: "";
}
.p-icon-heartbeat:before {
  content: "";
}
.p-icon-home:before {
  content: "";
}
.p-icon-honour:before {
  content: "";
}
.p-icon-check-solid:before {
  content: "";
}
.p-icon-check:before {
  content: "";
}
.p-icon-comments:before {
  content: "";
}
.p-icon-envelope:before {
  content: "";
}
.p-icon-envelope1:before {
  content: "";
}
.p-icon-youtube:before {
  content: "";
}
.p-icon-times:before {
  content: "";
}
.p-icon-hotline:before {
  content: "";
}
.p-icon-ice-cream:before {
  content: "";
}
.p-icon-list:before {
  content: "";
}
.p-icon-design:before {
  content: "";
}
.p-icon-settings:before {
  content: "";
}
.p-icon-mobile:before {
  content: "";
}
.p-icon-money:before {
  content: "";
}
.p-icon-motocycle:before {
  content: "";
}
.p-icon-net-world:before {
  content: "";
}
.p-icon-orders:before {
  content: "";
}
.p-icon-phone:before {
  content: "";
}
.p-icon-return:before {
  content: "";
}
.p-icon-rice-cooker:before {
  content: "";
}
.p-icon-ruby:before {
  content: "";
}
.p-icon-search:before {
  content: "";
}
.p-icon-search-minus:before {
  content: "";
}
.p-icon-search-plus:before {
  content: "";
}
.p-icon-service:before {
  content: "";
}
.p-icon-shopify:before {
  content: "";
}
.p-icon-sofa:before {
  content: "";
}
.p-icon-sport:before {
  content: "";
}
.p-icon-star:before {
  content: "";
}
.p-icon-star-full:before {
  content: "";
}
.p-icon-table:before {
  content: "";
}
.p-icon-table2:before {
  content: "";
}
.p-icon-truck:before {
  content: "";
}
.p-icon-tshirt:before {
  content: "";
}
.p-icon-user:before {
  content: "";
}
.p-icon-wallet:before {
  content: "";
}
.p-icon-support:before {
  content: "";
}
.p-icon-woocommerce:before {
  content: "";
}
.p-icon-book-checked:before {
  content: "";
}
.p-icon-star-2:before {
  content: "";
}
.p-icon-earphone:before {
  content: "";
}
.p-icon-media-empty {
  content: "";
}
.p-icon-phone-solid:before {
  content: "";
}
.p-icon-map:before {
  content: "";
}
.p-icon-search-solid:before {
  content: "";
}
.p-icon-user-solid:before {
  content: "";
}
.p-icon-heart-solid:before {
  content: "";
}
.p-icon-cart-solid:before {
  content: "";
}
.p-icon-arrow-long-left:before {
  content: "";
}
.p-icon-arrow-long-right:before {
  content: "";
}
.p-icon-arrow-prev:before {
  content: "";
}
.p-icon-arrow-next:before {
  content: "";
}
.p-icon-shipping-solid:before {
  content: "";
}
.p-icon-quality:before {
  content: "";
}
.p-icon-fax2:before {
  content: "";
}
.p-icon-heartbeat-solid:before {
  content: "";
}
.p-icon-fruit:before {
  content: "";
}
.p-icon-filter:before {
  content: "";
}
.p-icon-earphone2:before {
  content: "";
}
.p-icon-email:before {
  content: "";
}
.p-icon-socials:before {
  content: "";
}
.p-icon-message:before {
  content: "";
}
.p-icon-clock:before {
  content: "";
}
.p-icon-drink:before {
  content: "";
}
.p-icon-fish:before {
  content: "";
}
.p-icon-vegetable:before {
  content: "";
}
.p-icon-meat:before {
  content: "";
}
.p-icon-snack:before {
  content: "";
}
.p-icon-boiled-dry:before {
  content: "";
}
.p-icon-letters:before {
  content: "";
}
.p-icon-cocktail:before {
  content: "";
}
.p-icon-category-solid:before {
  content: "";
}
.p-icon-bottle:before {
  content: "";
}
.p-icon-hand-leaf:before {
  content: "";
}
.p-icon-star-3:before {
  content: "";
}
.p-icon-danger:before {
  content: "";
}
.p-icon-alarm:before {
  content: "";
}
.p-icon-face-bad:before {
  content: "";
}
.p-icon-checked:before {
  content: "";
}
.p-icon-list-2:before {
  content: "";
}
.p-icon-close:before {
  content: "";
}
.p-icon-compare-solid:before {
  content: "";
}
.p-icon-play-fill:before {
  content: "";
}
.p-icon-play-empty:before {
  content: "";
}
.p-icon-close-circle:before {
  content: "";
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  letter-spacing: inherit;
  background-color: transparent;
  margin: 0;
}
textarea {
  min-width: 100%;
  max-width: 100%;
}
option {
  font-weight: 300;
}
button {
  overflow: visible;
  border-style: none;
}
button,
select {
  text-transform: none;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type="email"],
input[type="number"],
input[type="password"],
input[type="reset"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
select,
textarea {
  display: block;
  width: 100%;
  padding: 1.1em 1.22em 0.9em;
  border: 1px solid #e0dede;
  border-radius: 0;
  box-shadow: none;
  box-sizing: border-box;
  font-size: 0.875em;
  line-height: 1.5;
  color: #999;
  -webkit-appearance: none;
  -moz-appearance: none;
  min-width: 20px;
}
input::-moz-placeholder,
input::-webkit-input-placeholder,
input::placeholder {
  color: inherit;
  transition: color 0.3s;
}
input:focus::-moz-placeholder,
input:focus::-webkit-input-placeholder,
input:focus::placeholder {
  color: transparent;
}
input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
input,
select,
textarea {
  font-weight: 300;
  font-size: 100%;
  vertical-align: baseline;
}
input[type="checkbox"],
input[type="radio"] {
  display: inline-flex;
  width: 1.286em;
  height: 1.286em;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  border: 1px solid #ccc;
  border-radius: 0;
  margin-bottom: 0.3em;
  margin-right: 0.286em;
  font-size: 0.875em;
  cursor: pointer;
  -webkit-appearance: none;
}
input[type="checkbox"] ~ label,
input[type="checkbox"] ~ span,
input[type="radio"] ~ label,
input[type="radio"] ~ span {
  font-size: 0.875em;
  color: #54524d;
  cursor: pointer;
}
input[type="checkbox"] {
  box-shadow: none;
}
input[type="checkbox"]:checked {
  background: #222;
  border-color: #222;
}
input[type="checkbox"]:checked:before {
  content: "";
  font-size: 0.643em;
  font-weight: 900;
  display: block;
  line-height: 1.286em;
  color: #fff;
}
input[type="radio"] {
  position: relative;
}
input[type="radio"]:before {
  content: "";
  position: absolute;
  width: 0.571em;
  height: 0.571em;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
input[type="radio"]:checked {
  border-color: #e1071e;
}
input[type="radio"]:checked:before {
  background-color: #e1071e;
}
select {
  -moz-appearance: none;
  padding-right: 1.4em;
}
@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
  select::-ms-expand {
    display: none;
  }
  select:focus::-ms-value {
    background: transparent;
    color: currentColor;
  }
}
.inline-form {
  display: flex;
}
.inline-form input {
  flex: 1;
}
@media (max-width: 575px) {
  .inline-form button {
    padding-left: 1.65em;
    padding-right: 1.65em;
  }
}
.form-simple {
  position: relative;
  border: 1px solid #e0dede;
}
.form-simple .btn,
.form-simple input {
  border: none;
}
.form-simple .btn {
  position: absolute;
  top: 54%;
  right: 1rem;
  transform: translateY(-50%);
  padding: 0;
  background: none;
  transition: color 0.3s;
}
.form-simple .btn:hover {
  color: #e1071e;
}
.select-box,
.select-menu {
  position: relative;
}
.select-box select,
.select-menu select {
  color: inherit;
  z-index: 1;
}
.select-box:before,
.select-menu:before {
  content: "";
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
}
.icon-box p {
  margin: 0;
}
.icon-box-icon {
  display: inline-block;
  margin-bottom: 1.5rem;
  font-size: 2.7em;
  color: #e1071e;
  line-height: 0;
}
.ib-bottom {
  position: relative;
}
.ib-bottom:after {
  position: absolute;
  content: "";
  bottom: 0;
  width: 50px;
  left: 50%;
  transform: translateX(-50%);
  border-bottom: 1px solid #e1071e;
}
.ib-bottom .icon-box-content {
  padding-bottom: 2.2rem;
  text-align: center;
}
.ib-border {
  padding: 41px 10px 38px;
  border: 1px solid #e0dede;
  text-align: center;
}
.ib-border .icon-box-icon {
  margin-bottom: 1.8rem;
}
.ib-border .icon-box-title {
  margin-bottom: 10px;
}
.icon-box-side {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 0 1.9rem;
}
.icon-box-side .icon-box-title {
  font-size: 0.875em;
  font-weight: 400;
}
.icon-box-side .icon-box-icon {
  margin: 0 1.9rem 0.3rem 0;
}
.icon-box-side p {
  font-size: 0.875em;
}
.icon-box-tiny .icon-box-icon {
  margin: 0 1.9rem 0 0;
}
.icon-box-tiny .icon-box-title {
  display: flex;
  align-items: center;
  text-transform: uppercase;
  margin-bottom: 0.8rem;
  font-size: 1em;
  font-weight: 400;
}
.icon-box-tiny .icon-box-content {
  padding-right: 2rem;
}
@media (max-width: 991px) {
  .icon-box-side {
    flex-direction: column;
  }
  .icon-box-side .icon-box-icon {
    margin: 0 0 2rem 0;
  }
  .icon-box-side .icon-box-content {
    text-align: center;
  }
}
.minipopup-area {
  position: fixed;
  left: 30px;
  bottom: 30px;
  z-index: 9999;
}
.minipopup-box {
  position: absolute;
  left: -8rem;
  width: 303px;
  padding: 2rem;
  background-color: #fff;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  transform: translateY(-100%);
  opacity: 0;
  transition: opacity 0.3s, left 0.3s ease-out, transform 0.3s;
  z-index: 9999;
}
.minipopup-box.show {
  opacity: 1;
  left: 0;
}
.minipopup-box.focus {
  transform: scale(0.98) translateY(-100%);
}
.minipopup-box .product.product-mini {
  margin-top: 0;
}
.minipopup-box .product.product-mini .product-media {
  margin-right: 1.7rem;
  height: 9rem;
  width: 9rem;
}
.minipopup-box .product.product-mini .product-detail {
  margin-top: 0.3rem;
}
.minipopup-box .product.product-mini .product-name {
  display: block;
  font-size: 0.875em;
  margin-bottom: 1.1rem;
  color: #000;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.025em;
}
.minipopup-box .product.product-mini .product-name:hover {
  color: #e1071e;
}
.minipopup-box .product.product-mini .product-price {
  margin-bottom: -0.2rem;
  font-size: 0.937em;
}
.minipopup-box .product.product-mini .product-price .old-price {
  font-size: 0.812em;
}
.minipopup-box .product.product-mini .product-quantity {
  margin-right: 0.7rem;
  font-size: 0.875em;
  font-weight: 600;
  color: #333;
}
.minipopup-box .product.product-mini .product-quantity:after {
  margin: 0 0 -0.2rem 0.7rem;
  font-size: 0.75em;
}
.minipopup-box .product.product-mini.product-purchased .purchased-title {
  margin-bottom: 1.9rem;
}
.minipopup-box .product.product-mini.product-purchased .product-detail {
  margin-top: 0.1rem;
  flex: 1;
}
.minipopup-box .product.product-mini.product-purchased .product-name {
  margin: 0 0 1.2rem;
}
.minipopup-box .product-price {
  color: #e1071e;
  margin-bottom: 3px;
}
.minipopup-box .action-group {
  justify-content: space-around;
  margin-top: 2rem;
}
.minipopup-box .btn.btn-sm {
  font-weight: 600;
  letter-spacing: -0.025em;
  border-width: 1px;
}
.minipopup-box .btn.btn-outline {
  margin-right: 0.7rem;
}
.minipopup-title {
  margin-bottom: 1.5rem;
  color: #333;
  font-size: 0.937em;
  font-weight: 700;
  text-align: center;
  letter-spacing: -0.035em;
  line-height: 1;
}
.minipopup-title .btn {
  margin-left: 1rem;
}
.purchased-time {
  color: #e1071e;
  font-size: 0.75em;
}
@media (max-width: 479px) {
  .minipopup-area {
    left: 9px;
  }
}
.overlay,
.overlay-visible {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  transition: padding 0.3s ease-out, background-color 0.3s, opacity 0.3s;
}
.overlay {
  padding-top: 10rem;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
}
a > .overlay {
  cursor: pointer;
}
figure:hover .overlay {
  padding-top: 0;
  opacity: 1;
}
.overlay.social-links {
  flex-direction: row;
}
.overlay .social-links {
  justify-content: center;
}
.overlay a:hover {
  color: #fff;
  text-decoration: underline;
}
.overlay a.social-link {
  border-color: #fff;
}
.overlay .social-link:hover {
  color: #fff;
  text-decoration: none;
}
figure:hover .overlay-visible {
  background: rgba(255, 156, 40, 0.9);
  padding-bottom: 9rem;
}
.overlay-transparent {
  background: transparent;
}
.overlay-dark,
.overlay-effect1,
.overlay-effect2,
.overlay-effect3,
.overlay-effect4,
.overlay-light {
  overflow: hidden;
}
.overlay-dark figure,
.overlay-effect1 figure,
.overlay-effect2 figure,
.overlay-effect3 figure,
.overlay-effect4 figure,
.overlay-light figure {
  overflow: hidden;
}
.overlay-dark .banner,
.overlay-dark figure,
.overlay-effect1 .banner,
.overlay-effect1 figure,
.overlay-effect2 .banner,
.overlay-effect2 figure,
.overlay-effect3 .banner,
.overlay-effect3 figure,
.overlay-effect4 .banner,
.overlay-effect4 figure,
.overlay-light .banner,
.overlay-light figure {
  position: relative;
}
.overlay-dark.banner:after,
.overlay-dark figure:after,
.overlay-dark figure > a:after,
.overlay-effect1 figure:after,
.overlay-effect1 figure > a:after,
.overlay-effect1.banner:after,
.overlay-effect2 figure:after,
.overlay-effect2 figure > a:after,
.overlay-effect2.banner:after,
.overlay-effect3 figure:after,
.overlay-effect3 figure > a:after,
.overlay-effect3.banner:after,
.overlay-effect4 figure:after,
.overlay-effect4 figure > a:after,
.overlay-effect4.banner:after,
.overlay-light.banner:after,
.overlay-light figure:after,
.overlay-light figure > a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #333;
  opacity: 0;
  transition: opacity 0.3s, background 0.3s, transform 0.3s;
}
.overlay-dark.banner:hover:after,
.overlay-dark:hover figure:after,
.overlay-dark:hover figure > a:after,
.overlay-effect1.banner:hover:after,
.overlay-effect1:hover figure:after,
.overlay-effect1:hover figure > a:after,
.overlay-effect2.banner:hover:after,
.overlay-effect2:hover figure:after,
.overlay-effect2:hover figure > a:after,
.overlay-effect3.banner:hover:after,
.overlay-effect3:hover figure:after,
.overlay-effect3:hover figure > a:after,
.overlay-effect4.banner:hover:after,
.overlay-effect4:hover figure:after,
.overlay-effect4:hover figure > a:after,
.overlay-light.banner:hover:after,
.overlay-light:hover figure:after,
.overlay-light:hover figure > a:after {
  opacity: 0.2;
}
.overlay-dark.banner-fixed:after,
.overlay-dark.post > figure:after,
.overlay-effect1.banner-fixed:after,
.overlay-effect1.post > figure:after,
.overlay-effect2.banner-fixed:after,
.overlay-effect2.post > figure:after,
.overlay-effect3.banner-fixed:after,
.overlay-effect3.post > figure:after,
.overlay-effect4.banner-fixed:after,
.overlay-effect4.post > figure:after,
.overlay-light.banner-fixed:after,
.overlay-light.post > figure:after {
  content: none;
}
.overlay-dark.post > figure > a:after,
.overlay-effect1.post > figure > a:after,
.overlay-effect2.post > figure > a:after,
.overlay-effect3.post > figure > a:after,
.overlay-effect4.post > figure > a:after,
.overlay-light.post > figure > a:after {
  z-index: 1;
}
.overlay-effect2 figure:before,
.overlay-effect2 figure > a:before,
.overlay-effect2.banner:before,
.overlay-effect4 figure:before,
.overlay-effect4 figure > a:before,
.overlay-effect4.banner:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #fff;
  opacity: 0.2;
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.overlay-effect2.banner-fixed:before,
.overlay-effect2.post > figure:before,
.overlay-effect4.banner-fixed:before,
.overlay-effect4.post > figure:before {
  content: none;
}
.banner.overlay-light figure:after,
.overlay-light figure > a:after {
  background: #e1e1e1;
}
.banner.overlay-dark figure:after,
.overlay-dark figure > a:after {
  background: #333;
}
.overlay-zoom {
  overflow: hidden;
}
.overlay-zoom > figure {
  overflow: hidden;
}
.overlay-zoom > figure img {
  transition: transform 0.3s;
}
.overlay-zoom:hover > figure img {
  transform: scale(1.08);
}
.overlay-effect1:hover:after,
.overlay-effect1:hover > figure:after,
.overlay-effect1:hover > figure > a:after {
  transform: scale(1, 1);
  visibility: visible;
  opacity: 0;
  transition: transform 0.5s linear, opacity 0.5s linear;
}
.overlay-effect1 > figure:after,
.overlay-effect1 > figure > a:after {
  transform: scale(0, 1);
  opacity: 0.4;
  background-color: #fff;
  visibility: hidden;
}
.overlay-effect2:hover:after,
.overlay-effect2:hover:before,
.overlay-effect2:hover > figure:after,
.overlay-effect2:hover > figure:before,
.overlay-effect2:hover > figure > a:after,
.overlay-effect2:hover > figure > a:before {
  opacity: 0;
  transform: none;
}
.overlay-effect2 > figure:after,
.overlay-effect2 > figure > a:after {
  transform: translateX(-100%);
  background-color: #fff;
  opacity: 0.2;
  transition: transform 0.9s ease, opacity 0.9s ease;
}
.overlay-effect2 > figure:before,
.overlay-effect2 > figure > a:before {
  transform: translateX(100%);
  transition: transform 0.9s ease, opacity 0.9s ease;
}
.overlay-effect3:hover:after,
.overlay-effect3:hover > figure:after,
.overlay-effect3:hover > figure > a:after {
  top: 100%;
  left: -100%;
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg)
    translate3d(0, 200%, 0);
}
.overlay-effect3 > figure:after,
.overlay-effect3 > figure > a:after {
  left: 50%;
  width: 120%;
  height: 6rem;
  background-color: #fff;
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg)
    translate3d(0, -150%, 0);
  transition: 0.5s linear, top 0.5s linear, left 0.5s linear;
}
.overlay-effect4:hover:after,
.overlay-effect4:hover:before,
.overlay-effect4:hover > figure:after,
.overlay-effect4:hover > figure:before,
.overlay-effect4:hover > figure > a:after,
.overlay-effect4:hover > figure > a:before {
  transform: scale(1, 1);
}
.overlay-effect4 > figure:after,
.overlay-effect4 > figure > a:after {
  transform: scale(0, 1);
  background-color: #fff;
}
.overlay-effect4 > figure:before,
.overlay-effect4 > figure > a:before {
  transform: scale(1, 0);
  transition: transform 0.3s;
}
.overlay-filter > figure img {
  transition: filter 0.4s;
}
.overlay-blur:hover > figure img {
  filter: blur(4px);
}
.overlay-brightness:hover > figure img {
  filter: brightness(1.5);
}
.overlay-contrast:hover > figure img {
  filter: contrast(1.5);
}
.overlay-grayscale:hover > figure img {
  filter: grayscale(1);
}
.overlay-hue:hover > figure img {
  filter: hue-rotate(270deg);
}
.overlay-opacity:hover > figure img {
  filter: opacity(0.5);
}
.overlay-saturate:hover > figure img {
  filter: saturate(3);
}
.overlay-sepia:hover > figure img {
  filter: sepia(0.5);
}
@keyframes kenBurnsToRight {
  0% {
    transform: scale(1.2);
  }
  to {
    transform: scale(1);
  }
}
@keyframes kenBurnsToLeft {
  0% {
    transform: scale(1.2);
  }
  to {
    transform: scale(1);
  }
}
.kenBurnsToRight {
  animation-name: kenBurnsToRight;
  animation-timing-function: linear;
  animation-fill-mode: both;
  transform-origin: right;
}
.kenBurnsToLeft {
  animation-name: kenBurnsToLeft;
  animation-timing-function: linear;
  animation-fill-mode: both;
  transform-origin: left;
}
.mfp-wrap {
  z-index: 3000;
}
.mfp-bg {
  z-index: 3000;
  background: #000;
  opacity: 0;
  transition: opacity 0.3s ease-out;
}
.mfp-bg.mfp-ready {
  opacity: 0.7;
}
.mfp-bg.mfp-removing {
  opacity: 0;
}
.mfp-container {
  padding: 4rem 2rem;
}
.mfp-container video {
  width: 100%;
  height: 100%;
}
.mfp-close {
  transform: rotateZ(45deg);
  transition: transform 0.3s, opacity 0.3s;
  width: 33px;
  height: 33px;
  opacity: 0.65;
}
.mfp-wrap .mfp-close {
  top: 20px;
  right: 20px;
}
.mfp-content .mfp-close {
  top: -58px;
  right: -5px;
}
.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
  top: 15px;
  right: 0;
}
.mfp-close span {
  display: none;
}
.mfp-close:after,
.mfp-close:before {
  content: "";
  display: block;
  position: absolute;
  background-color: #fff;
  width: 1px;
  height: 100%;
  top: 0;
  left: calc(50% - 1px);
}
.mfp-close:before {
  width: 100%;
  height: 1px;
  top: calc(50% - 1px);
  left: 0;
}
.mfp-close:focus,
.mfp-close:hover {
  transform: rotateZ(135deg);
}
.mfp-arrow,
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  width: 4.8rem;
  height: 4.8rem;
  color: #fff;
  border-radius: 50%;
  font-size: 1.5rem;
  font-weight: 900;
  text-align: center;
  opacity: 0.5;
  right: 10%;
  transition: opacity 0.3s;
  border: 2px solid;
}
.pswp__ui > button:before {
  background: transparent;
  position: static;
  line-height: 44px;
}
.pswp__ui > button.pswp__button--arrow--left:before {
  margin-right: 3px;
}
.pswp__ui > button.pswp__button--arrow--right:before {
  margin-left: 3px;
}
.pswp__ui > button:hover {
  opacity: 1;
}
.pswp__button--arrow--right:before {
  content: "";
}
.mfp-arrow:after,
.mfp-arrow:before {
  content: "";
  position: static;
  display: inline;
  margin: 0;
  border: 0;
}
.mfp-arrow:after {
  content: none;
}
button.mfp-arrow {
  border: 2px solid;
}
.mfp-arrow-left,
.pswp__button--arrow--left {
  left: 10%;
}
.mfp-arrow-left:before,
.pswp__button--arrow--left:before {
  content: "";
}
.mfp-content > * {
  position: relative;
  margin: auto;
  background-color: #fff;
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1);
  opacity: 0;
}
.mfp-ready .mfp-content > * {
  opacity: 1;
}
.mfp-removing .mfp-content > * {
  opacity: 0;
}
.login-popup {
  max-width: 49rem;
  padding: 4rem;
  border-radius: 0.3rem;
  margin-top: 1.8rem;
}
.login-popup .nav-item .nav-link {
  justify-content: center;
  color: #777;
  font-size: 1.25em;
  font-weight: 300;
  text-transform: capitalize;
  padding-bottom: 1.5rem;
}
.login-popup .nav-item .nav-link.active,
.login-popup .nav-item .nav-link:hover {
  color: #222;
}
.login-popup .tab-pane {
  padding: 0;
}
.login-popup form {
  margin-bottom: 2.8rem;
}
.login-popup .form-group {
  margin-bottom: 1.8rem;
}
.login-popup .form-group input:not(:last-child) {
  margin-bottom: 2rem;
}
.login-popup .form-group input {
  padding: 1em 1.429em;
}
.login-popup .form-footer {
  margin-bottom: 1rem;
}
.login-popup .btn {
  padding: 1.27em 2.78em 1.09em;
}
.login-popup .lost-link {
  font-size: 0.875em;
  padding: 1.2rem 0;
}
.login-popup .form-choice label {
  display: flex;
  align-items: center;
  font-size: 0.875em;
  margin-bottom: 2.8rem;
}
.login-popup .form-choice label:after,
.login-popup .form-choice label:before {
  content: "";
  height: 1px;
  flex: 1;
  background: #e0dede;
}
.login-popup .form-choice label:after {
  margin-left: 2rem;
}
.login-popup .form-choice label:before {
  margin-right: 2rem;
}
.login-popup .social-link {
  justify-content: center;
  width: 3.6rem;
  height: 3.6rem;
  font-size: 0.875em;
  margin: 0 0.6rem;
}
.newsletter-popup {
  text-align: center;
  max-width: 50rem;
}
.newsletter-popup img {
  min-height: 200px;
  object-fit: cover;
}
.newsletter-popup label:before {
  border-color: #999;
}
.newsletter-popup form {
  max-width: 40rem;
  margin-bottom: 2.9rem;
}
.newsletter-popup h3 {
  margin: 3.2rem 0 0.3rem;
}
.newsletter-popup .social-links {
  padding: 2.5rem 0 5rem;
}
.newsletter-popup .newsletter-content {
  padding: 0 2rem;
}
.mfp-product .mfp-content {
  max-width: 116rem;
}
.mfp-product .product {
  padding: 4rem 3.8rem 4rem 3rem;
  min-height: 85.1rem;
}
.mfp-product .product-single .product-details {
  padding: 0;
}
.mfp-product .mfp-close {
  position: absolute;
  top: -4rem;
  right: 0;
}
.mfp-product .owl-nav .owl-next,
.mfp-product .owl-nav .owl-prev {
  width: 3.6rem;
  height: 3.6rem;
  font-size: 3rem;
}
.mfp-product .owl-nav .owl-next {
  right: 1rem;
}
.mfp-product .owl-nav .owl-prev {
  left: 1rem;
}
@media (max-width: 1199px) {
  .mfp-product .mfp-container {
    top: 2rem;
  }
  .mfp-product .product {
    margin-bottom: 3rem;
  }
}
.review-container {
  max-width: 820px;
  padding: 4.4rem 5rem 5rem;
}
.review-container .review-title {
  line-height: 1;
  color: #333;
}
.review-container .ratings-container {
  margin-bottom: 28px;
}
.review-container .rating-title {
  margin-right: 10px;
  font-size: 1.2727em;
  letter-spacing: 0;
  color: #54524d;
}
.review-container input:not(.custom-checkbox) {
  padding: 13px 20px;
}
.review-container textarea {
  min-height: 12.2rem;
}
.review-container .form-checkbox > label {
  font-size: 1em;
}
@media (max-width: 575px) {
  .review-container {
    padding: 3rem 1.5rem 3rem;
  }
}
.pswp__bg {
  background-color: rgba(0, 0, 0, 0.7);
}
.pswp__img--placeholder--blank {
  background-color: #f2f3f5;
}
.pswp__ui--fit .pswp__caption,
.pswp__ui--fit .pswp__top-bar {
  background-color: transparent;
}
.pswp__caption__center {
  text-align: center;
}
.mfp-ready.mfp-zoom-popup .mfp-content {
  transform: scale(1);
}
.mfp-removing.mfp-zoom-popup .mfp-content,
.mfp-zoom-popup .mfp-content {
  transition: 0.2s ease-in-out;
  transform: scale(0.8);
}
.mfp-ready.mfp-flip-popup .mfp-content {
  transform: translateY(0) perspective(600px) rotateX(0);
}
.mfp-flip-popup .mfp-content,
.mfp-removing.mfp-flip-popup .mfp-content {
  transition: 0.3s ease-out;
  transform: translateY(-20px) perspective(600px) rotateX(20deg);
}
.mfp-content video {
  width: 100%;
  height: 100%;
}
.mfp-video-popup .mfp-content {
  max-width: 99.9rem;
}
.mfp-video-popup {
  z-index: 10000;
}
.mfp-img-popup .mfp-content {
  width: unset;
}
@media (max-width: 767px) {
  .mfp-product .product {
    padding: 2rem 1rem;
  }
  .mfp-arrow {
    color: #444;
  }
}
@media (max-width: 575px) {
  .mfp-content .mfp-close {
    top: -35px;
    right: 5px;
    width: 20px;
    height: 20px;
  }
}
.product-wrap {
  overflow: hidden;
  margin-bottom: 2rem;
}
.product {
  position: relative;
}
.product:hover .product-action,
.product:hover .product-action-float,
.product:hover .product-action-vertical {
  visibility: visible;
  opacity: 1;
}
.product:hover .product-action-float {
  bottom: 2rem;
}
.product.text-center .product-action,
.product.text-center .ratings-container {
  justify-content: center;
}
.product i {
  line-height: 0;
}
.product-media {
  position: relative;
}
.product-media img {
  display: block;
  width: 100%;
  transition: opacity 0.5s;
}
.product-media img:last-child {
  position: absolute;
  opacity: 0;
  left: 0;
  right: 0;
  top: 0;
  left: 0;
  object-fit: cover;
}
.product-media img:first-child {
  position: relative;
  opacity: 1;
}
.product-media:hover img:first-child {
  opacity: 0;
}
.product-media:hover img:last-child {
  opacity: 1;
}
.product-label-group {
  display: flex;
  flex-direction: column;
  position: absolute;
  left: 2rem;
  top: 2rem;
}
.product-label {
  margin-bottom: 0.5rem;
  font-weight: 600;
  line-height: 1;
  font-size: 0.875em;
  letter-spacing: 0.05em;
  text-transform: capitalize;
}
.product-label.label-new {
  color: #e1071e;
}
.product-label.label-sale {
  color: #54524d;
}
.product-label.label-top {
  color: #e1071e;
}
.btn-product-icon:not(:hover),
.btn-wishlist:not(:hover) {
  color: #54524d;
}
.btn-product-icon.btn-cart i {
  margin-top: -1px;
}
.product-action-vertical {
  position: absolute;
  top: 2.1rem;
  right: 2rem;
  transition: opacity 0.3s;
  opacity: 0;
  visibility: hidden;
}
.product-action-vertical .btn-wishlist.loading {
  overflow: hidden;
}
.product-action-vertical .btn-product-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.3rem;
  height: 3.3rem;
  margin-bottom: 0.5rem;
  border-radius: 50%;
  font-size: 1.125em;
  transition: color 0.3s, background-color 0.3s, opacity 0.3s;
}
.product-action-vertical .btn-product-icon:hover {
  color: #fff;
  background-color: #999;
}
.product-action-vertical .btn-product-icon.btn-wishlist i {
  margin-top: 3px;
}
.product-action-vertical .btn-product-icon.btn-quickview i {
  font-size: 1em;
}
.product-action {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  background-color: transparent;
  z-index: 10;
  transition: opacity 0.3s;
  opacity: 0;
}
.product-action .btn-product {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  padding: 1.9rem 0 1.5rem;
  background-color: rgba(84, 82, 77, 0.8);
  color: #fff;
  line-height: 1.2;
  text-transform: capitalize;
  transition: opacity 0.3s, background-color 0.3s, color 0.3s;
}
.product-action .btn-product:hover {
  background-color: #54524d;
}
.product-action .btn-product i {
  line-height: 1;
}
.product-action-float {
  display: flex;
  position: absolute;
  background-color: #fff;
  padding: 1rem 1.8rem;
  left: 50%;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-50%);
  box-shadow: 5px 5px 25px rgba(0, 0, 0, 0.08);
  transition: bottom 0.3s, opacity 0.3s;
}
.product-action-float .btn-product-icon {
  width: 3.8rem;
}
.product-action-float .btn-product-icon i {
  font-size: 1.125em;
  vertical-align: middle;
}
.product-action-float .btn-product-icon.btn-wishlist i {
  font-size: 1.1875em;
}
.product-action-float .btn-product-icon.btn-compare i {
  font-size: 1.25em;
}
@media (max-width: 480px) {
  .product-action-float {
    padding: 1.3rem 0.5rem 0.7rem;
  }
  .product-action-float .btn-product-icon {
    width: 2.7rem;
  }
  .product-action-float .btn-product-icon i {
    font-size: 1em;
  }
}
.btn-wishlist.loading:after,
.btn-wishlist.loading:before {
  z-index: 1;
}
.product-details {
  position: relative;
  color: #54524d;
  background-color: #fff;
  padding-top: 2.3rem;
  padding-bottom: 2.3rem;
}
.product-details > .btn-wishlist {
  position: absolute;
  top: 1.8rem;
  right: 2px;
  z-index: 1;
  font-size: 1.125em;
  background-color: #fff;
}
.product-details > .btn-wishlist i {
  transition: transform 0.3s;
}
.product-details > .btn-wishlist:hover i {
  transform: rotateY(180deg);
}
.product-details .product-action {
  position: relative;
  opacity: 1;
  visibility: visible;
}
.product-details .product-action .btn-cart {
  font-weight: 400;
}
.product-name {
  margin-bottom: 0.5rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-price {
  font-weight: 400;
  font-size: 1.375em;
}
.product-price .old-price {
  font-weight: 300;
  font-size: 0.727em;
}
.product-price .old-price + .new-price {
  margin-left: 0.2rem;
}
.product-price .new-price {
  text-decoration: none;
}
.product-unit {
  font-size: 0.875em;
  color: #54524d;
  vertical-align: 2px;
}
.ratings-container {
  display: flex;
  align-items: center;
  line-height: 1.1;
  text-indent: 0.3em;
  margin-left: -0.3em;
  margin-bottom: 1.3rem;
  font-size: 0.75em;
  letter-spacing: 0.3em;
}
.ratings-full {
  cursor: pointer;
}
.ratings,
.ratings-full {
}
.ratings-full {
  position: relative;
}
.ratings-full:before {
  content: "";
  color: rgba(0, 0, 0, 0.16);
}
.ratings-full:hover .tooltiptext {
  font-size: 0.8571em;
  visibility: visible;
  opacity: 1;
}
.ratings {
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  overflow: hidden;
}
.ratings:before {
  content: "";
  color: #e1071e;
}
.rating-reviews {
  margin-top: 3px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  letter-spacing: normal;
  font-size: 1.091em;
  color: #999;
}
.product-hide-details .btn-cart,
.product-with-qty .btn-cart {
  padding: 1.4rem 0 1.1rem;
  height: 4.2rem;
  border: 1px solid #333;
  background-color: #fff;
  text-transform: uppercase;
  font-size: 0.813em;
  color: #333;
}
.product-hide-details .product-action {
  position: relative;
  margin: 0.7rem 0 0.9rem;
  opacity: 1;
}
.product-hide-details .btn-cart {
  display: block;
  max-width: 14rem;
  white-space: nowrap;
  overflow: hidden;
  font-weight: 400;
  text-overflow: ellipsis;
  transition: color 0.3s, background-color 0.3s, border-color 0.3s;
  z-index: 1;
}
.product-hide-details .btn-cart i {
  margin-right: 0.8rem;
  font-size: 1.384em;
}
.product-hide-details .btn-cart:hover {
  color: #fff;
}
.product-hide-details .btn-quickview {
  margin: 0 0 0 1.6rem;
}
.product-hide-details .btn-product-icon i {
  font-size: 1.125em;
  vertical-align: -3px;
}
@media (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
  .product-hide-details .btn-cart {
    flex: 0 0 12.3rem;
  }
}
@media (-ms-high-contrast: none) and (max-width: 575px),
  screen and (-ms-high-contrast: active) and (max-width: 575px) {
  .product-hide-details .btn-cart {
    flex: 0 0 9.5rem;
  }
}
.product-slideup-content {
  overflow: hidden;
}
.product-slideup-content .product-hide-details {
  position: absolute;
  width: 100%;
  transition: transform 0.3s;
  background-color: #fff;
}
.product-slideup-content .product-hide-details .btn-cart i {
  display: none;
}
.product-slideup-content .product-details {
  padding-bottom: 1px;
  background-color: #fff;
  transition: transform 0.3s;
}
.product-slideup-content .btn-quickview,
.product-slideup-content .btn-wishlist {
  opacity: 0;
  visibility: hidden;
  transition: transform 0.4s, opacity 0.3s, color 0.3s, background-color 0.3s;
}
.product-slideup-content .btn-quickview {
  transform: translateX(-200%);
}
.product-slideup-content .btn-wishlist {
  transform: translateX(200%);
  margin: 0 1.6rem 0 0;
}
.product-slideup-content:hover .btn-quickview,
.product-slideup-content:hover .btn-wishlist {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}
.product-with-qty .product-media .product-action:hover {
  background-color: #fff;
}
.product-with-qty .product-media .product-action .btn-wishlist i {
  margin-top: 0;
}
.product-with-qty .product-media .product-action .btn-product {
  position: relative;
  padding: 1.14em 0 0.86em;
  margin-top: 1px;
  background-color: rgba(255, 255, 255, 0.6);
  color: #54524d;
  font-size: 0.875em;
  transition: color 0.3s;
}
.product-with-qty .product-media .product-action .btn-product i {
  font-size: 1.125em;
  margin: 0 0.7rem 0 0;
}
.product-with-qty .product-media .product-action .btn-product:hover {
  color: #e1071e;
}
.product-with-qty
  .product-media
  .product-action
  .btn-product:not(:last-child):not(.loading):after {
  content: "";
  position: absolute;
  right: 0;
  height: 2rem;
  width: 1px;
  background-color: #ebebeb;
}
.product-with-qty .btn-cart {
  max-width: 15.2rem;
  letter-spacing: normal;
}
.product-with-qty .btn-cart:active,
.product-with-qty .btn-cart:focus,
.product-with-qty .btn-cart:hover {
  background-color: #54524d;
  color: #fff;
}
.product-with-qty .btn-cart i {
  margin-right: 0.8rem;
  font-size: 1.3em;
}
.product-with-qty .product-details .product-action {
  margin-top: 1.3rem;
}
.product-with-qty .product-quantity {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 2rem;
}
.product-with-qty button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-size: 0.75em;
  width: 2.3rem;
  height: 2.3rem;
  border: none;
  background: #f8f8f8;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
}
.product-with-qty button:hover {
  background-color: #e1071e;
  color: #fff;
}
.product-with-qty .quantity {
  padding: 2px 0 0 0;
  max-width: 3rem;
  font-weight: 400;
  font-size: 1em;
  border: none;
  text-align: center;
  color: #54524d;
}
input.quantity {
  -moz-appearance: textfield;
  max-width: 3.8rem;
}
@media (max-width: 1199px) {
  input.quantity {
    max-width: 3rem;
  }
}
.product-list {
  display: flex;
  align-items: center;
}
.product-list .product-media {
  flex: 0 0 auto;
  width: 29.5rem;
  margin: 0 2rem 0 0;
}
.product-list .btn-product-icon {
  margin: 0.4rem 0 0 2rem;
  font-size: 1.125em;
  transform: translateX(-200%);
  opacity: 0;
  visibility: hidden;
  transition: transform 0.3s, opacity 0.3s, color 0.3s, visibility 0.3s;
}
.product-list .btn-product-icon.btn-compare {
  transition-duration: 0.5s;
}
.product-list .btn-product-icon.btn-quickview {
  transition-duration: 0.7s;
}
.product-list .ratings-container {
  margin: 0.6rem 0 1.5rem -0.4em;
}
.product-list.product-with-qty .product-price {
  font-size: 1.5em;
}
.product-list .product-unit {
  font-size: 1em;
}
.product-list .product-short-desc {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.78;
}
.product-list .product-quantity {
  border: 1px solid #e0dede;
  padding: 0.65rem 0;
  margin-right: 1rem;
}
.product-list .product-quantity button {
  width: 3.8rem;
  font-size: 0.875em;
  color: #54524d;
  background-color: transparent;
}
.product-list .product-quantity button:hover {
  color: #e1071e;
}
.product-list:hover .btn-product-icon {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}
.product-list-sm {
  display: flex;
  align-items: center;
}
.product-list-sm .product-media {
  flex: 0 0 auto;
  width: 15rem;
  margin: 0 2rem 0 0;
}
@media (max-width: 767px) {
  .product-list-sm .product-media {
    width: 10rem;
  }
}
.product-list-sm .product-details {
  flex: 0 0 auto;
  width: calc(100% - 15rem - 2rem);
  padding: 0;
}
@media (max-width: 767px) {
  .product-list-sm .product-details {
    width: calc(100% - 12rem);
  }
}
.product-list-sm .product-name {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 0.7rem;
  white-space: normal;
  padding-left: 0;
}
.product-list-sm .product-name a:hover {
  color: #e1071e;
}
.product-list-sm + .product-list {
  margin-top: 2rem;
}
.product-list-sm .btn-cart:not(.btn-link) {
  margin-top: 2rem;
  height: 3.3rem;
  max-width: 11.7rem;
  border: 1px solid #d7d7d7;
  color: #54524d;
  background: transparent;
  font-size: 1.2rem;
}
.product-list-sm .btn-cart:not(.btn-link):hover {
  border-color: #54524d;
  background: #54524d;
}
.input-group {
  display: inline-flex;
  height: 5rem;
}
.input-group .form-control {
  padding: 0;
  font-weight: 400;
  border-width: 1px 0;
  text-align: center;
}
.input-group button {
  border: 1px solid #e0dede;
  cursor: pointer;
}
.input-group button.quantity-minus {
  border-right: none;
}
.input-group button.quantity-plus {
  border-left: none;
}
.product-variations > a {
  display: inline-block;
  margin: 3px 6px 7px 0;
  padding: 3px 1.4rem 0;
  color: #333;
  line-height: 30px;
  font-size: 0.857em;
  font-weight: 400;
  text-transform: uppercase;
  border: 1px solid #e0dede;
  transition: color 0.3s, background 0.3s, border-color 0.3s;
}
.product-variations > a:last-child {
  margin-right: 0;
}
.product-variations > a.active,
.product-variations > a:hover {
  color: #fff;
  background: #54524d;
  border-color: #54524d;
}
@media (max-width: 767px) {
  .product-list {
    display: block;
  }
  .product-list .product-media {
    margin: 0;
    max-width: 100%;
  }
}
@media (max-width: 575px) {
  .product-action-vertical {
    top: 1rem;
    right: 1rem;
  }
  .product-with-qty .btn-cart {
    max-width: 4.2rem;
    display: flex;
  }
  .product-with-qty .btn-cart span {
    display: none;
  }
  .product-with-qty .btn-cart i {
    margin-right: 0;
  }
}
@media (max-width: 479px) {
  .product:not(.product-single) .product-details .btn-cart,
  .product:not(.product-single) .product-hide-details .btn-cart {
    max-width: 4.2rem;
    display: flex;
  }
  .product:not(.product-single) .product-details .btn-cart span,
  .product:not(.product-single) .product-hide-details .btn-cart span {
    display: none;
  }
  .product:not(.product-single) .product-details .btn-cart i,
  .product:not(.product-single) .product-hide-details .btn-cart i {
    margin-right: 0;
  }
  .product-slideup-content .product-hide-details .btn-cart i {
    display: block;
  }
  .product.product-with-qty .product-media .product-action i {
    margin-right: 0;
  }
  .product.product-with-qty .product-media .product-action span {
    display: none;
  }
  .product.product-with-qty .product-quantity {
    margin-right: 1rem;
  }
}
.product-single-carousel,
.product-thumbs-wrap {
  flex-basis: 100%;
  max-width: 100%;
}
.product-thumbs-wrap {
  position: relative;
  margin-top: 1rem;
  overflow: hidden;
}
.product-thumbs-wrap button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.4rem;
  transition: opacity 0.3s, transform 0.3s;
  z-index: 1;
  opacity: 0;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
}
.product-thumbs-wrap:hover button:not(.disabled) {
  opacity: 0.9;
  transform: none;
}
.product-thumbs-wrap button:not(.disabled):hover {
  opacity: 1;
}
.product-thumbs-wrap > button {
  display: none;
}
.product-thumbs-wrap button,
.product-thumbs .owl-nav .owl-next,
.product-thumbs .owl-nav .owl-prev {
  background-color: #fff;
  color: #777;
  font-size: 1em;
}
.product-thumb:before,
.product-thumbs-wrap button {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.product-thumbs {
  transition: top 0.3s ease-out;
  display: flex;
}
.product-thumbs.owl-carousel {
  margin: 0 -0.5rem;
  width: calc(100% + 1rem);
}
.product-thumbs .owl-prev {
  transform: translateX(-100%);
  left: 0.5rem;
}
.product-thumbs .owl-next {
  left: auto;
  right: 0.5rem;
  transform: translateX(100%);
}
.product-thumb {
  position: relative;
  margin: 0 0.5rem;
  cursor: pointer;
}
.product-thumb:before {
  content: "";
  transition: border-color 0.3s;
  border: 2px solid transparent;
}
.product-thumb.active:before {
  border-color: #e1071e;
}
@media (min-width: 1200px) {
  .product-simple .product-thumb {
    margin: 0 1rem;
  }
  .product-simple .product-thumbs-wrap {
    margin-top: 2rem;
  }
  .product-simple .product-thumbs.owl-carousel {
    margin: 0 -1rem;
    width: calc(100% + 1rem);
  }
}
@media (max-width: 767px) {
  .product-thumb {
    margin: 0 0.5rem;
  }
  .product-thumbs-wrap {
    margin-top: 1rem;
  }
}
.product-single:not(.product-popup) .product-gallery {
  padding-bottom: 2.3rem;
}
.product-single .product-details {
  background-color: transparent;
}
.product-single .product-details .tooltiptext {
  font-size: 0.9333em;
}
.product-single .input-group button {
  width: 46px;
}
.product-single .input-group button:before {
  line-height: 2.875em;
}
.product-single .input-group .form-control {
  color: #54524d;
}
.product-single .list.list-circle li {
  margin-bottom: 16px;
}
.product-single .list.list-circle i {
  font-size: 0.75em;
  color: #a1a1a1;
}
.product-single .product-name {
  margin-bottom: 2rem;
  padding: 1rem 0;
  font-size: 1.875em;
  text-indent: -2px;
  white-space: normal;
  color: #333;
  border-bottom: 1px solid #e0dede;
}
.product-single .product-price {
  font-size: 2.5em;
}
.product-single .old-price {
  font-size: 0.6em;
}
.product-single .ratings-container {
  margin-bottom: 1.1rem;
  font-size: 0.9375em;
}
.product-single .rating-reviews {
  font-size: 0.9333em;
}
.product-single label {
  color: #333;
  font-weight: 400;
  text-transform: uppercase;
}
.product-single .product-action {
  display: inline-block;
}
.product-single .product-action .btn-wishlist {
  position: relative;
}
.product-single .product-action .btn-product:hover {
  background-color: transparent;
}
.product-single .btn-compare,
.product-single .btn-wishlist {
  display: inline-flex;
  font-weight: 400;
  font-size: 0.875em;
  letter-spacing: -0.025em;
  background-color: transparent;
  text-transform: uppercase;
  color: #54524d;
  transition: color 0.3s;
  padding: 6px 0 5px;
}
.product-single .btn-compare i,
.product-single .btn-wishlist i {
  margin-right: 1rem;
  vertical-align: middle;
  font-size: 1.7143em;
  line-height: 0;
  margin-bottom: 3px;
}
.product-single .btn-compare:hover,
.product-single .btn-wishlist:hover {
  color: #e1071e;
}
.product-single .btn-wishlist i {
  font-size: 1.6em;
}
.product-single .btn-compare.open i:before {
  content: "";
}
.product-navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product-navigation .product-image-nav {
  z-index: 99;
}
.product-navigation .product-image-nav i {
  display: inline-block;
  font-size: 1.5em;
  padding-top: 6px;
}
.product-navigation .product-image-nav img {
  width: 80px;
  height: 100px;
}
@media (max-width: 991px) {
  .product-image-nav {
    display: flex;
  }
  .product-nav {
    position: relative;
  }
  .product-nav figure {
    position: absolute;
    top: 110%;
    opacity: 0;
    visibility: hidden;
    min-width: 90px;
    padding: 0 0.8rem 0.8rem;
    transform: translateX(-60%);
    background-color: #fff;
    box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.1);
    transition: opacity 0.3s, visibility 0.3s;
  }
  .product-nav figure:before {
    content: "";
    position: absolute;
    top: -8px;
    right: 18px;
    width: 16px;
    height: 16px;
    transform: rotate(45deg);
    background-color: #fff;
    box-shadow: inherit;
  }
  .product-nav figure img {
    position: relative;
    padding-top: 0.8rem;
    background-color: #fff;
  }
  .product-nav:hover figure {
    opacity: 1;
    visibility: visible;
  }
  .product-nav-prev {
    margin-right: 1rem;
  }
}
@media (min-width: 992px) {
  .product-image-nav i {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    top: 50%;
    transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
  }
  .product-image-nav a:hover {
    opacity: 1;
    transform: translate(0, -50%);
  }
  .product-image-nav a:hover i {
    opacity: 1;
    visibility: visible;
    transform: translate(0, -50%);
  }
  .product-nav {
    position: fixed;
    opacity: 0.4;
    top: 50%;
    transition: transform 0.3s, opacity 0.3s;
  }
  .product-nav-prev {
    left: 0;
    transform: translate(-40%, -50%);
  }
  .product-nav-prev i {
    left: 110%;
    transform: translate(-20%, -50%);
  }
  .product-nav-next {
    right: 0;
    transform: translate(40%, -50%);
  }
  .product-nav-next i {
    right: 110%;
    transform: translate(20%, -50%);
  }
}
.product-meta {
  text-transform: uppercase;
}
.product-meta > a,
.product-meta label {
  display: inline-block;
  font-size: 0.875em;
  padding: 9px 0;
}
.product-meta label:not(.social-label) {
  color: #54524d;
  padding-right: 5px;
}
.product-meta .social-links {
  display: inline-flex;
}
.product-form > label {
  display: block;
  padding: 0.5rem 0;
  letter-spacing: 0.1em;
}
.product-form .input-group {
  margin-right: 1rem;
}
.product-form .btn-cart {
  flex: 1;
  min-width: 13rem;
  padding-top: 3px;
  cursor: pointer;
  background-color: #54524d;
  color: #fff;
  font-size: 0.8125em;
  text-transform: uppercase;
  transition: background-color 0.3s, color 0.3s;
  min-height: 5rem;
}
.product-form .btn-cart:disabled {
  background-color: #e4eaec;
  cursor: not-allowed;
  color: #999;
}
.product-form .btn-cart:hover:not(:disabled) {
  background-color: #ff8c04;
}
.product-form .btn-cart i {
  font-size: 1.125em;
  margin-right: 0.8rem;
}
.product-form-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.product-variation-price {
  display: none;
  padding-top: 2.5rem;
}
.product-variation-price span {
  color: #333;
  font-size: 1.5em;
  font-weight: 600;
}
.product-variation-clean {
  position: absolute;
  margin: 1rem 0;
  padding: 0.4em 1em 0.2em;
  top: calc(100% - 10px);
  font-size: 0.9286em;
  background: #f4f4f4;
}
.product-content .content-title {
  font-size: 3em;
}
.product-content .banner {
  width: 100%;
}
.product-content .with-content-index {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.product-content .with-content-index:after {
  position: absolute;
  top: 0;
  right: 11.5%;
  font-size: 18.75em;
  line-height: 1;
  z-index: -1;
  color: #fff7ec;
}
@media (max-width: 991px) {
  .product-content .with-content-index:after {
    font-size: 1.25em;
  }
}
.product-content .content-subtitle {
  font-size: 2.25em;
  margin: 16px 0;
}
@media (max-width: 575px) {
  .product-content .content-title {
    font-size: 2.1875em;
  }
  .product-content .content-subtitle {
    font-size: 1.875em;
  }
}
.product-content .content-index-1:after {
  content: "1";
}
.product-content .content-index-2:after {
  content: "2";
}
.product-content .content-specification label {
  display: inline-block;
  min-width: 42rem;
  font-size: 1em;
  font-weight: 400;
  padding: 13px 10px 13px 0;
  text-transform: uppercase;
  color: #54524d;
}
@media (max-width: 767px) {
  .product-content .content-specification label {
    min-width: 19.8rem;
  }
}
@media (max-width: 575px) {
  .product-content .content-specification label {
    display: block;
  }
}
.product-content .content-specification p {
  display: inline-block;
  margin-bottom: 0;
}
.rating-stars {
  display: flex;
  position: relative;
  height: 14px;
  font-size: 1.2rem;
}
.rating-stars a {
  color: rgba(0, 0, 0, 0.16);
  width: 14px;
  letter-spacing: 0.2em;
}
.rating-stars a:before {
  content: "";
  position: absolute;
  left: 0;
  text-indent: 0;
  overflow: hidden;
  white-space: nowrap;
}
.rating-stars a.active:before,
.rating-stars a:hover:before {
  content: "";
  color: #e1071e;
}
.rating-stars .star-1 {
  z-index: 10;
}
.rating-stars .star-2 {
  z-index: 9;
}
.rating-stars .star-3 {
  z-index: 8;
}
.rating-stars .star-4 {
  z-index: 7;
}
.rating-stars .start-5 {
  z-index: 6;
}
.rating-stars .star-1:before {
  width: 20%;
}
.rating-stars .star-2:before {
  width: 40%;
}
.rating-stars .star-3:before {
  width: 60%;
}
.rating-stars .star-4:before {
  width: 80%;
}
.rating-stars .star-5:before {
  content: "";
}
.social-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  color: #54524d;
}
.social-link {
  text-align: center;
  margin: 0 1.3rem;
  transition: color 0.4s, border 0.4s, background 0.4s, opacity 0.4s;
}
.social-link.social-facebook {
  color: #3b5998;
}
.social-link.social-twitter {
  color: #00aced;
}
.social-link.social-linkedin {
  color: #c8232c;
}
.social-link.social-email {
  color: #dc4a38;
}
.social-link.social-pinterest {
  color: #6567a5;
}
.social-link.social-reddit {
  color: #ea4c89;
}
.social-link.social-tumblr {
  color: #007bb6;
}
.social-link.social-vk {
  color: #1769ff;
}
.social-link.social-whatsapp {
  color: #3c8a38;
}
.social-link.social-xing {
  color: #126567;
}
.social-link:hover {
  color: #852651;
  opacity: 0.8;
}
.social-lg .social-link {
  width: 2.5em;
  line-height: 2.5em;
  margin: 1.5rem;
  font-size: 1.5em;
}
.social-md .social-link {
  width: 2.68em;
  line-height: 2.68em;
  margin: 0.5rem;
  font-size: 1em;
}
.social-link-active .social-link {
  color: #fff;
}
.social-link-active .social-facebook {
  background: #3b5998;
}
.social-link-active .social-twitter {
  background: #00aced;
}
.social-link-active .social-linkedin {
  background: #c8232c;
}
.social-link-active .social-email {
  background: #dc4a38;
}
.social-link-active .social-pinterest {
  background: #6567a5;
}
.social-link-active .social-reddit {
  background: #ea4c89;
}
.social-link-active .social-tumblr {
  background: #007bb6;
}
.social-link-active .social-vk {
  background: #1769ff;
}
.social-link-active .social-youtube {
  background: #e1071e;
}
.social-link-active .social-whatsapp {
  background: #3c8a38;
}
.social-link-active .social-xing {
  background: #126567;
}
.social-circle .social-link {
  border-radius: 50%;
}
.social-links.dirVertical {
  flex-direction: column;
}
.social-links.dirVertical .social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  width: 2.8rem;
  height: 2.8rem;
}
.social-links.dirVertical .social-link:hover {
  color: #e1071e;
  background: none;
}
.social-border .social-link {
  border: 1px solid #e0dede;
}
.social-border .social-link:hover {
  color: #fff;
}
.social-border .social-link.social-facebook:hover {
  background: #3b5998;
  border-color: #3b5998;
}
.social-border .social-link.social-twitter:hover {
  background: #00aced;
  border-color: #00aced;
}
.social-border .social-link.social-linkedin:hover {
  background: #c8232c;
  border-color: #c8232c;
}
.social-border .social-link.social-email:hover {
  background: #dc4a38;
  border-color: #dc4a38;
}
.social-border .social-link.social-pinterest:hover {
  background: #6567a5;
  border-color: #6567a5;
}
.social-border .social-link.social-reddit:hover {
  background: #ea4c89;
  border-color: #ea4c89;
}
.social-border .social-link.social-tumblr:hover {
  background: #007bb6;
  border-color: #007bb6;
}
.social-border .social-link.social-vk:hover {
  background: #1769ff;
  border-color: #1769ff;
}
.social-border .social-link.social-youtube:hover {
  background: #e1071e;
  border-color: #e1071e;
}
.social-border .social-link.social-whatsapp:hover {
  background: #3c8a38;
  border-color: #3c8a38;
}
.social-border .social-link.social-xing:hover {
  background: #126567;
  border-color: #126567;
}
.right-sidebar-active .right-sidebar .sidebar-close,
.right-sidebar-active .right-sidebar .sidebar-overlay,
.sidebar-active .sidebar .sidebar-close,
.sidebar-active .sidebar .sidebar-overlay {
  visibility: visible;
  opacity: 1;
}
.right-sidebar-active .right-sidebar .sidebar-content,
.sidebar-active .sidebar .sidebar-content {
  transform: translateX(0);
  opacity: 1;
}
.sidebar-active .page-wrapper {
  margin-left: 250px;
  margin-right: -250px;
}
.right-sidebar-active .page-wrapper {
  margin-left: 0-false;
  margin-right: 0false;
}
.sidebar-content,
.sidebar-overlay,
.sidebar-toggle {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1200;
}
.sidebar-overlay {
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  visibility: hidden;
  transition: visibility 0.4s, opacity 0.4s;
}
.sidebar-close {
  opacity: 0;
  visibility: hidden;
  transition: visibility 0.4s, opacity 0.4s;
}
.sidebar-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  top: 160px;
  width: 40px;
  height: 40px;
  font-size: 1.4rem;
  color: #fff;
  background-color: rgba(28, 26, 26, 0.8);
}
.sidebar-close {
  position: fixed;
  margin: 0;
  left: calc(100vw - 52px);
  top: 12px;
  font-size: 3.5rem;
  color: #e1e1e1;
  z-index: 1201;
}
.sidebar-close:hover {
  color: #e1e1e1;
}
.sidebar-content {
  bottom: 0;
  width: 30rem;
  padding: 2rem;
  transform: translateX(-100%);
  overflow: auto;
  background-color: #fff;
  opacity: 0;
  transition: transform 0.4s, opacity 0.4s;
}
.sidebar-content .widget-body {
  position: relative;
  padding-top: 1.9rem;
  padding-bottom: 2.9rem;
  opacity: 1;
  transition: opacity 0.3s;
}
.sidebar-content .widget-body.collapsible-line:before {
  position: absolute;
  content: "";
  height: calc(100% - 21px);
  left: 0;
  top: 50%;
  border-right: 1px solid #e0dede;
  transform: translateY(-50%);
}
.sidebar-content .btn-filter {
  padding: 0.84em 1.73em 0.5em;
  font-size: 0.75em;
}
.right-sidebar {
  order: 2;
}
.right-sidebar .sidebar-toggle {
  left: auto;
  right: 0;
}
.right-sidebar .sidebar-close {
  left: 20px;
}
.right-sidebar .sidebar-content {
  transform: translateX(100%);
  left: auto;
  right: 0;
}
.right-sidebar .sidebar-content::-webkit-scrollbar {
  width: 0;
}
@media (min-width: 992px) {
  .sidebar-fixed .sidebar-close,
  .sidebar-fixed .sidebar-overlay,
  .sidebar-fixed .sidebar-toggle {
    display: none;
  }
  .sidebar-fixed .sidebar-content {
    position: relative;
    width: auto;
    transform: none;
    overflow: visible;
    padding: 0;
    opacity: 1;
    z-index: 19;
  }
}
.tag {
  display: inline-block;
  padding: 1rem 1.3rem 0.6rem;
  margin: 0.5rem 0.6rem 0.5rem 0;
  border: 1px solid #e0dede;
  font-size: 0.75em;
  font-weight: 400;
  line-height: 1.35;
  transition: color 0.3s, border-color 0.3s, background 0.3s;
  text-transform: uppercase;
}
.tag:last-child {
  margin-right: 0;
}
.tag:hover {
  color: #fff;
  background: #54524d;
  border-color: #54524d;
}
.widget-collapsible .toggle-btn {
  padding: 1rem 0;
}
.widget-collapsible .toggle-btn:before {
  content: "";
  font-size: 0.75em;
  font-weight: 500;
}
.widget-collapsible > .collapsed .toggle-btn:before {
  transform: rotate(-180deg);
}
.widget-collapsible .collapsed ~ .widget-body {
  opacity: 0.1;
}
.widget-search input {
  padding: 0.68em 1.029em;
}
.widget-search .btn i {
  font-size: 1.071em;
}
.widget-sidebar .widget-title {
  position: relative;
  cursor: pointer;
  border-bottom: 1px solid #e0dede;
  color: #222;
}
.widget-sidebar .widget-title.collapsed .title-text:before {
  transform: scale(0);
}
.widget-sidebar .widget-title .title-text {
  line-height: 2.2;
  padding-top: 3px;
}
.widget-sidebar .widget-tags {
  padding-top: 2.4rem;
  margin-bottom: 1.2rem;
}
.widget-sidebar .comment-list {
  line-height: 1.25;
  padding: 1rem 0;
  margin-bottom: 0;
}
.widget-sidebar .comment-list > a {
  font-weight: 400;
}
.widget-sidebar .comment-list > a:not(:hover) {
  color: #54524d;
}
.widget-sidebar .owl-nav-top .owl-nav {
  top: -28.8%;
  right: -0.4rem;
}
.filter-items.search-ul li {
  color: #54524d;
  padding: 0.7rem 0;
}
.filter-items li {
  padding: 1.1rem 0 0.9rem 2.7rem;
  color: #333;
}
.filter-items a {
  position: relative;
}
.filter-items .active > a {
  color: #e1071e;
}
.tab-content {
  background-color: transparent;
}
.nav-tabs {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #ebebeb;
}
.nav-link {
  display: block;
  text-align: center;
  white-space: nowrap;
  font-weight: 400;
  margin-bottom: -0.1rem;
  padding: 0.7rem 3rem;
  color: #333;
  text-transform: uppercase;
  transition: border 0.3s, color 0.3s, background-color 0.3s;
}
.nav-fill .nav-item {
  flex: 1;
}
.tab-content {
  position: relative;
}
.tab-content > .tab-pane {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 0 !important;
  opacity: 0;
  z-index: -1;
  transition: opacity 0.3s;
}
.tab-content > .tab-pane:not(.active) {
  overflow: hidden;
  visibility: hidden;
}
.tab-content > .active {
  position: relative;
  height: auto !important;
  opacity: 1;
  z-index: auto;
}
.tab-pane {
  padding: 4rem 0;
}
.tab-nav-center .nav {
  justify-content: center;
}
.tab-nav-right .nav {
  justify-content: flex-end;
}
.tab-nav-boxed .nav-item {
  margin-right: 0;
}
.tab-nav-boxed .nav-link {
  padding-left: 2.4rem;
  padding-right: 2.4rem;
}
.tab-boxed .tab-pane {
  padding: 4rem 4rem 3.5rem;
}
.tab-nav-underline .nav-link {
  position: relative;
}
.tab-nav-underline .nav-link:not(:hover) {
  color: #54524d;
}
.tab-nav-underline .nav-link:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-bottom: 1px solid #e1071e;
  transform: scaleX(0);
  transition: transform 0.3s;
  will-change: transform;
}
.tab-nav-underline .nav-item.show .nav-link,
.tab-nav-underline .nav-link.active,
.tab-nav-underline .nav-link:hover {
  color: #e1071e;
}
.tab-nav-underline .nav-item.show .nav-link:after,
.tab-nav-underline .nav-link.active:after,
.tab-nav-underline .nav-link:hover:after {
  transform: scaleX(1);
}
.tab-outline .tab-content {
  background: #fff;
  border: 1px solid #e0dede;
  border-top: none;
}
.tab-outline .nav-tabs {
  display: flex;
  justify-content: space-between;
  border-bottom: 0;
}
.tab-outline .nav-item {
  flex: 1;
  border: 1px solid #e0dede;
  border-left-width: 0;
}
.tab-outline .nav-item:first-child {
  border-left-width: 1px;
}
.tab-outline .nav-link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 1.1rem;
  padding-bottom: 0.9rem;
}
.tab-outline .nav-link i {
  font-size: 1.875em;
  margin-right: 1rem;
}
.tab-outline .nav-link:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  border-top: 3px solid transparent;
  top: -1px;
  transform: scale(0);
  transition: transform 0.3s;
  z-index: 1;
}
.tab-outline .nav-item .nav-link.active,
.tab-outline .nav-item.show .nav-link {
  border-bottom: none;
  border-top-color: transparent;
  color: #e1071e;
  background: #fff;
}
.tab-outline .nav-item .nav-link.active:after,
.tab-outline .nav-item.show .nav-link:after {
  transform: scale(1);
  border-color: #e1071e;
}
.tab-outline .nav-item:hover .nav-link:after {
  transform: scale(1);
  border-color: #e1071e;
}
.tab-vertical {
  display: flex;
}
.tab-vertical .nav-tabs {
  flex-flow: column nowrap;
  border: 0;
  border-right: 1px solid #ebebeb;
}
.tab-vertical .tab-content {
  flex: 1;
}
.tab-vertical .nav-item {
  margin-right: 0;
  border: 1px solid #e0dede;
  border-right: 0;
  margin-bottom: 1rem;
}
.tab-vertical .nav-link {
  position: relative;
  padding: 1.3rem 4.5rem 1.1rem 4rem;
  width: 100%;
  border: 0;
  text-align: left;
  margin-bottom: 0;
}
.tab-vertical .nav-link:after {
  content: "";
  display: block;
  position: absolute;
  left: -1px;
  width: 3px;
  height: 100%;
  top: 50%;
  transform: translateY(-50%);
  background-color: transparent;
  z-index: 1;
}
.tab-vertical .tab-pane {
  padding: 0 2rem;
}
.tab-vertical.tab-simple .nav-link {
  background: #f8f8f8;
}
.tab-vertical.tab-simple .nav-link:after {
  transform: translateY(-50%) scale(0);
  transition: transform 0.3s;
}
.tab-vertical.tab-simple .nav-item .nav-link.active,
.tab-vertical.tab-simple .nav-item.show .nav-link,
.tab-vertical.tab-simple .nav-item:hover .nav-link {
  color: #222;
  background: #fff;
}
.tab-vertical.tab-simple .nav-item .nav-link.active:after,
.tab-vertical.tab-simple .nav-item.show .nav-link:after,
.tab-vertical.tab-simple .nav-item:hover .nav-link:after {
  background-color: #e1071e;
  transform: translateY(-50%) scale(1);
}
.tab-nav-solid .nav-link {
  padding: 1.3rem 3.8rem 1rem;
  border: 1px solid #e0dede;
  border-bottom: 0;
  background-color: #fff;
  margin: 0 5px;
}
.tab-nav-solid .nav-item .nav-link.active,
.tab-nav-solid .nav-item.show .nav-link,
.tab-nav-solid .nav-item:hover .nav-link {
  color: #fff;
  background-color: #e1071e;
  border-color: #e1071e;
}
.tab-with-icon .nav-tabs {
  border: none;
}
.tab-with-icon .nav-link {
  position: relative;
  margin: 0 3rem;
}
.tab-with-icon .nav-link:after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  background: transparent;
  border-radius: 50%;
  transition: background 0.3s;
}
.tab-with-icon .nav-link.active:after {
  background: #e1071e;
}
.tab-with-icon .nav i {
  display: block;
  font-size: 2.812em;
  margin-bottom: 0.3rem;
  color: #e1071e;
}
@media (max-width: 767px) {
  .nav-link {
    font-size: 0.875em;
    padding: 1.2rem 1.5rem;
  }
  .tab-nav-solid .nav-link {
    padding: 1.6rem 2.3rem;
  }
  .tab-outline .nav-item {
    border-left-width: 1px;
  }
  .tab-nav-boxed .nav-link {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .tab-vertical {
    flex-flow: column nowrap;
  }
  .tab-vertical .nav-tabs,
  .tab-vertical .tab-content {
    width: 100%;
  }
  .tab-vertical .nav-tabs {
    border: 0;
  }
  .tab-vertical .tab-content {
    padding-left: 0;
  }
  .tab-vertical .tab-pane {
    padding: 0;
  }
  .tab-vertical.tab-simple .nav-link {
    border-right: 1px solid #e0dede;
  }
  .tab-vertical.tab-simple .nav-link:after {
    height: 2px;
    width: 100%;
    background-color: transparent;
    top: calc(100% - 1px);
    transform: scale(0);
  }
  .tab-vertical.tab-simple .nav-item .nav-link.active:after,
  .tab-vertical.tab-simple .nav-item.show .nav-link:after,
  .tab-vertical.tab-simple .nav-item:hover .nav-link:after {
    transform: scale(1);
  }
}
@media (max-width: 575px) {
  .nav {
    width: 100%;
  }
  .nav .nav-item {
    width: 50%;
  }
  .tab-vertical .nav .nav-item {
    width: 100%;
  }
  .tab-outline .nav-link {
    font-size: 0.812em;
  }
  .tab-with-icon .nav-link {
    margin: 0 1rem;
  }
}
.product-tab .nav-link {
  font-size: 1.125em;
}
.product-tab .tab-pane {
  padding: 2rem 0;
}
.product-tab-type1 .nav-link {
  text-transform: capitalize;
}
.product-tab-type2 .nav-tabs {
  border-bottom: none;
}
.product-tab-type2 .nav-link {
  font-weight: 300;
  text-transform: capitalize;
  padding: 2rem 0.95rem 1.1rem 0.95rem;
}
.product-tab-type2 .nav-link.active,
.product-tab-type2 .nav-link:hover {
  color: #e1071e;
}
.product-tab-type3 .nav-link {
  padding: 1.2rem 1.8rem;
}
@media (max-width: 767px) {
  .product-tab-type3 .nav-link {
    padding: 1.2rem 1.5rem;
  }
}
.product-tab-type3 .nav-link:not(.active):not(:hover) i {
  color: #54524d;
}
.product-tab-type3 .nav-link i {
  font-size: 2.4em;
}
.product-tab-type3 .nav-title {
  font-size: 0.889em;
}
.tooltiptext {
  position: absolute;
  padding: 0.7rem 0.5rem 0.5rem;
  bottom: 150%;
  left: 48%;
  background-color: #333;
  color: #fff;
  font-size: 1.272em;
  font-weight: 400;
  letter-spacing: 0.01em;
  visibility: hidden;
  opacity: 0;
  transform: translateX(-50%);
  z-index: 10;
  transition: opacity 0.3s;
  text-indent: 0;
}
.tooltip-bottom:after,
.tooltip-top:after {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -6px;
  border-width: 6px;
  border-style: solid;
}
.tooltip-top:after {
  top: 96%;
  border-color: #333 transparent transparent transparent;
}
.tooltip-bottom:after {
  top: -35%;
  border-color: transparent transparent #333 transparent;
}
.title {
  display: flex;
  position: relative;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 2.6rem;
}
.title.title-center {
  justify-content: center;
}
.title.with-link {
  justify-content: space-between;
}
@media (max-width: 575px) {
  .title.with-link {
    font-size: 1.4375em;
  }
}
.subtitle {
  font-size: 1.125em;
  font-weight: 400;
  color: #54524d;
  margin-bottom: 1.9rem;
  letter-spacing: 0.2em;
}
.title-line {
  border-bottom: 1px solid #e0dede;
}
.title-decoration {
  flex-direction: column;
}
.vertical-title-type .vertical-wrap {
  transform: rotate(90deg);
}
.title-duplex {
  position: absolute;
  z-index: -1;
  left: 50%;
  white-space: nowrap;
  transform: translate3d(-50%, -50%, 0);
  font-size: 2em;
  opacity: 0.1;
  top: 50%;
}
@media (max-width: 575px) {
  .title-duplex {
    font-size: 1.333em;
  }
}
.title-underline > span:first-child {
  position: relative;
  display: inline-block;
  line-height: 2.6;
}
.title-underline > span:first-child:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  margin-bottom: -1px;
  border-bottom: 1px solid #e1071e;
}
.title-underline2 > span:first-child {
  position: relative;
}
.title-underline2 > span:first-child:before {
  
}
.header .container,
.header .container-fluid {
  display: flex;
  align-items: center;
}
.header .divider {
  height: 2.5rem;
  width: 1px;
  background-color: #e0dede;
}
.header-transparent {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 20;
  background: transparent;
}
.header-bottom,
.header-middle,
.header-top {
  display: flex;
  background-color: #f8f8f8;
}
.has-center .header-right {
  flex: 1;
}
.has-center .header-right {
  justify-content: flex-end;
}
.has-center .header-center {
  margin: 0 2rem 0 3.8rem;
}
.header-left {
  flex: 1;
}
.header-center,
.header-left,
.header-right {
  display: flex;
  align-items: center;
}
.header-right {
  margin-left: auto;
}
.header-top {
  color: #54524d;
  border-bottom: 1px solid #e0dede;
  font-size: 0.75em;
  text-transform: uppercase;
}
.header-top .header-right > * {
  margin-left: 2.3rem;
}
.header-top .header-right > :first-child {
  margin-left: 0;
}
.header-top .divider {
  margin-left: 2rem;
  height: 2rem;
}
.header-top .contact {
  display: flex;
  align-items: center;
  line-height: 1;
  padding: 1.4rem 0 1.2rem 1.5rem;
}
.header-top .contact i {
  margin: 1px 7px 0 4px;
  font-size: 1.417em;
}
.header-top .contact span {
  white-space: nowrap;
}
.header-top .social-links {
  margin-left: 2rem;
  font-size: 1.167em;
}
.header-top .social-links .social-link:last-child {
  margin-right: 0;
}
.header-top .social-links .social-link {
  margin: 3px 26px 0 0;
}
.header-middle {
  padding-top: 3rem;
  padding-bottom: 2.7rem;
  color: #222;
  font-size: 0.875em;
}
.header-middle.has-border {
  border-bottom: 1px solid #e0dede;
}
.header-middle .login-toggle {
  margin: 0.2rem 1.9rem 0 0;
}
.header-middle .login-toggle i {
  font-size: 1.543em;
}
.header-middle .logo {
  margin-bottom: 0.2rem;
}
.header-middle .header-right .cart-dropdown > a:after {
  content: none;
}
.header-dark .header-middle {
  padding: 3.3rem 0 2.7rem;
  color: rgba(255, 255, 255, 0.8);
}
.header-dark .header-middle .divider {
  margin: 0 24px 0 31px;
  opacity: 0.15;
}
.header-dark .header-middle .call i {
  font-size: 1.714em;
}
.header-dark .header-middle .mobile-menu-toggle {
  color: inherit;
}
@media (max-width: 991px) {
  .header-dark .header-middle .header-center {
    flex: 1;
  }
}
.logo img {
  display: block;
}
.header-bottom {
  border-bottom: 1px solid #e0dede;
  padding: 1rem 0;
}
.header-search {
  position: relative;
}
.header-search:not(.dir-up) {
  margin: 4px 1.9rem 0 0;
}
.header-search input {
  padding: 0.95rem 2rem;
}
.header-search .btn-search {
  min-width: 5rem;
}
.header-search .btn-search i {
  margin: 0;
}
.header-search .select-box select {
  width: 18.4rem;
  border: 0;
  font-size: 1em;
  letter-spacing: 0.05em;
}
.header-search.hs-toggle .form-simple {
  position: absolute;
  border: none;
  display: flex;
  right: -1.5rem;
  padding: 2rem;
  min-width: 34rem;
  background-color: #fff;
  box-shadow: 0 2px 35px rgba(0, 0, 0, 0.1);
  font-size: 1.6rem;
  visibility: hidden;
  opacity: 0;
  transform: translate3d(0, -10px, 0);
  z-index: 100;
  transition: transform 0.4s 0.2s, opacity 0.4s 0.2s;
}
.header-search.hs-toggle .form-simple .btn {
  right: 2rem;
}
.header-search.hs-toggle.show .form-simple,
.header-search.hs-toggle:hover .form-simple {
  transform: translate3d(0, 0, 0);
  visibility: visible;
  opacity: 1;
}
.header-search.hs-toggle:hover {
  color: #e1071e;
}
.header-search.hs-toggle input {
  border: 1px solid #eee;
}
.header-search.hs-toggle .btn-search {
  font-size: 0.88em;
  color: #222;
}
.header-search.hs-toggle .btn-search:hover {
  color: #e1071e;
  background-color: transparent;
  cursor: pointer;
}
.header-search.hs-expanded {
  max-width: 74.1rem;
  flex: 1;
}
.header-search.hs-expanded .btn-search i {
  margin: 0;
  font-size: 1.5rem;
}
.header-search.hs-expanded .btn-search:hover {
  color: #e1071e;
}
.header-search.hs-expanded input {
  padding: 0.8em 1.3em 0.6em;
  font-size: 1em;
}
.hs-toggle.dir-up .form-simple {
  top: auto;
  bottom: 100%;
  transform: translate3d(0, 10px, 0);
}
.search-toggle {
  padding: 1.1rem 0;
}
.search-toggle i {
  font-size: 2rem;
  line-height: 0.9;
}
.call {
  display: flex;
  align-items: center;
}
.call > span {
  padding-top: 3px;
  font-weight: inherit;
  text-transform: uppercase;
}
.call i + span {
  margin-left: 0.3rem;
}
.call i {
  font-size: 1.514em;
  margin: 0.3rem 0.3rem 0 0;
}
.wishlist {
  margin: 0.5rem 1.8rem 0 0;
  font-size: 1.6em;
}
.sticky-header.fixed {
  width: 100%;
  padding-top: 1.5rem;
  padding-bottom: 1.4rem;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.mobile-menu-toggle {
  display: none;
  margin-right: 1.5rem;
  font-size: 1.786em;
  color: #333;
}
.mobile-menu-toggle i {
  vertical-align: -4px;
}
@media (max-width: 1199px) {
  .header-middle .logo {
    margin-right: 2rem;
  }
}
@media (max-width: 1024px) {
  .main-nav .menu > li {
    margin-right: 1.5rem;
  }
}
@media (max-width: 991px) {
  .header-middle .header-center:not(.header-full-product),
  .header-middle .main-nav {
    display: none;
  }
  .has-center .header-full-product {
    margin: 0;
  }
  .header-top .header-left {
    margin-right: 2rem;
  }
  .header-middle .header-right {
    justify-content: flex-end;
  }
  .header-middle .header-right .divider {
    display: none;
  }
  .header-middle .header-right .call {
    display: none;
  }
  .mobile-menu-toggle {
    display: block;
  }
}
@media (max-width: 767px) {
  .header-middle .header-search {
    display: none;
  }
  .header-top .header-left {
    position: relative;
    overflow: hidden;
  }
  .header-top .header-left .call,
  .header-top .header-left .divider {
    display: none;
  }
  .header-top .header-left .contact,
  .header-top .header-left .welcome-msg {
    padding-left: 0;
    transform: translateX(0);
    animation: 6s linear 2s 1 show_msg_first, 12s linear 8s infinite show_msg;
  }
}
@media (max-width: 479px) {
  .header-top .header-right .divider,
  .header-top .social-links {
    display: none;
  }
  .header-middle.has-center .header-right {
    flex: unset;
  }
  .header-middle.has-center .login-toggle,
  .header-middle.has-center .wishlist {
    display: none;
  }
}
.welcome-msg {
  margin-bottom: 0;
  white-space: nowrap;
  font-size: inherit;
}
@keyframes show_msg_first {
  0% {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes show_msg {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
.dropdown {
  position: relative;
}
.dropdown.show .dropdown-box,
.dropdown:hover .dropdown-box {
  visibility: visible;
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.dropdown.show > a,
.dropdown:hover > a {
  color: #e1071e;
}
.dropdown a {
  display: flex;
  align-items: center;
}
.dropdown a .dropdown-image {
  max-width: 1.4rem;
  margin-right: 0.7rem;
  height: auto;
}
.dropdown > a {
  line-height: 1;
  padding: 0.9rem 0;
}
.dropdown > a:after {
  display: inline-block;
  margin-left: 8px;

  font-size: 7px;
  line-height: 1;
  content: "";
}
.dropdown li.active > a,
.dropdown li:hover > a {
  color: #e1071e;
}
.dropdown-box {
  position: absolute;
  right: 0;
  padding: 0.5rem 0;
  color: #777;
  background-color: #fff;
  box-shadow: 0 5px 30px 2px rgba(0, 0, 0, 0.2);
  visibility: hidden;
  opacity: 0;
  z-index: 1061;
  transition: transform 0.2s ease-out, opacity 0.2s;
  transform: translate3d(0, -10px, 0);
}
.dropdown-box li {
  line-height: 1.1;
}
.switcher li a {
  padding: 0.6rem 1rem 0.6rem 0.8rem;
}
.switcher img {
  margin-bottom: 2px;
}
.cart-dropdown .dropdown-box {
  right: -1rem;
  padding: 3rem;
  min-width: 33.5rem;
}
.cart-dropdown .products {
  max-height: 36rem;
  margin-right: -0.5rem;
  padding-right: 1rem;
  overflow: scroll;
}
.cart-dropdown .cart-toggle:after {
  content: none;
}
.cart-dropdown .cart-toggle i {
  font-size: 1.65em;
  margin: 1px 2px 0 0;
}
.cart-dropdown .cart-label {
  display: block;
  cursor: pointer;
  margin: 0 0 0 1rem;
  font-size: 0.855em;
  font-weight: 300;
  line-height: 1.1;
}
.cart-dropdown .cart-label > span {
  display: block;
  font-weight: 400;
}
.cart-dropdown .cart-count:not(.not-badge) {
  position: absolute;
  display: inline-block;
  transition: color 0.4s;
  right: -10px;
  top: 6px;
  text-align: center;
  font-size: 0.458em;
  font-weight: 600;
  width: 1.9rem;
  height: 1.9rem;
  line-height: 1.9rem;
  border-radius: 50%;
  background-color: #e1071e;
  color: #fff;
  z-index: 1;
  padding-top: 1px;
}
.cart-dropdown .cart-total {
  display: flex;
  margin-top: 2rem;
  margin-bottom: 0.3rem;
  padding: 1.9rem 0 0.9rem;
  border-top: 1px solid #e0dede;
}
.cart-dropdown .cart-total label {
  margin: 0 auto 0 0.3rem;
  color: #54524d;
}
.cart-dropdown .cart-total .price {
  font-size: 1.125em;
  font-weight: 400;
  color: #e1071e;
}
.cart-dropdown .cart-action .btn {
  justify-content: center;
  padding: 1.27em 2.78em 1.09em;
  letter-spacing: 0.01em;
}
.cart-dropdown .cart-price {
  color: #e1071e;
}
.cart-dropdown:hover {
  color: #e1071e;
}
.login-dropdown {
  margin-left: 0;
}
.login-dropdown .login-toggle:after {
  content: none;
}
.login-dropdown .btn-close {
  position: fixed;
  top: 2.7rem;
  right: 39.6rem;
  transform: rotateZ(45deg);
  transition: transform 0.3s, visibility 0.3s;
  width: 2.8rem;
  height: 2.8rem;
  opacity: 0.65;
  visibility: hidden;
  z-index: 3000;
}
.login-dropdown .btn-close:after,
.login-dropdown .btn-close:before {
  content: "";
  display: block;
  position: absolute;
  background-color: #fff;
  width: 1px;
  height: 100%;
  top: 0;
  left: calc(50% - 1px);
  margin-left: 0;
}
.login-dropdown .btn-close:before {
  width: 100%;
  height: 1px;
  top: calc(50% - 1px);
  left: 0;
}
.login-dropdown .btn-close:hover {
  transform: rotateZ(135deg);
}
.login-dropdown.opened .btn-close {
  visibility: visible;
}
.off-canvas {
  font-weight: 300;
}
.off-canvas .dropdown-box {
  position: fixed;
  top: 0;
  right: -37rem;
  max-width: 37rem;
  width: 100%;
  height: 100vh;
  min-width: auto;
  font-size: 1.6rem;
  padding: 2.5rem 3rem;
  opacity: 1;
  visibility: visible;
  transition: right 0.3s;
  transform: none;
  z-index: 2999;
  box-shadow: none;
  overflow-x: hidden;
  overflow-y: auto;
}
.off-canvas .dropdown-box .login-popup {
  padding: 0;
}
.off-canvas .canvas-overlay {
  position: fixed;
  left: 0;
  width: 100vw;
  top: -10vh;
  height: 120vh;
  background: rgba(0, 0, 0, 0.65);
  z-index: 2998;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}
.off-canvas .canvas-header {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #e0dede;
  padding: 0.2rem 0 1.1rem;
}
.off-canvas .canvas-title {
  font-size: 1.25em;
  letter-spacing: -0.018em;
}
.off-canvas .btn-close {
  font-size: 1em;
  font-weight: 300;
  color: #999;
  text-transform: capitalize;
}
.off-canvas .btn-close:active,
.off-canvas .btn-close:focus,
.off-canvas .btn-close:hover {
  color: #e1071e;
}
.off-canvas .btn-close i {
  margin-right: 0;
  font-size: inherit;
}
.off-canvas .product-mini {
  margin-top: 2rem;
}
.off-canvas.opened .dropdown-box {
  right: 0;
}
.off-canvas.opened .canvas-overlay {
  opacity: 1;
  visibility: visible;
}
.off-canvas:hover .dropdown-box {
  top: 0;
}
@media (max-width: 479px) {
  .off-canvas .dropdown-box {
    max-width: 28.5rem;
    padding: 1.5rem 2rem;
  }
  .login-dropdown .btn-close {
    right: 29rem;
  }
}
.product.product-mini {
  display: flex;
  align-items: center;
}
.product.product-mini .product-media {
  position: static;
  min-width: 8.4rem;
  margin-right: 1.9rem;
}
.product.product-mini .product-media img {
  height: 100%;
}
.product.product-mini .product-detail a {
  white-space: normal;
  width: 95%;
}
.product.product-mini .product-name {
  margin-bottom: 0.8rem;
  font-size: 0.875em;
}
.product.product-mini .product-name:not(:hover) {
  color: #54524d;
}
.product.product-mini .price-box {
  display: flex;
  align-items: center;
  font-size: 1.125em;
  line-height: 1;
}
.product.product-mini .product-price {
  font-size: inherit;
  color: #333;
}
.product.product-mini .product-quantity {
  margin-right: 0.4rem;
}
.product.product-mini .product-quantity:after {
  content: "";
  padding-left: 0.3rem;
  font-size: 0.833em;
}
.product.product-mini .btn-remove {
  position: absolute;
  right: -0.4rem;
  top: 50%;
  transform: translateY(-50%);
}
.product.product-mini .btn-remove i {
  position: relative;
  top: 1px;
}
.product.product-mini:last-child {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cart-dropdown .cart-label {
    display: none;
  }
}
@media (max-width: 479px) {
  .cart-dropdown .product .product-media {
    margin-right: 1rem;
  }
  .cart-dropdown .dropdown-box {
    min-width: 28.5rem;
  }
}
.dropdown.category-dropdown .dropdown-box {
  z-index: 19;
}
.category-dropdown > a {
  padding: 1.7rem 1.7rem;
  background: #e1071e;
}
.category-dropdown > a:after {
  content: none;
}
.category-dropdown > a i {
  font-size: 1.8rem;
}
.category-dropdown > a span {
  margin-left: 0.7rem;
}
.category-dropdown .dropdown-box {
  padding: 0;
  left: 0;
  min-width: 12rem;
  box-shadow: none;
  background-color: #ccc;
  transition: opacity 0.2s, z-index 0s, transform 0.2s ease-out;
  visibility: hidden;
  top: 100%;
}
.category-dropdown.menu-fixed .dropdown-box {
  visibility: hidden;
}
.category-dropdown.dropdown.show .dropdown-box {
  visibility: visible;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  transform: translate3d(0, 0, 0);
  transition: opacity 0.5s, z-index 0s;
}
.category-dropdown.has-border .dropdown-box {
  background-color: #fff;
  border: 1px solid #eee;
}
.category-dropdown.has-border:before {
  content: "";
  position: absolute;
  z-index: 1000;
  transform: rotate(45deg);
  width: 1.2rem;
  height: 1.2rem;
  left: 22px;
  background-color: #fff;
  border: 1px solid #eee;
  border-bottom-color: transparent;
  border-right-color: transparent;
  opacity: 0;
  cursor: pointer;
  visibility: hidden;
}
@media (min-width: 992px) {
  .sticky-header:not(.fixed) .category-dropdown.menu-fixed .dropdown-box {
    top: calc(100% + 20px);
    transform: none;
    visibility: visible;
    opacity: 1;
  }
  .sticky-header:not(.fixed) .category-dropdown.menu-fixed.has-border:before {
    top: calc(100% + 15px);
    visibility: visible;
    opacity: 1;
  }
}
.menu {
  display: flex;
  align-items: center;
}
.menu a {
  display: inline-block;
}
.menu .menu-title {
  margin-bottom: 1rem;
  font-size: 1em;
}
.menu .menu-title span {
  padding-left: 1rem;
  font-size: 1.429em;
  line-height: 2.75;
  text-transform: capitalize;
}
.menu .menu-title span:after {
  max-width: 5rem;
}
.menu ul {
  padding: 2rem 0;
  background: #fff;
  font-size: 1.14em;
  color: #777;
}
.menu ul ul {
  font-size: 1em;
}
.menu li {
  position: relative;
}
.menu li a {
  font-weight: 300;
  padding: 1rem 0 1rem 1rem;
  line-height: 1;
}
.menu li > ul {
  min-width: 21.6rem;
}
.menu li > ul li {
  padding: 0 2rem;
}
.menu:not(.toggle-menu) li .megamenu,
.menu:not(.toggle-menu) li > ul {
  position: absolute;
  top: -9999px;
  left: 100%;
  box-shadow: 0 2px 35px rgba(0, 0, 0, 0.1);
  z-index: 1041;
  visibility: hidden;
  opacity: 0;
  transition: transform 0.2s ease-out;
  transform: translate3d(0, -10px, 0);
}
.menu > li.submenu-container .megamenu {
  width: 1280px;
}
.menu .show .megamenu,
.menu .show > ul,
.menu li:hover .megamenu,
.menu li:hover > ul {
  visibility: visible;
  opacity: 1;
  top: -2rem;
  transform: translate3d(0, 0, 0);
}
.menu .active > a:not(.menu-title):before,
.menu:not(.category-menu) li:hover > a:not(.menu-title):before {
  transform: scale(1, 0.5);
  width: 100%;
  border-color: #e1071e;
}
.menu > li {
  margin-right: 3rem;
}
.menu > li:last-child {
  margin-right: 0;
}
.menu > li > a {
    line-height: 50px;
    color: #29272e;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.menu > li > a:before {
  position: absolute;
  content: "";
  bottom: 12px;
  border-bottom: 10px solid transparent;
  transform: scale(0, 1);
  transform-origin: left center;
  transition: transform 0.3s;
}
.menu > li > a:after {
  margin-left: 0.8rem;
}
.menu > li.show .megamenu,
.menu > li.show > ul,
.menu > li:hover .megamenu,
.menu > li:hover > ul {
  top: 100%;
}
.menu:not(.toggle-menu) li .megamenu,
.menu:not(.toggle-menu) li > ul {
  left: -1.9rem;
}
.menu .submenu > a {
  position: relative;
  display: block;
}
.menu:not(.vertical-menu) > .submenu > a {
  z-index: 10;
}
.menu:not(.vertical-menu) > .submenu > a:after {
  position: static;
  content: "";
  margin-top: -4px;
}
.menu.no-arrow .submenu > a:after {
  content: none;
}
.menu-type2 > li.active > a,
.menu-type2 > li:hover > a {
  color: #e1071e;
}
.menu-type2 > li > a:before {
  content: none;
}
.submenu > a:after {
  display: inline-block;
  position: absolute;
  right: 0.5rem;
  top: 50%;
  line-height: 0;
  vertical-align: middle;
  font-weight: 700;
  font-size: 0.7142em;
  content: "";
}
.vertical-menu {
  display: block;
}
.vertical-menu > li {
  margin-right: 0;
  padding: 0 1rem;
}
.vertical-menu > li.show .megamenu,
.vertical-menu > li.show ul,
.vertical-menu > li:hover .megamenu,
.vertical-menu > li:hover ul {
  left: 100.5%;
  top: -0.9rem;
}
.toggle-menu {
  display: block;
}
.toggle-menu > li {
  margin-right: 0;
}
.toggle-menu .submenu li {
  padding: 0 0.5rem;
}
.toggle-menu li > ul {
  display: none;
  background: transparent;
}
.toggle-btn {
  position: absolute;
  padding: 6px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.toggle-btn:before {
  display: block;
  content: "";
  font-size: 0.625em;
  font-weight: 600;
  line-height: 1;
  transition: transform 0.5s;
}
.show > a .toggle-btn:before {
  transform: rotate(630deg);
}
.menu-active-underline > li > a:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 9px;
  left: 0;
  width: 100%;
  border-bottom: 2px solid;
  transform-origin: right center;
  transform: scale(0, 1);
  transition: transform 0.3s;
}
.menu-active-underline > li.active > a,
.menu-active-underline > li:hover > a {
  color: inherit;
}
.menu-active-underline > li.active > a:before,
.menu-active-underline > li:hover > a:before {
  transform-origin: left center;
  transform: scale(1, 1);
}
.main-nav {
  margin: 0.3rem 1.5rem 0 0.3rem;
}
.megamenu {
  display: flex;
  padding: 1.5rem;
  min-width: 71.5rem;
  background: #fff;
}
.megamenu ul {
  padding: 0 0 3px;
}
.megamenu .row {
  flex: 1;
  padding: 0 1rem;
}
.megamenu .row > * {
  padding-bottom: 1rem;
}
.megamenu .menu-banner {
  font-size: 0.7143em;
  padding: 0;
}
.megamenu .menu-banner figure,
.megamenu .menu-banner img {
  height: 100%;
}
.megamenu .menu-banner .btn-link:hover {
  color: #e1071e;
}
.megamenu .menu-banner .banner-content {
  top: 30px;
  left: 30px;
}
.megamenu .menu-banner .banner-subtitle {
  font-size: 1.3em;
  line-height: 1.2;
}
.megamenu .menu-banner .banner-title {
  font-size: 2.8em;
  line-height: 1.2;
  margin: 0 0 8px -2px;
  color: #222;
}
.megamenu .menu-banner .banner-descri {
  font-size: 1.6em;
}
.megamenu .menu-banner .banner-descri span {
  font-size: 1.25em;
}
.megamenu .menu-banner .btn {
  font-size: 1.2em;
  padding: 1.3rem 2.4rem 0.9em;
}
.mobile-menu-wrapper {
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
  transition: visibility 0.4s;
}
.mobile-menu-container {
  max-width: 296px;
  padding: 2rem 1.5rem;
  position: relative;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  background: #222529;
  box-shadow: 1px 0 5px rgba(0, 0, 0, 0.5);
  margin-left: -296px;
  transition: margin 0.4s;
}
.mobile-menu-container form {
  display: flex;
  margin-bottom: 0.6rem;
}
.mobile-menu-container form input {
  border-color: #2e3237;
  padding: 0.707em 1.22em 0.507em;
}
.mobile-menu-container form input:focus {
  border-color: #54524d;
}
.mobile-menu-container form .btn-search {
  padding: 4px 0 0;
  width: 4rem;
  background-color: #e1071e;
  border-color: #e1071e;
  color: #fff;
}
.mobile-menu-container form .btn-search i {
  margin: 0;
  font-size: inherit;
}
.mobile-menu-container.scrollable::-webkit-scrollbar-thumb {
  margin-right: 2px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 7px;
  cursor: pointer;
}
.mobile-menu-container .nav-tabs {
  border-bottom: 1px solid #3f3e3d;
}
.mobile-menu-container .tab-nav-underline .nav-link {
  color: #fff;
}
.mobile-menu-container .tab-nav-underline .nav-item.show .nav-link,
.mobile-menu-container .tab-nav-underline .nav-link.active,
.mobile-menu-container .tab-nav-underline .nav-link:hover {
  color: #e1071e;
}
.mobile-menu {
  color: #e1e1e1;
  text-transform: uppercase;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1.5;
  padding: 5px 0;
}
.mobile-menu ul {
  display: none;
}
.mobile-menu li a {
  display: block;
  position: relative;
  padding: 1.3rem 0.6rem 1.3rem 1rem;
}
.mobile-menu li li a {
  padding-left: 2.4rem;
}
.mobile-menu li li li a {
  padding-left: 3.6rem;
}
.mobile-menu li:not(:last-child) {
  border-bottom: 1px solid #2e3237;
}
.mobile-menu .tab-pane.active > ul {
  display: block;
}
.mobile-menu .tab-pane.active > ul li a > i {
  font-size: 2rem;
  margin-right: 1rem;
}
.mobile-menu-overlay {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: #000;
  opacity: 0;
  transition: opacity 0.4s;
}
.mobile-menu-close {
  position: fixed;
  left: calc(100vw - 50px);
  top: 25px;
  z-index: 10001;
  transition: opacity 0.3s;
  opacity: 0;
}
.mobile-menu-close i {
  font-size: 2.8rem;
  color: #e1e1e1;
}
.mmenu-anim {
  transform: translateY(30%);
}
.mmenu-anim,
.mmenu-anim > li {
  transition: transform 0.4s, opacity 0.3s;
  transition-timing-function: cubic-bezier(0.5, 0, 0.3, 1);
}
.mmenu-anim > li:nth-child(0) {
  opacity: 0;
  transform: translateY(0px);
}
.mmenu-anim > li:first-child {
  opacity: 0;
  transform: translateY(50px);
}
.mmenu-anim > li:nth-child(2) {
  opacity: 0;
  transform: translateY(100px);
}
.mmenu-anim > li:nth-child(3) {
  opacity: 0;
  transform: translateY(150px);
}
.mmenu-anim > li:nth-child(4) {
  opacity: 0;
  transform: translateY(200px);
}
.mmenu-anim > li:nth-child(5) {
  opacity: 0;
  transform: translateY(250px);
}
.mmenu-anim > li:nth-child(6) {
  opacity: 0;
  transform: translateY(300px);
}
.mmenu-anim > li:nth-child(7) {
  opacity: 0;
  transform: translateY(350px);
}
.mmenu-anim > li:nth-child(8) {
  opacity: 0;
  transform: translateY(400px);
}
.mmenu-anim > li:nth-child(9) {
  opacity: 0;
  transform: translateY(450px);
}
.mmenu-anim > li:nth-child(10) {
  opacity: 0;
  transform: translateY(500px);
}
.mmenu-anim > li:nth-child(11) {
  opacity: 0;
  transform: translateY(550px);
}
.mmenu-anim > li:nth-child(12) {
  opacity: 0;
  transform: translateY(600px);
}
.mmenu-active {
  overflow: hidden;
}
.mmenu-active .mmenu-anim,
.mmenu-active .mmenu-anim > li {
  opacity: 1;
  transform: translateY(0);
}
.mmenu-active .page-wrapper {
  margin-left: 296px;
  margin-right: -296px;
}
.mmenu-active .mobile-menu-wrapper {
  visibility: visible;
}
.mmenu-active .mobile-menu-container {
  margin: 0;
}
.mmenu-active .mobile-menu-overlay {
  opacity: 0.65;
}
.mmenu-active .mobile-menu-close {
  opacity: 1;
}
@media (max-width: 400px) {
  .mobile-menu-close {
    left: calc(100vw - 40px);
    top: 10px;
  }
}
.category-menu i {
  vertical-align: -2px;
  line-height: 0;
  color: #222;
  transition: color 0.3s;
  margin-right: 1rem;
  padding-left: 0.2rem;
  font-size: 2rem;
  color: #222;
}
.category-menu > li > a {
  display: block;
  font-weight: 300;
  line-height: 1.46;
  text-transform: capitalize;
}
.category-menu > li:not(:last-child) > a {
  border-bottom: 1px solid #eee;
}
.category-menu li:hover > a i {
  color: inherit;
}
.category-menu .menu-banner .banner-title {
  font-size: 2.4em;
}
.category-menu .menu-banner .banner-descri {
  font-size: 1.8em;
}
.category-menu .menu-banner .banner-descri span {
  font-size: 1em;
}
.category-menu .menu-banner a:hover i {
  color: #e1071e;
}
.footer {
  font-size: 0.875em;
  background: #f8f8f8;
}
.footer p {
  font-size: inherit;
}
.footer a:not(.social-link):hover {
  color: #852651;
}
.footer .widget-title {
  border-bottom: none;
}
.footer-top {
  color: #222;
  padding-top: 8.8rem;
}
.footer-top .menu {
  flex-wrap: wrap;
  justify-content: center;
}
.footer-top .menu > li {
  margin: 0 1.4rem 0 1.5rem;
}
.footer-middle {
  display: flex;
  align-items: center;
  padding: 2.9rem 0 9rem;
  border-bottom: 1px solid #e0dede;
}
.footer-middle .footer-left,
.footer-middle .footer-right,
.footer-middle .fotter-center {
  flex: 1;
}
.footer-middle .footer-center {
  text-align: center;
  padding-top: 1.5rem;
}
.footer-middle .footer-center .logo-footer {
  margin-bottom: 3.1rem;
}
.footer-middle .footer-right {
  text-align: right;
}
.footer-middle .logo-footer {
  display: block;
}
.footer-middle .widget-title {
  margin: 1.1rem 0 1.2rem;
  font-size: 1.143em;
  font-weight: 400;
  text-transform: uppercase;
  color: #e1e1e1;
}
.footer-middle .widget-body {
  padding-top: 4px;
}
.footer-middle .widget-body li {
  color: #999;
  padding: 4px 0;
  text-transform: capitalize;
}
.footer-middle .widget-body i {
  font-size: 1.143em;
}
.footer-middle .widget-body.footer-icon-boxes {
  padding-top: 2px;
}
.footer-middle .widget-body.footer-icon-boxes li {
  padding: 5px 0;
}
.footer-middle .widget-about {
  font-size: 1.143em;
  color: #777;
}
.footer-middle .widget-about p {
  margin-bottom: 2.3rem;
  line-height: 1.5;
  letter-spacing: -0.001em;
}
.footer-middle .widget-newsletter form {
  max-width: 29.5rem;
  border-width: 0 0 1px 0;
  margin-left: auto;
  color: #54524d;
}
.footer-middle .widget-newsletter input {
  font-size: 0.857em;
  padding: 0.307em 0.829em;
}
.footer-middle .widget-newsletter .widget-title {
  margin: 0 0 1rem;
  font-size: inherit;
  color: #222;
}
.footer-middle .widget-newsletter p {
  color: #54524d;
  margin-bottom: 2.8rem;
}
.footer-left .widget-body li {
  padding: 3px 0;
  color: #54524d;
}
.footer-left .widget-body i {
  font-size: 1.1em;
  margin: 0 3px 0 1px;
}
.footer-bottom {
  padding: 3.1rem 0 2.9rem;
}
.footer-bottom,
.footer-bottom .container,
.footer-bottom .container-fluid {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer .copyright {
  margin: 0;
  color: #54524d;
}
.sticky-footer {
  display: flex;
}
.sticky-footer > * {
  flex: 1;
}
.sticky-footer .search-toggle {
  padding: 0;
  color: inherit;
}
.sticky-footer .header-search.show,
.sticky-footer .header-search:hover {
  color: #222;
}
.sticky-footer .hs-toggle .form-simple {
  min-width: 29rem;
  right: 1.5rem;
  margin-bottom: 2rem;
}
.sticky-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 1.6rem 0 1.2rem;
}
.sticky-link i {
  width: 2.3rem;
  height: 2.4rem;
  font-size: 1.437em;
  line-height: 1;
  transform: translateY(0);
  transition: transform 0.35s ease;
}
.sticky-link i.p-icon-search {
  font-size: 1.187em;
}
.sticky-link span {
  margin-top: 0.8rem;
  font-size: 0.63em;
  line-height: 1;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}
.sticky-link:hover {
  color: #333;
}
.sticky-link:hover i {
  transform: translateY(-5px);
}
@media (min-width: 768px) {
  .sticky-footer {
    display: none;
  }
}
@media (min-width: 576px) {
  .sticky-footer {
    padding: 0 4rem;
  }
}
@media (max-width: 991px) {
  .footer-middle {
    flex-direction: column;
  }
  .footer-middle .footer-center {
    padding: 4rem 0;
  }
  .footer-middle .footer-left,
  .footer-middle .footer-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .footer-bottom,
  .footer-bottom .container,
  .footer-bottom .container-fluid {
    display: block;
    text-align: center;
  }
  .footer-bottom .copyright {
    margin-bottom: 1rem;
  }
}
.footer-dark {
  background-color: #222;
}
.footer-dark .form-simple {
  max-width: 32.2rem;
  margin-left: 0;
  padding-right: 0;
  border-color: #393939;
}
.footer-dark .form-simple input {
  color: #54524d;
  padding-left: 0;
}
.footer-dark .form-simple .btn:not(:hover) {
  color: #999;
}
.footer-dark .form-simple .btn {
  right: 0;
}
.footer-dark .footer-middle {
  display: block;
  border-color: #393939;
}
.footer-dark .newsletter-info .widget-title {
  margin-top: 11px;
  color: #eee;
}
.footer-dark .newsletter-info p {
  color: #777;
}
.footer-dark .copyright {
  color: #777;
}
.banner1 .banner-content {
  left: 60%;
}
.banner1 img {
  min-height: 50rem;
  object-fit: cover;
}
.banner1 .banner-subtitle {
  display: inline-block;
  font-size: 1.125em;
  letter-spacing: 0.2em;
  margin-bottom: 2.3rem;
}
.banner1 .banner-title {
  font-size: 3.75em;
  margin-left: -3px;
}
.banner2 figure img {
  min-height: 50rem;
  object-fit: cover;
}
.banner2 .banner-content {
  right: 21.9%;
}
.banner2 .banner-content img {
  margin-top: 0.4rem;
  width: auto;
}
.banner2 .banner-title {
  font-size: 2.5em;
  line-height: 1.2;
}
.banner2 .banner-price {
  position: absolute;
  bottom: 1rem;
  display: inline;
  font-size: 1.5em;
}
.banner2 .banner-price .price {
  position: relative;
  font-size: 2em;
}
.banner2 .banner-price span {
  font-size: 0.375em;
}
.banner3 img {
  min-height: 25rem;
  object-fit: cover;
}
.banner3 .banner-content {
  left: 7.9%;
}
.banner3 .banner-subtitle {
  margin-bottom: 1.2rem;
}
.banner3 .banner-title {
  font-size: 2.5em;
}
.product-tab-nav .tab-pane {
  padding: 1.9rem 0;
}
.benefit-section {
  overflow: hidden;
}
.benefit-section .container {
  position: relative;
  padding-top: 8.7rem;
  padding-bottom: 5.6rem;
}
.benefit-section .img-back {
  position: absolute;
  top: 26%;
  left: 21%;
  width: 67.4rem;
}
.benefit-section .icon-box {
  margin-bottom: 7.8rem;
}
.benefit-section .icon-box i {
  color: #c4b687;
  font-size: 1.8em;
}
.benefit-section .icon-box .icon-box-content {
  text-align: left;
}
.benefit-section .icon-box .icon-box-title {
  font-size: 1.875em;
  margin-bottom: 0.3rem;
}
.benefit-section .icon-box p {
  max-width: 30rem;
  line-height: 1.25;
}
.benefit-section .icon-box-icon {
  margin-bottom: 0.8rem;
}
.recent-section .title {
  margin-bottom: 2.8rem;
}
.recent-section .post .post-content {
  line-height: 1.5;
  margin: 1.7rem 0 1rem;
}
.recent-section .row .title {
  font-size: 1.25em;
  font-weight: 400;
  padding-bottom: 1.5rem;
  color: #54524d;
}
@media (min-width: 768px) {
  .pos-right {
    text-align: right;
  }
  .pos-right .icon-box .icon-box-content {
    text-align: right;
  }
  .pos-right p {
    margin-left: auto;
  }
  .benefit-section .title,
  .recent-section .title {
    font-size: 2.5em;
  }
  
}
@media (max-width: 767px) {
  .intro-section .owl-theme .owl-nav.disabled + .owl-dots {
    position: relative;
    margin-top: -2.5rem;
  }
  .benefit-section .icon-box {
    text-align: center;
  }
  .benefit-section .icon-box .icon-box-content {
    text-align: center;
  }
  .benefit-section .icon-box p {
    margin: 0 auto;
  }
  .img-back {
    opacity: 0.4;
  }
}
@media (max-width: 575px) {
  .banner1 .banner-content,
  .banner2 .banner-content {
    left: 10%;
    font-size: 16px;
  }
  .banner2 figure img {
    object-position: 60%;
  }
}
