/*
1. config
2. mixins
3. demo config
4. plugins
5. base
6. wp plugins
7. components
8. header
9. footer
10. pages
*/
/* 1. Wolmart SCSS Framework */
/* -------------------------------------------
	Wolmart Config Variables
------------------------------------------- */
/* -------------------------------------------
	Wolmart Mixins

	1. Core Functions & Mixins
	2. Media Mixin
	3. Grid Mixin
	4. Component Variant Mixin
	5. Directional Functions

------------------------------------------- */
/**
 * 1. Core Functions
 */
/**
 * 2. Media Mixin
 */
/**
 * 3. Grid Mixin
 */
/**
 * 4. Component Variant Mixin
 */
/* 2. Theme SCSS Framework */
/* 3. base */
/* -------------------------------------------
	Base
---------------------------------------------- */
*, ::after, ::before {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

:root {
  font-size: 62.5%;
  font-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-weight: 400;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  overflow-x: hidden;
  max-width: var(--wolmart-site-width);
  margin: var(--wolmart-site-margin);
  padding: var(--wolmart-site-gap);
  background-color: var(--wolmart-site-bg-color, #fff);
  background-image: var(--wolmart-site-bg-image);
  background-repeat: var(--wolmart-site-bg-repeat);
  background-position: var(--wolmart-site-bg-position);
  background-size: var(--wolmart-site-bg-size);
  background-attachment: var(--wolmart-site-bg-attachment);
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

abbr[title],
abbr[data-bs-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

sub,
sup {
  position: relative;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

pre,
code,
kbd,
samp {
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}
pre code {
  word-break: normal;
}

code {
  word-wrap: break-word;
}

main {
  display: block;
  position: relative;
  padding-top: 3rem;
  padding-bottom: 5rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.archive:not(.breadcrumb-divider-active) .breadcrumb-container + main {
  padding-top: 0;
}

body:not(.loaded) * {
  -webkit-transition: all 0s !important;
  transition: all 0s !important;
}

.page-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  -webkit-transition: margin 0.4s, opacity 0.5s;
  transition: margin 0.4s, opacity 0.5s;
  background-color: var(--wolmart-page-wrapper-bg-color, #fff);
  background-image: var(--wolmart-page-wrapper-bg-image);
  background-repeat: var(--wolmart-page-wrapper-bg-repeat);
  background-position: var(--wolmart-page-wrapper-bg-position);
  background-size: var(--wolmart-page-wrapper-bg-size);
  background-attachment: var(--wolmart-page-wrapper-bg-attachment);
}
.loaded > .page-wrapper {
  opacity: 1;
}

.main-content::after {
  content: "";
  display: block;
  clear: both;
}

.site-boxed .page-wrapper {
  -webkit-box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
          box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

table {
  margin-bottom: 2rem;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
table td, table th {
  padding: 10px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid #e9e9e9;
}

dl dt {
  font-weight: 700;
  font-size: 1.1em;
}
dl dd {
  margin-bottom: 0.5rem;
}

ul {
  -webkit-padding-start: 20px;
          padding-inline-start: 20px;
}
@supports (-ms-ime-align: auto) {
  ul {
    padding-left: 20px;
  }
}

ul, ol {
  margin-bottom: 2rem;
}
li ul, li ol {
  margin-bottom: 0;
}

ol ol {
  list-style: upper-alpha;
}
ol ol ol {
  list-style: lower-roman;
}

.comment-text > ul {
  list-style: disc;
}
.comment-text > ul ul {
  list-style: circle;
}
.comment-text > ul ul ul {
  list-style: square;
}
.comment-text > ol {
  list-style: decimal;
}
.comment-text > ol ol {
  list-style: upper-alpha;
}
.comment-text > ol ol ol {
  list-style: lower-roman;
}

.menu, .menu ul,
.mobile-menu, .mobile-menu ul,
.nav, .nav ul, .tabs,
.widget ul,
.list,
.breadcrumb,
.dropdown-box,
.pagination,
.commentlist,
.comments > ol,
.comment > ol,
.nav-filters,
.product-category ul,
.products,
.products ul,
.product-nav,
.product-tabs > div ul,
.woocommerce-error,
.image-gallery,
.image-gallery ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.breadcrumb a,
.post-meta a,
.post-cats a,
.post .post-title a,
.tagcloud a,
.menu .menu-item > a,
header a,
.product-category a,
.product_meta a,
.product-cat a,
.product .woocommerce-loop-product__title a,
.widget_product_categories a,
.yith-woocommerce-ajax-product-filter a,
.wolmart-price-filter a,
.pagination a,
.mobile-icon-bar a,
.mobile-menu-wrapper a,
.card-header a,
.cart_item a,
.nav-filters a {
  color: inherit;
}

a {
  text-decoration: none;
  color: var(--wolmart-primary-color, #2879FE);
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
a:hover, a:focus {
  text-decoration: underline;
}
a:hover i, a:focus i {
  text-decoration: none;
}

.compare-list a:hover,
.compare-list a:focus,
.vendor-widget a:hover,
.vendor-widget a:focus,
.nav-filters a:hover,
.nav-filters a:focus,
.title a:hover,
.title a:focus,
.title-wrapper a:hover,
.title-wrapper a:focus,
.post-cats a:hover,
.post-cats a:focus,
.post-tags a:hover,
.post-tags a:focus,
.post-meta a:hover,
.post-meta a:focus,
.post-title a:hover,
.post-title a:focus,
.filter-actions a:hover,
.filter-actions a:focus,
.toolbox a:hover,
.toolbox a:focus,
.pagination a:hover,
.pagination a:focus,
.breadcrumb a:hover,
.breadcrumb a:focus,
nav a:hover,
nav a:focus,
.nav a:hover,
.nav a:focus,
.social-icons a:hover,
.social-icons a:focus,
.mobile-icon-bar a:hover,
.mobile-icon-bar a:focus,
.account a:hover,
.account a:focus,
.contact a:hover,
.contact a:focus,
.dropdown a:hover,
.dropdown a:focus,
.tooltip a:hover,
.tooltip a:focus,
.product a:hover,
.product a:focus,
.product-category a:hover,
.product-category a:focus,
.toggle-menu a:hover,
.toggle-menu a:focus,
.menu a:hover,
.menu a:focus,
.compare-value a:hover,
.compare-value a:focus,
.card-header a:hover,
.card-header a:focus,
.elementor-icon-box-title a:hover,
.elementor-icon-box-title a:focus,
.nav_bar a:hover,
.nav_bar a:focus,
.brand-name a:hover,
.brand-name a:focus {
  text-decoration: none;
}

.mobile-menu-toggle:hover,
.mobile-menu-toggle:focus,
.sidebar-toggle:hover,
.sidebar-toggle:focus,
.btn-readmore:hover,
.btn-readmore:focus,
.btn:hover,
.btn:focus,
.wolmart-icon-list-item:hover,
.wolmart-icon-list-item:focus,
.button:hover,
.button:focus,
.comment-reply-link:focus,
.comment-reply-link:hover,
.page-numbers:hover,
.page-numbers:focus,
.remove:hover,
.remove:focus,
a.wishlist,
a.compare-open {
  text-decoration: none;
}

.vendor-widget a,
.brand-name a {
  color: inherit;
}
.vendor-widget a:hover, .vendor-widget a:focus,
.brand-name a:hover,
.brand-name a:focus {
  color: var(--wolmart-primary-color, #2879FE);
}

:focus {
  outline: 0;
}

figure {
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

svg {
  vertical-align: middle;
}

hr {
  margin-bottom: 2rem;
  border: 0;
  border-top: 1px solid #eee;
}

input {
  padding: 0;
  font-family: inherit;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input:focus {
  outline: 0;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::-webkit-file-upload-button {
  font: inherit;
}

::file-selector-button {
  font: inherit;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none;
}

ins {
  text-decoration: none;
}

i {
  font-style: normal;
}

button:focus {
  outline: none;
}

blockquote,
input,
textarea,
button,
select,
optgroup {
  font-family: inherit;
  margin: 0;
}

blockquote {
  margin: 0 0 20px;
  padding: 20px;
  border-left: 2px solid var(--wolmart-primary-color, #2879FE);
  background: #f4f4f4;
}

input[type=number] {
  -moz-appearance: textfield;
}

code {
  display: inline-block;
  border-radius: 4px;
  padding: 2px 5px;
  font-size: 1.4rem;
  color: var(--wolmart-primary-color, #2879FE);
}

pre {
  margin: 20px 0;
  padding: 20px;
  color: var(--wolmart-primary-color, #2879FE);
  background-color: #f2f3f5;
  overflow: auto;
  font-size: 1.6rem;
}

dd {
  margin-left: 1rem;
}

.scrollable,
.sidebar-content {
  -webkit-overflow-scrolling: touch;
}
.scrollable::-webkit-scrollbar,
.sidebar-content::-webkit-scrollbar {
  height: 7px;
  width: 4px;
}
.scrollable::-webkit-scrollbar-thumb,
.sidebar-content::-webkit-scrollbar-thumb {
  margin-right: 2px;
  background: rgba(0, 0, 0, 0);
  border-radius: 5px;
  cursor: pointer;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.scrollable:hover::-webkit-scrollbar-thumb,
.sidebar-content:hover::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.25);
}

.scrollable-light:hover::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.2);
}

.single-attachment .attachment > a {
  display: inline-block;
}

.loading-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: #fff;
  opacity: 1;
  visibility: visible;
  z-index: 999999;
}
.loaded > .loading-overlay {
  opacity: 0;
  visibility: hidden;
}

.bounce-loader {
  position: absolute;
  top: 50%;
  left: 50%;
}

.bounce-loader > div {
  background-color: var(--wolmart-primary-color, #2879FE);
  border-radius: 100%;
  margin: 2px;
  position: absolute;
  left: -50px;
  top: -50px;
  opacity: 0;
  margin: 0;
  width: 100px;
  height: 100px;
  -webkit-animation: bounce-loader 1.6s linear infinite;
          animation: bounce-loader 1.6s linear infinite;
}

.bounce-loader > :last-child {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s;
}

@-webkit-keyframes bounce-loader {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
}

@keyframes bounce-loader {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
}
.appear-animate {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
          transform: translate3d(0, 0, 0) scale(1);
  will-change: transform, filter, opacity;
}

.w-lazyload {
  height: 0 !important;
  background: var(--wolmart-lazy-load-bg, #f4f4f4);
}

.banner-img .w-lazyload {
  min-height: 0;
}

.screen-reader-text,
script {
  display: none !important;
}

@-webkit-keyframes fixedTop {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transform-origin: center top 0px;
            transform-origin: center top 0px;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fixedTop {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transform-origin: center top 0px;
            transform-origin: center top 0px;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fixedBottom {
  from {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    -webkit-transform-origin: center top 0px;
            transform-origin: center top 0px;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fixedBottom {
  from {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    -webkit-transform-origin: center top 0px;
            transform-origin: center top 0px;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.sticky-content {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.sticky-content.fix-top {
  top: 0;
}
.sticky-content.fix-bottom {
  bottom: 0;
}
.sticky-content.fixed {
  position: fixed;
  left: 0;
  right: 0;
  opacity: 1;
  -webkit-transform: none;
          transform: none;
  background: #fff;
  z-index: 1051;
  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
}

.fixed.fix-top {
  -webkit-animation: fixedTop 0.4s;
          animation: fixedTop 0.4s;
}

.fixed.fix-bottom {
  -webkit-animation: fixedBottom 0.4s;
          animation: fixedBottom 0.4s;
}

.fit-video .wp-video {
  width: 100% !important;
}

form.w-loading {
  opacity: 0.3;
}

.w-loading {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.6);
  z-index: 1;
}
.w-loading.small i {
  left: calc(50% - 10px);
  top: calc(50% - 10px);
  width: 20px;
  height: 20px;
}
.w-loading i {
  position: absolute;
  left: calc(50% - 17px);
  top: calc(50% - 17px);
  width: 34px;
  height: 34px;
  border: 2px solid transparent;
  border-top-color: var(--wolmart-primary-color, #2879FE);
  border-radius: 50%;
  -webkit-animation: spin 0.75s infinite linear;
          animation: spin 0.75s infinite linear;
}
.w-loading i:before {
  content: "";
  top: -2px;
  left: -2px;
  position: absolute;
  width: inherit;
  height: inherit;
  border: inherit;
  border-radius: inherit;
  -webkit-animation: spin 1.5s infinite ease;
          animation: spin 1.5s infinite ease;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: none;
            transform: none;
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: none;
            transform: none;
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@media (max-width: 767px) {
  .wolmart-disable-mobile-animation .elementor-invisible,
.wolmart-disable-mobile-animation .appear-animate,
.wolmart-disable-mobile-animation [data-vce-animate] {
    opacity: 1;
    visibility: visible;
  }
}
#wp-admin-bar-my-account .w-lazyload.avatar {
  padding-top: 0 !important;
  height: auto !important;
  width: auto !important;
}

.empty-icon {
  font-size: 100px;
  color: #d3d3d4;
}

/* -------------------------------------------
		Typography
---------------------------------------------- */
body {
  font-family: var(--wolmart-body-font-family), sans-serif;
  font-weight: var(--wolmart-body-font-weight);
  font-size: var(--wolmart-body-font-size);
  line-height: var(--wolmart-body-line-height);
  letter-spacing: var(--wolmart-body-letter-spacing);
  text-transform: var(--wolmart-body-text-transform);
  color: var(--wolmart-body-color);
}

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 2rem;
  font-family: var(--wolmart-heading-font-family), var(--wolmart-body-font-family), sans-serif;
  font-weight: var(--wolmart-heading-font-weight, 600);
  font-size: var(--wolmart-heading-font-size);
  line-height: var(--wolmart-heading-line-height, var(--wolmart-body-line-height));
  letter-spacing: var(--wolmart-heading-letter-spacing, var(--wolmart-body-letter-spacing));
  text-transform: var(--wolmart-heading-text-transform, var(--wolmart-body-text-transform));
  color: var(--wolmart-heading-color, var(--wolmart-body-color));
}

p {
  margin: 0 0 2rem;
}

h1 {
  font-size: 4.8rem;
}

h2 {
  font-size: 3rem;
}

h3 {
  font-size: 2.4rem;
}

h4 {
  font-size: 2rem;
}

h5 {
  font-size: 1.6rem;
}

h6 {
  font-size: 1.4rem;
}

.list-type-check {
  list-style: none;
  padding-left: 0;
}
.list-type-check li {
  position: relative;
  padding-left: 2rem;
}
.list-type-check li::before {
  position: absolute;
  display: block;
  left: 0;
  top: 1px;
  content: "\e969";
  font-family: "wolmart";
  font-weight: 700;
}

figure video {
  max-width: 100%;
}

.wolmart-rounded-skin .vendor-widget:not(.vendor-widget-3) .vendor-logo,
.wolmart-rounded-skin .vendor-widget:not(.vendor-widget-3) .vendor-banner,
.wolmart-rounded-skin .vendor-widget-2,
.wolmart-rounded-skin .vendor-widget-3 {
  border-radius: 5px;
  overflow: hidden;
}
.wolmart-rounded-skin .vendor-widget .product-media img {
  border-radius: 3px;
}
.wolmart-rounded-skin .banner {
  overflow: hidden;
}
.wolmart-rounded-skin .post-media,
.wolmart-rounded-skin .post-media img,
.wolmart-rounded-skin .hotspot-box,
.wolmart-rounded-skin .post-mask:before,
.wolmart-rounded-skin .brand-widget-3,
.wolmart-rounded-skin .testimonial,
.wolmart-rounded-skin .testimonial .content,
.wolmart-rounded-skin .elementor-widget-wolmart_widget_banner .elementor-widget-container,
.wolmart-rounded-skin .wolmart-banner-container,
.wolmart-rounded-skin .products .banner {
  border-radius: 5px;
}
.wolmart-rounded-skin .form-control,
.wolmart-rounded-skin .alert,
.wolmart-rounded-skin .alert .btn,
.wolmart-rounded-skin .wpcf7-form-control,
.wolmart-rounded-skin .comment-respond .btn-submit,
.wolmart-rounded-skin .calendar_wrap caption,
.wolmart-rounded-skin .tagcloud > a,
.wolmart-rounded-skin .post-tags > a,
.wolmart-rounded-skin .cat-type-frame,
.wolmart-rounded-skin .post-calendar,
.wolmart-rounded-skin .instagram img,
.wolmart-rounded-skin .instagram figure:before,
.wolmart-rounded-skin .product .countdown-container,
.wolmart-rounded-skin .product-hide-details .btn-product,
.wolmart-rounded-skin .product-list .btn-product,
.wolmart-rounded-skin .wolmart-compare-table .compare-value .label-swatch {
  border-radius: 3px;
}

/* -------------------------------------------
    Layout
---------------------------------------------- */
.container,
.container-fluid {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}

.container .container-fluid,
.container-fluid .container-fluid {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

div.sticky-content > .container {
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 479px) {
  .container,
.container-fluid,
div.sticky-content > .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.container-fluid {
  max-width: var(--wolmart-container-fluid-width, 1820px);
}
.container-fluid .container {
  max-width: calc(var(--wolmart-container-fluid-width, 1820px) - 40px);
}
.container-fluid .sticky-content > .container {
  max-width: var(--wolmart-container-fluid-width, 1820px);
}

.container {
  max-width: var(--wolmart-container-width, 1280px);
}

.divider {
  display: inline-block;
  vertical-align: middle;
  height: 1.9rem;
  width: 1px;
  background-color: #e5e5e5;
}

/* -------------------------------------------
    Grid
---------------------------------------------- */
.row {
  --wolmart-col: 1;
  --wolmart-gap: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc(100% + 2 * var(--wolmart-gap));
  margin-left: calc(-1 * var(--wolmart-gap));
  margin-right: calc(-1 * var(--wolmart-gap));
}
.row > * {
  position: relative;
  width: calc(100% / var(--wolmart-col));
  padding-left: var(--wolmart-gap);
  padding-right: var(--wolmart-gap);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.gutter-lg {
  --wolmart-gap: 15px;
}

.gutter-sm {
  --wolmart-gap: 5px;
}

.gutter-xs {
  --wolmart-gap: 1px;
}

.gutter-no {
  --wolmart-gap: 0px;
}

.cols-1 {
  --wolmart-col: 1;
}

.cols-2 {
  --wolmart-col: 2;
}

.cols-3 {
  --wolmart-col: 3;
}

.cols-4 {
  --wolmart-col: 4;
}

.cols-5 {
  --wolmart-col: 5;
}

.cols-6 {
  --wolmart-col: 6;
}

.cols-7 {
  --wolmart-col: 7;
}

.cols-8 {
  --wolmart-col: 8;
}

.order-first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}

@media (min-width: 480px) {
  .cols-xs-1 {
    --wolmart-col: 1;
  }

  .cols-xs-2 {
    --wolmart-col: 2;
  }

  .cols-xs-3 {
    --wolmart-col: 3;
  }

  .cols-xs-4 {
    --wolmart-col: 4;
  }

  .cols-xs-5 {
    --wolmart-col: 5;
  }

  .cols-xs-6 {
    --wolmart-col: 6;
  }

  .cols-xs-7 {
    --wolmart-col: 7;
  }

  .cols-xs-8 {
    --wolmart-col: 8;
  }
}
@media (min-width: 576px) {
  .cols-sm-1 {
    --wolmart-col: 1;
  }

  .cols-sm-2 {
    --wolmart-col: 2;
  }

  .cols-sm-3 {
    --wolmart-col: 3;
  }

  .cols-sm-4 {
    --wolmart-col: 4;
  }

  .cols-sm-5 {
    --wolmart-col: 5;
  }

  .cols-sm-6 {
    --wolmart-col: 6;
  }

  .cols-sm-7 {
    --wolmart-col: 7;
  }

  .cols-sm-8 {
    --wolmart-col: 8;
  }

  .order-sm-auto {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .order-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .order-sm-last {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
}
@media (min-width: 768px) {
  .cols-md-1 {
    --wolmart-col: 1;
  }

  .cols-md-2 {
    --wolmart-col: 2;
  }

  .cols-md-3 {
    --wolmart-col: 3;
  }

  .cols-md-4 {
    --wolmart-col: 4;
  }

  .cols-md-5 {
    --wolmart-col: 5;
  }

  .cols-md-6 {
    --wolmart-col: 6;
  }

  .cols-md-7 {
    --wolmart-col: 7;
  }

  .cols-md-8 {
    --wolmart-col: 8;
  }

  .order-md-auto {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .order-md-last {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
}
@media (min-width: 992px) {
  .cols-lg-1 {
    --wolmart-col: 1;
  }

  .cols-lg-2 {
    --wolmart-col: 2;
  }

  .cols-lg-3 {
    --wolmart-col: 3;
  }

  .cols-lg-4 {
    --wolmart-col: 4;
  }

  .cols-lg-5 {
    --wolmart-col: 5;
  }

  .cols-lg-6 {
    --wolmart-col: 6;
  }

  .cols-lg-7 {
    --wolmart-col: 7;
  }

  .cols-lg-8 {
    --wolmart-col: 8;
  }

  .order-lg-auto {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .order-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .order-lg-last {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
}
@media (min-width: 1200px) {
  .cols-xl-1 {
    --wolmart-col: 1;
  }

  .cols-xl-2 {
    --wolmart-col: 2;
  }

  .cols-xl-3 {
    --wolmart-col: 3;
  }

  .cols-xl-4 {
    --wolmart-col: 4;
  }

  .cols-xl-5 {
    --wolmart-col: 5;
  }

  .cols-xl-6 {
    --wolmart-col: 6;
  }

  .cols-xl-7 {
    --wolmart-col: 7;
  }

  .cols-xl-8 {
    --wolmart-col: 8;
  }
}
.col-1 {
  --wolmart-col: 12;
}

.col-2 {
  --wolmart-col: 6;
}

.col-3 {
  --wolmart-col: 4;
}

.col-4 {
  --wolmart-col: 3;
}

.col-5 {
  --wolmart-col: 2.4;
}

.col-6 {
  --wolmart-col: 2;
}

.col-7 {
  --wolmart-col: 1.71429;
}

.col-8 {
  --wolmart-col: 1.5;
}

.col-9 {
  --wolmart-col: 1.33333;
}

.col-10 {
  --wolmart-col: 1.2;
}

.col-11 {
  --wolmart-col: 1.09091;
}

.col-12 {
  --wolmart-col: 1;
}

@media (min-width: 480px) {
  .col-xs-1 {
    --wolmart-col: 12;
  }

  .col-xs-2 {
    --wolmart-col: 6;
  }

  .col-xs-3 {
    --wolmart-col: 4;
  }

  .col-xs-4 {
    --wolmart-col: 3;
  }

  .col-xs-5 {
    --wolmart-col: 2.4;
  }

  .col-xs-6 {
    --wolmart-col: 2;
  }

  .col-xs-7 {
    --wolmart-col: 1.71429;
  }

  .col-xs-8 {
    --wolmart-col: 1.5;
  }

  .col-xs-9 {
    --wolmart-col: 1.33333;
  }

  .col-xs-10 {
    --wolmart-col: 1.2;
  }

  .col-xs-11 {
    --wolmart-col: 1.09091;
  }

  .col-xs-12 {
    --wolmart-col: 1;
  }
}
@media (min-width: 576px) {
  .col-sm-1 {
    --wolmart-col: 12;
  }

  .col-sm-2 {
    --wolmart-col: 6;
  }

  .col-sm-3 {
    --wolmart-col: 4;
  }

  .col-sm-4 {
    --wolmart-col: 3;
  }

  .col-sm-5 {
    --wolmart-col: 2.4;
  }

  .col-sm-6 {
    --wolmart-col: 2;
  }

  .col-sm-7 {
    --wolmart-col: 1.71429;
  }

  .col-sm-8 {
    --wolmart-col: 1.5;
  }

  .col-sm-9 {
    --wolmart-col: 1.33333;
  }

  .col-sm-10 {
    --wolmart-col: 1.2;
  }

  .col-sm-11 {
    --wolmart-col: 1.09091;
  }

  .col-sm-12 {
    --wolmart-col: 1;
  }
}
@media (min-width: 768px) {
  .col-md-1 {
    --wolmart-col: 12;
  }

  .col-md-2 {
    --wolmart-col: 6;
  }

  .col-md-3 {
    --wolmart-col: 4;
  }

  .col-md-4 {
    --wolmart-col: 3;
  }

  .col-md-5 {
    --wolmart-col: 2.4;
  }

  .col-md-6 {
    --wolmart-col: 2;
  }

  .col-md-7 {
    --wolmart-col: 1.71429;
  }

  .col-md-8 {
    --wolmart-col: 1.5;
  }

  .col-md-9 {
    --wolmart-col: 1.33333;
  }

  .col-md-10 {
    --wolmart-col: 1.2;
  }

  .col-md-11 {
    --wolmart-col: 1.09091;
  }

  .col-md-12 {
    --wolmart-col: 1;
  }
}
@media (min-width: 992px) {
  .col-lg-1 {
    --wolmart-col: 12;
  }

  .col-lg-2 {
    --wolmart-col: 6;
  }

  .col-lg-3 {
    --wolmart-col: 4;
  }

  .col-lg-4 {
    --wolmart-col: 3;
  }

  .col-lg-5 {
    --wolmart-col: 2.4;
  }

  .col-lg-6 {
    --wolmart-col: 2;
  }

  .col-lg-7 {
    --wolmart-col: 1.71429;
  }

  .col-lg-8 {
    --wolmart-col: 1.5;
  }

  .col-lg-9 {
    --wolmart-col: 1.33333;
  }

  .col-lg-10 {
    --wolmart-col: 1.2;
  }

  .col-lg-11 {
    --wolmart-col: 1.09091;
  }

  .col-lg-12 {
    --wolmart-col: 1;
  }
}
@media (min-width: 1200px) {
  .col-xl-1 {
    --wolmart-col: 12;
  }

  .col-xl-2 {
    --wolmart-col: 6;
  }

  .col-xl-3 {
    --wolmart-col: 4;
  }

  .col-xl-4 {
    --wolmart-col: 3;
  }

  .col-xl-5 {
    --wolmart-col: 2.4;
  }

  .col-xl-6 {
    --wolmart-col: 2;
  }

  .col-xl-7 {
    --wolmart-col: 1.71429;
  }

  .col-xl-8 {
    --wolmart-col: 1.5;
  }

  .col-xl-9 {
    --wolmart-col: 1.33333;
  }

  .col-xl-10 {
    --wolmart-col: 1.2;
  }

  .col-xl-11 {
    --wolmart-col: 1.09091;
  }

  .col-xl-12 {
    --wolmart-col: 1;
  }
}
@media (min-width: 1600px) {
  .col-xxl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666%;
            flex: 0 0 16.6666%;
    max-width: 16.6666%;
  }
}
.creative-grid .banner, .creative-grid.banner,
.creative-grid .product-category,
.creative-grid .product-category > a,
.creative-grid figure,
.creative-grid figure img,
.creative-grid .banner-img img {
  height: 100%;
}
.creative-grid.products .banner,
.creative-grid.products .banner-img {
  height: auto;
}
.creative-grid .product-category .w-lazyload, .creative-grid:not(.products) .banner-img .w-lazyload {
  height: 100% !important;
  padding-top: 0 !important;
}
.creative-grid img {
  -o-object-fit: cover;
     object-fit: cover;
}
.creative-grid.editor-mode > [class*=grid-item] {
  position: relative;
  overflow: hidden;
  border: 1px dashed rgba(34, 34, 34, 0.4);
}
.creative-grid.editor-mode > [class*=grid-item]:before {
  content: attr(data-grid-idx);
  position: absolute;
  right: 1rem;
  top: 1rem;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1;
  z-index: 99;
}
.creative-grid.editor-mode > [class*=grid-item]:after {
  content: "";
  position: absolute;
  right: -4rem;
  top: -4rem;
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  background-color: #71d7f7;
  opacity: 0.7;
  z-index: 98;
}
.creative-grid.row > * {
  padding: 10px;
}
.creative-grid.gutter-no > * {
  padding: 0;
}
.creative-grid.gutter-xs > * {
  padding: 1px;
}
.creative-grid.gutter-sm > * {
  padding: 5px;
}
.creative-grid.gutter-lg > * {
  padding: 15px;
}

.grid-float {
  display: block !important;
}
.grid-float .grid-item {
  float: left;
}
.grid-float::after {
  content: "";
  display: block;
  clear: both;
}

.grid-gallery figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.grid-gallery figure.grid-item {
  margin-bottom: calc(2 * var(--wolmart-gap));
}

.creative-grid {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, 25%);
  grid-auto-rows: 1fr;
}
.creative-grid.preset-grid {
  grid-auto-rows: auto;
}

.grid-layout-1 {
  grid-template-columns: repeat(auto-fill, 20%);
}
.grid-layout-1 > li:nth-child(7n+1) {
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
}

.grid-layout-2 {
  -ms-grid-columns: 25% 50% 25%;
  grid-template-columns: 25% 50% 25%;
}
.grid-layout-2 > li:nth-child(5n+2) {
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
}

.grid-layout-3 {
  grid-template-columns: repeat(auto-fill, 16.6666666667%);
}
.grid-layout-3 > li:nth-child(9n+3) {
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
}

.grid-layout-4 {
  -ms-grid-columns: 50% 25% 25%;
  grid-template-columns: 50% 25% 25%;
}
.grid-layout-4 > li:nth-child(5n+1) {
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
}

.grid-layout-5 {
  -ms-grid-columns: 25% 25% 50%;
  grid-template-columns: 25% 25% 50%;
}
.grid-layout-5 > li:nth-child(5n+3) {
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
}

.grid-layout-6 {
  -ms-grid-columns: 50% 25% 25%;
  grid-template-columns: 50% 25% 25%;
}
.grid-layout-6 > li:nth-child(4n+1) {
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
}
.grid-layout-6 > li:nth-child(4n+2) {
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
}

.grid-layout-7 {
  -ms-grid-columns: 50% 25% 25%;
  grid-template-columns: 50% 25% 25%;
}
.grid-layout-7 > li:nth-child(4n+1) {
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
}
.grid-layout-7 > li:nth-child(4n+3) {
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
}

.grid-layout-8 {
  -ms-grid-columns: 33.33% 33.33% 33.33%;
  grid-template-columns: 33.33% 33.33% 33.33%;
}
.grid-layout-8 > li:nth-child(4n+1) {
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}
.grid-layout-8 > li:nth-child(4n+2) {
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
}

.grid-layout-9 {
  -ms-grid-columns: 33.33% 33.33% 33.33%;
  grid-template-columns: 33.33% 33.33% 33.33%;
}
.grid-layout-9 > li:nth-child(4n+1) {
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
}
.grid-layout-9 > li:nth-child(4n+2) {
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

@media (max-width: 991px) {
  .creative-grid {
    grid-template-columns: repeat(auto-fill, 50%);
  }

  .grid-layout-2 > li:nth-child(5n+2) {
    -ms-grid-row: 2;
        grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
  }

  .grid-layout-3 > li:nth-child(9n+3) {
    -ms-grid-row: 3;
        grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
  }

  .grid-layout-4 > li:nth-child(5n+1) {
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  .grid-layout-5 > li:nth-child(5n) {
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  .grid-layout-6 > li:nth-child(4n+1) {
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  .grid-layout-7 > li:nth-child(4n+1) {
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  .grid-layout-8 > li:nth-child(4n+1) {
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  .grid-layout-9 > li:nth-child(4n+2) {
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: 3;
        grid-row-start: 3;
    -ms-grid-column: 1;
        grid-column-start: 1;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .grid-layout-1 {
    grid-template-columns: repeat(auto-fill, 8.3333333333%);
  }
  .grid-layout-1 > li {
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }
  .grid-layout-1 > li:nth-child(7n+1) {
    -ms-grid-column-span: 8;
    grid-column-end: span 8;
  }
  .grid-layout-1 > li:nth-child(7n+2),
.grid-layout-1 > li:nth-child(7n+3) {
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }
}
@media (max-width: 767px) {
  .grid-layout-1 > li {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  .grid-layout-1 > li:nth-child(7n+1) {
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
}
.grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc(100% + 20px);
  margin: -10px;
}
.grid .grid-item {
  padding: 10px;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.grid.gutter-sm {
  width: calc(100% + 10px);
  margin: -5px;
}
.grid.gutter-sm .grid-item {
  padding: 5px;
}
.grid.gutter-lg {
  width: calc(100% + 30px);
  margin: -15px;
}
.grid.gutter-lg .grid-item {
  padding: 15px;
}
.grid.gutter-xs {
  width: calc(100% + 2px);
  margin: -1px;
}
.grid.gutter-xs .grid-item {
  padding: 1px;
}
.grid.gutter-no {
  margin: 0;
}
.grid.gutter-no .grid-item {
  padding: 0;
}

/* -------------------------------------------
	Spacing

	Spacing classes such as mt-5 pb-lg-4
---------------------------------------------- */
.mt-0 {
  margin-top: 0rem !important;
}

.mt-1 {
  margin-top: 0.5rem !important;
}

.mt-2 {
  margin-top: 1rem !important;
}

.mt-3 {
  margin-top: 1.5rem !important;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mt-5 {
  margin-top: 2.5rem !important;
}

.mt-6 {
  margin-top: 3rem !important;
}

.mt-7 {
  margin-top: 3.5rem !important;
}

.mt-8 {
  margin-top: 4rem !important;
}

.mt-9 {
  margin-top: 4.5rem !important;
}

.mt-10 {
  margin-top: 5rem !important;
}

.mb-0 {
  margin-bottom: 0rem !important;
}

.mb-1 {
  margin-bottom: 0.5rem !important;
}

.mb-2 {
  margin-bottom: 1rem !important;
}

.mb-3 {
  margin-bottom: 1.5rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

.mb-5 {
  margin-bottom: 2.5rem !important;
}

.mb-6 {
  margin-bottom: 3rem !important;
}

.mb-7 {
  margin-bottom: 3.5rem !important;
}

.mb-8 {
  margin-bottom: 4rem !important;
}

.mb-9 {
  margin-bottom: 4.5rem !important;
}

.mb-10 {
  margin-bottom: 5rem !important;
}

.ml-0 {
  margin-left: 0rem !important;
}

.ml-1 {
  margin-left: 0.5rem !important;
}

.ml-2 {
  margin-left: 1rem !important;
}

.ml-3 {
  margin-left: 1.5rem !important;
}

.ml-4 {
  margin-left: 2rem !important;
}

.ml-5 {
  margin-left: 2.5rem !important;
}

.ml-6 {
  margin-left: 3rem !important;
}

.ml-7 {
  margin-left: 3.5rem !important;
}

.ml-8 {
  margin-left: 4rem !important;
}

.ml-9 {
  margin-left: 4.5rem !important;
}

.ml-10 {
  margin-left: 5rem !important;
}

.mr-0 {
  margin-right: 0rem !important;
}

.mr-1 {
  margin-right: 0.5rem !important;
}

.mr-2 {
  margin-right: 1rem !important;
}

.mr-3 {
  margin-right: 1.5rem !important;
}

.mr-4 {
  margin-right: 2rem !important;
}

.mr-5 {
  margin-right: 2.5rem !important;
}

.mr-6 {
  margin-right: 3rem !important;
}

.mr-7 {
  margin-right: 3.5rem !important;
}

.mr-8 {
  margin-right: 4rem !important;
}

.mr-9 {
  margin-right: 4.5rem !important;
}

.mr-10 {
  margin-right: 5rem !important;
}

.pt-0 {
  padding-top: 0rem !important;
}

.pt-1 {
  padding-top: 0.5rem !important;
}

.pt-2 {
  padding-top: 1rem !important;
}

.pt-3 {
  padding-top: 1.5rem !important;
}

.pt-4 {
  padding-top: 2rem !important;
}

.pt-5 {
  padding-top: 2.5rem !important;
}

.pt-6 {
  padding-top: 3rem !important;
}

.pt-7 {
  padding-top: 3.5rem !important;
}

.pt-8 {
  padding-top: 4rem !important;
}

.pt-9 {
  padding-top: 4.5rem !important;
}

.pt-10 {
  padding-top: 5rem !important;
}

.pb-0 {
  padding-bottom: 0rem !important;
}

.pb-1 {
  padding-bottom: 0.5rem !important;
}

.pb-2 {
  padding-bottom: 1rem !important;
}

.pb-3 {
  padding-bottom: 1.5rem !important;
}

.pb-4 {
  padding-bottom: 2rem !important;
}

.pb-5 {
  padding-bottom: 2.5rem !important;
}

.pb-6 {
  padding-bottom: 3rem !important;
}

.pb-7 {
  padding-bottom: 3.5rem !important;
}

.pb-8 {
  padding-bottom: 4rem !important;
}

.pb-9 {
  padding-bottom: 4.5rem !important;
}

.pb-10 {
  padding-bottom: 5rem !important;
}

.pl-0 {
  padding-left: 0rem !important;
}

.pl-1 {
  padding-left: 0.5rem !important;
}

.pl-2 {
  padding-left: 1rem !important;
}

.pl-3 {
  padding-left: 1.5rem !important;
}

.pl-4 {
  padding-left: 2rem !important;
}

.pl-5 {
  padding-left: 2.5rem !important;
}

.pl-6 {
  padding-left: 3rem !important;
}

.pl-7 {
  padding-left: 3.5rem !important;
}

.pl-8 {
  padding-left: 4rem !important;
}

.pl-9 {
  padding-left: 4.5rem !important;
}

.pl-10 {
  padding-left: 5rem !important;
}

.pr-0 {
  padding-right: 0rem !important;
}

.pr-1 {
  padding-right: 0.5rem !important;
}

.pr-2 {
  padding-right: 1rem !important;
}

.pr-3 {
  padding-right: 1.5rem !important;
}

.pr-4 {
  padding-right: 2rem !important;
}

.pr-5 {
  padding-right: 2.5rem !important;
}

.pr-6 {
  padding-right: 3rem !important;
}

.pr-7 {
  padding-right: 3.5rem !important;
}

.pr-8 {
  padding-right: 4rem !important;
}

.pr-9 {
  padding-right: 4.5rem !important;
}

.pr-10 {
  padding-right: 5rem !important;
}

.ml-auto {
  margin-left: auto !important;
}

.mr-auto {
  margin-right: auto !important;
}

.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

@media (min-width: 576px) {
  .mt-sm-0 {
    margin-top: 0rem !important;
  }

  .mt-sm-1 {
    margin-top: 0.5rem !important;
  }

  .mt-sm-2 {
    margin-top: 1rem !important;
  }

  .mt-sm-3 {
    margin-top: 1.5rem !important;
  }

  .mt-sm-4 {
    margin-top: 2rem !important;
  }

  .mt-sm-5 {
    margin-top: 2.5rem !important;
  }

  .mt-sm-6 {
    margin-top: 3rem !important;
  }

  .mt-sm-7 {
    margin-top: 3.5rem !important;
  }

  .mt-sm-8 {
    margin-top: 4rem !important;
  }

  .mt-sm-9 {
    margin-top: 4.5rem !important;
  }

  .mt-sm-10 {
    margin-top: 5rem !important;
  }

  .mb-sm-0 {
    margin-bottom: 0rem !important;
  }

  .mb-sm-1 {
    margin-bottom: 0.5rem !important;
  }

  .mb-sm-2 {
    margin-bottom: 1rem !important;
  }

  .mb-sm-3 {
    margin-bottom: 1.5rem !important;
  }

  .mb-sm-4 {
    margin-bottom: 2rem !important;
  }

  .mb-sm-5 {
    margin-bottom: 2.5rem !important;
  }

  .mb-sm-6 {
    margin-bottom: 3rem !important;
  }

  .mb-sm-7 {
    margin-bottom: 3.5rem !important;
  }

  .mb-sm-8 {
    margin-bottom: 4rem !important;
  }

  .mb-sm-9 {
    margin-bottom: 4.5rem !important;
  }

  .mb-sm-10 {
    margin-bottom: 5rem !important;
  }

  .ml-sm-0 {
    margin-left: 0rem !important;
  }

  .ml-sm-1 {
    margin-left: 0.5rem !important;
  }

  .ml-sm-2 {
    margin-left: 1rem !important;
  }

  .ml-sm-3 {
    margin-left: 1.5rem !important;
  }

  .ml-sm-4 {
    margin-left: 2rem !important;
  }

  .ml-sm-5 {
    margin-left: 2.5rem !important;
  }

  .ml-sm-6 {
    margin-left: 3rem !important;
  }

  .ml-sm-7 {
    margin-left: 3.5rem !important;
  }

  .ml-sm-8 {
    margin-left: 4rem !important;
  }

  .ml-sm-9 {
    margin-left: 4.5rem !important;
  }

  .ml-sm-10 {
    margin-left: 5rem !important;
  }

  .mr-sm-0 {
    margin-right: 0rem !important;
  }

  .mr-sm-1 {
    margin-right: 0.5rem !important;
  }

  .mr-sm-2 {
    margin-right: 1rem !important;
  }

  .mr-sm-3 {
    margin-right: 1.5rem !important;
  }

  .mr-sm-4 {
    margin-right: 2rem !important;
  }

  .mr-sm-5 {
    margin-right: 2.5rem !important;
  }

  .mr-sm-6 {
    margin-right: 3rem !important;
  }

  .mr-sm-7 {
    margin-right: 3.5rem !important;
  }

  .mr-sm-8 {
    margin-right: 4rem !important;
  }

  .mr-sm-9 {
    margin-right: 4.5rem !important;
  }

  .mr-sm-10 {
    margin-right: 5rem !important;
  }

  .pt-sm-0 {
    padding-top: 0rem !important;
  }

  .pt-sm-1 {
    padding-top: 0.5rem !important;
  }

  .pt-sm-2 {
    padding-top: 1rem !important;
  }

  .pt-sm-3 {
    padding-top: 1.5rem !important;
  }

  .pt-sm-4 {
    padding-top: 2rem !important;
  }

  .pt-sm-5 {
    padding-top: 2.5rem !important;
  }

  .pt-sm-6 {
    padding-top: 3rem !important;
  }

  .pt-sm-7 {
    padding-top: 3.5rem !important;
  }

  .pt-sm-8 {
    padding-top: 4rem !important;
  }

  .pt-sm-9 {
    padding-top: 4.5rem !important;
  }

  .pt-sm-10 {
    padding-top: 5rem !important;
  }

  .pb-sm-0 {
    padding-bottom: 0rem !important;
  }

  .pb-sm-1 {
    padding-bottom: 0.5rem !important;
  }

  .pb-sm-2 {
    padding-bottom: 1rem !important;
  }

  .pb-sm-3 {
    padding-bottom: 1.5rem !important;
  }

  .pb-sm-4 {
    padding-bottom: 2rem !important;
  }

  .pb-sm-5 {
    padding-bottom: 2.5rem !important;
  }

  .pb-sm-6 {
    padding-bottom: 3rem !important;
  }

  .pb-sm-7 {
    padding-bottom: 3.5rem !important;
  }

  .pb-sm-8 {
    padding-bottom: 4rem !important;
  }

  .pb-sm-9 {
    padding-bottom: 4.5rem !important;
  }

  .pb-sm-10 {
    padding-bottom: 5rem !important;
  }

  .pl-sm-0 {
    padding-left: 0rem !important;
  }

  .pl-sm-1 {
    padding-left: 0.5rem !important;
  }

  .pl-sm-2 {
    padding-left: 1rem !important;
  }

  .pl-sm-3 {
    padding-left: 1.5rem !important;
  }

  .pl-sm-4 {
    padding-left: 2rem !important;
  }

  .pl-sm-5 {
    padding-left: 2.5rem !important;
  }

  .pl-sm-6 {
    padding-left: 3rem !important;
  }

  .pl-sm-7 {
    padding-left: 3.5rem !important;
  }

  .pl-sm-8 {
    padding-left: 4rem !important;
  }

  .pl-sm-9 {
    padding-left: 4.5rem !important;
  }

  .pl-sm-10 {
    padding-left: 5rem !important;
  }

  .pr-sm-0 {
    padding-right: 0rem !important;
  }

  .pr-sm-1 {
    padding-right: 0.5rem !important;
  }

  .pr-sm-2 {
    padding-right: 1rem !important;
  }

  .pr-sm-3 {
    padding-right: 1.5rem !important;
  }

  .pr-sm-4 {
    padding-right: 2rem !important;
  }

  .pr-sm-5 {
    padding-right: 2.5rem !important;
  }

  .pr-sm-6 {
    padding-right: 3rem !important;
  }

  .pr-sm-7 {
    padding-right: 3.5rem !important;
  }

  .pr-sm-8 {
    padding-right: 4rem !important;
  }

  .pr-sm-9 {
    padding-right: 4.5rem !important;
  }

  .pr-sm-10 {
    padding-right: 5rem !important;
  }

  .ml-sm-auto {
    margin-left: auto !important;
  }

  .mr-sm-auto {
    margin-right: auto !important;
  }

  .mx-sm-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media (min-width: 768px) {
  .mt-md-0 {
    margin-top: 0rem !important;
  }

  .mt-md-1 {
    margin-top: 0.5rem !important;
  }

  .mt-md-2 {
    margin-top: 1rem !important;
  }

  .mt-md-3 {
    margin-top: 1.5rem !important;
  }

  .mt-md-4 {
    margin-top: 2rem !important;
  }

  .mt-md-5 {
    margin-top: 2.5rem !important;
  }

  .mt-md-6 {
    margin-top: 3rem !important;
  }

  .mt-md-7 {
    margin-top: 3.5rem !important;
  }

  .mt-md-8 {
    margin-top: 4rem !important;
  }

  .mt-md-9 {
    margin-top: 4.5rem !important;
  }

  .mt-md-10 {
    margin-top: 5rem !important;
  }

  .mb-md-0 {
    margin-bottom: 0rem !important;
  }

  .mb-md-1 {
    margin-bottom: 0.5rem !important;
  }

  .mb-md-2 {
    margin-bottom: 1rem !important;
  }

  .mb-md-3 {
    margin-bottom: 1.5rem !important;
  }

  .mb-md-4 {
    margin-bottom: 2rem !important;
  }

  .mb-md-5 {
    margin-bottom: 2.5rem !important;
  }

  .mb-md-6 {
    margin-bottom: 3rem !important;
  }

  .mb-md-7 {
    margin-bottom: 3.5rem !important;
  }

  .mb-md-8 {
    margin-bottom: 4rem !important;
  }

  .mb-md-9 {
    margin-bottom: 4.5rem !important;
  }

  .mb-md-10 {
    margin-bottom: 5rem !important;
  }

  .ml-md-0 {
    margin-left: 0rem !important;
  }

  .ml-md-1 {
    margin-left: 0.5rem !important;
  }

  .ml-md-2 {
    margin-left: 1rem !important;
  }

  .ml-md-3 {
    margin-left: 1.5rem !important;
  }

  .ml-md-4 {
    margin-left: 2rem !important;
  }

  .ml-md-5 {
    margin-left: 2.5rem !important;
  }

  .ml-md-6 {
    margin-left: 3rem !important;
  }

  .ml-md-7 {
    margin-left: 3.5rem !important;
  }

  .ml-md-8 {
    margin-left: 4rem !important;
  }

  .ml-md-9 {
    margin-left: 4.5rem !important;
  }

  .ml-md-10 {
    margin-left: 5rem !important;
  }

  .mr-md-0 {
    margin-right: 0rem !important;
  }

  .mr-md-1 {
    margin-right: 0.5rem !important;
  }

  .mr-md-2 {
    margin-right: 1rem !important;
  }

  .mr-md-3 {
    margin-right: 1.5rem !important;
  }

  .mr-md-4 {
    margin-right: 2rem !important;
  }

  .mr-md-5 {
    margin-right: 2.5rem !important;
  }

  .mr-md-6 {
    margin-right: 3rem !important;
  }

  .mr-md-7 {
    margin-right: 3.5rem !important;
  }

  .mr-md-8 {
    margin-right: 4rem !important;
  }

  .mr-md-9 {
    margin-right: 4.5rem !important;
  }

  .mr-md-10 {
    margin-right: 5rem !important;
  }

  .pt-md-0 {
    padding-top: 0rem !important;
  }

  .pt-md-1 {
    padding-top: 0.5rem !important;
  }

  .pt-md-2 {
    padding-top: 1rem !important;
  }

  .pt-md-3 {
    padding-top: 1.5rem !important;
  }

  .pt-md-4 {
    padding-top: 2rem !important;
  }

  .pt-md-5 {
    padding-top: 2.5rem !important;
  }

  .pt-md-6 {
    padding-top: 3rem !important;
  }

  .pt-md-7 {
    padding-top: 3.5rem !important;
  }

  .pt-md-8 {
    padding-top: 4rem !important;
  }

  .pt-md-9 {
    padding-top: 4.5rem !important;
  }

  .pt-md-10 {
    padding-top: 5rem !important;
  }

  .pb-md-0 {
    padding-bottom: 0rem !important;
  }

  .pb-md-1 {
    padding-bottom: 0.5rem !important;
  }

  .pb-md-2 {
    padding-bottom: 1rem !important;
  }

  .pb-md-3 {
    padding-bottom: 1.5rem !important;
  }

  .pb-md-4 {
    padding-bottom: 2rem !important;
  }

  .pb-md-5 {
    padding-bottom: 2.5rem !important;
  }

  .pb-md-6 {
    padding-bottom: 3rem !important;
  }

  .pb-md-7 {
    padding-bottom: 3.5rem !important;
  }

  .pb-md-8 {
    padding-bottom: 4rem !important;
  }

  .pb-md-9 {
    padding-bottom: 4.5rem !important;
  }

  .pb-md-10 {
    padding-bottom: 5rem !important;
  }

  .pl-md-0 {
    padding-left: 0rem !important;
  }

  .pl-md-1 {
    padding-left: 0.5rem !important;
  }

  .pl-md-2 {
    padding-left: 1rem !important;
  }

  .pl-md-3 {
    padding-left: 1.5rem !important;
  }

  .pl-md-4 {
    padding-left: 2rem !important;
  }

  .pl-md-5 {
    padding-left: 2.5rem !important;
  }

  .pl-md-6 {
    padding-left: 3rem !important;
  }

  .pl-md-7 {
    padding-left: 3.5rem !important;
  }

  .pl-md-8 {
    padding-left: 4rem !important;
  }

  .pl-md-9 {
    padding-left: 4.5rem !important;
  }

  .pl-md-10 {
    padding-left: 5rem !important;
  }

  .pr-md-0 {
    padding-right: 0rem !important;
  }

  .pr-md-1 {
    padding-right: 0.5rem !important;
  }

  .pr-md-2 {
    padding-right: 1rem !important;
  }

  .pr-md-3 {
    padding-right: 1.5rem !important;
  }

  .pr-md-4 {
    padding-right: 2rem !important;
  }

  .pr-md-5 {
    padding-right: 2.5rem !important;
  }

  .pr-md-6 {
    padding-right: 3rem !important;
  }

  .pr-md-7 {
    padding-right: 3.5rem !important;
  }

  .pr-md-8 {
    padding-right: 4rem !important;
  }

  .pr-md-9 {
    padding-right: 4.5rem !important;
  }

  .pr-md-10 {
    padding-right: 5rem !important;
  }

  .ml-md-auto {
    margin-left: auto !important;
  }

  .mr-md-auto {
    margin-right: auto !important;
  }

  .mx-md-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-0 {
    margin-top: 0rem !important;
  }

  .mt-lg-1 {
    margin-top: 0.5rem !important;
  }

  .mt-lg-2 {
    margin-top: 1rem !important;
  }

  .mt-lg-3 {
    margin-top: 1.5rem !important;
  }

  .mt-lg-4 {
    margin-top: 2rem !important;
  }

  .mt-lg-5 {
    margin-top: 2.5rem !important;
  }

  .mt-lg-6 {
    margin-top: 3rem !important;
  }

  .mt-lg-7 {
    margin-top: 3.5rem !important;
  }

  .mt-lg-8 {
    margin-top: 4rem !important;
  }

  .mt-lg-9 {
    margin-top: 4.5rem !important;
  }

  .mt-lg-10 {
    margin-top: 5rem !important;
  }

  .mb-lg-0 {
    margin-bottom: 0rem !important;
  }

  .mb-lg-1 {
    margin-bottom: 0.5rem !important;
  }

  .mb-lg-2 {
    margin-bottom: 1rem !important;
  }

  .mb-lg-3 {
    margin-bottom: 1.5rem !important;
  }

  .mb-lg-4 {
    margin-bottom: 2rem !important;
  }

  .mb-lg-5 {
    margin-bottom: 2.5rem !important;
  }

  .mb-lg-6 {
    margin-bottom: 3rem !important;
  }

  .mb-lg-7 {
    margin-bottom: 3.5rem !important;
  }

  .mb-lg-8 {
    margin-bottom: 4rem !important;
  }

  .mb-lg-9 {
    margin-bottom: 4.5rem !important;
  }

  .mb-lg-10 {
    margin-bottom: 5rem !important;
  }

  .ml-lg-0 {
    margin-left: 0rem !important;
  }

  .ml-lg-1 {
    margin-left: 0.5rem !important;
  }

  .ml-lg-2 {
    margin-left: 1rem !important;
  }

  .ml-lg-3 {
    margin-left: 1.5rem !important;
  }

  .ml-lg-4 {
    margin-left: 2rem !important;
  }

  .ml-lg-5 {
    margin-left: 2.5rem !important;
  }

  .ml-lg-6 {
    margin-left: 3rem !important;
  }

  .ml-lg-7 {
    margin-left: 3.5rem !important;
  }

  .ml-lg-8 {
    margin-left: 4rem !important;
  }

  .ml-lg-9 {
    margin-left: 4.5rem !important;
  }

  .ml-lg-10 {
    margin-left: 5rem !important;
  }

  .mr-lg-0 {
    margin-right: 0rem !important;
  }

  .mr-lg-1 {
    margin-right: 0.5rem !important;
  }

  .mr-lg-2 {
    margin-right: 1rem !important;
  }

  .mr-lg-3 {
    margin-right: 1.5rem !important;
  }

  .mr-lg-4 {
    margin-right: 2rem !important;
  }

  .mr-lg-5 {
    margin-right: 2.5rem !important;
  }

  .mr-lg-6 {
    margin-right: 3rem !important;
  }

  .mr-lg-7 {
    margin-right: 3.5rem !important;
  }

  .mr-lg-8 {
    margin-right: 4rem !important;
  }

  .mr-lg-9 {
    margin-right: 4.5rem !important;
  }

  .mr-lg-10 {
    margin-right: 5rem !important;
  }

  .pt-lg-0 {
    padding-top: 0rem !important;
  }

  .pt-lg-1 {
    padding-top: 0.5rem !important;
  }

  .pt-lg-2 {
    padding-top: 1rem !important;
  }

  .pt-lg-3 {
    padding-top: 1.5rem !important;
  }

  .pt-lg-4 {
    padding-top: 2rem !important;
  }

  .pt-lg-5 {
    padding-top: 2.5rem !important;
  }

  .pt-lg-6 {
    padding-top: 3rem !important;
  }

  .pt-lg-7 {
    padding-top: 3.5rem !important;
  }

  .pt-lg-8 {
    padding-top: 4rem !important;
  }

  .pt-lg-9 {
    padding-top: 4.5rem !important;
  }

  .pt-lg-10 {
    padding-top: 5rem !important;
  }

  .pb-lg-0 {
    padding-bottom: 0rem !important;
  }

  .pb-lg-1 {
    padding-bottom: 0.5rem !important;
  }

  .pb-lg-2 {
    padding-bottom: 1rem !important;
  }

  .pb-lg-3 {
    padding-bottom: 1.5rem !important;
  }

  .pb-lg-4 {
    padding-bottom: 2rem !important;
  }

  .pb-lg-5 {
    padding-bottom: 2.5rem !important;
  }

  .pb-lg-6 {
    padding-bottom: 3rem !important;
  }

  .pb-lg-7 {
    padding-bottom: 3.5rem !important;
  }

  .pb-lg-8 {
    padding-bottom: 4rem !important;
  }

  .pb-lg-9 {
    padding-bottom: 4.5rem !important;
  }

  .pb-lg-10 {
    padding-bottom: 5rem !important;
  }

  .pl-lg-0 {
    padding-left: 0rem !important;
  }

  .pl-lg-1 {
    padding-left: 0.5rem !important;
  }

  .pl-lg-2 {
    padding-left: 1rem !important;
  }

  .pl-lg-3 {
    padding-left: 1.5rem !important;
  }

  .pl-lg-4 {
    padding-left: 2rem !important;
  }

  .pl-lg-5 {
    padding-left: 2.5rem !important;
  }

  .pl-lg-6 {
    padding-left: 3rem !important;
  }

  .pl-lg-7 {
    padding-left: 3.5rem !important;
  }

  .pl-lg-8 {
    padding-left: 4rem !important;
  }

  .pl-lg-9 {
    padding-left: 4.5rem !important;
  }

  .pl-lg-10 {
    padding-left: 5rem !important;
  }

  .pr-lg-0 {
    padding-right: 0rem !important;
  }

  .pr-lg-1 {
    padding-right: 0.5rem !important;
  }

  .pr-lg-2 {
    padding-right: 1rem !important;
  }

  .pr-lg-3 {
    padding-right: 1.5rem !important;
  }

  .pr-lg-4 {
    padding-right: 2rem !important;
  }

  .pr-lg-5 {
    padding-right: 2.5rem !important;
  }

  .pr-lg-6 {
    padding-right: 3rem !important;
  }

  .pr-lg-7 {
    padding-right: 3.5rem !important;
  }

  .pr-lg-8 {
    padding-right: 4rem !important;
  }

  .pr-lg-9 {
    padding-right: 4.5rem !important;
  }

  .pr-lg-10 {
    padding-right: 5rem !important;
  }

  .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;
  }
}
@media (min-width: 1200px) {
  .mt-xl-0 {
    margin-top: 0rem !important;
  }

  .mt-xl-1 {
    margin-top: 0.5rem !important;
  }

  .mt-xl-2 {
    margin-top: 1rem !important;
  }

  .mt-xl-3 {
    margin-top: 1.5rem !important;
  }

  .mt-xl-4 {
    margin-top: 2rem !important;
  }

  .mt-xl-5 {
    margin-top: 2.5rem !important;
  }

  .mt-xl-6 {
    margin-top: 3rem !important;
  }

  .mt-xl-7 {
    margin-top: 3.5rem !important;
  }

  .mt-xl-8 {
    margin-top: 4rem !important;
  }

  .mt-xl-9 {
    margin-top: 4.5rem !important;
  }

  .mt-xl-10 {
    margin-top: 5rem !important;
  }

  .mb-xl-0 {
    margin-bottom: 0rem !important;
  }

  .mb-xl-1 {
    margin-bottom: 0.5rem !important;
  }

  .mb-xl-2 {
    margin-bottom: 1rem !important;
  }

  .mb-xl-3 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xl-4 {
    margin-bottom: 2rem !important;
  }

  .mb-xl-5 {
    margin-bottom: 2.5rem !important;
  }

  .mb-xl-6 {
    margin-bottom: 3rem !important;
  }

  .mb-xl-7 {
    margin-bottom: 3.5rem !important;
  }

  .mb-xl-8 {
    margin-bottom: 4rem !important;
  }

  .mb-xl-9 {
    margin-bottom: 4.5rem !important;
  }

  .mb-xl-10 {
    margin-bottom: 5rem !important;
  }

  .ml-xl-0 {
    margin-left: 0rem !important;
  }

  .ml-xl-1 {
    margin-left: 0.5rem !important;
  }

  .ml-xl-2 {
    margin-left: 1rem !important;
  }

  .ml-xl-3 {
    margin-left: 1.5rem !important;
  }

  .ml-xl-4 {
    margin-left: 2rem !important;
  }

  .ml-xl-5 {
    margin-left: 2.5rem !important;
  }

  .ml-xl-6 {
    margin-left: 3rem !important;
  }

  .ml-xl-7 {
    margin-left: 3.5rem !important;
  }

  .ml-xl-8 {
    margin-left: 4rem !important;
  }

  .ml-xl-9 {
    margin-left: 4.5rem !important;
  }

  .ml-xl-10 {
    margin-left: 5rem !important;
  }

  .mr-xl-0 {
    margin-right: 0rem !important;
  }

  .mr-xl-1 {
    margin-right: 0.5rem !important;
  }

  .mr-xl-2 {
    margin-right: 1rem !important;
  }

  .mr-xl-3 {
    margin-right: 1.5rem !important;
  }

  .mr-xl-4 {
    margin-right: 2rem !important;
  }

  .mr-xl-5 {
    margin-right: 2.5rem !important;
  }

  .mr-xl-6 {
    margin-right: 3rem !important;
  }

  .mr-xl-7 {
    margin-right: 3.5rem !important;
  }

  .mr-xl-8 {
    margin-right: 4rem !important;
  }

  .mr-xl-9 {
    margin-right: 4.5rem !important;
  }

  .mr-xl-10 {
    margin-right: 5rem !important;
  }

  .pt-xl-0 {
    padding-top: 0rem !important;
  }

  .pt-xl-1 {
    padding-top: 0.5rem !important;
  }

  .pt-xl-2 {
    padding-top: 1rem !important;
  }

  .pt-xl-3 {
    padding-top: 1.5rem !important;
  }

  .pt-xl-4 {
    padding-top: 2rem !important;
  }

  .pt-xl-5 {
    padding-top: 2.5rem !important;
  }

  .pt-xl-6 {
    padding-top: 3rem !important;
  }

  .pt-xl-7 {
    padding-top: 3.5rem !important;
  }

  .pt-xl-8 {
    padding-top: 4rem !important;
  }

  .pt-xl-9 {
    padding-top: 4.5rem !important;
  }

  .pt-xl-10 {
    padding-top: 5rem !important;
  }

  .pb-xl-0 {
    padding-bottom: 0rem !important;
  }

  .pb-xl-1 {
    padding-bottom: 0.5rem !important;
  }

  .pb-xl-2 {
    padding-bottom: 1rem !important;
  }

  .pb-xl-3 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xl-4 {
    padding-bottom: 2rem !important;
  }

  .pb-xl-5 {
    padding-bottom: 2.5rem !important;
  }

  .pb-xl-6 {
    padding-bottom: 3rem !important;
  }

  .pb-xl-7 {
    padding-bottom: 3.5rem !important;
  }

  .pb-xl-8 {
    padding-bottom: 4rem !important;
  }

  .pb-xl-9 {
    padding-bottom: 4.5rem !important;
  }

  .pb-xl-10 {
    padding-bottom: 5rem !important;
  }

  .pl-xl-0 {
    padding-left: 0rem !important;
  }

  .pl-xl-1 {
    padding-left: 0.5rem !important;
  }

  .pl-xl-2 {
    padding-left: 1rem !important;
  }

  .pl-xl-3 {
    padding-left: 1.5rem !important;
  }

  .pl-xl-4 {
    padding-left: 2rem !important;
  }

  .pl-xl-5 {
    padding-left: 2.5rem !important;
  }

  .pl-xl-6 {
    padding-left: 3rem !important;
  }

  .pl-xl-7 {
    padding-left: 3.5rem !important;
  }

  .pl-xl-8 {
    padding-left: 4rem !important;
  }

  .pl-xl-9 {
    padding-left: 4.5rem !important;
  }

  .pl-xl-10 {
    padding-left: 5rem !important;
  }

  .pr-xl-0 {
    padding-right: 0rem !important;
  }

  .pr-xl-1 {
    padding-right: 0.5rem !important;
  }

  .pr-xl-2 {
    padding-right: 1rem !important;
  }

  .pr-xl-3 {
    padding-right: 1.5rem !important;
  }

  .pr-xl-4 {
    padding-right: 2rem !important;
  }

  .pr-xl-5 {
    padding-right: 2.5rem !important;
  }

  .pr-xl-6 {
    padding-right: 3rem !important;
  }

  .pr-xl-7 {
    padding-right: 3.5rem !important;
  }

  .pr-xl-8 {
    padding-right: 4rem !important;
  }

  .pr-xl-9 {
    padding-right: 4.5rem !important;
  }

  .pr-xl-10 {
    padding-right: 5rem !important;
  }

  .ml-xl-auto {
    margin-left: auto !important;
  }

  .mr-xl-auto {
    margin-right: auto !important;
  }

  .mx-xl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
/* -------------------------------------------
	Helper
---------------------------------------------- */
.w-auto {
  width: auto !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.h-100 {
  height: 100% !important;
}

.p-relative {
  position: relative !important;
}

.p-absolute {
  position: absolute !important;
}

.p-static {
  position: static !important;
}

.d-none {
  display: none !important;
}

.d-block {
  display: block !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.align-items-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.align-items-end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
      -ms-grid-row-align: center !important;
      align-self: center !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
      align-self: flex-end !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}

.flex-1 {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 !important;
          flex: 1 !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.vertical-top {
  vertical-align: top !important;
}

.vertical-middle {
  vertical-align: middle !important;
}

.vertical-bottom {
  vertical-align: bottom !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media (min-width: 768px) {
  .w-md-50 {
    width: 50% !important;
  }

  .float-md-left {
    float: left !important;
  }

  .float-md-right {
    float: right !important;
  }

  .d-md-none {
    display: none !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .col-lg-1-5 {
    max-width: 20%;
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
  }

  .col-lg-2-5 {
    max-width: 40%;
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
  }

  .col-lg-3-5 {
    max-width: 60%;
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
  }

  .col-lg-4-5 {
    max-width: 80%;
    -ms-flex-preferred-size: 80%;
        flex-basis: 80%;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-show-mob {
    display: none !important;
  }
}
.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-semi-bold {
  font-weight: 600 !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-normal {
  text-transform: none !important;
}

.font-italic {
  font-style: italic !important;
}

.font-normal {
  font-stretch: normal !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: var(--wolmart-light-color, var(--wolmart-light-color, #ccc)) !important;
}

.text-grey {
  color: #999 !important;
}

.text-body {
  color: var(--wolmart-body-color) !important;
}

.text-primary {
  color: var(--wolmart-primary-color, #2879FE) !important;
}

.text-secondary {
  color: var(--wolmart-secondary-color, #ff9742) !important;
}

.text-success {
  color: #799b5a !important;
}

.text-info {
  color: #369 !important;
}

.text-warning {
  color: #ffa800 !important;
}

.text-danger {
  color: #a94442 !important;
}

.text-dark {
  color: var(--wolmart-dark-color, #333) !important;
}

.text-black {
  color: #000 !important;
}

.ls-s {
  letter-spacing: -0.01em !important;
}

.ls-m {
  letter-spacing: -0.025em !important;
}

.ls-l {
  letter-spacing: -0.05em !important;
}

.ls-normal {
  letter-spacing: 0 !important;
}

.lh-1 {
  line-height: 1 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-dark {
  background-color: var(--wolmart-dark-color, #333) !important;
}

.bg-grey {
  background-color: #999 !important;
}

.bg-light {
  background-color: var(--wolmart-light-color, var(--wolmart-light-color, #ccc)) !important;
}

.bg-black {
  background-color: #000 !important;
}

.bg-primary {
  background-color: var(--wolmart-primary-color, #2879FE) !important;
}

.bg-secondary {
  background-color: var(--wolmart-secondary-color, #d26e4b) !important;
}

.border-no {
  border: none !important;
}

.br-0 {
  border-radius: 0 !important;
}

.br-3 {
  border-radius: 3px !important;
}

.br-5 {
  border-radius: 5px !important;
}

.no-transition {
  -webkit-transition: none !important;
  transition: none !important;
}

@media (max-width: 575px) {
  .d-none-sm-max {
    display: none !important;
  }

  .hide-on-xs {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hide-on-xl {
    display: none !important;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .hide-on-lg {
    display: none !important;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .hide-on-md {
    display: none !important;
  }
}
@media (max-width: 767px) and (min-width: 576px) {
  .hide-on-sm {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .hide-dots-desktop .slider-pagination,
.hide-nav-desktop .slider-button {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .hide-dots-mobile .slider-pagination,
.hide-nav-mobile .slider-button {
    display: none !important;
  }
}
.bg-transparent .w-lazyload {
  background: transparent;
}

/* 6. wp plugins */
/* Customize Preview ---- Begin*/
.customize-partial-edit-shortcut button,
.widget .customize-partial-edit-shortcut button {
  display: none;
}

.wolmart-tooltip {
  padding: 5px 10px;
  max-width: 300px;
  white-space: nowrap;
  border-radius: 20px;
  background-color: rgba(0, 113, 161, 0.7);
  color: #fff;
  font-size: 1.5rem;
  cursor: pointer;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}
.wolmart-tooltip:hover {
  background-color: #0071a1;
}
.wolmart-tooltip > a::before {
  content: "\f303";
  margin-right: 8px;
  font-family: "Font Awesome 5 Free";
  font-size: 11px;
  font-weight: 600;
}
.wolmart-tooltip.tooltip-inner {
  padding: 0 !important;
}
.wolmart-tooltip.tooltip-inner > a {
  display: inline-block;
  padding: 8px 22px;
}

.wolmart-tooltip-initialized.wolmart-tooltip-active {
  outline: 2px dotted #007cba;
  outline-offset: 5px;
}

/* Customize Preview ---- End */
/**
 * Wolmart Mini Logo
 */
div.dashicons-wolmart-logo:before,
span.dashicons-wolmart-logo:before,
.wolmart-mini-logo:before {
  content: "";
  display: inline-block;
  background-image: url(../images/logo-white.svg);
  background-size: cover;
  width: 20px;
  height: 20px;
  padding: 7px;
}

#wp-admin-bar-wolmart .custom-mini-logo img {
  width: 20px;
  height: 20px;
  padding: 7px;
}

#wp-admin-bar-wolmart .dashicons-wolmart-logo:before,
#wp-admin-bar-wolmart .custom-mini-logo img {
  margin-top: -4px;
  margin-right: -6px;
}

#wp-admin-bar-wolmart-activate .ab-icon.dashicons-admin-network {
  margin-top: 3px;
}

/**
 * Admin menu's links
 */
#wp-admin-bar-edit-default li .ab-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
}

#wp-admin-bar-edit-default .wolmart-ab-template-type {
  margin-left: auto;
  background: #55595c;
  font-size: 11px;
  line-height: 9px;
  margin-top: 6px;
  padding: 4px 8px;
  border-radius: 3px;
  text-transform: capitalize;
  letter-spacing: 0.05em;
}

.comment-form-cookies-consent input[type=checkbox] + label {
  display: inline;
  vertical-align: middle;
  line-height: 24px;
  margin-left: 5px;
}
.comment-form-cookies-consent input[type=checkbox] + label::before {
  -webkit-transform: none;
          transform: none;
  top: 3px;
}

/* Contact Form 7 */
.wpcf7-form {
  position: relative;
  margin-bottom: 2rem;
}
.wpcf7-form .ajax-loader {
  display: none !important;
  background: none;
}
.wpcf7-form .wpcf7-response-output {
  margin: 10px 0 0;
  padding: 5px 10px;
  border: 2px solid #dc3232;
  font-size: 1.4rem;
}
.wpcf7-form .wpcf7-form-control-wrap span {
  margin-top: 10px;
}
.wpcf7-form > p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  margin-bottom: 0;
  font-size: 1.4rem;
}
.wpcf7-form .wpcf7-form-control-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.wpcf7-form .wpcf7-form-control {
  height: 46px;
  font-size: inherit;
}
.wpcf7-form input {
  background: #fff;
}
.wpcf7-form span .wpcf7-form-control {
  width: 100%;
  padding: 1rem 1.5rem;
}
.wpcf7-form .btn {
  padding: 0 2rem;
}
.wpcf7-form textarea::-webkit-input-placeholder, .wpcf7-form input::-webkit-input-placeholder {
  color: #666;
}
.wpcf7-form textarea::-moz-placeholder, .wpcf7-form input::-moz-placeholder {
  color: #666;
}
.wpcf7-form textarea:-ms-input-placeholder, .wpcf7-form input:-ms-input-placeholder {
  color: #666;
}
.wpcf7-form textarea::-ms-input-placeholder, .wpcf7-form input::-ms-input-placeholder {
  color: #666;
}
.wpcf7-form textarea, .wpcf7-form textarea::placeholder, .wpcf7-form input, .wpcf7-form input::placeholder {
  color: #666;
}
.wpcf7-form textarea.wpcf7-form-control {
  height: auto;
}
.wpcf7-form input.wpcf7-form-control::-webkit-input-placeholder {
  color: inherit;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.wpcf7-form input.wpcf7-form-control::-moz-placeholder {
  color: inherit;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
}
.wpcf7-form input.wpcf7-form-control:-ms-input-placeholder {
  color: inherit;
  -ms-transition: color 0.3s;
  transition: color 0.3s;
}
.wpcf7-form input.wpcf7-form-control::-ms-input-placeholder {
  color: inherit;
  -ms-transition: color 0.3s;
  transition: color 0.3s;
}
.wpcf7-form input.wpcf7-form-control::placeholder {
  color: inherit;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.wpcf7-form input.wpcf7-form-control::-webkit-input-placeholder {
  color: inherit;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.wpcf7-form input.wpcf7-form-control::-moz-placeholder {
  color: inherit;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
}
.wpcf7-form input.wpcf7-form-control:focus::-webkit-input-placeholder {
  color: transparent;
}
.wpcf7-form input.wpcf7-form-control:focus::-moz-placeholder {
  color: transparent;
}
.wpcf7-form input.wpcf7-form-control:focus:-ms-input-placeholder {
  color: transparent;
}
.wpcf7-form input.wpcf7-form-control:focus::-ms-input-placeholder {
  color: transparent;
}
.wpcf7-form input.wpcf7-form-control:focus::placeholder {
  color: transparent;
}
.wpcf7-form input.wpcf7-form-control:focus::-webkit-input-placeholder {
  color: transparent;
}
.wpcf7-form input.wpcf7-form-control:focus::-moz-placeholder {
  color: transparent;
}
.wpcf7-form .wpcf7-submit.with-right-arrow:after {
  content: "\e92c";
  display: inline-block;
  vertical-align: -0.15em;
  margin-left: 0.8rem;
  font-family: "wolmart";
  font-size: 1.2em;
  line-height: 0;
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  margin: 1rem 0;
  padding: 0.8em 1.5em;
  border-radius: 3px;
  color: #a94442;
  border: 1px solid #f7e5e5;
  background-color: #f7e5e5;
}

/* Sidebar Widget */
.widget-block .wolmart-block {
  text-align: initial;
}

.widget_media_gallery .gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -5px;
}
.widget_media_gallery figure {
  width: 100%;
  padding: 5px;
}

.gallery-columns-1 > * {
  max-width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

.gallery-columns-2 > * {
  max-width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

.gallery-columns-3 > * {
  max-width: 33.3333%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333%;
          flex: 0 0 33.3333%;
}

.gallery-columns-4 > * {
  max-width: 25%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
}

.gallery-columns-5 > * {
  max-width: 20%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
}

.gallery-columns-6 > * {
  max-width: 16.6667%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.6667%;
          flex: 0 0 16.6667%;
}

.gallery-columns-7 > * {
  max-width: 14.2857%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 14.2857%;
          flex: 0 0 14.2857%;
}

.gallery-columns-8 > * {
  max-width: 12.5%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 12.5%;
          flex: 0 0 12.5%;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

/* Gutenberg Blocks */
.editor-styles-wrapper .has-small-font-size, .has-small-font-size {
  font-size: 1.5rem;
}

.editor-styles-wrapper .has-normal-font-size, .editor-styles-wrapper .has-regular-font-size, .has-normal-font-size, .has-regular-font-size {
  font-size: 1.8rem;
}

.editor-styles-wrapper .has-medium-font-size, .has-medium-font-size {
  font-size: 2.4rem;
}

.editor-styles-wrapper .has-large-font-size, .has-large-font-size {
  font-size: 3rem;
}

.editor-styles-wrapper .has-huge-font-size, .editor-styles-wrapper .has-larger-font-size, .has-huge-font-size, .has-larger-font-size {
  font-size: 3.4rem;
}

.alignleft {
  float: left;
  clear: both;
  margin-right: 1.5em;
}

.alignright {
  float: right;
  clear: both;
  margin-left: 1.5em;
}

.aligncenter {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  clear: both;
}

ul.aligncenter, ol.aligncenter {
  list-style-position: inside;
  padding: 0;
}

.alignfull,
.alignwide {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.wp-caption {
  max-width: 100%;
  margin-bottom: 24px;
}

img.aligncenter, .wp-caption.aligncenter {
  display: block;
  margin: 0 auto;
}

.alignnone {
  display: block;
}

.has-primary-color {
  color: var(--wolmart-primary-color, #2879FE);
}

.has-primary-background-color {
  background-color: var(--wolmart-primary-color, #2879FE);
}

.has-secondary-color {
  color: var(--wolmart-secondary-color, #f93);
}

.has-secondary-background-color {
  background-color: var(--wolmart-secondary-color, #f93);
}

.has-dark-color {
  color: var(--wolmart-dark-color, #333);
}

.has-dark-background-color {
  background-color: var(--wolmart-dark-color, #333);
}

.has-light-color {
  color: var(--wolmart-light-color, #ccc);
}

.has-light-background-color {
  background-color: var(--wolmart-light-color, #ccc);
}

.has-success-color {
  color: #799b5a;
}

.has-success-background-color {
  background-color: #799b5a;
}

.has-info-color {
  color: #369;
}

.has-info-background-color {
  background-color: #369;
}

.has-warning-color {
  color: #ffa800;
}

.has-warning-background-color {
  background-color: #ffa800;
}

.has-danger-color {
  color: #a94442;
}

.has-danger-background-color {
  background-color: #a94442;
}

.has-white-color {
  color: #fff;
}

.has-white-background-color {
  background-color: #fff;
}

.has-transparent-color {
  color: transparent;
}

.has-transparent-background-color {
  background-color: transparent;
}

.wp-block-table {
  display: table;
}

.wp-block-cover {
  color: #fff;
}
.wp-block-cover a {
  color: inherit;
}

.wp-block-cover .wp-block-cover__inner-container p {
  font-size: 2em !important;
  line-height: 1.25;
  z-index: 1;
  margin-bottom: 0;
}

.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text,
.wp-block-cover .wp-block-cover__inner-container p,
section.wp-block-cover-image > h2 {
  padding: 0;
  max-width: 100%;
}

.wp-block-cover-image.has-background-dim, .wp-block-cover.has-background-dim {
  background-color: #000;
}

.blocks-gallery-caption, .wp-block-embed figcaption, .wp-block-image figcaption {
  width: 100%;
}

.wp-block-separator {
  clear: both;
}

.wp-block-table table td, .wp-block-table table th {
  padding: 0.5em;
}

.calendar_wrap {
  position: relative;
  font-size: 13px;
  color: #999;
}
.calendar_wrap th {
  padding: 5px 0 4px 0;
  font-weight: 600;
  color: #333;
  line-height: 1;
  text-align: center;
  border: 0;
}
.calendar_wrap tbody tr:first-child td {
  padding-top: 13px;
}
.calendar_wrap td {
  padding: 7px 10px;
  text-align: center;
  border: 0;
}
.calendar_wrap caption {
  margin-bottom: 1.3rem;
  font-weight: 600;
  font-size: 14px;
  color: #fff;
  background-color: var(--wolmart-primary-color, #2879FE);
  text-transform: capitalize;
  line-height: 48px;
  height: 48px;
}
.calendar_wrap .wp-calendar-nav {
  position: absolute;
  top: 16px;
}
.widget .calendar_wrap .wp-calendar-nav span a, .widget .calendar_wrap .wp-calendar-nav span a:hover, .widget .calendar_wrap .wp-calendar-nav span a:focus {
  color: #fff;
}
.calendar_wrap .wp-calendar-nav span a {
  display: inline-block;
  position: relative;
  text-indent: -9999px;
}
.calendar_wrap .wp-calendar-nav span a:before {
  content: "";
  font-family: "wolmart";
  position: absolute;
  left: 0;
  text-indent: 0;
}
.calendar_wrap .wp-calendar-nav .wp-calendar-nav-prev a:before {
  content: "\e912";
  margin-left: 2rem;
}
.calendar_wrap .wp-calendar-nav .wp-calendar-nav-next {
  position: absolute;
  right: 0;
}
.calendar_wrap .wp-calendar-nav .wp-calendar-nav-next a:before {
  content: "\e913";
  right: 0;
  left: auto;
  margin-right: 2rem;
}
.calendar_wrap .wp-calendar-nav {
  width: 100%;
}

.wp-block-quote {
  position: relative;
  padding: 0.8em 1em;
  border-left: 2px solid var(--wolmart-primary-color, #2879FE);
  background-color: #f2f3f5;
}
.wp-block-quote.has-text-align-right {
  border-right: 2px solid var(--wolmart-primary-color, #2879FE);
}
.wp-block-quote.has-text-align-center {
  text-align: center;
}
.wp-block-quote.has-text-align-center:before {
  content: "\e934";
  font-size: 32px;
  font-family: "wolmart";
  line-height: 1;
  color: var(--wolmart-primary-color, #2879FE);
}
.wp-block-quote p {
  margin: 0;
}
.wp-block-quote.is-large {
  padding: 1em 1.5em;
  border-left: 2px solid var(--rio-primary-color, #26c);
  background-color: #f2f3f5;
}
.wp-block-quote.is-large.has-text-align-right {
  border-right: 2px solid var(--rio-primary-color, #26c);
}
.wp-block-quote cite {
  color: #333;
  font-size: 1.2rem;
}
.wp-block-quote.is-style-large {
  margin-bottom: 2rem;
  padding: 0 0 0 6rem;
  background: none;
  font-weight: 600;
}
.wp-block-quote.is-style-large p {
  font-size: 1.8rem;
  line-height: 1.4;
}
.wp-block-quote.is-style-large:before {
  content: "\f10e";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 900;
  font-size: 2.5rem;
  font-family: "Font Awesome 5 Free";
  color: #333;
  line-height: 1;
}
@media (max-width: 1199px) {
  .wp-block-quote.is-style-large {
    padding: 0 0 0 4rem;
  }
  .wp-block-quote.is-style-large p {
    font-size: 1.5rem;
  }
}
@media (max-width: 479px) {
  .wp-block-quote.is-style-large p,
.wp-block-quote.is-style-large cite {
    font-size: 1.5rem;
  }
}

.wp-block-pullquote blockquote {
  padding: 1em;
  border-left: 2px solid var(--wolmart-primary-color, #2879FE);
  background-color: #f2f3f5;
}

.wp-block-button {
  margin-bottom: 2rem;
}
.wp-block-button .wp-block-button__link {
  background-color: var(--wolmart-primary-color, #2879FE);
  color: #fff;
  -webkit-transition: color, background-color 0.3s;
  transition: color, background-color 0.3s;
}
.wp-block-button .wp-block-button__link:hover {
  color: #fff;
  background-color: var(--wolmart-primary-color-hover, #2977d8);
}
.wp-block-button.is-style-outline .wp-block-button__link {
  background-color: transparent;
  color: var(--wolmart-primary-color, #2879FE);
}
.wp-block-button.is-style-outline .wp-block-button__link:hover {
  background-color: var(--wolmart-primary-color, #2879FE);
  color: #fff;
}
.wp-block-button.is-style-squared .wp-block-button__link {
  border-radius: 0;
}

.footer-dark table td, .footer-dark table th {
  border-bottom-color: #333;
}

.wp-block-search,
.post-password-form {
  margin-bottom: 2rem;
}

.post-password-form > p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.wp-block-search .wp-block-search__input,
.wc-block-product-search .wc-block-product-search__field,
.woocommerce-product-search input,
.post-password-form input[type=password] {
  display: block;
  width: 100%;
  min-height: 3.6rem;
  padding: 0.85rem 2rem;
  border: 1px solid #e3e3e3;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 400;
  color: var(--wolmart-body-color, #666);
  background-color: transparent;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 0;
}
.wp-block-search .wp-block-search__input::-webkit-input-placeholder, .wc-block-product-search .wc-block-product-search__field::-webkit-input-placeholder, .woocommerce-product-search input::-webkit-input-placeholder, .post-password-form input[type=password]::-webkit-input-placeholder {
  color: inherit;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.wp-block-search .wp-block-search__input::-moz-placeholder, .wc-block-product-search .wc-block-product-search__field::-moz-placeholder, .woocommerce-product-search input::-moz-placeholder, .post-password-form input[type=password]::-moz-placeholder {
  color: inherit;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
}
.wp-block-search .wp-block-search__input:-ms-input-placeholder, .wc-block-product-search .wc-block-product-search__field:-ms-input-placeholder, .woocommerce-product-search input:-ms-input-placeholder, .post-password-form input[type=password]:-ms-input-placeholder {
  color: inherit;
  -ms-transition: color 0.3s;
  transition: color 0.3s;
}
.wp-block-search .wp-block-search__input::-ms-input-placeholder, .wc-block-product-search .wc-block-product-search__field::-ms-input-placeholder, .woocommerce-product-search input::-ms-input-placeholder, .post-password-form input[type=password]::-ms-input-placeholder {
  color: inherit;
  -ms-transition: color 0.3s;
  transition: color 0.3s;
}
.wp-block-search .wp-block-search__input::placeholder,
.wc-block-product-search .wc-block-product-search__field::placeholder,
.woocommerce-product-search input::placeholder,
.post-password-form input[type=password]::placeholder {
  color: inherit;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.wp-block-search .wp-block-search__input::-webkit-input-placeholder,
.wc-block-product-search .wc-block-product-search__field::-webkit-input-placeholder,
.woocommerce-product-search input::-webkit-input-placeholder,
.post-password-form input[type=password]::-webkit-input-placeholder {
  color: inherit;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.wp-block-search .wp-block-search__input::-moz-placeholder,
.wc-block-product-search .wc-block-product-search__field::-moz-placeholder,
.woocommerce-product-search input::-moz-placeholder,
.post-password-form input[type=password]::-moz-placeholder {
  color: inherit;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
}
.wp-block-search .wp-block-search__input:focus::-webkit-input-placeholder, .wc-block-product-search .wc-block-product-search__field:focus::-webkit-input-placeholder, .woocommerce-product-search input:focus::-webkit-input-placeholder, .post-password-form input[type=password]:focus::-webkit-input-placeholder {
  color: transparent;
}
.wp-block-search .wp-block-search__input:focus::-moz-placeholder, .wc-block-product-search .wc-block-product-search__field:focus::-moz-placeholder, .woocommerce-product-search input:focus::-moz-placeholder, .post-password-form input[type=password]:focus::-moz-placeholder {
  color: transparent;
}
.wp-block-search .wp-block-search__input:focus:-ms-input-placeholder, .wc-block-product-search .wc-block-product-search__field:focus:-ms-input-placeholder, .woocommerce-product-search input:focus:-ms-input-placeholder, .post-password-form input[type=password]:focus:-ms-input-placeholder {
  color: transparent;
}
.wp-block-search .wp-block-search__input:focus::-ms-input-placeholder, .wc-block-product-search .wc-block-product-search__field:focus::-ms-input-placeholder, .woocommerce-product-search input:focus::-ms-input-placeholder, .post-password-form input[type=password]:focus::-ms-input-placeholder {
  color: transparent;
}
.wp-block-search .wp-block-search__input:focus::placeholder,
.wc-block-product-search .wc-block-product-search__field:focus::placeholder,
.woocommerce-product-search input:focus::placeholder,
.post-password-form input[type=password]:focus::placeholder {
  color: transparent;
}
.wp-block-search .wp-block-search__input:focus::-webkit-input-placeholder,
.wc-block-product-search .wc-block-product-search__field:focus::-webkit-input-placeholder,
.woocommerce-product-search input:focus::-webkit-input-placeholder,
.post-password-form input[type=password]:focus::-webkit-input-placeholder {
  color: transparent;
}
.wp-block-search .wp-block-search__input:focus::-moz-placeholder,
.wc-block-product-search .wc-block-product-search__field:focus::-moz-placeholder,
.woocommerce-product-search input:focus::-moz-placeholder,
.post-password-form input[type=password]:focus::-moz-placeholder {
  color: transparent;
}
.wp-block-search .wp-block-search__input.form-solid,
.wc-block-product-search .wc-block-product-search__field.form-solid,
.woocommerce-product-search input.form-solid,
.post-password-form input[type=password].form-solid {
  background-color: #fff;
  border: 0;
  color: #8d8d8d;
}

.wp-block-search button:not(.has-icon),
.woocommerce-product-search button,
.post-password-form input[type=submit] {
  display: inline-block;
  border: 2px solid var(--wolmart-primary-color, #2879FE);
  background-color: var(--wolmart-primary-color, #2879FE);
  color: #fff;
  outline: 0;
  border-radius: 0;
  min-width: 9rem;
  padding: 0.7em 1em;
  font-weight: 700;
  font-size: 1.4rem;
  letter-spacing: -0.025em;
  line-height: 1.2;
  text-transform: uppercase;
  text-align: center;
  -webkit-transition: color 0.3s, border-color 0.3s, background-color 0.3s, -webkit-box-shadow 0.3s;
  transition: color 0.3s, border-color 0.3s, background-color 0.3s, -webkit-box-shadow 0.3s;
  transition: color 0.3s, border-color 0.3s, background-color 0.3s, box-shadow 0.3s;
  transition: color 0.3s, border-color 0.3s, background-color 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
  white-space: nowrap;
  cursor: pointer;
}
.wp-block-search button:not(.has-icon):hover,
.woocommerce-product-search button:hover,
.post-password-form input[type=submit]:hover {
  border: 2px solid var(--wolmart-primary-color-hover, ligthen(#2879FE, 10%));
  background-color: var(--wolmart-primary-color-hover, ligthen(#2879FE, 10%));
}

.widget_product_search .woocommerce-product-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.wc-block-product-search .wc-block-product-search__field {
  border-radius: 3px;
  height: 4.7rem;
}

.wp-block-search .wp-block-search__label,
.wc-block-product-search__label {
  display: block;
  padding: 13px 0;
  color: var(--wolmart-heading-color, var(--wolmart-body-color));
  font-size: 16px;
  font-weight: 600;
}

.wp-block-search__inside-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  max-width: 100%;
}

.wp-block-search .wp-block-search__input {
  border-radius: 3px;
}

.wp-block-search button.has-icon,
.wc-block-product-search__button {
  width: 4.7rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 4.7rem;
          flex: 0 0 4.7rem;
  background: transparent;
  border: 1px solid #e3e3e3;
  margin-left: 0.5rem;
  border-radius: 3px;
  cursor: pointer;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.wp-block-search button.has-icon:hover, .wp-block-search button.has-icon:focus,
.wc-block-product-search__button:hover,
.wc-block-product-search__button:focus {
  color: var(--wolmart-primary-color, #2879FE);
}

.wp-block-search svg,
.wc-block-product-search__button svg {
  display: none;
}

.wp-block-search button.has-icon:before,
.wc-block-product-search__button:before {
  content: "\e97e";
  font-family: "wolmart";
  font-size: 18px;
  vertical-align: middle;
}

.wc-block-product-search__fields {
  position: relative;
}

.wc-block-product-search__button,
.wp-block-search__button-inside button {
  position: absolute;
  right: 0;
  top: 0;
}

.wc-block-product-search__button,
.wp-block-search__button-inside button.has-icon {
  height: 100%;
  border: 0;
  margin-left: 0;
}

.wp-block-search__button-inside button:not(.has-icon) {
  margin: 5px;
  padding: 5px;
}

.wc-block-product-search .wc-block-product-search__field,
.wp-block-search__button-inside.wp-block-search__icon-button .wp-block-search__input {
  padding-right: 4.7rem;
}

.wp-block-search__icon-button .wp-block-search__input {
  padding: 1.2rem 2rem;
}

.wp-block-search__text-button .wp-block-search__input {
  border-radius: 0;
}

.wp-block-latest-comments .avatar,
.wp-block-latest-comments__comment-avatar {
  height: auto !important;
  padding-top: 0 !important;
}

/* Sidebar Widget */
.widget-block .wolmart-block {
  text-align: initial;
}

.gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -5px;
}

.gallery-item {
  margin-bottom: 1.5rem;
  width: 100%;
  padding: 5px;
}

.gallery-columns-1 > * {
  max-width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

.gallery-columns-2 > * {
  max-width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

.gallery-columns-3 > * {
  max-width: 33.3333%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333%;
          flex: 0 0 33.3333%;
}

.gallery-columns-4 > * {
  max-width: 25%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
}

.gallery-columns-5 > * {
  max-width: 20%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
}

.gallery-columns-6 > * {
  max-width: 16.6667%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.6667%;
          flex: 0 0 16.6667%;
}

.gallery-columns-7 > * {
  max-width: 14.2857%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 14.2857%;
          flex: 0 0 14.2857%;
}

.gallery-columns-8 > * {
  max-width: 12.5%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 12.5%;
          flex: 0 0 12.5%;
}

.gallery-columns-9 > * {
  max-width: 11.1111%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 11.1111%;
          flex: 0 0 11.1111%;
}

/* Gutenberg Block Style */
/* Gutenberg Style */
.main-content > .wp-block-columns:not(.alignwide):not(.alignfull) {
  max-width: var(--wolmart-container-width, 1280px);
}

.main-content > .alignwide {
  max-width: var(--wolmart-container-fluid-width, 1820px);
  padding-left: 2rem;
  padding-right: 2rem;
  margin-left: auto;
  margin-right: auto;
}

.main-content > .wp-block-columns:not(.alignfull) {
  padding-left: 1rem;
  padding-right: 1rem;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 1280px) {
  .main-content > .wp-block-columns:not(.alignwide):not(.alignfull) {
    max-width: 1280px;
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1820px) {
  .main-content > .alignwide.wp-block-columns {
    max-width: 1800px;
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
.container .wp-block-columns:not(.alignfull),
.container-fluid .wp-block-columns:not(.alignfull) {
  padding-left: 0;
  padding-right: 0;
}
.container .main-content > .wp-block-columns,
.container-fluid .main-content > .wp-block-columns {
  margin-left: -10px;
  margin-right: -10px;
}
.container .alignwide,
.container-fluid .alignwide {
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 1300px) {
  .container-fluid .main-content > .wp-block-columns:not(.alignwide):not(.alignfull) {
    margin-left: auto;
    margin-right: auto;
  }
}

.wp-block-columns {
  margin-left: -10px;
  margin-right: -10px;
}

@media (max-width: 479px) {
  .wp-block-columns:not(.alignfull) {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.wp-block-columns > .wp-block-column {
  padding-left: 10px;
  padding-right: 10px;
  margin-left: 0;
}

.blocks-gallery-grid[class*=columns-] .blocks-gallery-image,
.blocks-gallery-grid[class*=columns-] .blocks-gallery-item,
.wp-block-gallery[class*=columns-] .blocks-gallery-image,
.wp-block-gallery[class*=columns-] .blocks-gallery-item {
  margin-right: 20px;
  margin-bottom: 20px;
}
.blocks-gallery-grid[class*=columns-] .blocks-gallery-image:last-child,
.blocks-gallery-grid[class*=columns-] .blocks-gallery-item:last-child,
.wp-block-gallery[class*=columns-] .blocks-gallery-image:last-child,
.wp-block-gallery[class*=columns-] .blocks-gallery-item:last-child {
  margin-right: 0;
}

.blocks-gallery-grid.columns-2 .blocks-gallery-image,
.blocks-gallery-grid.columns-2 .blocks-gallery-item,
.wp-block-gallery.columns-2 .blocks-gallery-image,
.wp-block-gallery.columns-2 .blocks-gallery-item {
  width: calc((100% - 20px) / 2);
}

.blocks-gallery-grid.columns-3 .blocks-gallery-image,
.blocks-gallery-grid.columns-3 .blocks-gallery-item,
.wp-block-gallery.columns-3 .blocks-gallery-image,
.wp-block-gallery.columns-3 .blocks-gallery-item {
  width: calc((100% - 40px) / 3);
}

.blocks-gallery-grid.columns-4 .blocks-gallery-image,
.blocks-gallery-grid.columns-4 .blocks-gallery-item,
.wp-block-gallery.columns-4 .blocks-gallery-image,
.wp-block-gallery.columns-4 .blocks-gallery-item {
  width: calc((100% - 60px) / 4);
}

.blocks-gallery-grid.columns-5 .blocks-gallery-image,
.blocks-gallery-grid.columns-5 .blocks-gallery-item,
.wp-block-gallery.columns-5 .blocks-gallery-image,
.wp-block-gallery.columns-5 .blocks-gallery-item {
  width: calc((100% - 80px) / 5);
}

.blocks-gallery-grid.columns-6 .blocks-gallery-image,
.blocks-gallery-grid.columns-6 .blocks-gallery-item,
.wp-block-gallery.columns-6 .blocks-gallery-image,
.wp-block-gallery.columns-6 .blocks-gallery-item {
  width: calc((100% - 100px) / 6);
}

.blocks-gallery-grid.columns-7 .blocks-gallery-image,
.blocks-gallery-grid.columns-7 .blocks-gallery-item,
.wp-block-gallery.columns-7 .blocks-gallery-image,
.wp-block-gallery.columns-7 .blocks-gallery-item {
  width: calc((100% - 120px) / 7);
}

.blocks-gallery-grid.columns-8 .blocks-gallery-image,
.blocks-gallery-grid.columns-8 .blocks-gallery-item,
.wp-block-gallery.columns-8 .blocks-gallery-image,
.wp-block-gallery.columns-8 .blocks-gallery-item {
  width: calc((100% - 140px) / 8);
}

.blocks-gallery-grid.columns-9 .blocks-gallery-image,
.blocks-gallery-grid.columns-9 .blocks-gallery-item,
.wp-block-gallery.columns-9 .blocks-gallery-image,
.wp-block-gallery.columns-9 .blocks-gallery-item {
  width: calc((100% - 160px) / 9);
}

.wp-block-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.wp-block-column {
  padding-left: 10px;
  padding-right: 10px;
}

@media (max-width: 781px) and (min-width: 600px) {
  .wp-block-column {
    -ms-flex-preferred-size: 50% !important;
        flex-basis: 50% !important;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
}
.wp-block-code {
  background: #333;
  border-color: #333;
}
.wp-block-code code {
  color: #fff;
}

.sidebar .widget_block {
  margin-bottom: 1rem;
}
.sidebar .widget_block h2 {
  font-size: 1.6rem;
  padding: 1.3rem 0;
  margin-bottom: 0;
}

.sidebar .wp-block-latest-comments {
  padding-left: 0;
  margin: 0;
}

/* WooCommerce Plugin */
.form-row [type=text],
.form-row [type=tel],
.form-row [type=password],
.form-row [type=email],
.form-row textarea {
  display: block;
  width: 100%;
  min-height: 4.1rem;
  padding: 0.85rem 2rem;
  border: 1px solid #eee;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 400;
  color: var(--wolmart-body-color, #666);
  background-color: transparent;
  border-radius: 2px;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 0;
}

.woocommerce-form {
  font-size: 1.3rem;
}
.woocommerce-form .form-row {
  margin-bottom: 1.8rem;
}
.woocommerce-form label {
  margin-bottom: 8px;
}

.button {
  display: inline-block;
  border: 2px solid #eee;
  outline: 0;
  border-radius: 0;
  padding: 1.3rem 2.7rem;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.2;
  text-transform: uppercase;
  text-align: center;
  -webkit-transition: color 0.3s, border-color 0.3s, background-color 0.3s, -webkit-box-shadow 0.3s;
  transition: color 0.3s, border-color 0.3s, background-color 0.3s, -webkit-box-shadow 0.3s;
  transition: color 0.3s, border-color 0.3s, background-color 0.3s, box-shadow 0.3s;
  transition: color 0.3s, border-color 0.3s, background-color 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
  white-space: nowrap;
  cursor: pointer;
  color: #fff;
  border-color: var(--wolmart-primary-color, #2879FE);
  background-color: var(--wolmart-primary-color, #2879FE);
}
.button:hover, .button:active, .button:focus {
  color: #fff;
  border-color: var(--wolmart-primary-color-hover, #2977d8);
  background-color: var(--wolmart-primary-color-hover, #2977d8);
}
.button.btn-solid {
  color: var(--wolmart-primary-color, #2879FE);
  border-color: #fff;
  background-color: #fff;
}
.button.btn-solid:hover, .button.btn-solid:active, .button.btn-solid:focus {
  border-color: var(--wolmart-primary-color, #2879FE);
  background-color: var(--wolmart-primary-color, #2879FE);
  color: #fff;
}
.button.btn-outline {
  color: var(--wolmart-primary-color, #2879FE);
  border-color: var(--wolmart-primary-color, #2879FE);
  background-color: transparent;
}
.button.btn-outline:hover, .button.btn-outline:active, .button.btn-outline:focus {
  background-color: var(--wolmart-primary-color, #2879FE);
  color: #fff;
}
.button.btn-link {
  background-color: transparent;
  color: var(--wolmart-primary-color, #2879FE);
}
.button.btn-link:hover, .button.btn-link:active, .button.btn-link:focus {
  color: var(--wolmart-dark-color, #333);
}
.button.btn-underline:hover, .button.btn-underline:active, .button.btn-underline:focus {
  color: var(--wolmart-primary-color, #2879FE);
}
.button.loading {
  opacity: 0.3;
}
.button[disabled] {
  cursor: not-allowed;
  pointer-events: none;
}

.form-footer label {
  margin-bottom: 0;
}

.lost_password {
  margin-bottom: 0;
}
.lost_password a {
  color: #a94442;
}

.woocommerce-privacy-policy-link {
  color: var(--wolmart-primary-color, #2879FE);
}
.woocommerce-privacy-policy-link:hover {
  text-decoration: underline;
}

form .submit-status {
  margin: 2rem 0 0;
  color: var(--wolmart-danger-color, #a94442);
}

form.lost_reset_password {
  width: 450px;
  margin: 0 auto;
  border: 1px solid #ebebeb;
  padding: 5rem;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.woocommerce > .login-popup {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background: #fff;
}

.woocommerce-form .button,
.woocommerce-form-row .button {
  display: block;
  width: 100%;
}

.woocommerce-form-login p {
  font-size: inherit;
  line-height: 1.84;
}
.woocommerce-form-login p:empty:before {
  content: none;
}
.woocommerce-form-login .form-row {
  font-size: 1.3rem;
  margin-bottom: 2.5rem;
}
.woocommerce-form-login .form-row label {
  display: inline-block;
  margin-bottom: 8px;
}
.woocommerce-form-login .form-row span {
  vertical-align: middle;
}
.woocommerce-form-login .form-row .form-control {
  height: 3.7rem;
}
.woocommerce-form-login .form-row .input-text {
  background: #fff;
}
.woocommerce-form-login .form-row input {
  margin-right: 0.5rem;
}
.woocommerce-form-login .form-row input[type=radio] {
  vertical-align: sub;
}
.woocommerce-form-login .form-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1.5rem;
  font-size: 1.2rem;
}
.woocommerce-form-login .form-footer p {
  margin-bottom: 8px;
  line-height: inherit;
}
.woocommerce-form-login .button {
  padding: 1rem;
}
.woocommerce-form-login .lost-link {
  text-align: right;
  color: #a94442;
}
.woocommerce-form-login .lost-link:hover {
  text-decoration: underline;
}
.woocommerce-form-login .social-login {
  margin-bottom: 2.5rem;
  color: #999;
}
.woocommerce-form-login .social-login p {
  margin-bottom: 8px;
  font-size: 1.2rem;
}
.woocommerce-form-login .social-icon {
  color: var(--wolmart-body-color, #666);
}
.woocommerce-form-login .social-icon.framed {
  border-color: var(--wolmart-light-color, #ccc);
}
.woocommerce-form-login .custom-checkbox {
  margin-bottom: 2.5rem;
  line-height: initial;
}
.woocommerce-form-login .woocommerce-password-strength {
  margin: 10px 0;
  padding: 8px;
  color: #fff;
  text-align: center;
  background: var(--wolmart-primary-color, #2879FE);
}
.woocommerce-form-login .woocommerce-password-strength.short {
  background: #ffa800;
}
.woocommerce-form-login .woocommerce-password-strength.bad {
  background: #a94442;
}
.woocommerce-form-login .woocommerce-password-strength.good {
  background: #799b5a;
}
.woocommerce-form-login .woocommerce-password-hint {
  font-size: 1.2rem;
  line-height: 1.86;
}
.woocommerce-form-login .title {
  font-size: 1.3rem;
  font-weight: normal;
  color: var(--wolmart-body-color, #666);
  margin-bottom: 1.5rem;
}

.sidebar .widget .wc-layered-nav-term,
.sidebar .widget .with-checkbox li,
.sidebar .widget .yith-wcan-list li {
  padding: 0;
}
.sidebar .widget .wc-layered-nav-term > a, .sidebar .widget .wc-layered-nav-term.empty span,
.sidebar .widget .with-checkbox li > a,
.sidebar .widget .with-checkbox li.empty span,
.sidebar .widget .yith-wcan-list li > a,
.sidebar .widget .yith-wcan-list li.empty span {
  position: relative;
  display: block;
  padding: 1rem 0 1rem 28px;
}
.sidebar .widget .wc-layered-nav-term > a:hover, .sidebar .widget .wc-layered-nav-term.empty span:hover,
.sidebar .widget .with-checkbox li > a:hover,
.sidebar .widget .with-checkbox li.empty span:hover,
.sidebar .widget .yith-wcan-list li > a:hover,
.sidebar .widget .yith-wcan-list li.empty span:hover {
  color: var(--wolmart-primary-color, #2879FE);
}
.sidebar .widget .wc-layered-nav-term > a::before, .sidebar .widget .wc-layered-nav-term.empty span::before,
.sidebar .widget .with-checkbox li > a::before,
.sidebar .widget .with-checkbox li.empty span::before,
.sidebar .widget .yith-wcan-list li > a::before,
.sidebar .widget .yith-wcan-list li.empty span::before {
  content: "";
  position: absolute;
  border: 1px solid;
  border-radius: 3px;
  width: 18px;
  height: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 2px;
  color: #999;
  font-size: 0.7em;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  text-align: center;
  line-height: 16px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5) {
  .sidebar .widget .wc-layered-nav-term > a::before, .sidebar .widget .wc-layered-nav-term.empty span::before,
.sidebar .widget .with-checkbox li > a::before,
.sidebar .widget .with-checkbox li.empty span::before,
.sidebar .widget .yith-wcan-list li > a::before,
.sidebar .widget .yith-wcan-list li.empty span::before {
    text-indent: 0;
  }
}

.sidebar .widget .wc-layered-nav-term.chosen > a::before,
.sidebar .widget .with-checkbox li.chosen > a::before,
.sidebar .widget .yith-wcan-list li.chosen > a::before {
  content: "\f00c";
  color: #fff;
  background-color: var(--wolmart-primary-color, #2879FE);
  border-color: var(--wolmart-primary-color, #2879FE);
}

#yith-wcwl-popup-message {
  display: none !important;
}

.woocommerce-message .button {
  width: auto;
}

.woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  display: none;
}

.wcml-spinner {
  display: none;
}

.entry-summary .product_meta .wcml_currency_switcher {
  display: none;
}

.main-content > .woocommerce-info {
  padding-top: 1.8rem;
}

@media (min-width: 992px) {
  .left-sidebar.closed ~ .main-content > .woocommerce-info {
    padding-left: 10rem;
  }
}
.woocommerce .alert {
  margin-bottom: 2rem;
}
.woocommerce .alert + .alert {
  margin-top: -1rem;
}

.woocommerce .alert-success a:not(.btn),
.woocommerce .alert-success i {
  color: #799b5a;
}
.woocommerce .alert-danger a:not(.btn),
.woocommerce .alert-danger i {
  color: #a94442;
}
.woocommerce .alert-info a:not(.btn),
.woocommerce .alert-info i {
  color: #369;
}
.woocommerce .showcoupon + .btn-close,
.woocommerce .showlogin + .btn-close {
  display: none;
}

.blockOverlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff !important;
  opacity: 0.6 !important;
}

.woocommerce-cart .blockMsg,
.woocommerce-checkout .blockMsg {
  opacity: 0;
}

.woocommerce .add_to_wishlist .blockOverlay {
  background: transparent !important;
}

.woocommerce .blockUI.blockOverlay::before {
  background: none;
}

.yith_woocompare_colorbox #cboxTopCenter, .yith_woocompare_colorbox #cboxTopLeft, .yith_woocompare_colorbox #cboxTopRight, .yith_woocompare_colorbox #cboxMiddleLeft, .yith_woocompare_colorbox #cboxMiddleRight, .yith_woocompare_colorbox #cboxBottomLeft, .yith_woocompare_colorbox #cboxBottomCenter, .yith_woocompare_colorbox #cboxBottomRight {
  background: transparent;
  width: 0;
  height: 0;
}

.comment-form-rating {
  color: var(--wolmart-dark-color, #333);
  margin-bottom: 2.2rem;
}

.comment-respond .comment-form-cookies-consent {
  margin-bottom: 2rem;
}

.stars {
  display: inline-block;
  margin: 0 0 0 1rem;
  line-height: 1;
}
.comment-respond .stars {
  margin-bottom: 0;
  vertical-align: 1px;
}
.stars span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 1.2rem;
  font-size: 1.2rem;
}
.stars a {
  color: var(--wolmart-light-color, #ccc);
  text-indent: -9999px;
  width: 1.4rem;
}
.stars a:before {
  content: "";
  position: absolute;
  left: 0;
  height: 14px;
  line-height: 1;
  font-family: "wolmart";
  text-indent: 0;
  overflow: hidden;
  white-space: nowrap;
  letter-spacing: 0.2em;
}
.stars a.active:before,
.stars a:hover:before {
  content: "\e986" "\e986" "\e986" "\e986" "\e986";
  color: var(--wolmart-secondary-color, #d26e4b);
}
.stars .star-1 {
  z-index: 10;
}
.stars .star-2 {
  z-index: 9;
}
.stars .star-3 {
  z-index: 8;
}
.stars .star-4 {
  z-index: 7;
}
.stars .start-5 {
  z-index: 6;
}
.stars .star-1:before {
  width: 20%;
}
.stars .star-2:before {
  width: 40%;
}
.stars .star-3:before {
  width: 60%;
}
.stars .star-4:before {
  width: 80%;
}
.stars .star-5:before {
  content: "\e986" "\e986" "\e986" "\e986" "\e986";
}

@media (max-width: 320px) {
  .page-content .woocommerce-form-login .lost_password {
    margin-left: 0;
  }
}
.woocommerce-store-notice.demo_store {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 10;
  width: 300px;
  padding: 15px 10px;
  margin: 0;
  border: 1px solid #e1e1e1;
  border-radius: 2px;
  background: #fff;
  font-size: 13px;
  text-align: center;
}

/* 7. components */
/* -------------------------------------------
		Swiper
		Slider
---------------------------------------------- */
/**
 * Swiper
 */
.slider-container {
  overflow: hidden;
  position: static;
}

.slider-relative {
  position: relative;
}
.slider-relative > .slider-container {
  width: 100%;
}

.slider-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.slider-wrapper.row {
  width: calc(100% + 2 * var(--wolmart-gap));
}

.slider-container-initialized .slider-wrapper {
  overflow: visible;
}

.slider-container-android .slider-slide,
.slider-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.slider-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.slider-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.slider-container-autoheight, .slider-container-autoheight .slider-slide {
  height: auto;
}
.slider-container-autoheight .slider-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

/* Navigation */
.slider-button {
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: none;
  padding: 0;
  width: 1em;
  height: 2em;
  background: none;
  border-radius: 50%;
  font-size: 2.4rem;
  line-height: 0;
  cursor: pointer;
  color: #999;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.slider-button::before {
  content: "\e912";
  font-family: wolmart;
  margin: 0.3em 0 0 -0.2em;
}
.slider-button.disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.slider-button-prev {
  left: 0.7em;
}

.slider-button-next {
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  right: 0.7em;
}
.slider-button-next::before {
  content: "\e913";
  margin: 0.3em -0.1em 0 0;
}

.swiper-button-lock {
  display: none;
}

.slider-container-fade.slider-container-free-mode .slider-slide {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
.slider-container-fade .slider-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.slider-container-fade .slider-slide .slider-slide {
  pointer-events: none;
}
.slider-container-fade .slider-slide-active {
  pointer-events: auto;
}

/* Pagination */
.slider-pagination {
  position: absolute;
  left: 50%;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  bottom: -1rem;
  z-index: 10;
}
.slider-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Dots */
.slider-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 9rem;
  background: #000;
  opacity: 0.2;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.swiper-pagination-clickable .slider-pagination-bullet {
  cursor: pointer;
}
.slider-pagination-bullet.active {
  width: 18px;
  opacity: 1;
  background: var(--wolmart-primary-color, #2879FE);
}
.slider-pagination-bullet:first-child:last-child {
  display: none;
}

.slider-scrollbar-drag {
  position: relative;
  width: 100%;
  top: 0;
  left: 0;
  height: 4px;
  border-radius: 1rem;
  background: rgba(0, 0, 0, 0.2);
}

.slider-container-vertical .slider-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.slider-container-horizontal > .slider-pagination-bullets .slider-pagination-bullet {
  margin: 0 0.5rem;
}

@media (max-width: 1199px) {
  .touchable .wolmart-disable-mobile-slider *:not(.slider-container) > .slider-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .touchable .wolmart-disable-mobile-slider *:not(.slider-container) > .slider-wrapper::-webkit-scrollbar {
    height: 7px;
    width: 4px;
  }
  .touchable .wolmart-disable-mobile-slider *:not(.slider-container) > .slider-wrapper::-webkit-scrollbar-thumb {
    margin-right: 2px;
    background: rgba(0, 0, 0, 0);
    border-radius: 5px;
    cursor: pointer;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
  }
  .touchable .wolmart-disable-mobile-slider *:not(.slider-container) > .slider-wrapper:hover::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.25);
  }

  .touchable .wolmart-disable-mobile-slider .slider-wrapper.product-thumbs {
    display: none;
  }
}
.image-gallery figure {
  height: 100%;
}

.slider-image-gallery figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.slider-image-gallery img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.slider-image-org img {
  width: auto;
}

.slider-nav-circle .slider-button {
  width: 2em;
  border: 1px solid #ccc;
}

.slider-nav-full .slider-button {
  margin: 0;
  top: 0;
  height: 100%;
  -webkit-transform: none;
          transform: none;
  border: 0;
  font-weight: 400;
  font-size: 2.4rem;
  color: var(--wolmart-dark-color, #333);
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.slider-nav-full .slider-button:not(.disabled):hover {
  color: var(--wolmart-primary-color, #2879FE);
  background-color: rgba(255, 255, 255, 0.8);
}
.slider-nav-full .slider-button.disabled {
  visibility: hidden;
  opacity: 0;
}
.slider-nav-full .slider-button-prev {
  left: 0;
  -webkit-box-shadow: 4px 0px 7px -5px rgba(0, 0, 0, 0.2);
          box-shadow: 4px 0px 7px -5px rgba(0, 0, 0, 0.2);
}
.slider-nav-full .slider-button-next {
  right: 0;
  -webkit-box-shadow: -4px 0px 7px -5px rgba(0, 0, 0, 0.2);
          box-shadow: -4px 0px 7px -5px rgba(0, 0, 0, 0.2);
}
.slider-nav-full:hover .slider-button-prev {
  left: 0;
}
.slider-nav-full:hover .slider-button-next {
  right: 0;
}

@media (min-width: 1360px) {
  .slider-nav-outer .slider-button-prev {
    left: -1.5em;
  }

  .slider-nav-outer .slider-button-next {
    right: -1.5em;
  }
}
.slider-nav-top .slider-button {
  position: absolute;
  top: -4.7rem;
  left: auto;
  right: 0.5em;
  font-size: 1.6rem;
}

.slider-nav-bottom .slider-button {
  position: absolute;
  bottom: -2em;
  top: auto;
  left: auto;
  right: 0.5em;
}

.slider-nav-fade .slider-button {
  opacity: 0;
  -webkit-transition: opacity 0.3s, margin 0.3s;
  transition: opacity 0.3s, margin 0.3s;
}
.slider-nav-fade .slider-button-prev {
  margin-left: -2em;
}
.slider-nav-fade .slider-button-next {
  margin-right: -2em;
}
.slider-nav-fade.slider-nav-outer .slider-button-prev {
  margin-left: 2em;
}
.slider-nav-fade.slider-nav-outer .slider-button-next {
  margin-right: 2em;
}
.slider-nav-fade.slider-nav-full .slider-button-prev {
  margin-left: 0;
}
.slider-nav-fade.slider-nav-full .slider-button-next {
  margin-right: 0;
}
.slider-nav-fade:hover .slider-button {
  opacity: 1;
}
.slider-nav-fade:hover .slider-button.disabled {
  opacity: 0.35;
}
.slider-nav-fade:hover .slider-button-prev {
  margin-left: 0;
}
.slider-nav-fade:hover .slider-button-next {
  margin-right: 0;
}

.slider-dots-white .slider-pagination-bullet {
  background: #fff;
  border-color: #fff;
  opacity: 0.8;
}
.slider-dots-white .slider-pagination-bullet.active {
  background: #fff;
  border-color: #fff;
  opacity: 1;
}

.slider-dots-grey .slider-pagination-bullet {
  background: #efefef;
  border-color: #efefef;
}
.slider-dots-grey .slider-pagination-bullet.active {
  background: #999;
  border-color: #999;
}

.slider-dots-dark .slider-pagination-bullet {
  background: #a1a1a1;
  border-color: #a1a1a1;
}
.slider-dots-dark .slider-pagination-bullet.active {
  background: #333;
  border-color: #333;
}

.slider-dots-inner .slider-pagination {
  bottom: 2rem;
}

.slider-dots-outer .slider-pagination {
  bottom: -3rem;
}

.slider-wrapper .slide-animate {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
          transform: translate3d(0, 0, 0) scale(1);
  will-change: filter, transform, opacity;
  visibility: hidden;
  opacity: 0;
}
.slider-wrapper .slide-animate.show-content, .slider-wrapper .slide-animate.animated, .slider-wrapper .slide-animate.appear-animation-visible {
  visibility: visible;
  opacity: 1;
}

.slider-full-height .slider-slide {
  height: auto;
}

.slider-same-height > .slider-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.slider-same-height > .slider-wrapper > .slider-slide {
  height: auto;
}
.slider-same-height > .slider-wrapper > .slider-slide > :first-child {
  height: 100%;
}

.slider-container.slider-shadow {
  margin: -20px;
  padding: 20px;
  width: calc(100% + 40px);
  height: auto !important;
}

@media (max-width: 575px) {
  .slider-shadow .slider-wrapper {
    margin: -15px;
    padding: 15px;
  }
}
.slider-top > .slider-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.slider-middle > .slider-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider-bottom > .slider-wrapper {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.slider-thumb-dots {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  text-align: center;
  margin: -4rem auto 1rem;
}
.slider-thumb-dots .slider-pagination-bullet {
  position: relative;
  z-index: 1;
  border-radius: 50%;
  background: transparent;
  border: none;
  opacity: 1;
  padding: 0.3rem;
  width: 8rem;
  height: 8rem;
  vertical-align: middle;
}
.slider-thumb-dots .slider-pagination-bullet span {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  display: block;
  background-image: url("../images/placeholders/thumb-placeholder.jpg");
}
.slider-thumb-dots .slider-pagination-bullet:hover {
  cursor: pointer;
}
.slider-thumb-dots .slider-pagination-bullet {
  margin-right: 2.5rem;
}
.slider-thumb-dots button.slider-pagination-bullet:last-child {
  margin-right: 0;
}
.slider-thumb-dots img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.slider-thumb-dots.dots-bordered .slider-pagination-bullet {
  border: 2px solid var(--wolmart-light-color, #ccc);
  -webkit-transition: border 0.3s;
  transition: border 0.3s;
}
.slider-thumb-dots.dots-bordered .slider-pagination-bullet:hover, .slider-thumb-dots.dots-bordered .slider-pagination-bullet.active {
  border-color: var(--wolmart-primary-color, #2879FE);
}
.slider-dots-inner ~ .slider-thumb-dots {
  margin-top: -10rem;
}
.slider-thumb-dots.disabled {
  display: none;
}

/* -------------------------------------------
	No UiSlider
---------------------------------------------- */
.widget_price_filter form {
  position: relative;
}

.price_slider_wrapper {
  width: 100%;
}

.price_slider_amount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 1.5rem;
  padding-left: 2px;
}
.price_slider_amount .clear, .price_slider_amount input {
  display: none;
}

.ui-slider-horizontal {
  height: 23px;
}
.ui-slider-horizontal::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 10px;
  bottom: 11px;
  background: #eee;
}
.ui-slider-horizontal .ui-slider-range {
  top: 10px;
  height: 2px;
}

.ui-slider {
  position: relative;
  margin: 35px 7px 17px 9px;
}
.ui-slider .ui-slider-range {
  display: block;
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  border: 0;
  border-radius: 1em;
  background: var(--wolmart-primary-color, #2879FE);
}
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2rem;
  height: 1.2rem;
  background: var(--wolmart-primary-color, #2879FE);
  border-radius: 0.6rem;
  cursor: pointer;
  outline: 0;
  top: 6px;
  margin-left: -0.55rem;
}

/* -------------------------------------------
    Accordion
---------------------------------------------- */
.accordion {
  overflow: hidden;
}
.accordion .collapsed,
.accordion .expanding {
  display: none;
}

.card-header {
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1;
  color: var(--wolmart-dark-color, #333);
}
.card-header a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 1.8rem 0.5rem;
  -webkit-transition: color 0.3s, background-color 0.3s, border-color 0.3s;
  transition: color 0.3s, background-color 0.3s, border-color 0.3s;
}
.card-header a:hover, .card-header a.collapse {
  color: var(--wolmart-primary-color, #2879FE);
}

.card-header .opened,
.card-header .closed {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0.4rem;
}

.collapse .closed {
  display: none;
}

.expand .opened {
  display: none;
}

.card-body {
  padding: 1.3rem 0.5rem;
}

.accordion-simple .card {
  border-top: 1px solid #eee;
}
.accordion-simple .card:last-child {
  border-bottom: 1px solid #eee;
}

.accordion-boxed .card-header a,
.accordion-boxed .card-body {
  padding-left: 2rem;
  padding-right: 2rem;
}
.accordion-boxed .card-header .opened,
.accordion-boxed .card-header .closed {
  right: 2rem;
}

.accordion-border .card {
  border: solid #eee;
  border-width: 1px 1px 0;
}
.accordion-border .card:last-child {
  border-bottom: 1px solid #eee;
}

.accordion-boxed2 .card {
  border: 1px solid #dae1e5;
}
.accordion-boxed2 .card:not(:last-child) {
  margin-bottom: 10px;
}

.accordion-gutter-sm .card:not(:last-child) {
  margin-bottom: 2px;
}

/* -------------------------------------------
    Alert
        - Default
        - Simple Alert
        - Dark Alert
        - Icon Alert
        - Light Alert
        - Message Alert
        - Button Alert
        - Summary Alert
---------------------------------------------- */
.alert-round {
  border-radius: 3px;
}

.alert {
  position: relative;
  padding: 1.4rem 4.5rem 1.4rem 2rem;
  border: 1px solid var(--wolmart-dark-color, #333);
  font-size: 1.4rem;
  line-height: 1.75;
}
.alert strong {
  margin-right: 3px;
  text-transform: uppercase;
  font-weight: 600;
}
.alert .close-icon {
  width: 1.5rem;
  height: 1.5rem;
}
.alert .close-icon::before {
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
  height: 1px;
  top: calc(50% - 0.5px);
  background: var(--wolmart-dark-color, #333);
}
.alert .close-icon::after {
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
  width: 1px;
  left: calc(50% - 0.5px);
  background: var(--wolmart-dark-color, #333);
}
.alert .btn-close {
  display: inline-block;
  position: absolute;
  top: 50%;
  margin-top: -0.8rem;
  right: 2rem;
  line-height: 0;
}
.alert p, .alert ul {
  line-height: 1.85;
  font-size: 0.93em;
}

.alert-close-top .btn-close {
  top: 2.8rem;
}

.alert-title {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  margin-bottom: 0.6rem;
}
.alert-title i {
  margin-right: 0.8rem;
  font-size: 1.8rem;
  vertical-align: text-top;
}

.alert-info {
  border-color: #d7e8f8;
  color: #369;
}
.alert-info .close-icon::before,
.alert-info .close-icon::after {
  background-color: #369;
}

.alert-success {
  border-color: #c4df9b;
  color: #799b5a;
}
.alert-success .close-icon::before,
.alert-success .close-icon::after {
  background-color: #799b5a;
}

.alert-warning {
  border-color: #fff1d7;
  color: #ffa800;
}
.alert-warning .close-icon::before,
.alert-warning .close-icon::after {
  background-color: #ffa800;
}

.alert-danger {
  border-color: #f7e5e5;
  color: #a94442;
}
.alert-danger .close-icon::before,
.alert-danger .close-icon::after {
  background-color: #a94442;
}

.btn-close .close-icon::before, .btn-close .close-icon::after {
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.btn-close:hover .close-icon::before,
.btn-close:hover .close-icon::after {
  background-color: #000;
}

.alert-dark {
  background: var(--wolmart-dark-color, #333);
  color: #fff;
}
.alert-dark .btn-close .close-icon::before,
.alert-dark .btn-close .close-icon::after {
  background-color: #fff;
}

.alert-light.alert-info {
  background-color: #d7e8f8;
  border-color: #d7e8f8;
}
.alert-light.alert-success {
  background-color: #c4df9b;
  border-color: #c4df9b;
}
.alert-light.alert-warning {
  background-color: #fff1d7;
  border-color: #fff1d7;
}
.alert-light.alert-danger {
  background-color: #f7e5e5;
  border-color: #f7e5e5;
}

.alert-simple {
  background-color: transparent;
  border-style: dashed;
  border-color: #cacbcc;
}
.alert-simple.alert-info {
  border-color: #d7e8f8;
}
.alert-simple.alert-success {
  border-color: #c4df9b;
}
.alert-simple.alert-warning {
  border-color: #fff1d7;
}
.alert-simple.alert-danger {
  border-color: #f7e5e5;
}

.alert-icon {
  padding: 1.5rem 4.5rem 1.5rem 1.9rem;
}
.alert-icon > i {
  vertical-align: middle;
  margin-right: 1.2rem;
  line-height: 1;
  font-size: 2.4rem;
  font-weight: 600;
}

.alert-btn {
  padding: 1rem 4rem 1rem 1rem;
}
.alert-btn .btn:not(.btn-close) {
  margin-right: 1.5rem;
}

/* -------------------------------------------
    Animation
---------------------------------------------- */
.maskUp {
  -webkit-animation-name: maskUp;
          animation-name: maskUp;
}

.maskRight {
  -webkit-animation-name: maskRight;
          animation-name: maskRight;
}

.maskDown {
  -webkit-animation-name: maskDown;
          animation-name: maskDown;
}

.maskLeft {
  -webkit-animation-name: maskLeft;
          animation-name: maskLeft;
}

.fadeInUpShorter,
[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--fadeInUpShorter] {
  -webkit-animation-name: fadeInUpShorter;
          animation-name: fadeInUpShorter;
}

.fadeInRightShorter,
[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--fadeInRightShorter] {
  -webkit-animation-name: fadeInRightShorter;
          animation-name: fadeInRightShorter;
}

.fadeInLeftShorter,
[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--fadeInLeftShorter] {
  -webkit-animation-name: fadeInLeftShorter;
          animation-name: fadeInLeftShorter;
}

.fadeInDownShorter,
[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--fadeInDownShorter] {
  -webkit-animation-name: fadeInDownShorter;
          animation-name: fadeInDownShorter;
}

.blurIn,
[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--blurIn] {
  -webkit-animation-name: blurIn;
          animation-name: blurIn;
}

.grayOut {
  -webkit-animation-name: grayOut;
          animation-name: grayOut;
}

.dotPulse {
  -webkit-animation-name: dotPulse;
          animation-name: dotPulse;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
}

.brightIn {
  -webkit-animation-name: brightIn;
          animation-name: brightIn;
}

.appear-animate,
[data-vce-animate] {
  visibility: hidden;
  opacity: 0;
}

.appear-animation-visible,
[data-vcv-o-animated=true] {
  visibility: visible;
  opacity: 1;
}

.zoomInShorter {
  -webkit-animation-name: zoomInShorter;
          animation-name: zoomInShorter;
}

.slideZoomIn {
  -webkit-animation-name: slideZoomIn;
          animation-name: slideZoomIn;
}

@-webkit-keyframes maskUp {
  from {
    -webkit-transform: translate(0, 100%);
            transform: translate(0, 100%);
  }
  to {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes maskUp {
  from {
    -webkit-transform: translate(0, 100%);
            transform: translate(0, 100%);
  }
  to {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes maskRight {
  from {
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
  }
  to {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes maskRight {
  from {
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
  }
  to {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes maskDown {
  from {
    -webkit-transform: translate(0, -100%);
            transform: translate(0, -100%);
  }
  to {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes maskDown {
  from {
    -webkit-transform: translate(0, -100%);
            transform: translate(0, -100%);
  }
  to {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes maskLeft {
  from {
    -webkit-transform: translate(100%, 0);
            transform: translate(100%, 0);
  }
  to {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes maskLeft {
  from {
    -webkit-transform: translate(100%, 0);
            transform: translate(100%, 0);
  }
  to {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes fadeInUpShorter {
  from {
    opacity: 0;
    -webkit-transform: translate(0, 50px);
            transform: translate(0, 50px);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeInUpShorter {
  from {
    opacity: 0;
    -webkit-transform: translate(0, 50px);
            transform: translate(0, 50px);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@-webkit-keyframes fadeInRightShorter {
  from {
    opacity: 0;
    -webkit-transform: translate(50px, 0);
            transform: translate(50px, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeInRightShorter {
  from {
    opacity: 0;
    -webkit-transform: translate(50px, 0);
            transform: translate(50px, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@-webkit-keyframes fadeInLeftShorter {
  from {
    opacity: 0;
    -webkit-transform: translate(-50px, 0);
            transform: translate(-50px, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeInLeftShorter {
  from {
    opacity: 0;
    -webkit-transform: translate(-50px, 0);
            transform: translate(-50px, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@-webkit-keyframes fadeInDownShorter {
  from {
    opacity: 0;
    -webkit-transform: translate(0, -50px);
            transform: translate(0, -50px);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeInDownShorter {
  from {
    opacity: 0;
    -webkit-transform: translate(0, -50px);
            transform: translate(0, -50px);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@-webkit-keyframes blurIn {
  from {
    opacity: 0;
    -webkit-filter: blur(20px);
            filter: blur(20px);
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  to {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes blurIn {
  from {
    opacity: 0;
    -webkit-filter: blur(20px);
            filter: blur(20px);
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  to {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
    -webkit-transform: none;
            transform: none;
  }
}
@-webkit-keyframes grayOut {
  from {
    opacity: 1;
    -webkit-filter: grayscale(0);
            filter: grayscale(0);
  }
  15% {
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
  }
  to {
    opacity: 0;
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
  }
}
@keyframes grayOut {
  from {
    opacity: 1;
    -webkit-filter: grayscale(0);
            filter: grayscale(0);
  }
  15% {
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
  }
  to {
    opacity: 0;
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
  }
}
@-webkit-keyframes dotPulse {
  from {
    opacity: 1;
    -webkit-transform: scale(0.2);
            transform: scale(0.2);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes dotPulse {
  from {
    opacity: 1;
    -webkit-transform: scale(0.2);
            transform: scale(0.2);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}
@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}
@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}
@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}
@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}
@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}
@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}
@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}
@-webkit-keyframes flipInX {
  0% {
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(90deg);
            transform: perspective(400px) rotateX(90deg);
  }
  to {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}
@keyframes flipInX {
  0% {
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(90deg);
            transform: perspective(400px) rotateX(90deg);
  }
  to {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}
@-webkit-keyframes flipInY {
  0% {
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(90deg);
            transform: perspective(400px) rotateY(90deg);
  }
  to {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}
@keyframes flipInY {
  0% {
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(90deg);
            transform: perspective(400px) rotateY(90deg);
  }
  to {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}
@-webkit-keyframes flipOutX {
  0% {
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
  to {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(90deg);
            transform: perspective(400px) rotateX(90deg);
  }
}
@keyframes flipOutX {
  0% {
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
  to {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(90deg);
            transform: perspective(400px) rotateX(90deg);
  }
}
@-webkit-keyframes flipOutY {
  0% {
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
  to {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(90deg);
            transform: perspective(400px) rotateY(90deg);
  }
}
@keyframes flipOutY {
  0% {
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
  to {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(90deg);
            transform: perspective(400px) rotateY(90deg);
  }
}
@-webkit-keyframes brightIn {
  0% {
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    -webkit-filter: brightness(0%);
            filter: brightness(0%);
  }
  to {
    -webkit-filter: brightness(100%);
            filter: brightness(100%);
  }
}
@keyframes brightIn {
  0% {
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    -webkit-filter: brightness(0%);
            filter: brightness(0%);
  }
  to {
    -webkit-filter: brightness(100%);
            filter: brightness(100%);
  }
}
@-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;
  }
}
@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
            transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
            transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
            transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
            transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes slideZoomIn {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale3d(1.1, 1.1, 1);
            transform: scale3d(1.1, 1.1, 1);
    opacity: 1;
  }
}
@keyframes slideZoomIn {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale3d(1.1, 1.1, 1);
            transform: scale3d(1.1, 1.1, 1);
    opacity: 1;
  }
}
/* Ken Burns To Right */
@-webkit-keyframes kenBurnsToRight {
  from {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes kenBurnsToRight {
  from {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.kenBurnsToRight {
  -webkit-animation-name: kenBurnsToRight;
  animation-name: kenBurnsToRight;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-transform-origin: right;
          transform-origin: right;
}

/* Ken Burns To Left */
@-webkit-keyframes kenBurnsToLeft {
  from {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes kenBurnsToLeft {
  from {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.kenBurnsToLeft {
  -webkit-animation-name: kenBurnsToLeft;
  animation-name: kenBurnsToLeft;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-transform-origin: left;
          transform-origin: left;
}

/* Ken Burns To Left and Top */
.kenBurnsToLeftTop {
  -webkit-animation-name: kenBurnsToLeft;
  animation-name: kenBurnsToLeft;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

/* Ken Burns To Right and Top */
.kenBurnsToRightTop {
  -webkit-animation-name: kenBurnsToRight;
  animation-name: kenBurnsToRight;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

.particle-effect {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Snow Falling Effect */
.snowfall {
  background-image: url("../images/effects/s1.png"), url("../images/effects/s2.png"), url("../images/effects/s3.png");
  -webkit-animation: snow 10s linear infinite;
          animation: snow 10s linear infinite;
  z-index: 1;
}

@-webkit-keyframes snow {
  0% {
    background-position: 0px 0px, 0px 0px, 0px 0px;
  }
  50% {
    background-position: 500px 500px, 100px 300px, -200px 250px;
  }
  100% {
    background-position: 400px 800px, 300px 600px, -200px 400px;
  }
}

@keyframes snow {
  0% {
    background-position: 0px 0px, 0px 0px, 0px 0px;
  }
  50% {
    background-position: 500px 500px, 100px 300px, -200px 250px;
  }
  100% {
    background-position: 400px 800px, 300px 600px, -200px 400px;
  }
}
.effect-snow {
  background-image: url("../images/effects/s4.png"), url("../images/effects/s5.png");
  -webkit-animation: snowsecond 20s linear infinite;
          animation: snowsecond 20s linear infinite;
}

@-webkit-keyframes snowsecond {
  0% {
    background-position: 0px 0px, 0px 0px, 0px 0px;
  }
  100% {
    background-position: 500px 1000px, 400px 400px, 300px 300px;
  }
}

@keyframes snowsecond {
  0% {
    background-position: 0px 0px, 0px 0px, 0px 0px;
  }
  100% {
    background-position: 500px 1000px, 400px 400px, 300px 300px;
  }
}
.sparkle {
  background-image: url("../images/effects/sparkle1.png"), url("../images/effects/sparkle2.png");
  -webkit-animation: sparkle 60s linear infinite;
          animation: sparkle 60s linear infinite;
}

@-webkit-keyframes sparkle {
  0% {
    background-position: 0px 0px, 0px 0px, 0px 0px;
  }
  100% {
    background-position: -500px -1000px, -400px -400px, 300px 300px;
  }
}

@keyframes sparkle {
  0% {
    background-position: 0px 0px, 0px 0px, 0px 0px;
  }
  100% {
    background-position: -500px -1000px, -400px -400px, 300px 300px;
  }
}
/* -------------------------------------------
    Banner
        - Default
        - Hover Effect - Button Hide
        - Presets
---------------------------------------------- */
.banner {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  font-size: 1rem;
  border-radius: inherit;
}
.banner figure {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  width: 100%;
  height: 100%;
  border-radius: inherit;
}
.banner figure img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: inherit;
}
.banner .banner-content {
  position: relative;
}
.banner .banner-item {
  text-align: inherit;
}
.banner .divider-wrap {
  line-height: 0;
}
.banner .divider {
  display: inline-block;
  color: inherit;
}

.banner-img,
.banner-img img {
  min-height: inherit;
  max-height: inherit;
  -o-object-fit: cover;
     object-fit: cover;
}

.banner-item:last-child {
  margin-bottom: 0;
}

.banner-fixed > .container,
.banner-fixed > .container-fluid {
  position: absolute;
  z-index: 1;
}
.banner-fixed > .container .banner-content,
.banner-fixed > .container-fluid .banner-content {
  margin-left: 20px;
  margin-right: 20px;
}
.banner-fixed .banner-content {
  position: absolute;
  z-index: 1;
}
.banner-fixed > .container,
.banner-fixed > .container-fluid {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.banner-stretch,
.banner-stretch figure img {
  height: 100%;
}

.banner-full {
  height: 100vh;
}
.banner-full figure img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.t-none {
  -webkit-transform: translate(0, 0) !important;
          transform: translate(0, 0) !important;
}

.t-m {
  -webkit-transform: translateY(-50%) !important;
          transform: translateY(-50%) !important;
}

.t-c {
  -webkit-transform: translateX(-50%) !important;
          transform: translateX(-50%) !important;
}

.t-mc {
  -webkit-transform: translate(-50%, -50%) !important;
          transform: translate(-50%, -50%) !important;
}

@media (max-width: 767px) {
  .banner {
    font-size: 0.9rem;
  }
}
@media (max-width: 575px) {
  .banner {
    font-size: 0.8rem;
  }
}
@media (max-width: 479px) {
  .banner-fixed > .container > .banner-content,
.banner-fixed > .container-fluid > .banner-content {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.banner-item:not(a) {
  color: inherit;
}

.banner-content > p {
  font-size: 1.4em;
}

/* -------------------------------------------
    Blog
        - Default
        - Video
        - List
        - Image gap
        - Ovelay
        - Large
        - Filters
---------------------------------------------- */
.posts.text-left .post-cats,
.posts.text-left .post-meta {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.posts.text-center .post-cats,
.posts.text-center .post-meta {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.posts.text-right .post-cats,
.posts.text-right .post-meta {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.posts .wp-video-shortcode {
  height: auto;
}
.posts .post-meta {
  margin-bottom: 0.3rem;
}

.post-meta > span:last-of-type {
  margin-right: 2rem;
}

.post-meta > span:last-child {
  margin-right: 0;
}

.post .btn {
  font-size: 1.4rem;
  font-weight: 400;
  text-transform: capitalize;
  color: var(--wolmart-dark-color, #333);
}
.post .btn i {
  margin-left: 8px;
}
.post .btn i::before {
  margin: 0;
}
.post .post-details > *:last-child {
  margin-bottom: 0;
}
.post.sticky .post-title::after {
  content: "Sticky";
}
.post.format-video .post-title::after {
  content: "Video";
}
.post.sticky .post-title::after, .post.format-video .post-title::after {
  position: relative;
  top: -10px;
  padding: 0 4px;
  margin-left: 5px;
  border-radius: 2px;
  color: #fff;
  background-color: var(--wolmart-primary-color, #2879FE);
  font-size: 0.5em;
  font-weight: 400;
  letter-spacing: 0;
}

.post-calendar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 4.1rem;
  height: 4.2rem;
  color: var(--wolmart-dark-color, #333);
  background: #fff;
  font-weight: 600;
  line-height: 1;
}
.post-calendar .post-day {
  display: block;
  margin-bottom: 1px;
  font-size: 1.4rem;
}
.post-calendar .post-month {
  display: block;
  margin-left: 2px;
  font-size: 1rem;
}
.post-calendar + .post-details .post-meta {
  display: none;
}

.post-media {
  position: relative;
}
.post-media img {
  display: block;
  width: 100%;
}
.post-media .post-calendar {
  position: absolute;
  text-transform: uppercase;
  left: 1.5rem;
  top: 1.5rem;
}
.post-media .slider-pagination {
  bottom: 2.5rem;
}
.post-media .slider-pagination .slider-pagination-bullet span {
  border-color: #fff;
  background-color: transparent;
}
.post-media .slider-pagination .slider-pagination-bullet:hover span {
  border-color: #fff;
  background-color: #fff;
}

.post-details {
  padding: 0 0 2.5rem;
}
.post-media + .post-details, .post-media-carousel + .post-details {
  padding-top: 1.7rem;
}

.post-title {
  overflow: hidden;
  margin-bottom: 0.9rem;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.3;
  word-wrap: break-word;
  text-transform: none;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.post-title a:hover,
.post-title a:focus {
  color: var(--wolmart-primary-color, #2879FE);
}
.post-title.page-title {
  font-size: 3rem;
}

.post-content {
  color: var(--wolmart-body-color, #666);
  font-size: 1.3rem;
  line-height: 1.9;
  letter-spacing: -0.025em;
}
.post-content p {
  margin-top: 0;
  margin-bottom: 1.4rem;
}

.post-meta {
  margin-bottom: 0.7rem;
  font-size: 1.4rem;
  line-height: 1.5;
}
.post-meta .post-author + *:before {
  content: "-";
  margin: 0 4px;
}
.post-meta mark {
  -webkit-transition: inherit;
  transition: inherit;
  background-color: transparent;
}
.post-meta mark {
  font-weight: 600;
}
.post-meta a,
.post-meta mark {
  color: var(--wolmart-dark-color, #333);
}
.post-meta a:hover,
.post-meta a:focus {
  color: var(--wolmart-primary-color, #2879FE);
}
.post-meta .post-author {
  color: #999;
  font-size: 1.3rem;
}
.post-meta .post-author a {
  font-size: 1.077em;
  font-weight: 600;
}
.post-meta .comments-link {
  color: #999;
}
.post-meta .comments-link:hover mark {
  color: var(--wolmart-primary-color, #2879FE);
}
.post-meta .comments-link:before {
  content: "\e92e";
  display: inline-block;
  margin-right: 0.8rem;
  vertical-align: middle;
  font-family: "wolmart";
  font-size: 1.16em;
  line-height: 1;
  margin-top: -2px;
}

.post-cats {
  line-height: 1.2;
}
.post-cats a {
  color: #999;
}
.post-cats a:not(:first-child) {
  margin-left: 5px;
}
.post-cats a:hover {
  color: var(--wolmart-primary-color-hover, #3c78b3);
}

.post-sm .post-details {
  padding: 2.2rem 0.3rem 2rem;
}

.post-meta,
.post-cats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.post .mejs-overlay-button {
  background: none;
  border: 2px solid #fff;
  border-radius: 50%;
  font-family: "Font Awesome 5 Free";
  font-size: 1.8rem;
  font-weight: 600;
  color: #fff;
  text-align: center;
  -webkit-transition: background 0.3s, color 0.3s, opacity 0.3s, -webkit-box-shadow 0.3s;
  transition: background 0.3s, color 0.3s, opacity 0.3s, -webkit-box-shadow 0.3s;
  transition: background 0.3s, color 0.3s, box-shadow 0.3s, opacity 0.3s;
  transition: background 0.3s, color 0.3s, box-shadow 0.3s, opacity 0.3s, -webkit-box-shadow 0.3s;
}
.post .mejs-overlay-button:hover {
  -webkit-box-shadow: 0px 0px 0px 15px rgba(255, 255, 255, 0.2);
          box-shadow: 0px 0px 0px 15px rgba(255, 255, 255, 0.2);
  background: #fff;
  color: var(--wolmart-primary-color, #2879FE);
}
.post .mejs-overlay-button::before {
  content: "\f04b";
  margin-left: 4px;
}
.posts .post .mejs-overlay-button {
  width: 4rem;
  height: 4rem;
  line-height: 3.6rem;
}
.post .mejs-overlay-button, .post.post-full .mejs-overlay-button {
  width: 6.8rem;
  height: 6.8rem;
  line-height: 6.4rem;
}

.post-list img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  min-height: 100%;
}
.post-list .post-details {
  padding: 2rem 0;
}
.post-list .post-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}
.post-list .post-media > a {
  width: 100%;
}

@media (min-width: 576px) {
  .post-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .post-list .post-media {
    margin-right: 2rem;
    width: calc(50% - 1rem);
    max-width: 400px;
  }
  .post-list .post-details {
    width: calc(50% - 1rem);
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.post-list-xs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.post-list-xs .post-details {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 0 0 2rem;
  padding: 0;
}
.post-list-xs .post-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 0;
  text-transform: none;
  font-size: inherit;
  font-weight: 400;
  line-height: 1.69;
  color: inherit;
  white-space: normal;
}

.post-widget {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.post-widget .post-media {
  width: 8rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8rem;
          flex: 0 0 8rem;
}
.post-widget .post-details {
  padding: 0;
}
.post-widget .post-details:not(:first-child) {
  margin-left: 1.6rem;
}
.post-widget .post-title {
  margin-bottom: 0;
  white-space: normal;
  text-transform: none;
  font-weight: 500;
  line-height: 1.43;
}
.post-widget .post-meta,
.post-widget .post-title {
  font-size: 1.3rem;
}
.post-widget .post-meta {
  color: #666;
}
.post-widget .post-details .post-meta span a {
  color: inherit;
}

.post-mask {
  position: relative;
}
.post-mask::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(125, 185, 232, 0)), to(#000));
  background: linear-gradient(to bottom, rgba(125, 185, 232, 0) 0%, #000 100%);
  opacity: 0.75;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 1;
}
.post-mask .post-details {
  position: absolute;
  padding: 0;
  left: 3rem;
  right: 3rem;
  bottom: 2.4rem;
  z-index: 2;
}
.post-mask .post-details a {
  color: #fff;
}
.post-mask .post-details a:hover {
  color: #fff;
  text-decoration: underline;
}
.post-mask .post-calendar {
  z-index: 3;
}
.post-mask .post-title {
  white-space: normal;
  color: #fff;
}
.post-mask:hover .post-media a::before {
  opacity: 0.1;
}
.post-mask .post-author,
.post-mask .post-meta,
.post-mask .post-cats,
.post-mask .post-author + *:before {
  color: #ebebeb;
}
.post-mask mark,
.post-mask .comments-link:hover mark {
  color: #fff;
}
.post-mask .post-details {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  will-change: transform;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.post-mask .post-meta-visible {
  position: absolute;
  bottom: 100%;
}
.post-mask .post-meta {
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.post-mask:hover .post-details {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.post-mask:hover .post-meta:last-child {
  opacity: 1;
}

ul.blog-filters {
  text-transform: capitalize;
  font-weight: 600;
  color: var(--wolmart-dark-color, #333);
}
ul.blog-filters li {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.blog-filters {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.blog-filters span {
  margin-left: 10px;
  color: #aaa;
}
.blog-filters li {
  padding: 0;
  margin-right: 0.8rem;
  border-bottom: 2px solid transparent;
  line-height: 2.143;
}

.posts.grid:not(.masonry) .post-wrap {
  margin-bottom: 0;
}
.posts.grid:not(.masonry) .post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.posts.grid:not(.masonry) .post-media {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 0;
}
.posts.grid:not(.masonry) .post-media > a {
  display: block;
  height: 100%;
}
.posts.grid:not(.masonry) .post-media img {
  height: 100%;
}

.post-media-carousel .slider-pagination {
  bottom: 2.5rem;
}

.posts .post-wrap,
.posts-col .post-wrap {
  margin-bottom: 2rem;
}

.thumbnail-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
}

.post-tags > a,
.sidebar .tagcloud > a {
  display: inline-block;
  margin: 5px 10px 5px 0;
  padding: 5px 9px;
  font-size: 1.3rem;
  border: 1px solid var(--wolmart-light-color, #ccc);
  color: var(--wolmart-body-color, #666);
  line-height: 1.35;
  -webkit-transition: color 0.3s, border-color 0.3s;
  transition: color 0.3s, border-color 0.3s;
  text-transform: capitalize;
}
.post-tags > a:hover, .post-tags > a:focus,
.sidebar .tagcloud > a:hover,
.sidebar .tagcloud > a:focus {
  color: var(--wolmart-primary-color, #2879FE);
  border-color: var(--wolmart-primary-color, #2879FE);
}

.widget-posts.slider-container {
  position: relative;
}

.widget-posts-nav .posts-nav li.active a {
  color: var(--wolmart-primary-color, #2879FE);
}

/* -------------------------------------------
	Brands
------------------------------------------- */
.brand-widget {
  margin-bottom: 2rem;
}
.brand-widget .brand-name {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
}
.brand-widget .ratings-container {
  line-height: 1;
  margin-top: 1rem;
  font-size: 1.2rem;
}

.brand-widget-2 .brand-product-media {
  max-width: 19rem;
  width: 100%;
  height: auto;
  margin: auto !important;
  border: 0px solid #fff;
}
.brand-widget-2 .brand-product-media img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.brand-widget-2.brand-widget-circle .brand-product-media {
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: border-width 0.15s, -webkit-box-shadow 0.15s;
  transition: border-width 0.15s, -webkit-box-shadow 0.15s;
  transition: border-width 0.15s, box-shadow 0.15s;
  transition: border-width 0.15s, box-shadow 0.15s, -webkit-box-shadow 0.15s;
}
.brand-widget-2 .brand-name {
  margin-top: 1.7rem;
  letter-spacing: -0.025em;
  text-align: center;
}
.brand-widget-2 .brand-product-media:hover {
  border-width: 8px;
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
}
.brand-widget-2 .ratings-container {
  margin-top: 2rem;
  text-align: center;
}
.brand-widget-2 .ratings-container .star-rating {
  margin-right: 0;
}

.brand-widget-3 {
  padding: 2rem;
  border: 1px solid #e5e5e5;
  -webkit-transition: border-color 0.35s;
  transition: border-color 0.35s;
}
.brand-widget-3:hover {
  border-color: var(--wolmart-primary-color, #2879FE);
}
.brand-widget-3 .brand-info {
  max-width: calc(100% - 7rem);
  margin-left: 1rem;
}
.brand-widget-3 .brand-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.brand-widget-3 .brand-products {
  margin-top: 2rem;
}
.brand-widget-3 .brand-name {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.5rem;
  text-overflow: ellipsis;
  text-transform: capitalize;
  margin-bottom: 0;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.brand-widget-3 .brand-product-count {
  font-size: 1.2rem;
  font-weight: 400;
  color: var(--wolmart-body-color, #666);
  white-space: nowrap;
}
.brand-widget-3 .brand-logo {
  max-width: 7rem;
  height: auto;
}
.brand-widget-3 .brand-logo > img {
  -o-object-fit: cover;
     object-fit: cover;
}
.brand-widget-3 .ratings-container {
  margin-top: 0.5rem;
}

/* -------------------------------------------
    Buttons
        - Button
            - Default
            - Solid
        - Outline Button
        - Icon Button
            - Icon Button
            - Reveal Button
            - Slide Button
        - Shadow Button
        - Underline Button
        - Link Button
        - Other Button Styles
        - Button Color Styles
---------------------------------------------- */
.btn {
  display: inline-block;
  border: 2px solid #eee;
  background-color: #eee;
  color: var(--wolmart-dark-color, #333);
  outline: 0;
  border-radius: 0;
  padding: 1.3rem 2.7rem;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
  -webkit-transition: color 0.3s, border-color 0.3s, background-color 0.3s, -webkit-box-shadow 0.3s;
  transition: color 0.3s, border-color 0.3s, background-color 0.3s, -webkit-box-shadow 0.3s;
  transition: color 0.3s, border-color 0.3s, background-color 0.3s, box-shadow 0.3s;
  transition: color 0.3s, border-color 0.3s, background-color 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
  white-space: nowrap;
  cursor: pointer;
}
.btn:hover, .btn:active, .btn:focus {
  color: var(--wolmart-dark-color, #333);
  border-color: gainsboro;
  background-color: gainsboro;
}
.btn i {
  display: inline-block;
  margin-left: 0.4rem;
  font-size: 1.3em;
  vertical-align: -0.15em;
  line-height: 0;
}

.btn-solid {
  background-color: #fff;
  border-color: #fff;
  color: var(--wolmart-dark-color, #333);
}
.btn-solid:hover, .btn-solid:active, .btn-solid:focus {
  border-color: var(--wolmart-dark-color, #333);
  background-color: var(--wolmart-dark-color, #333);
  color: #fff;
}

.btn-outline {
  border: 2px solid #eee;
  color: var(--wolmart-body-color, #666);
  background-color: transparent;
}
.btn-outline:hover, .btn-outline:active, .btn-outline:focus {
  border-color: var(--wolmart-body-color, #666);
  background-color: var(--wolmart-body-color, #666);
  color: #fff;
}
.btn-outline.btn-outline-light {
  padding: 1.07em 2.21em;
  border-width: 1px;
}
.btn-outline.btn-bg {
  color: #fff;
}

.btn-default {
  color: var(--wolmart-dark-color, #333);
  border-color: var(--wolmart-light-color, #ccc);
  background-color: var(--wolmart-light-color, #ccc);
}
.btn-default.disabled {
  border-color: var(--wolmart-light-color, #ccc);
  background-color: var(--wolmart-light-color, #ccc);
}
.btn-default.btn-outline {
  background-color: transparent;
}
.btn-default:hover, .btn-default:focus, .btn-default:active {
  color: var(--wolmart-dark-color, #333);
  border-color: #e1e1e1;
  background-color: #e1e1e1;
}

.btn-icon-right > i {
  margin-left: 0.7rem;
}

.btn-icon-left > i {
  margin-right: 0.7rem;
}

.btn-icon > i {
  margin: 0;
  line-height: 1;
}

.btn-reveal-left i {
  opacity: 0;
  margin-left: -1em;
  -webkit-transform: translateX(0.5em);
          transform: translateX(0.5em);
  margin-right: 0;
  -webkit-transition: opacity 0.3s, margin 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, margin 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s, margin 0.3s;
  transition: transform 0.3s, opacity 0.3s, margin 0.3s, -webkit-transform 0.3s;
}
.btn-reveal-left:hover i, .btn-reveal-left:active i, .btn-reveal-left:focus i {
  opacity: 1;
  margin-left: 0;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  margin-right: 0.7rem;
}

.btn-reveal-right i {
  opacity: 0;
  margin-right: -1em;
  -webkit-transform: translateX(-0.5em);
          transform: translateX(-0.5em);
  margin-left: 0;
  -webkit-transition: opacity 0.3s, margin 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, margin 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s, margin 0.3s;
  transition: transform 0.3s, opacity 0.3s, margin 0.3s, -webkit-transform 0.3s;
}
.btn-reveal-right:hover i, .btn-reveal-right:active i, .btn-reveal-right:focus i {
  opacity: 1;
  margin-left: 0.7rem;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  margin-right: 0;
}

@-webkit-keyframes slideLeft {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-0.5em);
            transform: translateX(-0.5em);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes slideLeft {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-0.5em);
            transform: translateX(-0.5em);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.btn-slide-left:hover i, .btn-slide-left:active i, .btn-slide-left:focus i {
  -webkit-animation: 0.5s ease slideLeft;
          animation: 0.5s ease slideLeft;
}

@-webkit-keyframes slideRight {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(0.5em);
            transform: translateX(0.5em);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes slideRight {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(0.5em);
            transform: translateX(0.5em);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.btn-slide-right:hover i, .btn-slide-right:active i, .btn-slide-right:focus i {
  -webkit-animation: 0.5s ease slideRight;
          animation: 0.5s ease slideRight;
}

@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-0.5em);
            transform: translateY(-0.5em);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes slideUp {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-0.5em);
            transform: translateY(-0.5em);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.btn-slide-up:hover i, .btn-slide-up:active i, .btn-slide-up:focus i {
  -webkit-animation: 0.5s ease slideUp;
          animation: 0.5s ease slideUp;
}

@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(0.5em);
            transform: translateY(0.5em);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes slideDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(0.5em);
            transform: translateY(0.5em);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.btn-slide-down:hover i, .btn-slide-down:active i, .btn-slide-down:focus i {
  -webkit-animation: 0.5s ease slideDown;
          animation: 0.5s ease slideDown;
}

.btn-infinite:hover i {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.btn.btn-shadow-lg {
  -webkit-box-shadow: 0 13px 20px -10px rgba(0, 0, 0, 0.15);
          box-shadow: 0 13px 20px -10px rgba(0, 0, 0, 0.15);
}
.btn.btn-shadow-lg:hover, .btn.btn-shadow-lg:active, .btn.btn-shadow-lg:focus {
  -webkit-box-shadow: 0 13px 20px -10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 13px 20px -10px rgba(0, 0, 0, 0.2);
}

.btn.btn-shadow {
  -webkit-box-shadow: 0 15px 20px -15px rgba(0, 0, 0, 0.15);
          box-shadow: 0 15px 20px -15px rgba(0, 0, 0, 0.15);
}
.btn.btn-shadow:hover, .btn.btn-shadow:active, .btn.btn-shadow:focus {
  -webkit-box-shadow: 0 15px 20px -15px rgba(0, 0, 0, 0.2);
          box-shadow: 0 15px 20px -15px rgba(0, 0, 0, 0.2);
}

.btn.btn-shadow-sm {
  -webkit-box-shadow: 0 17px 20px -20px rgba(0, 0, 0, 0.15);
          box-shadow: 0 17px 20px -20px rgba(0, 0, 0, 0.15);
}
.btn.btn-shadow-sm:hover, .btn.btn-shadow-sm:active, .btn.btn-shadow-sm:focus {
  -webkit-box-shadow: 0 17px 20px -20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 17px 20px -20px rgba(0, 0, 0, 0.2);
}

.btn-underline:hover::after, .btn-underline.active::after, .btn-underline:focus::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.btn-underline::after {
  display: block;
  margin-top: 3px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 3px;
  border-top: 1px solid;
  border-bottom: 2px solid;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  content: "";
}

.btn-underline.sm::after {
  width: 46%;
}

.btn-underline.lg::after {
  margin-left: -16.5%;
  margin-right: -16.5%;
  width: 133%;
}

.btn-link {
  padding: 0;
  color: var(--wolmart-dark-color, #333);
  border: 0;
}
.btn-link, .btn-link:hover, .btn-link.active, .btn-link:focus {
  background-color: transparent;
}

.btn-load {
  position: relative;
  left: 50%;
  border-radius: 3px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-bottom: 2rem;
}

.product-archive + .btn-load {
  margin-top: 3rem;
}

.btn-rounded, .btn-rounded::before, .btn-rounded::after {
  border-radius: 3px;
}

.btn-ellipse, .btn-ellipse::before, .btn-ellipse::after {
  border-radius: 100px;
}

.btn.btn-block {
  display: block;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
.btn.btn-lg {
  font-size: 1.8rem;
  padding: 1.7rem 3.3rem;
}
.btn.btn-xl {
  font-size: 2.4rem;
  padding: 2rem 4.2rem;
}
.btn.btn-md {
  padding: 1.2rem 1.9rem;
  font-size: 1.4rem;
}
.btn.btn-sm {
  font-size: 1.3rem;
  padding: 1rem 1.8rem;
}
.btn.btn-link {
  padding: 0;
}
.btn.btn-border-thin {
  border-width: 1px;
  padding: 1em 2em;
}

.btn-primary {
  color: #fff;
  border-color: var(--wolmart-primary-color, #2879FE);
  background-color: var(--wolmart-primary-color, #2879FE);
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  color: #fff;
  border-color: var(--wolmart-primary-color-hover, ligthen(#2879FE, 10%));
  background-color: var(--wolmart-primary-color-hover, ligthen(#2879FE, 10%));
}
.btn-primary.btn-solid {
  color: var(--wolmart-primary-color, #2879FE);
  border-color: #fff;
  background-color: #fff;
}
.btn-primary.btn-solid:hover, .btn-primary.btn-solid:active, .btn-primary.btn-solid:focus {
  border-color: var(--wolmart-primary-color, #2879FE);
  background-color: var(--wolmart-primary-color, #2879FE);
  color: #fff;
}
.btn-primary.btn-outline {
  color: var(--wolmart-primary-color, #2879FE);
  border-color: var(--wolmart-primary-color, #2879FE);
  background-color: transparent;
}
.btn-primary.btn-outline:hover, .btn-primary.btn-outline:active, .btn-primary.btn-outline:focus {
  background-color: var(--wolmart-primary-color, #2879FE);
  color: #fff;
}
.btn-primary.btn-link {
  background-color: transparent;
  color: var(--wolmart-primary-color, #2879FE);
}
.btn-primary.btn-link:hover, .btn-primary.btn-link:active, .btn-primary.btn-link:focus {
  color: var(--wolmart-dark-color, #333);
}
.btn-primary.btn-underline:hover, .btn-primary.btn-underline:active, .btn-primary.btn-underline:focus {
  color: var(--wolmart-primary-color, #2879FE);
}

.btn-secondary {
  color: #fff;
  border-color: var(--wolmart-secondary-color, #f93);
  background-color: var(--wolmart-secondary-color, #f93);
}
.btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus {
  color: #fff;
  border-color: var(--wolmart-secondary-color-hover, ligthen(#f93, 10%));
  background-color: var(--wolmart-secondary-color-hover, ligthen(#f93, 10%));
}
.btn-secondary.btn-solid {
  color: var(--wolmart-secondary-color, #f93);
  border-color: #fff;
  background-color: #fff;
}
.btn-secondary.btn-solid:hover, .btn-secondary.btn-solid:active, .btn-secondary.btn-solid:focus {
  border-color: var(--wolmart-secondary-color, #f93);
  background-color: var(--wolmart-secondary-color, #f93);
  color: #fff;
}
.btn-secondary.btn-outline {
  color: var(--wolmart-secondary-color, #f93);
  border-color: var(--wolmart-secondary-color, #f93);
  background-color: transparent;
}
.btn-secondary.btn-outline:hover, .btn-secondary.btn-outline:active, .btn-secondary.btn-outline:focus {
  background-color: var(--wolmart-secondary-color, #f93);
  color: #fff;
}
.btn-secondary.btn-link {
  background-color: transparent;
  color: var(--wolmart-secondary-color, #f93);
}
.btn-secondary.btn-link:hover, .btn-secondary.btn-link:active, .btn-secondary.btn-link:focus {
  color: var(--wolmart-dark-color, #333);
}
.btn-secondary.btn-underline:hover, .btn-secondary.btn-underline:active, .btn-secondary.btn-underline:focus {
  color: var(--wolmart-secondary-color, #f93);
}

.btn-success {
  color: #fff;
  border-color: #799b5a;
  background-color: #799b5a;
}
.btn-success:hover, .btn-success:active, .btn-success:focus {
  color: #fff;
  border-color: #93b078;
  background-color: #93b078;
}
.btn-success.btn-solid {
  color: #799b5a;
  border-color: #fff;
  background-color: #fff;
}
.btn-success.btn-solid:hover, .btn-success.btn-solid:active, .btn-success.btn-solid:focus {
  border-color: #799b5a;
  background-color: #799b5a;
  color: #fff;
}
.btn-success.btn-outline {
  color: #799b5a;
  border-color: #799b5a;
  background-color: transparent;
}
.btn-success.btn-outline:hover, .btn-success.btn-outline:active, .btn-success.btn-outline:focus {
  background-color: #799b5a;
  color: #fff;
}
.btn-success.btn-link {
  background-color: transparent;
  color: #799b5a;
}
.btn-success.btn-link:hover, .btn-success.btn-link:active, .btn-success.btn-link:focus {
  color: var(--wolmart-dark-color, #333);
}
.btn-success.btn-underline:hover, .btn-success.btn-underline:active, .btn-success.btn-underline:focus {
  color: #799b5a;
}

.btn-warning {
  color: #fff;
  border-color: #ffa800;
  background-color: #ffa800;
}
.btn-warning:hover, .btn-warning:active, .btn-warning:focus {
  color: #fff;
  border-color: #ffb933;
  background-color: #ffb933;
}
.btn-warning.btn-solid {
  color: #ffa800;
  border-color: #fff;
  background-color: #fff;
}
.btn-warning.btn-solid:hover, .btn-warning.btn-solid:active, .btn-warning.btn-solid:focus {
  border-color: #ffa800;
  background-color: #ffa800;
  color: #fff;
}
.btn-warning.btn-outline {
  color: #ffa800;
  border-color: #ffa800;
  background-color: transparent;
}
.btn-warning.btn-outline:hover, .btn-warning.btn-outline:active, .btn-warning.btn-outline:focus {
  background-color: #ffa800;
  color: #fff;
}
.btn-warning.btn-link {
  background-color: transparent;
  color: #ffa800;
}
.btn-warning.btn-link:hover, .btn-warning.btn-link:active, .btn-warning.btn-link:focus {
  color: var(--wolmart-dark-color, #333);
}
.btn-warning.btn-underline:hover, .btn-warning.btn-underline:active, .btn-warning.btn-underline:focus {
  color: #ffa800;
}

.btn-danger {
  color: #fff;
  border-color: #a94442;
  background-color: #a94442;
}
.btn-danger:hover, .btn-danger:active, .btn-danger:focus {
  color: #fff;
  border-color: #c0605e;
  background-color: #c0605e;
}
.btn-danger.btn-solid {
  color: #a94442;
  border-color: #fff;
  background-color: #fff;
}
.btn-danger.btn-solid:hover, .btn-danger.btn-solid:active, .btn-danger.btn-solid:focus {
  border-color: #a94442;
  background-color: #a94442;
  color: #fff;
}
.btn-danger.btn-outline {
  color: #a94442;
  border-color: #a94442;
  background-color: transparent;
}
.btn-danger.btn-outline:hover, .btn-danger.btn-outline:active, .btn-danger.btn-outline:focus {
  background-color: #a94442;
  color: #fff;
}
.btn-danger.btn-link {
  background-color: transparent;
  color: #a94442;
}
.btn-danger.btn-link:hover, .btn-danger.btn-link:active, .btn-danger.btn-link:focus {
  color: var(--wolmart-dark-color, #333);
}
.btn-danger.btn-underline:hover, .btn-danger.btn-underline:active, .btn-danger.btn-underline:focus {
  color: #a94442;
}

.btn-dark {
  color: #fff;
  border-color: var(--wolmart-dark-color, #333);
  background-color: var(--wolmart-dark-color, #333);
}
.btn-dark:hover, .btn-dark:active, .btn-dark:focus {
  color: #fff;
  border-color: var(--wolmart-dark-color-hover, ligthen(#333, 10%));
  background-color: var(--wolmart-dark-color-hover, ligthen(#333, 10%));
}
.btn-dark.btn-solid {
  color: var(--wolmart-dark-color, #333);
  border-color: #fff;
  background-color: #fff;
}
.btn-dark.btn-solid:hover, .btn-dark.btn-solid:active, .btn-dark.btn-solid:focus {
  border-color: var(--wolmart-dark-color, #333);
  background-color: var(--wolmart-dark-color, #333);
  color: #fff;
}
.btn-dark.btn-outline {
  color: var(--wolmart-dark-color, #333);
  border-color: var(--wolmart-dark-color, #333);
  background-color: transparent;
}
.btn-dark.btn-outline:hover, .btn-dark.btn-outline:active, .btn-dark.btn-outline:focus {
  background-color: var(--wolmart-dark-color, #333);
  color: #fff;
}
.btn-dark.btn-link {
  background-color: transparent;
  color: var(--wolmart-dark-color, #333);
}
.btn-dark.btn-link:hover, .btn-dark.btn-link:active, .btn-dark.btn-link:focus {
  color: var(--wolmart-dark-color, #333);
}
.btn-dark.btn-underline:hover, .btn-dark.btn-underline:active, .btn-dark.btn-underline:focus {
  color: var(--wolmart-dark-color, #333);
}

.btn-white {
  color: var(--wolmart-dark-color, #333);
  background-color: #fff;
  border-color: #fff;
}
.btn-white:hover, .btn-white:active, .btn-white:focus {
  color: #fff;
  border-color: var(--wolmart-primary-color, #2879FE);
  background-color: var(--wolmart-primary-color, #2879FE);
}
.btn-white.btn-outline {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}
.btn-white.btn-outline:hover, .btn-white.btn-outline:active, .btn-white.btn-outline:focus {
  color: var(--wolmart-primary-color, #2879FE);
  background-color: #fff;
}
.btn-white.btn-link {
  color: #fff;
  background-color: transparent;
}
.btn-white.btn-link:hover, .btn-white.btn-link:active, .btn-white.btn-link:focus {
  color: #fff;
  background-color: transparent;
}

.btn.disabled, .button.disabled, .btn[disabled], .button[disabled] {
  background-color: #eee;
  color: var(--wolmart-body-color, #666);
  border-color: #eee;
  -webkit-box-shadow: none;
          box-shadow: none;
  pointer-events: initial;
  cursor: not-allowed;
}
.btn.disabled.btn-outline, .button.disabled.btn-outline, .btn[disabled].btn-outline, .button[disabled].btn-outline {
  background-color: transparent;
  color: #999;
}

.video-popup .btn-video-iframe,
.btn-video-player {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* -------------------------------------------
    Categories
        Base
        - Default Type
        - Classic Type
        - Icon Type
        - Ellipse Type
        - Group Type
            - Image
            - Icon
        - Banner Type
        - Badge Type
        - Overlay Category
        - Block Type
---------------------------------------------- */
.product-category {
  position: relative;
  font-size: 1rem;
}
.product-category figure {
  text-align: center;
}
.product-category img {
  display: block;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.product-category mark {
  color: inherit;
  background: transparent;
  font-size: 1.2rem;
  line-height: 1.2;
}
.product-category .btn {
  color: inherit;
}
.product-category i {
  display: inline-block;
  font-size: 4.2rem;
  color: var(--wolmart-body-color, #666);
  margin-bottom: 1.5rem;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.product-category.content-left .category-content {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: left;
}
.product-category.content-center .category-content {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.product-category.content-right .category-content {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  text-align: right;
}

.woocommerce-loop-category__title {
  margin-bottom: 0.2rem;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.2;
  color: inherit;
}
.woocommerce-loop-category__title a {
  color: inherit;
}

.category-wrap {
  margin-bottom: 2rem;
}

.category-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

.cat-type-absolute .category-content {
  cursor: pointer;
  position: absolute;
  bottom: 0;
  left: 0;
  width: auto;
  min-height: 50px;
}

.cat-type-default {
  overflow: hidden;
}
.cat-type-default .category-content {
  padding: 1.8rem 0;
  left: 10px;
  right: 10px;
  bottom: 10px;
  background: #fff;
  color: var(--wolmart-dark-color, #333);
}
.cat-type-default .woocommerce-loop-category__title {
  margin-bottom: 0;
}
.cat-type-default.active .category-content, .cat-type-default:hover .category-content {
  background: var(--wolmart-primary-color, #2879FE);
  color: #fff;
}
.cat-type-default mark {
  margin-bottom: 0.5rem;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.cat-type-classic.product {
  color: #fff;
}
.cat-type-classic.product .category-content {
  border-radius: 0;
}
.cat-type-classic mark {
  display: block;
  opacity: 0;
  line-height: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.2s, line-height 0.2s, visibility 0.2s, padding 0.2s;
  transition: opacity 0.2s, line-height 0.2s, visibility 0.2s, padding 0.2s;
}
.cat-type-classic .woocommerce-loop-category__title {
  margin-bottom: 0;
  text-transform: uppercase;
  -webkit-transition: line-height 0.2s;
  transition: line-height 0.2s;
}
.cat-type-classic .category-content {
  width: 100%;
  height: 20%;
  background-color: rgba(38, 38, 38, 0.8);
}
.cat-type-classic.active .woocommerce-loop-category__title,
.cat-type-classic.active mark, .cat-type-classic:hover .woocommerce-loop-category__title,
.cat-type-classic:hover mark {
  line-height: 1.3;
}
.cat-type-classic.active mark, .cat-type-classic:hover mark {
  visibility: visible;
  opacity: 1;
}
.cat-type-classic.cat-type-classic-2 .category-content {
  bottom: 2rem;
  width: auto;
  height: auto;
  border-radius: 0 5rem 5rem 0;
  padding: 1.3rem 3rem;
  min-height: 0;
}
.cat-type-classic.cat-type-classic-2.active .woocommerce-loop-category__title, .cat-type-classic.cat-type-classic-2:hover .woocommerce-loop-category__title {
  line-height: 1.2;
}
.cat-type-classic.cat-type-classic-2.active .category-content, .cat-type-classic.cat-type-classic-2:hover .category-content {
  background: var(--wolmart-primary-color-alpha, rgba(40, 121, 254, 0.8));
}
.cat-type-classic.cat-type-classic-2 .category-content:hover {
  background-color: var(--wolmart-primary-color, #2879FE);
}

.cat-type-icon {
  color: var(--wolmart-dark-color, #333);
  text-align: center;
}
.cat-type-icon > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  padding: 2.4rem 0.5rem;
  border: 1px solid #eee;
  width: 130px;
  height: 130px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
  margin: 0 auto 2rem auto !important;
  -webkit-transition: border-color 0.3s, -webkit-box-shadow 0.3s;
  transition: border-color 0.3s, -webkit-box-shadow 0.3s;
  transition: box-shadow 0.3s, border-color 0.3s;
  transition: box-shadow 0.3s, border-color 0.3s, -webkit-box-shadow 0.3s;
}
.cat-type-icon .w-lazyload {
  background-color: transparent;
}
.cat-type-icon i {
  font-size: 5rem;
  margin: 0;
}
.cat-type-icon .woocommerce-loop-category__title {
  margin: 0;
  color: var(--wolmart-dark-color, #333);
}
.cat-type-icon.active > a, .cat-type-icon:hover > a {
  border-color: transparent;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}
.cat-type-icon.active .woocommerce-loop-category__title, .cat-type-icon:hover .woocommerce-loop-category__title {
  color: var(--wolmart-primary-color, #2879FE);
}
.cat-type-icon .active + .category-content .woocommerce-loop-category__title a {
  color: var(--wolmart-primary-color, #2879FE);
}

.cat-type-ellipse figure {
  border-radius: 50%;
  -webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  overflow: hidden;
}
.cat-type-ellipse figure img {
  padding: 12px;
  border-radius: 50%;
  -webkit-transform: rotateZ(-10deg) translateX(-14px);
          transform: rotateZ(-10deg) translateX(-14px);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.cat-type-ellipse .woocommerce-loop-category__title {
  color: var(--wolmart-dark-color, #333);
}
.cat-type-ellipse .woocommerce-loop-category__title:hover {
  color: var(--wolmart-primary-color, #2879FE);
}
.cat-type-ellipse mark {
  color: var(--wolmart-body-color, #666);
  text-transform: uppercase;
}
.cat-type-ellipse .category-content {
  padding-top: 20px;
}
.cat-type-ellipse.active figure img, .cat-type-ellipse:hover figure img {
  -webkit-transform: rotateZ(0);
          transform: rotateZ(0);
}

.wolmart-rounded-skin .cat-type-ellipse.product-category {
  overflow: visible;
}

.cat-type-ellipse2 figure {
  border-radius: 50%;
  overflow: hidden;
  border: 0px solid #fff;
  -webkit-transition: border-width 0.1s, -webkit-box-shadow 0.2s;
  transition: border-width 0.1s, -webkit-box-shadow 0.2s;
  transition: border-width 0.1s, box-shadow 0.2s;
  transition: border-width 0.1s, box-shadow 0.2s, -webkit-box-shadow 0.2s;
}
.cat-type-ellipse2 .category-content {
  margin-top: 1.7rem;
}
.cat-type-ellipse2 .woocommerce-loop-category__title {
  color: var(--wolmart-dark-color, #333);
  font-weight: 700;
  letter-spacing: 0;
}
.cat-type-ellipse2 .woocommerce-loop-category__title:hover {
  color: var(--wolmart-primary-color, #2879FE);
}
.cat-type-ellipse2.active figure, .cat-type-ellipse2:hover figure {
  border-width: 6px;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.12);
          box-shadow: 0 5px 20px rgba(0, 0, 0, 0.12);
}

.cat-type-group,
.cat-type-group2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cat-type-group > *,
.cat-type-group2 > * {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.cat-type-group {
  color: var(--wolmart-body-color, #666);
  border: 1px solid #eee;
  padding: 1rem;
}
.cat-type-group .category-content {
  position: static;
  padding: 1rem 0 1rem 3rem;
  background: transparent;
  text-align: left;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
.cat-type-group .woocommerce-loop-category__title {
  margin-bottom: 1.5rem;
  text-transform: none;
  font-size: 1.6rem;
  font-weight: 400;
  color: var(--wolmart-dark-color, #333);
}
.cat-type-group .category-list {
  font-size: 1.3rem;
  line-height: 1.45;
  margin-left: -0.3rem;
}
.cat-type-group .category-list li:not(:last-child) {
  margin-bottom: 0.5rem;
}
.cat-type-group .category-list a {
  position: relative;
  display: inline-block;
  -webkit-transition: none;
  transition: none;
}
.cat-type-group .category-list a:hover {
  color: var(--wolmart-primary-color, #2879FE);
}
.cat-type-group .category-list a:hover:before {
  color: inherit;
}
.cat-type-group .category-list a:before {
  content: "\e913";
  font-family: "wolmart";
  position: relative;
  top: 1px;
  margin-right: 0.3rem;
  color: var(--wolmart-dark-color, #333);
}
.cat-type-group:hover .woocommerce-loop-category__title {
  margin-bottom: 1.5rem;
}
.cat-type-group:hover .category-content {
  background: transparent;
}

@media (max-width: 767px) {
  .cat-type-group .category-content {
    padding: 1rem 0 1rem 1.5rem;
  }
}
.cat-type-group2 {
  color: #fff;
  background-color: var(--wolmart-primary-color, #2879FE);
  overflow: hidden;
}
.cat-type-group2 figure i {
  display: inline-block;
  font-size: 4.8rem;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  color: #fff;
}
.cat-type-group2 img {
  margin-bottom: 1.5rem;
}
.cat-type-group2 > a {
  padding-right: 1rem;
}
.cat-type-group2 > a:hover i {
  -webkit-transform: translateY(-0.5rem);
          transform: translateY(-0.5rem);
}
.cat-type-group2 .category-content {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background: transparent;
  text-align: left;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.cat-type-group2 .woocommerce-loop-category__title {
  margin-bottom: 0;
  text-align: center;
  color: #fff;
}
.cat-type-group2 .category-list {
  font-size: 1.3rem;
  line-height: 1.2;
  text-align: left;
}
.cat-type-group2 .category-list li {
  white-space: nowrap;
}
.cat-type-group2 .category-list li:before {
  content: "\f105";
  padding-right: 0.8rem;
  font-family: "Font Awesome 5 Free";
  font-size: 1.3rem;
  font-weight: 600;
  color: #999;
}
.cat-type-group2 .category-list li:not(:last-child) {
  margin-bottom: 0.5rem;
}
.cat-type-group2 .category-list a {
  position: relative;
  display: inline-block;
  -webkit-transition: -webkit-text-decoration 0.3s;
  transition: -webkit-text-decoration 0.3s;
  transition: text-decoration 0.3s;
  transition: text-decoration 0.3s, -webkit-text-decoration 0.3s;
}
.cat-type-group2 .category-list a:hover {
  color: inherit;
  text-decoration: underline;
}
.cat-type-group2.active .woocommerce-loop-category__title, .cat-type-group2:hover .woocommerce-loop-category__title {
  margin-bottom: 0;
}
.cat-type-group2.active .category-content, .cat-type-group2:hover .category-content {
  background: transparent;
}

.product-archive .cat-type-group2 {
  padding: 1rem;
}

.cat-type-banner {
  overflow: hidden;
  color: var(--wolmart-dark-color, #333);
}
.cat-type-banner.text-white {
  color: #fff;
}
.cat-type-banner.text-white .btn {
  color: #fff;
}
.cat-type-banner .category-content {
  top: 3.7rem;
  left: 3.8rem;
  bottom: auto;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  z-index: 1;
  background-color: transparent;
  -webkit-transition: top 0.3s, padding 0.3s;
  transition: top 0.3s, padding 0.3s;
  min-height: 0;
}
.cat-type-banner .woocommerce-loop-category__title {
  text-transform: none;
  text-align: left;
  font-size: 2rem;
  font-family: inherit;
}
.cat-type-banner mark {
  visibility: visible;
  opacity: 1;
  font-size: 1.4rem;
  line-height: 1.2;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  z-index: 1;
}
.cat-type-banner .btn {
  position: absolute;
  opacity: 0;
  bottom: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}
.cat-type-banner.active .category-content, .cat-type-banner:hover .category-content {
  top: 3rem;
  padding-bottom: 3rem;
  background-color: transparent;
}
.cat-type-banner.active .btn, .cat-type-banner:hover .btn {
  opacity: 1;
}

.cat-type-simple .category-content {
  padding: 1.7rem 0;
}
.cat-type-simple .category-content mark {
  text-transform: uppercase;
}
.cat-type-simple .woocommerce-loop-category__title {
  margin-bottom: 0.5rem;
  color: var(--wolmart-dark-color, #333);
  text-transform: uppercase;
}
.cat-type-simple .woocommerce-loop-category__title:hover {
  color: var(--wolmart-primary-color, #2879FE);
}

.cat-type-frame {
  color: var(--wolmart-dark-color, #333);
}
.cat-type-frame .woocommerce-loop-category__title {
  position: relative;
  color: var(--wolmart-dark-color, #333);
  line-height: 1.6;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.cat-type-frame .btn {
  position: absolute;
  top: 100%;
  -webkit-transition: top 0.3s, -webkit-transform 0.3s;
  transition: top 0.3s, -webkit-transform 0.3s;
  transition: top 0.3s, transform 0.3s;
  transition: top 0.3s, transform 0.3s, -webkit-transform 0.3s;
}
.cat-type-frame .category-content {
  top: auto;
  bottom: 1.2rem;
  right: 0;
  min-height: 0;
  z-index: 1;
  overflow: hidden;
}
.cat-type-frame:hover {
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
          box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}
.cat-type-frame:hover .woocommerce-loop-category__title {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.cat-type-frame:hover .btn {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: var(--wolmart-primary-color, #2879FE);
}

.cat-type-block {
  color: var(--wolmart-dark-color, #333);
  margin-bottom: -0.5rem;
}
.cat-type-block > a {
  color: inherit;
}
.cat-type-block .woocommerce-loop-category__title {
  margin: 0;
  font-weight: 400;
  line-height: 1.7rem;
  text-transform: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.cat-type-block.product-category > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cat-type-block.product-category i {
  margin: 0 14px 0 0;
  font-size: 2.2rem;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.cat-type-block.active .woocommerce-loop-category__title, .cat-type-block:hover .woocommerce-loop-category__title {
  color: var(--wolmart-primary-color, #2879FE);
}
.cat-type-block .active i {
  color: var(--wolmart-primary-color, #2879FE);
}

.filter-categories .active {
  color: var(--wolmart-primary-color, #2879FE);
}

.grid-item > .product-category {
  height: 100%;
}

.comments {
  position: relative;
  margin-bottom: 4.5rem;
  padding-top: 5.5rem;
}
.comments::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -1px;
  width: 100%;
  height: 1px;
  background-color: #eee;
}
.comments .title {
  margin-bottom: 2.6rem;
  font-size: 2.4rem;
  line-height: 1.2;
  color: var(--wolmart-dark-color, #333);
  text-transform: capitalize;
}
.main-content-wrap + .comments {
  margin-top: 4.5rem;
}

.comment-form a {
  color: var(--wolmart-dark-color, #333);
}

.comment-text p:last-child {
  margin-bottom: 0;
}

#respond #cancel-comment-reply-link {
  float: right;
}

.commentlist .children {
  padding-top: 3rem;
  margin-left: 3rem;
}
.commentlist li.comment {
  margin-bottom: 4.5rem;
}
.commentlist li.comment:last-child {
  border-bottom-width: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

@media (max-width: 767px) {
  .commentlist .children {
    margin-left: 3rem;
  }
}
div.comment,
.comment_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.comment-action > * {
  margin-right: 2rem;
}

.comment-reply-link {
  color: var(--wolmart-dark-color, #333);
}
.comment-reply-link:after {
  content: "\e92c";
  font-family: "wolmart";
  margin-left: 0.7rem;
  vertical-align: middle;
}
.comment-reply-link:hover, .comment-reply-link:focus {
  color: var(--wolmart-primary-color, #2879FE);
  -webkit-box-shadow: 0 2px 0 var(--wolmart-primary-color, #2879FE);
          box-shadow: 0 2px 0 var(--wolmart-primary-color, #2879FE);
}

.comment-avatar {
  max-width: 9rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 9rem;
          flex: 0 0 9rem;
  margin-right: 2rem;
}
.comment-avatar img {
  height: 9rem;
  background-color: #ebebeb;
  border-radius: 50%;
}

.comment-name {
  display: inline-block;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  font-size: 1.8rem;
  line-height: 1;
}
.comment-name a {
  color: var(--wolmart-dark-color, #333);
}

.comment-date {
  display: inline-block;
  margin-bottom: 0.8rem;
  color: var(--wolmart-body-color, #666);
  font-weight: 400;
  line-height: 1;
  font-size: 1.3rem;
}

.comment-text > p {
  margin-bottom: 1rem;
  font-size: 1.4rem;
  line-height: 1.85;
}

.comment-respond {
  margin-bottom: 5rem;
}
.comment-respond .comment-reply-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2rem;
  margin-bottom: 0.5rem;
}
.comment-respond .form-control,
.comment-respond textarea {
  font-size: 1.3rem;
  margin-bottom: 2rem;
  max-width: 100%;
  color: #999;
  border-color: #ebebeb;
  background: #fff;
}
.comment-respond p {
  font-size: 1.4rem;
  color: var(--wolmart-body-color, #666);
}
.comment-respond .form-submit {
  margin-bottom: 0;
}
.comment-respond .btn-submit {
  letter-spacing: 0;
}
.comment-respond label {
  vertical-align: top;
}

@media (max-width: 575px) {
  .comment-action span {
    display: none;
  }
}
/* -------------------------------------------
    Counter

    - Count To
    - Count Down
---------------------------------------------- */
.count-to {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
}

.count-title {
  color: inherit;
  font-weight: 400;
}

.countdown-amount {
  font-size: 3rem;
  color: var(--wolmart-primary-color, #2879FE);
}

.countdown-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.countdown-container.inline-type .countdown-amount {
  font-size: inherit;
}
.countdown-container .countdown-label {
  margin-right: 1rem;
}

.countdown-section {
  display: inline-block;
  position: relative;
  padding: 2rem 1rem;
  text-align: center;
}
.countdown-section:not(:last-child) {
  margin-right: 2rem;
}
.countdown-section:not(:last-child)::after {
  color: var(--wolmart-dark-color, #333);
  content: ":";
  display: inline-block;
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  position: absolute;
  left: 100%;
  margin-left: 8px;
  margin-top: -1px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.countdown-section span {
  display: block;
  white-space: nowrap;
}
.countdown-section .countdown-period {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 1rem;
  color: var(--wolmart-dark-color, #333);
  text-transform: lowercase;
  width: 100%;
  padding-left: 0.2rem;
  padding-right: 0.2rem;
  white-space: nowrap;
  font-size: 1.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
}

.countdown.outer-period .countdown-period {
  left: 0;
  right: 0;
  text-align: center;
  bottom: -2rem;
}
.countdown.no-split .countdown-section::after {
  content: none;
}

/* -------------------------
- Cookie information popup -
--------------------------*/
.cookies-popup {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1.5rem 2rem;
  border-radius: 3px;
  top: 100%;
  width: 100%;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  z-index: 2000;
}
.cookies-popup .cookies-info {
  color: #fff;
  opacity: 0.8;
}
.cookies-popup.show {
  -webkit-box-shadow: 2px 0px 39px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 0px 39px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(-99%);
          transform: translateY(-99%);
}
.cookies-popup .btn + .btn {
  margin-left: 1rem;
}

.close-cookie-btn::before, .close-cookie-btn::after {
  content: "";
  width: 15px;
  height: 1px;
  -webkit-transform: rotateX(45deg);
          transform: rotateX(45deg);
  background-color: #fff;
}
.close-cookie-btn::after {
  -webkit-transform: rotateX(90deg);
          transform: rotateX(90deg);
}

@media (max-width: 991px) {
  .cookies-buttons {
    margin-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cookies-popup .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cookies-popup .container .cookies-buttons {
    margin-left: 0;
    margin-top: 2rem;
  }
}
/* -------------------------------------------
    Dropdowns
        - Dropdown
        - Dropdown-expanded
---------------------------------------------- */
.dropdown {
  position: relative;
}
.dropdown:hover .dropdown-box, .dropdown.show .dropdown-box {
  visibility: visible;
  opacity: 1;
  top: 100%;
}
.dropdown:hover::after, .dropdown.show::after {
  visibility: visible;
  opacity: 1;
  top: calc(100% - 20px);
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
}
.dropdown:hover .dropdown-box, .dropdown.show .dropdown-box {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.dropdown:hover > a, .dropdown.show > a {
  color: var(--wolmart-primary-color, #2879FE);
}
.dropdown::after {
  content: "";
  position: absolute;
  z-index: 1001;
  left: 50%;
  top: -9999px;
  -webkit-transform: translate3d(-50%, -8px, 0);
          transform: translate3d(-50%, -8px, 0);
  border: 11px solid transparent;
  border-bottom: 11px solid #fff;
  -webkit-transition: opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
  transition: opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
  transition: opacity 0.2s ease-out, transform 0.2s ease-out;
  transition: opacity 0.2s ease-out, transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
  visibility: hidden;
  opacity: 0;
  cursor: pointer;
  pointer-events: none;
}
.dropdown a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.dropdown > a {
  line-height: 1.1;
  padding: 9px 0;
}
.dropdown > a:after {
  display: inline-block;
  margin-left: 5px;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 9px;
  line-height: 1;
  content: "\f078";
}
.dropdown li.active > a, .dropdown li:hover > a {
  color: var(--wolmart-primary-color, #2879FE);
}

.dropdown-box {
  position: absolute;
  right: 0;
  top: -9999px;
  margin: 0;
  padding: 0.5rem 0;
  color: var(--wolmart-body-color, #666);
  background-color: #fff;
  -webkit-box-shadow: 0 2px 22px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 22px rgba(0, 0, 0, 0.1);
  z-index: 1001;
  visibility: hidden;
  opacity: 0;
  width: 100%;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
  -webkit-transform: translate3d(0, -10px, 0);
          transform: translate3d(0, -10px, 0);
}
.dropdown-box a {
  padding: 0.6rem 1rem;
}
.dropdown-box li {
  font-size: inherit;
  line-height: 1.1;
}
.dir-up .dropdown-box {
  -webkit-transform: translate3d(0, 10px, 0);
          transform: translate3d(0, 10px, 0);
}

/* -------------------------------------------
    Element List
---------------------------------------------- */
.elements > div {
  margin-bottom: 2rem;
}
.elements > div > a {
  display: block;
}
.elements > div .element-accordian .element-img {
  background-position: calc(-180px * ( 1 - 1 )) 0;
}
.elements > div .element-accordian .element-hover-img {
  background-position: calc(-180px * 1 + 90px) 0;
}
.elements > div .element-banner .element-img {
  background-position: calc(-180px * ( 2 - 1 )) 0;
}
.elements > div .element-banner .element-hover-img {
  background-position: calc(-180px * 2 + 90px) 0;
}
.elements > div .element-blog .element-img {
  background-position: calc(-180px * ( 3 - 1 )) 0;
}
.elements > div .element-blog .element-hover-img {
  background-position: calc(-180px * 3 + 90px) 0;
}
.elements > div .element-button .element-img {
  background-position: calc(-180px * ( 4 - 1 )) 0;
}
.elements > div .element-button .element-hover-img {
  background-position: calc(-180px * 4 + 90px) 0;
}
.elements > div .element-cta .element-img {
  background-position: calc(-180px * ( 5 - 1 )) 0;
}
.elements > div .element-cta .element-hover-img {
  background-position: calc(-180px * 5 + 90px) 0;
}
.elements > div .element-icon-box .element-img {
  background-position: calc(-180px * ( 6 - 1 )) 0;
}
.elements > div .element-icon-box .element-hover-img {
  background-position: calc(-180px * 6 + 90px) 0;
}
.elements > div .element-portfolio .element-img {
  background-position: calc(-180px * ( 7 - 1 )) 0;
}
.elements > div .element-portfolio .element-hover-img {
  background-position: calc(-180px * 7 + 90px) 0;
}
.elements > div .element-category .element-img {
  background-position: calc(-180px * ( 8 - 1 )) 0;
}
.elements > div .element-category .element-hover-img {
  background-position: calc(-180px * 8 + 90px) 0;
}
.elements > div .element-product .element-img {
  background-position: calc(-180px * ( 9 - 1 )) 0;
}
.elements > div .element-product .element-hover-img {
  background-position: calc(-180px * 9 + 90px) 0;
}
.elements > div .element-tab .element-img {
  background-position: calc(-180px * ( 10 - 1 )) 0;
}
.elements > div .element-tab .element-hover-img {
  background-position: calc(-180px * 10 + 90px) 0;
}
.elements > div .element-testimonial .element-img {
  background-position: calc(-180px * ( 11 - 1 )) 0;
}
.elements > div .element-testimonial .element-hover-img {
  background-position: calc(-180px * 11 + 90px) 0;
}
.elements > div .element-title .element-img {
  background-position: calc(-180px * ( 12 - 1 )) 0;
}
.elements > div .element-title .element-hover-img {
  background-position: calc(-180px * 12 + 90px) 0;
}
.elements > div .element-typography .element-img {
  background-position: calc(-180px * ( 13 - 1 )) 0;
}
.elements > div .element-typography .element-hover-img {
  background-position: calc(-180px * 13 + 90px) 0;
}
.elements > div .element-video .element-img {
  background-position: calc(-180px * ( 14 - 1 )) 0;
}
.elements > div .element-video .element-hover-img {
  background-position: calc(-180px * 14 + 90px) 0;
}

.element {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1.2rem 0 2.4rem;
  border: 2px solid #eee;
}
.element .element-img {
  width: 90px;
  height: 70px;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}
.element .element-hover-img {
  position: absolute;
  width: 90px;
  height: 70px;
  left: 50%;
  top: 1.2rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}
.element p {
  margin: 0;
  text-align: center;
  color: var(--wolmart-dark-color, #333);
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
}

/* -------------------------------------------
    Hotspot
---------------------------------------------- */
.hotspot-wrapper {
  font-size: 1rem;
}
.hotspot-wrapper:hover .hotspot-box {
  visibility: visible;
  opacity: 1;
  pointer-events: all;
}
.hotspot-wrapper:hover .hotspot {
  color: #fff;
  background: var(--wolmart-dark-color, #333);
}
.hotspot-wrapper:hover .hotspot-box-top {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
.hotspot-wrapper:hover .hotspot-box-bottom {
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
.hotspot-wrapper:hover .hotspot-box-left {
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
}
.hotspot-wrapper:hover .hotspot-box-right {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}

.hotspot-type1:not(:hover)::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 50%;
  -webkit-animation: zooming 2s infinite;
          animation: zooming 2s infinite;
}

.hotspot-type2:not(:hover) .hotspot {
  -webkit-animation: zooming2 2s infinite;
          animation: zooming2 2s infinite;
}

@-webkit-keyframes zooming {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2.5);
            transform: scale(2.5);
  }
}

@keyframes zooming {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2.5);
            transform: scale(2.5);
  }
}
@-webkit-keyframes zooming2 {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes zooming2 {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
.hotspot {
  display: block;
  text-align: center;
  color: inherit;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  border-radius: 50%;
  color: var(--wolmart-dark-color, #333);
  background: #fff;
}
.hotspot:hover {
  text-decoration: none;
}
.hotspot i {
  font-size: 1.2rem;
  line-height: 0;
  vertical-align: middle;
}

.hotspot-box {
  position: absolute;
  width: 20rem;
  padding: 1rem;
  background: #fff;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.06);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.06);
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  -webkit-transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, visibility 0.3s;
  transition: opacity 0.3s, transform 0.3s, visibility 0.3s, -webkit-transform 0.3s;
  pointer-events: none;
}

.hotspot-product .product-body {
  padding: 1.5rem 0 0;
  text-align: center;
}
.hotspot-product .product-action-vertical {
  opacity: 1;
  visibility: inherit;
  -webkit-transition: none;
  transition: none;
}
.hotspot-product .product-title {
  font-size: 1.3rem;
}
.hotspot-product .price {
  margin-bottom: 0;
}

.hotspot-box-top {
  bottom: 100%;
  left: -40px;
}

.hotspot-box-left {
  right: 100%;
  top: -60px;
}

.hotspot-box-right {
  left: 100%;
  top: -60px;
}

.hotspot-box-bottom {
  top: 100%;
  left: -40px;
}

/* -------------------------------------------
	Filter
---------------------------------------------- */
.wolmart-filters ul {
  list-style-type: none;
  margin: 0;
}

.wolmart-filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.wolmart-filters > * {
  margin-bottom: 1rem;
}
.wolmart-filters .btn-filter {
  padding: 0 2em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 2px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.wolmart-filters .select-ul-toggle {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid var(--wolmart-light-color, #ccc);
  padding: 0.65em 3.05em 0.58em 1.07em;
  margin-bottom: 0;
  font-size: 1.3rem;
  line-height: 1.5;
  font-weight: 400;
  height: 100%;
  text-transform: capitalize;
  border-radius: 2px;
  cursor: pointer;
}
.wolmart-filters .wolmart-filter {
  position: relative;
}
.wolmart-filters .wolmart-filter::before {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: 50%;
  right: 1.25em;
  margin-top: 1px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 1.2rem;
  font-weight: 900;
  z-index: 1;
}
.wolmart-filters ul,
.wolmart-filters ul::before {
  content: "";
  position: absolute;
  border: 1px solid #eee;
}
.wolmart-filters ul::before {
  top: -6px;
  left: 22px;
  width: 11px;
  height: 11px;
  border-width: 1px 0 0 1px;
  background: #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.wolmart-filters .select-ul ul {
  top: 100%;
  z-index: 100;
  width: 21rem;
  margin-top: 1rem;
  padding: 1rem 1.4rem 1rem;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.wolmart-filters .opened ul {
  opacity: 1;
  visibility: visible;
}
.wolmart-filters ul li {
  border-bottom: 1px solid #eee;
}
.wolmart-filters ul li:last-child {
  border-bottom: none;
}
.wolmart-filters ul a {
  position: relative;
  display: block;
  padding: 1rem 0 1rem 2.8rem;
  color: var(--wolmart-dark-color, #333);
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}
.wolmart-filters ul a:hover {
  color: var(--wolmart-primary-color, #2879FE);
  text-decoration: none;
}
.wolmart-filters ul a:focus {
  text-decoration: none;
}
.wolmart-filters ul a::before {
  content: "";
  position: absolute;
  border: 1px solid;
  border-radius: 2px;
  width: 18px;
  height: 18px;
  top: 50%;
  left: 2px;
  margin-right: 5px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #999;
  font-size: 0.7em;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  text-align: center;
  text-indent: 1px;
  line-height: 16px;
}
.wolmart-filters .chosen a::before {
  content: "\f00c";
  color: #fff;
  background-color: var(--wolmart-dark-color, #333);
  border-color: var(--wolmart-dark-color, #333);
}
.wolmart-filters.align-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.wolmart-filters.align-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (max-width: 991px) {
  .wolmart-filters {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
/* -------------------------------------------
    Form
---------------------------------------------- */
.form .form-control {
  margin-bottom: 2rem;
}

.form-control {
  display: block;
  width: 100%;
  min-height: 4rem;
  padding: 0.85rem 2rem;
  border: 1px solid #eee;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 400;
  color: var(--wolmart-body-color, #666);
  background-color: transparent;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 0;
}
.form-control::-webkit-input-placeholder {
  opacity: 1;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.form-control::-moz-placeholder {
  opacity: 1;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
}
.form-control:-ms-input-placeholder {
  opacity: 1;
  -ms-transition: color 0.3s;
  transition: color 0.3s;
}
.form-control::-ms-input-placeholder {
  opacity: 1;
  -ms-transition: color 0.3s;
  transition: color 0.3s;
}
.form-control::placeholder {
  opacity: 1;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.form-control::-webkit-input-placeholder {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.form-control::-moz-placeholder {
  -moz-transition: color 0.3s;
  transition: color 0.3s;
}
.form-control:-ms-input-placeholder {
  -ms-transition: color 0.3s;
  transition: color 0.3s;
}
.form-control:focus::-webkit-input-placeholder {
  color: transparent;
}
.form-control:focus::-moz-placeholder {
  color: transparent;
}
.form-control:focus:-ms-input-placeholder {
  color: transparent;
}
.form-control:focus::-ms-input-placeholder {
  color: transparent;
}
.form-control:focus::placeholder {
  color: transparent;
}
.form-control:focus::-webkit-input-placeholder {
  color: transparent;
}
.form-control:focus::-moz-placeholder {
  color: transparent;
}
.form-control:focus::-ms-input-placeholder {
  color: transparent;
}
.form-control.form-solid {
  background-color: #fff;
  border: 0;
  color: #8d8d8d;
}

textarea {
  font-family: inherit;
  max-width: 100%;
}

.custom-input input[type=checkbox] {
  position: absolute;
  opacity: 0;
  -webkit-appearance: none;
}
.custom-input input[type=checkbox] + label, .custom-input input[type=checkbox] + span {
  position: relative;
  padding-left: 2.6rem;
  cursor: pointer;
}
.custom-input input[type=checkbox] + label::before, .custom-input input[type=checkbox] + span::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 18px;
  height: 18px;
  line-height: 16px;
  border: 1px solid var(--wolmart-light-color, #ccc);
  border-radius: 2px;
}
@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .custom-input input[type=checkbox] + label::before, .custom-input input[type=checkbox] + span::before {
    line-height: 14px;
  }
}
.custom-input input[type=checkbox]:checked + label::before, .custom-input input[type=checkbox]:checked + span::before {
  content: "\f00c";
  border-color: var(--wolmart-dark-color, #333);
  background: var(--wolmart-dark-color, #333);
  color: #fff;
  font-size: 9px;
  font-weight: 600;
  font-family: "Font Awesome 5 Free";
  text-align: center;
}
.custom-input input[type=radio] {
  position: absolute;
  opacity: 0;
  -webkit-appearance: none;
  z-index: -1;
}
.custom-input input[type=radio] + label {
  position: relative;
  padding-left: 2.5rem;
  display: block;
  cursor: pointer;
}
.custom-input input[type=radio] + label::after {
  position: absolute;
  content: "";
  display: inline-block;
  left: 0;
  width: 1.8rem;
  height: 1.8rem;
  margin-top: -1rem;
  background: #fff;
  border: 1px solid #cdcdcd;
  border-radius: 2px;
  top: 50%;
  font-family: "Font Awesome 5 Free";
  font-size: 1rem;
  font-weight: 900;
  cursor: pointer;
}
.custom-input input[type=radio]:checked ~ label::after {
  content: "\f00c";
  background-color: var(--wolmart-dark-color, #333);
  border: 2px solid var(--wolmart-dark-color, #333);
  color: #fff;
  padding-left: 2px;
}

input[type=checkbox],
input[type=radio] {
  position: relative;
  border: 1px solid #ccc;
  border-radius: 2px;
  background: #fff;
  color: #fff;
  cursor: pointer;
  width: 18px;
  height: 18px;
  vertical-align: middle;
  margin-right: 4px;
}
input[type=checkbox] ~ label, input[type=checkbox] ~ span,
input[type=radio] ~ label,
input[type=radio] ~ span {
  cursor: pointer;
}
input[type=checkbox]:checked:before,
input[type=radio]:checked:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

input[type=checkbox]:checked {
  background: var(--wolmart-dark-color, #333);
  border-color: var(--wolmart-dark-color, #333);
}
input[type=checkbox]:checked:before {
  content: "\f00c";
  font-size: 9px;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  line-height: 18px;
}

input[type=radio] {
  border-radius: 50%;
}
input[type=radio]:checked {
  border: 1px solid var(--wolmart-dark-color, #333);
}
input[type=radio]:checked:before {
  content: "";
  width: 8px;
  height: 8px;
  background: var(--wolmart-dark-color, #333);
  border-radius: 50%;
}

select {
  width: 100%;
  height: 40px;
  min-height: auto;
  border: 1px solid #d7d7d7;
  border-radius: 2px;
  background: #fff url(../images/select-bg.svg) 98% 45%/26px 60px no-repeat !important;
  cursor: pointer;
  padding: 0 1.5rem;
  max-width: 28rem;
  margin: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.select-box {
  position: relative;
}

.select-box select {
  position: relative;
  max-width: 14rem;
  min-height: auto;
  width: auto;
  height: 100%;
  padding: 8.5px 27px 8.5px 9px;
  border: 1px solid #d7d7d7;
  border-radius: 2px;
  color: inherit;
  background-color: transparent;
  font-size: 1.2rem;
  font-family: inherit;
  letter-spacing: inherit;
  z-index: 1;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.select-box select:focus {
  outline: none;
}

@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
  select::-ms-expand {
    display: none;
  }

  select:focus::-ms-value {
    background: transparent;
    color: currentColor;
  }
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.quantity {
  position: relative;
  display: inline-block;
  height: 4.4rem;
  width: 14rem;
}
.quantity .qty {
  -moz-appearance: textfield;
  width: 100%;
  font-size: 1.3rem;
  padding: 0 4.2rem 0 1.8rem;
  color: var(--wolmart-body-color, #666);
  height: inherit;
  border: 1px solid var(--wolmart-light-color, #ccc);
  border-radius: 3px;
}
.quantity button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 0;
  background: #eee;
  border: none;
  border-radius: 50%;
  color: var(--wolmart-body-color, #666);
  font-size: 1.5rem;
  cursor: pointer;
  width: 2.4rem;
  height: 2.4rem;
  right: 4.8rem;
}
.quantity button:last-child {
  right: 1.5rem;
}

.input-wrapper input.form-control {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 40px;
  font-size: 1.2rem;
}

.input-wrapper-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  max-width: 61.3rem;
  width: 100%;
  height: 40px;
}
.input-wrapper-inline .btn {
  line-height: 1;
}

.form-row .input-text::-webkit-input-placeholder, .dokan-form-control::-webkit-input-placeholder {
  color: #999;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.form-row .input-text::-moz-placeholder, .dokan-form-control::-moz-placeholder {
  color: #999;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
}

.form-row .input-text:-ms-input-placeholder, .dokan-form-control:-ms-input-placeholder {
  color: #999;
  -ms-transition: color 0.3s;
  transition: color 0.3s;
}

.form-row .input-text::-ms-input-placeholder, .dokan-form-control::-ms-input-placeholder {
  color: #999;
  -ms-transition: color 0.3s;
  transition: color 0.3s;
}

.form-row .input-text::placeholder,
.dokan-form-control::placeholder {
  color: #999;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.form-row .input-text::-webkit-input-placeholder,
.dokan-form-control::-webkit-input-placeholder {
  color: #999;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.form-row .input-text::-moz-placeholder,
.dokan-form-control::-moz-placeholder {
  color: #999;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
}
.form-row .input-text:focus::-webkit-input-placeholder, .dokan-form-control:focus::-webkit-input-placeholder {
  color: transparent;
}
.form-row .input-text:focus::-moz-placeholder, .dokan-form-control:focus::-moz-placeholder {
  color: transparent;
}
.form-row .input-text:focus:-ms-input-placeholder, .dokan-form-control:focus:-ms-input-placeholder {
  color: transparent;
}
.form-row .input-text:focus::-ms-input-placeholder, .dokan-form-control:focus::-ms-input-placeholder {
  color: transparent;
}
.form-row .input-text:focus::placeholder,
.dokan-form-control:focus::placeholder {
  color: transparent;
}
.form-row .input-text:focus::-webkit-input-placeholder,
.dokan-form-control:focus::-webkit-input-placeholder {
  color: transparent;
}
.form-row .input-text:focus::-moz-placeholder,
.dokan-form-control:focus::-moz-placeholder {
  color: transparent;
}

/* -------------------------------------------
    Icon Box
---------------------------------------------- */
.icon-box .icon-box-title {
  margin: 0 0 0.7rem;
  text-transform: uppercase;
  font-size: 1.5rem;
  line-height: 1.6;
}
.icon-box p {
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.72;
  color: var(--wolmart-body-color, #666);
}
.icon-box i::before {
  margin: 0;
}
.icon-box .icon-box-content {
  text-align: center;
}

.icon-box-icon {
  display: inline-block;
  margin-bottom: 2.4rem;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 0;
  color: var(--wolmart-dark-color, #333);
}
.icon-box-icon svg {
  height: 3.4rem;
  width: 4.8rem;
}

.icon-box-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.icon-box-side .icon-box-icon {
  margin-right: 1.5rem;
  margin-bottom: 0;
}
.icon-box-side .icon-box-content {
  text-align: left;
}
.icon-box-side .icon-box-content + .icon-box-icon {
  margin-left: 1.5rem;
  margin-right: 0;
}
.icon-box-side .icon-box-title {
  margin: 0;
}

.icon-border .icon-box-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 5.1rem;
  height: 5.1rem;
  border-radius: 50%;
  border: 1px solid #9e9e9e;
  font-size: 2.4rem;
}
.icon-border svg {
  height: 2.4rem;
}

.icon-inversed .icon-box-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 5.1rem;
  height: 5.1rem;
  border-radius: 50%;
  background-color: var(--wolmart-primary-color, #2879FE);
  color: #fff;
  font-size: 2.4rem;
}
.icon-inversed svg {
  height: 2.4rem;
  fill: white;
}

.icon-solid .icon-box-icon {
  font-size: 4.8rem;
  color: var(--wolmart-primary-color, #2879FE);
}
.icon-solid svg {
  height: 6rem;
  fill: var(--wolmart-primary-color, #2879FE);
}
.icon-solid.icon-box-side {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.icon-box-tiny .icon-box-icon {
  margin: 0 1rem 0 0;
  font-size: 2.4rem;
}
.icon-box-tiny svg {
  height: 2.8rem;
  width: 2.8rem;
}
.icon-box-tiny .icon-box-title {
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* -------------------------------------------
    Custom Icons
---------------------------------------------- */
.menu-icon {
  display: inline-block;
  color: #fff;
  width: 1.7rem;
}
.menu-icon::before, .menu-icon::after {
  display: block;
  content: "";
  width: 100%;
}
.menu-icon::before {
  height: 6px;
  border-top: 2px solid;
  border-bottom: 2px solid;
}
.menu-icon::after {
  height: 4px;
  border-bottom: 2px solid;
}

.close-icon {
  display: block;
  position: relative;
  width: 30px;
  height: 30px;
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
}
.close-icon::before, .close-icon::after {
  display: block;
  position: absolute;
  background-color: var(--wolmart-light-color, #ccc);
  content: "";
}
.close-icon::before {
  height: 2px;
  width: 100%;
  left: 0;
  top: calc(50% - 1px);
}
.close-icon::after {
  height: 100%;
  width: 2px;
  top: 0;
  left: calc(50% - 1px);
}

.minicart-icon {
  display: inline-block;
  position: relative;
  width: 2.5em;
  height: 2.5em;
  margin-top: 1px;
  border: solid 2px;
  border-radius: 2px;
  text-align: center;
  -webkit-transition: background 0.4s;
  transition: background 0.4s;
}
.minicart-icon::before {
  content: "";
  position: absolute;
  /* top: -9px; */
  top: -0.75em;
  /* left: 7px; */
  left: 0.585em;
  /* width: 12px; */
  width: 1em;
  /* height: 6px; */
  height: 0.5em;
  border-radius: 10px 10px 0 0;
  border: inherit;
  border-bottom: none;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
.minicart-icon.adding::before {
  -webkit-transform: rotateZ(30deg) translate(3px, -3px);
          transform: rotateZ(30deg) translate(3px, -3px);
}

.minicart-icon2 {
  height: 1.83em;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}
.minicart-icon2::before {
  content: "";
  display: block;
  position: absolute;
  /* top: -3.14px;*/
  top: -0.3em;
  left: 50%;
  -webkit-transform: translateX(-50%) scale(0.7);
          transform: translateX(-50%) scale(0.7);
  /* width: 15.714px; */
  width: 1.29em;
  /* height: 12.85px; */
  height: 1.07em;
  border: solid 2px;
  border-radius: 10px 10px 0 0;
  border-bottom: none;
}
.minicart-icon2::after {
  content: "";
  display: inline-block;
  /* width: 30px; */
  width: 2.5em;
  /* height: 25.71px; */
  height: 2.1425em;
  border: solid 2px;
  background-color: transparent;
  border-radius: 0 0 3px 3px;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
}

.icon-orders::before {
  content: "\e979";
}

.icon-downloads::before {
  content: "\e957";
}

.icon-addresses::before {
  content: "\e929";
}

.icon-account::before {
  content: "\e98b";
}

.icon-wishlist::before {
  content: "\e98d";
}

.icon-vendor::before {
  content: "\e920";
}

.icon-logout::before {
  content: "\e931";
}

/* -------------------------------------------
	Custom Icon List
---------------------------------------------- */
.wolmart-icon-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.wolmart-icon-lists.block-type {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.wolmart-icon-lists.block-type .wolmart-icon-list-item:after {
  display: block;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  border-style: solid;
  border-width: 0 0 1px;
}
.wolmart-icon-lists.inline-type {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.wolmart-icon-lists.inline-type .wolmart-icon-list-item:after {
  position: absolute;
  top: 50%;
  left: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-style: solid;
  border-width: 0 1px 0 0;
}
.wolmart-icon-lists .list-title {
  margin: 0 1rem;
}

.wolmart-icon-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.wolmart-icon-list-item:hover {
  color: var(--wolmart-primary-color, #2879FE);
}

/* -------------------------------------------
	Image Box
---------------------------------------------- */
.image-box figure {
  display: inline-block;
  position: relative;
  margin-bottom: 1rem;
}
.image-box img {
  display: block;
}
.image-box.inner .title, .image-box.inner .subtitle {
  color: #fff;
}
.image-box .title {
  margin-bottom: 3px;
  font-size: calc(1.4rem / var(--wolmart-body-size, 14px) * 14px);
  text-transform: uppercase;
}
.image-box .title a {
  color: inherit;
}
.image-box .subtitle {
  margin-bottom: 0;
  font-size: calc(1.2rem / var(--wolmart-body-size, 14px) * 14px);
  font-weight: 400;
  text-transform: uppercase;
  color: var(--wolmart-body-color, #666);
}
.image-box .content {
  margin-top: 1rem;
}
.image-box.outer .content {
  margin-top: 0;
}
.image-box .social-icon {
  width: 46px;
  height: 46px;
  color: #fff;
  font-size: 24px;
}
.image-box a.social-icon {
  border-width: 2px;
}

/* -------------------------------------------
    Instagram
---------------------------------------------- */
.instagram figure {
  display: block;
  position: relative;
  height: 100%;
  overflow: hidden;
  cursor: pointer;
}
.instagram figure::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  z-index: 1;
}
.instagram figure::after {
  content: "\e903";
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(90deg) scale(2);
          transform: translate(-50%, -50%) rotate(90deg) scale(2);
  font-size: 3rem;
  font-family: "wolmart";
  color: #fff;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
  z-index: 1;
}
.instagram img {
  display: block;
  width: 100%;
  height: auto;
}
.instagram figure:hover::before {
  opacity: 0.5;
}
.instagram figure:hover::after {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) rotate(0deg) scale(1);
          transform: translate(-50%, -50%) rotate(0deg) scale(1);
}

/* -------------------------------------------
    Mini Popup
---------------------------------------------- */
.minipopup-area {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  left: 30px;
  bottom: 30px;
  z-index: 6000;
}

.minipopup-box {
  width: 30rem;
  margin-top: 2rem;
  padding: 2rem;
  background: #fff;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  opacity: 0;
  -webkit-transition: opacity 0.4s, -webkit-transform 0.4s ease-out;
  transition: opacity 0.4s, -webkit-transform 0.4s ease-out;
  transition: opacity 0.4s, transform 0.4s ease-out;
  transition: opacity 0.4s, transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
  -webkit-transform: translateX(-200%);
          transform: translateX(-200%);
  font-size: 14px;
}
.minipopup-box.show {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.minipopup-box .product {
  font-size: 1.3rem;
}
.minipopup-box figure.product-media {
  -ms-flex-preferred-size: 8rem;
      flex-basis: 8rem;
  max-width: 8rem;
  margin-right: 1.2rem;
}
.minipopup-box div.product-details {
  max-width: calc(100% - 9.2rem);
}
.minipopup-box a.product-title {
  display: block;
  margin-bottom: 0.8rem;
  color: var(--wolmart-dark-color, #333);
  font-size: 1.4rem;
  line-height: 1.43;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.minipopup-box figure {
  max-width: 9rem;
}
.minipopup-box .btn {
  min-width: 12.5rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.minipopup-box .btn + .btn {
  margin-left: 0.5rem;
}

.minipopup-title {
  font-size: 1.5rem;
  font-weight: 600;
}

.minipopup-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 1.5rem;
}

.subcat-title {
  display: inline;
  margin-right: 2rem;
}

.subcat-nav, .subcat-nav ul, .subcat-nav li {
  display: inline;
}

.subcat-menu {
  margin: 0 0 2rem;
  padding: 0;
}

.subcat-menu > :not(.menu-item) {
  display: block;
  margin: 0 0 2rem;
}

.subcat-nav a {
  position: relative;
}
.subcat-nav a + a,
.subcat-nav li + .menu-item > a {
  margin-left: 20px;
}
.subcat-nav a + a:before,
.subcat-nav li + .menu-item > a:before {
  content: "";
  position: absolute;
  height: 14px;
  margin-left: -1rem;
  top: 50%;
  border-left: 1px solid #454545;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.subcat-underline a:hover::after, .subcat-underline a:focus::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.subcat-underline a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  border-bottom: 1px solid;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.subcat-underline a:last-child::after {
  width: 100%;
}

/* -------------------------------------------
    Overlay
---------------------------------------------- */
.overlay,
.overlay-visible {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  -webkit-transition: padding 0.3s ease-out, background-color 0.3s, opacity 0.3s;
  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;
}

figure:hover .overlay-visible {
  background-color: var(--wolmart-primary-color-op-90, rgba(40, 121, 254, 0.9));
  padding-bottom: 9rem;
}

.overlay-transparent {
  background: transparent;
}

.overlay-dark figure, .overlay-dark .banner,
.overlay-light figure,
.overlay-light .banner {
  position: relative;
}
.overlay-dark > figure::after,
.overlay-dark > figure > a::after, .overlay-dark.banner::after,
.overlay-light > figure::after,
.overlay-light > figure > a::after,
.overlay-light.banner::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: var(--wolmart-dark-color, #333);
  opacity: 0;
  -webkit-transition: opacity 0.3s, background 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, background 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, background 0.3s, transform 0.3s;
  transition: opacity 0.3s, background 0.3s, transform 0.3s, -webkit-transform 0.3s;
}
.overlay-dark:hover > figure::after, .overlay-dark:hover > figure > a::after, .overlay-dark.banner:hover::after,
.overlay-light:hover > figure::after,
.overlay-light:hover > figure > a::after,
.overlay-light.banner:hover::after {
  opacity: 0.2;
}
.overlay-dark.banner-fixed::after, .overlay-dark.post > figure::after,
.overlay-light.banner-fixed::after,
.overlay-light.post > figure::after {
  content: none;
}
.overlay-dark.post > figure > a::after,
.overlay-light.post > figure > a::after {
  z-index: 1;
}

.overlay-light figure::after,
.overlay-light figure > a::after, .overlay-light.banner::after {
  background: var(--wolmart-light-color, var(--wolmart-light-color, #ccc));
}

.overlay-zoom,
.overlay-zoom .post-media,
.overlay-zoom figure {
  overflow: hidden;
}
.overlay-zoom img {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.overlay-zoom:hover img {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}

.overlay-effect-1:before, .overlay-effect-1:after, .overlay-effect-1 figure:before, .overlay-effect-1 figure:after {
  content: "";
  position: absolute;
  opacity: 1;
}
.overlay-effect-1:before, .overlay-effect-1 figure:before {
  background: rgba(255, 255, 255, 0.3);
  bottom: 0;
  left: 50%;
  right: 51%;
  top: 0;
}
.overlay-effect-1:after, .overlay-effect-1 figure:after {
  bottom: 50%;
  left: 0;
  right: 0;
  top: 50%;
}

.overlay-effect-1:hover:before, .overlay-effect-1:hover:after, .overlay-effect-1:hover figure:before, .overlay-effect-1:hover figure:after {
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}

.overlay-effect-2,
.overlay-effect-2 figure,
.overlay-effect-3,
.overlay-effect-3 figure {
  overflow: hidden;
  position: relative;
}

.overlay-effect-2:before, .overlay-effect-2:after, .overlay-effect-2 figure:before, .overlay-effect-2 figure:after {
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.6);
  height: 100%;
  left: 0;
  opacity: 0.4;
  top: 0;
  -webkit-transition: 0.9s;
  transition: 0.9s;
  width: 100%;
}
.overlay-effect-2:before, .overlay-effect-2 figure:before {
  -webkit-transform: translate(105%, 0%);
          transform: translate(105%, 0%);
}
.overlay-effect-2:after, .overlay-effect-2 figure:after {
  -webkit-transform: translate(-105%, 0%);
          transform: translate(-105%, 0%);
}

.overlay-effect-2:hover:before, .overlay-effect-2:hover:after, .overlay-effect-2:hover figure:before, .overlay-effect-2:hover figure:after {
  opacity: 0;
  -webkit-transform: none;
          transform: none;
}

.overlay-effect-3:before, .overlay-effect-3 figure:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 120%;
  height: 60px;
  background: rgba(255, 255, 255, 0.1);
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -150%, 0);
          transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -150%, 0);
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.overlay-effect-3:hover::before, .overlay-effect-3:hover figure::before {
  top: 100%;
  left: -100%;
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 200%, 0);
          transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 200%, 0);
}

.overlay-effect-4:before, .overlay-effect-4:after, .overlay-effect-4 figure:before, .overlay-effect-4 figure:after {
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.1);
  opacity: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.overlay-effect-4:before, .overlay-effect-4 figure:before {
  bottom: 0;
  left: 50%;
  right: 51%;
  top: 0;
}
.overlay-effect-4:after, .overlay-effect-4 figure:after {
  bottom: 50%;
  left: 0;
  right: 0;
  top: 50%;
}

.overlay-effect-4:hover:before, .overlay-effect-4:hover:after, .overlay-effect-4:hover figure:before, .overlay-effect-4:hover figure:after {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0.5;
}

.background-effect-wrapper {
  overflow: hidden;
}

.background-effect-wrapper, .background-effect {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* -------------------------------------------
    Page Header
        - Page Title
        - Breadcrumb
---------------------------------------------- */
.page-header {
  background-color: var(--wolmart-ptb-bg-color);
  background-image: var(--wolmart-ptb-bg-image);
  background-repeat: var(--wolmart-ptb-bg-repeat);
  background-position: var(--wolmart-ptb-bg-position);
  background-size: var(--wolmart-ptb-bg-size);
  background-attachment: var(--wolmart-ptb-bg-attachment);
}
.page-header .page-title {
  font-family: var(--wolmart-ptb-title-font-family, var(--wolmart-heading-font-family), var(--wolmart-body-font-family)), sans-serif;
  font-weight: var(--wolmart-ptb-title-font-weight, 700);
  font-size: var(--wolmart-ptb-title-font-size);
  line-height: var(--wolmart-ptb-title-line-height, var(--wolmart-heading-line-height, var(--wolmart-heading-line-height)));
  letter-spacing: var(--wolmart-ptb-title-letter-spacing, var(--wolmart-heading-letter-spacing, var(--wolmart-heading-letter-spacing)));
  text-transform: var(--wolmart-ptb-title-text-transform, var(--wolmart-heading-text-transform, var(--wolmart-heading-text-transform)));
  color: var(--wolmart-ptb-title-color, var(--wolmart-heading-color, var(--wolmart-body-color)));
  margin-bottom: 0;
}
.page-header .page-subtitle {
  font-family: var(--wolmart-ptb-subtitle-font-family), var(--wolmart-heading-font-family), var(--wolmart-body-font-family), sans-serif;
  font-weight: var(--wolmart-ptb-subtitle-font-weight, 400);
  font-size: var(--wolmart-ptb-subtitle-font-size);
  line-height: var(--wolmart-ptb-subtitle-line-height, var(--wolmart-heading-line-height, var(--wolmart-body-line-height)));
  letter-spacing: var(--wolmart-ptb-subtitle-letter-spacing, var(--wolmart-heading-letter-spacing, var(--wolmart-body-letter-spacing)));
  text-transform: var(--wolmart-ptb-subtitle-text-transform, var(--wolmart-heading-text-transform, var(--wolmart-body-text-transform)));
  color: var(--wolmart-ptb-subtitle-color, var(--wolmart-heading-color, var(--wolmart-body-color)));
  margin-bottom: 0;
}

.page-title-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  height: var(--wolmart-ptb-height);
}
.page-title-bar .breadcrumb {
  margin-top: 1em;
  padding: 0;
}
.page-title-bar .breadcrumb:first-child {
  margin-top: 0;
}
.page-title-bar.type-left {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.page-title-bar.type-center {
  text-align: center;
}

.breadcrumb-container {
  width: 100%;
  margin: 0 auto;
}
.breadcrumb-container .breadcrumb {
  border-bottom: 1px solid #eee;
}
.breadcrumb-container:empty + main {
  margin-top: 5rem;
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 1.3rem 0.2rem;
  font-family: var(--wolmart-ptb-breadcrumb-font-family), var(--wolmart-body-font-family), sans-serif;
  font-weight: var(--wolmart-ptb-breadcrumb-font-weight, var(--wolmart-body-font-weight));
  font-size: var(--wolmart-ptb-breadcrumb-font-size, var(--wolmart-body-font-size));
  line-height: var(--wolmart-ptb-breadcrumb-line-height, var(--wolmart-body-line-height));
  letter-spacing: var(--wolmart-ptb-breadcrumb-letter-spacing, var(--wolmart-body-letter-spacing));
  text-transform: var(--wolmart-ptb-breadcrumb-text-transform, var(--wolmart-body-text-transform));
  color: var(--wolmart-ptb-breadcrumb-color, var(--wolmart-body-color));
}
.breadcrumb .delimiter,
.breadcrumb .separator {
  opacity: 0.4;
  margin: 0 0.35em;
  font-size: 1.2em;
}
.breadcrumb a {
  opacity: 0.7;
  -webkit-transition: color 0.3s, opacity 0.3s;
  transition: color 0.3s, opacity 0.3s;
}
.breadcrumb a:hover {
  opacity: 1;
  color: inherit;
}
.breadcrumb.home-icon > li:first-of-type > a::before {
  font-family: "wolmart";
  content: "\e967";
}
.breadcrumb_wrapper .breadcrumb {
  color: inherit;
}
.type-center .breadcrumb {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.error404 .breadcrumb, .product-archive-page .breadcrumb, .single-post .breadcrumb, .single-product .breadcrumb, .archive .breadcrumb, .blog .breadcrumb {
  border: none;
}
.breadcrumb-divider-active .breadcrumb {
  border-bottom: 1px solid #eee;
}
.breadcrumb p {
  margin-bottom: 0;
}

.woo-page-header .breadcrumb {
  border-bottom: 0;
}

@media (min-width: 992px) {
  .page-title-bar.type-inline {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .page-title-bar.type-inline .breadcrumb {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .page-title-bar .page-title {
    font-size: 3rem;
  }
}
/* -------------------------------------------
    Pagination
---------------------------------------------- */
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.4rem;
}
.pagination .prev i {
  margin-right: 0.5rem;
}
.pagination .next i {
  margin-left: 0.5rem;
}

.pagination-footer {
  clear: both;
}

.pagination-footer > .links {
  text-align: center;
  margin: 15px 0;
}

.pagination-footer .name {
  display: inline-block;
  margin-right: 1rem;
}

.page-numbers.next, .page-numbers.prev {
  color: var(--wolmart-dark-color, #333);
}

.page-numbers,
.pagination-footer .links .post-page-numbers {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 3rem;
  height: 4rem;
  padding: 0 0.3rem;
  line-height: 1;
  background-color: transparent;
  border: 0.1rem solid transparent;
  -webkit-transition: border 0.3s;
  transition: border 0.3s;
  border-radius: 3px;
}
.page-numbers:hover, .page-numbers.current,
.pagination-footer .links .post-page-numbers:hover,
.pagination-footer .links .post-page-numbers.current {
  border-color: #eee;
  color: var(--wolmart-primary-color, #2879FE);
}
.page-numbers.disabled,
.pagination-footer .links .post-page-numbers.disabled {
  color: #aaa;
  pointer-events: none;
}
.page-numbers:not(:last-child),
.pagination-footer .links .post-page-numbers:not(:last-child) {
  margin-right: 0.5rem;
}
.page-numbers.dots,
.pagination-footer .links .post-page-numbers.dots {
  min-width: auto;
  padding: 0 0 0.8rem;
  border: none;
}

.pagination .prev,
.pagination .next {
  min-width: 8rem;
  padding: 1.2rem;
}
.pagination .prev i,
.pagination .next i {
  top: 0;
}

.show-info {
  margin: 0;
  color: #aaa;
}
.show-info span {
  margin: 0 5px;
  color: var(--wolmart-dark-color, #333);
}

/* -------------------------------------------
    Popup
        - Popup
        - Popup Close
        - Popup Content
        - Popup Login
        - Popup Newsletter
        - Popup Video
        - Popup Zoom, Flip effect
        - Popup Product
        - Popup Product Quickview Zoom
---------------------------------------------- */
.mfp-wrap {
  z-index: 3000;
}

.mfp-bg {
  z-index: 3000;
  background: #000;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.mfp-bg.mfp-ready {
  opacity: 0.7;
}

.mfp-container {
  padding: 4rem 2rem;
}

.mfp-preloader {
  margin-top: 0;
}

.popup {
  visibility: hidden;
}
.mfp-ready .popup {
  visibility: visible;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.4;
}

.mfp-bg.mfp-removing,
.mfp-bg.mfp-removing.mfp-fade {
  opacity: 0;
}

.mfp-product .product {
  -webkit-box-shadow: 0 10px 20px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 20px 5px rgba(0, 0, 0, 0.2);
}

.mfp-ready .product.skeleton-body {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.mfp-close {
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  opacity: 1;
  width: 18px;
  height: 18px;
  text-indent: -9999px;
}
.mfp-wrap .mfp-close {
  top: 20px;
  right: 20px;
}
.mfp-content .mfp-close {
  top: -25px;
  right: 0;
}
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  top: 15px;
  right: 0;
}
.mfp-close span {
  display: none;
}
.mfp-close::before, .mfp-close::after {
  content: "";
  display: block;
  position: absolute;
  background: #fff;
  width: 2px;
  height: 100%;
  top: 0;
  left: calc(50% - 1px);
}
.mfp-close::before {
  width: 100%;
  height: 2px;
  top: calc(50% - 1px);
  left: 0;
}
.mfp-close:hover, .mfp-close:focus {
  -webkit-transform: rotateZ(135deg) scale(1.5);
          transform: rotateZ(135deg) scale(1.5);
}

.mfp-content > * {
  position: relative;
  margin: auto;
  background: #fff;
  -webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1);
          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: 500px;
  margin-left: auto;
  margin-right: auto;
  padding: 3.5rem 5rem 2.5rem;
}
.login-popup .login {
  display: block;
}
.login-popup .tab-pane {
  padding-top: 3.5rem;
}
.login-popup .nav-link {
  padding: 0 0 1px;
  color: var(--wolmart-dark-color, #333);
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.43;
}
.login-popup .nav > li {
  margin-bottom: -1px;
}
.login-popup .nav > li:not(:last-child) {
  margin-right: 1px;
}
.login-popup .nav > li.show > a,
.login-popup .nav > li > .active {
  color: var(--wolmart-dark-color, #333);
  border-color: var(--wolmart-primary-color, #2879FE);
}
.login-popup .tab-pane {
  padding-top: 3.5rem;
  padding-bottom: 0;
}
.login-popup form {
  margin-bottom: 2.8rem;
}

@media (max-width: 767px) {
  .login-popup {
    padding: 3.5rem 2rem;
  }
}
.mfp-login .mfp-preloader {
  max-width: 50rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: calc(100% - 42px);
  margin-left: auto;
  margin-right: auto;
}

.login-popup .w-loading {
  background: transparent;
}

.mfp-wolmart .mfp-content {
  width: 100%;
  height: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.mfp-wolmart .mfp-container {
  -webkit-animation-duration: 0.55s;
          animation-duration: 0.55s;
  -webkit-animation-fill-mode: none;
          animation-fill-mode: none;
  padding: 0;
}
.mfp-wolmart .popup {
  max-width: 90%;
  position: relative;
  margin: 0;
  background: transparent;
}
.mfp-wolmart .wolmart-popup-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  overflow: hidden;
  height: 100%;
}
.mfp-wolmart .wolmart-popup-content > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

.mfp-popup-template .mfp-preloader {
  max-width: 60rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-left: auto;
  margin-right: auto;
  height: 39rem;
  background: #fff;
  -webkit-transition: max-width 0.3s;
  transition: max-width 0.3s;
}

.mfp-video-popup .mfp-content {
  max-width: 1000px;
}
.mfp-video-popup video {
  width: 100%;
}

.mfp-figure {
  line-height: normal;
}

.mfp-ready + .mfp-product .product {
  opacity: 1;
}

.mfp-product.mfp-zoom {
  cursor: pointer;
}
.mfp-product .mfp-container {
  padding: 4rem 3rem 2rem;
}
.mfp-product .mfp-content,
.mfp-product .mfp-preloader {
  max-width: 88rem;
  width: 100%;
  margin: auto;
}
.mfp-product .mfp-preloader {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: calc(100% - 6rem);
}
.mfp-product div.woocommerce-product-gallery {
  margin-bottom: 0;
}
.mfp-product .product {
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  background: #fff;
  padding: 3rem 1.5rem;
  min-height: 40rem;
  margin-bottom: 3rem;
}
.mfp-product .product.row {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.mfp-product .product > .col-md-6 {
  padding-left: 15px;
  padding-right: 15px;
}
.mfp-product .cart label {
  min-width: 5.5rem;
}
.mfp-product .quantity-wrapper label {
  display: none;
}
.mfp-product .quantity-wrapper .quantity {
  margin-right: 1rem;
}
.mfp-product .product-single div.summary {
  padding-left: 0;
}
.mfp-product .mfp-close {
  position: absolute;
  top: -2.7rem;
  right: 0;
}
@media (min-width: 768px) {
  .mfp-product .product-gallery {
    margin-bottom: 0;
  }
  .mfp-product:not(.mfp-offcanvas) .summary {
    position: absolute;
    width: calc(100% - 30px);
    overflow-y: auto;
    padding-bottom: 0;
    height: 100%;
    min-height: 360px;
    max-height: 600px;
  }
}
@media (max-width: 767px) {
  .mfp-product .product {
    padding: 2rem 0.5rem;
  }
  .mfp-product .summary {
    margin-top: 2rem;
    padding-bottom: 1rem;
  }
}

.mfp-preloader > .product {
  margin-bottom: 1rem;
}

.mfp-zoom .mfp-container, .mfp-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.mfp-zoom.mfp-ready .mfp-container {
  opacity: 1;
}
.mfp-zoom.mfp-ready.mfp-bg {
  opacity: 0.4;
}
.mfp-zoom.mfp-removing .mfp-container, .mfp-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}
.mfp-zoom .mfp-content {
  -webkit-transform: translate(25%);
          transform: translate(25%);
  -webkit-transition: -webkit-transform 0.35s linear;
  transition: -webkit-transform 0.35s linear;
  transition: transform 0.35s linear;
  transition: transform 0.35s linear, -webkit-transform 0.35s linear;
}
.mfp-zoom.zoom-start3 .mfp-content {
  -webkit-transform: none;
          transform: none;
}
.mfp-zoom .mfp-figure {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-clip-path: inset(30px 50% 140px 30px);
          clip-path: inset(30px 50% 140px 30px);
}
.mfp-zoom .mfp-figure.vertical {
  -webkit-clip-path: inset(30px 50% 30px 120px);
          clip-path: inset(30px 50% 30px 120px);
}
.mfp-zoom .mfp-content .product {
  opacity: 1;
  height: 100%;
}
.mfp-zoom .w-loading {
  background: none;
}

.mfp-figure:after {
  content: none;
}

img.mfp-img {
  padding: 0;
}

@media (min-width: 992px) {
  .mfp-figure.vertical .col-md-6:first-child {
    overflow: hidden;
  }
  .mfp-figure.vertical .mfp-img {
    margin-left: 110px;
    width: calc(100% - 110px);
  }
  .mfp-figure.vertical .thumbs {
    position: absolute;
    top: 0;
    left: 10px;
    width: 110px;
  }
}
.mfp-figure:not(.vertical) .thumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mfp-figure:not(.vertical) .thumbs > img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.mfp-animated-image {
  -webkit-box-shadow: 0 30px 80px -20px rgba(0, 0, 0, 0.15);
          box-shadow: 0 30px 80px -20px rgba(0, 0, 0, 0.15);
  margin: 5px;
}

.product-quickview-loading.product {
  padding: 2.5rem 1.5rem;
}
.product-quickview-loading img {
  width: 100%;
  border: 5px solid transparent;
}
.product-quickview-loading .product {
  padding: 2.5rem;
}

.mfp-image-holder .mfp-close {
  width: 18px;
  top: -30px;
  color: transparent;
}

.mfp-anim .summary > * {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: opacity 0.55s cubic-bezier(0.2, 0.75, 0.5, 1), -webkit-transform 0.55s cubic-bezier(0.2, 0.75, 0.5, 1);
  transition: opacity 0.55s cubic-bezier(0.2, 0.75, 0.5, 1), -webkit-transform 0.55s cubic-bezier(0.2, 0.75, 0.5, 1);
  transition: transform 0.55s cubic-bezier(0.2, 0.75, 0.5, 1), opacity 0.55s cubic-bezier(0.2, 0.75, 0.5, 1);
  transition: transform 0.55s cubic-bezier(0.2, 0.75, 0.5, 1), opacity 0.55s cubic-bezier(0.2, 0.75, 0.5, 1), -webkit-transform 0.55s cubic-bezier(0.2, 0.75, 0.5, 1);
  -webkit-transition-delay: 0.35s;
          transition-delay: 0.35s;
}
.mfp-anim .summary > :nth-child(1) {
  -webkit-transition-delay: 0.05s;
          transition-delay: 0.05s;
}
.mfp-anim .summary > :nth-child(2) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.mfp-anim .summary > :nth-child(3) {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}
.mfp-anim .summary > :nth-child(4) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.mfp-anim .summary > :nth-child(5) {
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}
.mfp-anim .summary > :nth-child(6) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.mfp-anim.mfp-anim-finish .summary > * {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}

.mfp-ready + .mfp-offcanvas .mfp-container {
  -webkit-animation: 0.4s ease-out slideInRight;
          animation: 0.4s ease-out slideInRight;
}
.mfp-removing + .mfp-offcanvas .mfp-container {
  -webkit-animation: 0.4s ease-in slideOutRight;
          animation: 0.4s ease-in slideOutRight;
}
.mfp-removing + .mfp-offcanvas .mfp-container .mfp-content,
.mfp-removing + .mfp-offcanvas .mfp-content > * {
  opacity: 1;
}
.mfp-offcanvas .mfp-bg {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.mfp-offcanvas .mfp-container {
  padding: 0;
  text-align: right;
}
.mfp-offcanvas .mfp-content {
  width: 100%;
  height: 100vh;
  overflow-y: auto;
}
.mfp-offcanvas .mfp-close {
  position: fixed;
  right: 42rem;
  top: 2rem;
  background: #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
}
.mfp-offcanvas .mfp-close:before, .mfp-offcanvas .mfp-close:after {
  background: var(--wolmart-body-color, #666);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.mfp-offcanvas .mfp-close:before {
  width: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.mfp-offcanvas .mfp-close:after {
  height: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.mfp-offcanvas .mfp-close:hover, .mfp-offcanvas .mfp-close:focus {
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
}
.mfp-offcanvas .mfp-close:hover:before, .mfp-offcanvas .mfp-close:focus:before {
  -webkit-transform: translateX(-50%) rotateZ(-45deg);
          transform: translateX(-50%) rotateZ(-45deg);
}
.mfp-offcanvas .mfp-close:hover:after, .mfp-offcanvas .mfp-close:focus:after {
  -webkit-transform: translateY(-50%) rotateZ(45deg);
          transform: translateY(-50%) rotateZ(45deg);
}
.mfp-offcanvas div.woocommerce-product-gallery {
  padding: 0;
  margin-bottom: 2rem;
}
.mfp-offcanvas .product {
  width: 40rem;
  height: 100%;
  padding: 1.5rem;
  margin: 0 0 0 auto;
  overflow-x: hidden;
  overflow-y: auto;
}
.mfp-offcanvas .mfp-preloader {
  overflow: hidden;
  width: 40rem;
  -webkit-transform: none;
          transform: none;
  height: 100%;
  top: 0;
  right: 0;
  margin: 0;
  left: auto;
}

@media (max-width: 575px) {
  .mfp-offcanvas .product {
    width: 29.5rem;
  }
  .mfp-offcanvas .mfp-close {
    right: 0;
    top: 0.5rem;
  }
}
.product-video-popup .mfp-content {
  max-width: 83rem;
}
.product-video-popup video,
.product-video-popup iframe {
  width: 100%;
}

/* -------------------------------------------
	Products 
		- Default
		- Classic
			- Popup
			- SlideUp
		- Boxed
		- List
			- List
			- Small
---------------------------------------------- */
.recent-dropdown {
  width: calc(var(--wolmart-container-width) - 4 * var(--wolmart-gap, 10px));
  max-width: calc(100vw - 4 * var(--wolmart-gap, 10px));
  padding: 2rem 2rem 0;
  font-size: 1rem;
  border-radius: 5px;
}
body:not(.loaded) .recent-dropdown {
  display: none;
}
.recent-dropdown:not(.executed) {
  visibility: hidden !important;
}
.recent-dropdown.recent-empty {
  padding: 2rem;
  font-size: 1em;
}
.recent-dropdown.dropdown-box {
  right: auto;
  left: 0;
  top: 100%;
}
.recent-dropdown.dropdown-box a {
  padding: 0;
}
.recent-dropdown .woocommerce-loop-product__title a {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.products-view-dropdown > a > i {
  margin-right: 0.8rem;
  font-size: 1.7em;
}

.equal-height .product {
  height: 100%;
}

.product-shadow {
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
}
.product-shadow .product-details,
.product-shadow .product-details .product-action {
  padding-left: 1.8rem;
  padding-right: 1.8rem;
}
.product-shadow:hover {
  -webkit-box-shadow: 0px 0px 20px 0px rgba(100, 100, 100, 0.1);
          box-shadow: 0px 0px 20px 0px rgba(100, 100, 100, 0.1);
}

.product-label-round .product-label {
  padding: 0.5rem 1.1rem;
  border-radius: 1rem;
}

.text-center .product-details {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.products .short-desc {
  font-size: 1.3rem;
  line-height: 1.86;
  margin-bottom: 2rem;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.products .short-desc > p:last-child {
  margin-bottom: 0;
}

.product-wrap {
  font-size: 1rem;
  margin-bottom: 2rem;
}
.product-wrap.grid-item {
  margin-bottom: 0;
}

li > .product {
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
li > .product:hover .product-action,
li > .product:hover .product-action-vertical {
  visibility: visible;
  opacity: 1;
}

.product-media:hover img:last-of-type {
  opacity: 1;
}

.products .product {
  text-align: left;
}
.product.content-center {
  text-align: center;
}
.product.content-right {
  text-align: right;
}

.product-media {
  position: relative;
  margin-bottom: 0;
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
}
.product-media img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.product-media img:last-of-type {
  position: absolute;
  opacity: 0;
  left: 0;
  right: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-media img:first-child {
  position: relative;
  opacity: 1;
}

.product-label-group {
  position: absolute;
  left: 2rem;
  top: 2rem;
  max-width: 11rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.product-label {
  display: inline-block;
  margin-bottom: 0.5rem;
  padding: 0.6rem 1rem;
  font-size: 1.2rem;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  border-radius: 3px;
}
.product-label.label-featured {
  background: #799b5a;
}
.product-label.label-new {
  background: var(--wolmart-primary-color, #2879FE);
}
.product-label.label-sale {
  background: var(--wolmart-secondary-color, #f93);
}
.product-label.label-stock {
  background: var(--wolmart-light-color, #ccc);
}
.product-label.label-img {
  padding: 0;
}

.btn-quickview:not(.btn-outline) {
  border: 0;
  cursor: pointer;
}

.product-action-vertical .btn-product-icon {
  background-color: #fff;
}

.product-loop .btn-product-icon {
  position: relative;
  display: block;
  width: 2.25em;
  height: 2.25em;
  line-height: 2.125em;
  margin-bottom: 0.5rem;
  color: #999;
  font-size: 1.6em;
  -webkit-transition: border-color 0.3s, color 0.3s, background-color 0.3s;
  transition: border-color 0.3s, color 0.3s, background-color 0.3s;
  overflow: hidden;
}
.product-loop .btn-product-icon::before, .product-loop .btn-product-icon.yith-wcwl-add-to-wishlist a::before {
  float: left;
  width: 100%;
  text-indent: 0;
  text-align: center;
}
.product-loop .btn-product-icon.yith-wcwl-add-to-wishlist a {
  font-size: 1.13em;
  color: inherit;
  -webkit-transition: none;
  transition: none;
}
.product-loop .btn-product-icon:hover {
  border-color: var(--wolmart-primary-color, #2879FE);
  color: #fff;
  background-color: var(--wolmart-primary-color, #2879FE);
}
.product-loop .product-cat + .btn-product-icon.yith-wcwl-add-to-wishlist a {
  font-size: 1em;
}
.product-loop.content-right .btn-product-icon::before {
  float: right;
}

.product-media .btn-product-icon {
  border: 1px solid #eee;
  border-radius: 50%;
}

.btn-product-icon.btn-quickview::before {
  content: "\e97e";
  font-family: "wolmart";
  font-weight: 400;
  position: relative;
  top: -1px;
}
.btn-product-icon.add_to_cart_button::before {
  content: "\e93a";
  font-family: "wolmart";
  font-weight: 400;
  position: relative;
  top: -1px;
}
.btn-product-icon.product_read_more::before, .btn-product-icon.product_type_variable::before {
  content: "\e92c";
  font-family: "wolmart";
  font-weight: 400;
  position: relative;
  top: -1px;
}

.outofstock a.btn-product-icon {
  text-indent: -9999px;
}
.outofstock a.btn-product-icon::before {
  content: "\e92c";
  font-family: "wolmart";
  font-weight: 400;
  position: relative;
  top: -1px;
}

.btn-product {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 1.14em 0;
  background-color: var(--wolmart-primary-color, #2879FE);
  color: #fff;
  font-family: inherit;
  font-size: 1.4em;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.025em;
  text-transform: uppercase;
  text-align: center;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.product-media .btn-product {
  opacity: 0.8;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.product-media .btn-product:hover {
  opacity: 1;
}

.product-action-vertical {
  position: absolute;
  top: 15px;
  right: 15px;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
  opacity: 0;
  visibility: hidden;
}

.product-action {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: transparent;
  z-index: 1;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
  opacity: 0;
  visibility: hidden;
}

.product .action-panel {
  background-color: #fff;
  -webkit-box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.08);
          box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.08);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  width: 166px;
  max-width: 80%;
  border-radius: 3px;
  padding: 5px;
  -webkit-transition: opacity 0.3s, visibility 0.3s, bottom 0.3s;
  transition: opacity 0.3s, visibility 0.3s, bottom 0.3s;
}
.product .action-panel .btn-product-icon {
  border: none;
  color: var(--wolmart-dark-color, #333);
  background-color: transparent;
  margin: 0;
}
.product .action-panel .btn-product-icon:before, .product .action-panel .btn-product-icon.yith-wcwl-add-to-wishlist a:before {
  top: 0;
  line-height: 2.25em;
}
.product .action-panel .btn-product-icon.add_to_cart_button:not(.product_type_variable):before {
  top: 1px;
}
.product .action-panel .btn-product-icon.product_read_more::before, .product .action-panel .btn-product-icon.product_type_variable::before {
  font-size: 1.1em;
}
.product .action-panel a.btn-product-icon.compare:before,
.product .action-panel .btn-product-icon.yith-wcwl-add-to-wishlist a {
  position: relative;
  top: 1px;
}
.product .action-panel a.btn-product-icon.compare:before {
  font-size: 1.2em;
  line-height: 2em;
}
.product .action-panel .btn-product-icon.yith-wcwl-add-to-wishlist a {
  font-size: 1.05em;
}
.product .action-panel .btn-product-icon:hover {
  color: var(--wolmart-primary-color, #2879FE);
}
.products .product:hover .action-panel {
  bottom: 15px;
}

.product-cat {
  overflow: hidden;
  padding-right: 4rem;
  margin-bottom: 5px;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 1.1em;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  color: #999;
}
.product-cat a:hover {
  color: var(--wolmart-primary-color, #2879FE);
}

.products .woocommerce-loop-product__title {
  padding-right: 4rem;
}
.products .content-center .woocommerce-loop-product__title {
  padding-left: 2rem;
  padding-right: 2rem;
}
.products .content-right .woocommerce-loop-product__title {
  padding-left: 4rem;
  padding-right: 0;
}

.woocommerce-loop-product__title {
  overflow: hidden;
  margin-bottom: 0.5rem;
  color: var(--wolmart-dark-color, #333);
  font-family: inherit;
  font-size: 1.3em;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.woocommerce-loop-product__title a:hover {
  color: var(--wolmart-primary-color, #2879FE);
}

.price {
  display: inline-block;
  margin-bottom: 0.6rem;
  font-size: 1.6em;
  font-weight: 600;
  letter-spacing: -0.05em;
  color: var(--wolmart-dark-color, #333);
}
.price del {
  color: #aaa;
  font-weight: 400;
}
.price ins {
  margin-right: 6px;
  text-decoration: none;
}
.products .price {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.woocommerce-product-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 1px;
  line-height: 1.1;
  margin-bottom: 0.2rem;
  font-size: 1.2rem;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.products .woocommerce-product-rating {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.content-center .woocommerce-product-rating {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.content-right .woocommerce-product-rating {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.star-rating {
  display: inline-block;
  position: relative;
  font-family: "wolmart";
  margin-right: 0.5rem;
  letter-spacing: 0.2em;
  cursor: pointer;
}
.star-rating::before {
  content: "\e986" "\e986" "\e986" "\e986" "\e986";
  color: rgba(0, 0, 0, 0.2);
}
.star-rating:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
.star-rating span {
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  overflow: hidden;
  text-align: left;
  text-indent: -9999rem;
}
.star-rating span::after {
  content: "\e986" "\e986" "\e986" "\e986" "\e986";
  text-indent: 0;
  position: absolute;
  left: 0;
  color: var(--wolmart-secondary-color, #f93);
}
.star-rating .tooltiptext {
  left: 50%;
  top: auto;
  bottom: 150%;
  text-indent: 0;
  overflow: initial;
  letter-spacing: 0;
}
.star-rating .tooltiptext::after {
  float: none;
  content: "";
  left: inherit;
}
.star-rating + a {
  margin: 2px 0;
  line-height: 1.1;
  color: #aaa;
  text-transform: capitalize;
  overflow: hidden;
  text-overflow: ellipsis;
}
.star-rating + a:hover {
  color: var(--wolmart-primary-color, #2879FE);
}

.product-variations {
  display: inline;
}
.ratings-container + .product-variations {
  margin-top: -5px;
}
.product-variations > * {
  margin: 3px 8px 3px 0;
  padding: 0 0.8rem;
  background-color: transparent;
  background-size: cover;
  font-size: 1.2rem;
  font-family: inherit;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  min-width: 26px;
  min-height: 26px;
  color: var(--wolmart-body-color, #666);
  border: 1px solid var(--wolmart-light-color, #ccc);
  border-radius: 2px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.product-variations > *:last-child {
  margin-right: 0;
}
.product-variations > .active,
.product-variations > *:hover {
  color: var(--wolmart-primary-color, #2879FE);
  border: 1px solid;
}
.product-variations .color {
  border: 0;
}
.product-variations .image,
.product-variations .color {
  position: relative;
  font-size: 0;
}
.product-variations .image::before,
.product-variations .color::before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}

.product-loop .product-variations {
  display: block;
}
.product-loop .product-variations + .short-desc {
  margin-top: 1rem;
}

.product-details .product-action,
.product-hide-details .product-action {
  position: relative;
  visibility: visible;
  opacity: 1;
}
.product-details .btn-product-icon,
.product-hide-details .btn-product-icon {
  width: 3rem;
  height: 3.5rem;
  line-height: 3.5rem;
  margin: 0 0 0 1rem;
  color: var(--wolmart-dark-color, #333);
  -webkit-transition: color 0.3s, background-color 0.3s, visibility 0.3s;
  transition: color 0.3s, background-color 0.3s, visibility 0.3s;
}
.product-details .btn-product-icon + .btn-product-icon,
.product-hide-details .btn-product-icon + .btn-product-icon {
  margin-left: 0.8rem;
}
.product-details .btn-product-icon i,
.product-hide-details .btn-product-icon i {
  font-size: 1.2em;
}
.product-details .btn-product-icon:hover,
.product-hide-details .btn-product-icon:hover {
  color: var(--wolmart-primary-color, #2879FE);
  background-color: transparent;
}
.product-details .btn-product,
.product-hide-details .btn-product {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 9.5rem;
  max-width: 12.3rem;
  height: 3.5rem;
  line-height: 3.5rem;
  font-size: 1.3em;
  -webkit-transition: color 0.3s, background-color 0.3s, border-color 0.3s;
  transition: color 0.3s, background-color 0.3s, border-color 0.3s;
  z-index: 1;
  color: #fff;
  background-color: #444;
}

.product-details {
  position: relative;
  padding-top: 1.6rem;
}
.product-details > .yith-wcwl-add-to-wishlist.btn-product-icon {
  overflow: visible;
  position: absolute;
  top: 1.5rem;
  right: 0;
  z-index: 1;
  width: auto;
  height: auto;
  color: #999;
  background: none;
  font-size: 1.6em;
  line-height: 1;
}
.content-right .product-details > .yith-wcwl-add-to-wishlist.btn-product-icon {
  right: auto;
  left: 0;
  margin: 0 0.8rem 0 0;
}
.product-details > .yith-wcwl-add-to-wishlist a::before {
  display: block;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.product-details > .yith-wcwl-add-to-wishlist a:hover {
  color: var(--wolmart-primary-color, #2879FE);
  background: none;
}
.product-details > .yith-wcwl-add-to-wishlist a:hover::before {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.product-shadow .product-details > .yith-wcwl-add-to-wishlist.btn-product-icon {
  right: 1.8rem;
}
.product-details > :last-child {
  margin-bottom: 0;
}

.product-loop .yith-wcwl-add-to-wishlist a span,
.product-loop .yith-wcwl-icon {
  display: none;
}

a.btn-product-icon.compare:before {
  font-family: "wolmart";
  content: "\e93d";
  font-size: 1.25em;
  color: inherit;
}

.summary .btn-product-icon.compare:before {
  font-size: 1.5em;
}

.product .compare.added:before {
  content: "\e969";
}

@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .product-hide-details .add_to_cart_button,
.product-details .add_to_cart_button {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 12.3rem;
            flex: 0 0 12.3rem;
  }
}
@media (-ms-high-contrast: active) and (max-width: 575px), (-ms-high-contrast: none) and (max-width: 575px) {
  .product-hide-details .add_to_cart_button,
.product-details .add_to_cart_button {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 9.5rem;
            flex: 0 0 9.5rem;
  }
}
.product-default:not(.product-with-qty) .product-details .btn-product {
  max-width: 100%;
}

.product-with-qty .quantity {
  height: 3.5rem;
  line-height: 3.5rem;
  margin-right: 1rem;
}

.product-cart-popup .price {
  margin-bottom: 0;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.product-cart-popup .product-details .product-action .btn-product {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  min-width: 0;
  height: auto;
  padding: 0;
  color: var(--wolmart-primary-color, #2879FE);
  line-height: 1.6;
  background: transparent;
}
.product-cart-popup .product-details .product-action .btn-product:after {
  content: "";
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 3px;
  border-top: 1px solid;
  border-bottom: 2px solid;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.product-cart-popup .product-details .product-action .btn-product:hover:after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.product-cart-popup .product-hide-details {
  position: absolute;
  opacity: 0;
  bottom: -1rem;
  padding: 0;
  -webkit-transition: opacity 0.3s, bottom 0.3s, background-color 0.3s;
  transition: opacity 0.3s, bottom 0.3s, background-color 0.3s;
}
.product-cart-popup.product-boxed .price + .product-hide-details {
  bottom: 0;
}
.product-cart-popup.content-center .product-hide-details {
  left: 0;
  right: 0;
}
.product-cart-popup:hover .product-details .price + .product-hide-details {
  bottom: 0;
  opacity: 1;
}
.product-cart-popup:hover .product-details .woocommerce-product-rating + .product-hide-details {
  bottom: 0.5rem;
  left: 1rem;
  right: 1rem;
  opacity: 1;
  background-color: #fff;
}
.product-cart-popup:hover .product-details .woocommerce-loop-product__title + .product-hide-details {
  position: relative;
  bottom: 0;
  opacity: 1;
}
.product-cart-popup:hover.product-boxed .price + .product-hide-details {
  bottom: 1rem;
}
.product-cart-popup:hover .price {
  opacity: 0;
}
.product-cart-popup:hover .product-details .wolmart-sold-by-container + .product-hide-details {
  bottom: 1.8rem;
  opacity: 1;
}
.product-cart-popup.product-catalog.no-hide-price:hover .price {
  opacity: 1;
}

@media (max-width: 479px) {
  .product-with-qty .quantity {
    margin-right: 0.5rem;
  }
  .product-with-qty .quantity button {
    padding: 8px 6px;
  }
  .product-with-qty .quantity input {
    width: 36px;
  }
}
.product-classic .btn-product {
  display: block;
  padding: 0 0.3em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #fff;
  background-color: #454545;
}
.product-classic .btn-product-icon {
  -webkit-transform: translateX(-200%);
          transform: translateX(-200%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility 0.3s, color 0.3s, background-color 0.3s, border-color 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, visibility 0.3s, color 0.3s, background-color 0.3s, border-color 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s, visibility 0.3s, color 0.3s, background-color 0.3s, border-color 0.3s;
  transition: transform 0.3s, opacity 0.3s, visibility 0.3s, color 0.3s, background-color 0.3s, border-color 0.3s, -webkit-transform 0.3s;
}
.product-classic .compare {
  -webkit-transition: opacity 0.5s, visibility 0.5s, color 0.3s, background-color 0.3s, border-color 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.5s, visibility 0.5s, color 0.3s, background-color 0.3s, border-color 0.3s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s, visibility 0.5s, color 0.3s, background-color 0.3s, border-color 0.3s;
  transition: transform 0.5s, opacity 0.5s, visibility 0.5s, color 0.3s, background-color 0.3s, border-color 0.3s, -webkit-transform 0.5s;
}
.product-classic.content-center .btn-product-icon {
  -webkit-transform: translateX(200%);
          transform: translateX(200%);
  -webkit-transition: opacity 0.3s, visibility 0.3s, color 0.3s, background-color 0.3s, border-color 0.3s, -webkit-transform 0.4s;
  transition: opacity 0.3s, visibility 0.3s, color 0.3s, background-color 0.3s, border-color 0.3s, -webkit-transform 0.4s;
  transition: transform 0.4s, opacity 0.3s, visibility 0.3s, color 0.3s, background-color 0.3s, border-color 0.3s;
  transition: transform 0.4s, opacity 0.3s, visibility 0.3s, color 0.3s, background-color 0.3s, border-color 0.3s, -webkit-transform 0.4s;
}
.product-classic.content-center .compare {
  -webkit-transform: translateX(-200%);
          transform: translateX(-200%);
}
.product-classic.content-right .btn-product-icon {
  -webkit-transform: translateX(200%);
          transform: translateX(200%);
  -webkit-transition: opacity 0.5s, visibility 0.5s, color 0.3s, background-color 0.3s, border-color 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.5s, visibility 0.5s, color 0.3s, background-color 0.3s, border-color 0.3s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s, visibility 0.5s, color 0.3s, background-color 0.3s, border-color 0.3s;
  transition: transform 0.5s, opacity 0.5s, visibility 0.5s, color 0.3s, background-color 0.3s, border-color 0.3s, -webkit-transform 0.5s;
}
.product-classic.content-right .compare {
  -webkit-transition: opacity 0.3s, visibility 0.3s, color 0.3s, background-color 0.3s, border-color 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, visibility 0.3s, color 0.3s, background-color 0.3s, border-color 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s, visibility 0.3s, color 0.3s, background-color 0.3s, border-color 0.3s;
  transition: transform 0.3s, opacity 0.3s, visibility 0.3s, color 0.3s, background-color 0.3s, border-color 0.3s, -webkit-transform 0.3s;
}
.product-classic.content-center .yith-wcwl-add-to-wishlist, .product-classic.content-right .btn-product-icon {
  margin: 0 0.8rem 0 0;
}
.product-classic .product-action-vertical .btn-product-icon {
  -webkit-transform: none;
          transform: none;
}
.product-classic:hover .btn-product-icon {
  -webkit-transform: none;
          transform: none;
  opacity: 1;
  visibility: visible;
}

.product .btn-product:hover {
  color: #fff;
  background-color: var(--wolmart-primary-color, #2879FE);
}

.product-slideup {
  z-index: 1;
}
.product-slideup .product-details {
  background-color: #fff;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.product-slideup .product-action {
  position: absolute;
  padding-top: 1.5rem;
  top: 100%;
  bottom: auto;
  background-color: #fff;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  transition: visibility 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, visibility 0.3s, opacity 0.3s;
  transition: transform 0.3s, visibility 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}
.product-slideup:hover .product-details,
.product-slideup:hover .product-action {
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
}

.product-boxed {
  padding: 0.9rem;
  border: 1px solid #eee;
  background-color: #fff;
}
.product-boxed .product-details {
  padding: 1.8rem 1rem 1rem;
}
.product-boxed.product-slideup .product-hide-details .product-action {
  padding: 0 2rem 2rem;
}
.product-boxed:hover {
  -webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.05);
          box-shadow: 0 5px 30px rgba(0, 0, 0, 0.05);
}

.wolmart-sold-by-container {
  font-size: 1.2rem;
}
.wolmart-sold-by-container > * :not(a) {
  color: var(--wolmart-body-color, #666);
}

.product-overlay .product-media:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(34, 34, 34, 0.6);
  opacity: 0;
  z-index: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.product-overlay .product-details {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  opacity: 0;
  z-index: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-top: 10px;
}
.product-overlay .product-action-vertical {
  z-index: 2;
}
.product-overlay .product-details,
.product-overlay .product-action-vertical {
  -webkit-transition: opacity 0.3s, margin 0.3s;
  transition: opacity 0.3s, margin 0.3s;
}
.product-overlay .product-action-vertical .btn-product-icon {
  color: #fff;
  background-color: transparent;
  border: none;
}
.product-overlay .product-details .woocommerce-loop-product__title {
  white-space: normal;
  padding-left: 1rem;
  padding-right: 1rem;
}
.product-overlay .woocommerce-loop-product__title,
.product-overlay .price {
  color: #fff;
}
.product-overlay .woocommerce-loop-product__title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-word;
}
.product-overlay .product-cat,
.product-overlay .star-rating::before,
.product-overlay .star-rating + a {
  color: var(--wolmart-light-color, #ccc);
}
.product-overlay .product-hide-details {
  padding: 0 2rem 2rem;
}
.product-overlay .product-details .btn-product,
.product-overlay .product-hide-details .btn-product {
  background-color: transparent;
  color: #fff;
  border: 1px solid;
}
.product-overlay .product-details .btn-product:hover,
.product-overlay .product-hide-details .btn-product:hover {
  color: var(--wolmart-dark-color, #333);
  background-color: #fff;
  border-color: #fff;
}
.product-overlay .woocommerce-loop-product__title a:hover,
.product-overlay .product-cat a:hover {
  color: #fff;
  text-decoration: underline;
}
.product-overlay:hover .product-media:before {
  opacity: 1;
}
.product-overlay:hover .product-details {
  opacity: 1;
}
.product-overlay:hover .product-details,
.product-overlay:hover .product-action-vertical {
  margin: 0;
}
.product-overlay .wolmart-sold-by-container span {
  color: #fff;
}
.product-overlay .wolmart-sold-by-container a {
  color: #fff;
}
.product-overlay .wolmart-sold-by-container a:hover {
  text-decoration: underline;
}

.product-details-popup .product-label-group {
  left: auto;
  right: 2rem;
}

.product-list .btn-product {
  max-width: 17.6rem;
  height: 4.4rem;
  color: var(--wolmart-dark-color, #333);
  background-color: transparent;
  border: 2px solid var(--wolmart-light-color, #ccc);
  font-size: 1.4em;
}
.product-list .btn-product:hover {
  color: #fff;
  background-color: var(--wolmart-primary-color, #2879FE);
  border-color: var(--wolmart-primary-color, #2879FE);
}
.product-list .add_to_cart_button:before {
  content: "\e93a";
  font-family: "wolmart";
  font-weight: 400;
  font-size: 1.2em;
  margin-right: 0.8rem;
}

@media (max-width: 479px) {
  .product-list .btn-product {
    height: 3.5rem;
    line-height: 3.1rem;
  }
}
.product-list,
.product-list-sm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-list .woocommerce-loop-product__title,
.product-list-sm .woocommerce-loop-product__title {
  padding-right: 0;
}

@media (min-width: 576px) {
  .product-list .product-media {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 26rem;
            flex: 0 0 26rem;
    max-width: 26rem;
    margin: 0 2rem 0 0;
  }
  .product-list .woocommerce-loop-product__title {
    font-size: 1.8em;
    font-weight: 600;
  }
  .product-list .price {
    font-size: 1.8em;
    font-weight: 600;
  }
  .product-list .woocommerce-product-rating {
    margin-bottom: 0.8rem;
  }
  .product-list .product-details {
    padding: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: calc(100% - 28rem);
  }
  .product-list .product-details .btn-product {
    min-width: 12rem;
  }
}
.product-list-sm .product-media {
  line-height: 1.6;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 10rem;
          flex: 0 0 10rem;
  max-width: 10rem;
  margin-right: 1rem;
}
.product-list-sm .woocommerce-loop-product__title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 0.6rem;
  white-space: normal;
}
.product-list-sm .woocommerce-product-rating {
  margin-bottom: 0.6rem;
}
.product-list-sm .price {
  font-size: 1.6em;
}
.product-list-sm .btn-product {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 1rem;
  height: 3.3rem;
  font-size: 1.2em;
  min-width: 11rem;
}
.product-list-sm.content-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.product-list-sm.content-right figure {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin: 0 0 0 1rem;
}
.product-list-sm .product-details {
  padding: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: calc(100% - 11rem);
}

.content-left .product-action {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.content-center .product-cat {
  padding: 0;
}
.content-center .product-action {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.content-center .product-variations {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.content-right .product-cat {
  padding: 0;
  padding-left: 4rem;
}
.content-right .product-action {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.content-right .product-variations {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.shadow-media:hover .product-media {
  -webkit-box-shadow: 0 2rem 1.6rem -1.6rem rgba(0, 0, 0, 0.5);
          box-shadow: 0 2rem 1.6rem -1.6rem rgba(0, 0, 0, 0.5);
}

.products.grid:not(.masonry) .product-wrap {
  margin-bottom: 0;
}
.products.grid:not(.masonry) .product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.products.grid:not(.masonry) .product-media {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 0;
}
.products.grid:not(.masonry) .product-media > a {
  display: block;
  height: 100%;
}
.products.grid:not(.masonry) .product-media img {
  height: 100%;
}

.products-col .product-list-sm {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
}
.products-col .product-list-sm .product-media {
  margin: 0 1rem 0 0;
}

.add_to_cart_button.loading {
  opacity: 0.6;
}

.slider-nav-full .product-wrap {
  margin-bottom: 0;
}

.yith-wcwl-add-to-wishlist a::before {
  content: "\e98d";
  font-family: "wolmart";
  font-weight: 400;
}

.yith-wcwl-add-to-wishlist a i {
  display: none;
}

.products .yith-wcwl-add-to-wishlist a::after {
  content: "";
  clear: both;
  display: block;
}

.yith-wcwl-wishlistaddedbrowse a::before,
.yith-wcwl-wishlistexistsbrowse a::before {
  content: "\e902";
}

.product-details .yith-wcwl-wishlistaddedbrowse a:hover::before,
.product-details .yith-wcwl-wishlistexistsbrowse a:hover::before {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.count-progress {
  height: 1rem;
  margin: 1rem 0;
  border-radius: 1rem;
  background: #eee;
  overflow: hidden;
}

.count-now {
  background: #999;
  border-radius: inherit;
  height: 100%;
}

.count-text {
  font-size: 1.3em;
  line-height: 1;
}

.product-list .count-text {
  margin-bottom: 1rem;
}

.product .countdown-container {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
  white-space: nowrap;
  overflow-x: auto;
  background-color: rgba(34, 34, 34, 0.8);
  color: #fff;
  letter-spacing: -0.025em;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}
.product .countdown-container::-webkit-scrollbar {
  height: 5px;
}
.product .countdown-container::-webkit-scrollbar-thumb {
  background: rgba(191, 191, 191, 0.2);
}
.product .countdown-container::-webkit-scrollbar-track {
  background: transparent;
}
.product .countdown-container .countdown {
  width: 100%;
}
.product .countdown-container .countdown-amount {
  font-size: 1.4rem;
  font-weight: 700;
  color: inherit;
  letter-spacing: inherit;
}
.product .countdown-container .countdown-period {
  font-size: 1rem;
  color: inherit;
  letter-spacing: inherit;
  text-transform: capitalize;
  bottom: 0.8rem;
}
.product .countdown-container .countdown-section {
  padding: 0.7rem 1rem 2.2rem;
}
.product .countdown-container .countdown-section:not(:last-child) {
  margin-right: 1rem;
}
.product .countdown-container .countdown-section:not(:last-child):after {
  content: none;
}

.products .product:hover .countdown-container {
  opacity: 0;
  visibility: hidden;
}

@media (max-width: 575px) {
  .product-list {
    display: block;
  }
  .product-list .product-media,
.product-list .product-details {
    margin: 0;
    max-width: 100%;
  }
  .product-list .product-media {
    width: 100%;
  }
  .product-list .product-details {
    padding: 1.8rem 0 2rem;
  }

  .product-action-vertical {
    top: 10px;
    right: 10px;
  }

  .product-label-group {
    top: 15px;
    left: 15px;
  }
}
@media (max-width: 479px) {
  .product-default:not(.product-with-qty) .product-details .btn-product {
    height: auto;
    padding: 0.8em 0;
    text-indent: 0;
  }
  .product-default:not(.product-with-qty) .product-details .btn-product::before {
    display: none;
  }

  .product-default .product-hide-details .product-action .btn-product {
    padding: 0;
  }

  .product-details .add_to_cart_button,
.product-details .btn-product,
.product-hide-details .add_to_cart_button,
.product-hide-details .btn-product {
    min-width: 3.5rem;
    max-width: 3.5rem;
    padding: 0;
  }
  .product-details .add_to_cart_button,
.product-hide-details .add_to_cart_button {
    display: block;
    overflow: hidden;
    text-indent: -9999rem;
  }
  .product-details .add_to_cart_button::before,
.product-hide-details .add_to_cart_button::before {
    content: "\e93a";
    width: 100%;
    float: left;
    text-indent: 0;
    text-align: center;
    font-family: "wolmart";
    font-size: 18px;
    font-weight: 400;
    margin: 0;
  }
  .product-details .product_type_variable::before,
.product-hide-details .product_type_variable::before {
    content: "\e92c";
  }

  .outofstock a.btn-product {
    text-indent: -9999px;
  }
  .outofstock a.btn-product::before {
    content: "\e92c";
    width: 100%;
    float: left;
    line-height: 4rem;
    text-indent: 0;
    text-align: center;
    font-family: "wolmart";
    font-size: 18px;
    font-weight: 400;
  }
}
/* ajax loading */
.product-filtering + .w-loading {
  position: relative;
  min-height: 100px;
  margin-bottom: 2rem;
}

/* Products Banner */
.products-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.products-banner > .products-banner-inner,
.products-banner > .woocommerce {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 10px;
}
.products-banner > .nav-filters {
  display: block;
}

/* Product Grid */
.creative-grid > .product-wrap {
  margin-bottom: 0;
}
.creative-grid .product {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.creative-grid .product-media {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.creative-grid .product-list,
.creative-grid .product-list-sm,
.creative-grid .product-single {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.creative-grid .product-list .product-media {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 26rem;
          flex: 0 0 26rem;
  max-width: 26rem;
}

@media (max-width: 359px) {
  .product-wrap .product-default .product-action .btn-quickview:first-child {
    padding: 0.8em 0;
  }

  .products .product {
    font-size: 0.9rem;
  }

  .products .btn-product-icon {
    margin-bottom: 0.25rem;
  }
}
.products.row,
.products ul.row {
  margin-left: -10px;
  margin-right: -10px;
}
.products.row.gutter-no,
.products ul.row.gutter-no {
  margin-left: 0;
  margin-right: 0;
}

.woocommerce .products .product-list figure.product-media {
  margin-right: 2rem;
}

.woocommerce .products .product-list-sm figure.product-media {
  margin-right: 2rem;
}

.woocommerce .products .product-list-sm.content-right figure,
.woocommerce .products .product-list-sm.content-center figure {
  margin: 0 0 0 2rem;
}

/* -------------------------------------------
	@Component - Product Single
---------------------------------------------- */
.woocommerce-product-gallery {
  position: relative;
}

.woocommerce-product-gallery__image a,
.woocommerce-product-gallery__image img {
  width: 100%;
  display: block;
}

.product-thumbs-wrap {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
}

.product-single .col-md-6 .woocommerce-product-gallery {
  position: sticky;
  top: 0;
}

.product-single-carousel-wrap {
  width: 100%;
}

.product-single-carousel ~ .slider-button-prev {
  left: 1.5em;
}

.product-single-carousel ~ .slider-button-next {
  right: 1.5em;
}

.product-gallery {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.product-gallery.slider-container {
  position: static;
}
.product-gallery > .slider-pagination {
  bottom: -3rem;
}
.product-gallery > .slider-container {
  position: relative;
  width: 100%;
}

.product-thumbs-wrap {
  position: relative;
  margin-top: 1rem;
  overflow: hidden;
}
.product-thumbs-wrap img {
  display: block;
  width: 100%;
}

.product-thumbs-wrap .slider-button {
  background: #fff;
  opacity: 0.9;
  border-radius: 0;
  height: 101%;
  width: 2.4rem;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.product-thumbs-wrap > .disabled {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}
.product-thumbs-wrap .slider-button-prev {
  left: 1.2rem;
}
.product-thumbs-wrap .slider-button-next {
  right: 1.2rem;
}
.product-thumbs-wrap > button:not(.disabled):hover {
  opacity: 1;
}

.product-thumb::after {
  position: absolute;
  left: 0.5px;
  right: 0.5px;
  top: 0.5px;
  bottom: 0.5px;
}

*:not(.slider-container-initialized) > .product-thumbs {
  width: calc(100% + 10px);
  margin: 0 -5px;
}

.product-thumb {
  position: relative;
  margin: 0 5px;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.product-thumbs.active .product-thumb {
  margin-left: 0;
}
.product-quickview .product-thumb {
  width: auto;
}
.row > .product-thumb {
  max-width: calc(25% - 10px);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
}
.product-thumb::after {
  content: "";
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
  border: 1px solid transparent;
}
.product-thumb.active::after {
  border-color: var(--wolmart-primary-color, #2879FE);
}

.slider-container-initialized div.product-thumb {
  margin: 0;
}

.product-single {
  position: relative;
  font-size: 1.3rem;
}
.product-single .summary > hr {
  margin-bottom: 1.5rem;
}
.product-single .summary p:not(.price) {
  font-size: 1.3rem;
}
.product-single .variations {
  margin-bottom: 2.2rem;
}
.product-single .select-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-single .product-soac-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-single .product-soac-wrapper .btn-product-icon {
  margin: 0 2rem 1rem 0;
}
.product-single .product-soac-wrapper .btn-product-icon span {
  display: none;
}
.product-single .product-soac-wrapper .btn-product-icon.compare {
  color: var(--wolmart-body-color, #666);
}

.woocommerce-product-details__short-description {
  border-bottom: 1px solid #eee;
  margin-bottom: 1.7rem;
  line-height: 2;
}
.woocommerce-product-details__short-description ul, .woocommerce-product-details__short-description p {
  margin-bottom: 1.6rem;
}

.woocommerce-product-gallery .product-label-group {
  z-index: 2;
  left: 2rem;
}

.summary {
  padding: 0.4rem 0 3rem;
}
.container-fluid .summary {
  padding-top: 4px;
}
.summary .woocommerce-review-link {
  color: #999;
  font-size: 1.2rem;
}
.summary .woocommerce-product-rating {
  margin-bottom: 1.6rem;
  font-size: 1.5rem;
}
.summary .star-rating {
  letter-spacing: 0.1em;
}
.summary .star-rating span::after {
  color: #ffb639;
}
.summary .yith-wcwl-add-to-wishlist {
  position: relative;
  display: inline-block;
}
.summary .yith-wcwl-add-to-wishlist a {
  display: inline-block;
  padding: 1.2rem 0.8rem;
  color: var(--wolmart-dark-color, #333);
}
.summary .yith-wcwl-add-to-wishlist a::before {
  font-size: 1.8rem;
}
.summary .yith-wcwl-add-to-wishlist a:hover {
  color: var(--wolmart-primary-color, #2879FE);
}
.summary .compare {
  display: inline-block;
  padding: 1rem 0.8rem;
  vertical-align: -1px;
  font-size: 1.3rem;
  color: var(--wolmart-dark-color, #333);
}
.summary .compare:before {
  font-size: 1.5em;
}
.summary .compare:hover {
  color: var(--wolmart-primary-color, #2879FE);
}
.summary .yith-wcwl-wishlistaddedbrowse a::before {
  float: none;
  width: auto;
}
.summary .social-icons {
  margin-right: 0.8rem;
  vertical-align: 0.2rem;
}
.summary .social-icons::after {
  content: "";
  border-left: 1px solid #e1e1e1;
  height: 1.8rem;
  margin-left: 1.2rem;
}
.summary .product-variations .color {
  border-radius: 50%;
}

.product-variations > .color::before {
  content: "";
  position: relative;
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: -0.025em;
  color: #fff;
}
.product-variations > .color:hover, .product-variations > .color.active {
  border: none;
}
.product-variations > .color.active::before {
  content: "\f00c";
}

.product-countdown-container {
  position: relative;
  margin: -0.6rem 0 1.2rem;
  font-size: 1.5rem;
}
.product-list-sm .product-countdown-container {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  margin-bottom: 0;
  font-size: 9px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.product-list-sm .product-countdown-container .countdown-amount {
  margin-left: 0;
}
.product-countdown-container::before {
  content: "";
  position: absolute;
  height: 2.4rem;
  left: -1.7rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-right: 1px solid #fff;
  opacity: 0.2;
}
.product-countdown-container label {
  margin-right: 0.5rem;
  text-transform: none;
  font-weight: 400;
  color: #fff;
}
.product-countdown-container .countdown-amount {
  color: inherit;
  font-size: inherit;
}

.countdown-variations {
  display: none;
}

.product-countdown {
  display: inline;
  margin-left: 0.5rem;
  color: var(--wolmart-primary-color, #2879FE);
  font-weight: 700;
}

.product-gallery + .product-countdown-container {
  position: absolute;
  bottom: 20px;
  margin: 0 -50% 0 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.product-variations > .disabled {
  cursor: not-allowed;
  opacity: 0.3;
}

.product_title {
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 1.4;
  margin-bottom: 1.2rem;
}
.product_title a {
  color: inherit;
}

p.price {
  display: block;
  margin-bottom: 1rem;
  font-size: 3rem;
  margin-top: 1.4rem;
  border-top: 1px solid #eee;
  padding-top: 2rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.05em;
}
p.price del {
  font-size: 2.4rem;
}

form.cart:not(.variations_form) {
  padding-top: 3px;
}

.woocommerce-variation-add-to-cart,
form.cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

form.cart .quantity-wrapper {
  margin-bottom: 1.4rem;
}
form.cart .quantity-wrapper label {
  margin-right: 0.1rem;
}

form.cart .quantity {
  margin-right: 1rem;
}

form.cart label {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 3.2rem;
  color: var(--wolmart-dark-color, #333);
  min-width: 7rem;
  margin-right: 0.5rem;
}

form.variations_form {
  display: block;
}

.variations > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.variations > *:not(:last-child) {
  margin-right: 4rem;
  margin-bottom: 1.4rem;
}
.variations .select-box::before {
  right: 1.4rem;
  font-size: 1.2rem;
  color: var(--wolmart-dark-color, #333);
}
.variations select {
  max-width: none;
  padding: 0.8rem 3rem 0.8rem 1.4rem;
  color: var(--wolmart-dark-color, #333);
  border-color: var(--wolmart-light-color, #ccc);
  font-size: 1.3rem;
}
.variations .reset-variation-cont {
  display: block;
}
.variations .product-variations + select,
.variations .reset-variation-tr {
  display: none;
}

.reset_variations {
  color: var(--wolmart-dark-color, #333);
  padding: 0.3em 1em;
  background: #f4f4f4;
  font-size: 1.2rem;
  margin-bottom: 2.5rem;
}

hr.product-divider {
  margin-top: 0;
  margin-bottom: 2rem;
  width: 100%;
}

p.out-of-stock,
p.wolmart-pre-order-date,
.woocommerce-variation p,
p.stock.available-on-backorder {
  display: inline-block;
  padding: 4px 2rem;
  margin-bottom: 1rem;
  margin-top: 1rem;
  border-radius: 2px;
  color: #fff;
  background: #d26e4b;
}

p.out-of-stock {
  background: var(--wolmart-light-color, #ccc);
}

.woocommerce-variation {
  display: none;
  margin-bottom: 0.3rem;
}
.woocommerce-variation .price {
  margin-bottom: -10px;
}

.woocommerce-variation > * {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.action-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-bottom: 2rem;
}
.action-group span {
  display: none;
}
.action-group .btn-product-icon {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  font-size: 1.6rem;
  color: var(--wolmart-body-color, #666);
  width: 4.5rem;
  height: 4.5rem;
  min-width: 4.5rem;
  margin: 0 0 0 1rem;
  border: 1px solid var(--wolmart-light-color, #ccc);
  border-radius: 2px;
}
.action-group .btn-product-icon:hover {
  background-color: var(--wolmart-primary-color, #2879FE);
  border-color: var(--wolmart-primary-color, #2879FE);
  color: #fff;
}
.action-group .btn-product-icon::before {
  line-height: 4.5rem;
  margin: 0;
  padding: 0;
}

/* End 2020-12-15 */
.single_add_to_cart_button,
.single_buy_now_button {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.4rem;
  margin-bottom: 1.4rem;
  line-height: 4.4rem;
  padding: 0 1em;
  border-radius: 2px;
  border-width: 0;
}

.single_add_to_cart_button::before {
  content: "\e93a";
  font-family: "wolmart";
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  margin-right: 8px;
  position: relative;
  bottom: -1px;
}

.single_buy_now_button {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  margin-top: 0.6rem;
  border-width: 1px;
  line-height: 4.2rem;
}

.product_meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product_meta img {
  border-radius: inherit;
}
.product_meta.no-brand-image {
  display: block;
}
.product_meta .brand {
  border: 1px solid #eee;
  border-radius: 0.5rem;
  margin: 0 1.7rem 1rem 0;
}
.product_meta .brand img {
  height: 4.8rem;
}
.product_meta .brand img.w-lazyload {
  max-width: 11rem;
}
.product_meta .brand img:not(.w-lazyload) {
  width: auto;
}
.product_meta .by-vendor-name-link:not(:last-child) {
  margin: 0 1.7rem 1rem 0;
}
.product_meta a {
  text-transform: none;
  color: #999;
}
.product_meta a:hover {
  color: var(--wolmart-primary-color, #2879FE);
}

.product-single-gallery .woocommerce-product-details__short-description,
.product-single-gallery .product_meta {
  border-bottom: 0;
  margin-bottom: 0;
}

.product-single-gallery .variations {
  padding-bottom: 0.8rem;
  border-bottom: 1px solid #eee;
  margin-bottom: 2.5rem;
}

.product-meta-inner {
  line-height: 1.9;
  padding: 0.2rem 0 0 0.3rem;
  margin-bottom: 1rem;
  color: var(--wolmart-body-color, #666);
}
.product-meta-inner > span {
  display: block;
}
.product-meta-inner > span:not(:last-child) {
  margin-right: 1rem;
}
.product-meta-inner .sku {
  color: #999;
}

.size-guide {
  line-height: 30px;
  font-weight: 300;
}
.size-guide i {
  margin-right: 0.5rem;
  font-size: 1.5rem;
}

.woocommerce-variation-price .price {
  font-size: 2.4rem;
  font-weight: 600;
}
.woocommerce-variation-price del {
  font-weight: 600;
}

.product-widget .variations {
  margin-bottom: 1.7rem;
}
.product-widget form.cart:not(.variations_form),
.product-widget .woocommerce-variation-add-to-cart {
  border-top: 1px solid #eee;
  padding-top: 2rem;
}
.product-widget.product-single div.summary {
  padding: 2.5rem 0 3rem;
}
.product-widget .star-rating span:after {
  color: var(--wolmart-secondary-color, #f93);
}
.product-widget div.woocommerce-product-gallery {
  margin-bottom: 0.4rem;
}
.product-widget form.cart label {
  min-width: auto;
  margin-right: 1rem;
}
.product-widget .quantity-wrapper label {
  display: none;
}
.product-widget .summary {
  -webkit-mask-image: linear-gradient(to top, transparent 5px, #000 25px);
  mask-image: linear-gradient(to top, transparent 5px, #000 25px);
  -webkit-overflow-scrolling: touch;
}
.product-widget .summary::-webkit-scrollbar {
  width: 0;
}
.product-widget .yith-wcwl-add-to-wishlist a {
  padding: 0.3rem 0.8rem;
}
.product-widget .product_title:hover a {
  color: var(--wolmart-primary-color, #2879FE);
}
.product-widget button.slider-button {
  top: 50%;
  font-size: 2.4rem;
}
.product-widget .single_buy_now_button {
  margin-top: -0.4rem;
}
.product-widget .product-thumbs-wrap .slider-button:not(:disabled):hover {
  background: #fff;
}

@media (min-width: 768px) {
  .row > .product-single.row {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .row > .product-single.row > :first-child {
    padding-left: 0;
  }

  .row > .product-single.row > :last-child {
    padding-right: 0;
  }

  .product-widget .summary {
    height: 100%;
  }
}
@media (max-width: 767px) {
  .product-single.product-widget.row div.summary {
    padding-bottom: 1rem;
    max-height: none;
    overflow-y: visible;
  }
}
@media (max-width: 479px) {
  .summary .social-icons:after {
    display: none;
  }
}
@media (min-width: 992px) {
  .product-label-group.pg-vertical-label {
    left: 120px;
  }

  .pg-vertical .product-single-carousel-wrap {
    max-width: calc(100% - 100px);
  }
  .pg-vertical .product-thumbs-wrap {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    max-width: 90px;
    margin: 0 10px 0 0;
  }
  .pg-vertical .product-thumbs-wrap > button {
    border-radius: 0;
    width: 101%;
    height: 2.5rem;
    -webkit-transform: none;
            transform: none;
  }
  .pg-vertical .product-thumbs-wrap > button:before {
    margin: 0;
    font-size: 2rem;
    vertical-align: 4px;
  }
  .pg-vertical .product-thumbs-wrap > .slider-button-prev {
    top: 0;
    left: 0;
  }
  .pg-vertical .product-thumbs-wrap > .slider-button-prev::before {
    content: "\e911";
  }
  .pg-vertical .product-thumbs-wrap > .slider-button-next {
    top: auto;
    bottom: 0;
    right: 0;
  }
  .pg-vertical .product-thumbs-wrap > .slider-button-next::before {
    content: "\e910";
  }
  .pg-vertical .product-thumbs {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    width: 100%;
  }
  .pg-vertical .product-thumb {
    height: auto;
    margin: 0 0 10px;
  }
  .pg-vertical .row > .product-thumb {
    -webkit-box-flex: 0;
        -ms-flex: 0;
            flex: 0;
    max-width: none;
  }

  .variations select {
    width: 20rem;
  }

  .product-widget .pg-vertical .product-thumbs-wrap {
    max-width: 60px;
  }
  .product-widget .pg-vertical .product-single-carousel-wrap {
    max-width: calc(100% - 70px);
  }
  .product-widget .pg-vertical-label {
    left: 90px;
  }
}
.product-single.product-widget .quantity {
  width: 15.2rem;
}

.products .product-single .quantity {
  width: 13.2rem;
}

/* Social Icons */
.social-icons {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.social-facebook,
.social-facebook.use-hover:hover {
  color: #1b4f9b;
}

.social-facebook.stacked {
  background-color: #1b4f9b;
  color: #fff;
}

.social-facebook.framed:hover,
.social-facebook.stacked:hover {
  border-color: #1b4f9b;
  background-color: #1b4f9b;
  color: #fff;
}

.social-twitter,
.social-twitter.use-hover:hover {
  color: #00adef;
}

.social-twitter.stacked {
  background-color: #00adef;
  color: #fff;
}

.social-twitter.framed:hover,
.social-twitter.stacked:hover {
  border-color: #00adef;
  background-color: #00adef;
  color: #fff;
}

.social-linkedin,
.social-linkedin.use-hover:hover {
  color: #0073b2;
}

.social-linkedin.stacked {
  background-color: #0073b2;
  color: #fff;
}

.social-linkedin.framed:hover,
.social-linkedin.stacked:hover {
  border-color: #0073b2;
  background-color: #0073b2;
  color: #fff;
}

.social-email,
.social-email.use-hover:hover {
  color: #dd4b39;
}

.social-email.stacked {
  background-color: #dd4b39;
  color: #fff;
}

.social-email.framed:hover,
.social-email.stacked:hover {
  border-color: #dd4b39;
  background-color: #dd4b39;
  color: #fff;
}

.social-youtube,
.social-youtube.use-hover:hover {
  color: #2c567e;
}

.social-youtube.stacked {
  background-color: #2c567e;
  color: #fff;
}

.social-youtube.framed:hover,
.social-youtube.stacked:hover {
  border-color: #2c567e;
  background-color: #2c567e;
  color: #fff;
}

.social-google,
.social-google.use-hover:hover {
  color: #dd4b39;
}

.social-google.stacked {
  background-color: #dd4b39;
  color: #fff;
}

.social-google.framed:hover,
.social-google.stacked:hover {
  border-color: #dd4b39;
  background-color: #dd4b39;
  color: #fff;
}

.social-pinterest,
.social-pinterest.use-hover:hover {
  color: #f96a02;
}

.social-pinterest.stacked {
  background-color: #f96a02;
  color: #fff;
}

.social-pinterest.framed:hover,
.social-pinterest.stacked:hover {
  border-color: #f96a02;
  background-color: #f96a02;
  color: #fff;
}

.social-reddit,
.social-reddit.use-hover:hover {
  color: #ff4107;
}

.social-reddit.stacked {
  background-color: #ff4107;
  color: #fff;
}

.social-reddit.framed:hover,
.social-reddit.stacked:hover {
  border-color: #ff4107;
  background-color: #ff4107;
  color: #fff;
}

.social-tumblr,
.social-tumblr.use-hover:hover {
  color: #304e6c;
}

.social-tumblr.stacked {
  background-color: #304e6c;
  color: #fff;
}

.social-tumblr.framed:hover,
.social-tumblr.stacked:hover {
  border-color: #304e6c;
  background-color: #304e6c;
  color: #fff;
}

.social-vk,
.social-vk.use-hover:hover {
  color: #6383a8;
}

.social-vk.stacked {
  background-color: #6383a8;
  color: #fff;
}

.social-vk.framed:hover,
.social-vk.stacked:hover {
  border-color: #6383a8;
  background-color: #6383a8;
  color: #fff;
}

.social-whatsapp,
.social-whatsapp.use-hover:hover {
  color: #3c8a38;
}

.social-whatsapp.stacked {
  background-color: #3c8a38;
  color: #fff;
}

.social-whatsapp.framed:hover,
.social-whatsapp.stacked:hover {
  border-color: #3c8a38;
  background-color: #3c8a38;
  color: #fff;
}

.social-xing,
.social-xing.use-hover:hover {
  color: #1a7576;
}

.social-xing.stacked {
  background-color: #1a7576;
  color: #fff;
}

.social-xing.framed:hover,
.social-xing.stacked:hover {
  border-color: #1a7576;
  background-color: #1a7576;
  color: #fff;
}

.social-instagram,
.social-instagram.use-hover:hover {
  color: #cc0001;
}

.social-instagram.stacked {
  background-color: #cc0001;
  color: #fff;
}

.social-instagram.framed:hover,
.social-instagram.stacked:hover {
  border-color: #cc0001;
  background-color: #cc0001;
  color: #fff;
}

.use-hover.social-icon:not(:hover) {
  color: var(--wolmart-body-color, #666);
  border-color: var(--wolmart-light-color, #ccc);
}

.use-hover.stacked:not(:hover) {
  color: #fff;
  background-color: #999;
}

.social-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 32px;
  height: 32px;
  margin: 0.3rem 0.8rem 0.3rem 0;
  border-radius: 50%;
  font-size: 14px;
  -webkit-transition: color 0.3s, background 0.3s, border 0.3s;
  transition: color 0.3s, background 0.3s, border 0.3s;
}
.social-icon.framed {
  border: 1px solid;
}
.social-icon:hover {
  color: var(--wolmart-primary-color, #2879FE);
}

/* -------------------------------------------
	Sidebars
		- Base
		- Sidebar Elements
		- Right Sidebar
		- Fixed Sidebar
		- Widget Styles
		- Blog Sidebar
------------------------------------------- */
.top-sidebar-active .top-sidebar .sidebar-overlay,
.top-sidebar-active .top-sidebar .sidebar-close,
.left-sidebar-active .left-sidebar .sidebar-overlay,
.left-sidebar-active .left-sidebar .sidebar-close,
.right-sidebar-active .right-sidebar .sidebar-overlay,
.right-sidebar-active .right-sidebar .sidebar-close {
  visibility: visible;
  opacity: 1;
}
.top-sidebar-active .top-sidebar .sidebar-content,
.left-sidebar-active .left-sidebar .sidebar-content,
.right-sidebar-active .right-sidebar .sidebar-content {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

.sidebar-close {
  position: fixed;
  top: 25px;
  left: calc(100vw - 50px);
  margin: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  z-index: 1062;
}

.sidebar-overlay, .sidebar-toggle, .sidebar-content {
  position: fixed;
  top: 0;
  left: 0;
}

.sidebar-overlay {
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0.4s, opacity 0.4s;
  transition: visibility 0.4s, opacity 0.4s;
  z-index: 1061;
}

.sidebar-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 160px;
  width: 40px;
  height: 40px;
  border-radius: 0 3px 3px 0;
  font-size: 1.4rem;
  color: #fff;
  background-color: #222;
  opacity: 0.6;
  z-index: 1060;
}
.sidebar-toggle:hover {
  opacity: 0.8;
  color: #fff;
}

.right-sidebar .sidebar-toggle {
  border-radius: 3px 0 0 3px;
}

.sidebar-fixed.left-sidebar {
  max-width: var(--wolmart-left-sidebar-width, 31rem);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 var(--wolmart-left-sidebar-width, 31rem);
          flex: 0 0 var(--wolmart-left-sidebar-width, 31rem);
}
.sidebar-fixed.right-sidebar {
  max-width: var(--wolmart-right-sidebar-width, 31rem);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 var(--wolmart-right-sidebar-width, 31rem);
          flex: 0 0 var(--wolmart-right-sidebar-width, 31rem);
}

.sidebar-content {
  bottom: 0;
  padding: 2rem;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  overflow: auto;
  opacity: 0;
  line-height: 1.3;
  -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s;
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  color: #999;
}
.left-sidebar .sidebar-content {
  width: var(--wolmart-left-sidebar-width, 31rem);
}
.right-sidebar .sidebar-content {
  width: var(--wolmart-right-sidebar-width, 31rem);
}
.sidebar-offcanvas .sidebar-content {
  z-index: 1062;
  background: #fff;
}
.sidebar-overlay ~ .sidebar-content {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.sidebar-content .sidebar-close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: static;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2rem;
  text-transform: uppercase;
  line-height: 1;
}
.sidebar-content .close-icon {
  width: 1.6rem;
  height: 1.6rem;
  margin-right: 0.6rem;
}
.sidebar-content .close-icon::before, .sidebar-content .close-icon::after {
  background: var(--wolmart-body-color, #666);
}
.sidebar-content p {
  line-height: 1.6;
  color: var(--wolmart-body-color, #666);
}

@media (max-width: 991px) {
  .sidebar-content {
    background: #fff;
  }
}
.rtl .left-sidebar {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.rtl .right-sidebar {
  -webkit-box-ordinal-group: initial;
      -ms-flex-order: initial;
          order: initial;
}

.right-sidebar {
  margin-left: auto;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.right-sidebar .sidebar-toggle {
  left: auto;
  right: 0;
}
.right-sidebar .sidebar-close {
  left: 3rem;
}
.right-sidebar .sidebar-content {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  left: auto;
  right: 0;
}

@media (min-width: 992px) {
  .sidebar-fixed .sidebar-toggle {
    display: none;
  }

  .sidebar-fixed .sidebar-overlay {
    display: none;
  }
  .sidebar-fixed .sidebar-content {
    position: relative;
    overflow: visible;
    padding: 0;
    opacity: 1;
  }
  .sidebar-fixed .sidebar-content {
    width: auto;
    -webkit-transform: none;
            transform: none;
  }
}
@media (max-width: 991px) {
  .sidebar-content {
    z-index: 1062;
  }
}
.sidebar .sidebar-content a:not(.btn) {
  color: var(--wolmart-dark-color, #333);
}
.sidebar .sidebar-content a:not(.btn):hover, .sidebar .sidebar-content a:not(.btn):focus {
  color: var(--wolmart-primary-color, #2879FE);
}
.sidebar .widget_search:not(.widget-collapsible) {
  margin-bottom: 2.5rem;
}
.sidebar .widget_search:not(.widget-collapsible) .search-wrapper {
  width: 100%;
}
.sidebar .search-wrapper .form-control {
  min-height: 4.7rem;
}
.sidebar .widget-title.collapsed {
  margin-bottom: 0;
}
.sidebar:not(.shop-sidebar) .widget .widget-title {
  margin-bottom: 1rem;
}
.sidebar:not(.shop-sidebar) .widget > ul {
  margin-top: -1rem;
}
.sidebar .widget > :not(.widget-title) {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.sidebar .widget > .slider-wrapper {
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.sidebar .widget > ul,
.sidebar .widget .tagcloud {
  margin-bottom: 1.3rem;
}
.sidebar .widget form {
  margin-bottom: 2.3rem;
}
.sidebar .widget > select {
  margin-bottom: 2rem;
}
.sidebar .widget .current-cat > a {
  color: var(--wolmart-primary-color, #2879FE);
}
.sidebar .widget .children {
  position: relative;
  width: 100%;
  margin: 1rem 0 -0.5rem;
  padding-left: 1.3rem;
}
.sidebar .widget .children::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 4px;
  bottom: 3px;
  border-left: 1px solid #eee;
}
.sidebar .widget li {
  padding: 1rem 0;
}
.sidebar .widget li > a {
  padding: 0 0 0 2px;
}
.sidebar .widget .count {
  color: #aaa;
  line-height: 1;
}
.sidebar .widget .product-wrap {
  margin-bottom: 0;
}
.sidebar .children a {
  color: var(--wolmart-body-color, #666);
}
.sidebar .widget_categories > form {
  margin-bottom: 2rem;
}
.sidebar .widget_categories ul.children {
  font-size: 1.3rem;
}
.sidebar .collapsed ~ * {
  opacity: 0.1;
}
.sidebar .cat-item {
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.sidebar .cat-item > a {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.sidebar .cat-item > .count {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 5px;
}
.sidebar .cat-item > ul {
  position: relative;
  display: none;
  width: 100%;
  margin: 1rem 0 0;
  padding-left: 1.3rem;
}
.sidebar .cat-item > ul::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 4px;
  bottom: 3px;
  border-left: 1px solid #eee;
}
.sidebar .cat-item li {
  padding: 5.5px 0;
}
.sidebar .cat-item > a > i {
  content: "\f068";
  position: absolute;
  top: 9px;
  right: 0;
  line-height: 0;
  margin-right: -3px;
  padding: 1rem 5px;
  font-size: 1.1rem;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.sidebar .cat-item.show > a {
  color: var(--wolmart-primary-color, #2879FE);
}
.sidebar .cat-item.show > a i {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.sidebar .menu li {
  padding: 0;
}
.sidebar .menu li a {
  padding: 0.7rem 0;
}
.sidebar .menu ul {
  padding: 0;
  margin: 0;
}

.widget-collapsible:not(.widget-block) > .widget-title {
  position: relative;
  cursor: pointer;
  padding: 1.3rem 0;
  margin: 0;
}
.widget-collapsible:not(.widget-block) > h3 {
  padding: 2rem 0;
}
.widget-collapsible:not(.widget-block) .dokan-store-open-close {
  margin: 1.3rem 0;
}
.widget-collapsible:not(.widget-block) > ul,
.widget-collapsible:not(.widget-block) .product-cat-stack-dokan#cat-drop-stack,
.widget-collapsible:not(.widget-block) .store-cat-stack-dokan#cat-drop-stack {
  padding: 0.7rem 0;
  margin-top: 0;
  margin-bottom: 1.3rem;
}
.widget-collapsible:not(.widget-block) .dokan-bestselling-product-widget {
  margin-bottom: 2.3rem;
}
.widget-collapsible:not(.widget-block) > ul, .widget-collapsible:not(.widget-block) > * {
  border-top: none;
}
.widget-collapsible:not(.widget-block) .toggle-btn {
  top: 21px;
  right: 2px;
  padding: 0;
  width: 12px;
  opacity: 1;
}
.widget-collapsible:not(.widget-block) .toggle-btn::before, .widget-collapsible:not(.widget-block) .toggle-btn::after {
  content: "";
  position: absolute;
  border-top: 2px solid var(--wolmart-body-color, #666);
  width: 12px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.widget-collapsible:not(.widget-block) > .collapsed .toggle-btn::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.widget-collapsible:not(.widget-block) > .collapsed .toggle-btn::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.widget.widget-collapsible > select {
  border: 1px solid #eee;
}
.widget.widget-collapsible > span.select2, .widget.widget-collapsible.dropdown_product_cat {
  margin: 2rem 0;
}

.widget span.select2-selection--single {
  border-color: #eee;
  height: 4rem;
}
.widget span.select2-selection--single > .select2-selection__rendered {
  line-height: 3.8rem;
}
.widget span.select2-selection--single .select2-selection__arrow {
  top: 6px;
}

span.select2-container--default .select2-search--dropdown .select2-search__field,
span.select2-dropdown {
  border-radius: 3px;
  border-color: #eee;
}

.collapsed + ul {
  display: none;
}

.widget > .slider-wrapper:first-child ~ .slider-button {
  display: none;
}

.widget > .slider-wrapper:nth-child(2) ~ .slider-button {
  top: 2.4rem;
}

.widget-products.widget ul.products-col {
  border-top: 1px solid #eee;
  margin: 0;
  padding: 1rem 0 2rem;
}

@media (max-width: 359px) {
  .sidebar .sidebar-content {
    width: 28rem;
  }

  .right-sidebar .sidebar-close {
    left: 1rem;
  }

  .left-sidebar .sidebar-close {
    right: 1rem;
  }
}
/* -------------------------------------------
	Shop Sidebar
		- Collapsible Widget
		- Tag
		- Filter Action
		- Filter Items
			(used in Widget, Select Menu)
			(support submenu)
			(support color item)
		- Shop Sidebar
		- Widget Products
		- Fixed Sidebar for Shop Page
			(>=992px)
		- Remain Toggle for left, right sidebar
------------------------------------------- */
.sidebar.shop-sidebar {
  position: relative;
}
.sidebar.shop-sidebar .sidebar-content {
  padding: 2rem;
}
.sidebar.shop-sidebar .filter-actions {
  padding: 0 0 0.8rem;
}
.sidebar.shop-sidebar .filter-actions label {
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: -0.025em;
  color: var(--wolmart-dark-color, #333);
}
.sidebar.shop-sidebar .filter-clean {
  color: var(--wolmart-body-color, #666);
}
.sidebar.shop-sidebar .widget {
  margin-bottom: 1rem;
}
.sidebar.shop-sidebar .widget-title {
  border-bottom: 1px solid #eee;
}
.sidebar.shop-sidebar .btn-outline:not(:hover) {
  color: var(--wolmart-primary-color, #2879FE);
  background: #fff;
}
.sidebar.shop-sidebar .sidebar-toggle-btn {
  padding: 0.8em 1.04em;
  min-width: 87px;
}
.sidebar.shop-sidebar .sidebar-toggle-btn i {
  font-size: 13px;
}
.sidebar.shop-sidebar .yith-woo-ajax-navigation li,
.sidebar.shop-sidebar .widget .wc-layered-nav-term,
.sidebar.shop-sidebar .widget-price-filter li,
.sidebar.shop-sidebar .widget_product_categories .cat-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sidebar.shop-sidebar .yith-wcan-list .empty {
  text-decoration: line-through;
}

.shop-sidebar.sidebar-side .wt-area {
  position: relative;
  padding: 0 2px;
}
.shop-sidebar.sidebar-side .wt-area:before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  bottom: -1.2rem;
  height: 2px;
  background-color: var(--wolmart-body-color, #666);
}

.sidebar .widget.widget-price-filter .wolmart-price-range-wrapper {
  margin-top: 0.7rem;
}
.sidebar .widget.widget-price-filter .wolmart-price-range-wrapper ul {
  margin-bottom: 1.3rem;
}
.sidebar .wolmart-product-prices .chosen a {
  color: var(--wolmart-primary-color, #2879FE);
}
.sidebar .button {
  line-height: 33px;
  padding: 0 1.3rem;
  font-size: 1.3rem;
  font-weight: 400;
  border-radius: 3px;
  text-transform: none;
  vertical-align: middle;
}
.sidebar .wolmart-price-range input {
  color: #999;
  border: 1px solid var(--wolmart-light-color, #ccc);
  border-radius: 3px;
  width: 62px;
  height: 37px;
  padding: 3px 6px;
  line-height: 37px;
  text-align: center;
  vertical-align: middle;
}
.sidebar .wolmart-price-range button {
  margin-left: 1rem;
}
.sidebar .wolmart-price-range .delimiter {
  width: 24px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.sidebar .wolmart-price-range .delimiter:before {
  content: "";
  display: block;
  width: 8px;
  height: 2px;
  margin: 0 auto;
  background-color: #999;
}

.sidebar-fixed .yith-wcan-reset-navigation {
  padding: 1rem;
  font-size: 1.1rem;
  margin-top: 12px;
}

.shop-sidebar .yith-woo-ajax-reset-navigation {
  display: none !important;
}

.sidebar .tag-cloud-link {
  margin: 0 10px 10px 0;
  font-size: 1.3rem !important;
}

.toolbox .btn-link {
  padding: 0;
}

.filter-clean {
  font-size: 1.4rem;
  margin-left: auto;
}

.widget-products .widget-title {
  display: inline-block;
  position: relative;
  z-index: 3;
  border-bottom: 2px solid var(--wolmart-body-color, #666);
}
.sidebar .widget-products.widget .widget-title {
  margin-bottom: -1px;
}
.widget-products .slider-arrows i {
  font-size: 1.7rem;
}
.widget-products .slider-arrows {
  top: -5.5rem;
}
.widget-products.slider-container {
  position: relative;
}

.widget-block + .widget-products {
  margin-top: 2.4rem;
}

@media (min-width: 992px) {
  .sticky-sidebar-fixed > .filter-actions {
    visibility: hidden;
  }

  .sidebar-fixed.shop-sidebar {
    -webkit-transition: margin 0.4s;
    transition: margin 0.4s;
  }
  .sidebar-fixed.shop-sidebar .sidebar-content {
    padding: 0 0 2rem;
  }
  .sidebar-fixed.shop-sidebar + .main-content {
    -webkit-transition: max-width 0.3s, -webkit-box-flex 0.3s;
    transition: max-width 0.3s, -webkit-box-flex 0.3s;
    transition: flex 0.3s, max-width 0.3s;
    transition: flex 0.3s, max-width 0.3s, -webkit-box-flex 0.3s, -ms-flex 0.3s;
  }

  .sticky-sidebar-wrapper.closed {
    height: 0;
  }

  .closed.left-sidebar {
    margin-left: -25%;
  }

  .closed.right-sidebar {
    margin-right: -25%;
  }

  .main-content-wrap .sidebar + .main-content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    overflow: hidden;
  }
}
/* -------------------------------------------
    Tab
---------------------------------------------- */
.nav-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 1px solid #ebebeb;
}
.nav-tabs .active > a,
.nav-tabs .nav-link.active,
.nav-tabs *:hover > .nav-link {
  color: var(--wolmart-dark-color, #333);
}
.nav-tabs .nav-item:last-child .nav-link {
  margin-right: 0;
}

.nav-link {
  display: block;
  margin-bottom: -0.1rem;
  margin-right: 1rem;
  padding: 1.6rem 0.2rem;
  color: var(--wolmart-dark-color, #333);
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  border-radius: 0;
  border: 0;
  -webkit-transition: border 0.35s, color 0.35s, background-color 0.35s;
  transition: border 0.35s, color 0.35s, background-color 0.35s;
}

.nav-fill > li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.nav-filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 1rem;
  color: var(--wolmart-body-color, #666);
}
.nav-filters li:not(:last-child) {
  margin-right: 1.5rem;
}

.nav-filter {
  display: inline-block;
  position: relative;
  padding: 0.5rem 0;
  font-size: 1.4rem;
  line-height: 1;
  -webkit-transition: color 0.3s, background 0.3s, border 0.3s;
  transition: color 0.3s, background 0.3s, border 0.3s;
}
.nav-filter.active, .active > .nav-filter {
  color: var(--wolmart-primary-color, #2879FE);
}

.filter-underline .nav-filter {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.filter-underline .nav-filter.active::after, .filter-underline .nav-filter:hover::after {
  background-color: var(--wolmart-primary-color, #2879FE);
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.filter-underline .nav-filter::after {
  content: "";
  display: block;
  height: 2px;
  border-bottom: 3px solid;
  margin-top: 2px;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}

.tab-content {
  position: relative;
  width: 100%;
}
.tab-content > .tab-pane {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 0 !important;
  opacity: 0;
  z-index: -1;
  visibility: hidden;
}
.tab-content > .active {
  position: relative;
  visibility: visible;
  height: auto !important;
  opacity: 1;
  z-index: auto;
  -webkit-transition: visibility 0.3s, opacity 0.3s;
  transition: visibility 0.3s, opacity 0.3s;
}

.tab-pane {
  padding: 2.3rem 0;
  line-height: 1.72;
  color: var(--wolmart-body-color, #666);
}

.tab-nav-simple .nav-link {
  border-bottom: 2px solid transparent;
  background-color: transparent;
}
.tab-nav-simple .active > a,
.tab-nav-simple .nav-link.active,
.tab-nav-simple *:hover > .nav-link {
  border-bottom-color: var(--wolmart-primary-color, #2879FE);
}

.tab-nav-center .nav {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.tab-nav-right .nav {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (max-width: 1199px) {
  .tab-nav-lg-left .nav {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .tab-nav-lg-center .nav {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .tab-nav-lg-right .nav {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media (max-width: 991px) {
  .tab-nav-md-left .nav {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .tab-nav-md-center .nav {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .tab-nav-md-right .nav {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media (max-width: 767px) {
  .tab-nav-sm-left .nav {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .tab-nav-sm-center .nav {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .tab-nav-sm-right .nav {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media (max-width: 575px) {
  .tab-nav-xs-left .nav {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .tab-nav-xs-center .nav {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .tab-nav-xs-right .nav {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.tab-nav-boxed > ul a {
  padding-left: 2.4rem;
  padding-right: 2.4rem;
}

.tab-nav-round > ul a {
  margin-bottom: 0;
  border-radius: 2.3rem;
  background-color: #f2f3f5;
}

.tab-boxed .tab-pane {
  padding-left: 2rem;
  padding-right: 2rem;
}

.tab-outline .nav-tabs {
  border-bottom: 0;
}
.tab-outline .nav-link {
  padding-top: 1.4rem;
  padding-bottom: 1.5rem;
  border: 1px solid transparent;
  border-top-width: 2px;
}
.tab-outline .active > a,
.tab-outline .nav-link.active,
.tab-outline *:hover > .nav-link {
  border-color: #ebebeb;
  border-top-color: var(--wolmart-primary-color, #2879FE);
}

.tab-outline2 .nav {
  position: relative;
  z-index: 1;
}
.tab-outline2 .tab-content {
  border: 1px solid #ebebeb;
}
.tab-outline2 .nav-tabs {
  border-bottom: 0;
}
.tab-outline2 .nav-link {
  padding-top: 1.5rem;
  border: 1px solid transparent;
}
.tab-outline2 .active > a,
.tab-outline2 .nav-link.active,
.tab-outline2 *:hover > .nav .nav-link {
  border-color: #ebebeb;
  border-bottom-color: #fff;
}

.tab-nav-underline .nav-link {
  position: relative;
}
.tab-nav-underline .nav-link:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom: 2px solid transparent;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: border-color 0.3s, -webkit-transform 0.3s;
  transition: border-color 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, border-color 0.3s;
  transition: transform 0.3s, border-color 0.3s, -webkit-transform 0.3s;
}
.tab-nav-underline .nav-link.active::after,
.tab-nav-underline .nav-item:hover .nav-link::after {
  border-color: var(--wolmart-primary-color, #2879FE);
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.tab-vertical {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tab-vertical .nav-tabs {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  width: 27.8%;
  border: 0;
}
.tab-vertical .tab-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 2rem;
  border-top: 1px solid #eee;
}
.tab-vertical > .nav > li {
  margin-right: 0;
}
.tab-vertical .nav-link {
  position: relative;
  padding-left: 2rem;
  padding-right: 2rem;
  width: 100%;
  border: 1px solid transparent;
  text-align: left;
}
.tab-vertical .nav-link::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  width: 2px;
  height: calc(100% - 6px);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: transparent;
  z-index: 1;
}
.tab-vertical .tab-pane {
  padding-top: 1.7rem;
  padding-bottom: 1.7rem;
}
.tab-vertical.tab-simple .nav-link {
  border-color: #eee;
  margin-right: -2px;
}
.tab-vertical.tab-simple .nav-link::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 2px;
  height: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(0);
          transform: translateY(-50%) scale(0);
  background-color: transparent;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  z-index: 1;
}
.tab-vertical.tab-simple .active > a,
.tab-vertical.tab-simple .nav-link.active,
.tab-vertical.tab-simple *:hover > .nav-link {
  color: var(--wolmart-primary-color, #2879FE);
}
.tab-vertical.tab-simple .active > a::after,
.tab-vertical.tab-simple .nav-link.active::after,
.tab-vertical.tab-simple *:hover > .nav-link::after {
  background-color: var(--wolmart-primary-color, #2879FE);
  -webkit-transform: translateY(-50%) scale(1);
          transform: translateY(-50%) scale(1);
}

.tab-inverse .tab-content {
  border-color: #fff;
  background: #fff;
}
.tab-inverse .nav-tabs {
  border: 0;
}
.tab-inverse .nav-link {
  margin: 0;
  width: 100%;
}
.tab-inverse .active > a,
.tab-inverse .nav-link.active,
.tab-inverse *:hover > .nav-link {
  background-color: #fff;
  border-color: #fff;
}
.tab-inverse.tab-simple .nav-link {
  padding-top: 1.4rem;
  border-top: 2px solid transparent;
}
.tab-inverse.tab-simple .active > a,
.tab-inverse.tab-simple .nav-link.active,
.tab-inverse.tab-simple *:hover > .nav-link {
  border-top-color: var(--wolmart-primary-color, #2879FE);
}

.tab-nav-solid .nav-tabs {
  border-bottom: 0;
}
.tab-nav-solid .nav-link {
  padding-bottom: 1.6rem;
  border: 0;
}
.tab-nav-solid .active > a,
.tab-nav-solid .nav-link.active,
.tab-nav-solid *:hover > .nav-link {
  color: #fff;
  background-color: var(--wolmart-primary-color, #2879FE);
  border-color: var(--wolmart-primary-color, #2879FE);
}

@media (max-width: 767px) {
  .nav-link {
    font-size: 1.4rem;
  }

  .tab-vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
  }
  .tab-vertical .tab-content,
.tab-vertical .nav-tabs {
    width: 100%;
  }
  .tab-vertical .nav-tabs {
    border: 0;
  }
  .tab-vertical .tab-content {
    padding-left: 0;
  }

  .tab-nav-boxed .nav-link {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 479px) {
  .tab-nav-round .nav-link {
    margin-bottom: 0.5rem;
  }
}
/* -------------------------------------------
    Testimonial
---------------------------------------------- */
.testimonial-group .testimonial {
  margin-bottom: 2rem;
}

blockquote.testimonial {
  border-left: 0;
}

.testimonial {
  padding: 0;
  margin-bottom: 0;
  width: 100%;
  color: var(--wolmart-body-color, #666);
  font-size: 1.6rem;
  background-color: transparent;
  -webkit-transition: background-color 0.4s, -webkit-box-shadow 0.4s;
  transition: background-color 0.4s, -webkit-box-shadow 0.4s;
  transition: background-color 0.4s, box-shadow 0.4s;
  transition: background-color 0.4s, box-shadow 0.4s, -webkit-box-shadow 0.4s;
}
.testimonial img, .slider-wrapper .testimonial img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.testimonial cite {
  display: block;
  font-style: normal;
  color: var(--wolmart-dark-color, #333);
}
.testimonial .name {
  color: var(--wolmart-dark-color, #333);
  font-weight: 600;
}
.testimonial .avatar, .testimonial cite,
.testimonial .comment {
  margin-bottom: 1.5rem;
}
.testimonial .content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
}
.testimonial .comment-title {
  margin-bottom: 1rem;
  font-size: 1.4rem;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.testimonial .comment {
  font-size: 1.4rem;
  line-height: 1.86;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.testimonial .ratings-container {
  line-height: 1;
  font-size: 1.1rem;
}
.testimonial .ratings-full,
.testimonial .ratings {
  display: inline-block;
  position: relative;
  font-family: "wolmart";
  letter-spacing: 0.2em;
}
.testimonial .ratings-full {
  cursor: pointer;
}
.testimonial .ratings-full::before {
  content: "\e986" "\e986" "\e986" "\e986" "\e986";
  color: rgba(0, 0, 0, 0.16);
  white-space: nowrap;
}
.testimonial .ratings-full:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
.testimonial .ratings {
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  overflow: hidden;
}
.testimonial .ratings::before {
  content: "\e986" "\e986" "\e986" "\e986" "\e986";
  color: var(--wolmart-secondary-color, #f93);
}
.testimonial.aside, .testimonial.aside_info .commenter,
.testimonial .avatar {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.testimonial.aside .avatar, .testimonial.aside_info .avatar {
  margin-right: 1.5rem;
}
.testimonial cite span, .testimonial.top_info cite {
  display: block;
}
.testimonial .name {
  font-size: 1.4rem;
  font-style: normal;
  line-height: 1;
}
.testimonial .role {
  font-size: 1.3rem;
  text-transform: none;
  color: #999;
  line-height: 1;
}
.testimonial .fa-icon:before,
.testimonial .fa-icon .ratings:before {
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  content: "\f005" "\f005" "\f005" "\f005" "\f005";
}
.testimonial .fa-icon.outline:before {
  font-weight: 400;
  content: "\f005" "\f005" "\f005" "\f005" "\f005";
}

.testimonial-simple .content {
  position: relative;
  margin-bottom: 2rem;
  padding: 2.1rem 3rem;
  color: var(--wolmart-body-color, #666);
  overflow: visible;
  border: 1px solid #eee;
  background-color: #fff;
}
.testimonial-simple .content::before, .testimonial-simple .content::after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 40px;
  width: 12px;
  height: 12px;
  background-color: #eee;
  -webkit-transform: rotate(-45deg) translateY(80%);
          transform: rotate(-45deg) translateY(80%);
}
.testimonial-simple .content::before {
  background-color: inherit;
  z-index: 11;
  -webkit-transform: rotate(-45deg) translate(5%, 75%);
          transform: rotate(-45deg) translate(5%, 75%);
}
.testimonial-simple .name {
  margin-bottom: 0.7rem;
}
.testimonial-simple cite, .testimonial-simple .avatar, .testimonial-simple .comment {
  margin-bottom: 0;
}
.testimonial-simple .commenter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 2rem;
}
.testimonial-simple .commenter .avatar {
  margin-right: 1.5rem;
}
.testimonial-simple.inversed .content::after,
.testimonial-simple.inversed .content::before {
  right: 55px;
  left: auto;
}
.testimonial-simple.inversed .avatar {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-left: 1.5rem;
  margin-right: 0;
}
.testimonial-simple.inversed .commenter {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.testimonial-simple.inversed cite {
  text-align: right;
}

.testimonial-boxed {
  text-align: center;
}
.testimonial-boxed .avatar {
  margin: 0 auto 1.5rem auto;
}
.testimonial-boxed .name {
  margin-bottom: 0.8rem;
}
.testimonial-boxed .ratings-container {
  margin-bottom: 1rem;
}
.testimonial-boxed .content {
  padding: 0 2rem;
}

.testimonial-aside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.testimonial-aside .commentor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.testimonial-aside .commentor cite {
  margin-right: 0;
  margin-left: 0;
  text-align: center;
}
.testimonial-aside .comment {
  margin-bottom: 1rem;
  padding-right: 2rem;
}
.testimonial-aside .comment-title, .testimonial-aside .ratings-container, .testimonial-aside cite, .testimonial-aside .comment {
  margin-right: 2rem;
}
.testimonial-aside .ratings-container {
  margin-right: 2rem;
  margin-bottom: 0.5rem;
}
.testimonial-aside.inversed .commentor {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.testimonial-aside.inversed .commentor cite {
  margin-left: 0;
}
.testimonial-aside.inversed .comment-title, .testimonial-aside.inversed .ratings-container, .testimonial-aside.inversed cite, .testimonial-aside.inversed .comment {
  margin-left: 2rem;
  margin-right: 0;
  padding-right: 0;
}

/* -------------------------------------------
	Tooltips 
------------------------------------------- */
.tooltiptext {
  position: absolute;
  padding: 1rem 0.7rem;
  bottom: 125%;
  left: 50%;
  background-color: var(--wolmart-dark-color, #333);
  color: #fff;
  font-weight: 400;
  font-size: 1.3rem;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.tooltip-top::after {
  content: "";
  position: absolute;
  top: 96%;
  left: 50%;
  margin-left: -6px;
  border-width: 6px;
  border-style: solid;
  border-color: var(--wolmart-dark-color, #333) transparent transparent transparent;
}

/* -------------------------------------------
   Titles
        - Default
        - Simple
        - Line
        - Underline
        - Icon
        - Link
---------------------------------------------- */
.title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.title-wrapper .link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--wolmart-dark-color, #333);
}
.title-wrapper .link:hover {
  color: var(--wolmart-primary-color, #2879FE);
}
.title-wrapper .divider {
  margin: 0 1.5rem;
}

.title {
  margin-bottom: 0;
  max-width: 100%;
}
.title::before, .title::after {
  height: 2px;
  background: #edeef0;
}

.title-left .title {
  margin-right: auto;
}

.title-right .title {
  margin-left: auto;
  text-align: right;
}

.title-center .title {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.rtl .title-left .w-icon-long-arrow-right:before {
  content: "\e92b";
}

.link-left .title {
  margin-left: 0;
  margin-right: 0;
}
.link-left.title-left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: left;
}
.link-left.title-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.link-left.title-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: right;
}

.title-cross .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.title-cross .title::before {
  margin-right: 3rem;
}
.title-cross .title::after {
  margin-left: 3rem;
}
.title-cross .title::before, .title-cross .title::after {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  content: "";
}
.title-cross.title-left .title::before, .title-cross.title-right .title::after {
  content: none;
}

.title-underline {
  position: relative;
  text-align: left;
}
.title-underline:after {
  content: "";
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  height: 1px;
  background: #edeef0;
}
.title-underline .title {
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  position: relative;
  z-index: 2;
}
.title-underline .title::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  background: var(--wolmart-primary-color, #2879FE);
}

.title-underline2 {
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #eee;
}
.title-underline2 .title {
  font-weight: 700;
  font-size: 2rem;
  text-transform: capitalize;
}
.title-underline2 .btn-link {
  padding: 0.5rem 0;
  text-transform: capitalize;
}

@media (max-width: 575px) {
  .title-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
/* -------------------------------------------
	Vendors 
------------------------------------------- */
.vendor-widget {
  margin-bottom: 2rem;
}
.vendor-widget .vendor-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.vendor-widget .vendor-logo {
  max-width: 7rem;
  width: 100%;
  background-color: #e1e1e1;
}
.vendor-widget .vendor-logo img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.vendor-widget .vendor-personal {
  margin-left: 1rem;
}
.vendor-widget .vendor-name {
  display: inline-block;
  font-size: 1.5rem;
  text-transform: capitalize;
  letter-spacing: -0.025em;
  line-height: 1.4;
  margin-bottom: 0;
  max-width: 100%;
  vertical-align: middle;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.vendor-widget .vendor-products-count {
  font-weight: 400;
  font-size: 1.2rem;
  letter-spacing: 0;
  color: var(--wolmart-body-color, #666);
  white-space: nowrap;
  vertical-align: middle;
}
.vendor-widget .vendor-sale {
  margin-bottom: 0;
}
.vendor-widget .ratings-container {
  line-height: 1;
  margin-top: 0.4rem;
}
.vendor-widget .ratings-container .star-rating {
  font-size: 12px;
}
.vendor-widget .ratings-container + .vendor-sale {
  margin-top: 0.4rem;
}

.vendor-widget-1 .vendor-details {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.vendor-widget-1 .product-media img {
  border: 1px solid transparent;
  -webkit-transition: border-color 0.35s;
  transition: border-color 0.35s;
}
.vendor-widget-1 .product-media img:hover {
  border-color: var(--wolmart-primary-color, #2879FE);
}
.vendor-widget-1 .vendor-personal {
  max-width: calc(100% - 8rem);
}
.vendor-widget-1 .vendor-name {
  display: inline-block;
  max-width: 100%;
}

.vendor-widget-2 {
  padding: 2rem;
  border: 1px solid #eee;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.vendor-widget-2 .vendor-logo {
  margin-right: 1rem !important;
  max-width: 7rem;
}
.vendor-widget-2 .vendor-logo img {
  width: 100%;
}
.vendor-widget-2 .vendor-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.vendor-widget-2 .vendor-personal {
  margin-left: 0;
  max-width: calc(100% - 9rem);
}
.vendor-widget-2 .vendor-products {
  margin-top: 2rem;
}
.vendor-widget-2:hover {
  border-color: var(--wolmart-primary-color, #2879FE);
}

.vendor-widget-3 {
  border: 1px solid #eee;
  -webkit-transition: border-color 0.45s, -webkit-box-shadow 0.45s;
  transition: border-color 0.45s, -webkit-box-shadow 0.45s;
  transition: box-shadow 0.45s, border-color 0.45s;
  transition: box-shadow 0.45s, border-color 0.45s, -webkit-box-shadow 0.45s;
}
.vendor-widget-3 .vendor-details {
  padding: 0 2rem 2rem;
  margin-top: -45px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.vendor-widget-3 .vendor-info {
  text-align: right;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.vendor-widget-3 .vendor-name {
  display: block;
  margin-top: 1.7rem;
  margin-bottom: 1.3rem;
  font-size: 1.8rem;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  line-height: 1;
  letter-spacing: 0;
}
.vendor-widget-3 .ratings-container {
  margin-bottom: 1.3rem;
}
.vendor-widget-3 .vendor-products-count {
  display: block;
  margin-bottom: 1rem;
  font-size: 1.4rem;
  color: var(--wolmart-body-color, #666);
  line-height: 1;
}
.vendor-widget-3 .visit-vendor-btn {
  margin-bottom: 2rem;
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--wolmart-secondary-color, #f93);
  text-transform: uppercase;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}
.vendor-widget-3 .visit-vendor-btn:hover, .vendor-widget-3 .visit-vendor-btn:focus, .vendor-widget-3 .visit-vendor-btn.active {
  color: var(--wolmart-primary-color, #2879FE);
}
.vendor-widget-3 .vendor-banner {
  min-height: 18rem;
}
.vendor-widget-3 .vendor-banner img {
  min-height: inherit;
  -o-object-fit: cover;
     object-fit: cover;
}
.vendor-widget-3 .vendor-logo {
  max-width: 9rem;
  border-radius: 50%;
  border: 1px solid #e5e5e5;
  background-color: #e5e5e5;
  -webkit-transition: background-color 0.45s, border-color 0.45s;
  transition: background-color 0.45s, border-color 0.45s;
}
.vendor-widget-3 .vendor-logo img {
  border-radius: 50%;
  -webkit-transition: -webkit-transform 0.45s;
  transition: -webkit-transform 0.45s;
  transition: transform 0.45s;
  transition: transform 0.45s, -webkit-transform 0.45s;
}
.vendor-widget-3:hover {
  -webkit-box-shadow: 5px 0 20px rgba(0, 0, 0, 0.08);
          box-shadow: 5px 0 20px rgba(0, 0, 0, 0.08);
  border-color: transparent;
}
.vendor-widget-3:hover .vendor-logo {
  background-color: var(--wolmart-primary-color, #2879FE);
  border-color: var(--wolmart-primary-color, #2879FE);
}
.vendor-widget-3:hover .vendor-logo img {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
.vendor-widget-3 .star-rating {
  margin-right: 0;
}
.vendor-widget-3 .product-media {
  border: 1px solid transparent;
  -webkit-transition: border-color 0.4s;
  transition: border-color 0.4s;
}

.vendor-products.grid-type {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, 33.3333333333%);
  margin: -2.5px;
  width: calc(100% + 5px);
  grid-auto-rows: 1fr;
}
.vendor-products.grid-type .product-media {
  padding: 2.5px;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}
.vendor-products.grid-type .product-media:first-child {
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
}
.vendor-products.grid-type .product-media,
.vendor-products.grid-type a,
.vendor-products.grid-type img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* -------------------------------------------
	Widget 
------------------------------------------- */
.widgettitle,
.widget-title {
  margin-bottom: 2rem;
  padding: 1.3rem 0;
  font-size: 1.6rem;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 1.2;
  letter-spacing: 0;
}

.widget .contact-info label {
  margin-right: 3px;
}
.widget .contact-info .work label {
  display: block;
  margin-bottom: 15px;
}

.widget .current-cat > a {
  color: var(--wolmart-primary-color, #2879FE);
}

.widget .children {
  padding-left: 1.3rem;
}

.widget_search .search-wrapper.hs-simple .btn-search:hover {
  color: var(--wolmart-primary-color, #2879FE);
}

.compare-page .main {
  padding-top: 1rem;
}

.compare-popup {
  position: fixed;
  top: 100%;
  left: 0;
  right: 0;
  padding: 2rem 0;
  background: #fff;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  z-index: 3001;
}
.compare-popup.show {
  -webkit-transform: translateY(-99%);
          transform: translateY(-99%);
}
.compare-popup.show + .compare-popup-overlay {
  opacity: 0.7;
  visibility: visible;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.compare-popup .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.compare-popup h3 {
  margin: 1rem 0 0.2rem;
  font-size: 2.4rem;
  font-weight: 700;
}
.compare-popup .btn-dark {
  --wolmart-dark-color: #454545;
  --wolmart-dark-color-hover: #565656;
}

@media (min-height: 600px) and (min-width: 1200px) {
  .compare-popup {
    padding: 1rem 0;
  }
}
.compare-clean {
  margin: 1.4rem 1.92rem 1rem;
  color: var(--wolmart-body-color, #666);
}

.compare-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
  z-index: 3000;
}

.compare-list {
  margin: 1rem auto 0 2.6vw;
  max-width: 52%;
  padding: 2rem;
}
.compare-list ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.compare-list figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.compare-list li {
  position: relative;
  width: 8vw;
  width: 138px;
  min-height: 106px;
  height: auto;
}
.compare-list li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.compare-list li:empty:before {
  content: "+";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  line-height: 5rem;
  font-size: 3rem;
  color: #eee;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  -webkit-box-shadow: 2px 4px 15px rgba(0, 0, 0, 0.12);
          box-shadow: 2px 4px 15px rgba(0, 0, 0, 0.12);
}
.compare-list li:empty:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  border: 1px solid #eee;
}
.compare-list .btn-remove {
  position: absolute;
  right: -1rem;
  top: -1rem;
  width: 1.9rem;
  line-height: 1.9rem;
  text-align: center;
  border-radius: 50%;
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
  background-color: #fff;
  color: #666;
  font-size: 1.2rem;
}

.compare-heading {
  text-align: center;
}
.compare-heading p {
  margin-bottom: 0;
  color: #999;
}
.compare-heading mark {
  color: inherit;
  background: transparent;
}

.wolmart-compare-table {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  color: var(--wolmart-body-color, #666);
}
.wolmart-compare-table .compare-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.wolmart-compare-table .compare-col {
  padding: 25px 0;
  word-break: break-word;
}
.wolmart-compare-table .compare-col > *:last-child {
  margin-bottom: 0;
}
.wolmart-compare-table .compare-col ul {
  margin-top: 0;
}
.wolmart-compare-table .compare-col + .compare-col {
  padding-left: 2rem;
}
.wolmart-compare-table .compare-field {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  color: #999;
  font-size: 14px;
  text-align: right;
  padding-right: 5rem;
}
.wolmart-compare-table .compare-sku {
  text-transform: uppercase;
}
.wolmart-compare-table .compare-value {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
}
.wolmart-compare-table .compare-value .swatch {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 8px;
  border-radius: 50%;
  vertical-align: middle;
}
.wolmart-compare-table .compare-value .label-swatch {
  width: auto;
  height: auto;
  border: 1px solid #ccc;
  border-radius: 0;
  padding: 0 0.8rem;
  margin: 0 8px 8px 0;
  font-size: 1.3rem;
}
.wolmart-compare-table .compare-row:nth-child(even) .compare-col {
  background-color: #fbfbfb;
}
.wolmart-compare-table .compare-basic {
  font-size: 1rem;
  text-align: center;
}
.wolmart-compare-table .compare-basic .compare-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.wolmart-compare-table figure:hover .product-action-vertical {
  opacity: 1;
  visibility: visible;
}
.wolmart-compare-table .btn-product-icon {
  border-color: #eee;
}
.wolmart-compare-table .product-title {
  display: block;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-size: 1.3rem;
  font-weight: 600;
}
.wolmart-compare-table .stock {
  margin: 0;
  background: transparent;
  color: inherit;
  font-weight: inherit;
  padding: 0;
}
.wolmart-compare-table .woocommerce-Price-amount {
  color: var(--wolmart-primary-color, #2879FE);
}
.wolmart-compare-table del {
  color: #999;
}
.wolmart-compare-table del .woocommerce-Price-amount {
  color: inherit;
}
.wolmart-compare-table .compare-value[data-title=Availability] {
  color: #ffa800;
}
.wolmart-compare-table .compare-value[data-title=Availability] .stock {
  color: #a94442;
}
.wolmart-compare-table.empty {
  color: inherit;
  text-align: center;
}
.wolmart-compare-table.empty h2 {
  font-size: inherit;
  color: inherit;
  margin: 22px 0;
}
.wolmart-compare-table.empty .button {
  margin-top: 1rem;
  width: 20rem;
  border-radius: 2px;
}

.compare-basic-info .remove_from_compare {
  position: relative;
  z-index: 1;
}

.compare-basic-info .remove_from_compare:not(:hover),
.compare-basic-info .product-title:not(:hover) {
  color: var(--wolmart-dark-color, #333);
}

.compare-basic-info .compare-action {
  display: inline-block;
  padding: 5px;
  margin-bottom: 2rem;
  font-size: 1.7rem;
  border: 1px solid #ccc;
  border-radius: 3px;
  color: #333;
}
.compare-basic-info .compare-action:hover {
  color: var(--wolmart-primary-color, #2879FE);
}
.compare-basic-info .compare-action i {
  display: block;
  font-weight: 600;
}
.compare-basic-info .compare-action:not(:first-child) {
  margin-left: 1rem;
}
.compare-basic-info .compare-action.to-left, .compare-basic-info .compare-action.to-right {
  opacity: 0;
  -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s;
}
.compare-basic-info .compare-action.to-left {
  -webkit-transform: translateX(40px);
          transform: translateX(40px);
}
.compare-basic-info .compare-action.to-right {
  -webkit-transform: translateX(-40px);
          transform: translateX(-40px);
}
.compare-basic-info:hover .to-left, .compare-basic-info:hover .to-right {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.compare-col {
  position: relative;
}
.compare-col:nth-child(2) .to-left {
  cursor: not-allowed;
  color: #ccc;
}
.compare-col.last-col .to-right {
  cursor: not-allowed;
  color: #ccc;
}

@media (max-width: 991px) {
  .compare-popup .container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .compare-list {
    margin: 0 0 1rem;
    padding: 0 1rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 100%;
    text-align: center;
  }
  .compare-list .compare-slider {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: auto;
    padding: 2rem 0;
  }
  .compare-list > li {
    width: 20vw;
  }

  .compare-heading > * {
    display: inline;
  }

  .wolmart-compare-table .compare-value,
.wolmart-compare-table .compare-field {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
  }
}
@media (max-width: 767px) {
  .wolmart-compare-table .compare-value,
.wolmart-compare-table .compare-field {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
@media (max-width: 479px) {
  .compare-list > li {
    min-height: 40px;
  }

  .compare-heading {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin: 0 0 1rem;
  }

  .compare-heading > * {
    display: block;
  }
}
/* -------------------------------------------
	Erorr 404 Page
---------------------------------------------- */
.error404 .main {
  padding-top: 0;
  padding-bottom: 0;
  border: none;
}

.area_404 {
  background-color: #f7f7f7;
  padding: 14.5rem 0 8.5rem;
  text-align: center;
}
.area_404 h1 {
  font-size: 3rem;
}
.area_404 .img-area {
  max-width: 820px;
  height: 460px;
  background-position: center;
  background-image: url(../images/404.png);
}
.area_404 p {
  font-size: 1.4rem;
  color: #999;
}

/* 8. header */
/* -------------------------------------------
	Header
		-Header
		-Welcome-msg
		-Header Search
		-Other 
			- Login
			- Call
			- Wishlist
		-Sticky Header
		-Other Options
---------------------------------------------- */
.logo {
  display: block;
}

.default-header .logo {
  width: 144px;
}

.default-header .menu > .menu-item-has-children > a:after {
  right: -0.5rem;
}

.default-header .mobile-menu-toggle {
  font-size: 2.8rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: right;
}

.live-search-list {
  position: absolute;
  margin-top: 3px;
  left: 0;
  top: 100%;
  right: 0;
  border-radius: 3px;
  -webkit-box-shadow: 0 2px 35px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 35px rgba(0, 0, 0, 0.1);
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0;
  background: #fff;
  z-index: 1058;
}
.live-search-list .autocomplete-suggestions {
  max-height: 272px;
  margin: 0.5rem 2rem;
  overflow-y: scroll;
}
.live-search-list .autocomplete-suggestions::-webkit-scrollbar {
  width: 6px;
}
.live-search-list .autocomplete-suggestions::-webkit-scrollbar-thumb {
  background: rgba(194, 194, 194, 0.3);
  border-radius: 6px;
}
.live-search-list .autocomplete-suggestion {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.5rem 0;
  border-bottom: 1px solid #ebebeb;
  cursor: pointer;
}
.live-search-list .autocomplete-suggestion:last-child {
  border-bottom: none;
}
.live-search-list .search-name {
  color: var(--wolmart-dark-color, #333);
  word-break: break-word;
}
.live-search-list .search-info:hover .search-name {
  color: var(--wolmart-primary-color, #2879FE);
}
.live-search-list .search-price {
  color: var(--wolmart-dark-color, #333);
  font-size: 1.5rem;
}
.live-search-list .search-price del {
  margin-left: 5px;
  color: #999;
}
.live-search-list .search-price ins {
  font-weight: 600;
  text-decoration: none;
}
.live-search-list img {
  max-width: 60px;
  margin-right: 10px;
}
.search-wrapper .live-search-list .w-loading {
  position: static;
  min-height: 80px;
  background: #fff;
}
.live-search-list .autocomplete-suggestion {
  -webkit-transition: padding-left 0.3s;
  transition: padding-left 0.3s;
}
.live-search-list .autocomplete-selected {
  padding-left: 15px;
}
.live-search-list .autocomplete-selected .search-name {
  color: var(--wolmart-primary-color, #2879FE);
}
.live-search-list .autocomplete-selected storng {
  font-weight: 700;
}

.search-wrapper {
  width: 100%;
}
.search-wrapper .input-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.search-wrapper input.form-control {
  padding: 1.1rem;
  border: 1px solid #eee;
  color: inherit;
  line-height: 1.1;
  letter-spacing: inherit;
}
.search-wrapper .btn-search {
  padding: 0;
  min-width: 40px;
  background-color: transparent;
  border: 0;
}
.search-wrapper .btn-search i {
  display: block;
  margin: 0;
}
.search-wrapper .select-box select {
  max-width: 100%;
  width: 100%;
  padding: 0 43px 0 15px;
  border: 0;
  z-index: 1;
  background: none !important;
}
.search-wrapper .select-box:before {
  content: "\e910";
  font-family: "wolmart";
  font-size: 0.8em;
  position: absolute;
  right: 10px;
  top: calc(50% + 1px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.search-wrapper .select-box:after {
  content: "";
  height: calc(100% - 10px);
  width: 1px;
  background: #e5e5e5;
  position: absolute;
  right: -2px;
  top: 5px;
}
.search-wrapper.hs-expanded .input-wrapper {
  width: 100%;
}
.search-wrapper.hs-expanded .select-box,
.search-wrapper.hs-expanded .select-box select {
  cursor: pointer;
}
.search-wrapper.hs-expanded .btn-search {
  padding: 3px 8px 0 0;
}
.search-wrapper.hs-expanded .btn-search:hover {
  color: var(--wolmart-primary-color, #2879FE);
}
.search-wrapper.hs-expanded input.form-control[type=search] {
  border-left-width: 0;
}
.search-wrapper.hs-simple {
  max-width: 100%;
}
.search-wrapper.hs-simple input.form-control {
  padding: 0 4rem 0 2rem;
  font-family: inherit;
  background-color: #fff;
  color: #999;
}
.search-wrapper.hs-simple .btn-search {
  position: absolute;
  background: transparent;
  color: var(--wolmart-dark-color, #333);
  min-width: 43px;
  height: 100%;
  top: 0;
  right: 3px;
}
.search-wrapper.hs-simple .btn-search:hover {
  color: var(--wolmart-primary-color, #2879FE);
}

.search-keywords-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.4rem 0 1rem;
  overflow: hidden;
}
.search-keywords-container span {
  font-weight: 600;
}
.search-keywords-container > * {
  white-space: nowrap;
  line-height: 1;
}

.search-keywords-box > a {
  display: inline-block;
  padding: 0 1rem;
  text-decoration: none;
  text-transform: none;
  line-height: 1;
}
.search-keywords-box > a:hover {
  color: var(--wolmart-primary-color);
}
.search-keywords-box > a + a {
  border-left: 1px solid var(--wolmart-light-color, #ccc);
}

.search-toggle {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.search-toggle span {
  cursor: pointer;
  vertical-align: middle;
}
.search-toggle i {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 0.9;
  vertical-align: middle;
}
.search-toggle i::before {
  margin: 0;
}

.account, .login, .wishlist, .compare-open, .contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.account .delimiter {
  color: #aaa;
  margin: 0 3px;
}

.account-dropdown::after,
.account-dropdown > a::after {
  content: none;
}
.account-dropdown a {
  line-height: 1.2;
}
.account-dropdown .menu > ul > li > a {
  padding: 6px 10px;
  border: 0;
}
.account-dropdown .menu ul {
  padding: 0;
}
.account-dropdown .dropdown-box {
  width: auto;
  border-radius: 3px;
}
.account-dropdown .dropdown-box ul.menu > li {
  padding: 0;
  border: 0;
}
.account-dropdown .dropdown-box ul.menu > li > a {
  padding: 6px 10px;
  font-weight: 400;
}
.account-dropdown a.block-type:after {
  display: none;
}

.account-avatar {
  width: 40px;
  height: 40px;
  background: #ebebeb;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 1rem;
}

.contact .telephone {
  display: block;
}
.contact .contact-delimiter {
  text-transform: lowercase;
}
.contact i {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.login i + span,
.wishlist i + span,
.compare-open i + span {
  margin-left: 9px;
}

.account .login:hover,
.account .register:hover,
.wishlist:hover,
.compare-open:hover {
  color: var(--wolmart-primary-color, #2879FE);
}

.badge-type i + span {
  margin-left: 0;
  margin-top: 10px;
}

header .block-type {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
header .block-type i + span {
  margin: 3px 0 0;
}

i {
  position: relative;
}

.header .wish-count,
.header .compare-count,
.cart-dropdown.badge-type .cart-count {
  position: absolute;
  left: 100%;
  top: 5px;
  width: 1.72em;
  height: 1.72em;
  line-height: 1.63em;
  font-size: 1.1rem;
  border-radius: 50%;
  background-color: var(--wolmart-primary-color, #2879FE);
  color: #fff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  text-align: center;
  font-family: Poppins, sans-serif;
}

.mobile-icon-bar .cart-dropdown.badge-type .cart-count {
  top: 0;
}

header .account i,
header .wishlist i,
header .compare-open i,
header .cart-toggle i,
header .contact i {
  font-size: 2.7rem;
}

@media (max-width: 575px) {
  .welcome-msg {
    white-space: nowrap;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-animation: 6s linear 2s 1 show_msg_first, 12s linear 8s infinite show_msg;
            animation: 6s linear 2s 1 show_msg_first, 12s linear 8s infinite show_msg;
  }
}
@-webkit-keyframes show_msg_first {
  from {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes show_msg_first {
  from {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes show_msg {
  from {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes show_msg {
  from {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.menu.switcher a {
  white-space: nowrap;
}
.menu.switcher i, .menu.switcher img {
  margin-right: 0.7rem;
}
.menu.switcher img {
  max-width: 14px;
  margin-top: -2px;
  vertical-align: middle;
}
.menu.switcher li.active > a,
.menu.switcher li:hover > a {
  color: var(--wolmart-primary-color, #2879FE);
}
.menu.switcher li a {
  padding: 6px 10px;
  line-height: 1.1;
}
.menu.switcher > li > a {
  padding: 9px 0;
}
.menu.switcher > li > a::after {
  margin-bottom: 1.5px;
}
.menu.switcher ul {
  left: auto;
  right: 0;
  min-width: 0;
  padding: 5px 0;
}
.menu.switcher ul li {
  padding: 0;
}
.menu.switcher ul a {
  color: var(--wolmart-body-color, #666);
  font-weight: 400;
}

.absolute-header {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 1040;
}

/* Responsive */
@media (max-width: 991px) {
  .header .logo {
    margin-right: var(--wolmart-logo-mobile-space);
  }

  .header .account > span, .header .wishlist > span, .header .compare-open > span, .header .dropdown .cart-toggle > span {
    display: none;
  }
  .header .account i, .header .wishlist i, .header .compare-open i, .header .dropdown .cart-toggle i {
    margin-bottom: 0;
  }
  .header .dropdown > .cart-toggle > .cart-label + i {
    margin-bottom: 0;
  }

  .sticky-wrapper {
    height: auto !important;
  }

  .contact .contact-content {
    display: none;
  }

  body .dropdown.mobile-links li {
    margin-right: 0;
  }
  body .dropdown.mobile-links li > a {
    display: block;
    padding: 0.6rem 1rem;
  }
  body .dropdown.mobile-links .menu {
    display: block;
  }
  body .dropdown.mobile-links li:hover > a {
    color: var(--wolmart-primary-color, #2879FE);
  }

  .has-mob-center .header-left,
.has-mob-center .header-right {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }

  .header .search-toggle i {
    font-size: 2rem;
  }
}
@media (min-width: 992px) {
  .dropdown.mobile-links::after {
    content: none;
  }
  .dropdown.mobile-links > a {
    display: none;
  }
  .dropdown.mobile-links .dropdown-box {
    position: static;
    visibility: visible;
    opacity: 1;
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: 0;
    padding: 9px 0;
    -webkit-transform: none;
            transform: none;
    color: inherit;
  }
  .dropdown.mobile-links .dropdown-box > li {
    margin-right: 1.95rem;
  }
  .dropdown.mobile-links .dropdown-box > li:last-child {
    margin-right: 0;
  }
  .dropdown.mobile-links .dropdown-box a {
    padding: 0;
  }

  .has-desk-center .header-left,
.has-desk-center .header-right {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.mini-basket-dropdown:not(.cart-dropdown) > a {
  line-height: inherit;
}
.mini-basket-dropdown > a::after {
  content: none;
}
.mini-basket-dropdown .dropdown-box {
  padding: 2rem 3rem 3rem;
  min-width: 34rem;
}
.mini-basket-dropdown .mini-list {
  max-height: 33rem;
  margin: 0;
  padding-left: 0;
  padding-right: 5px;
  list-style: none;
  overflow-y: scroll;
  overflow-x: hidden;
  text-transform: capitalize;
}
.mini-basket-dropdown .mini-list + .buttons {
  margin-top: 1rem;
  margin-bottom: 0;
  border-top: 1px solid #eee;
  padding-top: 20px;
}
.mini-basket-dropdown .mini-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.4rem;
  font-weight: 400;
  padding: 1rem 0;
}
.mini-basket-dropdown .mini-item a {
  padding: 0;
}
.mini-basket-dropdown .mini-item > a:nth-child(2) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8rem;
          flex: 0 0 8rem;
  max-width: 8rem;
  padding: 0;
}
.mini-basket-dropdown .mini-item > a:nth-child(2) img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mini-basket-dropdown .mini-item .remove {
  position: absolute;
  top: 0px;
  right: -10px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 50%;
  font-size: 1.2rem;
  color: var(--wolmart-dark-color, #333);
  background: #fff;
  -webkit-transition: color 0.4s, border 0.4s;
  transition: color 0.4s, border 0.4s;
  -webkit-box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.15);
  z-index: 3;
}
.mini-basket-dropdown .mini-item .remove i {
  width: 100%;
}
.mini-basket-dropdown .mini-item .quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  font-size: 1.6rem;
  height: auto;
  color: var(--wolmart-primary-color, #2879FE);
}
.mini-basket-dropdown .mini-item .quantity .times {
  margin-left: 0.5rem;
  font-size: 2.5rem;
  font-weight: 100;
}
.mini-basket-dropdown .mini-item .quantity ins {
  color: var(--wolmart-primary-color, #2879FE);
}
.mini-basket-dropdown .mini-item .quantity del {
  color: var(--wolmart-body-color, #666);
  font-size: 1.4rem;
  margin-left: 0.5rem;
}
.mini-basket-dropdown .mini-item .amount {
  color: inherit;
  font-weight: 600;
}
.mini-basket-dropdown .mini-item-meta {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: auto 2rem auto 0;
  line-height: 1.3;
}
.mini-basket-dropdown .mini-item-meta a {
  margin-bottom: 1rem;
}
.mini-basket-dropdown .mini-item-meta a:hover {
  color: var(--wolmart-primary-color, #2879FE);
}
.mini-basket-dropdown .empty-msg {
  font-size: 1.4rem;
  margin: 2.5rem 0 1rem;
  text-align: center;
  font-weight: 600;
}
.mini-basket-dropdown.offcanvas-type::after {
  content: none;
}
.mini-basket-dropdown.offcanvas-type .popup-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #e1e1e1;
}
.mini-basket-dropdown.offcanvas-type h3 {
  margin-bottom: 0;
  font-size: 1.6rem;
  font-weight: 700;
  text-transform: uppercase;
}
.mini-basket-dropdown.offcanvas-type .btn-close {
  text-transform: capitalize;
  font-weight: 400;
  color: #666;
}
.mini-basket-dropdown.offcanvas-type .btn-close:hover {
  color: var(--wolmart-primary-color, #2879FE);
}
.mini-basket-dropdown.offcanvas-type .dropdown-box {
  position: fixed;
  top: 0;
  right: -34rem;
  height: 100vh;
  min-width: auto;
  width: 34rem;
  padding: 2.9rem 3rem;
  opacity: 1;
  visibility: hidden;
  -webkit-transition: right 0.3s, visibility 0.3s;
  transition: right 0.3s, visibility 0.3s;
  -webkit-transform: none;
          transform: none;
}
.mini-basket-dropdown.offcanvas-type .offcanvas-overlay {
  position: fixed;
  left: 0;
  width: 100vw;
  top: -10vh;
  height: 120vh;
  background: rgba(0, 0, 0, 0.3);
  z-index: 9998;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}
.mini-basket-dropdown.offcanvas-type .dropdown-box {
  z-index: 9999;
}
.mini-basket-dropdown.offcanvas-type .mini-list {
  max-height: calc(100vh - 18.5rem);
}
.mini-basket-dropdown.offcanvas-type.opened .dropdown-box {
  visibility: visible;
  right: 0;
}
.mini-basket-dropdown.offcanvas-type.opened .offcanvas-overlay {
  opacity: 1;
  visibility: visible;
}

.compare-dropdown .compare-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: -15px;
  margin-bottom: 0;
  padding-right: 1.5rem;
  padding-top: 0;
  padding-bottom: 0;
  max-width: none;
}
.compare-dropdown .compare-item {
  min-height: auto;
  width: 100%;
  max-width: 100%;
}
.compare-dropdown .compare-item + .compare-item {
  margin-left: 0;
}
.compare-dropdown .compare-buttons .btn {
  color: #fff;
}

.wishlist-dropdown .wish-list {
  margin-right: -15px;
  margin-bottom: 0;
  padding-right: 1.5rem;
  padding-top: 0;
  padding-bottom: 0;
  max-width: none;
}
.wishlist-dropdown .wishlist-item {
  min-height: auto;
  width: 100%;
  max-width: 100%;
}
.wishlist-dropdown .wishlist-item + .wishlist-item {
  margin-left: 0;
}
.wishlist-dropdown .wishlist-buttons .btn {
  color: #fff;
}

.cart-dropdown .cart-toggle {
  padding: 0.6rem 0;
}
.cart-dropdown .cart-toggle::after {
  content: none;
}
.cart-dropdown .cart-label {
  display: block;
  cursor: pointer;
}
.cart-dropdown .cart-label span {
  display: inline-block;
}
.cart-dropdown .cart-name-delimiter {
  margin: 0 5px 0 3px;
}
.cart-dropdown .cart-name + .cart-price,
.cart-dropdown .cart-label + i,
.cart-dropdown .cart-label + .cart-count-wrap {
  margin-left: 7px;
}
.cart-dropdown .cart-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #eee;
  padding-bottom: 1.4rem;
  margin-bottom: 1rem;
}
.cart-dropdown .cart-header .btn-close {
  text-transform: capitalize;
  font-weight: 400;
  color: #666;
  letter-spacing: 0;
}
.cart-dropdown .cart-header .btn-close i {
  margin-bottom: 0;
  margin-left: 5px;
  top: 0;
}
.cart-dropdown .cart-header .btn-close:hover {
  color: var(--wolmart-primary-color, #2879FE);
}
.cart-dropdown .cart-title {
  margin-bottom: 0;
  font-size: 1.6rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0;
  line-height: 1.4;
}
.cart-dropdown .minicart-icon {
  display: inline-block;
}
.cart-dropdown .cart-count {
  display: inline-block;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 25px;
}
.cart-dropdown .cart-count > i {
  font-size: 1.2rem !important;
  line-height: 18px;
}
.cart-dropdown .minicart-icon .cart-count {
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}
.cart-dropdown:hover .minicart-icon {
  color: #fff;
  background: var(--wolmart-primary-color, #2879FE);
}
.cart-dropdown:hover .minicart-icon::before {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.cart-dropdown:hover .minicart-icon .cart-count {
  color: #fff;
}
.cart-dropdown.badge-type .cart-toggle > i {
  text-align: center;
}
.cart-dropdown.badge-type .cart-toggle .fa {
  padding-right: 5px;
  font-size: 1.7em;
  font-family: inherit;
}
.cart-dropdown.badge-type .cart-toggle .fa::before {
  font-family: "Font Awesome 5 Free";
}
.cart-dropdown.badge-type:hover {
  color: var(--wolmart-primary-color, #2879FE);
}
.cart-dropdown.label-type .cart-count {
  color: inherit;
}
.cart-dropdown .cart_list {
  max-height: 330px;
  padding-right: 1.5rem;
  margin-right: -1.9rem;
}
.cart-dropdown .cart-item-meta a:hover {
  color: var(--wolmart-primary-color, #2879FE);
}
.cart-dropdown .total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 1rem 0;
  padding: 0.2rem 0;
  font-size: 1.6rem;
  text-transform: capitalize;
  line-height: 3;
  color: var(--wolmart-dark-color, #333);
  letter-spacing: -0.025em;
  border-top: 1px solid #eee;
}
.cart-dropdown .total strong {
  font-size: 1.4rem;
  color: var(--wolmart-dark-color, #333);
}
.cart-dropdown .total strong, .cart-dropdown .total .amount {
  font-weight: 600;
}
.cart-dropdown .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
}
.cart-dropdown .buttons a {
  width: 50%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.7rem 0.6rem;
  line-height: 1.5;
  color: var(--wolmart-dark-color, #333);
  background-color: transparent;
  border-color: var(--wolmart-dark-color, #333);
  border-radius: 3px;
  font-size: 1.3rem;
  letter-spacing: 0;
}
.cart-dropdown .buttons a:hover, .cart-dropdown .buttons a:active, .cart-dropdown .buttons a:focus {
  border-color: var(--wolmart-primary-color, #2879FE);
  background-color: var(--wolmart-primary-color, #2879FE);
  color: #fff;
}
.cart-dropdown .buttons .checkout {
  margin-left: 1rem;
  color: #fff;
  border-color: var(--wolmart-primary-color, #2879FE);
  background-color: var(--wolmart-primary-color, #2879FE);
}
.cart-dropdown .buttons .checkout:hover, .cart-dropdown .buttons .checkout:active, .cart-dropdown .buttons .checkout:focus {
  color: #fff;
  border-color: var(--wolmart-primary-color-hover, #3c78b3);
  background-color: var(--wolmart-primary-color-hover, #3c78b3);
}
.cart-dropdown .buttons .checkout.btn-solid {
  color: var(--wolmart-primary-color, #2879FE);
  border-color: #fff;
  background-color: #fff;
}
.cart-dropdown .buttons .checkout.btn-solid:hover, .cart-dropdown .buttons .checkout.btn-solid:active, .cart-dropdown .buttons .checkout.btn-solid:focus {
  border-color: var(--wolmart-primary-color, #2879FE);
  background-color: var(--wolmart-primary-color, #2879FE);
  color: #fff;
}
.cart-dropdown .buttons .checkout.btn-outline {
  color: var(--wolmart-primary-color, #2879FE);
  border-color: var(--wolmart-primary-color, #2879FE);
  background-color: transparent;
}
.cart-dropdown .buttons .checkout.btn-outline:hover, .cart-dropdown .buttons .checkout.btn-outline:active, .cart-dropdown .buttons .checkout.btn-outline:focus {
  background-color: var(--wolmart-primary-color, #2879FE);
  color: #fff;
}
.cart-dropdown .buttons .checkout.btn-link {
  background-color: transparent;
  color: var(--wolmart-primary-color, #2879FE);
}
.cart-dropdown .buttons .checkout.btn-link:hover, .cart-dropdown .buttons .checkout.btn-link:active, .cart-dropdown .buttons .checkout.btn-link:focus {
  color: var(--wolmart-dark-color, #333);
}
.cart-dropdown .buttons .checkout.btn-underline:hover, .cart-dropdown .buttons .checkout.btn-underline:active, .cart-dropdown .buttons .checkout.btn-underline:focus {
  color: var(--wolmart-primary-color, #2879FE);
}
.cart-dropdown .empty-msg {
  line-height: 1;
}
.cart-dropdown.block-type .cart-toggle {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.cart-dropdown.block-type i,
.cart-dropdown.block-type .cart-count-wrap {
  margin-left: 0;
  margin-bottom: 5px;
}
.cart-dropdown:not(.cart-offcanvas) .cart-header {
  display: none;
}
.cart-dropdown.cart-offcanvas .dropdown-box {
  position: fixed;
  right: -34rem;
  height: 100vh;
  min-width: auto;
  width: 34rem;
  padding: 2.9rem 3rem;
  opacity: 1;
  visibility: hidden;
  -webkit-transition: right 0.3s, visibility 0.3s;
  transition: right 0.3s, visibility 0.3s;
  -webkit-transform: none;
          transform: none;
}
body.admin-bar .cart-dropdown.cart-offcanvas .dropdown-box {
  margin-top: 3.2rem;
}
.cart-dropdown.cart-offcanvas.opened .dropdown-box {
  visibility: visible;
}
.cart-dropdown.cart-offcanvas div.dropdown-box {
  top: 0;
}
.cart-dropdown.cart-offcanvas:after {
  content: none;
}
.cart-dropdown.cart-offcanvas .cart-overlay {
  position: fixed;
  left: 0;
  width: 100vw;
  top: 0;
  height: 100vh;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1100;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}
.cart-dropdown.cart-offcanvas .cart_list {
  max-height: calc(100vh - 30rem);
}
@media (max-width: 575px) {
  .cart-dropdown.cart-offcanvas .dropdown-box {
    width: 296px;
  }
}
.cart-dropdown.opened .dropdown-box {
  right: 0;
}
.cart-dropdown.opened .cart-overlay {
  opacity: 1;
  visibility: visible;
}
.cart-dropdown .total-count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 1.8rem;
  border-bottom: 1px solid #edeef0;
  font-weight: 700;
  font-size: 1.4rem;
  letter-spacing: -0.018em;
  line-height: 1;
  color: var(--wolmart-dark-color, #333);
}
.cart-dropdown .pull-right {
  padding: 0;
}
.cart-dropdown .pull-right:hover, .cart-dropdown .pull-right:focus {
  color: inherit;
  text-decoration: underline;
}
.cart-dropdown .pull-right i {
  margin: 0 0 0 5px;
  font-size: 1.9rem;
}
.cart-dropdown .cart-item-meta a {
  font-size: 1.4rem;
}
.cart-dropdown .w-loading.small i {
  top: calc(50% - 3px);
}

@media (max-width: 360px) {
  .cart-dropdown .dropdown-box {
    padding: 1.5rem;
    min-width: 27rem;
  }
  .cart-dropdown .empty-msg {
    margin-top: 1rem;
  }
}
.cart-popup {
  z-index: 1102;
}

.mini_cart_item {
  color: var(--wolmart-dark-color, #333);
}
.mini_cart_item .cart-item-meta a {
  margin-bottom: 1rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.43;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.mini_cart_item .cart-item-meta .variation {
  display: none;
}
.mini_cart_item .cart-item-meta .quantity {
  color: var(--wolmart-grey-color, #999);
}
.mini_cart_item .cart-item-meta .amount {
  margin-left: 0.5rem;
  color: var(--wolmart-primary-color, #2879FE);
  font-weight: 600;
}
.mini_cart_item a {
  padding: 0;
}
.mini_cart_item > a:first-child {
  margin-right: 1.5rem;
}
.mini_cart_item img {
  display: block;
  width: 8rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.cart-popup .mini_cart_item .remove {
  position: absolute;
  top: 0px;
  right: -10px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 50%;
  font-size: 1.2rem;
  color: var(--wolmart-dark-color, #333);
  background: #fff;
  -webkit-transition: color 0.4s, border 0.4s;
  transition: color 0.4s, border 0.4s;
  -webkit-box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.15);
  z-index: 3;
}
.cart-popup .mini_cart_item .remove i {
  width: 100%;
  margin: auto;
}
.cart-popup .mini_cart_item .remove:hover {
  color: var(--wolmart-primary-color, #2879FE);
  border-color: var(--wolmart-primary-color, #2879FE);
}

.custom-header .mobile-menu-toggle,
.custom-header .mobile-menu-toggle i {
  display: block;
  font-size: 2.7rem;
}
.custom-header a.logo {
  margin: 0;
}

@media (max-width: 991px) {
  .dropdown.mobile-links {
    display: inline-block;
  }

  .mobile-links .dp-left {
    left: 0;
    right: auto;
  }
}
@media (max-width: 575px) {
  .welcome-msg {
    white-space: nowrap;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-animation: 6s linear 2s 1 show_msg_first, 12s linear 8s infinite show_msg;
            animation: 6s linear 2s 1 show_msg_first, 12s linear 8s infinite show_msg;
  }
}
@keyframes show_msg_first {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes show_msg {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
/* -------------------------------------------
	Menu
		- Default

		- Menu(MainMenu)
			- MegaMenu
			- MenuBanner
			- Tips

		- MobileMenu 
			- MobileMenuWrapper
			- MobileMenuContainer
			- MobileMenu
			- MobileMenuOverlay
			- MobileMenuCloseButton

		- Dropdown Menu
 ------------------------------------------- */
.header .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.menu ul {
  padding: 2rem 0;
  background: #fff;
}
.menu li {
  position: relative;
}
.menu li > a {
  -webkit-transition: color 0.3s, background 0.3s, border 0.3s;
  transition: color 0.3s, background 0.3s, border 0.3s;
}
.menu li a {
  display: inline-block;
  padding: 0.7rem 1rem;
  white-space: nowrap;
}
.menu li a i {
  display: inline-block;
  margin: -1px 7px 0 0;
  line-height: 0;
  font-size: 17px;
  vertical-align: middle;
}
.menu li > ul {
  position: absolute;
  top: -9999px;
  left: 100%;
  min-width: 21.5rem;
  margin: 0;
  -webkit-box-shadow: 0 4px 20px -8px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 20px -8px rgba(0, 0, 0, 0.2);
  z-index: 1002;
  background-color: #fff;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
  -webkit-transform: translate3d(0, -10px, 0);
          transform: translate3d(0, -10px, 0);
}
.menu li > ul li {
  padding: 0 2rem;
}
.menu li:hover > ul,
.menu .show > ul {
  visibility: visible;
  opacity: 1;
  top: -2rem;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.header .menu > li:last-child {
  margin: 0;
}
.menu > li > a {
  position: relative;
}
.menu > li > a::after {
  margin-left: 0.6rem;
}
.menu > li > ul {
  left: -1.9rem;
}
.menu > li:hover > ul, .menu > li.show > ul {
  top: 100%;
}
.menu > li:hover::after, .menu > li.show::after {
  visibility: visible;
  opacity: 1;
  top: calc(100% - 20px);
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
}
nav .menu > li:hover > a, nav .menu > li.show > a {
  color: var(--wolmart-primary-color, #2879FE);
}
.menu .menu-item-has-children > a {
  display: block;
}
.menu > .menu-item-has-children {
  padding-right: 1.5rem;
}
.menu > .menu-item-has-children > a::after {
  content: "\f078";
  margin-top: 1px;
  right: -1.6em;
}
.menu > .menu-item-has-children::after {
  content: "";
  position: absolute;
  z-index: 1002;
  left: 50%;
  top: -9999px;
  -webkit-transform: translate3d(-50%, -8px, 0);
          transform: translate3d(-50%, -8px, 0);
  border: 11px solid transparent;
  border-bottom: 11px solid #fff;
  -webkit-transition: opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
  transition: opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
  transition: opacity 0.2s ease-out, transform 0.2s ease-out;
  transition: opacity 0.2s ease-out, transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
  visibility: hidden;
  opacity: 0;
  cursor: pointer;
  pointer-events: none;
}

.menu-item-has-children > a::after {
  display: inline-block;
  position: absolute;
  right: 2rem;
  top: 50%;
  line-height: 0;
  vertical-align: middle;
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  font-size: 0.7em;
  color: inherit;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "\f054";
}

.menu.horizontal-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.menu.vertical-menu {
  display: block;
  max-width: 100%;
}
.menu.vertical-menu li > a {
  display: block;
}
.menu.vertical-menu > li {
  margin-right: 0;
}
.menu.vertical-menu > li > ul {
  -webkit-transform: translate3d(-15px, 0, 0);
          transform: translate3d(-15px, 0, 0);
}
.menu.vertical-menu > li > a::after {
  content: none;
}
.menu.vertical-menu > li:hover > ul, .menu.vertical-menu > li.show > ul {
  left: 100%;
  top: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.menu.vertical-menu > li:first-child:hover > ul, .menu.vertical-menu > li:first-child.show > ul {
  top: -1rem;
}
.menu.vertical-menu > .menu-item-has-children::after {
  border: 11px solid transparent;
  border-right: 11px solid #fff;
}
.menu.vertical-menu > .menu-item-has-children:hover::after, .menu.vertical-menu > .menu-item-has-children.show::after {
  top: 50%;
  left: calc(100% - 20px);
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
}
.menu.vertical-menu > .menu-item-has-children:hover > a::after, .menu.vertical-menu > .menu-item-has-children.show > a::after {
  right: 0.5rem;
}
.menu.vertical-menu > .menu-item-has-children > a::after {
  line-height: 0;
  right: 1rem;
  content: "\f054";
  font-size: 0.7em;
  -webkit-transition: right 0.3s ease;
  transition: right 0.3s ease;
}
.menu.vertical-menu .megamenu > li > .wolmart-block {
  margin: -2rem -1rem;
}
.menu.vertical-menu .megamenu > li:first-child > .wolmart-block {
  margin-left: -2rem;
}
.menu.vertical-menu .megamenu > li:last-child > .wolmart-block {
  margin-right: -2rem;
}
.menu.vertical-menu .megamenu > li > a {
  margin-bottom: 1.6rem;
}
.menu.vertical-menu .megamenu > li > a:before {
  position: absolute;
  content: "";
  left: 1rem;
  right: 1rem;
  height: 1px;
  background-color: #eee;
  bottom: -0.8rem;
}
.menu.vertical-menu.no-arrow > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.menu.vertical-menu.no-arrow > li > a::after {
  content: none;
}

.vertical-menu.dropdown-menu > li {
  padding: 0 1rem;
}

.menu.collapsible-menu {
  display: block;
}
.menu.collapsible-menu > .menu-item {
  margin-right: 0;
}
.menu.collapsible-menu .menu-item-has-children::after,
.menu.collapsible-menu .menu-item-has-children > a::after {
  content: none;
}
.menu.collapsible-menu .menu-item-has-children li {
  padding: 0 0 0 0.7rem;
}
.menu.collapsible-menu li > ul {
  display: none;
  position: static;
  visibility: visible;
  opacity: 1;
  min-width: 0;
  -webkit-transform: none;
          transform: none;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.menu.collapsible-menu ul {
  padding: 0;
}

.toggle-btn, .menu .toggle-btn, .mobile-menu .toggle-btn {
  display: block;
  position: absolute;
  padding: 6px;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0.6;
}
.toggle-btn::before {
  display: block;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.menu .toggle-btn::before, .mobile-menu .toggle-btn::before {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  position: static;
  border: none;
  width: auto;
}
.menu .toggle-btn, .mobile-menu .toggle-btn {
  width: auto;
}
.menu .toggle-btn::after, .mobile-menu .toggle-btn::after {
  content: none;
}

.show > .toggle-btn::before,
.show > a .toggle-btn::before {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}

.menu-active-underline > li > a::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 12px;
  left: 0;
  width: 100%;
  border-bottom: 3px solid;
  -webkit-transform-origin: right center;
          transform-origin: right center;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.menu-active-underline > li.current-menu-ancestor > a, .menu-active-underline > li.current-menu-item > a,
.menu-active-underline > li > a:hover, .menu-active-underline > li:hover > a {
  color: inherit;
}
.menu-active-underline > li.current-menu-ancestor > a::before, .menu-active-underline > li.current-menu-item > a::before,
.menu-active-underline > li > a:hover::before, .menu-active-underline > li:hover > a::before {
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.menu .megamenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem;
  background: #fff;
}
.menu .megamenu a {
  white-space: normal;
}
.menu .megamenu li {
  background-size: cover;
  padding: 0;
}
.menu .megamenu > li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 1rem;
}
.menu .megamenu > li > a::after {
  content: none;
}
.menu .megamenu > li > ul + a {
  margin-top: 1rem;
}
.menu .megamenu > .menu-item > a {
  pointer-events: none;
  margin-bottom: 3px;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #333;
  letter-spacing: -0.025em;
}
.menu .megamenu ul {
  position: static;
  min-width: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: 1;
  visibility: visible;
  -webkit-transform: none;
          transform: none;
}
.menu .megamenu.mp-left {
  left: -1.5rem;
  right: auto;
}
.menu .megamenu.mp-right {
  left: auto;
  right: -1.5rem;
}
.menu .megamenu.mp-center {
  right: auto;
}

.tip {
  display: inline-block;
  position: relative;
  top: -1px;
  left: 7px;
  border-radius: 2px;
  padding: 0.3rem 0.5rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
}
.tip.tip-hot {
  color: var(--wolmart-secondary-color, #f93);
}
.tip.tip-new {
  color: var(--wolmart-primary-color, #2879FE);
}

.mobile-menu-wrapper {
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2999;
  -webkit-transition: visibility 0.4s;
  transition: visibility 0.4s;
}
.mobile-menu-wrapper .loading1::before,
.mobile-menu-wrapper .loading1::after,
.mobile-menu-wrapper .loading2::before,
.mobile-menu-wrapper .loading2::after {
  background: #fff;
}
.mobile-menu-wrapper .loading1::before {
  -webkit-box-shadow: inset 0 0 0 2px #fff;
          box-shadow: inset 0 0 0 2px #fff;
}

.mobile-menu-container {
  max-width: 296px;
  padding: 2rem 1.5rem;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  background: #222;
  -webkit-box-shadow: 1px 0 5px rgba(0, 0, 0, 0.5);
          box-shadow: 1px 0 5px rgba(0, 0, 0, 0.5);
  -webkit-transform: translateX(-296px);
          transform: translateX(-296px);
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
.mobile-menu-container .w-loading {
  background: transparent;
}
.mobile-menu-container .hs-simple .input-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.6rem;
  height: 4rem;
}
.mobile-menu-container .hs-simple .input-wrapper .form-control {
  color: #999;
  border: 1px solid #333;
  border-radius: 3px;
  background-color: transparent;
}
.mobile-menu-container .hs-simple .input-wrapper .btn-search {
  color: #fff;
  font-size: 1em;
}
.mobile-menu-container .hs-simple .input-wrapper i {
  vertical-align: initial;
  margin: 0;
  font-size: inherit;
}
.mobile-menu-container .mobile-menu {
  margin-bottom: 0.5rem;
}
.mobile-menu-container .mobile-menu .menu-item > a > i {
  min-width: 20px;
  text-align: center;
  font-size: 18px;
  margin-right: 1rem;
  vertical-align: -3px;
}
.mobile-menu-container .tab {
  margin-top: 3rem;
}
.mobile-menu-container .tab-content {
  background-color: transparent;
}
.mobile-menu-container .tab-pane {
  padding-top: 1rem;
}
.mobile-menu-container .nav {
  border-width: 2px;
}
.mobile-menu-container .nav-link {
  margin-bottom: -2px;
  padding: 10px;
  font-size: 13px;
  color: #fff;
}
.mobile-menu-container .nav-item:hover .nav-link {
  color: #fff;
  border-color: transparent;
}
.mobile-menu-container .nav-item.show .nav-link,
.mobile-menu-container .nav-item .nav-link.active {
  color: var(--wolmart-primary-color, #2879FE);
  border-color: var(--wolmart-primary-color, #2879FE);
}
.mobile-menu-container .nav-item + .nav-item {
  margin-left: 1px;
}

.wolmart-adminbar .mobile-menu-container {
  padding-top: 5.4rem;
}

.mobile-menu {
  color: #e1e1e1;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
}
.mobile-menu ul {
  display: none;
  width: 100% !important;
}
.mobile-menu > li:first-child {
  padding-top: 0.5rem;
}
.mobile-menu > li:last-child {
  padding-bottom: 0.5rem;
}
.mobile-menu > li:not(:last-child) {
  border-bottom: 1px solid #333;
}
.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 .expanded,
.mobile-menu .active > a {
  background: #333;
}
.mobile-menu .menu-item-has-children > a::after {
  content: none;
}

.mobile-menu-title {
  margin-bottom: 0.5rem;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  text-transform: uppercase;
}

.mobile-menu-overlay {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: #000;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.mobile-menu-close {
  position: fixed;
  left: calc(100vw - 50px);
  top: 25px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0;
}
.mobile-menu-close i {
  font-size: 2.8rem;
  color: #e1e1e1;
}

.mmenu-active {
  overflow: hidden;
}
.mmenu-active .page-wrapper {
  margin-left: 296px;
  margin-right: -296px;
}
.mmenu-active .mobile-menu-wrapper {
  visibility: visible;
}
.mmenu-active .mobile-menu-container {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.mmenu-active .mobile-menu-overlay {
  opacity: 0.8;
}
.mmenu-active .mobile-menu-close {
  opacity: 1;
}

@media (max-width: 400px) {
  .mobile-menu-close {
    left: calc(100vw - 40px);
    top: 10px;
  }
}
nav .menu,
.dropdown-menu,
.toggle-menu {
  display: inline-block;
}

.toggle-menu {
  width: 280px;
}
.toggle-menu > a {
  position: relative;
  padding: 1.8rem 2rem;
  -webkit-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s;
}
.toggle-menu > a:after {
  position: absolute;
  content: "\e910";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 18px;
  font-family: "wolmart";
  color: inherit;
}
.toggle-menu > a i {
  margin-top: -1px;
  font-size: 1.2em;
}
.toggle-menu > a i + span {
  margin-left: 7px;
}
.toggle-menu > a .hover {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
}
.toggle-menu:hover > a i:not(:first-child) {
  opacity: 0;
}
.toggle-menu:hover > a .hover {
  opacity: 1;
}
.toggle-menu .menu {
  padding: 2rem 0;
}
.toggle-menu .menu > li {
  margin-right: 0;
}
.toggle-menu .dropdown-box {
  padding: 0;
  right: auto;
}
.toggle-menu::before, .toggle-menu::after {
  left: 25px;
}
.toggle-menu.show .dropdown-box, .home .toggle-menu.show-home .dropdown-box {
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.toggle-menu.has-border::before {
  content: "";
  position: absolute;
  z-index: 1002;
  top: -9999px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border: 11px solid transparent;
  border-bottom: 11px solid #e1e1e1;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  visibility: hidden;
  opacity: 0;
  cursor: pointer;
}
.toggle-menu.has-border.show::before {
  visibility: visible;
  opacity: 1;
  top: calc(100% - 21px);
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
}
.toggle-menu.has-border .menu {
  border: 1px solid #e1e1e1;
}

.sticky-content:not(.fixed) .show-home::after {
  top: 100%;
}
.sticky-content:not(.fixed) .show-home .dropdown-box {
  top: calc(100% + 20px);
}
.sticky-content:not(.fixed) .show-home .dropdown-box, .sticky-content:not(.fixed) .show-home::after {
  visibility: visible;
  opacity: 1;
}
.sticky-content:not(.fixed) .show-home .dropdown-box {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.sticky-content:not(.fixed) .show-home::after {
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
}
.sticky-content:not(.fixed) .show-home.has-border::before {
  top: calc(100% - 1px);
  visibility: visible;
  opacity: 1;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5) {
  .sticky-content:not(.fixed) .show-home.has-border::before {
    top: calc(100% - 2px);
  }
}

@media (max-width: 1199px) {
  .toggle-menu {
    width: 240px;
  }
}
.lazy-menu > li:hover > ul {
  height: 32rem;
  min-width: 21.5rem;
}

.lazy-menu .w-loading li {
  height: 100%;
}

/* 9. footer */
/* -------------------------------------------
	Footer
		- Default Footer
		- Scroll Top
		- Sticky Footer
---------------------------------------------- */
.footer-copyright {
  padding: 3rem 0;
  background: var(--wolmart-dark-color, #333);
  color: #999;
  text-align: center;
}

@media (min-width: 768px) {
  .addtocart-fixed .footer {
    padding-bottom: 125px;
  }
}
@media (min-width: 768px) {
  #scroll-top {
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    bottom: -4rem;
    right: 1.5rem;
    z-index: 9999;
    width: 4.6rem;
    height: 4.6rem;
    font-size: 1.4rem;
    font-weight: 700;
    color: #222;
    opacity: 0;
    -webkit-transition: bottom 0.3s, opacity 0.3s;
    transition: bottom 0.3s, opacity 0.3s;
  }
  #scroll-top.show {
    opacity: 1;
    bottom: 98px;
  }
  #scroll-top:focus, #scroll-top:hover {
    text-decoration: none;
  }
  #scroll-top:hover {
    opacity: 0.8;
  }
  #scroll-top i {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 3.6rem;
    height: 3.6rem;
    color: #fff;
    background-color: #333;
    border: 2px solid #333;
    border-radius: 50%;
    z-index: 1;
  }
  #scroll-top svg {
    position: absolute;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    top: 1px;
    left: 1px;
    z-index: -1;
  }
  #scroll-top svg circle {
    stroke: #2C67E7;
    stroke-width: 4px;
    stroke-linecap: round;
    stroke-dasharray: 1, 400;
  }
}
@media (max-width: 767px) {
  #scroll-top {
    display: none;
  }
}
.mobile-icon-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: margin 0.4s;
  transition: margin 0.4s;
}
.mobile-icon-bar > * {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.mobile-icon-bar .cart-toggle,
.mobile-icon-bar .search-toggle {
  padding: 0;
  color: inherit;
}
.mobile-icon-bar .dropdown:hover .cart-toggle {
  color: var(--wolmart-dark-color, #333);
}
.mobile-icon-bar .hs-toggle .input-wrapper {
  position: absolute;
  right: -1.5rem;
  top: 100%;
  padding: 1.5rem;
  height: 8rem;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 35px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 35px rgba(0, 0, 0, 0.1);
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
          transform: translate3d(0, -10px, 0);
  z-index: 1002;
  -webkit-transition: visibility 0.4s 0.2s, opacity 0.4s 0.2s, -webkit-transform 0.4s 0.2s;
  transition: visibility 0.4s 0.2s, opacity 0.4s 0.2s, -webkit-transform 0.4s 0.2s;
  transition: transform 0.4s 0.2s, visibility 0.4s 0.2s, opacity 0.4s 0.2s;
  transition: transform 0.4s 0.2s, visibility 0.4s 0.2s, opacity 0.4s 0.2s, -webkit-transform 0.4s 0.2s;
  min-width: 54rem;
}
.mobile-icon-bar .hs-toggle .form-control {
  border: 0;
  background: #f4f4f4;
  padding: 1.4rem 2rem;
  font-size: 13px;
  color: #666;
}
.mobile-icon-bar .hs-toggle .btn-search {
  background: #f4f4f4;
  min-width: 50px;
  color: var(--wolmart-dark-color, #333);
}
.untouchable .mobile-icon-bar .hs-toggle:hover .input-wrapper, .mobile-icon-bar .hs-toggle.show .input-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  visibility: visible;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  opacity: 1;
}
.mobile-icon-bar .hs-toggle:hover {
  color: var(--wolmart-primary-color, #2879FE);
}
.mobile-icon-bar .hs-toggle .search-right + .input-wrapper {
  right: auto;
}
.mobile-icon-bar .hs-toggle .input-wrapper {
  top: initial;
  bottom: 100%;
  right: 1.5rem;
  margin-bottom: 2rem;
  border-radius: 3px;
  -webkit-transform: translate3d(0, 10px, 0);
          transform: translate3d(0, 10px, 0);
  min-width: 29rem;
}
.mobile-icon-bar .search-toggle:after {
  content: "";
  position: absolute;
  z-index: 1005;
  left: 50%;
  -webkit-transform: translate(-50%, -5px);
          transform: translate(-50%, -5px);
  bottom: 100%;
  border: 11px solid transparent;
  border-top: 11px solid #fff;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0.4s 0.2s, opacity 0.4s 0.2s, -webkit-transform 0.4s 0.2s;
  transition: visibility 0.4s 0.2s, opacity 0.4s 0.2s, -webkit-transform 0.4s 0.2s;
  transition: transform 0.4s 0.2s, visibility 0.4s 0.2s, opacity 0.4s 0.2s;
  transition: transform 0.4s 0.2s, visibility 0.4s 0.2s, opacity 0.4s 0.2s, -webkit-transform 0.4s 0.2s;
}
.untouchable .mobile-icon-bar .search-wrapper:hover > .search-toggle:after,
.mobile-icon-bar .show > .search-toggle:after {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(-50%, -15px);
          transform: translate(-50%, -15px);
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
.mobile-icon-bar .live-search-list {
  margin-bottom: 3px;
  top: initial;
  bottom: 100%;
}
.mobile-icon-bar .hs-toggle .input-wrapper:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  height: 20px;
}
.mmenu-active .mobile-icon-bar {
  -webkit-transition: margin 0.4s !important;
  transition: margin 0.4s !important;
  margin-left: 296px;
  margin-right: -296px;
}
.mobile-icon-bar #scroll-top {
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: none;
  color: inherit;
}
.mobile-icon-bar:not(.fixed) .input-wrapper, .mobile-icon-bar:not(.fixed) .search-toggle:after {
  display: none;
}

.mobile-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 1.5rem 0 1.3rem;
}
.mobile-item i + span {
  margin-top: 0.8rem;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}
.mobile-item.compare-open span {
  margin-left: 0;
}
.mobile-icon-bar .mobile-item i {
  width: 23px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 23px;
  line-height: 1;
}
.mobile-item:hover, .mobile-item.active {
  color: var(--wolmart-dark-color, #333);
}

@media (max-width: 479px) {
  .items-6 span, .items-7 span {
    display: none;
  }
}
@media (min-width: 576px) {
  .mobile-icon-bar {
    padding: 0 4rem;
  }
}
@media (min-width: 768px) {
  .mobile-icon-bar {
    display: none;
  }
}