@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap");
:root {
  --heading-font-family: Quicksand, sans-serif;
  --heading-font-weight: 500;
  --heading-font-style: normal;
  --text-font-family: Quicksand, sans-serif;
  --text-font-weight: 400;
  --text-font-style: normal;
  --base-text-font-size: 15px;
  --default-text-font-size: 14px;
  --background: #ffffff;
  --background-rgb: 255, 255, 255;
  --light-background: #ffffff;
  --light-background-rgb: 255, 255, 255;
  --heading-color: #000000;
  --text-color: #000000;
  --text-color-rgb: 0, 0, 0;
  --text-color-light: #000000;
  --text-color-light-rgb: 0, 0, 0;
  --link-color: #ec2024;
  --text-primary: #ec2024;
  --link-color-rgb: 242, 99, 50;
  --border-color: #f0ece6;
  --border-color-rgb: 240, 236, 230;
  --button-background: #ec2024;
  --button-background-rgb: 242, 99, 50;
  --button-text-color: #ffffff;
  --header-background: #ffffff;
  --header-heading-color: #000000;
  --header-light-text-color: #000000;
  --header-border-color: #f0ece6;
  --footer-background: #ffffff;
  --footer-text-color: #000000;
  --footer-heading-color: #000000;
  --footer-border-color: #d9d9d9;
  --navigation-background: #ffffff;
  --navigation-background-rgb: 255, 255, 255;
  --navigation-text-color: #000000;
  --navigation-text-color-light: rgba(0, 0, 0, 0.5);
  --navigation-border-color: rgba(0, 0, 0, 0.25);
  --newsletter-popup-background: #000000;
  --newsletter-popup-text-color: #ffffff;
  --newsletter-popup-text-color-rgb: 255, 255, 255;
  --secondary-elements-background: #faf8f4;
  --secondary-elements-background-rgb: 250, 248, 244;
  --secondary-elements-text-color: #000000;
  --secondary-elements-text-color-light: rgba(0, 0, 0, 0.5);
  --secondary-elements-border-color: rgba(0, 0, 0, 0.25);
  --product-sale-price-color: #ec2024;
  --product-sale-price-color-rgb: 242, 99, 50;
  --product-star-rating: #ec2024;
  --payment-terms-background-color: #ffffff;
  --horizontal-spacing-four-products-per-row: 100px;
  --horizontal-spacing-two-products-per-row: 100px;
  --vertical-spacing-four-products-per-row: 80px;
  --vertical-spacing-two-products-per-row: 100px;
  --drawer-transition-timing: cubic-bezier(0.645, 0.045, 0.355, 1);
  --header-base-height: 80px;
  --cursor-zoom-in-svg: url(../image/cursor-zoom-in.svg);
  --cursor-zoom-in-2x-svg: url(../image/cursor-zoom-in-2x.svg);
}
*,
*:before,
*:after {
  box-sizing: border-box !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  font-family: var(--text-font-family);
  font-weight: var(--text-font-weight);
  font-optical-sizing: auto;
  font-style: var(--text-font-style);
  font-size: var(--base-text-font-size);
  line-height: 1.65;
  color: var(--text-color);
  background: var(--background);
  line-height: 1.65;
}
.bg-primary {
  background: var(--button-background) !important;
}
.fw-bold {
  font-weight: bold !important;
}
.container {
  width: 100%;
  max-width: 100% !important;
}
.navbar {
  min-height: unset;
  margin-bottom: unset;
}
#menu .nav > li > a {
  font-size: 15px;
}
#menu .nav > li > a {
  font-family: var(--heading-font-family);
  font-weight: 600;
  font-style: var(--heading-font-style);
  color: var(--header-heading-color);
  padding: 0 15px;
  line-height: 1.65;
  font-size: 15px;
  transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  display: inline-flex;
}
.border-0 {
  border: unset !important;
}
.nav.navbar-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  float: unset;
}
#menu .nav > li > a:hover,
#menu .nav > li.open > a {
  background-color: transparent;
}
.with-icon span {
  padding-left: 20px;
}
.secondary-menu li {
  display: inline-block;
}
.slider-area img {
  margin: auto;
}
.off-canvas-active, .off-canvas-categories-active, .off-canvas-filter-active {
  overflow: hidden;
}
.navbar-nav > li {
  float: unset;
}
.text-dark {
    color: var(--text-color-light) !important;
}
#intercom-container {
  z-index: 1;
  position: relative;
}
.menu-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 5px;
  width: 24px;
  height: 24px;
}
.off-canvas, .off-canvas-categories, .off-canvas-filter {
  width: calc(100% - 120px);
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #FFF;
  transform: translateX(-100%);
  transition: .4s ease-in-out;
  z-index: 9999999999999;
}
.off-canvas-filter {
  left:unset;
  transform: translateX(100%);
  right:0;
}
.off-canvas-active .off-canvas, .off-canvas-categories-active .off-canvas-categories, .off-canvas-filter-active .off-canvas-filter {
  transform: translateX(0);
}
.off-canvas > ul.list-unstyled, .off-canvas-categories > ul.list-unstyled {
  padding: 30px 20px 0 20px;
}
.off-canvas ul.list-unstyled li, .off-canvas-categories ul.list-unstyled li {
  margin: 24px 0 0;
  background-repeat: no-repeat;
  background-size: 26px;
  background-position: left;
  padding-left: 40px !important;
  font-weight: 600;
}
.off-canvas ul.list-unstyled li a, .off-canvas-categories ul.list-unstyled li a {
  color: #f16232;
  font-size: 18px;
  display: block;
  position: relative;;
}
.navbar-fixed-top {
  transition: .4s ease-in-out;
  width: 100%;
}
.floatingLabel {
  position: absolute;
  bottom: calc(100% - 8px);
  left: 10px;
  padding: 0 5px;
  line-height: normal;
  color: var(--text-color-light);
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 12px));
  opacity: 0;
  background: rgba(var(--background-rgb), 0);
  pointer-events: none;
  transform: translateY(3px);
  transition: all .3s ease-in-out;
}
.form-control:not(:placeholder-shown)~.floatingLabel {
  opacity: 1;
  background: var(--background);
  transform: translateY(0);
}
.formHelp {
  position: absolute;
  right: 12px;
  top: 50%;
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 12px));
  color: var(--text-color-light);
  transform: translateY(-50%);
}
.off-canvas-categories ul.list-unstyled li a:before {
  position: absolute;
  top: 50%;
  left: -25px;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #f16232;
  content: "";
}
.off-canvas-categories ul.list-unstyled li ul li {
  margin-top: 15px;
}
.page-wrapper {
  padding-top: 50px;
  transition: .4s ease-in-out;
}
.off-canvas-active .page-wrapper,
.off-canvas-active .navbar-fixed-top, .off-canvas-categories-active .page-wrapper, .off-canvas-categories-active .navbar-fixed-top, .off-canvas-filter-active .page-wrapper, .off-canvas-filter-active .navbar-fixed-top {
  transform: translateX(300px);
}
.list-group {
  padding: 20px;
}
.off-canvas-categories .dropdown-menu {
  position:relative;
  float:unset;
}
#search {
  flex: 1;
  margin-bottom: 0;
}
#search i {
  margin-right: 15px;
}
.search-holder {
    padding: 24px 0;
}
.search-holder i {
    font-size: 19px;
}
header #search input {
    font-size: 19px !important;
    font-weight: 600;
    border: unset !important;
    box-shadow: unset !important;
}
#search input::placeholder,
#search input::-moz-placeholder,
#search input:-ms-input-placeholder,
#search input:-moz-placeholder,
#search input:-webkit-input-placeholder {
    color: #333;
    font-size: 19px !important;
    font-weight: 600 !important;
}
#search-row {
    .product-thumb {
        flex-direction: column;
    }
    .rating {
        display:none;
    }
    .mobile-image {
        display:none;
    }
}
@media(max-width:767px) {
  #search-row {
      img:not(.mobile-image) {
          display:none
      }
      .mobile-image {
          display:block !important;
      }
      .caption {
          text-align:left;
          margin-top:0px;
          h4, p, a, span, div {
              font-size:13px;
          }
          h4 {
              margin: 0;
              margin-bottom: 5px;
          }
      }
      .sale-percentage {
          display:none;
      }
      .product-thumb .image {
          margin-right:25px;
      }
      .product-thumb img.img-responsive {
          max-height:70px;
          object-fit:cover;
      }
      .product-thumb {
          flex-direction: row;
      }
  }
}
#search-row {
  visibility:hidden;
            opacity:0;
            z-index: -1;
  position: absolute;
  left: 0;
  width: 100%;
  transition: transform 0.15s ease-in-out, opacity 0.15s ease-in-out, visibility 0.15s ease-in-out;
  background: #FFF;
}
body.search-active #search-row {
  visibility: visible;
  z-index: 11;
  opacity: 1;
  transform: translateY(-25px);
}
body.search-active header {
  z-index: 11;
  position: relative;
}
body.search-active .drop-overlay {
  visibility: visible;
}
.off-canvas-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
  z-index: 1050;
  visibility: hidden;
  opacity: 0;
  transition: .4s ease-in-out;
}
#iyzi-root {
  display:none;
}
.off-canvas-active .off-canvas-overlay, .off-canvas-categories-active .off-canvas-overlay, .off-canvas-filter-active .off-canvas-overlay {
  opacity: 1;
  visibility: visible;
}
.bg-transparent {
  background: transparent !important;
}
header {
  padding: 18px 0;
  box-shadow: 0 -1px var(--header-border-color) inset;
  margin-bottom: 40px;
  background:#FFF
}
.secondary-menu > li:not(:last-child) {
  margin-right: 25px;
}
.text-primary {
  color: var(--text-primary) !important;
}
.secondary-menu > li a {
  display: inline-block;
  position: relative;
}
.count.total-items {
  position: absolute;
  top: 2px;
  right: -6px;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #ec2024;
  box-shadow: 0 0 0 2px var(--header-background);
  transform: scale(0);
  transition: all 0.3s ease-in-out;
}
.total-items.has-items {
  transform: scale(1);
}
.icon24 {
  width: 24px;
  height: 24px;
}
.spacing-normal {
  padding: 50px 0;
}
.promotions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  padding-bottom: 40px;
}
.btn-block {
  max-width: fit-content;
  margin: auto;
}
h2 {
  font-size: 24px;
}
.btn-primary {
  font-weight: 600;
  color: var(--button-text-color);
  border-color: var(--button-background);
  border-radius: 30px;
  position: relative;
  padding: 14px 28px;
  line-height: normal;
  background: var(--button-background);
  border: 1px solid transparent;
  text-transform: uppercase;
  font-size: calc(
    var(--base-text-font-size) - (var(--default-text-font-size) - 12px)
  );
  text-align: center;
  letter-spacing: 0.2em;
  font-family: var(--heading-font-family);
  font-style: var(--heading-font-style);
  transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86),
    border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  z-index: 1;
  -webkit-tap-highlight-color: initial;
  transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.btn-underline {
  transition: color 0.2s ease-in-out, opacity 0.2s ease-in-out;
  position: relative;
  display: inline-block;
}
.btn-underline:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  background: currentColor;
  transform: scale(1);
  transform-origin: left center;
  transition: transform 0.2s ease-in-out;
}
a:focus,
a:hover {
  color: inherit;
}
footer h5 {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 20px;
  font-family: var(--heading-font-family);
  font-style: var(--heading-font-style);
  color: var(--footer-heading-color);
  transition: color 0.2s ease-in-out;
}
.social-links li:not(:last-child) {
  margin-right: 30px;
}
footer .Icon {
  height: 1em;
  width: 1em;
  fill: currentColor;
  vertical-align: middle;
  stroke-width: 1px;
  background: none;
  pointer-events: none;
}
footer a {
  color: var(--footer-text-color);
}
footer {
  background-color: #faf8f4;
  border-top: none;
  padding: 34px 0;
}
footer a:hover {
  color: inherit;
}
footer {
  color: var(--footer-text-color);
}
.btn-primary:before {
  border-radius: 30px;
  background-color: var(--button-background);
  position: absolute;
  content: "";
  display: block;
  left: 0;
  transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  transform: scale(1);
  transform-origin: left center;
  z-index: -1;
}
.img-responsive {
  max-width: 100%;
  width: auto !important;
}
.product-thumb .caption {
  text-align: center;
  margin-top: 20px;
  font-size: calc(
    var(--base-text-font-size) - (var(--default-text-font-size) - 12px)
  );
}
.caption h4 + p {
  display: none;
}
.caption .price .price-old {
  display: none;
}
.section-header {
  font-weight: 600;
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 40px;
}
.product-thumb .button-group {
  display: none;
}
.btn-primary:hover:before {
  transform-origin: right center;
  transform: scaleX(0);
}
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.btn-primary:hover {
  color: var(--button-background);
  background: transparent;
  border-color: var(--button-background);
}
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover {
  border-color: var(--button-background);
  background: var(--button-text-color);
  color: var(--button-background);
}
.border-bottom {
  border-bottom: 1px solid #ededed;
}
.promotions .promotion {
  padding: 0 5px;
  flex: 50%;
  margin-bottom:20px;
}
/* .option5 select option:last-child {
  display: none;
} */
.promotions .promotion h3 {
  font-weight: bold;
  font-size: 14px;
  margin: 15px 0 5px;
}
.product-thumb .image a {
  display: inline-block;
  position: relative;
}
.price div {
  font-weight: 600;
}
.price div + div {
  font-weight: normal;
}
.sale-percentage {
  font-size: 1.2em;
  display: inline-block;
  padding: 10px;
  min-width: 70px;
  min-height: 70px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  line-height: 50px;
  border-radius: 50%;
  position: absolute;
  top: 20px;
  left: 10px;
  z-index: 1;
}
.tooltip.in {
  opacity: 1;
}
.tooltip-inner {
  max-width: unset;
  color: #000;
  background-color: #e8e8e8;
  border-radius: 4px;
  font-size: 12px;
  line-height: 0.85em;
  text-align: left;
  padding: 25px 30px;
}
.promotions .promotion p {
  font-size: 13px;
  margin: 0;
  line-height: normal;
}
.promotions .promotion img {
  max-height: 80px;
  margin: auto;
}
.caption h4 a {
  font-family: var(--heading-font-family);
  font-weight: var(--heading-font-weight);
  font-style: var(--heading-font-style);
  color: var(--heading-color);
  transition: color 0.2s ease-in-out;
}
.product-thumb {
  padding: 0 12px;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: inherit;
  color: var(--heading-color);
}
.product-thumb h4 span {
  position: relative;
}
.dropdown-menu {
  -webkit-animation: mmFadeInUp 0.3s ease forwards;
  animation: mmFadeInUp 0.3s ease forwards;
  transition: none !important;
  transform: scale(1);
  background: #ffffff !important;
  padding-top: 0;
}
.dropdown-menu li {
  padding: 0 !important;
  position:relative;
}
#menu .dropdown-inner a {
  color: #000;
  font-size: 13px !important;
  min-width: 205px !important;
  letter-spacing: 1px !important;
  padding: 15px 20px !important;
  width: auto !important;
  height: auto !important;
  line-height: normal !important;
  font-family: "Helvetica Neue", Arial !important;
  font-weight: 400 !important;
}
.dropdown-menu li > a:hover {
  background-color: #f9f9f9 !important;
  color: var(--text-primary) !important;
}
.image-background {
  display: flex;
  height: 500px;
  align-items: end;
  background-position: center;
  background-size: cover;
}
.image-background .content {
  margin: 0px 40px 40px;
  background: rgba(255, 255, 255, 0.85);
  padding: 25px;
}
.owl-nav .owl-nav .owl-prev,
.owl-nav .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  overflow: hidden;
  width: 45px;
  height: 45px;
  border: none !important;
  border-radius: 50%;
  background: var(--button-text-color) !important;
  box-shadow: 0 2px 10px #36363626;
}
.owl-nav .owl-nav .owl-next {
  right: -20px;
}
.owl-nav .owl-nav .owl-prev {
  left: -20px;
}
.owl-nav .owl-nav {
  margin-top: 0;
}
.owl-nav .owl-nav button.disabled {
  display: none;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
  background: unset;
  color: unset;
  text-decoration: none;
}
@media (-moz-touch-enabled: 0), (hover: hover) {
  .owl-nav .owl-nav button.owl-next:hover img {
    -webkit-animation: buttonFromLeftToRight 0.5s ease-in-out forwards;
    animation: buttonFromLeftToRight 0.5s ease-in-out forwards;
  }
  .btn-underline:hover:before {
    transform: scaleX(0);
  }
  .owl-nav .owl-nav button.owl-prev:hover img {
    -webkit-animation: buttonFromRightToLeft 0.5s ease-in-out forwards;
    animation: buttonFromRightToLeft 0.5s ease-in-out forwards;
  }
}
@-webkit-keyframes buttonFromLeftToRight {
  0% {
    transform: translate(0);
  }
  25% {
    opacity: 0;
    transform: translate(100%);
  }
  50% {
    opacity: 0;
    transform: translate(-100%);
  }
  75% {
    opacity: 1;
    transform: translate(0);
  }
}
@keyframes buttonFromLeftToRight {
  0% {
    transform: translate(0);
  }
  25% {
    opacity: 0;
    transform: translate(100%);
  }
  50% {
    opacity: 0;
    transform: translate(-100%);
  }
  75% {
    opacity: 1;
    transform: translate(0);
  }
}
@-webkit-keyframes buttonFromRightToLeft {
  0% {
    transform: translate(0);
  }
  25% {
    opacity: 0;
    transform: translate(-100%);
  }
  50% {
    opacity: 0;
    transform: translate(100%);
  }
  75% {
    opacity: 1;
    transform: translate(0);
  }
}
@keyframes buttonFromRightToLeft {
  0% {
    transform: translate(0);
  }
  25% {
    opacity: 0;
    transform: translate(-100%);
  }
  50% {
    opacity: 0;
    transform: translate(100%);
  }
  75% {
    opacity: 1;
    transform: translate(0);
  }
}
@-webkit-keyframes buttonFromTopToBottom {
  0% {
    transform: translateY(0);
  }
  25% {
    opacity: 0;
    transform: translateY(100%);
  }
  50% {
    opacity: 0;
    transform: translateY(-100%);
  }
  75% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes buttonFromTopToBottom {
  0% {
    transform: translateY(0);
  }
  25% {
    opacity: 0;
    transform: translateY(100%);
  }
  50% {
    opacity: 0;
    transform: translateY(-100%);
  }
  75% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes mmFadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale(1) translate3d(0, 30px, 0);
    transform: scale(1) translate3d(0, 30px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translate3d(0, 0, 0);
    transform: scale(1) translate3d(0, 0, 0);
  }
}
@keyframes mmFadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale(1) translate3d(0, 30px, 0);
    transform: scale(1) translate3d(0, 30px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translate3d(0, 0, 0);
    transform: scale(1) translate3d(0, 0, 0);
  }
}
.owl-nav button img {
  transform: scale(1.001);
  transition: background 0.15s ease-in-out, opacity 0.15s ease-in-out,
    transform 0.2s ease-in-out, color 0.2s ease-in-out;
  vertical-align: middle;
  line-height: 0;
  max-width: 100%;
}
.Footer__Block--links ul li {
  position: relative;
  display: block;
  margin-bottom: 12px;
  line-height: 1.5;
  text-align: left;
  transition: all 0.2s ease-in-out;
}
.form-check input {
  display: inline;
}
.form-check label {
  display: inline;
}
.form-control {
  -webkit-appearance: none;
  display: block;
  color: var(--text-color);
  font-size: 15px !important;
  padding: 12px 14px;
  background: white;
  border-radius: 0;
  border: 1px solid var(--border-color);
  width: 100%;
  line-height: normal;
  height: auto;
  resize: none;
  transition: border-color 0.1s ease-in-out;
}
.form-control::placeholder {
  color: var(--text-color-light);
}
.form-control:focus {
  border-color: var(--header-heading-color);
}
.product-thumb h4 span img {
  width: 14px !important;
  height: 14px;
  cursor: pointer;
  position: absolute;
  top: -12px;
  left: 0;
  width: 14px;
}
.icon {
  width: 20px;
  height: 20px;
}
.Footer__Block + .Footer__Block {
  margin-top: 40px;
}
.cookie-notification {
  display: flex;
  flex-direction: column;
  padding: 20px 5px;
  bottom: calc(2% + 72px);
  background: #f1f0ea;
  color: #050505;
  left: unset;
  width: 100%;
  position: fixed;
  font-size: 15px;
  z-index: 1;
  align-items: center;
  justify-content: space-between;
  visibility: hidden;
}
#cookie-btn {
  left: 1%;
  bottom: calc(2%);
  position: fixed;
  right: 10px;
  max-width: 46px;
  margin-top: 10px;
  z-index: 999;
  display: none;
  cursor: pointer;
}
.cookie-content button {
  background: #fff;
  font-weight: 600;
  border: unset;
  border-radius: 6px;
  padding: 4px 6px;
  font-size: 15px;
  font-family: var(--font-heading-family);
}
.widget {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.drop-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 1;
  width: 100%;
  height: 100%;
  visibility: hidden;
  z-index: 2;
}
.overflow-hidden {
  overflow: hidden;
}
.alert-dismissable .close, .alert-dismissible .close {
  right: 0;
}
.block-minicart .widget_shopping_cart {
  position: fixed;
  top: 0;
  right: -450px;
  min-width: 450px;
  max-width: 450px;
  z-index: 9999999999;
  background-color: #fff;
  -webkit-transition: right 0.4s ease 0s;
  -moz-transition: right 0.4s ease 0s;
  -o-transition: right 0.4s ease 0s;
  transition: right 0.4s ease 0s;
  height: 100vh;
}
.block-minicart.open .block-cart-link::before {
  opacity: 1;
  visibility: visible;
}
.block-minicart.open .widget_shopping_cart {
  right: 0;
}
.widget_shopping_cart .widget_shopping_cart_content .minicart-title {
  display: flex;
  position: relative;
  font-weight: 600;
  letter-spacing: 0.1em;
  font-size: 18px;
  border-bottom: 1px solid #e8e8e8;
  padding: 23px 35px;
  margin: 0 0 10px;
  align-items: center;
  justify-content: space-between;
}
.widget_shopping_cart
  .widget_shopping_cart_content
  .minicart-title
  .minicart-number-items {
  position: relative;
  min-width: 23px;
  height: 23px;
  line-height: 25px;
  text-align: center;
  border-radius: 50%;
  background-color: #f08687;
  font-size: 14px;
  color: #ffffff;
}
.block-minicart .cart_list {
  height: calc(100vh - 224px);
  overflow-x: hidden;
}
.widget_shopping_cart .product_list_widget {
  padding-left: 0;
  list-style: none;
  padding: 23px 35px;
}
.product_list_widget li > a {
  display: inline-block;
  width: 100%;
  margin-bottom: 4px;
}
.widget_shopping_cart .product_list_widget li.mini_cart_item {
  overflow: hidden;
  color: #000;
  font-size: 16px;
}
.quantity-change button {
    background: transparent !important;
    padding: 15px 15px;
    border: unset !important;
    border-radius: unset !important;
    box-shadow: unset !important;
}
.widget_shopping_cart .product_list_widget li {
  position: relative;
}
.quantity-change input {
    font-size:13px !important;
    width:20px !important;
    padding:0 !important;
    text-align: center !important;
    background: transparent;;
    border: unset !important;
    box-shadow: unset;
}
.category-image {
  position:relative;
  padding-left: 25px !important;
  img {
    width: 22px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
}
@media (min-width:1200px) {
  .navbar-nav > li.dropdown > .dropdown-menu {
    left: 50%;
    transform: translateX(-50%) !important;
    margin-left: unset !important;
  }
}
.block-minicart
  .widget_shopping_cart
  .product_list_widget li
  .remove_from_cart_button {
  font-size: 11px;
  text-decoration: underline;
}
#menu .nav a.with-image {
  background-size: 19px 19px;
  background-repeat: no-repeat;
  background-position: 18px 50%;
  padding-left: 45px !important;
}
.widget_shopping_cart
  .product_list_widget
  li
  .remove_from_cart_button:not(:hover) {
  color: inherit;
}
.widget_shopping_cart .product_list_widget li > a {
  display: block;
}
.widget_shopping_cart .product_list_widget li a:not(.remove):not(:hover) {
  color: #000;
}
.widget_shopping_cart .product_list_widget li a:not(.remove) {
  font-size: 13px;
  line-height: 22px;
  font-weight: 600;
}
.widget_shopping_cart .product_list_widget li > a {
  display: block;
  width: auto;
  margin-bottom: 4px;
}
.widget_shopping_cart .product_list_widget img {
  float: left;
  max-width: 90px;
  margin-right: 25px;
}
.widget_shopping_cart .product_list_widget li .quantity {
  font-size: 12px;
  line-height: 22px;
  flex-grow:1;
}
.header.header-dark.akasha-header--dark
  .box-header-nav
  .main-menu
  > .menu-item
  > a,
