.et_b_header-search .ajax-results-wrapper {
  position: absolute;
  z-index: 1003;
  min-width: 310px;
  margin-top: -1px;
  left: unset;
  right: unset;
  top: 100%;
}
.et_b_header-search.input-input .ajax-results-wrapper {
  left: auto;
  right: auto;
}
.ajax-search-form .autocomplete-suggestions {
  font-size: var(--content-zoom);
}
.et_b_header-search .post-date {
  font-size: 85%;
}
.ajax-item-info {
  overflow: hidden;
  text-align: start;
  color: #888;
}
.ajax-item-title {
  color: #222;
}
.ajax-item-title strong {
  font-weight: normal;
  border-bottom: 1px solid currentColor;
}
.ajax-item-add-to-cart {
  margin-top: 7px;
}
.ajax-search-categories {
  visibility: visible;
  opacity: 0;
  -webkit-animation: et-toTopLong, fadeIn;
          animation: et-toTopLong, fadeIn;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
}
.ajax-search-categories .categories-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.et-mini-content:not(.active) .ajax-search-tags,
.et-mini-content:not(.active) .ajax-search-history:not(.active),
.et-mini-content:not(.active) .ajax-search-categories {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  display: none;
}
.ajax-search-history .et_clear-history {
  text-transform: lowercase;
  display: none;
}
.ajax-search-history:hover .et_clear-history {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.ajax-search-history .et_clear-history.active {
  color: var(--et_dark-2-white);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.autocomplete-suggestions {
  width: 100%;
  text-transform: none;
  background-color: #fff;
  text-align: start;
  max-height: 300px;
  overflow: auto;
  overflow-x: hidden;
}
.autocomplete-suggestions:before,
.autocomplete-suggestions:after {
  content: '';
  display: table;
  clear: both;
}
.autocomplete-suggestion {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  float: left;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  min-width: 250px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin: 0;
}
.autocomplete-suggestion .ajax-item-info {
  margin-right: 5px;
}
.autocomplete-no-suggestion {
  color: #222;
  -webkit-text-fill-color: currentColor;
}
.autocomplete-suggestion > a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 5px 0;
}
.et-content-dropdown .ajax-results-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.14em;
  padding: 10px 20px;
  margin: 0;
  background-color: var(--et_border-color);
}
.et-content-dropdown .ajax-results-title:first-child {
  margin-top: -20px;
}
.et-content-dropdown .ajax-results-title .results-count {
  margin-left: auto;
  opacity: 0.5;
  text-transform: none;
  font-size: 0.85em;
}
.et-content-dropdown .ajax-results-more:last-child {
  margin-bottom: -30px;
}
.mobile-header-wrapper .ajax-results-title:first-child {
  margin-top: -20px;
}
.autocomplete-suggestion .arrow {
  fill: #222;
  margin-left: auto;
  -ms-flex-item-align: center;
      align-self: center;
  padding-left: 3px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  min-width: 1em;
  min-height: 1em;
}
.autocomplete-suggestion:not(.autocomplete-selected) .arrow {
  -webkit-transform: translateX(3px);
          transform: translateX(3px);
  opacity: 0;
  visibility: hidden;
}
.autocomplete-selected {
  background: #f2f2f2;
}
.autocomplete-suggestion img {
  max-width: 3rem;
  margin: 5px 20px 5px 0;
}
.autocomplete-suggestion .ajax-item-title {
  text-align: start;
  display: block;
  margin-bottom: 0;
  font-size: 114%;
}
.autocomplete-suggestion .content-product .product-details > .stock {
  display: block;
  position: static;
  background: transparent;
  text-align: start;
  -webkit-transform: none;
          transform: none;
  padding: 0;
  margin: 3px 0;
}
.autocomplete-suggestion .ajax-item-info > .stock {
  font-size: 1rem;
  margin: 0 0 3px;
}
.autocomplete-suggestion .content-product .product-details > .out-of-stock,
.autocomplete-suggestion .ajax-item-info > .out-of-stock {
  color: var(--et_red-color);
}
/*=================================================
=            Shopping cart base widget            =
=================================================*/
.et-remove-type2 {
  display: none;
}
.widget_shopping_cart_content:before,
.widget_shopping_cart_content:after {
  display: table;
  content: '';
}
.widget_shopping_cart_content:after {
  clear: both;
}
.et_b_header-cart .product_list_widget + p {
  margin-top: 20px;
  margin-bottom: -20px;
  padding: 0 !important;
}
.et_b_header-cart .cart-popup-footer {
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.et_b_header-cart .woocommerce-mini-cart__footer:empty {
  display: none;
}
.et_b_header-cart .et-cart-progress {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-right: 20px;
  padding-left: 20px;
  cursor: default;
  background: transparent;
  padding-top: 0;
  color: currentColor;
}
.et_b_header-cart .et-cart-progress > span {
  width: 100%;
  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;
  margin-top: -10px;
}
.et_b_header-cart .et-cart-progress .et_b-icon {
  width: auto;
}
.et_b_header-cart .et-cart-progress svg {
  vertical-align: middle;
  font-size: 1.2em;
}
.et_b_header-cart .et-cart-progress:not([data-percent-sold="100"]) .et-cart-progress-success,
.et_b_header-cart .et-cart-progress[data-percent-sold="100"] .et-cart-in-progress {
  display: none;
}
.et_b_header-cart .et-cart-progress-amount {
  font-size: 114%;
  font-weight: 600;
}
.et_b_header-cart .et-cart-progress .et_cart-progress-bar {
  position: relative;
  width: 100%;
  height: 12px;
  text-align: start;
  background-color: var(--et_border-color);
  background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.7) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.7) 50%, rgba(255, 255, 255, 0.7) 75%, transparent 75%, transparent);
  background-size: 30px 30px;
  animation: progress-bar-move 2s linear infinite reverse;
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 3px;
  margin-top: 10px;
}
.et_b_header-cart .et-cart-progress .et_cart-progress-bar::-webkit-progress-bar {
  background: transparent;
}
.et_b_header-cart .et-cart-progress .et_cart-progress-bar::-webkit-progress-value {
  display: block;
  height: 100%;
  background-color: var(--et_green-color);
  position: relative;
  overflow: hidden;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.mobile-header-wrapper .et_b_header-cart .et-cart-progress .et_cart-progress-bar {
  display: none;
}
.woocommerce-mini-cart__footer {
  padding: 15px 5px;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.woocommerce-mini-cart__footer p {
  color: currentColor;
  font-size: 100%;
  line-height: normal;
}
.woocommerce-mini-cart__footer p:last-child {
  margin-bottom: 0;
}
.et-cart-quantity.count-0 ~ .et-mini-content .woocommerce-mini-cart__footer {
  display: none;
}
.woocommerce-mini-cart__footer .woocommerce-mini-cart__footer .vc_row {
  max-width: 100%;
}
.woocommerce-mini-cart__footer .woocommerce-mini-cart__footer .swiper-container {
  max-width: 100%;
  overflow: hidden;
}
.et-mini-content .woocommerce-mini-cart__footer-wrapper {
  display: inline-block;
  width: 100%;
}
@-webkit-keyframes progress-bar-move {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 30px 30px;
  }
}
@keyframes progress-bar-move {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 30px 30px;
  }
}
.et_element .product_list_widget {
  padding-bottom: 0;
}
.et_element .product_list_widget li .product-title,
.et_element .wishlist-dropdown li .product-title {
  font-size: 114%;
  color: currentColor;
}
.et_element .product_list_widget li .product-title a,
.et_element .wishlist-dropdown li .product-title a {
  font-size: inherit;
  color: currentColor;
}
.et_element .product_list_widget li .product-title a:hover,
.et_element .wishlist-dropdown li .product-title a:hover {
  opacity: 0.7;
  color: currentColor;
}
.et_element .btn-checkout,
.et_element .mini-cart-buttons .wc-forward:not(.btn-checkout),
.et_element .btn-view-wishlist,
.et_element .btn-view-compare {
  font-size: 85%;
  height: auto;
}
.et_element .mini-cart-buttons .wc-forward:not(.btn-checkout) {
  color: var(--et_btn-color);
  background-color: var(--et_btn-bg-color);
  border: 2px solid var(--et_btn-br-color) !important;
}
.et_element .mini-cart-buttons .wc-forward:not(.btn-checkout):hover {
  opacity: 0.85;
}
.et_element .cart-popup-footer > * {
  font-size: 114%;
  color: currentColor;
}
.et_element .cart-widget-subtotal .small-h,
.et_element .cart-widget-subtotal .big-coast {
  font-size: 100%;
}
.mini-cart-buttons {
  margin-bottom: 0;
}
.mini-cart-buttons a {
  color: var(--et_btn-dark-color);
  -webkit-text-fill-color: currentColor;
  background-color: var(--et_btn-dark-bg-color);
  border-color: var(--et_btn-dark-br-color);
  display: block;
  padding: 1rem 1.7rem;
  text-align: center;
}
.mini-cart-buttons a:not(:first-child) {
  margin-top: 9px;
}
.mini-cart-buttons a:hover,
.mini-cart-buttons a:focus,
.mini-cart-buttons a:hover:focus {
  color: var(--et_btn-dark-color-hover);
  background-color: var(--et_btn-dark-bg-color-hover);
  border-color: var(--et_btn-dark-br-color-hover);
}
.product_list_widget {
  float: left;
  width: 100%;
  padding-bottom: 1.43rem;
}
.product_list_widget + p {
  margin-top: -0.7em;
  display: inline-block;
  width: 100%;
}
.product_list_widget .product-item-right {
  overflow: hidden;
}
.product_list_widget .product-item-right .star-rating {
  display: block;
  margin: 0 0 10px;
}
.product_list_widget li .blockOverlay {
  opacity: 0.9 !important;
  background-color: var(--et_white-2-dark) !important;
}
.product_list_widget li .rating {
  display: none;
}
.product_list_widget .descr-box > span,
.product_list_widget .product_meta > span {
  display: inline-block;
  opacity: 1;
  margin-top: 0.4em;
  margin-bottom: 0;
  -webkit-transition: none;
  transition: none;
  height: auto;
}
.product_list_widget .quantity-wrapper {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  background-color: var(--et_white-2-dark);
}
.product_list_widget .quantity-wrapper .quantity {
  position: relative;
  height: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  float: left;
  white-space: nowrap;
  margin: 0.6em 0 0.2em;
}
.product_list_widget .quantity-wrapper .quantity > span,
.product_list_widget .quantity-wrapper .quantity input[type="number"] {
  color: currentColor;
  border-color: var(--et_border-color);
}
.product_list_widget .quantity-wrapper span.quantity,
.product_list_widget .quantity-wrapper span.quantity > .amount {
  margin-left: 7px;
}
@media only screen and (max-width: 380px) {
  .product_list_widget .quantity-wrapper span.quantity {
    height: auto;
  }
}
@media (hover: hover) {
  .product_list_widget li:not(:hover) .quantity-wrapper {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    opacity: 0;
    visibility: hidden;
  }
  .product_list_widget li:hover .quantity-wrapper ~ .product_meta {
    opacity: 0;
    visibility: hidden;
  }
}
.product_list_widget .woocommerce-mini-cart__empty-message:before {
  display: none;
}
.product_list_widget .variation {
  opacity: 0.7;
}
.product_list_widget .variation br:first-of-type {
  display: none;
}
.product_list_widget .variation p {
  margin-bottom: 0.21em;
  line-height: 1.4;
  font-size: var(--content-zoom, 1rem);
}
.product_list_widget .variation dt {
  display: inline-block;
}
.product_list_widget .variation dd {
  display: inline-block;
  margin-right: 5px;
}
.product_list_widget .variation dd p {
  margin-bottom: 0;
  line-height: 1;
}
.product_list_widget .variation dd img {
  max-width: 15px;
}
.woocommerce-mini-cart__empty-message .btn {
  background-color: var(--et_btn-dark-bg-color);
  border: 1px solid var(--et_btn-dark-br-color);
  color: var(--et_btn-dark-color);
  -webkit-text-fill-color: currentColor;
  height: auto;
}
.woocommerce-mini-cart__empty-message .btn:hover {
  background-color: var(--et_btn-dark-bg-color-hover);
  border-color: var(--et_btn-dark-br-color-hover);
  color: var(--et_btn-dark-color-hover);
}
.product_list_widget,
.wishlist-dropdown {
  color: var(--et_main-color);
}
.product_list_widget .product-list-image,
.wishlist-dropdown .product-list-image,
.product_list_widget .product-title a,
.wishlist-dropdown .product-title a {
  padding: 0;
}
.product_list_widget .cart-popup .empty,
.wishlist-dropdown .cart-popup .empty {
  margin-bottom: 0;
  border-bottom: 0;
  padding-bottom: 0;
}
.product_list_widget > p,
.wishlist-dropdown > p,
.et_b_header-cart .product_list-popup-footer-wrapper > p {
  font-size: var(--content-zoom);
  margin: 0;
}
.product_list_widget li,
.wishlist-dropdown li,
.sidebar-slider li {
  position: relative;
  margin-bottom: 1.43em !important;
  list-style-type: none;
  overflow: hidden;
}
.product_list_widget li .product-title,
.wishlist-dropdown li .product-title,
.sidebar-slider li .product-title {
  font-size: 1.14rem;
  padding-right: 25px;
  margin-bottom: 0.15em;
  line-height: 1.4;
  text-align: start;
}
.product_list_widget li .product-title:empty,
.wishlist-dropdown li .product-title:empty,
.sidebar-slider li .product-title:empty {
  display: none;
}
.product_list_widget li .product-title a,
.wishlist-dropdown li .product-title a,
.sidebar-slider li .product-title a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--et_dark-2-white);
}
.product_list_widget li .product-title a:hover,
.wishlist-dropdown li .product-title a:hover,
.sidebar-slider li .product-title a:hover {
  color: var(--et_main-color);
}
.product_list_widget li .price,
.wishlist-dropdown li .price,
.sidebar-slider li .price {
  font-size: 1rem;
  line-height: 1.4;
  color: var(--et_main-color);
}
.product_list_widget li .right-wrap,
.wishlist-dropdown li .right-wrap,
.sidebar-slider li .right-wrap {
  overflow: hidden;
}
.widget_shopping_cart .xcomponent-outlet,
.cart_totals .xcomponent-outlet {
  max-height: 45px;
}
.popup-count-0 .wishlist-dropdown {
  display: none;
}
.cart-popup-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 1.43em;
}
.cart-popup-footer > * {
  font-size: 1.14rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.cart-popup-footer a:hover {
  color: var(--et_main-color);
}
.cart-widget-subtotal {
  text-align: end;
  color: var(--et_dark-2-white);
}
.cart-widget-subtotal .small-h {
  font-size: 1.14rem;
}
.cart-widget-subtotal .big-coast {
  font-size: 1rem;
}
.widget_shopping_cart .cart-widget-products {
  margin-bottom: 1.07em;
  width: 100%;
}
.cart-widget-products {
  border-bottom: 1px solid var(--et_border-color);
  margin-bottom: 1.43em;
}
.et-off-canvas .cart-widget-products {
  border-bottom: none;
}
.et-off-canvas .cart-widget-products li:not(:hover) .remove {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(7px) rotate(20deg);
          transform: translateX(7px) rotate(20deg);
}
.header-wrapper .et-off-canvas .cart-widget-products .remove {
  right: 12px;
}
.cart-widget-products .product-mini-image {
  display: inline-block;
  float: left;
  padding: 0;
}
.cart-widget-products a:hover {
  color: var(--et_active-color);
}
.cart-widget-products li {
  width: 100%;
}
.cart-widget-products img {
  float: left;
  max-width: 5.71em;
}
.cart-widget-products .remove {
  position: absolute;
  font-size: 114%;
  top: 0;
  right: 0;
  line-height: 1;
  opacity: 0.7;
  padding: 0;
  color: currentColor;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.cart-widget-products .remove:hover {
  color: currentColor;
  opacity: 1;
}
.cart-widget-products .remove i {
  font-size: 50%;
}
.widget .product_list_widget .cart-widget-products {
  margin-right: 3px;
}
.widget .product_list_widget li {
  position: relative;
  padding: 0 2em 0 0;
}
/*-----  End of Shopping cart base widget  ------*/
.et-off-canvas > .et-mini-content {
  position: fixed;
  top: 0;
  height: 100%;
  max-width: 300px;
  width: calc(100% - 64px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  z-index: 10010;
  --head-icon-proportion: 1.6;
  --head-quantity-proportion: 1;
  --head-label-proportion: 1.2;
}
@media only screen and (min-width: 1200px) {
  body.bordered .et-off-canvas > .et-mini-content {
    height: calc(100% - 36px);
    top: 18px;
  }
  body.bordered.admin-bar .et-off-canvas > .et-mini-content {
    height: calc(100% - 72px);
    top: 52px;
  }
}
.et-off-canvas-wide > .et-mini-content {
  max-width: 400px;
}
.et-off-canvas .et-content {
  overflow: hidden;
  overflow-y: auto;
  width: 100%;
  max-height: 100%;
  height: 100%;
}
.et-off-canvas-wide .et-content {
  display: grid;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  grid-template-rows: -webkit-max-content minmax(0px, 100vh) 1fr;
  grid-template-rows: max-content minmax(0px, 100vh) 1fr;
  overflow: unset;
  margin-bottom: 0;
}
.et-off-canvas .widget_shopping_cart,
.et-off-canvas .et_b_wishlist-dropdown,
.et-off-canvas .et_b_compare-dropdown {
  padding-right: 3px;
  padding-left: 3px;
}
.et-off-canvas .widget_shopping_cart,
.et-off-canvas .et_b_wishlist-dropdown,
.et-off-canvas .et_b_compare-dropdown,
.et-off-canvas.et_b_header-account .et_b-tabs-wrapper {
  overflow-x: hidden;
  overflow-y: auto;
  max-height: calc(100% - 20px);
}
.et-off-canvas .widget_shopping_cart > ul,
.et-off-canvas .et_b_wishlist-dropdown > ul,
.et-off-canvas .et_b_compare-dropdown > ul {
  margin-bottom: 0;
}
.header-wrapper .et-off-canvas .et-mini-content .et-quantity,
.mobile-header-wrapper .et-off-canvas .et-mini-content .et-quantity {
  background-color: #e1e1e1;
  color: #000000;
}
.et-off-canvas.et_b_header-account ul.menu {
  text-transform: uppercase;
}
.et-off-canvas.et_b_header-account input {
  min-width: unset;
}
.et-off-canvas.et_b_header-account input#rememberme + span {
  max-width: 80px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  float: left;
}
.et-off-canvas.et_b_header-account input#rememberme {
  float: left;
}
.et-mini-content-head {
  padding: 0 10px 10px;
  margin: 0 -10px 30px;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.et-mini-content-head > a {
  color: currentColor;
}
.et-mini-content-head.et-inline-type {
  margin-bottom: 0;
}
.et-mini-content-head > a:hover {
  color: currentColor;
}
.et-mini-content-head:not(.et-inline-type) .et_b-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: inherit;
      -ms-flex-pack: inherit;
          justify-content: inherit;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.et-mini-content-head .et_b-icon svg {
  width: calc(var(--content-zoom) * var(--head-icon-proportion));
  height: calc(var(--content-zoom) * var(--head-icon-proportion));
  overflow: visible;
}
.et-mini-content-head .et-element-label {
  color: currentColor;
  text-transform: uppercase;
  font-size: calc(var(--content-zoom) * var(--head-label-proportion));
}
.et-mini-content-head:not(.et-inline-type) .et-element-label {
  padding: 0;
  padding-top: 15px !important;
}
.et-off-canvas .cart_list.product_list_widget li {
  padding: 20px 0;
  margin: 0 -5px 0 !important;
  width: calc(100% + 10px);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  cursor: default;
}
.et-mini-content .cart_list.product_list_widget .sidebar-slider {
  margin-top: 0;
  margin-bottom: 1.07em;
}
.et-mini-content .cart_list.product_list_widget .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.et-mini-content .cart_list.product_list_widget .swiper-slide {
  margin: 0 !important;
  padding: 0;
  width: 100%;
  border: none;
}
.et-mini-content .cart_list.product_list_widget li.swiper-slide {
  padding: 0 12px;
}
.et-mini-content .sidebar-slider .swiper-entry .swiper-container .swiper-slide:not(.swiper-slide-visible) p.product-title,
.et-mini-content .sidebar-slider .swiper-entry .swiper-container .swiper-slide:not(.swiper-slide-visible) .price {
  opacity: 1;
}
.et-mini-content .sidebar-slider .swiper-entry .swiper-container .swiper-slide .product-title a {
  white-space: normal;
  overflow: unset;
}
.et-mini-content .cart_list.product_list_widget .swiper-slide .product-list-image {
  margin: 0 0 10px;
  float: none;
}
.et-mini-content .cart_list.product_list_widget .swiper-slide .product-list-image img {
  margin: 0 auto;
}
.et-off-canvas .cart_list.product_list_widget .swiper-slide .product-list-image img {
  max-width: unset;
}
.et-off-canvas .cart_list.product_list_widget li .et-remove-type1 {
  display: none;
}
.et-off-canvas .cart_list.product_list_widget li .et-remove-type2 {
  display: inline-block;
  border-radius: 3px;
  overflow: hidden;
  background: #fcfcfc;
  padding: 2px;
}
.et-off-canvas .cart_list.product_list_widget li .et-remove-type2 img {
  max-width: 18px;
}
.header-wrapper .et-off-canvas .cart_list.product_list_widget li,
.header-wrapper .et-off-canvas .cart_list.product_list_widget .product-slide {
  padding-left: 12px;
  padding-right: 12px;
}
.header-wrapper .et-off-canvas .cart_list.product_list_widget li:hover,
.header-wrapper .et-off-canvas .cart_list.product_list_widget .quantity-wrapper,
.header-wrapper .et-off-canvas .cart_list.product_list_widget .quantity-wrapper span,
.header-wrapper .et-off-canvas .cart_list.product_list_widget .quantity-wrapper input {
  background: #fafafa;
}
.header-wrapper .et-off-canvas .cart_list.product_list_widget .swiper-slide:hover {
  background: transparent;
}
[data-mode="dark"] .header-wrapper .et-off-canvas .cart_list.product_list_widget li:hover,
[data-mode="dark"] .header-wrapper .et-off-canvas .cart_list.product_list_widget .quantity-wrapper,
[data-mode="dark"] .header-wrapper .et-off-canvas .cart_list.product_list_widget .quantity-wrapper span,
[data-mode="dark"] .header-wrapper .et-off-canvas .cart_list.product_list_widget .quantity-wrapper input {
  background: #2f2f2f;
}
[data-mode="dark"] .header-wrapper .et-off-canvas .cart_list.product_list_widget .swiper-slide:hover {
  background: transparent;
}
.et-off-canvas .product_list_widget .cart-widget-products {
  padding: 0 5px;
}
.et-off-canvas .cart-widget-products .remove {
  top: 19px;
}
.et-off-canvas .cart-widget-products .remove i {
  font-size: 65%;
}
.et_b_header-cart.et-off-canvas .woocommerce-mini-cart__empty-message,
.et_b_header-wishlist.et-off-canvas .empty,
.et_b_header-compare.et-off-canvas .empty {
  font-size: 114%;
}
.et-off-canvas .product_list_widget li:not(:last-child) {
  border-bottom: 1px solid var(--et_border-color);
}
.et-off-canvas .cart-popup-footer .btn-view-cart {
  display: none;
}
.et-off-canvas .cart-popup-footer .total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 100%;
}
.et-off-canvas .cart-widget-subtotal .small-h {
  text-transform: uppercase;
}
.et-off-canvas.et_element .cart-widget-subtotal .big-coast {
  font-size: 114%;
}
.et-off-canvas.et-content-right > .et-mini-content:not(.active) {
  margin-right: -150px;
}
.et-off-canvas.et-content-left > .et-mini-content:not(.active) {
  margin-left: -150px;
}
.et-mini-content-head .et-element-label:before {
  content: '';
  height: 2px;
  width: 0;
  right: 0;
  position: absolute;
  -webkit-transition: width 0.2s ease-in-out;
  transition: width 0.2s ease-in-out;
  bottom: -4px;
  background: currentColor;
}
.et-mini-content-head > a:hover .et-element-label:before {
  width: 100%;
  left: 0;
  right: auto;
}
.et-mini-content .sidebar-slider .swiper-entry .swiper-container .swiper-slide .product-title {
  padding-right: 0;
}
.login-link .et-facebook-login-button,
.login-link .button {
  font-size: 0.85rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  width: 100%;
  line-height: 1.5 !important;
  border: none;
  color: #fff;
}
.login-link input {
  min-width: 270px;
}
.login-link input[type=checkbox],
.login-link input[type=radio] {
  min-width: auto;
}
.login-link .login-password label,
.login-link .login-username label {
  display: block;
}
.login-link .et-facebook-login-button i {
  font-size: inherit;
  color: inherit;
}
.login-link form p {
  margin-bottom: 1em;
  line-height: 1;
}
.login-link form p:last-child {
  margin-bottom: 1.95em;
}
.login-link label {
  color: var(--et_font-color);
}
.login-link label,
.login-link .lost-password,
.login-link .register-link {
  font-size: 1.14rem;
}
.login-link .login-submit {
  margin-bottom: 10px;
}
@media only screen and (max-width: 320px) {
  .mobile-header-wrapper .login-link form.login {
    position: relative;
  }
  .mobile-header-wrapper .login-link label {
    white-space: normal;
  }
  .mobile-header-wrapper .login-link.et-off-canvas input#rememberme + span {
    max-width: unset;
  }
  .mobile-header-wrapper .login-link .lost-password {
    float: none;
    position: absolute;
    top: calc(100% + 10px);
    width: 100%;
    text-align: center;
  }
}
.login-link .button {
  color: var(--et_btn-dark-color);
  background-color: var(--et_btn-dark-bg-color);
}
.login-link .button:hover {
  color: var(--et_btn-dark-color-hover);
  background-color: var(--et_btn-dark-bg-color-hover);
}
.login-link .et-facebook-login-wrapper {
  margin-bottom: 1.1em;
  line-height: 1.5;
}
.login-link .lost-password,
.login-link .register-link {
  text-decoration: underline;
}
.et_b_header-account.login-link form p {
  font-size: 100%;
  line-height: 1.3;
}
.et_b_header-account.login-link form .user-role {
  margin-bottom: -10px;
}
.et_b_header-account.login-link form.register .show_if_seller .form-row:not(.form-row-wide) {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  float: none;
  margin-bottom: 1em;
}
.et_b_header-account.login-link label,
.et_b_header-account.login-link .lost-password,
.et_b_header-account.login-link .register-link {
  font-size: 114%;
}
.et_b_header-account.login-link label {
  color: currentColor;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.et_b_header-account.login-link .lost-password:hover {
  opacity: 0.7;
}
.et_b_header-account.login-link .et-facebook-login-button,
.et_b_header-account.login-link .button,
.et_b_header-account.login-link form .button {
  font-size: 85%;
}
.et_b_header-account .et_b-tab-content {
  margin: 0;
}
.et_b-header-account .et_b-tabs .et-tab {
  opacity: 1;
  color: #888;
  border-color: #e1e1e1;
}
.et_b-header-account .et_b-tabs .et-tab.active {
  color: #222;
}
form.login.et_b-tab-content.active,
.et_b_header-account form:only-of-type {
  display: block !important;
}
form#loginform input[type="submit"],
form#loginform input[type="submit"]:hover {
  background-color: #222;
  color: #fff;
  border-color: #222;
}
.et_b_header-account.login-link form p:last-child {
  margin-bottom: 0;
}
.et_b_header-account.login-link form .woocommerce-privacy-policy-text {
  margin-bottom: 20px;
}
.et_b_header-account.et-content-toTop .et-mini-content {
  min-width: 180px;
}
.header-account-content .woocommerce-form-register .woocommerce-password-strength {
  margin-top: 10px;
}
.login-link .lost-password {
  width: 50%;
  float: right;
  text-align: end;
  line-height: 1.1 !important;
}
.login-link .lost-remember {
  width: 50%;
  float: right;
}
.mobile-menu-popup .et-popup-content {
  width: 500px;
  max-width: calc(100% - 30px);
  margin: 0 auto;
  background: transparent;
}
.mobile-menu-popup span.et-close-popup {
  margin-top: 15px;
  margin-right: 15px;
}
@media only screen and (min-width: 1200px) {
  .mobile-menu-popup span.et-close-popup {
    margin-top: 30px;
    margin-right: 30px;
  }
}
.et_b_header-mobile-menu > .et-mini-content {
  -webkit-box-shadow: 2px 3px 12px rgba(0, 0, 0, 0.15);
          box-shadow: 2px 3px 12px rgba(0, 0, 0, 0.15);
}
div.children-align-inherit .et_b_header-menu,
div.children-align-inherit .et_b_header-menu .menu,
div.children-align-inherit .et_b_header-menu .menu li a,
div.children-align-inherit .menu-main-container,
div.children-align-inherit .nav-sublist-dropdown .container,
div.children-align-inherit .nav-sublist-dropdown,
div.children-align-inherit .nav-sublist,
div.children-align-inherit .nav-sublist-dropdown ul {
  -webkit-box-pack: inherit;
      -ms-flex-pack: inherit;
          justify-content: inherit;
  text-align: inherit !important;
  width: 100%;
}
div.mobile-menu-content a,
div.mobile-menu-content a:hover,
.mobile-menu-content .et_b_header-menu .nav-sublist-dropdown {
  color: currentColor;
}
div.mobile-menu-content a:hover {
  opacity: 0.7;
}
.mobile-menu-content .et_b_header-menu .nav-sublist-dropdown {
  background: transparent;
}
.mobile-menu-content .et_b_header-menu .item-design-mega-menu .nav-sublist-dropdown .container > ul > li:not(:last-child) {
  border: none;
}
div.mobile-menu-content::-webkit-scrollbar {
  display: none;
}
.children-align-inherit .et_b_header-menu .menu {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
div.mobile-menu-content .et_b_header-menu .menu li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: currentColor;
  -webkit-text-fill-color: currentColor;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  width: 100% !important;
}
div.mobile-menu-content .et_b_header-menu .menu li a {
  position: relative;
  width: 100%;
  font-size: 100%;
  color: currentColor;
  margin: 0;
  padding: 10px 0;
  white-space: normal;
  border: none;
  background: transparent;
  border-radius: 0;
}
div.mobile-menu-content .et_b_header-menu .menu li a:before {
  display: none;
}
.mobile-menu-content.justify-content-center .et_b_header-menu .menu li.menu-item-has-children > a,
.mobile-menu-content.justify-content-center .et_b_header-menu .menu li a,
.mobile-menu-content.justify-content-center .et_b-tab-content .widget .cat-item a {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-right: 0;
  padding-left: 0;
}
div.mobile-menu-content .et_b_header-menu .menu li.menu-item-has-children > a {
  padding-right: 1em;
}
div.mobile-menu-content .item-design-dropdown .nav-sublist-dropdown ul > li.menu-item-has-children > a {
  position: relative;
}
div.mobile-menu-content .et_b_header-menu .menu li .menu-sublist {
  width: 100%;
}
div.mobile-menu-content .item-design-dropdown .nav-sublist-dropdown ul > li.menu-item-has-children > .nav-sublist {
  display: block;
  -webkit-animation: none;
          animation: none;
}
div.mobile-menu-content .et_b_header-menu .menu li > .nav-sublist-dropdown:not(.nav-sublist),
div.mobile-menu-content .et_b_header-menu .menu li > ul:not(.nav-sublist-dropdown):not(.nav-sublist),
div.mobile-menu-content .et_b_header-menu .menu li > .nav-sublist > ul {
  display: none;
  position: static;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  opacity: 0.7;
  visibility: visible;
  width: 100%;
  margin: 0;
  padding: 0 0 0 15px !important;
  background: transparent;
  border: none;
  border-left: 1px solid var(--et_border-color);
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-animation: none;
          animation: none;
  z-index: 2;
}
.mobile-menu-content.justify-content-center .et_b_header-menu .menu li > .nav-sublist-dropdown:not(.nav-sublist),
.mobile-menu-content.justify-content-center .et_b_header-menu .menu li > ul:not(.nav-sublist-dropdown):not(.nav-sublist),
.mobile-menu-content.justify-content-center .et_b_header-menu .menu li > .nav-sublist > ul {
  padding: 0 !important;
  border-left: none;
}
div.mobile-menu-content .et_b_header-menu .menu li > .nav-sublist {
  width: 100%;
}
div.mobile-menu-content .et_b_header-menu .menu li.over > .nav-sublist-dropdown:not(.nav-sublist),
div.mobile-menu-content .et_b_header-menu .menu li.over > ul:not(.nav-sublist-dropdown):not(.nav-sublist),
div.mobile-menu-content .et_b_header-menu .menu li.over > .nav-sublist > ul {
  -webkit-animation: none;
          animation: none;
}
div.mobile-menu-content .et_b_header-menu .menu li.over > .nav-sublist {
  opacity: 1;
  visibility: visible;
  -webkit-animation: none;
          animation: none;
}
div.mobile-menu-content .et_b_header-menu .menu .item-link .arrow {
  display: none;
}
div.mobile-menu-content .et_b_header-menu.menu-items-custom .menu > li > a:hover,
div.mobile-menu-content .et_b_header-menu.menu-items-custom .menu > .current-menu-item > a {
  background: transparent;
  color: currentColor;
  -webkit-text-fill-color: currentColor;
}
div.mobile-menu-content .item-design-dropdown .nav-sublist-dropdown ul > li.menu-item-has-children > a:after {
  display: none;
}
div.mobile-menu-content .open-child {
  position: absolute;
  right: 0;
  top: calc(50% - .5em);
}
div.mobile-menu-content .et_b-tab-content .widget .children {
  display: none;
  opacity: 0.7;
  padding-left: 15px;
  border-left: 1px solid var(--et_border-color);
}
div.mobile-menu-content .et_b-tab-content .widget .children,
.mobile-menu-content .et_b_header-menu .nav-sublist-dropdown {
  text-transform: capitalize;
}
div.mobile-menu-content > div:empty {
  display: none;
}
div.mobile-menu-content .autocomplete-suggestion {
  min-width: unset;
}
div.mobile-menu-content .ajax-results-wrapper {
  position: static;
}
div.mobile-menu-content .subcategories-tabs ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
div.mobile-menu-content .subcategories-tabs ul li {
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 5px !important;
}
div.mobile-menu-content .subcategories-tabs ul li:after {
  position: absolute;
  bottom: -1px;
  z-index: 12;
  content: '';
  height: 2px;
  width: 0;
  right: 0;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
  background: currentColor;
}
div.mobile-menu-content .subcategories-tabs ul li.active:after {
  left: 0;
  width: 100%;
  right: 0;
}
div.mobile-menu-content .post-preview-thumbnail {
  display: none;
}
.children-align-inherit .et_b_header-logo {
  display: inline-block;
  width: 100%;
}
.mobile-menu-content .et_b_header-button {
  margin: 0;
}
.mobile-menu-content .et_b_header-socials a {
  margin: 0 10px;
  font-size: 100%;
}
/* space on elements */
.mobile-menu-content > .et_element:not(:last-child),
.mobile-menu-content .et_b_header-contacts .contact:not(:last-child),
.mobile-menu-content .et_b_header-button {
  margin-bottom: 20px;
}
.mobile-menu-content > .et_element {
  width: 100%;
}
.mobile-menu-content > .et_element > .menu-main-container {
  margin-top: -10px;
  margin-bottom: -10px;
}
.toggles-by-arrow .open-child {
  width: 1em;
  height: 1em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.toggles-by-arrow .open-child::before {
  left: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.toggles-by-arrow .open-child::after {
  left: calc(50% - .18em);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.toggles-by-arrow .open-child:before,
.toggles-by-arrow .open-child:after {
  content: "";
  position: absolute;
  width: 50%;
  height: 1px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-color: currentColor;
}
.toggles-by-arrow .over > a .open-child:before,
.toggles-by-arrow .active:not(li) > a .open-child:before,
.toggles-by-arrow li.et-active > a .open-child:before {
  left: 5%;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  width: 40%;
}
.toggles-by-arrow .over > a .open-child:after,
.toggles-by-arrow .active:not(li) > a .open-child:after,
.toggles-by-arrow li.et-active > a .open-child:after {
  left: 45%;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  width: 40%;
}
/*========================================
=            Shop Filter Area            =
========================================*/
/* Shop Filter */
.category-description + .filter-wrap,
.term-description + .filter-wrap {
  margin-top: 0;
}
.filter-wrap {
  position: relative;
  margin-bottom: 12px;
}
.filter-wrap select {
  height: 30px;
  line-height: 28px;
}
.filter-wrap .filter-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.filter-wrap .filter-content > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.filter-wrap .filter-content > *:last-child {
  margin-left: auto;
}
.filter-wrap .filter-content > form:last-child {
  margin-left: 0;
  margin-right: auto;
}
.filter-wrap .products-per-page form {
  display: inline-block;
  margin-left: 15px;
}
.woocommerce-ordering select {
  width: 170px;
}
.view-switcher {
  margin-left: 20px;
  line-height: 1;
  border-radius: 5px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.view-switcher:hover {
  background: var(--et_dark-2-white-002);
}
.view-switcher > [class*=switch] {
  position: relative;
  padding: 6px;
  border-radius: 5px;
  margin-left: 5px;
  margin-right: 5px;
}
.view-switcher > [class*=switch] ~ div:before {
  content: '';
  top: 5px;
  bottom: 5px;
  border-left: 1px solid var(--et_border-color);
  left: -5px;
  position: absolute;
}
.view-switcher label {
  display: none;
}
.view-switcher .switch-list > a,
.view-switcher .switch-grid > a,
.view-switcher .switch-more > a {
  color: var(--et_main-color);
  cursor: pointer;
  text-align: center;
  font-size: 0;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.view-switcher .switch-list > a:before,
.view-switcher .switch-grid > a:before,
.view-switcher .switch-more > a:before {
  font-family: 'xstore-icons';
  content: '\e92f';
  display: inline-block;
  font-size: 1.2rem;
}
.view-switcher .switch-list:not(.switcher-active):hover > a,
.view-switcher .switch-grid:not(.switcher-active):hover > a,
.view-switcher .switch-more:not(.switcher-active):hover > a {
  color: var(--et_dark-2-white);
  opacity: 0.7;
}
.view-switcher .switch-grid a[data-row-count="2"]:before {
  content: '\e909';
}
.view-switcher .switch-grid a[data-row-count="3"]:before,
.view-switcher .switch-grid a:not([data-row-count]):before {
  content: '\e92e';
}
.view-switcher .switch-grid a[data-row-count="4"]:before {
  content: '\e913';
}
.view-switcher .switch-more > a[data-type="more"]:before {
  content: '\e905';
  font-size: 0.9rem;
}
.view-switcher .switch-more ul {
  position: absolute;
  padding: 10px 0;
  top: 100%;
  list-style: none;
  -webkit-animation: et-dropdown 0.3s ease-in-out;
          animation: et-dropdown 0.3s ease-in-out;
  border: 1px solid var(--et_border-color);
  width: 180px;
  right: calc(50% - 90px);
  z-index: 99;
  background: var(--et_white-2-dark);
  margin: 0;
  border-radius: 3px;
}
.view-switcher .switch-more ul li {
  margin: 0;
}
.view-switcher .switch-more ul li a {
  display: inline-block;
  padding: 0.6em 1.9em;
  line-height: 1;
}
.view-switcher .switch-more ul li:not(.switcher-active) > a {
  color: var(--et_main-color);
}
.view-switcher .switch-more ul li:not(.switcher-active) > a:hover {
  color: var(--et_dark-2-white);
  opacity: 0.7;
}
.view-switcher .switch-more:not(:hover) ul {
  display: none;
}
.view-switcher .switcher-active > a {
  color: var(--et_active-color);
}
.open-filters-btn {
  position: relative;
  display: inline-block;
  margin-right: 20px;
}
.open-filters-btn a {
  -webkit-padding-start: 23px;
          padding-inline-start: 23px;
}
.open-filters-btn a i {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.open-filters-btn a.active i {
  -webkit-transform: translateY(-50%) rotateX(180deg);
          transform: translateY(-50%) rotateX(180deg);
}
.open-filters-btn a.active,
.open-filters-btn a:hover {
  color: var(--et_dark-2-white);
}
.open-filters-btn a,
.filter-wrap .products-per-page span {
  color: var(--et_font-color);
}
.shop-filters {
  display: none;
  overflow: hidden;
  margin: 20px 0 0;
}
.shop-filters.filters-opened {
  display: block;
}
.shop-filters.widget-columns-2 .sidebar-widget {
  width: 50%;
}
.shop-filters.widget-columns-3 .sidebar-widget {
  width: 33.33%;
}
.shop-filters.widget-columns-4 .sidebar-widget {
  width: 25%;
}
.shop-filters.widget-columns-5 .sidebar-widget {
  width: 20%;
}
.shop-filters.widget-columns-2 .sidebar-widget:nth-child(2n + 1),
.shop-filters.widget-columns-3 .sidebar-widget:nth-child(3n + 1),
.shop-filters.widget-columns-4 .sidebar-widget:nth-child(4n + 1),
.shop-filters.widget-columns-5 .sidebar-widget:nth-child(5n + 1) {
  clear: both;
}
.shop-filters-area {
  margin-left: -15px;
  margin-right: -15px;
}
.shop-filters-area .sidebar-widget {
  position: relative;
  width: 100%;
  padding: 0 15px;
  float: left;
  margin-bottom: 25px;
  height: auto;
}
.shop-filters-area .sidebar-widget .select2 {
  z-index: auto;
}
.shop-filters-area .product-categories > li > a {
  padding: 9px 0 8px 0;
}
.shop-filters-area .product_list_widget li {
  margin-right: 10px;
}
.shop-filters-area ul {
  padding-left: 0;
  padding-right: 0 !important;
}
@media only screen and (max-width: 1200px) {
  .view-switcher {
    margin-left: 15px;
  }
}
@media only screen and (max-width: 992px) {
  .shop-filters-area .sidebar-widget {
    width: 50% !important;
  }
  .shop-filters-area .sidebar-widget:nth-child(2n+1) {
    clear: both;
  }
}
@media only screen and (max-width: 480px) {
  .shop-filters-area .sidebar-widget {
    width: 100% !important;
  }
  .filter-wrap .filter-content {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .filter-wrap .view-switcher {
    display: none !important;
  }
}
/*-----  End of Shop Filter Area  ------*/

