:root {
  --header-height: 80px;
  --header-height-reversed: -82px;
}
html, body {
  height: 100%;
  background: #ffffff;
  font-family: "Maven Pro", sans-serif;
  position: relative;
}
html.mb__tabbing *:focus {
  box-shadow: 0 0 0 2px #000000;
  border-radius: 4px;
}
.drawer {
  display: none;
  position: fixed;
  z-index: 1500;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.drawer.shown {
  display: block;
}
.drawer.shown .drawer-body {
  box-shadow: 0 0 30px 30px rgba(0, 0, 0, 0.15);
}
.drawer .drawer-body {
  background: #fff;
  padding: 2rem;
  position: fixed;
}
.drawer .drawer-body.scroll {
  overflow: scroll;
}
.drawer .drawer-body.right {
  top: 0;
  bottom: 0;
  right: 0;
  width: 400px;
}
.drawer .drawer-body.left {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 400px;
}
.drawer .drawer-body.bottom {
  bottom: 0;
  left: 0;
  right: 0;
  height: 400px;
}
.drawer .drawer-body.top {
  top: 0;
  left: 0;
  right: 0;
  height: 400px;
}
.drawer .drawer-body .close-btn {
  padding: 0;
  font-size: 20px;
  color: #a0a0a0;
}
.drawer .drawer-body .close-btn:hover {
  color: #000;
}
@media (max-width: 400px) {
  .drawer .drawer-body {
    padding: 1rem;
  }
  .drawer .drawer-body.right {
    width: 100%;
  }
  .drawer .drawer-body.left {
    width: 100%;
  }
  .drawer .drawer-body.bottom {
    height: 100%;
  }
  .drawer .drawer-body.top {
    height: 100%;
  }
}
#region-select .regions {
  list-style: none;
  padding: 0;
}
#region-select .regions li > a {
  display: block;
  padding: 0.7rem;
  position: relative;
}
#region-select .regions li > a:hover {
  background: #eee;
}
#region-select .regions li > a > .fi {
  margin-right: 0.5rem;
}
#region-select .regions li > a .currency {
  position: absolute;
  right: 0.7rem;
}
.region-btn {
  display: block;
  padding-left: 0.3rem;
  padding-right: 0.3rem;
}
.logo-section {
  font-weight: bold;
  font-size: 2rem;
  text-transform: uppercase;
}
.checkbox.inline, .radio-button.inline {
  display: inline-block;
  margin-right: 10px !important;
}
.checkbox input[type="checkbox"], .radio-button input[type="checkbox"], .checkbox input[type="radio"], .radio-button input[type="radio"] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.checkbox input[type="checkbox"]:focus + label:before, .radio-button input[type="checkbox"]:focus + label:before, .checkbox input[type="radio"]:focus + label:before, .radio-button input[type="radio"]:focus + label:before, .checkbox input[type="checkbox"]:hover + label:before, .radio-button input[type="checkbox"]:hover + label:before, .checkbox input[type="radio"]:hover + label:before, .radio-button input[type="radio"]:hover + label:before {
  border-color: #cccccc;
  background-color: #f2f2f2;
}
.checkbox input[type="checkbox"]:active + label:before, .radio-button input[type="checkbox"]:active + label:before, .checkbox input[type="radio"]:active + label:before, .radio-button input[type="radio"]:active + label:before {
  transition-duration: 0s;
}
.checkbox input[type="checkbox"] + label, .radio-button input[type="checkbox"] + label, .checkbox input[type="radio"] + label, .radio-button input[type="radio"] + label {
  position: relative;
  padding-left: 2em;
  vertical-align: middle;
  user-select: none;
  cursor: pointer;
  font-weight: normal;
}
.checkbox input[type="checkbox"] + label:before, .radio-button input[type="checkbox"] + label:before, .checkbox input[type="radio"] + label:before, .radio-button input[type="radio"] + label:before {
  box-sizing: content-box;
  content: "";
  color: #808080;
  position: absolute;
  top: 50%;
  left: 0;
  width: 16px;
  height: 16px;
  margin-top: -9px;
  border: 1px solid #cccccc;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.checkbox input[type="checkbox"] + label:after, .radio-button input[type="checkbox"] + label:after, .checkbox input[type="radio"] + label:after, .radio-button input[type="radio"] + label:after {
  box-sizing: content-box;
  content: "";
  background-color: #808080;
  position: absolute;
  top: 50%;
  left: 2px;
  width: 14px;
  height: 14px;
  margin-top: -7px;
  transform: scale(0);
  transform-origin: 50%;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.checkbox input[type="checkbox"]:disabled + label, .radio-button input[type="checkbox"]:disabled + label, .checkbox input[type="radio"]:disabled + label, .radio-button input[type="radio"]:disabled + label {
  cursor: not-allowed;
}
.checkbox input[type="checkbox"]:disabled + label:before, .radio-button input[type="checkbox"]:disabled + label:before, .checkbox input[type="radio"]:disabled + label:before, .radio-button input[type="radio"]:disabled + label:before {
  border-color: #cccccc;
}
.checkbox input[type="checkbox"]:disabled + label:before, .radio-button input[type="checkbox"]:disabled + label:before, .checkbox input[type="radio"]:disabled + label:before, .radio-button input[type="radio"]:disabled + label:before {
  background-color: #cccccc;
}
.checkbox input[type="checkbox"]:disabled:checked + label:before, .radio-button input[type="checkbox"]:disabled:checked + label:before, .checkbox input[type="radio"]:disabled:checked + label:before, .radio-button input[type="radio"]:disabled:checked + label:before {
  background-color: #cccccc;
}
.checkbox input[type="checkbox"] + label:after, .radio-button input[type="checkbox"] + label:after {
  background-color: transparent;
  top: 50%;
  left: 4px;
  width: 8px;
  height: 3px;
  margin-top: -4px;
  border-style: solid;
  border-color: #808080;
  border-width: 0 0 3px 3px;
  border-image: none;
  transform: rotate(-45deg) scale(0);
}
.checkbox input[type="checkbox"]:checked + label:after, .radio-button input[type="checkbox"]:checked + label:after {
  content: "";
  transform: rotate(-45deg) scale(1);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.checkbox input[type="radio"]:checked + label:before, .radio-button input[type="radio"]:checked + label:before {
  animation: borderscale 200ms ease-in-out;
  background-color: white;
}
.checkbox input[type="radio"]:checked + label:after, .radio-button input[type="radio"]:checked + label:after {
  transform: scale(0.8);
}
.checkbox input[type="radio"] + label:before, .radio-button input[type="radio"] + label:before, .checkbox input[type="radio"] + label:after, .radio-button input[type="radio"] + label:after {
  border-radius: 50%;
}
.checkbox input[type="checkbox"]:checked + label:before, .radio-button input[type="checkbox"]:checked + label:before {
  animation: borderscale 200ms ease-in-out;
  background: #ffffff;
}
.checkbox input[type="checkbox"]:checked + label:after, .radio-button input[type="checkbox"]:checked + label:after {
  transform: rotate(-45deg) scale(1);
}
@keyframes borderscale {
  25% {
    box-shadow: 0 0 0 1px #cccccc;
  }
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 1px solid #f2f2f2;
  opacity: 1;
}
.monobill__section.monobill__header {
  z-index: 1499;
  margin-bottom: 0 !important;
}
.monobill__section.monobill__footer {
  margin-bottom: 0 !important;
  margin-top: auto !important;
}
header {
  top: var(--header-height-reversed);
  transition: all 0.3s ease-in-out;
  width: 100%;
  z-index: 1499;
}
.fixed-header {
  padding-top: var(--header-height);
}
.fixed-header header {
  position: fixed;
  width: 100%;
}
.fixed-header-shown header {
  top: 0;
}
.mb__slider .slide-img {
  height: 100%;
}
.mb__slider .mb__slider_slide {
  height: calc(100vh - var(--header-height));
}
.mb__slider .slide-text {
  padding-right: 5rem;
  height: 100%;
  background-color: var(--theme-color);
}
.mb__dynamic_cart_wrapper {
  position: relative;
  width: 100%;
}
.mb__dynamic_cart_wrapper .mb__dynamic_cart {
  position: absolute;
  right: 1.7rem;
  width: 385px;
  background: #fff;
  border: 1px solid #dddddd;
  padding: 1rem 1.5rem;
  transform: translateY(-120%);
  transition: transform 0.4s ease-in-out;
  z-index: -1;
}
.mb__dynamic_cart_wrapper .mb__dynamic_cart.active {
  transform: translateY(0);
}
@media (max-width: 767px) {
  .mb__dynamic_cart_wrapper .mb__dynamic_cart {
    width: 100%;
    right: 0;
  }
}
.slider-handle {
  background: #0B79F3;
}
.slide-heading {
  font-size: 60px;
  font-family: "Roboto", sans-serif;
}
.slide-subheading {
  font-size: 14px;
  font-weight: 700;
}
.slide-lines {
  margin-bottom: 34px;
}
.slide-lines:before {
  margin-bottom: 19px;
}
.slide-lines:before, .slide-lines:after {
  content: "";
  display: inline-block;
  height: 1px;
  width: 185px;
  background-color: #fff;
}
.slide-lines:after {
  margin-top: 10px;
}
.resizing-btn {
  padding: 0.5rem 1rem;
  font-size: 1.125rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
@media (max-width: 992px) {
  .navbar .dropdown-menu {
    margin-top: 0;
  }
  .slide-heading {
    font-size: 34px;
  }
  .slide-subheading {
    font-size: 14px;
  }
  .resizing-btn {
    padding: 0.5rem 0.5rem;
    font-size: 1rem;
    line-height: 1.2;
    border-radius: 0.3rem;
  }
}
.search-query-ellipse {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 160px;
  display: inline-block;
}
#gallery_files {
  flex: none;
}
.gallery-file {
  vertical-align: top;
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 10px;
  cursor: pointer;
  width: 150px;
  height: 150px;
  text-align: center;
  padding: 0.25rem;
  background-color: #f8fafc;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  position: relative;
  overflow: hidden !important;
}
.gallery-file i {
  display: block;
  font-size: 140px;
}
.gallery-file img {
  width: 140px;
  vertical-align: unset;
}
.gallery-file .file-name {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 5px;
  overflow: hidden;
  max-height: 100%;
  word-wrap: break-word;
  text-align: center;
  background: rgba(255, 255, 255, 0.8);
}
.selecting > .gallery-file {
  opacity: 0.5;
}
.gallery-file.selected {
  border-color: #0B79F3;
  opacity: 1;
}
#file_preview img {
  max-height: 400px;
}
.navbar .dropdown-menu {
  margin-top: 10px;
  border-radius: 0;
}
.dropdown-menu .menu-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.dropdown-menu .menu-list > li > a {
  display: block;
  clear: both;
  line-height: 1.42857143;
  white-space: nowrap;
  color: #979797;
  font-weight: 400;
  text-decoration: none;
  padding: 6px 0px;
}
.dropdown .menu-list > li > a:hover {
  color: #444444;
}
.megamenu-item {
  border-right: 1px solid #ebebeb;
  padding: 15px 30px 15px 30px;
  height: 100%;
}
.megamenu-title {
  font-size: 16px;
  font-weight: 400;
  color: #444444;
  text-decoration: none;
}
.megamenu-title:hover {
  color: #444444;
  text-decoration: none;
}
.gallery-file .out-of-stock {
  background-color: rgba(27, 27, 27, 0.6);
  color: #ffff;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0.3rem;
}
.slick-dots {
  bottom: -3rem;
}
.slick-dots li {
  width: 15px;
}
.slick-dots li button:before {
  content: "";
  background: #000;
  height: 3px;
  width: 15px;
  border-radius: 4px;
}
.slick-slide {
  margin: 10px;
  height: auto !important;
}
.slick-slide img {
  width: 100%;
  border: 0px solid #fff;
}
.slick-prev, .slick-prev:hover, .slick-prev:focus, .slick-next, .slick-next:hover, .slick-next:focus {
  padding: 40px 15px;
  z-index: 100;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  text-align: center;
}
.slick-prev:before, .slick-next:before {
  color: #3a3f46;
  border-radius: 0;
  line-height: 0;
  display: block;
  margin-left: -8px;
  font-size: 16px;
}
.links-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.links-list-padded {
  list-style: none;
  padding-left: 10px;
}
.links-list-padded li:before {
  content: "- ";
}
.links-list > li > a {
  display: block;
  clear: both;
  line-height: 1.42857143;
  white-space: nowrap;
  color: #979797;
  font-weight: 400;
  text-decoration: none;
  padding: 6px 0px;
}
.links-list > li > a:hover {
  color: #444444;
}
.search-group-input {
  border-left: none;
}
.search-group-input:focus, .search-group-input:active {
  outline: 0px !important;
  -webkit-appearance: none !important;
  box-shadow: none !important;
  border-color: #ced4da !important;
}
@media (max-width: 1422px) {
  .slick-prev {
    left: -10px;
  }
  .slick-next {
    right: -10px;
  }
}
.cursor-pointer {
  cursor: pointer;
}
.cursor-move {
  cursor: move;
}
.cursor-help {
  cursor: help;
}
.btn-group > .btn-group:not(:first-child) > .btn, .btn-group > .btn:last-child {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
.truncate {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#product_images > :first-child {
  width: 120px !important;
  height: 120px !important;
}
#product_images > :not(:first-child), #product_images .ui-sortable-helper {
  width: 80px !important;
  height: 80px !important;
}
@media (min-width: 1778px) {
  .list-group.scrollspy {
    display: block !important;
  }
}
.btn.swatch {
  height: 30px;
  width: 30px;
  border: 4px solid transparent;
}
.btn.swatch.active {
  border-color: #3490dc;
  outline: 0;
}
.product-sale {
  padding: 5px;
  background: #E20405;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 14px;
}
.product-card {
  position: relative;
  text-align: center;
  max-width: 400px;
  padding-left: 2rem;
  padding-right: 2rem;
}
.product-card .gallery-file {
  overflow: hidden;
}
.product-card .gallery-file .quick-view {
  width: 100%;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: -50px;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.product-card :hover .gallery-file .quick-view {
  bottom: 0;
}
.product-card .out-of-stock {
  margin: 0;
  position: absolute;
  right: 10px;
  left: 10px;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.6);
  padding: 10px;
  text-align: center;
  color: #ffffff;
  z-index: 1;
  text-transform: uppercase;
}
.product-card .product-sale {
  position: absolute;
  right: 2.5rem;
  z-index: 1;
  font-size: 12px;
}
.product-card .name {
  font-weight: bold;
  text-transform: uppercase;
}
.mb_card {
  position: relative;
  max-width: 300px;
  transition: color 0.2s ease-in-out;
}
.mb_card .gallery-file {
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: contain;
}
.mb_card .gallery-file.cover {
  background-size: cover;
}
.mb_card .title {
  font-weight: 600;
  font-size: 18px;
}
.mb_card.left-align {
  text-align: left;
}
#product_carousel .carousel-inner > .carousel-item {
  -webkit-transition: -webkit-transform 0.4s ease-in-out !important;
  -o-transition: -o-transform 0.4s ease-in-out !important;
  transition: transform 0.4s ease-in-out !important;
}
.swatch-item.swatch {
  height: 10px;
  width: 15px;
  display: inline-block;
}
.cart-item .item-config .swatch {
  height: 10px;
  width: 15px;
  display: inline-block;
}
.cart-item.disabled {
  opacity: 0.4;
  pointer-events: none;
}
.product-quick-view-modal .modal-body {
  padding: 40px;
}
.product-quick-view-modal .order-total small {
  display: none;
}
.product-quick-view-modal .order-total .float-right {
  float: none !important;
}
.item_description_value {
  min-height: 37px;
}
.checkout-page .order-summary {
  padding-top: 20px;
  padding-bottom: 20px;
}
.checkout-page .order-summary .body .gallery-file {
  cursor: default;
  position: relative;
  overflow: visible !important;
  margin: 0;
}
.checkout-page .order-summary .body .gallery-file .badge {
  position: absolute;
  top: -5px;
  right: -5px;
  font-size: 12px;
}
@media (min-width: 992px) {
  .checkout-page {
    height: 100%;
  }
  .checkout-page .order-summary {
    padding-top: 10px;
    padding-bottom: 0;
  }
  .checkout-page .order-summary .collapse {
    display: block;
  }
  .checkout-page .order-summary .body {
    margin-top: 120px;
    position: relative;
    max-width: 419px;
  }
  .order-summary.affixed {
    position: fixed;
    top: -124px;
    right: 0;
    z-index: 1030;
  }
}
.alert.small {
  padding: 5px;
  margin-bottom: 0px;
}
.order_sub_total {
  margin-top: 10px;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  padding: 15px 0px 15px 0px;
}
.order-total {
  margin-top: 10px;
  font-size: 28px;
}
.order-total small {
  text-align: right;
  display: block;
  font-size: 14px;
}
.cart-item {
  padding: 15px;
}
.cart-item p {
  margin: 2px;
}
.cart-item .item-name {
  font-weight: bold;
  font-size: 14px;
}
.cart-item .item-name a {
  font-weight: normal;
}
.cart-item .price {
  font-weight: bold;
  font-size: 14px;
}
.cart-item .cycle, .cart-item .setup-fee {
  font-size: 12px;
}
.cart-item .item-config {
  font-size: 12px;
}
@media (min-width: 1200px) {
  .summary.affix {
    top: 60px;
  }
}
@media (max-width: 1199px) {
  .summary.affix {
    position: static !important;
  }
}
s {
  color: #ba0005;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
}
@media (min-width: 1405px) {
  .container-fluid {
    width: 1400px;
  }
}
@media (min-width: 599px) {
  .search-input {
    min-width: 350px;
  }
}
.pagination {
  padding: 0;
  margin: 0;
}
@media (min-width: 767px) {
  .logo-section {
    padding: 40px 0 40px 0;
  }
  .logo-section img {
    width: 300px;
  }
}
.search-container {
  position: fixed;
  background: #fff;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
  border-bottom: 1px solid #eee;
  z-index: 1199;
}
.search-container.active {
  visibility: visible;
  opacity: 1;
}
.search-container .mb__search_overlay {
  background-color: rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 79px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -100;
}
#mb__search_autocomplete {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1199;
  top: 4.5rem;
  background: #fff;
  border-radius: 0.25rem;
  overflow-y: auto;
  max-height: 800px;
}
#mb__search_autocomplete .mb__autocomplete {
  border: 1px solid #eee;
}
#mb__search_autocomplete .mb__autocomplete .mb__search_result_search {
  border-top: 1px solid #eeeeee;
  position: -webkit-sticky !important;
  position: sticky !important;
  background: #ffffff;
  bottom: 0;
  width: 100%;
}
#mb__search_autocomplete .mb__autocomplete .mb__search_result_search a {
  padding: 0.7rem 1.2rem;
  display: block;
}
#mb__search_autocomplete .mb__autocomplete .mb__search_result_search a:hover, #mb__search_autocomplete .mb__autocomplete .mb__search_result_search a:focus, #mb__search_autocomplete .mb__autocomplete .mb__search_result_search a.selected {
  background: #f5f5f5;
}
#mb__search_autocomplete .mb__autocomplete .mb__search_results {
  padding: 0.5rem;
  display: flex;
  gap: 1rem;
}
#mb__search_autocomplete .mb__autocomplete .mb__search_results .mb__search_results_group {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}
#mb__search_autocomplete .mb__autocomplete .mb__search_results .mb__search_results_group:first-child {
  flex: 0 0 16rem;
}
#mb__search_autocomplete .mb__autocomplete .mb__search_results .mb__search_results_group:only-child {
  flex: 1 1 auto;
  flex-direction: row;
}
#mb__search_autocomplete .mb__autocomplete .mb__search_results .mb__search_results_group:only-child > :not(:first-child) {
  width: 100%;
}
#mb__search_autocomplete .mb__autocomplete .mb__search_results .mb__search_results_group:only-child > :first-child {
  flex: 0 0 16rem;
}
#mb__search_autocomplete .mb__autocomplete .mb__search_results .mb__search_results_group:only-child > :only-child {
  flex: 1 1 auto;
}
#mb__search_autocomplete .mb__autocomplete .mb__search_results .mb__search_results_group .mb__search_results_title {
  padding: 0.3rem 0rem;
  margin: 0 1rem;
  border-bottom: 1px solid #eeeeee;
  font-size: 0.6rem;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
}
#mb__search_autocomplete .mb__autocomplete .mb__search_results .mb__search_results_group .mb__search_results_list {
  padding: 0;
  list-style: none;
}
#mb__search_autocomplete .mb__autocomplete .mb__search_results .mb__search_results_group .mb__search_results_list li {
  margin: 0;
}
#mb__search_autocomplete .mb__autocomplete .mb__search_results .mb__search_results_group .mb__search_results_list a {
  display: block;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
}
#mb__search_autocomplete .mb__autocomplete .mb__search_results .mb__search_results_group .mb__search_results_list a:focus, #mb__search_autocomplete .mb__autocomplete .mb__search_results .mb__search_results_group .mb__search_results_list a:hover, #mb__search_autocomplete .mb__autocomplete .mb__search_results .mb__search_results_group .mb__search_results_list a.selected {
  background: #f5f5f5 !important;
}
#mb__search_autocomplete .mb__autocomplete .mb__search_results .mb__search_results_group .mb__search_results_list .mb__search_result_product {
  display: flex;
  align-items: center;
  margin: 1rem 1rem;
}
#mb__search_autocomplete .mb__autocomplete .mb__search_results .mb__search_results_group .mb__search_results_list .mb__search_result_img {
  background: #fff;
}
#mb__search_autocomplete .mb__autocomplete .mb__search_results .mb__search_results_group .mb__search_results_list .mb__search_result_img img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}
#mb__search_autocomplete .mb__autocomplete .mb__search_results .mb__search_results_group .mb__search_results_list .mb__search_result_txt {
  font-size: 0.9rem;
  margin: 0.5rem 1rem;
}
#mb__search_autocomplete .mb__autocomplete .mb__search_results .mb__search_results_group .mb__search_results_list .mb__search_result_txt mark {
  background: transparent;
  font-weight: bold;
  padding: 0;
}
@media (max-width: 767px) {
  #mb__search_autocomplete .mb__autocomplete .mb__search_results {
    gap: 0.5rem;
    flex-direction: column-reverse;
  }
  #mb__search_autocomplete .mb__autocomplete .mb__search_results .mb__search_results_group {
    flex: 0 !important;
  }
}
.mb__search-result-icon {
  display: none;
  padding-left: 1rem;
}
.mb__search-result:hover .mb__search-result-icon {
  display: block;
}
.mb__search-spinner {
  animation: rotate 2s linear infinite;
  z-index: 2;
  white-space: nowrap;
}
.mb__search-spinner .path {
  stroke: #000;
  stroke-linecap: round;
  animation: dash 1.5s ease-in-out infinite;
}
@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}
.mb__fade {
  opacity: 0;
}
.search-box {
  display: flex;
}
input:not(:placeholder-shown).search-box, .search-box:focus {
  width: 220px;
  border-bottom: 1px solid #e0e0e0 !important;
}
.price {
  font-family: "Maven Pro", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 25px;
  margin-top: 20px;
  margin-bottom: 20px;
  display: block;
}
.price del {
  font-size: 18px;
  font-weight: 300;
}
a {
  color: #000;
  font-weight: 400;
  text-decoration: none;
  outline: none;
}
a:hover {
  color: #272822;
  text-decoration: none;
}
.floating-input {
  display: block;
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 0.1rem solid #e0e0e0;
  border-radius: 0.25rem;
  margin-bottom: 1rem;
  padding: 0;
  -webkit-transition: padding 0.1s ease-in-out, opacity 0.1s ease-in-out;
  -moz-transition: padding 0.1s ease-in-out, opacity 0.1s ease-in-out;
  -ms-transition: padding 0.1s ease-in-out, opacity 0.1s ease-in-out;
  -o-transition: padding 0.1s ease-in-out, opacity 0.1s ease-in-out;
  transition: padding 0.1s ease-in-out, opacity 0.1s ease-in-out;
}
.floating-input .floating-label {
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  position: absolute;
  left: 0.75rem;
  top: 0;
  padding-top: 5px;
  font-size: 12px;
  font-weight: 100;
  opacity: 0;
  color: #6b6b6b;
  font-weight: 100;
  -webkit-transition: padding 0.1s ease-in-out, opacity 0.1s ease-in-out;
  -moz-transition: padding 0.1s ease-in-out, opacity 0.1s ease-in-out;
  -ms-transition: padding 0.1s ease-in-out, opacity 0.1s ease-in-out;
  -o-transition: padding 0.1s ease-in-out, opacity 0.1s ease-in-out;
  transition: padding 0.1s ease-in-out, opacity 0.1s ease-in-out;
}
.floating-input > select.form-control {
  background: transparent;
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 50%;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  padding-left: 0.7rem;
}
.floating-input .form-control::-ms-input-placeholder {
  color: #6b6b6b;
  font-weight: 100;
}
.floating-input .form-control:-ms-input-placeholder {
  color: #6b6b6b;
  font-weight: 100;
}
.floating-input .form-control::placeholder {
  color: #6b6b6b;
  font-weight: 100;
}
.floating-input > .form-control {
  border: 0;
  border-radius: 0;
  height: 50px;
  -webkit-transition: padding 0.1s ease-in-out, opacity 0.1s ease-in-out;
  -moz-transition: padding 0.1s ease-in-out, opacity 0.1s ease-in-out;
  -ms-transition: padding 0.1s ease-in-out, opacity 0.1s ease-in-out;
  -o-transition: padding 0.1s ease-in-out, opacity 0.1s ease-in-out;
  transition: padding 0.1s ease-in-out, opacity 0.1s ease-in-out;
}
.floating-input > .form-control:-webkit-autofill, .floating-input > .form-control:-webkit-autofill:hover, .floating-input > .form-control:-webkit-autofill:focus, .floating-input > .form-control:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}
.floating-input .ti-input {
  border: none !important;
}
.floating-input .ti-new-tag-input {
  color: #6b6b6b;
  font-weight: 100;
  height: 30px;
  font-size: 16px;
}
.floating-input:focus-within {
  border-color: #0A6DDB;
}
.floating-input.filled .floating-label {
  opacity: 1;
  background: #ffffff;
  display: block;
}
.floating-input.filled .form-control {
  padding-top: 24px;
}
.floating-input.filled select.form-control {
  padding-top: 21px;
}
.floating-input.has-error {
  border-color: #dc3545;
}
.floating-input.disabled .floating-label {
  background: #e9ecef;
}
.floating-label-sm .form-control {
  height: 42px;
}
.floating-label-sm .floating-input .floating-label {
  padding-top: 0px;
}
.floating-label-sm .floating-input.filled .form-control {
  padding-top: 20px;
}
.floating-label-sm .floating-input.filled select.form-control {
  padding-top: 14px;
  font-size: 16px;
}
.floating-input > .form-control.selectize-control {
  padding-top: 6px;
}
.floating-input.disabled {
  background-color: #e9ecef;
}
.floating-input.disabled .selectize-control {
  background: transparent;
}
.floating-input .form-control.selectize-control .item {
  color: #495057 !important;
}
.floating-input.filled > .form-control.selectize-control {
  padding-top: 14px;
}
.floating-input .selectize-input {
  background: none !important;
}
.floating-input-error {
  margin-top: -10px;
  margin-bottom: 15px;
}
.step {
  display: inline-block;
  background: #000;
  padding: 0.4rem 0.7rem;
  font-size: 16px;
  color: #fff;
  border-radius: 50%;
  margin-right: 0.5rem;
}
.order-total {
  color: #000;
}
.overflow-hidden {
  overflow: hidden;
}
.mb__select, .mb__select:hover, .mb__select:focus {
  color: #808080;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  padding-left: 12px;
  padding-right: 40px;
  background-repeat: no-repeat;
  background-position: 100% 55%;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAGCAYAAADdXo4uAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QTJENURCQzBCOTM0MTFFNkEwMkVCMzE1QjJENEM5QjMiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QTJENURCQkZCOTM0MTFFNkEwMkVCMzE1QjJENEM5QjMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjk1RTA5NjRDOUE1RDExRTU5RDc4OUY0MzEyMjBBRTU4IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjk1RTA5NjREOUE1RDExRTU5RDc4OUY0MzEyMjBBRTU4Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+MME8SwAAAHdJREFUeNpirKqqWsXAwHCvtbW1ggELqK6uDgVS5UDsClTznoFMwASyBGQQ0MAOHJaAHEK2BTDAfOjQoT379u3jBFkGop2dnfegWQLih1HiGxBg/P//P8z1HdAg6gTis9S0BMUiNMsYqGkJhkVIlhlT0xIQAAgwAE5cPC+12eNuAAAAAElFTkSuQmCC");
}
.gift-card-icon {
  font-size: 40px;
}
.navbar-expand-lg {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-top: solid 1px #dddddd;
  border-bottom: solid 1px #dddddd;
}
.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 0.7rem !important;
  padding-left: 0.7rem !important;
  font-size: 0.9rem;
}
.navbar-expand-lg .navbar-nav .nav-link i {
  font-size: 1.3rem;
}
.mb__status-indicator {
  display: block;
  position: absolute;
  right: 0.7rem;
  top: 1.5rem;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.mb__cart_quantity {
  display: block;
  position: absolute;
  background-color: #000;
  right: 0.1rem;
  top: 0.4rem;
  height: 20px;
  color: #fff;
  border-radius: 50%;
  font-size: 0.6rem;
  line-height: 1.2rem;
  text-align: center;
}
.mb__cart_quantity.active {
  width: 20px;
}
.mb__status-indicator.mb__status_online {
  background-color: #00b894;
}
.call-to-action-card {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 350px;
  border-radius: 0.25rem;
}
.call-to-action-card .card-body {
  gap: 2rem;
}
.call-to-action-card .call-to-action-title {
  color: #fff;
  font-weight: bolder;
  font-size: 3rem;
}
.call-to-action-card:hover .btn.btn-outline-light {
  background: #fff;
  color: #000;
}
.call-to-action-card .call-to-action-caption {
  color: #fff;
  font-size: 1.5rem;
}
.mb__footer {
  background: #fff;
}
.mb__footer .link-secondary {
  transition: color 0.2s ease-in-out;
}
.mb__footer .subscription_container {
  max-width: 400px;
}
/* Fixes sticky footer in theme editor*/
.mb_theme_editor__footer {
  margin-top: auto !important;
}
.hr-spacing {
  border: 1px solid #f2f2f2;
}
.page-header {
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  padding-top: 10rem;
  padding-bottom: 10rem;
}
.page-header h2 {
  color: #fff;
  font-weight: bolder;
  text-transform: uppercase;
  font-size: 2.5rem;
}
.mb__select, .mb__select:hover, .mb__select:focus {
  color: #808080;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  padding-left: 12px;
  padding-right: 40px;
  background-repeat: no-repeat;
  background-position: 100% 55%;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAGCAYAAADdXo4uAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QTJENURCQzBCOTM0MTFFNkEwMkVCMzE1QjJENEM5QjMiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QTJENURCQkZCOTM0MTFFNkEwMkVCMzE1QjJENEM5QjMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjk1RTA5NjRDOUE1RDExRTU5RDc4OUY0MzEyMjBBRTU4IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjk1RTA5NjREOUE1RDExRTU5RDc4OUY0MzEyMjBBRTU4Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+MME8SwAAAHdJREFUeNpirKqqWsXAwHCvtbW1ggELqK6uDgVS5UDsClTznoFMwASyBGQQ0MAOHJaAHEK2BTDAfOjQoT379u3jBFkGop2dnfegWQLih1HiGxBg/P//P8z1HdAg6gTis9S0BMUiNMsYqGkJhkVIlhlT0xIQAAgwAE5cPC+12eNuAAAAAElFTkSuQmCC");
}
.mb__price {
  font-size: 1.2rem;
}
.mb__price del {
  font-size: 0.9rem;
}
.mb__quantity_spinner input::-webkit-outer-spin-button, .mb__quantity_spinner input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.mb__quantity_spinner input[type=number] {
  -moz-appearance: textfield;
}
.mb__quantity_spinner {
  touch-action: manipulation;
  display: inline-block;
  padding: 0;
  white-space: nowrap;
}
.mb__quantity_spinner input {
  width: 40px;
  border: none;
  text-align: center;
  outline: none !important;
}
.mb__quantity_spinner button {
  border: 1px solid #080808;
  border-radius: 50%;
  font-size: 0.9rem;
  padding: 0.2rem 0.37rem;
  background: none;
  color: #212529;
  line-height: 1.2rem;
}
.accordion-button {
  font-weight: bold;
  outline: none !important;
  box-shadow: none !important;
}
.accordion-item {
  border: 0;
  color: inherit;
}
.accordion-button:not(.collapsed) {
  border: 0;
  box-shadow: none;
}
.mb__collapse_button {
  font-weight: normal;
  background: transparent !important;
  padding-left: 0;
  padding-right: 0;
  border-radius: 0 !important;
  color: inherit !important;
  border-top: 1px solid #dee2e6 !important;
  outline: none !important;
  box-shadow: none !important;
}
.btn.mb__out-of-stock {
  position: relative;
  overflow: hidden;
}
.btn.mb__out-of-stock:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  right: 0;
  border-top: 1px solid;
  border-color: currentcolor;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
select option.mb__out-of-stock {
  text-decoration: line-through;
}
.radio-button label.mb__out-of-stock {
  text-decoration: line-through;
}
.blog-post-img {
  height: 300px;
  object-fit: cover;
}
@keyframes pulse-loading {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
.mb__loading {
  animation: pulse-loading 1s infinite ease-in-out;
}
@media (pointer: fine) {
  .mb__zoom {
    background-position: 50% 50%;
    position: relative;
    overflow: hidden;
    cursor: zoom-in;
  }
  .mb__zoom:hover {
    background-size: 270%;
    transition: background-size 0.5s;
  }
  .mb__zoom img {
    transition: opacity 0.2s;
    display: block;
    width: 100%;
  }
  .mb__zoom img:hover {
    opacity: 0;
  }
}
@media (max-width: 991px) {
  .mb__slider .slide-img {
    height: 400px;
  }
  .mb__slider .slide-text {
    height: auto;
  }
  .mb__slider .mb__slider_slide {
    height: auto;
  }
  .mb__slider .slide-text {
    padding-right: 0;
  }
  .page-header {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .page-header h2 {
    font-size: 1.5rem;
  }
  .navbar-expand-lg .navbar-collapse {
    position: absolute;
    top: 5rem;
    background: #fff;
    left: 0;
    right: 0;
    z-index: 5000;
  }
  .navbar-expand-lg .navbar-collapse .nav-link {
    font-size: 1rem;
  }
  .navbar-expand-lg .navbar-collapse .nav-link:hover {
    background: #f0f0f0;
  }
  .navbar-expand-lg .navbar-collapse .dropdown-menu {
    border: 0;
    border-radius: 0;
  }
  .call-to-action-card {
    height: 200px;
  }
  .call-to-action-card .call-to-action-title {
    font-size: 2rem;
  }
  .call-to-action-card .call-to-action-caption {
    font-size: 1rem;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-collapse {
    flex-grow: 0 !important;
  }
  .mb__slider .mb__slide_parent {
    height: 100%;
  }
  .mb__slider .carousel-control-prev {
    left: 4rem;
  }
  .mb__slider .carousel-control-next {
    right: 4rem;
  }
  .mb__slider .carousel-control-prev, .mb__slider .carousel-control-next {
    top: auto;
    bottom: 10rem;
    background-color: #000;
    width: 50px;
    border-radius: 50%;
    padding: 0.6rem 0.8rem;
  }
  .mb__slider .slide-text-container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: end;
  }
  .mb__slider .slide-text .slide-subheading {
    font-size: 1.2rem;
  }
  .mb__slider .slide-text .slide-heading {
    max-width: 500px;
    font-size: 6rem;
    font-weight: bolder;
  }
}
@media (max-width: 991px) {
  .navbar {
    /* Define the shape and color of the hamburger lines */
  }
  .navbar .navbar-toggler {
    margin-right: 3rem;
  }
  .navbar .navbar-toggler span {
    display: block;
    background-color: #4f4f4f;
    height: 2px;
    width: 25px;
    margin: 6px 0;
    position: relative;
    left: 0;
    opacity: 1;
    transition: all 0.2s ease-in-out;
    transform-origin: center left;
  }
  .navbar .navbar-toggler span:nth-child(1) {
    margin-top: 0.3em;
  }
  .navbar .navbar-toggler.collapsed span:nth-child(1) {
    transform: translate(0%, 0%) rotate(0deg);
  }
  .navbar .navbar-toggler.collapsed span:nth-child(2) {
    opacity: 1;
  }
  .navbar .navbar-toggler.collapsed span:nth-child(3) {
    transform: translate(0%, 0%) rotate(0deg);
  }
  .navbar .navbar-toggler:not(.collapsed) span:nth-child(1) {
    transform: translate(15%, -33%) rotate(45deg);
  }
  .navbar .navbar-toggler:not(.collapsed) span:nth-child(2) {
    opacity: 0;
  }
  .navbar .navbar-toggler:not(.collapsed) span:nth-child(3) {
    transform: translate(15%, 33%) rotate(-45deg);
  }
  .navbar .offcanvas {
    top: 5rem;
    width: 100%;
  }
  .navbar .offcanvas .nav-link {
    font-size: 18px;
  }
  .navbar .offcanvas .dropdown-menu {
    border: none;
  }
  .navbar .offcanvas .dropdown-item {
    font-size: 18px;
  }
}
.modal-backdrop {
  z-index: 5001;
}
.modal {
  z-index: 5002;
}
.bold-title {
  position: relative;
  font-weight: 600;
  text-transform: uppercase;
  border-bottom: 0.3rem solid #000;
  display: inline-block;
  padding-bottom: 0.3rem;
}
.bold-title:after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -0.8rem;
  left: 0;
  border-bottom: 0.3rem solid #000;
  width: 25%;
}