.header.header-dark.akasha-header--dark .header-control span {
  color: #000 !important;
}
.widget_shopping_cart .akasha-mini-cart__total {
  margin-bottom: 0;
  padding: 20px 18px 10px;
  font-weight: 600;
  font-size: 14px;
  overflow: hidden;
}
.quantity-change {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}
.quantity-change .input-group {
    display: flex;
    border: 1px solid var(--border-color);
    align-items: center;
}
.quantity-change svg {
    width: 10px;
    height: 10px;
    stroke-width: 1.5px;
    vertical-align: -1px;
}
.newmo {
  display: block;
  position: fixed;
  background: #fff;
  left:0;
  width: 100%;
  bottom: 0;
  border-top: 1px solid #f16232;
  -webkit-box-shadow: 5px 5px 22px 0px rgba(0, 0, 0, 0.42);
  box-shadow: 5px 5px 22px 0px rgba(0, 0, 0, 0.42);
  z-index: 1000;
}
.breadcrumb {
  display: none;
}
.newmo ul {
  display: flex;
  list-style: none;
  padding-inline-start: 0;
}
.newmo ul a {
  min-width: unset;
  height: inherit;
  display: contents;
}
.newmo li {
  width: 20%;
  height: 90px;
  font-size: 11px;
  font-weight: 500;
  text-align: center;
  padding: 48px 0 0;
  background-repeat: no-repeat;
  background-size: 25px;
  background-position: 50% 20%;
  justify-content: space-between;
}
.newmo-1 {
  background: url(../image/newmo-1.svg) no-repeat;
}
.newmo-2 {
  background: url(../image/newmo-2.svg) no-repeat;
}
.newmo-3 {
  background: url(../image/newmo-3.svg) no-repeat;
}
.newmo-4 {
  background: url(../image/newmo-4.svg) no-repeat;
}
.newmo-5 {
  background: url(../image/newmo-5.svg) no-repeat;
}
.block-minicart .widget_shopping_cart .akasha-mini-cart__total {
  height: 67px;
  line-height: 67px;
  background-color: #f4f4f4;
  color: #000000;
  padding: 0 30px 0 30px;
  overflow: hidden;
  font-size: 14px;
  position: absolute;
  bottom: 69px;
  width: 100%;
  z-index: 1;
}
.widget_shopping_cart .akasha-mini-cart__total strong {
  font-weight: inherit;
  letter-spacing: 0.1em;
  color: #000;
  text-transform: uppercase;
  padding-right: 20px;
}
.widget_shopping_cart .akasha-mini-cart__total .akasha-Price-amount {
  float: right;
  font-size: 16px;
}
.widget_shopping_cart .akasha-mini-cart__buttons {
    padding: 20px 30px;
    text-align: center;
    margin:0;
    box-shadow: 0 -1px var(--border-color);
}
.widget_shopping_cart .akasha-mini-cart__buttons .button {
  width: 50% !important;
  float: left !important;
  font-weight: 600 !important;
  font-size: 13px !important;
  text-transform: uppercase !important;
  text-align: center !important;
  letter-spacing: 0.1em !important;
  height: 69px !important;
  line-height: 69px !important;
  color: #000 !important;
  background-color: #000;
  overflow: hidden !important;
  position: relative !important;
  border-radius: unset !important;
  padding: unset !important;
}
.akasha-mini-cart__empty-message {
  font-size: 16px;
  padding: 10px 15px 30px 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 600;
  color: var(--heading-color);
}
span.akasha-Price-amount {
    font-family: var(--heading-font-family);
    font-weight: var(--heading-font-weight);
    font-style: var(--heading-font-style);
}
.widget_shopping_cart .akasha-mini-cart__buttons .button.checkout {
  background-color: #2a2a2a;
}
img.lazy {
  opacity: 0;
}
img:not(.initial) {
  transition: opacity 1s;
}
img.initial,
img.loaded,
img.error {
  opacity: 1;
}
img:not([src]) {
  visibility: hidden;
}
@media (min-width: 767px) {
  .section-header {
    font-size: 32px;
    margin-bottom: 70px;
  }
  .promotions .promotion {
    flex: 25%;
    margin-bottom:0;
  }
  .product-thumb .caption {
    font-size: calc(
      var(--base-text-font-size) - (var(--default-text-font-size) - 13px)
    );
  }
  footer {
    padding: 75px 0 42px;
  }
  .widget_shopping_cart .product_list_widget img {
    max-width: 120px;
  }
}
@media (min-width: 992px) {
  .Footer__Block + .Footer__Block {
    margin-top: 0;
  }
  .off-canvas-filter {
    max-width:400px;
  }
  .cookie-notification {
    width: 30%;
    left: 1%;
  }
  .Footer__Block--text,
  .Footer__Block--newsletter {
    flex-basis: 240px;
  }
  .container {
    padding: 0 18px !important;
  }
  .Footer__Block {
    flex: 1 1 50%;
    margin-top: 0;
    margin-bottom: 50px;
  }
  #cookie-btn {
    display: block;
  }
  .promotion h3 {
    margin: 20px 0 10px;
    font-size: 25px;
  }
  .image-background {
    height: 600px;
  }
  .product-thumb {
    padding: 0 50px;
  }
  .Footer__Block {
    flex: 0 1 auto;
  }
  .promotions .promotion p {
    font-size: 14px;
    line-height: inherit;
  }
  .promotions .promotion h3 {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 20px;
  }
  .container {
    padding: 0 30px !important;
  }
  .spacing-normal {
    padding: 80px 0;
  }
  .promotions .promotion {
    padding: 0 63px;
  }
}
@media (min-width: 1200px) {
  .container {
    padding: 0 80px !important;
  }
  .Footer__Block--text {
    flex-basis: 400px;
  }
  .Footer__Block--newsletter {
    flex-basis: 305px;
  }
}
