.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: var(--et_dark-2-white);
}
.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: var(--et_white-2-dark);
  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 {
  -webkit-margin-end: 5px;
          margin-inline-end: 5px;
}
.autocomplete-no-suggestion {
  color: var(--et_dark-2-white);
  -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 {
  -webkit-margin-start: auto;
          margin-inline-start: 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: var(--et_dark-2-white);
  -webkit-margin-start: auto;
          margin-inline-start: auto;
  -ms-flex-item-align: center;
      align-self: center;
  -webkit-padding-start: 3px;
          padding-inline-start: 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: var(--et_light-color);
}
.autocomplete-suggestion img {
  max-width: 3rem;
  margin: 5px 0;
  -webkit-margin-end: 20px;
          margin-inline-end: 20px;
}
.autocomplete-suggestion .ajax-item-title {
  text-align: start;
  display: block;
  margin-bottom: 0;
  font-size: 100%;
}
.autocomplete-suggestion .ajax-item-info .price {
  font-size: 85%;
}
.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);
}.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_waitlist-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_waitlist-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_waitlist-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 .swiper-slide:hover {
  background: transparent;
}
[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-waitlist.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;
}.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%;
}.product-view-mask .show-quickly,
.product-view-info .show-quickly {
  border-right: 1px solid;
}
.product-view-mask .et-wishlist-holder,
.product-view-info .et-wishlist-holder,
.product-view-mask .xstore-wishlist,
.product-view-info .xstore-wishlist,
.product-view-mask .xstore-compare,
.product-view-info .xstore-compare {
  border-left: 1px solid;
}
.footer-product .show-quickly {
  left: 0;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.footer-product .show-quickly:after {
  right: 0;
}
.footer-product .et-wishlist-holder,
.footer-product .xstore-wishlist,
.footer-product .xstore-compare {
  right: 0;
  font-size: 0;
}
.footer-product .et-wishlist-holder:after,
.footer-product .xstore-wishlist:after,
.footer-product .xstore-compare:after {
  left: 0;
}
.footer-product .by-vendor-name-link:after,
.footer-product .pre_order_loop:after,
.footer-product .wcmp_add_to_cart_message:after {
  left: 0;
}
.footer-product .button:before {
  display: inline-block;
  margin-right: 5px;
  font-weight: 400;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.footer-product .by-vendor-name-link:before,
.footer-product .pre_order_loop:before,
.footer-product .wcmp_add_to_cart_message:before,
.footer-product .et-wishlist-holder a.add_to_wishlist.button.alt:before {
  margin-right: 0;
}
.footer-product .show-quickly:after,
.footer-product .xstore-wishlist:after,
.footer-product .et-wishlist-holder:after,
.footer-product .xstore-compare:after,
.footer-product .by-vendor-name-link:after,
.footer-product .pre_order_loop:after,
.footer-product .wcmp_add_to_cart_message:after {
  position: absolute;
  top: 0;
  width: 1px;
  border-right: 1px solid #444;
  height: 100%;
}
/*=======================================
=            Products Hovers            =
=======================================*/
.product-view-mask2[class*="wcpv_product_vendors-"] .wcpv-sold-by-loop,
.footer-product .wcvendors_sold_by_in_loop,
.footer-product br,
.products-list .product-details .button.compare,
.product-view-mask .button.compare,
.product-view-info .button.compare,
.product-view-light .button.compare,
.product-view-light .xstore-compare {
  display: none;
}
.product-view-mask.view-color-dark .wcpv-sold-by-loop,
.product-view-mask.view-color-dark .wcpv-sold-by-loop a {
  color: #fff;
}
.product-view-mask.view-color-dark .wcpv-sold-by-loop a:hover {
  opacity: 0.7;
}
.footer-product .compare:before,
.footer-product .show-quickly:before,
.footer-product .button:before,
.footer-product .by-vendor-name-link:before,
.footer-product .pre_order_loop:before,
.footer-product .wcmp_add_to_cart_message:before,
.content-product .yith-wcwl-add-to-wishlist .show a:before,
.content-product .wishlist-fragment a:before {
  font-size: 16px;
}
.footer-product .xstore-wishlist.button:before,
.footer-product .xstore-compare.button:before {
  display: none;
}
.footer-product .xstore-wishlist .et-icon,
.footer-product .xstore-compare .et-icon,
.footer-product .add_to_cart_button:after {
  font-size: 16px;
}
.content-product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a::before,
.content-product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a::before {
  content: "\e92d";
}
.footer-product {
  position: absolute;
  bottom: 1.45rem;
  left: 1.45rem;
  right: 1.45rem;
  height: 2.57rem;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
  opacity: 0;
  z-index: 2;
  text-align: center;
  overflow: hidden;
  font-weight: normal;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.footer-product .compare {
  position: relative;
  overflow: hidden;
}
.footer-product .compare:before {
  content: "\e915" !important;
}
.footer-product .compare,
.footer-product .show-quickly,
.footer-product .by-vendor-name-link,
.footer-product .pre_order_loop,
.footer-product .wcmp_add_to_cart_message {
  font-size: 0;
}
.footer-product .by-vendor-name-link,
.footer-product .pre_order_loop,
.footer-product .wcmp_add_to_cart_message {
  margin: 0;
}
.footer-product .by-vendor-name-link:before {
  content: '\e1000';
}
.footer-product .pre_order_loop:before {
  content: '\e900';
  font-style: normal;
}
.footer-product .wcmp_add_to_cart_message:before {
  content: '\e938';
}
.footer-product .show-quickly:before {
  content: "\e907";
}
.footer-product .button {
  border: none;
  width: 100%;
  background: var(--et_dark-color);
  line-height: 1.4;
  padding: 0 45px;
}
.footer-product .button .blockOverlay {
  background-color: var(--et_dark-color) !important;
}
.footer-product .et-wishlist-holder a.add_to_wishlist.button.alt {
  background: transparent;
}
.footer-product .show-quickly,
.footer-product .xstore-wishlist,
.footer-product .et-wishlist-holder {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.4;
  top: 0;
  height: 100%;
  width: 45px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-color: var(--et_dark-color);
  background: var(--et_dark-color);
  z-index: 1;
}
.footer-product .xstore-compare {
  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;
  border-color: var(--et_dark-color);
  background: var(--et_dark-color);
}
.footer-product .by-vendor-name-link,
.footer-product .pre_order_loop,
.footer-product .wcmp_add_to_cart_message {
  background: var(--et_dark-color);
}
.footer-product .by-vendor-name-link,
.footer-product .pre_order_loop,
.footer-product .wcmp_add_to_cart_message,
.footer-product .yith-wcwl-add-to-wishlist,
.footer-product .yith-wcwl-add-to-wishlist .show {
  width: 100%;
  height: 100%;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer-product .et-wishlist-holder a {
  width: 100%;
}
.footer-product .et-wishlist-holder a .yith-wcwl-icon.fa {
  display: none;
}
.footer-product .quick-view-popup .add_to_cart_button,
.footer-product .loader-path {
  stroke: #fff;
}
.footer-product .wishlist-fragment .blockOverlay:before {
  border-color: var(--et_main-color);
  border-left-color: #fff;
}
.footer-product .button,
.footer-product .yith-wcwl-add-to-wishlist a:not(.alt),
.footer-product .yith-wcwl-add-button a.open-pretty-photo,
.footer-product .by-vendor-name-link,
.footer-product .pre_order_loop,
.footer-product .wcmp_add_to_cart_message {
  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;
  height: 100%;
}
.footer-product .show-quickly,
.footer-product .xstore-wishlist,
.footer-product .et-wishlist-holder a,
.footer-product .button,
.footer-product .button:hover,
.footer-product .button.compare,
.footer-product .button.compare:hover,
.footer-product .xstore-compare,
.footer-product .xstore-compare:hover,
.footer-product .by-vendor-name-link {
  color: #fff;
}
.footer-product .pre_order_loop,
.footer-product .wcmp_add_to_cart_message {
  color: #fff !important;
}
.footer-product .compare.button,
.footer-product .xstore-compare,
.footer-product .button,
.footer-product .show-quickly,
.footer-product .xstore-wishlist,
.footer-product .et-wishlist-holder,
.footer-product .by-vendor-name-link,
.footer-product .pre_order_loop,
.footer-product .wcmp_add_to_cart_message {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.footer-product .compare.button:hover,
.footer-product .xstore-compare:hover,
.footer-product .button:hover,
.footer-product .show-quickly:hover,
.footer-product .xstore-wishlist:hover,
.footer-product .et-wishlist-holder:hover,
.footer-product .by-vendor-name-link:hover,
.footer-product .pre_order_loop:hover,
.footer-product .wcmp_add_to_cart_message:hover {
  background: #333333;
}
.et-wishlist-holder .yith-wcwl-add-to-wishlist {
  position: relative;
}
.et-wishlist-holder .et-loader {
  position: static;
}
.et-wishlist-holder .loader-path {
  stroke: #fff;
}
.content-product .show-quickly,
.content-product .by-vendor-name-link {
  cursor: pointer;
}
.content-product:hover .footer-product,
.content-product.et-vpf .footer-product {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.content-product .show-quickly:before,
.content-product .button:before,
.content-product .yith-wcwl-add-to-wishlist .show a:before,
.content-product .by-vendor-name-link:before,
.content-product .pre_order_loop:before,
.content-product .wcmp_add_to_cart_message:before {
  font-family: 'xstore-icons';
}
.content-product .is_arrows-hovered .footer-product {
  -webkit-transform: translateY(7px);
          transform: translateY(7px);
  opacity: 0;
}
.view-color-white .footer-product .loader-path,
.view-color-transparent .footer-product .loader-path,
.product-view-default .et-wishlist-holder .loader-path {
  stroke: var(--et_dark-color);
}
.view-color-white .footer-product .wishlist-fragment .blockOverlay:before,
.view-color-transparent .footer-product .wishlist-fragment .blockOverlay:before,
.product-view-default .et-wishlist-holder .wishlist-fragment .blockOverlay:before {
  border-color: var(--et_border-color);
  border-left-color: var(--et_main-color);
}
.view-color-white .footer-product:before,
.view-color-white .footer-product .show-quickly,
.view-color-white .footer-product .et-wishlist-holder,
.view-color-white .footer-product .xstore-wishlist,
.view-color-white .footer-product .xstore-wishlist:after,
.view-color-white .footer-product .et-wishlist-holder:after,
.view-color-white .footer-product .xstore-compare,
.view-color-white .footer-product .xstore-compare:after,
.view-color-white .footer-product .show-quickly:after,
.view-color-white .footer-product .by-vendor-name-link:after,
.view-color-white .footer-product .pre_order_loop:after,
.view-color-white .footer-product .wcmp_add_to_cart_message:after {
  border-color: var(--et_border-color);
}
.view-color-white .footer-product .button.compare:hover,
.view-color-white .footer-product .xstore-compare:hover,
.view-color-white .footer-product .button:hover,
.view-color-white .footer-product .show-quickly:hover,
.view-color-white .footer-product .xstore-wishlist:hover,
.view-color-white .footer-product .et-wishlist-holder:hover,
.view-color-white .footer-product .by-vendor-name-link:hover,
.view-color-white .footer-product .pre_order_loop:hover,
.view-color-white .footer-product .wcmp_add_to_cart_message:hover {
  background: #f5f5f5;
}
.view-color-white.product-view-info .footer-product:before {
  border-color: var(--et_border-color);
}
.view-color-white.product-view-mask2 .footer-product,
.view-color-white .footer-product .button.compare,
.view-color-white .footer-product .xstore-compare,
.view-color-white .footer-product .button,
.view-color-white .footer-product .show-quickly,
.view-color-white .footer-product .xstore-wishlist,
.view-color-white .footer-product .et-wishlist-holder,
.view-color-white .footer-product .by-vendor-name-link,
.view-color-white .footer-product .pre_order_loop,
.view-color-white .footer-product .wcmp_add_to_cart_message,
.view-color-white .product-mask,
.view-color-white.product-view-info .product-mask {
  background: #fff;
}
.view-color-white .footer-product .show-quickly,
.view-color-white .footer-product .xstore-wishlist,
.view-color-white .footer-product .xstore-compare,
.view-color-white .footer-product .et-wishlist-holder a,
.view-color-white .footer-product .et-wishlist-holder a.add_to_wishlist.button.alt,
.view-color-white .footer-product .by-vendor-name-link,
.view-color-white .footer-product .button,
.view-color-white .footer-product .button.compare {
  color: var(--et_dark-color);
}
.view-color-white .footer-product .pre_order_loop,
.view-color-white .footer-product .wcmp_add_to_cart_message {
  color: var(--et_dark-color) !important;
}
.view-color-white .footer-product .button .blockOverlay {
  background-color: #fff !important;
}
.view-color-white .product-mask a,
.view-color-white.product-view-info .product-mask a,
.view-color-white .product-mask .product-title a,
.view-color-white.product-view-info .product-mask .product-title a {
  color: var(--et_dark-color);
}
.view-color-white .product-mask a:hover,
.view-color-transparent .product-mask a:hover,
.view-color-white.product-view-info .product-mask a:hover,
.view-color-transparent.product-view-info .product-mask a:hover,
.view-color-white .product-mask .product-title a:hover,
.view-color-transparent .product-mask .product-title a:hover,
.view-color-white.product-view-info .product-mask .product-title a:hover,
.view-color-transparent.product-view-info .product-mask .product-title a:hover {
  color: var(--et_main-color);
}
.view-color-transparent .footer-product .show-quickly,
.view-color-transparent .footer-product .xstore-wishlist,
.view-color-transparent .footer-product .xstore-compare,
.view-color-transparent .footer-product .et-wishlist-holder a,
.view-color-transparent .footer-product .et-wishlist-holder a.add_to_wishlist.button.alt,
.view-color-transparent .footer-product .by-vendor-name-link,
.view-color-transparent .footer-product .button,
.view-color-transparent .footer-product .button.compare {
  color: var(--et_dark-2-white);
}
.view-color-transparent .footer-product .pre_order_loop,
.view-color-transparent .footer-product .wcmp_add_to_cart_message {
  color: var(--et_dark-2-white) !important;
}
.view-color-transparent .footer-product .button .blockOverlay {
  background-color: var(--et_white-2-dark) !important;
}
.view-color-transparent .product-mask a,
.view-color-transparent.product-view-info .product-mask a,
.view-color-transparent .product-mask .product-title a,
.view-color-transparent.product-view-info .product-mask .product-title a {
  color: var(--et_dark-2-white);
}
.view-color-transparent .footer-product:before,
.view-color-transparent .footer-product .show-quickly,
.view-color-transparent .footer-product .xstore-wishlist,
.view-color-transparent .footer-product .xstore-wishlist:after,
.view-color-transparent .footer-product .et-wishlist-holder,
.view-color-transparent .footer-product .et-wishlist-holder:after,
.view-color-transparent .footer-product .xstore-compare,
.view-color-transparent .footer-product .xstore-compare:after,
.view-color-transparent .footer-product .show-quickly:after,
.view-color-transparent .footer-product .by-vendor-name-link:after,
.view-color-transparent .footer-product .pre_order_loop:after,
.view-color-transparent .footer-product .wcmp_add_to_cart_message:after {
  border: none;
}
.view-color-transparent .footer-product .show-quickly:hover,
.view-color-transparent .footer-product .xstore-wishlist:hover,
.view-color-transparent .footer-product .xstore-compare:hover,
.view-color-transparent .footer-product .et-wishlist-holder:hover .yith-wcwl-add-button a,
.view-color-transparent .footer-product .et-wishlist-holder:hover a.add_to_wishlist.button.alt,
.view-color-transparent .footer-product .button:hover,
.view-color-transparent .footer-product .by-vendor-name-link:hover {
  color: var(--et_main-color);
}
.view-color-transparent .footer-product .pre_order_loop:hover,
.view-color-transparent .footer-product .wcmp_add_to_cart_message:hover {
  color: var(--et_main-color) !important;
}
.view-color-transparent.product-view-info .footer-product:before {
  border: none;
}
.view-color-transparent .footer-product,
.view-color-transparent .footer-product .button,
.view-color-transparent .footer-product .button.compare,
.view-color-transparent .footer-product .xstore-compare,
.view-color-transparent .footer-product .show-quickly,
.view-color-transparent .footer-product .xstore-wishlist,
.view-color-transparent .footer-product .et-wishlist-holder,
.view-color-transparent .footer-product .button:hover,
.view-color-transparent .footer-product .show-quickly:hover,
.view-color-transparent .footer-product .xstore-wishlist:hover,
.view-color-transparent .footer-product .et-wishlist-holder:hover,
.view-color-transparent .footer-product .by-vendor-name-link:hover,
.view-color-transparent .footer-product .pre_order_loop:hover,
.view-color-transparent .footer-product .wcmp_add_to_cart_message:hover,
.view-color-transparent.product-view-mask2 .footer-product,
.view-color-transparent.product-view-info .product-mask {
  background: transparent;
}
@media only screen and (max-width: 768px) {
  .content-product .footer-product {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
  .content-product .footer-product .button {
    font-size: 0;
  }
  .content-product .footer-product .button:before {
    margin-right: 0;
    margin-left: 0;
  }
}
.col-md-9 .product-slide .product-view-mask .footer-product,
.col-md-8 .product-slide .product-view-mask .footer-product,
.col-md-9 .product-slide .product-view-info .footer-product,
.col-md-8 .product-slide .product-view-info .footer-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.col-md-9 .product-slide .product-view-mask .footer-product .show-quickly,
.col-md-8 .product-slide .product-view-mask .footer-product .show-quickly,
.col-md-9 .product-slide .product-view-info .footer-product .show-quickly,
.col-md-8 .product-slide .product-view-info .footer-product .show-quickly,
.col-md-9 .product-slide .product-view-mask .footer-product .xstore-wishlist,
.col-md-8 .product-slide .product-view-mask .footer-product .xstore-wishlist,
.col-md-9 .product-slide .product-view-info .footer-product .xstore-wishlist,
.col-md-8 .product-slide .product-view-info .footer-product .xstore-wishlist,
.col-md-9 .product-slide .product-view-mask .footer-product .xstore-compare,
.col-md-8 .product-slide .product-view-mask .footer-product .xstore-compare,
.col-md-9 .product-slide .product-view-info .footer-product .xstore-compare,
.col-md-8 .product-slide .product-view-info .footer-product .xstore-compare,
.col-md-9 .product-slide .product-view-mask .footer-product .et-wishlist-holder,
.col-md-8 .product-slide .product-view-mask .footer-product .et-wishlist-holder,
.col-md-9 .product-slide .product-view-info .footer-product .et-wishlist-holder,
.col-md-8 .product-slide .product-view-info .footer-product .et-wishlist-holder,
.col-md-9 .product-slide .product-view-mask .footer-product .by-vendor-name-link,
.col-md-8 .product-slide .product-view-mask .footer-product .by-vendor-name-link,
.col-md-9 .product-slide .product-view-info .footer-product .by-vendor-name-link,
.col-md-8 .product-slide .product-view-info .footer-product .by-vendor-name-link,
.col-md-9 .product-slide .product-view-mask .footer-product .pre_order_loop,
.col-md-8 .product-slide .product-view-mask .footer-product .pre_order_loop,
.col-md-9 .product-slide .product-view-info .footer-product .pre_order_loop,
.col-md-8 .product-slide .product-view-info .footer-product .pre_order_loop,
.col-md-9 .product-slide .product-view-mask .footer-product .wcmp_add_to_cart_message,
.col-md-8 .product-slide .product-view-mask .footer-product .wcmp_add_to_cart_message,
.col-md-9 .product-slide .product-view-info .footer-product .wcmp_add_to_cart_message,
.col-md-8 .product-slide .product-view-info .footer-product .wcmp_add_to_cart_message {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  border: none;
}
.col-md-9 .product-slide .product-view-mask .footer-product .show-quickly:after,
.col-md-8 .product-slide .product-view-mask .footer-product .show-quickly:after,
.col-md-9 .product-slide .product-view-info .footer-product .show-quickly:after,
.col-md-8 .product-slide .product-view-info .footer-product .show-quickly:after,
.col-md-9 .product-slide .product-view-mask .footer-product .xstore-wishlist:after,
.col-md-8 .product-slide .product-view-mask .footer-product .xstore-wishlist:after,
.col-md-9 .product-slide .product-view-info .footer-product .xstore-wishlist:after,
.col-md-8 .product-slide .product-view-info .footer-product .xstore-wishlist:after,
.col-md-9 .product-slide .product-view-mask .footer-product .xstore-compare:after,
.col-md-8 .product-slide .product-view-mask .footer-product .xstore-compare:after,
.col-md-9 .product-slide .product-view-info .footer-product .xstore-compare:after,
.col-md-8 .product-slide .product-view-info .footer-product .xstore-compare:after,
.col-md-9 .product-slide .product-view-mask .footer-product .et-wishlist-holder:after,
.col-md-8 .product-slide .product-view-mask .footer-product .et-wishlist-holder:after,
.col-md-9 .product-slide .product-view-info .footer-product .et-wishlist-holder:after,
.col-md-8 .product-slide .product-view-info .footer-product .et-wishlist-holder:after,
.col-md-9 .product-slide .product-view-mask .footer-product .by-vendor-name-link:after,
.col-md-8 .product-slide .product-view-mask .footer-product .by-vendor-name-link:after,
.col-md-9 .product-slide .product-view-info .footer-product .by-vendor-name-link:after,
.col-md-8 .product-slide .product-view-info .footer-product .by-vendor-name-link:after,
.col-md-9 .product-slide .product-view-mask .footer-product .pre_order_loop:after,
.col-md-8 .product-slide .product-view-mask .footer-product .pre_order_loop:after,
.col-md-9 .product-slide .product-view-info .footer-product .pre_order_loop:after,
.col-md-8 .product-slide .product-view-info .footer-product .pre_order_loop:after,
.col-md-9 .product-slide .product-view-mask .footer-product .wcmp_add_to_cart_message:after,
.col-md-8 .product-slide .product-view-mask .footer-product .wcmp_add_to_cart_message:after,
.col-md-9 .product-slide .product-view-info .footer-product .wcmp_add_to_cart_message:after,
.col-md-8 .product-slide .product-view-info .footer-product .wcmp_add_to_cart_message:after {
  content: '';
}
.col-md-9 .product-slide .product-view-mask .footer-product .button,
.col-md-8 .product-slide .product-view-mask .footer-product .button,
.col-md-9 .product-slide .product-view-info .footer-product .button,
.col-md-8 .product-slide .product-view-info .footer-product .button,
.col-md-9 .product-slide .product-view-mask .footer-product .by-vendor-name-link,
.col-md-8 .product-slide .product-view-mask .footer-product .by-vendor-name-link,
.col-md-9 .product-slide .product-view-info .footer-product .by-vendor-name-link,
.col-md-8 .product-slide .product-view-info .footer-product .by-vendor-name-link,
.col-md-9 .product-slide .product-view-mask .footer-product .pre_order_loop,
.col-md-8 .product-slide .product-view-mask .footer-product .pre_order_loop,
.col-md-9 .product-slide .product-view-info .footer-product .pre_order_loop,
.col-md-8 .product-slide .product-view-info .footer-product .pre_order_loop,
.col-md-9 .product-slide .product-view-mask .footer-product .wcmp_add_to_cart_message,
.col-md-8 .product-slide .product-view-mask .footer-product .wcmp_add_to_cart_message,
.col-md-9 .product-slide .product-view-info .footer-product .wcmp_add_to_cart_message,
.col-md-8 .product-slide .product-view-info .footer-product .wcmp_add_to_cart_message {
  font-size: 0;
  padding: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.col-md-9 .product-slide .product-view-mask .footer-product .button:before,
.col-md-8 .product-slide .product-view-mask .footer-product .button:before,
.col-md-9 .product-slide .product-view-info .footer-product .button:before,
.col-md-8 .product-slide .product-view-info .footer-product .button:before,
.col-md-9 .product-slide .product-view-mask .footer-product .by-vendor-name-link:before,
.col-md-8 .product-slide .product-view-mask .footer-product .by-vendor-name-link:before,
.col-md-9 .product-slide .product-view-info .footer-product .by-vendor-name-link:before,
.col-md-8 .product-slide .product-view-info .footer-product .by-vendor-name-link:before,
.col-md-9 .product-slide .product-view-mask .footer-product .pre_order_loop:before,
.col-md-8 .product-slide .product-view-mask .footer-product .pre_order_loop:before,
.col-md-9 .product-slide .product-view-info .footer-product .pre_order_loop:before,
.col-md-8 .product-slide .product-view-info .footer-product .pre_order_loop:before,
.col-md-9 .product-slide .product-view-mask .footer-product .wcmp_add_to_cart_message:before,
.col-md-8 .product-slide .product-view-mask .footer-product .wcmp_add_to_cart_message:before,
.col-md-9 .product-slide .product-view-info .footer-product .wcmp_add_to_cart_message:before,
.col-md-8 .product-slide .product-view-info .footer-product .wcmp_add_to_cart_message:before {
  margin: 0;
}
.col-md-9 .product-slide .product-view-mask .footer-product .compare,
.col-md-8 .product-slide .product-view-mask .footer-product .compare,
.col-md-9 .product-slide .product-view-info .footer-product .compare,
.col-md-8 .product-slide .product-view-info .footer-product .compare {
  display: none;
}
@media only screen and (min-width: 768px) {
  .products-hover-only-icons .product-view-mask .footer-product,
  .products-hover-only-icons .product-view-info .footer-product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .products-hover-only-icons .product-view-mask .footer-product .show-quickly,
  .products-hover-only-icons .product-view-info .footer-product .show-quickly,
  .products-hover-only-icons .product-view-mask .footer-product .xstore-wishlist,
  .products-hover-only-icons .product-view-info .footer-product .xstore-wishlist,
  .products-hover-only-icons .product-view-mask .footer-product .xstore-compare,
  .products-hover-only-icons .product-view-info .footer-product .xstore-compare,
  .products-hover-only-icons .product-view-mask .footer-product .et-wishlist-holder,
  .products-hover-only-icons .product-view-info .footer-product .et-wishlist-holder,
  .products-hover-only-icons .product-view-mask .footer-product .by-vendor-name-link,
  .products-hover-only-icons .product-view-info .footer-product .by-vendor-name-link,
  .products-hover-only-icons .product-view-mask .footer-product .pre_order_loop,
  .products-hover-only-icons .product-view-info .footer-product .pre_order_loop,
  .products-hover-only-icons .product-view-mask .footer-product .wcmp_add_to_cart_message,
  .products-hover-only-icons .product-view-info .footer-product .wcmp_add_to_cart_message {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    position: relative;
    border: none;
  }
  .products-hover-only-icons .product-view-mask .footer-product .show-quickly:after,
  .products-hover-only-icons .product-view-info .footer-product .show-quickly:after,
  .products-hover-only-icons .product-view-mask .footer-product .xstore-wishlist:after,
  .products-hover-only-icons .product-view-info .footer-product .xstore-wishlist:after,
  .products-hover-only-icons .product-view-mask .footer-product .xstore-compare:after,
  .products-hover-only-icons .product-view-info .footer-product .xstore-compare:after,
  .products-hover-only-icons .product-view-mask .footer-product .et-wishlist-holder:after,
  .products-hover-only-icons .product-view-info .footer-product .et-wishlist-holder:after,
  .products-hover-only-icons .product-view-mask .footer-product .by-vendor-name-link:after,
  .products-hover-only-icons .product-view-info .footer-product .by-vendor-name-link:after,
  .products-hover-only-icons .product-view-mask .footer-product .pre_order_loop:after,
  .products-hover-only-icons .product-view-info .footer-product .pre_order_loop:after,
  .products-hover-only-icons .product-view-mask .footer-product .wcmp_add_to_cart_message:after,
  .products-hover-only-icons .product-view-info .footer-product .wcmp_add_to_cart_message:after {
    content: '';
  }
  .products-hover-only-icons .product-view-mask .footer-product .button,
  .products-hover-only-icons .product-view-info .footer-product .button,
  .products-hover-only-icons .product-view-mask .footer-product .by-vendor-name-link,
  .products-hover-only-icons .product-view-info .footer-product .by-vendor-name-link,
  .products-hover-only-icons .product-view-mask .footer-product .pre_order_loop,
  .products-hover-only-icons .product-view-info .footer-product .pre_order_loop,
  .products-hover-only-icons .product-view-mask .footer-product .wcmp_add_to_cart_message,
  .products-hover-only-icons .product-view-info .footer-product .wcmp_add_to_cart_message {
    font-size: 0;
    padding: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .products-hover-only-icons .product-view-mask .footer-product .button:before,
  .products-hover-only-icons .product-view-info .footer-product .button:before,
  .products-hover-only-icons .product-view-mask .footer-product .by-vendor-name-link:before,
  .products-hover-only-icons .product-view-info .footer-product .by-vendor-name-link:before,
  .products-hover-only-icons .product-view-mask .footer-product .pre_order_loop:before,
  .products-hover-only-icons .product-view-info .footer-product .pre_order_loop:before,
  .products-hover-only-icons .product-view-mask .footer-product .wcmp_add_to_cart_message:before,
  .products-hover-only-icons .product-view-info .footer-product .wcmp_add_to_cart_message:before {
    margin: 0;
  }
  .products-hover-only-icons .product-view-mask .footer-product .compare,
  .products-hover-only-icons .product-view-info .footer-product .compare {
    display: none;
  }
}
/*=====  End of Products Hovers  ======*/
.product-view-default .footer-product {
  pointer-events: none;
  height: auto;
}
.product-view-default .footer-product .show-quickly {
  font-size: 0.85rem;
  text-transform: uppercase;
  pointer-events: all;
  position: relative;
  width: 100%;
  -webkit-transform: none;
          transform: none;
  border: none;
  padding: 10px;
}
.product-view-default .footer-product .show-quickly:before {
  display: none;
  line-height: 1;
  margin-right: 5px;
}
.product-view-default .et-wishlist-holder,
.product-view-default .xstore-wishlist {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 3;
  max-width: -webkit-min-content;
  max-width: -moz-min-content;
  max-width: min-content;
}
.product-view-default .xstore-wishlist {
  line-height: 1;
}
.product-view-default .et-wishlist-holder .loader-path {
  stroke: var(--et_dark-color);
}
.product-view-default .et-wishlist-holder .loader-circular {
  width: auto;
}
.product-view-default .yith-wcwl-add-to-wishlist,
.product-view-default .wishlist-fragment > div {
  pointer-events: all;
  font-size: 0;
  line-height: 1;
}
.product-view-default .yith-wcwl-add-to-wishlist .show a,
.product-view-default .wishlist-fragment a {
  opacity: 0;
  position: static;
  line-height: 1;
}
.product-view-default .yith-wcwl-add-to-wishlist .show:before,
.product-view-default .wishlist-fragment a:before,
.product-view-default .xstore-wishlist .et-icon {
  padding: 2px;
  font-size: 1.35rem;
}
.product-view-default .xstore-wishlist {
  opacity: 0;
}
.product-view-default .content-product:hover .xstore-wishlist,
.product-view-default .content-product:hover .yith-wcwl-add-to-wishlist .show a,
.product-view-default .content-product:hover .wishlist-fragment a {
  opacity: 1;
}
@media only screen and (max-width: 768px) {
  .product-view-default .xstore-wishlist,
  .product-view-default .wishlist-fragment a,
  .product-view-default .yith-wcwl-add-to-wishlist .show a {
    opacity: 1;
  }
}
/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*

	Contents:

	1. Buttons
	2. Share modal and links
	3. Index indicator ("1 of X" counter)
	4. Caption
	5. Loading indicator +-
	6. Additional styles (root element, top bar, idle state, hidden state, etc.)

	1. Buttons

 */
/* <button> css reset */
.pswp__button {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
  border: none;
  cursor: pointer;
}
.pswp__button:before {
  font-size: 20px;
  font-family: 'xstore-icons';
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.pswp__button:focus,
.pswp__button:hover {
  opacity: 1;
  outline: none;
}
.pswp__button:active {
  outline: none;
  opacity: 0.9;
}
/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
.pswp__ui--over-close .pswp__button--close {
  opacity: 1;
}
/* no arrows on touch screens */
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden;
}
/*
	Arrow buttons hit area
	(icon is added to :before pseudo-element)
*/
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 100px;
}
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  font-size: 36px;
}
.pswp__button--arrow--left:after,
.pswp__button--arrow--right:after {
  content: '';
  width: 70px;
  height: 100%;
  display: block;
  z-index: -1;
  position: absolute;
  background: #909090;
  top: 0;
}
.pswp__button--arrow--left {
  left: 0;
  right: auto;
}
.pswp__button--arrow--right {
  right: 0;
}
.pswp__button,
.pswp__counter {
  color: #fff;
}
.pswp__button--arrow--left:before {
  content: '\e902';
}
.pswp__button--arrow--right:before {
  content: '\e904';
}
.pswp__button--close:before {
  content: '\e90a';
}
/*

	2. Share modal/popup and links

 */
.pswp__counter {
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 20px;
  line-height: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
/* increase size of share links on touch devices */
.pswp__caption {
  display: none;
}
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  outline: none;
}
.pswp img {
  max-width: none;
}
.pswp,
.pswp__bg,
.pswp__scroll-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 0.3s cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp--open {
  display: block;
}
.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: url(//blitzmexico.com/wp-content/themes/xstore/images/zoom-in.png) 16 9, zoom-in;
}
.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: grab;
}
.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: grabbing;
}
/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  background: rgba(34, 34, 34, 0.5);
  opacity: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  will-change: opacity;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.pswp,
.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
}
.pswp__container,
.pswp__zoom-wrap,
.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.pswp__zoom-wrap {
  width: 100%;
  -webkit-transform-origin: left top;
          transform-origin: left top;
  /* for open/close transition */
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.22, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  transition: none;
}
.pswp,
.pswp__scroll-wrap,
.pswp__item {
  overflow: hidden;
}
.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
}
.pswp,
.pswp__container,
.pswp__zoom-wrap,
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.pswp__img--placeholder--blank {
  background: var(--et_dark-color);
}
.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0;
}
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC;
}
.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline;
}