/*
* Import variables
*/
/*
* General
*/
.block-editor-block-list__block {
  margin-top: 0;
  margin-bottom: 25px;
}

@media (min-width: 1600px) {
  .wp-block {
    max-width: 1000px;
  }
}

.wp-block[data-align="full"] .wp-block {
  max-width: none;
}

.botiga-block-no-preview {
  padding: 25px;
  border: 1px solid #CCC;
  border-left-color: #6c6c6c;
  border-left-width: 3px;
}

.botiga-block-no-preview p:last-of-type {
  margin-bottom: 0;
}

/*
* Spacing
*/
div.editor-styles-wrapper .bt-mt-0 {
  margin-top: 0 !important;
}

div.editor-styles-wrapper .bt-mr-0 {
  margin-right: 0 !important;
}

div.editor-styles-wrapper .bt-mb-0 {
  margin-bottom: 0 !important;
}

div.editor-styles-wrapper .bt-ml-0 {
  margin-left: 0 !important;
}

div.editor-styles-wrapper .bt-m-0 {
  margin: 0 !important;
}

div.editor-styles-wrapper .bt-pt-0 {
  padding-top: 0 !important;
}

div.editor-styles-wrapper .bt-pr-0 {
  padding-right: 0 !important;
}

div.editor-styles-wrapper .bt-pb-0 {
  padding-bottom: 0 !important;
}

div.editor-styles-wrapper .bt-pl-0 {
  padding-left: 0 !important;
}

div.editor-styles-wrapper .bt-p-0 {
  padding: 0 !important;
}

/*
* Typography
*/
div.editor-styles-wrapper body,
div.editor-styles-wrapper button,
div.editor-styles-wrapper input,
div.editor-styles-wrapper select,
div.editor-styles-wrapper optgroup,
div.editor-styles-wrapper textarea {
  color: #212121;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.68;
}

div.editor-styles-wrapper .has-gigantic-font-size {
  font-size: 64px;
}

div.editor-styles-wrapper .has-huge-font-size {
  font-size: 48px;
}

div.editor-styles-wrapper .has-extra-large-font-size {
  font-size: 32px;
}

div.editor-styles-wrapper .has-larger-font-size {
  font-size: 24px;
}

div.editor-styles-wrapper .has-large-font-size {
  font-size: 18px;
}

div.editor-styles-wrapper .has-normal-font-size {
  font-size: 16px;
}

div.editor-styles-wrapper .has-small-font-size {
  font-size: 14px;
}

div.editor-styles-wrapper .smallmargin {
  margin-bottom: 8px;
}

div.editor-styles-wrapper h1,
div.editor-styles-wrapper h2,
div.editor-styles-wrapper h3,
div.editor-styles-wrapper h4,
div.editor-styles-wrapper h5,
div.editor-styles-wrapper h6,
div.editor-styles-wrapper .site-title {
  clear: both;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  line-height: 1.2;
  font-weight: 600;
  color: #212121;
}

div.editor-styles-wrapper h1 {
  font-size: 64px;
  font-size: 4rem;
  margin: 60px 0 40px;
}

div.editor-styles-wrapper h2 {
  font-size: 48px;
  font-size: 3rem;
  margin: 45px 0 30px;
}

div.editor-styles-wrapper h3 {
  font-size: 32px;
  font-size: 2rem;
  margin: 30px 0 16px;
}

div.editor-styles-wrapper h4 {
  font-size: 24px;
  font-size: 1.5rem;
}

div.editor-styles-wrapper h5 {
  font-size: 18px;
  font-size: 1.125rem;
}

div.editor-styles-wrapper h6 {
  font-size: 16px;
  font-size: 1rem;
}

div.editor-styles-wrapper h4, div.editor-styles-wrapper h5, div.editor-styles-wrapper h6 {
  margin: 25px 0;
}

div.editor-styles-wrapper p {
  margin-bottom: 40px;
  margin-top: 0;
}

div.editor-styles-wrapper dfn,
div.editor-styles-wrapper cite,
div.editor-styles-wrapper em,
div.editor-styles-wrapper i {
  font-style: italic;
}

div.editor-styles-wrapper blockquote {
  margin: 0 0 0 50px;
}

div.editor-styles-wrapper blockquote p {
  font-weight: 600;
  font-size: 32px;
  line-height: 41px;
}

div.editor-styles-wrapper blockquote p:last-of-type {
  margin-bottom: 12px;
}

div.editor-styles-wrapper blockquote cite {
  font-size: 14px;
  line-height: 22px;
  font-style: normal;
  letter-spacing: 2px;
}

div.editor-styles-wrapper address {
  margin: 0 0 1.5em;
}

div.editor-styles-wrapper pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

div.editor-styles-wrapper code,
div.editor-styles-wrapper kbd,
div.editor-styles-wrapper tt,
div.editor-styles-wrapper var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

div.editor-styles-wrapper abbr,
div.editor-styles-wrapper acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

div.editor-styles-wrapper mark,
div.editor-styles-wrapper ins {
  background: #fff9c0;
  text-decoration: none;
}

div.editor-styles-wrapper big {
  font-size: 125%;
}

div.editor-styles-wrapper .editor-post-title .editor-post-title__input {
  font-size: 32px;
  font-size: 2rem;
  margin: 0 0 12px;
  font-weight: 600;
  text-align: center;
}

/*
* Elements
*/
div.editor-styles-wrapper button:not(.components-button),
div.editor-styles-wrapper a.button,
div.editor-styles-wrapper .wp-block-button__link,
div.editor-styles-wrapper input[type="button"],
div.editor-styles-wrapper input[type="reset"],
div.editor-styles-wrapper input[type="submit"] {
  border: 2px solid #212121;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #212121;
  color: #fff;
  padding: 13px 24px;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 0;
  height: auto;
  border-radius: 0;
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
}

div.editor-styles-wrapper button:not(.components-button):hover,
div.editor-styles-wrapper a.button:hover,
div.editor-styles-wrapper .wp-block-button__link:hover,
div.editor-styles-wrapper input[type="button"]:hover,
div.editor-styles-wrapper input[type="reset"]:hover,
div.editor-styles-wrapper input[type="submit"]:hover {
  color: #fff;
  background-color: #757575;
  border-color: #757575;
}

div.editor-styles-wrapper button:not(.components-button):active, div.editor-styles-wrapper button:not(.components-button):focus,
div.editor-styles-wrapper a.button:active,
div.editor-styles-wrapper a.button:focus,
div.editor-styles-wrapper .wp-block-button__link:active,
div.editor-styles-wrapper .wp-block-button__link:focus,
div.editor-styles-wrapper input[type="button"]:active,
div.editor-styles-wrapper input[type="button"]:focus,
div.editor-styles-wrapper input[type="reset"]:active,
div.editor-styles-wrapper input[type="reset"]:focus,
div.editor-styles-wrapper input[type="submit"]:active,
div.editor-styles-wrapper input[type="submit"]:focus {
  color: #fff;
}

div.editor-styles-wrapper a.wc-backward {
  color: #fff;
}

div.editor-styles-wrapper .is-style-outline .wp-block-button__link,
div.editor-styles-wrapper .wp-block-button__link.is-style-outline {
  color: #212121;
  border: 2px solid #212121;
}

div.editor-styles-wrapper .wp-block-button {
  margin-bottom: 20px;
}

div.editor-styles-wrapper .wp-block-button.is-style-squared a,
div.editor-styles-wrapper .wp-block-button__link.wp-block-button.is-style-squared a {
  border-radius: 0;
}

div.editor-styles-wrapper a {
  color: #212121;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

div.editor-styles-wrapper a:visited {
  color: #212121;
}

div.editor-styles-wrapper a:hover, div.editor-styles-wrapper a:focus, div.editor-styles-wrapper a:active {
  color: #757575;
}

div.editor-styles-wrapper a:focus {
  outline: thin dotted;
  outline-offset: 5px;
}

div.editor-styles-wrapper a:hover, div.editor-styles-wrapper a:active {
  outline: 0;
}

.entry-content div.editor-styles-wrapper a {
  text-decoration: underline;
}

.product-name div.editor-styles-wrapper a, div.editor-styles-wrapper a.wp-block-button__link, div.editor-styles-wrapper a.remove, div.editor-styles-wrapper a.button {
  text-decoration: none;
}

div.editor-styles-wrapper .wp-block-freeform.block-library-rich-text__tinymce a {
  color: #212121;
  text-decoration: underline;
}

div.editor-styles-wrapper .wp-block-freeform.block-library-rich-text__tinymce a:hover, div.editor-styles-wrapper .wp-block-freeform.block-library-rich-text__tinymce a:focus, div.editor-styles-wrapper .wp-block-freeform.block-library-rich-text__tinymce a:active {
  color: #757575;
}

div.editor-styles-wrapper ul,
div.editor-styles-wrapper ol {
  margin: 0 0 25px 0;
  padding-left: 30px;
}

div.editor-styles-wrapper ul li,
div.editor-styles-wrapper ol li {
  padding-bottom: 5px;
}

div.editor-styles-wrapper ul {
  list-style: disc;
}

div.editor-styles-wrapper ol {
  list-style: decimal;
}

div.editor-styles-wrapper li > ul,
div.editor-styles-wrapper li > ol {
  margin: 0;
  padding-left: 20px;
}

div.editor-styles-wrapper dt {
  font-weight: 700;
}

div.editor-styles-wrapper dd {
  margin: 0 1.5em 1.5em;
}

div.editor-styles-wrapper .list-unstyled {
  list-style: none;
  padding-left: 0;
}

div.editor-styles-wrapper table {
  margin: 0 0 30px;
  width: 100%;
  border: 1px solid rgba(33, 33, 33, 0.1);
  border-collapse: collapse;
}

div.editor-styles-wrapper table th,
div.editor-styles-wrapper table td,
div.editor-styles-wrapper table tr {
  padding: 10px;
  border: 1px solid rgba(33, 33, 33, 0.1);
}

/*
* Woocommerce
*/
div.editor-styles-wrapper {
  /**
 * Header cart
 */
  /**
 * Header cart & Wishlist count number
 */
  /**
 * Quantity
 */
  /**
 * Star rating
 */
  /**
 * Tabs
 */
  /**
 * Tabs as Accordion
 */
  /**
 * Password strength meter
 */
  /**
 * Forms
 */
  /**
 * Notices
 */
  /**
 * Mini Cart Content
 */
  /* Prices */
  /* Wishlist Button */
  /* Wishlist Table */
  /* Variations */
  /* Product swatch */
  /**
 * Express Pay Buttons (Google and Apple)
 */
  /**
 * Product Video
 */
  /**
 * Size Chart
 */
  /**
 * Brand Image
 */
  /**
 * Linked Variations
 */
  /**
 * No products found popular products
 */
  /* Responsive shop columns */
  /**
 * Grid & List View
 */
  /**
 * Product Equal Height
 */
  /**
 * Pagination PPP (Posts Per Page)
 */
  /**
 * Quantity in Loop
 */
  /**
 * Photoswipe
 */
  /**
 * Site Layouts Compatiblity 
 *
 */
}

div.editor-styles-wrapper .site-header-cart .cart-contents {
  text-decoration: none;
}

div.editor-styles-wrapper .site-header-cart .widget_shopping_cart {
  display: none;
  background-color: #fff;
}

div.editor-styles-wrapper .site-header-cart .product_list_widget {
  margin: 0;
  padding: 0;
}

div.editor-styles-wrapper .site-header-cart,
div.editor-styles-wrapper .header-wishlist-icon {
  position: relative;
}

div.editor-styles-wrapper .site-header-cart .count-number,
div.editor-styles-wrapper .header-wishlist-icon .count-number {
  position: absolute;
  top: -8px;
  right: -8px;
  width: 18px;
  height: 18px;
  line-height: 17px;
  color: #FFF;
  background: #ff5858;
  border: 1px solid #ff5858;
  text-align: center;
  border-radius: 50%;
  font-size: 10px;
  letter-spacing: 0;
}

div.editor-styles-wrapper .botiga-quantity-plus,
div.editor-styles-wrapper .botiga-quantity-minus {
  opacity: 0;
  visibility: hidden;
  display: none !important;
  -webkit-transition: ease opacity 300ms;
  transition: ease opacity 300ms;
}

div.editor-styles-wrapper .botiga-quantity-plus.show,
div.editor-styles-wrapper .botiga-quantity-minus.show {
  opacity: 1;
  visibility: visible;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

div.editor-styles-wrapper .quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 61px;
  border: 2px solid #212121;
  margin-bottom: 1.3rem;
}

div.editor-styles-wrapper .quantity .botiga-quantity-plus,
div.editor-styles-wrapper .quantity .botiga-quantity-minus {
  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;
  font-size: 1.7rem;
  line-height: 1;
  padding: 0 0px 4px;
  width: 100%;
  color: #212121;
  border: none;
  text-align: center;
  text-decoration: none;
  outline: none;
}

div.editor-styles-wrapper .quantity .botiga-quantity-plus:hover,
div.editor-styles-wrapper .quantity .botiga-quantity-minus:hover {
  color: #757575;
}

div.editor-styles-wrapper .quantity .qty {
  text-align: center;
  padding: 0;
  border: none;
  width: 100%;
  min-height: 0;
  background: transparent !important;
}

div.editor-styles-wrapper .quantity .qty:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

div.editor-styles-wrapper .quantity-button-style-abs-pos .quantity {
  position: relative;
}

div.editor-styles-wrapper .quantity-button-style-abs-pos .botiga-quantity-plus,
div.editor-styles-wrapper .quantity-button-style-abs-pos .botiga-quantity-minus {
  position: absolute;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 35px;
  height: 50%;
  top: 0;
}

div.editor-styles-wrapper .quantity-button-style-abs-pos .botiga-quantity-minus {
  top: auto;
  bottom: 0;
}

div.editor-styles-wrapper .quantity-button-style-arrows .botiga-quantity-plus,
div.editor-styles-wrapper .quantity-button-style-arrows .botiga-quantity-minus {
  text-indent: -9999px;
  -webkit-transition: ease opacity 300ms;
  transition: ease opacity 300ms;
}

div.editor-styles-wrapper .quantity-button-style-arrows .botiga-quantity-plus:before,
div.editor-styles-wrapper .quantity-button-style-arrows .botiga-quantity-minus:before {
  content: '';
  width: 8px;
  height: 8px;
  border-top: 2px solid #212121;
  border-right: 2px solid #212121;
  -webkit-transform: translate3d(0, 5px, 0) rotate(-45deg);
          transform: translate3d(0, 5px, 0) rotate(-45deg);
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
}

div.editor-styles-wrapper .quantity-button-style-arrows .botiga-quantity-plus:hover,
div.editor-styles-wrapper .quantity-button-style-arrows .botiga-quantity-minus:hover {
  opacity: 0.7;
}

div.editor-styles-wrapper .quantity-button-style-arrows .botiga-quantity-minus:before {
  -webkit-transform: translate3d(0, -3px, 0) rotate(135deg);
          transform: translate3d(0, -3px, 0) rotate(135deg);
}

div.editor-styles-wrapper .quantity-button-style2 .quantity {
  border-width: 1px;
}

div.editor-styles-wrapper .quantity-button-style2 .botiga-quantity-plus,
div.editor-styles-wrapper .quantity-button-style2 .botiga-quantity-minus {
  font-size: 1.3rem !important;
  border-style: solid;
  border-width: 1px;
  -webkit-transition: ease background-color 300ms, ease color 300ms;
  transition: ease background-color 300ms, ease color 300ms;
}

div.editor-styles-wrapper .quantity-button-style2 .botiga-quantity-plus {
  border-bottom: 0;
  border-top: 0;
  border-right: 0;
}

div.editor-styles-wrapper .quantity-button-style2 .botiga-quantity-minus {
  border-right: 0;
  border-bottom: 0;
}

div.editor-styles-wrapper .quantity-button-style2 .qty {
  padding-right: 35px;
}

@media (min-width: 1025px) {
  div.editor-styles-wrapper .quantity-button-style3 .quantity {
    width: 22%;
  }
}

div.editor-styles-wrapper .quantity-button-style3 .qty {
  padding-right: 35px;
}

div.editor-styles-wrapper .quantity-button-style4 .quantity {
  border-width: 1px;
}

@media (min-width: 1025px) {
  div.editor-styles-wrapper .quantity-button-style4 .quantity {
    width: 40%;
  }
}

div.editor-styles-wrapper .quantity-button-style4 .quantity .botiga-quantity-plus,
div.editor-styles-wrapper .quantity-button-style4 .quantity .botiga-quantity-minus {
  font-size: 1.4rem;
  max-width: 30%;
  -webkit-transition: ease background-color 300ms;
  transition: ease background-color 300ms;
}

div.editor-styles-wrapper .quantity-button-style5 .quantity {
  border: none;
}

@media (min-width: 1025px) {
  div.editor-styles-wrapper .quantity-button-style5 .quantity {
    width: 40%;
  }
}

div.editor-styles-wrapper .quantity-button-style5 .quantity .botiga-quantity-plus,
div.editor-styles-wrapper .quantity-button-style5 .quantity .botiga-quantity-minus {
  font-size: 1.4rem;
  max-width: 30%;
  -webkit-transition: ease background-color 300ms;
  transition: ease background-color 300ms;
}

div.editor-styles-wrapper .quantity-button-style6 .quantity {
  border: none;
}

@media (min-width: 1025px) {
  div.editor-styles-wrapper .quantity-button-style6 .quantity {
    width: 50%;
  }
}

div.editor-styles-wrapper .quantity-button-style6 .quantity .botiga-quantity-plus,
div.editor-styles-wrapper .quantity-button-style6 .quantity .botiga-quantity-minus {
  font-size: 1.4rem;
  max-width: 30%;
  border-style: solid;
  border-width: 1px;
  -webkit-transition: ease background-color 300ms;
  transition: ease background-color 300ms;
}

div.editor-styles-wrapper .quantity-button-style6 .quantity .botiga-quantity-plus {
  margin-left: 6px;
}

div.editor-styles-wrapper .quantity-button-style6 .quantity .botiga-quantity-minus {
  margin-right: 6px;
}

div.editor-styles-wrapper .quantity-button-style6 .quantity .qty {
  border-style: solid;
  border-width: 1px;
}

div.editor-styles-wrapper .quantity-button-style6 .woocommerce-cart-form .product-price {
  width: 12%;
}

div.editor-styles-wrapper .quantity-button-style6 .woocommerce-cart-form .product-quantity {
  width: 26%;
}

div.editor-styles-wrapper .quantity-button-style6 .woocommerce-cart-form .quantity {
  max-width: 147px;
}

div.editor-styles-wrapper .quantity-button-style7 .quantity {
  border-width: 1px;
}

@media (min-width: 1025px) {
  div.editor-styles-wrapper .quantity-button-style7 .quantity {
    width: 22%;
  }
}

div.editor-styles-wrapper .quantity-button-style7 .quantity .botiga-quantity-plus,
div.editor-styles-wrapper .quantity-button-style7 .quantity .botiga-quantity-minus {
  width: 22px;
  height: 35%;
  right: 10px;
}

div.editor-styles-wrapper .quantity-button-style7 .quantity .botiga-quantity-plus {
  top: 15%;
  border-radius: 35px 35px 0 0;
}

div.editor-styles-wrapper .quantity-button-style7 .quantity .botiga-quantity-minus {
  top: auto;
  bottom: 15%;
  border-radius: 0 0 35px 35px;
}

div.editor-styles-wrapper .quantity-button-style7 .quantity .qty {
  padding-right: 35px;
}

div.editor-styles-wrapper .quantity-button-style7 .woocommerce-cart-form .quantity {
  height: 65px;
}

div.editor-styles-wrapper .quantity-button-style8 .quantity {
  padding: 5px;
  border-width: 1px;
}

@media (min-width: 1025px) {
  div.editor-styles-wrapper .quantity-button-style8 .quantity {
    width: 40%;
  }
}

div.editor-styles-wrapper .quantity-button-style8 .quantity .botiga-quantity-plus,
div.editor-styles-wrapper .quantity-button-style8 .quantity .botiga-quantity-minus {
  font-size: 1.4rem;
  -webkit-transition: ease background-color 300ms;
  transition: ease background-color 300ms;
}

div.editor-styles-wrapper .quantity-button-style9 .quantity {
  border-radius: 35px;
}

div.editor-styles-wrapper .quantity-button-style9 .quantity .botiga-quantity-plus {
  margin-right: 10px;
}

div.editor-styles-wrapper .quantity-button-style9 .quantity .botiga-quantity-plus:before {
  -webkit-transform: translate3d(0, 1px, 0) rotate(45deg);
          transform: translate3d(0, 1px, 0) rotate(45deg);
}

div.editor-styles-wrapper .quantity-button-style9 .quantity .botiga-quantity-minus {
  margin-left: 10px;
}

div.editor-styles-wrapper .quantity-button-style9 .quantity .botiga-quantity-minus:before {
  -webkit-transform: translate3d(0, 1px, 0) rotate(-135deg);
          transform: translate3d(0, 1px, 0) rotate(-135deg);
}

div.editor-styles-wrapper .woocommerce-cart-form .quantity {
  max-width: 120px;
  margin-bottom: 0;
  border-width: 1px;
}

div.editor-styles-wrapper .woocommerce-cart-form .quantity .botiga-quantity-plus,
div.editor-styles-wrapper .woocommerce-cart-form .quantity .botiga-quantity-minus {
  font-size: 1.2rem;
  padding-bottom: 1px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

div.editor-styles-wrapper .woocommerce-cart-form .quantity .qty {
  font-size: 1rem;
}

@media (min-width: 1025px) {
  div.editor-styles-wrapper .woocommerce-cart-form .quantity {
    height: 45px;
    width: 100%;
    max-width: 85px;
  }
  div.editor-styles-wrapper form.cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  div.editor-styles-wrapper form.cart .quantity {
    max-width: 30%;
  }
  div.editor-styles-wrapper .quantity {
    width: 100%;
    margin-bottom: 0;
    margin-right: 20px;
  }
  div.editor-styles-wrapper .quantity .botiga-quantity-plus,
  div.editor-styles-wrapper .quantity .botiga-quantity-minus {
    padding: 0 0 4px;
    font-size: 2.2rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  div.editor-styles-wrapper .qty {
    width: 50px;
  }
  div.editor-styles-wrapper .qty {
    text-align: center;
  }
  div.editor-styles-wrapper .qty::-webkit-outer-spin-button, div.editor-styles-wrapper .qty::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }
  div.editor-styles-wrapper .qty[type=number] {
    -moz-appearance: textfield;
  }
  div.editor-styles-wrapper .botiga-quick-view-popup .quantity {
    width: 35%;
  }
  div.editor-styles-wrapper .botiga-quick-view-popup .quantity .botiga-quantity-plus,
  div.editor-styles-wrapper .botiga-quick-view-popup .quantity .botiga-quantity-minus {
    font-size: 1.7rem;
  }
}

@media (max-width: 1024px) {
  div.editor-styles-wrapper .woocommerce-cart-form .quantity {
    height: 50px;
  }
}

@media (min-width: 992px) and (max-width: 1024px) {
  div.editor-styles-wrapper .quantity {
    width: calc(100% - 116px);
  }
}

div.editor-styles-wrapper .star-rating {
  overflow: hidden;
  position: relative;
  height: 1.618em;
  line-height: 1.618;
  width: 5.3em;
  font-family: star;
  font-weight: 400;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: 0;
  color: #FFA441;
}

div.editor-styles-wrapper .star-rating::before {
  content: "\53\53\53\53\53";
  opacity: 0.25;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}

div.editor-styles-wrapper .star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}

div.editor-styles-wrapper .star-rating span::before {
  content: "\53\53\53\53\53";
  top: 0;
  position: absolute;
  left: 0;
  color: #FFA441;
}

div.editor-styles-wrapper p.stars a {
  position: relative;
  height: 1em;
  width: 1em;
  text-indent: -999em;
  display: inline-block;
  text-decoration: none;
  margin-right: 1px;
  font-weight: 400;
}

div.editor-styles-wrapper p.stars a::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  line-height: 1;
  font-family: star;
  content: "\53";
  color: #212121;
  text-indent: 0;
  opacity: 0.25;
}

div.editor-styles-wrapper p.stars a:hover ~ a::before {
  content: "\53";
  color: #212121;
  opacity: 0.25;
}

div.editor-styles-wrapper p.stars:hover a::before {
  content: "\53";
  color: #FFA441;
  opacity: 1;
}

div.editor-styles-wrapper p.stars.selected a.active::before {
  content: "\53";
  color: #FFA441;
  opacity: 1;
}

div.editor-styles-wrapper p.stars.selected a.active ~ a::before {
  content: "\53";
  color: #212121;
  opacity: 0.25;
}

div.editor-styles-wrapper p.stars.selected a:not(.active)::before {
  content: "\53";
  color: #FFA441;
  opacity: 1;
}

div.editor-styles-wrapper .woocommerce-tabs {
  margin-top: 70px;
  margin-bottom: 60px;
}

div.editor-styles-wrapper .woocommerce-tabs .woocommerce-Reviews-title {
  display: none;
}

div.editor-styles-wrapper .woocommerce-tabs ul.tabs {
  list-style: none;
  margin: 0 0 32px;
  padding: 0;
  text-align: left;
  border-bottom: 1px solid rgba(33, 33, 33, 0.2);
}

div.editor-styles-wrapper .woocommerce-tabs ul.tabs li {
  display: inline-block;
  margin: 0;
  padding-bottom: 0;
  position: relative;
}

div.editor-styles-wrapper .woocommerce-tabs ul.tabs li a {
  font-size: 18px;
  font-size: 1.125rem;
  color: #212121;
  padding: 10px 30px;
  display: block;
  border-bottom: 2px solid transparent;
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
}

div.editor-styles-wrapper .woocommerce-tabs ul.tabs li a:hover {
  border-color: #212121;
}

div.editor-styles-wrapper .woocommerce-tabs ul.tabs li.active a {
  border-color: #212121;
}

div.editor-styles-wrapper .woocommerce-tabs .panel h2:first-of-type {
  margin-bottom: 1em;
}

@media (max-width: 767px) {
  div.editor-styles-wrapper .woocommerce-tabs ul.tabs li {
    display: block;
    margin-left: 0 !important;
  }
}

div.editor-styles-wrapper .botiga-tabs-style1 .woocommerce-tabs ul.tabs li:not(.active) a {
  border-bottom: 0 !important;
}

div.editor-styles-wrapper .botiga-tabs-style2 .woocommerce-tabs ul.tabs li:not(:first-child) {
  margin-left: -5px;
}

div.editor-styles-wrapper .botiga-tabs-style2 .woocommerce-tabs ul.tabs li + li a {
  border-left: 0;
}

div.editor-styles-wrapper .botiga-tabs-style2 .woocommerce-tabs ul.tabs li a {
  border: 1px solid rgba(33, 33, 33, 0.2);
  border-bottom: 0;
}

div.editor-styles-wrapper .botiga-tabs-style2 .woocommerce-tabs ul.tabs li.active a, div.editor-styles-wrapper .botiga-tabs-style2 .woocommerce-tabs ul.tabs li:hover a {
  border-top-width: 2px;
  border-top-color: #212121;
}

div.editor-styles-wrapper .botiga-tabs-style3 .woocommerce-tabs ul.tabs li:not(:first-child) {
  margin-left: -5px;
}

div.editor-styles-wrapper .botiga-tabs-style3 .woocommerce-tabs ul.tabs li + li a {
  border-left: 0;
}

div.editor-styles-wrapper .botiga-tabs-style3 .woocommerce-tabs ul.tabs li a {
  background: #f2f2f2;
  -webkit-transition: ease background 300ms;
  transition: ease background 300ms;
  border-bottom: 0 !important;
}

div.editor-styles-wrapper .botiga-tabs-style4 .woocommerce-tabs ul.tabs {
  position: relative;
  border: 0;
}

div.editor-styles-wrapper .botiga-tabs-style4 .woocommerce-tabs ul.tabs:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  border-bottom: 1px solid rgba(33, 33, 33, 0.2);
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
}

div.editor-styles-wrapper .botiga-tabs-style4 .woocommerce-tabs ul.tabs li a {
  position: relative;
  border: 2px solid rgba(33, 33, 33, 0.2);
  background: #FFF;
}

div.editor-styles-wrapper .botiga-tabs-style4 .woocommerce-tabs ul.tabs li:not(:first-child) {
  margin-left: -7px;
}

div.editor-styles-wrapper .botiga-tabs-style4 .woocommerce-tabs ul.tabs li.active a {
  z-index: 1;
}

div.editor-styles-wrapper .botiga-tabs-style4 .woocommerce-tabs ul.tabs li.active a, div.editor-styles-wrapper .botiga-tabs-style4 .woocommerce-tabs ul.tabs li:hover a {
  border-color: #212121;
}

div.editor-styles-wrapper .botiga-tabs-style5 .woocommerce-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

div.editor-styles-wrapper .botiga-tabs-style5 .woocommerce-tabs ul.tabs {
  border: 0;
  margin-right: -1px;
}

div.editor-styles-wrapper .botiga-tabs-style5 .woocommerce-tabs ul.tabs li {
  display: block;
}

div.editor-styles-wrapper .botiga-tabs-style5 .woocommerce-tabs ul.tabs li a {
  min-width: 170px;
  text-align: center;
  border: 1px solid rgba(33, 33, 33, 0.2);
  border-right: 0;
}

div.editor-styles-wrapper .botiga-tabs-style5 .woocommerce-tabs ul.tabs li + li a {
  border-top: 0;
}

div.editor-styles-wrapper .botiga-tabs-style5 .woocommerce-tabs ul.tabs li.active a {
  background: #f2f2f2;
}

div.editor-styles-wrapper .botiga-tabs-style5 .woocommerce-tabs .panel {
  width: 100%;
  padding: 35px;
  background: #f2f2f2;
  border: 1px solid rgba(33, 33, 33, 0.2);
}

div.editor-styles-wrapper .botiga-tabs-style5 .woocommerce-tabs .panel p:last-child {
  margin-bottom: 0;
}

div.editor-styles-wrapper .botiga-tabs-style5 .woocommerce-tabs .panel #comments {
  margin-top: 0;
}

div.editor-styles-wrapper .botiga-tabs-style5.botiga-tabs-align-right .woocommerce-tabs ul.tabs {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-right: 0;
  margin-left: -1px;
}

div.editor-styles-wrapper .botiga-tabs-style5.botiga-tabs-align-right .woocommerce-tabs ul.tabs li a {
  border-left: 0;
  border-right: 1px solid rgba(33, 33, 33, 0.2);
}

div.editor-styles-wrapper .botiga-tabs-style5.botiga-tabs-align-right .woocommerce-tabs .panel {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

div.editor-styles-wrapper .botiga-tabs-style5.botiga-tabs-align-center .woocommerce-tabs {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

div.editor-styles-wrapper .botiga-tabs-style5.botiga-tabs-align-center .woocommerce-tabs ul.tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -1px;
  border-bottom: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

div.editor-styles-wrapper .botiga-tabs-style5.botiga-tabs-align-center .woocommerce-tabs ul.tabs li a {
  border-bottom: 0;
}

div.editor-styles-wrapper .botiga-tabs-style5.botiga-tabs-align-center .woocommerce-tabs ul.tabs li + li a {
  border-top: 1px solid rgba(33, 33, 33, 0.2);
  border-right: 1px solid rgba(33, 33, 33, 0.2);
}

div.editor-styles-wrapper .botiga-tabs-style5.botiga-tabs-align-center .woocommerce-tabs ul.tabs li + li.active a {
  border-left: 0;
}

div.editor-styles-wrapper .botiga-tabs-align-center .woocommerce-tabs .wc-tabs {
  text-align: center;
}

div.editor-styles-wrapper .botiga-tabs-align-right .woocommerce-tabs .wc-tabs {
  text-align: right;
}

div.editor-styles-wrapper .botiga-tabs-position-product-summary .product-gallery-summary {
  margin-bottom: 80px;
}

div.editor-styles-wrapper .botiga-tabs-position-product-summary .woocommerce-tabs {
  margin-top: 0;
}

div.editor-styles-wrapper .botiga-tabs-position-default .botiga-accordion {
  margin-top: 70px;
  margin-bottom: 60px;
}

div.editor-styles-wrapper .botiga-accordion .woocommerce-Reviews-title,
div.editor-styles-wrapper .botiga-accordion [class*="tab-title"] {
  display: none;
}

div.editor-styles-wrapper .woocommerce-password-strength {
  text-align: right;
}

div.editor-styles-wrapper .woocommerce-password-strength.strong {
  color: #0f834d;
}

div.editor-styles-wrapper .woocommerce-password-strength.short {
  color: #e2401c;
}

div.editor-styles-wrapper .woocommerce-password-strength.bad {
  color: #e2401c;
}

div.editor-styles-wrapper .woocommerce-password-strength.good {
  color: #3d9cd2;
}

div.editor-styles-wrapper .form-row.woocommerce-validated input.input-text {
  -webkit-box-shadow: inset 2px 0 0 #0f834d;
          box-shadow: inset 2px 0 0 #0f834d;
}

div.editor-styles-wrapper .form-row.woocommerce-invalid input.input-text {
  -webkit-box-shadow: inset 2px 0 0 #e2401c;
          box-shadow: inset 2px 0 0 #e2401c;
}

div.editor-styles-wrapper .required {
  color: #f00;
}

div.editor-styles-wrapper .woocommerce-message,
div.editor-styles-wrapper .woocommerce-info,
div.editor-styles-wrapper .woocommerce-error,
div.editor-styles-wrapper .woocommerce-noreviews,
div.editor-styles-wrapper p.no-comments {
  padding: 15px;
  background-color: #f2f2f2;
  clear: both;
}

div.editor-styles-wrapper .woocommerce-message a,
div.editor-styles-wrapper .woocommerce-info a,
div.editor-styles-wrapper .woocommerce-error a,
div.editor-styles-wrapper .woocommerce-noreviews a,
div.editor-styles-wrapper p.no-comments a {
  color: #716f6f;
}

div.editor-styles-wrapper .woocommerce-info .button {
  margin-right: 15px;
}

div.editor-styles-wrapper .woocommerce-form-coupon-toggle {
  margin-bottom: 30px;
}

div.editor-styles-wrapper .checkout_coupon {
  margin-top: -30px;
  margin-bottom: 30px;
  padding: 15px;
}

div.editor-styles-wrapper .checkout_coupon .form-row {
  display: inline-block;
}

div.editor-styles-wrapper .woocommerce-info,
div.editor-styles-wrapper .woocommerce-noreviews,
div.editor-styles-wrapper p.no-comments {
  background-color: #f2f2f2;
}

div.editor-styles-wrapper .woocommerce-error {
  list-style: none;
  background-color: #f2f2f2;
}

div.editor-styles-wrapper .demo_store {
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0;
  padding: 1em;
  background-color: #3d9cd2;
  z-index: 9999;
}

div.editor-styles-wrapper .site-header-cart .widget_shopping_cart,
div.editor-styles-wrapper .botiga-side-mini-cart .widget_shopping_cart {
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 9999999;
  left: -999em;
  display: block;
  -webkit-box-shadow: 0px 8px 40px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 8px 40px rgba(0, 0, 0, 0.12);
  min-width: 400px;
  margin: 0 auto;
  padding: 30px 0 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translate3d(0, 15px, 0);
          transform: translate3d(0, 15px, 0);
  -webkit-transition: ease opacity 300ms, ease transform 300ms;
  transition: ease opacity 300ms, ease transform 300ms;
}

div.editor-styles-wrapper .site-header-cart.widget,
div.editor-styles-wrapper .botiga-side-mini-cart.widget {
  padding-bottom: 0;
  margin: 0;
}

div.editor-styles-wrapper .widget_shopping_cart .variation {
  width: 100%;
  margin: 7px 0 9px;
  line-height: 1.5;
}

div.editor-styles-wrapper .widget_shopping_cart span.quantity {
  padding: 0;
  margin: 0;
  width: auto;
  height: auto;
  border: none;
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 4px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  min-width: 85px;
}

div.editor-styles-wrapper .widget_shopping_cart .quantity-wrap {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 90px;
}

div.editor-styles-wrapper .widget_shopping_cart div.quantity {
  width: 100%;
  height: 40px;
  margin: 0;
}

div.editor-styles-wrapper .widget_shopping_cart div.quantity input[type="number"] {
  -moz-appearance: textfield;
}

div.editor-styles-wrapper .widget_shopping_cart div.quantity input[type="number"]::-webkit-outer-spin-button, div.editor-styles-wrapper .widget_shopping_cart div.quantity input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

div.editor-styles-wrapper .widget_shopping_cart .botiga-quantity-plus,
div.editor-styles-wrapper .widget_shopping_cart .botiga-quantity-minus {
  font-size: 1.25rem;
}

div.editor-styles-wrapper .widget_shopping_cart .mini_cart_item a:nth-child(2) {
  line-height: 1.4;
}

div.editor-styles-wrapper .widget_shopping_cart .woocommerce-mini-cart__empty-message {
  padding: 30px;
}

div.editor-styles-wrapper .widget_shopping_cart .widgettitle {
  font-size: 24px;
  font-size: 1.5rem;
  padding: 0 30px 30px;
  margin: 0;
  position: relative;
}

div.editor-styles-wrapper .widget_shopping_cart .widgettitle:after {
  content: '';
  position: absolute;
  width: calc(100% - 60px);
  height: 1px;
  bottom: 0;
  left: 30px;
  background-color: #eee;
}

div.editor-styles-wrapper .widget_shopping_cart .widget_shopping_cart_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

div.editor-styles-wrapper .widget_shopping_cart .widget_shopping_cart_content .product_list_widget {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

div.editor-styles-wrapper .widget_shopping_cart .widget_shopping_cart_content .botiga-woocommerce-mini-cart__cross-sell {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

div.editor-styles-wrapper .widget_shopping_cart .widget_shopping_cart_content .woocommerce-mini-cart__total {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}

div.editor-styles-wrapper .widget_shopping_cart .widget_shopping_cart_content .woocommerce-mini-cart__buttons {
  -webkit-box-ordinal-group: 16;
      -ms-flex-order: 15;
          order: 15;
}

div.editor-styles-wrapper .widget_shopping_cart .botiga-woocommerce-mini-cart__cross-sell {
  position: relative;
  padding: 30px;
  margin-top: 10px;
  max-height: 24vh;
  min-height: 224px;
  overflow-y: auto;
}

div.editor-styles-wrapper .widget_shopping_cart .botiga-woocommerce-mini-cart__cross-sell::-webkit-scrollbar {
  width: 4px;
}

div.editor-styles-wrapper .widget_shopping_cart .botiga-woocommerce-mini-cart__cross-sell::-webkit-scrollbar-track {
  background: #e2e2e2;
}

div.editor-styles-wrapper .widget_shopping_cart .botiga-woocommerce-mini-cart__cross-sell::-webkit-scrollbar-thumb {
  background-color: #CCC;
}

div.editor-styles-wrapper .widget_shopping_cart .botiga-woocommerce-mini-cart__cross-sell:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  top: 0;
  left: 0;
  background-color: #eee;
}

div.editor-styles-wrapper .widget_shopping_cart .botiga-woocommerce-mini-cart__cross-sell .onsale {
  font-size: 10px;
  font-size: 0.625rem;
  padding: 4px 7px;
}

div.editor-styles-wrapper .widget_shopping_cart .botiga-woocommerce-mini-cart__cross-sell .botiga-wishlist-button {
  top: 8px;
  right: 8px;
}

div.editor-styles-wrapper .widget_shopping_cart .botiga-woocommerce-mini-cart__cross-sell h2 {
  font-size: 1rem;
  margin-bottom: 19px;
  margin-top: 0;
}

div.editor-styles-wrapper .widget_shopping_cart .botiga-woocommerce-mini-cart__cross-sell .button {
  padding: 11px 13px;
  font-size: 0.7rem;
  min-width: 0;
}

div.editor-styles-wrapper .widget_shopping_cart .botiga-woocommerce-mini-cart__cross-sell .botiga-wishlist-button-tooltip:before,
div.editor-styles-wrapper .widget_shopping_cart .botiga-woocommerce-mini-cart__cross-sell .botiga-wishlist-button-tooltip:after {
  content: none;
}

div.editor-styles-wrapper .widget_shopping_cart .woocommerce-mini-cart__total,
div.editor-styles-wrapper .widget_shopping_cart .woocommerce-mini-cart__buttons {
  background-color: #f5f5f5;
  margin: 0;
  padding: 0 30px;
}

div.editor-styles-wrapper .widget_shopping_cart .woocommerce-mini-cart__total {
  padding-top: 30px;
  padding-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: 600;
}

div.editor-styles-wrapper .widget_shopping_cart .woocommerce-mini-cart__total .woocommerce-Price-amount {
  font-size: 18px;
  font-size: 1.125rem;
}

div.editor-styles-wrapper .widget_shopping_cart .woocommerce-mini-cart__total strong {
  font-weight: 400;
}

div.editor-styles-wrapper .widget_shopping_cart .woocommerce-mini-cart__buttons {
  padding: 30px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

div.editor-styles-wrapper .widget_shopping_cart .woocommerce-mini-cart__buttons:before {
  content: '';
  position: absolute;
  width: calc(100% - 60px);
  height: 1px;
  top: 0;
  left: 30px;
  background-color: #e6e6e6;
}

div.editor-styles-wrapper .widget_shopping_cart .woocommerce-mini-cart__buttons .button.checkout {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 20px;
}

div.editor-styles-wrapper .widget_shopping_cart .woocommerce-mini-cart__buttons .button:not(.checkout) {
  font-size: 16px;
  font-size: 1rem;
  text-align: center;
  margin: 0 auto;
  border: 0;
  background: transparent !important;
  text-decoration: underline;
  padding: 0 !important;
}

div.editor-styles-wrapper .sidebar-wrapper .product_list_widget {
  margin: 0;
  padding: 0;
  position: static;
  -webkit-box-shadow: none;
          box-shadow: none;
  max-width: 100%;
}

div.editor-styles-wrapper .sidebar-wrapper .product_list_widget li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 10px;
  padding: 20px 30px 20px 105px;
  min-height: 115px;
  background: transparent;
  position: relative;
  max-width: 100%;
}

div.editor-styles-wrapper .sidebar-wrapper .product_list_widget li:after {
  content: '';
  position: absolute;
  width: calc(100% - 60px);
  height: 1px;
  bottom: 0;
  left: 30px;
  background-color: rgba(33, 33, 33, 0.1);
}

div.editor-styles-wrapper .sidebar-wrapper .product_list_widget li:last-of-type {
  padding-bottom: 20px;
}

div.editor-styles-wrapper .sidebar-wrapper .product_list_widget li:last-of-type:after {
  display: none;
}

div.editor-styles-wrapper .sidebar-wrapper .product_list_widget li img {
  width: 62px;
  max-height: 75px;
  position: absolute;
  top: 20px;
  left: 30px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

div.editor-styles-wrapper .sidebar-wrapper .product_list_widget li a.remove {
  width: 18px;
  height: 18px;
  font-size: 16px;
  line-height: 16px;
  background-color: #212121;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  top: 15px;
  left: 22px;
  -webkit-transition: ease transform 300ms;
  transition: ease transform 300ms;
  z-index: 11;
}

div.editor-styles-wrapper .sidebar-wrapper .product_list_widget li a.remove:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

div.editor-styles-wrapper .sidebar-wrapper .product_list_widget li > span {
  display: block;
  font-weight: 600;
  width: 100%;
  font-size: 14px;
  font-size: 0.875rem;
}

div.editor-styles-wrapper .sidebar-wrapper .product_list_widget li span.quantity {
  width: auto;
}

div.editor-styles-wrapper .sidebar-wrapper .product_list_widget li div.quantity {
  height: 35px;
}

@media screen and (min-width: 48em) {
  div.editor-styles-wrapper {
    /**
	 * Header cart
	 */
  }
  .header-elements-left div.editor-styles-wrapper .site-header-cart:hover .widget_shopping_cart, .header-elements-left div.editor-styles-wrapper .site-header-cart.focus .widget_shopping_cart {
    left: 0;
    display: block;
  }
  div.editor-styles-wrapper .site-header-cart:hover .widget_shopping_cart, div.editor-styles-wrapper .site-header-cart.focus .widget_shopping_cart {
    left: auto;
    right: 0;
    display: block;
    visibility: visible;
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
  div.editor-styles-wrapper .site-header-cart .product_list_widget {
    margin: 0;
    padding: 0;
    position: static;
    -webkit-box-shadow: none;
            box-shadow: none;
    max-width: 100%;
  }
  div.editor-styles-wrapper .site-header-cart .product_list_widget::-webkit-scrollbar {
    width: 4px;
  }
  div.editor-styles-wrapper .site-header-cart .product_list_widget::-webkit-scrollbar-track {
    background: #e2e2e2;
  }
  div.editor-styles-wrapper .site-header-cart .product_list_widget::-webkit-scrollbar-thumb {
    background-color: #CCC;
  }
  div.editor-styles-wrapper .site-header-cart .product_list_widget li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    grid-gap: 10px;
    padding: 20px 30px 20px 105px;
    min-height: 115px;
    background: transparent;
    position: relative;
    max-width: 100%;
  }
  div.editor-styles-wrapper .site-header-cart .product_list_widget li:after {
    content: '';
    position: absolute;
    width: calc(100% - 60px);
    height: 1px;
    bottom: 0;
    left: 30px;
    background-color: rgba(33, 33, 33, 0.1);
  }
  div.editor-styles-wrapper .site-header-cart .product_list_widget li:last-of-type {
    padding-bottom: 20px;
  }
  div.editor-styles-wrapper .site-header-cart .product_list_widget li:last-of-type:after {
    display: none;
  }
  div.editor-styles-wrapper .site-header-cart .product_list_widget li img {
    width: 62px;
    max-height: 75px;
    position: absolute;
    top: 20px;
    left: 30px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  div.editor-styles-wrapper .site-header-cart .product_list_widget li a.remove {
    width: 18px;
    height: 18px;
    font-size: 16px;
    line-height: 16px;
    background-color: #212121;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    top: 15px;
    left: 22px;
    -webkit-transition: ease transform 300ms;
    transition: ease transform 300ms;
    z-index: 11;
  }
  div.editor-styles-wrapper .site-header-cart .product_list_widget li a.remove:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  div.editor-styles-wrapper .site-header-cart .product_list_widget li > span {
    display: block;
    font-weight: 600;
    width: 100%;
    font-size: 14px;
    font-size: 0.875rem;
  }
  div.editor-styles-wrapper .site-header-cart .product_list_widget li span.quantity {
    width: auto;
  }
  div.editor-styles-wrapper .site-header-cart .product_list_widget li div.quantity {
    height: 35px;
  }
  div.editor-styles-wrapper .site-header-cart.mini-cart-has-scroll .product_list_widget {
    max-height: 26vh;
    min-height: 260px;
    overflow-y: auto;
  }
}

div.editor-styles-wrapper .price {
  font-weight: 600;
}

div.editor-styles-wrapper .price ins {
  background: transparent;
}

div.editor-styles-wrapper .price del {
  color: #999999;
}

div.editor-styles-wrapper .wc-block-grid__product-onsale,
div.editor-styles-wrapper span.onsale {
  position: absolute;
  background: #212121;
  top: 20px;
  left: 20px;
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: uppercase;
  color: #fff;
  padding: 3px 20px;
  border-radius: 0;
  z-index: 11;
}

.product-list div.editor-styles-wrapper .wc-block-grid__product-onsale, .product-list
div.editor-styles-wrapper span.onsale {
  left: 15px;
}

div.editor-styles-wrapper .woocommerce-breadcrumb {
  margin-bottom: 30px;
  color: #212121;
  opacity: 0.7;
}

div.editor-styles-wrapper .woocommerce-breadcrumb a {
  color: #212121;
}

div.editor-styles-wrapper .product-gallery-summary del .amount {
  opacity: 0.5;
}

div.editor-styles-wrapper .botiga-wishlist-show-on-hover > .loop-image-wrap .botiga-wishlist-button {
  opacity: 0;
  -webkit-transform: translate3d(15px, 0, 0);
          transform: translate3d(15px, 0, 0);
  -webkit-transition: ease transform 300ms, ease opacity 300ms;
  transition: ease transform 300ms, ease opacity 300ms;
}

div.editor-styles-wrapper .botiga-wishlist-show-on-hover:hover > .loop-image-wrap .botiga-wishlist-button {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}

div.editor-styles-wrapper .botiga-wishlist-button {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 35px;
  height: 35px;
  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-radius: 100%;
}

div.editor-styles-wrapper .botiga-wishlist-button.botiga-wishlist-button-tooltip:not(.active):before {
  content: attr(data-botiga-wishlist-tooltip);
  position: absolute;
  top: 50%;
  right: calc( 100% + 15px);
  background: #212121;
  color: #FFF;
  padding: 5px 14px;
  font-size: 0.8rem;
  border-radius: 4px;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
  -webkit-transition: ease opacity 300ms;
  transition: ease opacity 300ms;
}

div.editor-styles-wrapper .botiga-wishlist-button.botiga-wishlist-button-tooltip:not(.active):after {
  content: '';
  position: absolute;
  top: 50%;
  right: calc( 100% + 8px);
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #212121;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
  -webkit-transition: ease opacity 300ms;
  transition: ease opacity 300ms;
}

div.editor-styles-wrapper .botiga-wishlist-button svg path {
  -webkit-transition: ease fill 300ms, ease stroke 300ms;
  transition: ease fill 300ms, ease stroke 300ms;
}

div.editor-styles-wrapper .botiga-wishlist-button:hover.botiga-wishlist-button-tooltip:before, div.editor-styles-wrapper .botiga-wishlist-button:hover.botiga-wishlist-button-tooltip:after {
  opacity: 1;
  visibility: visible;
}

div.editor-styles-wrapper .botiga-wishlist-button-layout3 .botiga-wishlist-button {
  top: auto;
  bottom: 20px;
}

div.editor-styles-wrapper .single-product .botiga-wishlist-wrapper {
  margin-top: 15px;
}

div.editor-styles-wrapper .single-product .botiga-wishlist-wrapper + div,
div.editor-styles-wrapper .single-product .botiga-wishlist-wrapper + form,
div.editor-styles-wrapper .single-product .botiga-wishlist-wrapper + .product_title,
div.editor-styles-wrapper .single-product .botiga-wishlist-wrapper + .price,
div.editor-styles-wrapper .single-product .botiga-wishlist-wrapper + .stock {
  margin-top: 20px;
}

div.editor-styles-wrapper .single-product .botiga-wishlist-wrapper .botiga-wishlist-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  top: 0;
  right: 0;
  width: 100%;
  height: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 0.9rem;
  font-weight: 600;
  border-radius: 0;
  background-color: transparent !important;
}

div.editor-styles-wrapper .single-product .botiga-wishlist-wrapper .botiga-wishlist-button svg {
  width: 17px;
  margin-right: 5px;
}

div.editor-styles-wrapper .botiga-wishlist-wrapper {
  margin-top: 60px;
}

div.editor-styles-wrapper .botiga-wishlist-wrapper .botiga_wishlist_table .botiga-wishlist-row-item {
  -webkit-transition: ease background 300ms, ease opacity 300ms;
  transition: ease background 300ms, ease opacity 300ms;
}

div.editor-styles-wrapper .botiga-wishlist-wrapper .botiga_wishlist_table .botiga-wishlist-row-item.removing {
  background: #e9e9e9;
  opacity: 0.3;
}

div.editor-styles-wrapper .botiga-wishlist-wrapper .botiga_wishlist_table.empty tbody td {
  padding: 20px 0;
  text-align: center;
}

div.editor-styles-wrapper .botiga-wishlist-wrapper .botiga_wishlist_table .botiga-custom-addtocart {
  display: block;
  min-width: 100px;
}

div.editor-styles-wrapper .botiga-wishlist-wrapper .footer-buttons {
  text-align: right;
}

@media (max-width: 767px) {
  div.editor-styles-wrapper .botiga-wishlist-wrapper .botiga_wishlist_table .botiga-wishlist-row-item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  div.editor-styles-wrapper .botiga-wishlist-wrapper .botiga_wishlist_table .botiga-wishlist-row-item td {
    border: 0;
  }
  div.editor-styles-wrapper .botiga-wishlist-wrapper .botiga_wishlist_table .botiga-wishlist-row-item td:before {
    margin-right: 10px;
  }
  div.editor-styles-wrapper .botiga-wishlist-wrapper .botiga_wishlist_table .botiga-wishlist-row-item .product-remove {
    border: 0;
    position: absolute;
    top: 0;
    right: 0;
  }
  div.editor-styles-wrapper .botiga-wishlist-wrapper .botiga_wishlist_table .botiga-wishlist-row-item .product-thumbnail {
    padding-top: 20px;
  }
  div.editor-styles-wrapper .botiga-wishlist-wrapper .botiga_wishlist_table .botiga-wishlist-row-item .product-thumbnail:before {
    content: none;
  }
  div.editor-styles-wrapper .botiga-wishlist-wrapper .botiga_wishlist_table .botiga-wishlist-row-item .product-name {
    text-align: right;
  }
  div.editor-styles-wrapper .botiga-wishlist-wrapper .botiga_wishlist_table .botiga-wishlist-row-item .product-addtocart {
    padding-bottom: 20px;
  }
}

div.editor-styles-wrapper dl.variation {
  font-size: 0.85em;
  margin-bottom: 0;
}

div.editor-styles-wrapper dl.variation:after {
  content: '';
  display: block;
  clear: both;
}

div.editor-styles-wrapper dl.variation dt, div.editor-styles-wrapper dl.variation dd {
  float: left;
}

div.editor-styles-wrapper dl.variation dt {
  clear: both;
}

div.editor-styles-wrapper dl.variation dd {
  margin: 0 5px 0 5px;
}

div.editor-styles-wrapper dl.variation p {
  margin-bottom: 0;
}

div.editor-styles-wrapper .botiga-variations-wrapper select {
  display: none;
}

div.editor-styles-wrapper .botiga-variations-wrapper .botiga-variation-type-image,
div.editor-styles-wrapper .botiga-variations-wrapper .botiga-variation-type-color {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 5px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

div.editor-styles-wrapper .botiga-variations-wrapper .botiga-variation-type-image > a,
div.editor-styles-wrapper .botiga-variations-wrapper .botiga-variation-type-color > a {
  position: relative;
  border: 1px solid #ddd;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2px;
  width: 26px;
  height: 26px;
  border-radius: 100%;
  -webkit-transition: border-color .3s;
  transition: border-color .3s;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

div.editor-styles-wrapper .botiga-variations-wrapper .botiga-variation-type-image > a > span,
div.editor-styles-wrapper .botiga-variations-wrapper .botiga-variation-type-color > a > span {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  text-indent: -9999px;
}

div.editor-styles-wrapper .botiga-variations-wrapper .botiga-variation-type-image > a:hover, div.editor-styles-wrapper .botiga-variations-wrapper .botiga-variation-type-image > a.active,
div.editor-styles-wrapper .botiga-variations-wrapper .botiga-variation-type-color > a:hover,
div.editor-styles-wrapper .botiga-variations-wrapper .botiga-variation-type-color > a.active {
  border-color: #212121;
}

div.editor-styles-wrapper .botiga-variations-wrapper .botiga-variation-type-button,
div.editor-styles-wrapper .botiga-variations-wrapper .botiga-variation-type-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 5px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

div.editor-styles-wrapper .botiga-variations-wrapper .botiga-variation-type-button > a,
div.editor-styles-wrapper .botiga-variations-wrapper .botiga-variation-type-select > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1;
  padding: 10px 15px;
  min-width: 30px;
  min-height: 30px;
  color: #666666;
  border: 2px solid #666666;
  text-align: center;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: ease all 300ms;
  transition: ease all 300ms;
}

div.editor-styles-wrapper .botiga-variations-wrapper .botiga-variation-type-button > a:hover, div.editor-styles-wrapper .botiga-variations-wrapper .botiga-variation-type-button > a.active,
div.editor-styles-wrapper .botiga-variations-wrapper .botiga-variation-type-select > a:hover,
div.editor-styles-wrapper .botiga-variations-wrapper .botiga-variation-type-select > a.active {
  color: #212121;
  border-color: #212121;
}

div.editor-styles-wrapper .botiga-variations-wrapper .botiga-variation-type-button > a:last-child,
div.editor-styles-wrapper .botiga-variations-wrapper .botiga-variation-type-select > a:last-child {
  margin-right: 0;
}

div.editor-styles-wrapper .botiga-variations-wrapper .botiga-variation-type-color > a,
div.editor-styles-wrapper .botiga-variations-wrapper .botiga-variation-type-image > a,
div.editor-styles-wrapper .botiga-variations-wrapper .botiga-variation-type-button > a,
div.editor-styles-wrapper .botiga-variations-wrapper .botiga-variation-type-select > a {
  text-decoration: none;
}

div.editor-styles-wrapper .botiga-variations-wrapper .botiga-variation-type-color > a.disabled,
div.editor-styles-wrapper .botiga-variations-wrapper .botiga-variation-type-image > a.disabled,
div.editor-styles-wrapper .botiga-variations-wrapper .botiga-variation-type-button > a.disabled,
div.editor-styles-wrapper .botiga-variations-wrapper .botiga-variation-type-select > a.disabled {
  position: relative;
  pointer-events: none;
  opacity: 0.5;
}

div.editor-styles-wrapper .botiga-variations-wrapper .botiga-variation-type-color > a.disabled:before, div.editor-styles-wrapper .botiga-variations-wrapper .botiga-variation-type-color > a.disabled:after,
div.editor-styles-wrapper .botiga-variations-wrapper .botiga-variation-type-image > a.disabled:before,
div.editor-styles-wrapper .botiga-variations-wrapper .botiga-variation-type-image > a.disabled:after,
div.editor-styles-wrapper .botiga-variations-wrapper .botiga-variation-type-button > a.disabled:before,
div.editor-styles-wrapper .botiga-variations-wrapper .botiga-variation-type-button > a.disabled:after,
div.editor-styles-wrapper .botiga-variations-wrapper .botiga-variation-type-select > a.disabled:before,
div.editor-styles-wrapper .botiga-variations-wrapper .botiga-variation-type-select > a.disabled:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 10px);
  height: 2px;
  background: red;
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg);
          transform: translate3d(-50%, -50%, 0) rotate(45deg);
}

div.editor-styles-wrapper .botiga-variations-wrapper .botiga-variation-type-color > a.disabled:after,
div.editor-styles-wrapper .botiga-variations-wrapper .botiga-variation-type-image > a.disabled:after,
div.editor-styles-wrapper .botiga-variations-wrapper .botiga-variation-type-button > a.disabled:after,
div.editor-styles-wrapper .botiga-variations-wrapper .botiga-variation-type-select > a.disabled:after {
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
          transform: translate3d(-50%, -50%, 0) rotate(-45deg);
}

div.editor-styles-wrapper .botiga-variations-wrapper .botiga-variation-type-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

div.editor-styles-wrapper .botiga-variations-wrapper .botiga-variation-type-image > a {
  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;
  text-indent: 0;
}

div.editor-styles-wrapper .botiga-variations-wrapper .botiga-variation-type-image > a > span {
  position: relative;
}

div.editor-styles-wrapper .botiga-variations-wrapper .botiga-variation-type-image > a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100%;
}

div.editor-styles-wrapper .botiga-variations-wrapper .botiga-variation-tooltip {
  position: absolute;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-bottom: 5px;
  white-space: nowrap;
  color: #fff;
  background-color: #212121;
  font-size: 12px;
  line-height: 1.5em;
  text-align: center;
  text-indent: 0;
  padding: 4px 10px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all .3s;
  transition: all .3s;
}

div.editor-styles-wrapper .botiga-variations-wrapper .botiga-variation-tooltip:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -5px;
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #212121;
}

div.editor-styles-wrapper .botiga-variations-wrapper .botiga-variation-type-color > a,
div.editor-styles-wrapper .botiga-variations-wrapper .botiga-variation-type-image > a {
  position: relative;
}

div.editor-styles-wrapper .botiga-variations-wrapper .botiga-variation-type-color > a:hover .botiga-variation-tooltip,
div.editor-styles-wrapper .botiga-variations-wrapper .botiga-variation-type-image > a:hover .botiga-variation-tooltip {
  opacity: 1;
  margin-bottom: 10px;
  visibility: visible;
}

div.editor-styles-wrapper .botiga-product-swatches {
  margin-bottom: 0 !important;
}

div.editor-styles-wrapper .botiga-product-swatches .woocommerce-variation-price,
div.editor-styles-wrapper .botiga-product-swatches .woocommerce-variation-description {
  display: none;
}

div.editor-styles-wrapper .botiga-product-swatches .woocommerce-variation-availability p {
  margin: 10px 0 0 0;
}

div.editor-styles-wrapper .botiga-product-swatches .botiga-variations-wrapper {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

div.editor-styles-wrapper .botiga-product-swatches table.variations {
  margin: 0;
}

div.editor-styles-wrapper .botiga-product-swatches table.variations th.label {
  display: none;
}

div.editor-styles-wrapper #wc-stripe-payment-request-button-separator,
div.editor-styles-wrapper #wcpay-payment-request-button-separator {
  width: 100%;
  margin: 20px 0 !important;
}

div.editor-styles-wrapper #wc-stripe-payment-request-wrapper,
div.editor-styles-wrapper #wcpay-payment-request-wrapper {
  width: 100%;
  padding: 0 !important;
}

div.editor-styles-wrapper .botiga-video-ratio {
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 100%;
  padding-top: calc((9/16) * 100%);
}

div.editor-styles-wrapper .botiga-video-ratio embed,
div.editor-styles-wrapper .botiga-video-ratio audio,
div.editor-styles-wrapper .botiga-video-ratio video,
div.editor-styles-wrapper .botiga-video-ratio iframe {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

div.editor-styles-wrapper .botiga-video-ratio-16-9 {
  padding-top: calc((9/16) * 100%);
}

div.editor-styles-wrapper .botiga-video-ratio-9-16 {
  padding-top: calc((16/9) * 100%);
}

div.editor-styles-wrapper .botiga-video-ratio-4-3 {
  padding-top: calc((3/4) * 100%);
}

div.editor-styles-wrapper .botiga-video-ratio-3-2 {
  padding-top: calc((2/3) * 100%);
}

div.editor-styles-wrapper .botiga-video-ratio-1-1 {
  padding-top: 100%;
}

div.editor-styles-wrapper .botiga-video-ratio-auto embed,
div.editor-styles-wrapper .botiga-video-ratio-auto audio,
div.editor-styles-wrapper .botiga-video-ratio-auto video,
div.editor-styles-wrapper .botiga-video-ratio-auto iframe {
  display: block;
  width: 100%;
  max-width: 100%;
}

div.editor-styles-wrapper .botiga-product-video + .loop-image-wrap,
div.editor-styles-wrapper .botiga-product-video + .woocommerce-loop-product__link,
div.editor-styles-wrapper .botiga-product-audio + .loop-image-wrap,
div.editor-styles-wrapper .botiga-product-audio + .woocommerce-loop-product__link {
  display: none !important;
}

div.editor-styles-wrapper .botiga-product-audio audio {
  display: block;
  width: 100%;
  max-width: 100%;
}

div.editor-styles-wrapper .botiga-product-video-gallery .onsale {
  display: none;
}

div.editor-styles-wrapper .botiga-flex-video-thumb {
  position: relative;
}

div.editor-styles-wrapper .botiga-flex-video-thumb:after, div.editor-styles-wrapper .botiga-flex-video-thumb:before {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

div.editor-styles-wrapper .botiga-flex-video-thumb:before {
  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;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  -webkit-transition: all .2s;
  transition: all .2s;
}

div.editor-styles-wrapper .botiga-flex-video-thumb:after {
  border-left: 12px solid #fff;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  margin-left: 1px;
}

@media (max-width: 768px) {
  div.editor-styles-wrapper .botiga-flex-video-thumb:before {
    width: 24px;
    height: 24px;
  }
  div.editor-styles-wrapper .botiga-flex-video-thumb:after {
    border-left-width: 6px;
    border-top-width: 4px;
    border-bottom-width: 4px;
  }
}

div.editor-styles-wrapper .botiga-product-size-chart {
  margin-bottom: 20px;
}

div.editor-styles-wrapper .botiga-product-size-chart-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.9rem;
}

div.editor-styles-wrapper .botiga-product-size-chart-button a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
}

div.editor-styles-wrapper .botiga-product-size-chart-button svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

div.editor-styles-wrapper .botiga-product-size-chart-modal {
  display: none;
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.85);
}

div.editor-styles-wrapper .botiga-product-size-chart-modal-open {
  overflow: hidden;
}

div.editor-styles-wrapper .botiga-product-size-chart-modal-open .botiga-product-size-chart-modal {
  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;
}

div.editor-styles-wrapper .botiga-product-size-chart-modal-inner {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 30px 40px;
  width: 750px;
  max-width: 100%;
  max-height: calc(100% - 100px);
  overflow-y: auto;
  font-size: 14px;
  background-color: #fff;
}

div.editor-styles-wrapper .botiga-product-size-chart-modal-inner > *:last-child {
  margin-bottom: 0;
}

div.editor-styles-wrapper .botiga-product-size-chart-modal-title {
  margin-bottom: 20px;
}

div.editor-styles-wrapper .botiga-product-size-chart-modal-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
}

div.editor-styles-wrapper .botiga-product-size-chart-modal-tabs:empty {
  display: none;
}

div.editor-styles-wrapper .botiga-product-size-chart-modal-tab {
  cursor: pointer;
  margin: 0;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  min-width: 100px;
  max-width: 100%;
  border-bottom: 3px solid #eee;
}

div.editor-styles-wrapper .botiga-product-size-chart-modal-tab.active {
  border-bottom-color: #212121;
}

div.editor-styles-wrapper .botiga-product-size-chart-modal-tables {
  margin-bottom: 30px;
}

div.editor-styles-wrapper .botiga-product-size-chart-modal-table {
  display: none;
  border: 0;
  margin: 0;
  padding: 0;
  text-align: center;
  table-layout: fixed;
}

div.editor-styles-wrapper .botiga-product-size-chart-modal-table.active {
  display: table;
}

div.editor-styles-wrapper .botiga-product-size-chart-modal-table tr,
div.editor-styles-wrapper .botiga-product-size-chart-modal-table th,
div.editor-styles-wrapper .botiga-product-size-chart-modal-table td {
  padding: 7px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

div.editor-styles-wrapper .botiga-product-size-chart-modal-table thead tr,
div.editor-styles-wrapper .botiga-product-size-chart-modal-table thead th {
  border: 0;
  color: #fff;
  background-color: #212121;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

div.editor-styles-wrapper .botiga-product-size-chart-modal-close {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  position: absolute;
  z-index: 1;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  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: 14px;
  line-height: 1em;
  color: #fff;
  background-color: #212121;
}

div.editor-styles-wrapper .botiga-product-size-chart-modal-close svg {
  fill: #fff;
  width: 1em;
  height: 1em;
}

div.editor-styles-wrapper .botiga-product-size-chart-modal-close svg path {
  -webkit-transform: scale(0.75);
          transform: scale(0.75);
}

div.editor-styles-wrapper .botiga-product-size-chart-modal-title {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
}

div.editor-styles-wrapper .botiga-product-size-chart-modal-content > *:last-child {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  div.editor-styles-wrapper .botiga-product-size-chart-modal-inner {
    max-height: 100%;
  }
}

div.editor-styles-wrapper .botiga-product-brand-image {
  max-width: 150px;
}

div.editor-styles-wrapper .botiga-linked-variations {
  position: relative;
  border: 0;
}

div.editor-styles-wrapper .botiga-linked-variations tr,
div.editor-styles-wrapper .botiga-linked-variations th,
div.editor-styles-wrapper .botiga-linked-variations td {
  border: 0;
}

div.editor-styles-wrapper .botiga-linked-variations th {
  width: 125px;
  text-align: left;
  padding-left: 0;
}

div.editor-styles-wrapper .botiga-linked-variations th label {
  vertical-align: middle;
}

div.editor-styles-wrapper .botiga-linked-variations td {
  border: 0;
}

div.editor-styles-wrapper .botiga-variation-type-color > a > span {
  text-indent: -9999px;
}

div.editor-styles-wrapper .botiga-linked-variations-type-color,
div.editor-styles-wrapper .botiga-linked-variations-type-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

div.editor-styles-wrapper .botiga-linked-variations-type-color > a,
div.editor-styles-wrapper .botiga-linked-variations-type-image > a {
  position: relative;
  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;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  border: 1px solid #ddd;
}

div.editor-styles-wrapper .botiga-linked-variations-type-color > a:before,
div.editor-styles-wrapper .botiga-linked-variations-type-image > a:before {
  content: '';
  position: absolute;
  top: -4px;
  right: -4px;
  bottom: -4px;
  left: -4px;
  border: 2px solid transparent;
  border-radius: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
}

div.editor-styles-wrapper .botiga-linked-variations-type-color > a:hover .botiga-linked-variation-tooltip,
div.editor-styles-wrapper .botiga-linked-variations-type-image > a:hover .botiga-linked-variation-tooltip {
  opacity: 1;
  margin-bottom: 15px;
  visibility: visible;
}

div.editor-styles-wrapper .botiga-linked-variations-type-color > a.active:before,
div.editor-styles-wrapper .botiga-linked-variations-type-image > a.active:before {
  border-color: #212121;
}

div.editor-styles-wrapper .botiga-linked-variations-type-color > a img,
div.editor-styles-wrapper .botiga-linked-variations-type-image > a img {
  border-radius: 100%;
}

div.editor-styles-wrapper .botiga-linked-variations-type-button,
div.editor-styles-wrapper .botiga-linked-variations-type-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

div.editor-styles-wrapper .botiga-linked-variations-type-button > a,
div.editor-styles-wrapper .botiga-linked-variations-type-select > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1;
  padding: 10px 15px;
  min-width: 30px;
  min-height: 30px;
  color: #212121;
  border: 2px solid #212121;
  text-align: center;
  cursor: pointer;
  opacity: 0.4;
  overflow: hidden;
  -webkit-transition: all .3s;
  transition: all .3s;
}

div.editor-styles-wrapper .botiga-linked-variations-type-button > a:hover, div.editor-styles-wrapper .botiga-linked-variations-type-button > a.active,
div.editor-styles-wrapper .botiga-linked-variations-type-select > a:hover,
div.editor-styles-wrapper .botiga-linked-variations-type-select > a.active {
  opacity: 1;
  color: #212121;
}

div.editor-styles-wrapper .botiga-linked-variation-tooltip {
  position: absolute;
  left: 50%;
  bottom: 100%;
  font-size: 12px;
  line-height: 1.5em;
  text-align: center;
  text-indent: 0;
  white-space: nowrap;
  padding: 4px 10px;
  margin-bottom: 10px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #fff;
  background-color: #212121;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all .3s;
  transition: all .3s;
}

div.editor-styles-wrapper .botiga-linked-variation-tooltip:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -5px;
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #212121;
}

div.editor-styles-wrapper .botiga-no-products-found-popular-products h2 {
  font-size: 24px;
}

div.editor-styles-wrapper ul.wc-block-grid__products,
div.editor-styles-wrapper ul.products {
  display: grid !important;
  gap: 30px;
  margin: 0;
  padding: 0;
  opacity: 1;
}

div.editor-styles-wrapper ul.wc-block-grid__products.loading,
div.editor-styles-wrapper ul.products.loading {
  opacity: 0.5;
  pointer-events: none;
}

div.editor-styles-wrapper ul.wc-block-grid__products li.wc-block-grid__product,
div.editor-styles-wrapper ul.wc-block-grid__products li.product,
div.editor-styles-wrapper ul.products li.wc-block-grid__product,
div.editor-styles-wrapper ul.products li.product {
  width: 100%;
  max-width: none !important;
  list-style: none;
  position: relative;
  text-align: center;
  position: relative;
  border: none;
}

div.editor-styles-wrapper ul.wc-block-grid__products li.wc-block-grid__product a:empty,
div.editor-styles-wrapper ul.wc-block-grid__products li.product a:empty,
div.editor-styles-wrapper ul.products li.wc-block-grid__product a:empty,
div.editor-styles-wrapper ul.products li.product a:empty {
  display: none;
}

div.editor-styles-wrapper ul.wc-block-grid__products li.wc-block-grid__product img,
div.editor-styles-wrapper ul.wc-block-grid__products li.product img,
div.editor-styles-wrapper ul.products li.wc-block-grid__product img,
div.editor-styles-wrapper ul.products li.product img {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

div.editor-styles-wrapper ul.wc-block-grid__products li.wc-block-grid__product .loop-image-wrap:hover img,
div.editor-styles-wrapper ul.wc-block-grid__products li.product .loop-image-wrap:hover img,
div.editor-styles-wrapper ul.products li.wc-block-grid__product .loop-image-wrap:hover img,
div.editor-styles-wrapper ul.products li.product .loop-image-wrap:hover img {
  opacity: 0.7;
}

div.editor-styles-wrapper ul.wc-block-grid__products li.wc-block-grid__product .col-md-7 > *,
div.editor-styles-wrapper ul.wc-block-grid__products li.wc-block-grid__product .col-md-8 > *,
div.editor-styles-wrapper ul.wc-block-grid__products li.wc-block-grid__product > *,
div.editor-styles-wrapper ul.wc-block-grid__products li.product .col-md-7 > *,
div.editor-styles-wrapper ul.wc-block-grid__products li.product .col-md-8 > *,
div.editor-styles-wrapper ul.wc-block-grid__products li.product > *,
div.editor-styles-wrapper ul.products li.wc-block-grid__product .col-md-7 > *,
div.editor-styles-wrapper ul.products li.wc-block-grid__product .col-md-8 > *,
div.editor-styles-wrapper ul.products li.wc-block-grid__product > *,
div.editor-styles-wrapper ul.products li.product .col-md-7 > *,
div.editor-styles-wrapper ul.products li.product .col-md-8 > *,
div.editor-styles-wrapper ul.products li.product > * {
  margin-top: 0;
  margin-bottom: 12px;
}

div.editor-styles-wrapper ul.wc-block-grid__products li.wc-block-grid__product .col-md-7 > *:last-child,
div.editor-styles-wrapper ul.wc-block-grid__products li.wc-block-grid__product .col-md-8 > *:last-child,
div.editor-styles-wrapper ul.wc-block-grid__products li.wc-block-grid__product > *:last-child,
div.editor-styles-wrapper ul.wc-block-grid__products li.product .col-md-7 > *:last-child,
div.editor-styles-wrapper ul.wc-block-grid__products li.product .col-md-8 > *:last-child,
div.editor-styles-wrapper ul.wc-block-grid__products li.product > *:last-child,
div.editor-styles-wrapper ul.products li.wc-block-grid__product .col-md-7 > *:last-child,
div.editor-styles-wrapper ul.products li.wc-block-grid__product .col-md-8 > *:last-child,
div.editor-styles-wrapper ul.products li.wc-block-grid__product > *:last-child,
div.editor-styles-wrapper ul.products li.product .col-md-7 > *:last-child,
div.editor-styles-wrapper ul.products li.product .col-md-8 > *:last-child,
div.editor-styles-wrapper ul.products li.product > *:last-child {
  margin-bottom: 0 !important;
}

div.editor-styles-wrapper ul.wc-block-grid__products li.wc-block-grid__product svg,
div.editor-styles-wrapper ul.wc-block-grid__products li.product svg,
div.editor-styles-wrapper ul.products li.wc-block-grid__product svg,
div.editor-styles-wrapper ul.products li.product svg {
  fill: #fff;
}

div.editor-styles-wrapper ul.wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-image,
div.editor-styles-wrapper ul.wc-block-grid__products li.product .wc-block-grid__product-image,
div.editor-styles-wrapper ul.products li.wc-block-grid__product .wc-block-grid__product-image,
div.editor-styles-wrapper ul.products li.product .wc-block-grid__product-image {
  margin-bottom: 0;
}

div.editor-styles-wrapper ul.wc-block-grid__products li.wc-block-grid__product .price,
div.editor-styles-wrapper ul.wc-block-grid__products li.wc-block-grid__product .woocommerce-LoopProduct-link,
div.editor-styles-wrapper ul.wc-block-grid__products li.wc-block-grid__product img,
div.editor-styles-wrapper ul.wc-block-grid__products li.product .price,
div.editor-styles-wrapper ul.wc-block-grid__products li.product .woocommerce-LoopProduct-link,
div.editor-styles-wrapper ul.wc-block-grid__products li.product img,
div.editor-styles-wrapper ul.products li.wc-block-grid__product .price,
div.editor-styles-wrapper ul.products li.wc-block-grid__product .woocommerce-LoopProduct-link,
div.editor-styles-wrapper ul.products li.wc-block-grid__product img,
div.editor-styles-wrapper ul.products li.product .price,
div.editor-styles-wrapper ul.products li.product .woocommerce-LoopProduct-link,
div.editor-styles-wrapper ul.products li.product img {
  display: block;
}

div.editor-styles-wrapper ul.wc-block-grid__products li.wc-block-grid__product .wp-block-button__link,
div.editor-styles-wrapper ul.wc-block-grid__products li.wc-block-grid__product .button,
div.editor-styles-wrapper ul.wc-block-grid__products li.product .wp-block-button__link,
div.editor-styles-wrapper ul.wc-block-grid__products li.product .button,
div.editor-styles-wrapper ul.products li.wc-block-grid__product .wp-block-button__link,
div.editor-styles-wrapper ul.products li.wc-block-grid__product .button,
div.editor-styles-wrapper ul.products li.product .wp-block-button__link,
div.editor-styles-wrapper ul.products li.product .button {
  display: table;
  margin: 17px auto 0;
  line-height: 1;
}

div.editor-styles-wrapper ul.wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-title,
div.editor-styles-wrapper ul.wc-block-grid__products li.wc-block-grid__product .woocommerce-loop-product__title,
div.editor-styles-wrapper ul.wc-block-grid__products li.wc-block-grid__product .woocommerce-loop-category__title,
div.editor-styles-wrapper ul.wc-block-grid__products li.wc-block-grid__product .botiga-wc-loop-product__title,
div.editor-styles-wrapper ul.wc-block-grid__products li.product .wc-block-grid__product-title,
div.editor-styles-wrapper ul.wc-block-grid__products li.product .woocommerce-loop-product__title,
div.editor-styles-wrapper ul.wc-block-grid__products li.product .woocommerce-loop-category__title,
div.editor-styles-wrapper ul.wc-block-grid__products li.product .botiga-wc-loop-product__title,
div.editor-styles-wrapper ul.products li.wc-block-grid__product .wc-block-grid__product-title,
div.editor-styles-wrapper ul.products li.wc-block-grid__product .woocommerce-loop-product__title,
div.editor-styles-wrapper ul.products li.wc-block-grid__product .woocommerce-loop-category__title,
div.editor-styles-wrapper ul.products li.wc-block-grid__product .botiga-wc-loop-product__title,
div.editor-styles-wrapper ul.products li.product .wc-block-grid__product-title,
div.editor-styles-wrapper ul.products li.product .woocommerce-loop-product__title,
div.editor-styles-wrapper ul.products li.product .woocommerce-loop-category__title,
div.editor-styles-wrapper ul.products li.product .botiga-wc-loop-product__title {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  word-break: break-word;
  -webkit-transition: ease color 300ms;
  transition: ease color 300ms;
  text-decoration: none;
}

div.editor-styles-wrapper ul.wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-link,
div.editor-styles-wrapper ul.wc-block-grid__products li.product .wc-block-grid__product-link,
div.editor-styles-wrapper ul.products li.wc-block-grid__product .wc-block-grid__product-link,
div.editor-styles-wrapper ul.products li.product .wc-block-grid__product-link {
  text-decoration: none;
}

@media screen and (min-width: 48em) {
  div.editor-styles-wrapper ul.products.columns-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  div.editor-styles-wrapper ul.products.columns-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  div.editor-styles-wrapper ul.products.columns-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  div.editor-styles-wrapper ul.products.columns-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  div.editor-styles-wrapper ul.products.columns-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  div.editor-styles-wrapper ul.products.columns-6 {
    grid-template-columns: repeat(6, 1fr);
  }
  div.editor-styles-wrapper .wc-block-grid.has-1-columns .wc-block-grid__products {
    grid-template-columns: repeat(1, 1fr);
  }
  div.editor-styles-wrapper .wc-block-grid.has-2-columns .wc-block-grid__products {
    grid-template-columns: repeat(2, 1fr);
  }
  div.editor-styles-wrapper .wc-block-grid.has-3-columns .wc-block-grid__products {
    grid-template-columns: repeat(3, 1fr);
  }
  div.editor-styles-wrapper .wc-block-grid.has-4-columns .wc-block-grid__products {
    grid-template-columns: repeat(4, 1fr);
  }
  div.editor-styles-wrapper .wc-block-grid.has-5-columns .wc-block-grid__products {
    grid-template-columns: repeat(5, 1fr);
  }
  div.editor-styles-wrapper .wc-block-grid.has-6-columns .wc-block-grid__products {
    grid-template-columns: repeat(6, 1fr);
  }
}

@media screen and (max-width: 991px) {
  div.editor-styles-wrapper .shop-columns-tablet-1 ul.products,
  div.editor-styles-wrapper .shop-columns-tablet-1 .wc-block-grid .wc-block-grid__products {
    grid-template-columns: repeat(1, 1fr);
  }
  div.editor-styles-wrapper .shop-columns-tablet-2 ul.products,
  div.editor-styles-wrapper .shop-columns-tablet-2 .wc-block-grid .wc-block-grid__products {
    grid-template-columns: repeat(2, 1fr);
  }
  div.editor-styles-wrapper .shop-columns-tablet-3 ul.products,
  div.editor-styles-wrapper .shop-columns-tablet-3 .wc-block-grid .wc-block-grid__products {
    grid-template-columns: repeat(3, 1fr);
  }
  div.editor-styles-wrapper .shop-columns-tablet-4 ul.products,
  div.editor-styles-wrapper .shop-columns-tablet-4 .wc-block-grid .wc-block-grid__products {
    grid-template-columns: repeat(4, 1fr);
  }
  div.editor-styles-wrapper .shop-columns-tablet-5 ul.products,
  div.editor-styles-wrapper .shop-columns-tablet-5 .wc-block-grid .wc-block-grid__products {
    grid-template-columns: repeat(5, 1fr);
  }
  div.editor-styles-wrapper .shop-columns-tablet-6 ul.products,
  div.editor-styles-wrapper .shop-columns-tablet-6 .wc-block-grid .wc-block-grid__products {
    grid-template-columns: repeat(6, 1fr);
  }
}

@media screen and (max-width: 719px) {
  div.editor-styles-wrapper .shop-columns-mobile-1 ul.products,
  div.editor-styles-wrapper .shop-columns-mobile-1 .wc-block-grid .wc-block-grid__products {
    grid-template-columns: repeat(1, 1fr);
  }
  div.editor-styles-wrapper .shop-columns-mobile-2 ul.products,
  div.editor-styles-wrapper .shop-columns-mobile-2 .wc-block-grid .wc-block-grid__products {
    grid-template-columns: repeat(2, 1fr);
  }
  div.editor-styles-wrapper .shop-columns-mobile-3 ul.products,
  div.editor-styles-wrapper .shop-columns-mobile-3 .wc-block-grid .wc-block-grid__products {
    grid-template-columns: repeat(3, 1fr);
  }
  div.editor-styles-wrapper .shop-columns-mobile-4 ul.products,
  div.editor-styles-wrapper .shop-columns-mobile-4 .wc-block-grid .wc-block-grid__products {
    grid-template-columns: repeat(4, 1fr);
  }
  div.editor-styles-wrapper .shop-columns-mobile-5 ul.products,
  div.editor-styles-wrapper .shop-columns-mobile-5 .wc-block-grid .wc-block-grid__products {
    grid-template-columns: repeat(5, 1fr);
  }
  div.editor-styles-wrapper .shop-columns-mobile-6 ul.products,
  div.editor-styles-wrapper .shop-columns-mobile-6 .wc-block-grid .wc-block-grid__products {
    grid-template-columns: repeat(6, 1fr);
  }
}

div.editor-styles-wrapper .woocommerce-pagination {
  clear: both;
}

div.editor-styles-wrapper .woocommerce-sorting-wrapper {
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

@media (min-width: 768px) {
  div.editor-styles-wrapper .woocommerce-sorting-wrapper > .row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

div.editor-styles-wrapper .woocommerce-sorting-wrapper p {
  margin: 0;
}

div.editor-styles-wrapper .woocommerce-sorting-wrapper select {
  border: 0;
  padding: 10px 25px 10px 20px;
  max-width: 220px;
  min-height: auto;
}

div.editor-styles-wrapper .product-list ul.products {
  grid-template-columns: 1fr;
}

div.editor-styles-wrapper .product-list ul.products li.product {
  width: 100% !important;
  margin-right: 0;
}

div.editor-styles-wrapper .product-list ul.products li.product .loop-image-wrap {
  margin: 0;
}

div.editor-styles-wrapper .product-list ul.products li.product .loop-button-wrap.button-layout4 {
  position: absolute;
  bottom: 15px;
  left: 15px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: ease opacity 300ms, ease visibility 300ms;
  transition: ease opacity 300ms, ease visibility 300ms;
  z-index: 3;
}

div.editor-styles-wrapper .product-list ul.products li.product:hover .loop-button-wrap.button-layout4 {
  opacity: 1;
  visibility: visible;
}

@media (min-width: 768px) {
  div.editor-styles-wrapper .product-list ul.products li.product .row .col-md-8 {
    padding-left: 40px;
  }
}

div.editor-styles-wrapper .loop-button-wrap.button-layout4 .ws-svg-icon {
  width: 24px;
  height: 24px;
}

div.editor-styles-wrapper .loop-button-wrap.button-layout4 .button,
div.editor-styles-wrapper .loop-button-wrap.button-layout4 .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
  margin-left: 0 !important;
}

div.editor-styles-wrapper .loop-price-inline {
  text-align: right;
}

div.editor-styles-wrapper .loop-image-wrap {
  position: relative;
  overflow: hidden;
}

div.editor-styles-wrapper .related.products ul.products li.product:hover .button-layout4,
div.editor-styles-wrapper .upsells.products ul.products li.product:hover .button-layout4,
div.editor-styles-wrapper .product-grid ul.products li.product:hover .button-layout4 {
  opacity: 1;
}

div.editor-styles-wrapper .related.products .button-layout4,
div.editor-styles-wrapper .upsells.products .button-layout4,
div.editor-styles-wrapper .product-grid .button-layout4 {
  position: absolute;
  width: 100%;
  bottom: 10px;
  left: 10px;
  opacity: 0;
  -webkit-transition: ease opacity 300ms, ease visibility 300ms, ease transform 300ms;
  transition: ease opacity 300ms, ease visibility 300ms, ease transform 300ms;
  z-index: 3;
}

div.editor-styles-wrapper .button-layout3 a,
div.editor-styles-wrapper .button-layout4 a {
  margin-top: 0 !important;
}

div.editor-styles-wrapper .button-layout3 .wc-forward {
  margin-left: 5px;
}

div.editor-styles-wrapper .button-layout2 .wc-forward {
  margin-top: 8px;
  display: block;
}

div.editor-styles-wrapper ul.wc-block-grid__products li.wc-block-grid__product .button-layout3 .wp-block-button,
div.editor-styles-wrapper ul.wc-block-grid__products li.wc-block-grid__product .button-layout4 .wp-block-button {
  margin-bottom: 0;
}

div.editor-styles-wrapper ul.wc-block-grid__products li.wc-block-grid__product:hover .button-layout3 {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
}

div.editor-styles-wrapper ul.wc-block-grid__products li.wc-block-grid__product:hover .button-layout4 {
  opacity: 1;
}

div.editor-styles-wrapper .wc-block-grid.has-4-columns .wc-block-grid__product, div.editor-styles-wrapper .wc-block-grid.has-5-columns .wc-block-grid__product, div.editor-styles-wrapper .wc-block-grid.has-6-columns .wc-block-grid__product {
  font-size: 1em !important;
}

div.editor-styles-wrapper .wc-block-grid__product-link {
  display: block;
}

div.editor-styles-wrapper .price {
  font-weight: 600;
}

div.editor-styles-wrapper .price ins {
  background-color: transparent;
}

div.editor-styles-wrapper .price del {
  margin-right: 6px;
  font-weight: 400;
}

div.editor-styles-wrapper ul.products li.product-category mark {
  background: none;
  color: inherit;
}

div.editor-styles-wrapper .product-category-item-layout1 ul.products li.product-category .woocommerce-loop-category__title {
  margin-top: 15px;
}

div.editor-styles-wrapper .product-category-item-layout2 ul.products li.product-category a {
  position: relative;
  display: block;
}

div.editor-styles-wrapper .product-category-item-layout2 ul.products li.product-category .woocommerce-loop-category__title {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.6);
  padding: 20px;
  margin: 0;
}

div.editor-styles-wrapper .product-category-item-layout3 ul.products li.product-category a {
  position: relative;
  display: block;
  overflow: hidden;
}

div.editor-styles-wrapper .product-category-item-layout3 ul.products li.product-category .woocommerce-loop-category__title {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 20px;
  margin: 0;
  color: #FFF;
  z-index: 1;
}

div.editor-styles-wrapper .product-category-item-layout3 ul.products li.product-category .woocommerce-loop-category__title:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 0;
  width: 100%;
  -webkit-box-shadow: 0px 0px 60px 60px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 0px 60px 60px rgba(0, 0, 0, 0.5);
  z-index: -1;
}

div.editor-styles-wrapper .product-category-item-layout4 ul.products li.product-category a {
  position: relative;
  display: block;
}

div.editor-styles-wrapper .product-category-item-layout4 ul.products li.product-category .woocommerce-loop-category__title {
  position: absolute;
  left: 0;
  bottom: 0;
  width: calc( 100% - 30px);
  background: #FFF;
  padding: 20px;
  margin: 0 0 15px 15px;
}

div.editor-styles-wrapper .product-category-item-layout5 ul.products li.product-category a {
  position: relative;
  display: block;
  overflow: hidden;
}

div.editor-styles-wrapper .product-category-item-layout5 ul.products li.product-category a:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 0;
}

div.editor-styles-wrapper .product-category-item-layout5 ul.products li.product-category .woocommerce-loop-category__title {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: 0;
  color: #FFF;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  z-index: 1;
}

div.editor-styles-wrapper .botiga-grid-list-view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

div.editor-styles-wrapper .botiga-grid-list-view a {
  opacity: 0.3;
  padding: 6px;
  color: #212121;
  -webkit-transition: all .2s;
  transition: all .2s;
}

div.editor-styles-wrapper .botiga-grid-list-view a:hover, div.editor-styles-wrapper .botiga-grid-list-view a:focus, div.editor-styles-wrapper .botiga-grid-list-view a:active {
  opacity: 0.6;
  color: #212121;
}

div.editor-styles-wrapper .botiga-grid-list-view a svg {
  font-size: 18px;
  line-height: 1.68;
  color: currentColor;
  fill: currentColor;
}

div.editor-styles-wrapper .botiga-grid-list-view a.active {
  opacity: 1;
}

div.editor-styles-wrapper .botiga-grid-list-view svg {
  display: block;
  width: 1em;
  height: 1em;
  margin-top: -1px;
}

div.editor-styles-wrapper .botiga-sorting-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

div.editor-styles-wrapper .botiga-sorting-left-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  grid-gap: 10px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

div.editor-styles-wrapper .botiga-sorting-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: right;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

div.editor-styles-wrapper .botiga-sorting-right-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  grid-gap: 10px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

div.editor-styles-wrapper .product-equal-height ul.wc-block-grid__products li.wc-block-grid__product,
div.editor-styles-wrapper .product-equal-height ul.wc-block-grid__products li.product,
div.editor-styles-wrapper .product-equal-height ul.products li.wc-block-grid__product,
div.editor-styles-wrapper .product-equal-height ul.products li.product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

div.editor-styles-wrapper .product-equal-height ul.wc-block-grid__products li.wc-block-grid__product .loop-button-wrap,
div.editor-styles-wrapper .product-equal-height ul.wc-block-grid__products li.product .loop-button-wrap,
div.editor-styles-wrapper .product-equal-height ul.products li.wc-block-grid__product .loop-button-wrap,
div.editor-styles-wrapper .product-equal-height ul.products li.product .loop-button-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

div.editor-styles-wrapper .product-equal-height ul.wc-block-grid__products li.wc-block-grid__product .variations_form,
div.editor-styles-wrapper .product-equal-height ul.wc-block-grid__products li.product .variations_form,
div.editor-styles-wrapper .product-equal-height ul.products li.wc-block-grid__product .variations_form,
div.editor-styles-wrapper .product-equal-height ul.products li.product .variations_form {
  margin-bottom: 7px;
}

div.editor-styles-wrapper .botiga-pagination-ppp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1em;
}

div.editor-styles-wrapper .botiga-pagination-ppp ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

div.editor-styles-wrapper .botiga-pagination-ppp ul li {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

div.editor-styles-wrapper .botiga-pagination-ppp ul li:not(:last-child):after {
  content: "/";
  margin-left: 4px;
  margin-right: 4px;
}

div.editor-styles-wrapper .botiga-pagination-ppp ul li.active {
  opacity: 0.5;
}

div.editor-styles-wrapper ul.products li.product .quantity,
div.editor-styles-wrapper ul.products li.wc-block-grid__product .quantity,
div.editor-styles-wrapper ul.wc-block-grid__products li.product .quantity,
div.editor-styles-wrapper ul.wc-block-grid__products li.wc-block-grid__product .quantity {
  margin: 0;
  width: 90px;
  height: auto;
}

div.editor-styles-wrapper ul.products li.product .quantity .botiga-quantity-plus,
div.editor-styles-wrapper ul.products li.product .quantity .botiga-quantity-minus,
div.editor-styles-wrapper ul.products li.wc-block-grid__product .quantity .botiga-quantity-plus,
div.editor-styles-wrapper ul.products li.wc-block-grid__product .quantity .botiga-quantity-minus,
div.editor-styles-wrapper ul.wc-block-grid__products li.product .quantity .botiga-quantity-plus,
div.editor-styles-wrapper ul.wc-block-grid__products li.product .quantity .botiga-quantity-minus,
div.editor-styles-wrapper ul.wc-block-grid__products li.wc-block-grid__product .quantity .botiga-quantity-plus,
div.editor-styles-wrapper ul.wc-block-grid__products li.wc-block-grid__product .quantity .botiga-quantity-minus {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  font-size: 1.2em;
  padding: 0;
}

div.editor-styles-wrapper ul.products li.product .button-with-quantity,
div.editor-styles-wrapper ul.products li.wc-block-grid__product .button-with-quantity,
div.editor-styles-wrapper ul.wc-block-grid__products li.product .button-with-quantity,
div.editor-styles-wrapper ul.wc-block-grid__products li.wc-block-grid__product .button-with-quantity {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  grid-gap: 10px;
}

div.editor-styles-wrapper ul.products li.product .button-with-quantity .quantity .botiga-quantity-plus,
div.editor-styles-wrapper ul.products li.product .button-with-quantity .quantity .botiga-quantity-minus,
div.editor-styles-wrapper ul.products li.wc-block-grid__product .button-with-quantity .quantity .botiga-quantity-plus,
div.editor-styles-wrapper ul.products li.wc-block-grid__product .button-with-quantity .quantity .botiga-quantity-minus,
div.editor-styles-wrapper ul.wc-block-grid__products li.product .button-with-quantity .quantity .botiga-quantity-plus,
div.editor-styles-wrapper ul.wc-block-grid__products li.product .button-with-quantity .quantity .botiga-quantity-minus,
div.editor-styles-wrapper ul.wc-block-grid__products li.wc-block-grid__product .button-with-quantity .quantity .botiga-quantity-plus,
div.editor-styles-wrapper ul.wc-block-grid__products li.wc-block-grid__product .button-with-quantity .quantity .botiga-quantity-minus {
  font-size: 1.2em;
  padding: 0;
}

div.editor-styles-wrapper ul.products li.product .button-with-quantity .wc-forward,
div.editor-styles-wrapper ul.products li.wc-block-grid__product .button-with-quantity .wc-forward,
div.editor-styles-wrapper ul.wc-block-grid__products li.product .button-with-quantity .wc-forward,
div.editor-styles-wrapper ul.wc-block-grid__products li.wc-block-grid__product .button-with-quantity .wc-forward {
  width: 100%;
}

div.editor-styles-wrapper ul.products li.product .button-with-quantity .button,
div.editor-styles-wrapper ul.products li.wc-block-grid__product .button-with-quantity .button,
div.editor-styles-wrapper ul.wc-block-grid__products li.product .button-with-quantity .button,
div.editor-styles-wrapper ul.wc-block-grid__products li.wc-block-grid__product .button-with-quantity .button {
  margin: 0;
}

div.editor-styles-wrapper ul.products .button-layout2.button-with-quantity,
div.editor-styles-wrapper ul.wc-block-grid__products .button-layout2.button-with-quantity {
  margin-top: 10px;
}

div.editor-styles-wrapper ul.products .button-layout3.button-with-quantity,
div.editor-styles-wrapper ul.wc-block-grid__products .button-layout3.button-with-quantity {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -55px;
}

div.editor-styles-wrapper ul.products .button-layout3.button-with-quantity .quantity,
div.editor-styles-wrapper ul.wc-block-grid__products .button-layout3.button-with-quantity .quantity {
  height: 45px;
}

div.editor-styles-wrapper ul.products .button-layout4.button-with-quantity,
div.editor-styles-wrapper ul.wc-block-grid__products .button-layout4.button-with-quantity {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

div.editor-styles-wrapper ul.products .botiga-add-to-cart-button-layout3.botiga-quick-view-button-layout3 .button-layout3.button-with-quantity,
div.editor-styles-wrapper ul.wc-block-grid__products .botiga-add-to-cart-button-layout3.botiga-quick-view-button-layout3 .button-layout3.button-with-quantity {
  margin-top: 0;
}

div.editor-styles-wrapper ul.products .botiga-add-to-cart-button-layout3.botiga-quick-view-button-layout2 .quantity,
div.editor-styles-wrapper ul.wc-block-grid__products .botiga-add-to-cart-button-layout3.botiga-quick-view-button-layout2 .quantity {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  height: 45px;
  width: 100px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate3d(-50%, 20%, 0);
          transform: translate3d(-50%, 20%, 0);
  -webkit-transition: all .3s;
  transition: all .3s;
}

div.editor-styles-wrapper ul.products .botiga-add-to-cart-button-layout3.botiga-quick-view-button-layout2 .quantity + .add_to_cart_button,
div.editor-styles-wrapper ul.wc-block-grid__products .botiga-add-to-cart-button-layout3.botiga-quick-view-button-layout2 .quantity + .add_to_cart_button {
  -webkit-transform: translate3d(-50%, 100%, 0);
          transform: translate3d(-50%, 100%, 0);
}

div.editor-styles-wrapper ul.products .botiga-add-to-cart-button-layout3.botiga-quick-view-button-layout2:hover .quantity,
div.editor-styles-wrapper ul.wc-block-grid__products .botiga-add-to-cart-button-layout3.botiga-quick-view-button-layout2:hover .quantity {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate3d(-50%, 35%, 0);
          transform: translate3d(-50%, 35%, 0);
}

div.editor-styles-wrapper ul.products .botiga-add-to-cart-button-layout3.botiga-quick-view-button-layout2:hover .quantity + .add_to_cart_button,
div.editor-styles-wrapper ul.wc-block-grid__products .botiga-add-to-cart-button-layout3.botiga-quick-view-button-layout2:hover .quantity + .add_to_cart_button {
  -webkit-transform: translate3d(-50%, 120%, 0);
          transform: translate3d(-50%, 120%, 0);
}

div.editor-styles-wrapper ul.products .botiga-add-to-cart-button-layout4.botiga-quick-view-button-layout3 .quantity,
div.editor-styles-wrapper ul.wc-block-grid__products .botiga-add-to-cart-button-layout4.botiga-quick-view-button-layout3 .quantity {
  position: absolute;
  z-index: 1;
  top: auto;
  left: 100px;
  bottom: 55px;
  height: 55px;
  width: 100px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s;
  transition: all .3s;
}

div.editor-styles-wrapper ul.products .botiga-add-to-cart-button-layout4.botiga-quick-view-button-layout3:hover .quantity,
div.editor-styles-wrapper ul.wc-block-grid__products .botiga-add-to-cart-button-layout4.botiga-quick-view-button-layout3:hover .quantity {
  opacity: 1;
  visibility: visible;
}

div.editor-styles-wrapper ul.products.columns-4 li.product .button-with-quantity.button-layout2 .quantity, div.editor-styles-wrapper ul.products.columns-5 li.product .button-with-quantity.button-layout2 .quantity, div.editor-styles-wrapper ul.products.columns-6 li.product .button-with-quantity.button-layout2 .quantity,
div.editor-styles-wrapper ul.wc-block-grid__products.columns-4 li.product .button-with-quantity.button-layout2 .quantity,
div.editor-styles-wrapper ul.wc-block-grid__products.columns-5 li.product .button-with-quantity.button-layout2 .quantity,
div.editor-styles-wrapper ul.wc-block-grid__products.columns-6 li.product .button-with-quantity.button-layout2 .quantity {
  max-width: 100%;
  height: 45px;
}

div.editor-styles-wrapper ul.products.columns-4 li.product .button-with-quantity.button-layout2 .button, div.editor-styles-wrapper ul.products.columns-5 li.product .button-with-quantity.button-layout2 .button, div.editor-styles-wrapper ul.products.columns-6 li.product .button-with-quantity.button-layout2 .button,
div.editor-styles-wrapper ul.wc-block-grid__products.columns-4 li.product .button-with-quantity.button-layout2 .button,
div.editor-styles-wrapper ul.wc-block-grid__products.columns-5 li.product .button-with-quantity.button-layout2 .button,
div.editor-styles-wrapper ul.wc-block-grid__products.columns-6 li.product .button-with-quantity.button-layout2 .button {
  width: 100%;
  text-align: center;
}

div.editor-styles-wrapper ul.products.columns-4 li.product .button-layout2 .button, div.editor-styles-wrapper ul.products.columns-5 li.product .button-layout2 .button, div.editor-styles-wrapper ul.products.columns-6 li.product .button-layout2 .button,
div.editor-styles-wrapper ul.wc-block-grid__products.columns-4 li.product .button-layout2 .button,
div.editor-styles-wrapper ul.wc-block-grid__products.columns-5 li.product .button-layout2 .button,
div.editor-styles-wrapper ul.wc-block-grid__products.columns-6 li.product .button-layout2 .button {
  width: 100%;
  text-align: center;
  margin: 0;
}

@-webkit-keyframes rotateAnim {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotateAnim {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

div.editor-styles-wrapper .button.botiga-quick-view.botiga-quick-view-layout2 {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 145px;
  text-align: center;
  opacity: 0;
  margin-top: 0 !important;
  visibility: hidden;
  white-space: nowrap;
  -webkit-transform: translate3d(-50%, -40%, 0);
          transform: translate3d(-50%, -40%, 0);
  -webkit-transition: ease opacity 300ms, ease visibility 300ms, ease transform 300ms;
  transition: ease opacity 300ms, ease visibility 300ms, ease transform 300ms;
  z-index: 3;
}

div.editor-styles-wrapper .button.botiga-quick-view.botiga-quick-view-layout3 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  margin-top: 0 !important;
  text-align: center;
  border-radius: 0 !important;
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
  -webkit-transition: ease transform 300ms;
  transition: ease transform 300ms;
  z-index: 3;
}

div.editor-styles-wrapper .loop-image-wrap > .add_to_cart_button,
div.editor-styles-wrapper .loop-image-wrap > .product_type_variable,
div.editor-styles-wrapper .loop-image-wrap > .product_type_grouped,
div.editor-styles-wrapper .loop-image-wrap > .product_type_external,
div.editor-styles-wrapper .loop-image-wrap > .loop-button-wrap.button-layout3 {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 145px;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  white-space: nowrap;
  -webkit-transform: translate3d(-50%, -10%, 0);
          transform: translate3d(-50%, -10%, 0);
  -webkit-transition: ease opacity 300ms, ease visibility 300ms, ease transform 300ms;
  transition: ease opacity 300ms, ease visibility 300ms, ease transform 300ms;
}

div.editor-styles-wrapper .loop-image-wrap > .add_to_cart_button + .botiga-quick-view-layout2,
div.editor-styles-wrapper .loop-image-wrap > .product_type_variable + .botiga-quick-view-layout2,
div.editor-styles-wrapper .loop-image-wrap > .product_type_grouped + .botiga-quick-view-layout2,
div.editor-styles-wrapper .loop-image-wrap > .product_type_external + .botiga-quick-view-layout2,
div.editor-styles-wrapper .loop-image-wrap > .loop-button-wrap.button-layout3 + .botiga-quick-view-layout2 {
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
}

div.editor-styles-wrapper .loop-image-wrap > .loop-button-wrap.button-layout3 {
  z-index: 3;
}

div.editor-styles-wrapper .loop-image-wrap > .loop-button-wrap.button-layout3 .add_to_cart_button {
  min-width: 145px;
  text-align: center;
}

div.editor-styles-wrapper .loop-image-wrap.botiga-add-to-cart-button-layout4.botiga-quick-view-button-layout3 > .add_to_cart_button,
div.editor-styles-wrapper .loop-image-wrap.botiga-add-to-cart-button-layout4.botiga-quick-view-button-layout3 > .product_type_variable,
div.editor-styles-wrapper .loop-image-wrap.botiga-add-to-cart-button-layout4.botiga-quick-view-button-layout3 > .product_type_grouped,
div.editor-styles-wrapper .loop-image-wrap.botiga-add-to-cart-button-layout4.botiga-quick-view-button-layout3 > .product_type_external,
div.editor-styles-wrapper .loop-image-wrap.botiga-add-to-cart-button-layout4.botiga-quick-view-button-layout3 > .loop-button-wrap.button-layout4 {
  top: auto;
  left: 15px;
  bottom: 55px;
  min-width: 0;
  -webkit-transform: none !important;
          transform: none !important;
}

div.editor-styles-wrapper .loop-image-wrap.botiga-add-to-cart-button-layout4.botiga-quick-view-button-layout3 > .add_to_cart_button .ws-svg-icon,
div.editor-styles-wrapper .loop-image-wrap.botiga-add-to-cart-button-layout4.botiga-quick-view-button-layout3 > .product_type_variable .ws-svg-icon,
div.editor-styles-wrapper .loop-image-wrap.botiga-add-to-cart-button-layout4.botiga-quick-view-button-layout3 > .product_type_grouped .ws-svg-icon,
div.editor-styles-wrapper .loop-image-wrap.botiga-add-to-cart-button-layout4.botiga-quick-view-button-layout3 > .product_type_external .ws-svg-icon,
div.editor-styles-wrapper .loop-image-wrap.botiga-add-to-cart-button-layout4.botiga-quick-view-button-layout3 > .loop-button-wrap.button-layout4 .ws-svg-icon {
  width: 25px;
  height: 25px;
}

div.editor-styles-wrapper .loop-image-wrap.botiga-add-to-cart-button-layout3.botiga-quick-view-button-layout2 > .button:not(.botiga-quick-view) {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 145px;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  white-space: nowrap;
  -webkit-transform: translate3d(-50%, -10%, 0);
          transform: translate3d(-50%, -10%, 0);
  -webkit-transition: ease opacity 300ms, ease visibility 300ms, ease transform 300ms;
  transition: ease opacity 300ms, ease visibility 300ms, ease transform 300ms;
  z-index: 3;
}

div.editor-styles-wrapper ul.products li.product .botiga-add-to-cart-button-layout1.botiga-quick-view-button-layout2:hover .botiga-quick-view,
div.editor-styles-wrapper ul.products li.product .botiga-add-to-cart-button-layout2.botiga-quick-view-button-layout2:hover .botiga-quick-view,
div.editor-styles-wrapper ul.products li.wc-block-grid__product .botiga-add-to-cart-button-layout1.botiga-quick-view-button-layout2:hover .botiga-quick-view,
div.editor-styles-wrapper ul.products li.wc-block-grid__product .botiga-add-to-cart-button-layout2.botiga-quick-view-button-layout2:hover .botiga-quick-view,
div.editor-styles-wrapper ul.wc-block-grid__products li.product .botiga-add-to-cart-button-layout1.botiga-quick-view-button-layout2:hover .botiga-quick-view,
div.editor-styles-wrapper ul.wc-block-grid__products li.product .botiga-add-to-cart-button-layout2.botiga-quick-view-button-layout2:hover .botiga-quick-view,
div.editor-styles-wrapper ul.wc-block-grid__products li.wc-block-grid__product .botiga-add-to-cart-button-layout1.botiga-quick-view-button-layout2:hover .botiga-quick-view,
div.editor-styles-wrapper ul.wc-block-grid__products li.wc-block-grid__product .botiga-add-to-cart-button-layout2.botiga-quick-view-button-layout2:hover .botiga-quick-view {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
}

div.editor-styles-wrapper ul.products li.product .botiga-add-to-cart-button-layout3.botiga-quick-view-button-layout2:hover .botiga-quick-view,
div.editor-styles-wrapper ul.products li.wc-block-grid__product .botiga-add-to-cart-button-layout3.botiga-quick-view-button-layout2:hover .botiga-quick-view,
div.editor-styles-wrapper ul.wc-block-grid__products li.product .botiga-add-to-cart-button-layout3.botiga-quick-view-button-layout2:hover .botiga-quick-view,
div.editor-styles-wrapper ul.wc-block-grid__products li.wc-block-grid__product .botiga-add-to-cart-button-layout3.botiga-quick-view-button-layout2:hover .botiga-quick-view {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate3d(-50%, -75%, 0);
          transform: translate3d(-50%, -75%, 0);
}

div.editor-styles-wrapper ul.products li.product .botiga-quick-view-button-layout3:hover .botiga-quick-view,
div.editor-styles-wrapper ul.products li.wc-block-grid__product .botiga-quick-view-button-layout3:hover .botiga-quick-view,
div.editor-styles-wrapper ul.wc-block-grid__products li.product .botiga-quick-view-button-layout3:hover .botiga-quick-view,
div.editor-styles-wrapper ul.wc-block-grid__products li.wc-block-grid__product .botiga-quick-view-button-layout3:hover .botiga-quick-view {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

div.editor-styles-wrapper ul.products li.product .loop-image-wrap:hover > .add_to_cart_button,
div.editor-styles-wrapper ul.products li.product .loop-image-wrap:hover > .product_type_variable,
div.editor-styles-wrapper ul.products li.product .loop-image-wrap:hover > .product_type_grouped,
div.editor-styles-wrapper ul.products li.product .loop-image-wrap:hover > .product_type_external,
div.editor-styles-wrapper ul.products li.product .loop-image-wrap:hover > .loop-button-wrap.button-layout3,
div.editor-styles-wrapper ul.products li.wc-block-grid__product .loop-image-wrap:hover > .add_to_cart_button,
div.editor-styles-wrapper ul.products li.wc-block-grid__product .loop-image-wrap:hover > .product_type_variable,
div.editor-styles-wrapper ul.products li.wc-block-grid__product .loop-image-wrap:hover > .product_type_grouped,
div.editor-styles-wrapper ul.products li.wc-block-grid__product .loop-image-wrap:hover > .product_type_external,
div.editor-styles-wrapper ul.products li.wc-block-grid__product .loop-image-wrap:hover > .loop-button-wrap.button-layout3,
div.editor-styles-wrapper ul.wc-block-grid__products li.product .loop-image-wrap:hover > .add_to_cart_button,
div.editor-styles-wrapper ul.wc-block-grid__products li.product .loop-image-wrap:hover > .product_type_variable,
div.editor-styles-wrapper ul.wc-block-grid__products li.product .loop-image-wrap:hover > .product_type_grouped,
div.editor-styles-wrapper ul.wc-block-grid__products li.product .loop-image-wrap:hover > .product_type_external,
div.editor-styles-wrapper ul.wc-block-grid__products li.product .loop-image-wrap:hover > .loop-button-wrap.button-layout3,
div.editor-styles-wrapper ul.wc-block-grid__products li.wc-block-grid__product .loop-image-wrap:hover > .add_to_cart_button,
div.editor-styles-wrapper ul.wc-block-grid__products li.wc-block-grid__product .loop-image-wrap:hover > .product_type_variable,
div.editor-styles-wrapper ul.wc-block-grid__products li.wc-block-grid__product .loop-image-wrap:hover > .product_type_grouped,
div.editor-styles-wrapper ul.wc-block-grid__products li.wc-block-grid__product .loop-image-wrap:hover > .product_type_external,
div.editor-styles-wrapper ul.wc-block-grid__products li.wc-block-grid__product .loop-image-wrap:hover > .loop-button-wrap.button-layout3 {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate3d(-50%, 0%, 0);
          transform: translate3d(-50%, 0%, 0);
}

div.editor-styles-wrapper ul.products li.product .loop-image-wrap:hover > .loop-button-wrap.button-layout3 + .botiga-quick-view-layout2,
div.editor-styles-wrapper ul.products li.product .loop-image-wrap:hover > .loop-button-wrap.button-layout4 + .botiga-quick-view-layout2,
div.editor-styles-wrapper ul.products li.wc-block-grid__product .loop-image-wrap:hover > .loop-button-wrap.button-layout3 + .botiga-quick-view-layout2,
div.editor-styles-wrapper ul.products li.wc-block-grid__product .loop-image-wrap:hover > .loop-button-wrap.button-layout4 + .botiga-quick-view-layout2,
div.editor-styles-wrapper ul.wc-block-grid__products li.product .loop-image-wrap:hover > .loop-button-wrap.button-layout3 + .botiga-quick-view-layout2,
div.editor-styles-wrapper ul.wc-block-grid__products li.product .loop-image-wrap:hover > .loop-button-wrap.button-layout4 + .botiga-quick-view-layout2,
div.editor-styles-wrapper ul.wc-block-grid__products li.wc-block-grid__product .loop-image-wrap:hover > .loop-button-wrap.button-layout3 + .botiga-quick-view-layout2,
div.editor-styles-wrapper ul.wc-block-grid__products li.wc-block-grid__product .loop-image-wrap:hover > .loop-button-wrap.button-layout4 + .botiga-quick-view-layout2 {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate3d(-50%, -75%, 0);
          transform: translate3d(-50%, -75%, 0);
}

div.editor-styles-wrapper ul.products li.product .loop-image-wrap:hover.botiga-add-to-cart-button-layout3.botiga-quick-view-button-layout3 > .add_to_cart_button,
div.editor-styles-wrapper ul.products li.product .loop-image-wrap:hover.botiga-add-to-cart-button-layout3.botiga-quick-view-button-layout3 > .product_type_variable,
div.editor-styles-wrapper ul.products li.product .loop-image-wrap:hover.botiga-add-to-cart-button-layout3.botiga-quick-view-button-layout3 > .product_type_grouped,
div.editor-styles-wrapper ul.products li.product .loop-image-wrap:hover.botiga-add-to-cart-button-layout3.botiga-quick-view-button-layout3 > .product_type_external,
div.editor-styles-wrapper ul.products li.product .loop-image-wrap:hover.botiga-add-to-cart-button-layout3.botiga-quick-view-button-layout3 > .loop-button-wrap.button-layout3,
div.editor-styles-wrapper ul.products li.wc-block-grid__product .loop-image-wrap:hover.botiga-add-to-cart-button-layout3.botiga-quick-view-button-layout3 > .add_to_cart_button,
div.editor-styles-wrapper ul.products li.wc-block-grid__product .loop-image-wrap:hover.botiga-add-to-cart-button-layout3.botiga-quick-view-button-layout3 > .product_type_variable,
div.editor-styles-wrapper ul.products li.wc-block-grid__product .loop-image-wrap:hover.botiga-add-to-cart-button-layout3.botiga-quick-view-button-layout3 > .product_type_grouped,
div.editor-styles-wrapper ul.products li.wc-block-grid__product .loop-image-wrap:hover.botiga-add-to-cart-button-layout3.botiga-quick-view-button-layout3 > .product_type_external,
div.editor-styles-wrapper ul.products li.wc-block-grid__product .loop-image-wrap:hover.botiga-add-to-cart-button-layout3.botiga-quick-view-button-layout3 > .loop-button-wrap.button-layout3,
div.editor-styles-wrapper ul.wc-block-grid__products li.product .loop-image-wrap:hover.botiga-add-to-cart-button-layout3.botiga-quick-view-button-layout3 > .add_to_cart_button,
div.editor-styles-wrapper ul.wc-block-grid__products li.product .loop-image-wrap:hover.botiga-add-to-cart-button-layout3.botiga-quick-view-button-layout3 > .product_type_variable,
div.editor-styles-wrapper ul.wc-block-grid__products li.product .loop-image-wrap:hover.botiga-add-to-cart-button-layout3.botiga-quick-view-button-layout3 > .product_type_grouped,
div.editor-styles-wrapper ul.wc-block-grid__products li.product .loop-image-wrap:hover.botiga-add-to-cart-button-layout3.botiga-quick-view-button-layout3 > .product_type_external,
div.editor-styles-wrapper ul.wc-block-grid__products li.product .loop-image-wrap:hover.botiga-add-to-cart-button-layout3.botiga-quick-view-button-layout3 > .loop-button-wrap.button-layout3,
div.editor-styles-wrapper ul.wc-block-grid__products li.wc-block-grid__product .loop-image-wrap:hover.botiga-add-to-cart-button-layout3.botiga-quick-view-button-layout3 > .add_to_cart_button,
div.editor-styles-wrapper ul.wc-block-grid__products li.wc-block-grid__product .loop-image-wrap:hover.botiga-add-to-cart-button-layout3.botiga-quick-view-button-layout3 > .product_type_variable,
div.editor-styles-wrapper ul.wc-block-grid__products li.wc-block-grid__product .loop-image-wrap:hover.botiga-add-to-cart-button-layout3.botiga-quick-view-button-layout3 > .product_type_grouped,
div.editor-styles-wrapper ul.wc-block-grid__products li.wc-block-grid__product .loop-image-wrap:hover.botiga-add-to-cart-button-layout3.botiga-quick-view-button-layout3 > .product_type_external,
div.editor-styles-wrapper ul.wc-block-grid__products li.wc-block-grid__product .loop-image-wrap:hover.botiga-add-to-cart-button-layout3.botiga-quick-view-button-layout3 > .loop-button-wrap.button-layout3 {
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
}

div.editor-styles-wrapper ul.wc-block-grid__products li.wc-block-grid__product .loop-image-wrap:not(.botiga-quick-view-button-layout3) > .loop-button-wrap.button-layout3 + .button.botiga-quick-view {
  -webkit-transition-delay: 0ms;
          transition-delay: 0ms;
}

div.editor-styles-wrapper ul.wc-block-grid__products li.wc-block-grid__product:hover .loop-image-wrap > .loop-button-wrap.button-layout3 {
  -webkit-transform: translate3d(-50%, 45%, 0);
          transform: translate3d(-50%, 45%, 0);
}

div.editor-styles-wrapper ul.wc-block-grid__products li.wc-block-grid__product:hover .loop-image-wrap.botiga-quick-view-button-layout3 > .loop-button-wrap.button-layout3 {
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
}

div.editor-styles-wrapper .loop-button-wrap.button-layout3 + .button.botiga-quick-view {
  -webkit-transition-delay: 150ms;
          transition-delay: 150ms;
}

div.editor-styles-wrapper .botiga-quick-view-popup {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(0, 0, 0, 0.9);
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
  -webkit-transition: ease opacity 300ms;
  transition: ease opacity 300ms;
}

div.editor-styles-wrapper .botiga-quick-view-popup.opened {
  opacity: 1;
  visibility: visible;
}

div.editor-styles-wrapper .botiga-quick-view-popup.opened:not(.loading) .botiga-quick-view-popup-content {
  opacity: 1;
  visibility: visible;
}

div.editor-styles-wrapper .botiga-quick-view-popup .botiga-quick-view-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  z-index: 0;
}

div.editor-styles-wrapper .botiga-quick-view-popup .botiga-quick-view-loader > svg {
  opacity: 0.7;
  -webkit-animation-name: rotateAnim;
          animation-name: rotateAnim;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

div.editor-styles-wrapper .botiga-quick-view-popup .botiga-quick-view-popup-content {
  position: relative;
  width: 100%;
  max-width: 800px;
  background: #FFF;
  padding: 35px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: ease opacity 300ms 600ms;
  transition: ease opacity 300ms 600ms;
  z-index: 1;
}

@media (min-width: 1025px) and (min-height: 800px) {
  div.editor-styles-wrapper .botiga-quick-view-popup .botiga-quick-view-popup-content {
    max-width: 1110px;
  }
}

div.editor-styles-wrapper .botiga-quick-view-popup .botiga-quick-view-popup-content .botiga-quick-view-popup-close-button {
  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;
  position: absolute;
  top: -37px;
  right: -10px;
  width: 30px;
  height: 30px;
  z-index: 1;
}

div.editor-styles-wrapper .botiga-quick-view-popup .botiga-quick-view-popup-content .botiga-quick-view-popup-close-button svg {
  fill: #fff;
}

div.editor-styles-wrapper .botiga-quick-view-popup .botiga-quick-view-popup-content .botiga-quick-view-popup-close-button path {
  -webkit-transform: scale(0.75);
          transform: scale(0.75);
}

div.editor-styles-wrapper .botiga-quick-view-popup .botiga-quick-view-popup-content .botiga-quick-view-popup-close-button:hover svg path, div.editor-styles-wrapper .botiga-quick-view-popup .botiga-quick-view-popup-content .botiga-quick-view-popup-close-button:focus svg path {
  fill: #FFF;
}

div.editor-styles-wrapper .botiga-quick-view-popup .botiga-quick-view-popup-content .botiga-quick-view-summary {
  display: block;
  max-height: 75vh;
  overflow-y: auto;
  padding-right: 10px;
}

div.editor-styles-wrapper .botiga-quick-view-popup .botiga-quick-view-popup-content .botiga-quick-view-summary::-webkit-scrollbar {
  width: 7px;
}

div.editor-styles-wrapper .botiga-quick-view-popup .botiga-quick-view-popup-content .botiga-quick-view-summary::-webkit-scrollbar-track {
  background: #e2e2e2;
}

div.editor-styles-wrapper .botiga-quick-view-popup .botiga-quick-view-popup-content .botiga-quick-view-summary::-webkit-scrollbar-thumb {
  background-color: #CCC;
}

div.editor-styles-wrapper .botiga-quick-view-popup .botiga-quick-view-popup-content .gallery-quickview.gallery-grid .woocommerce-product-gallery, div.editor-styles-wrapper .botiga-quick-view-popup .botiga-quick-view-popup-content .gallery-quickview.gallery-scrolling .woocommerce-product-gallery {
  max-height: 70vh;
  padding-right: 10px;
  overflow: auto;
}

div.editor-styles-wrapper .botiga-quick-view-popup .botiga-quick-view-popup-content .gallery-quickview.gallery-grid .woocommerce-product-gallery::-webkit-scrollbar, div.editor-styles-wrapper .botiga-quick-view-popup .botiga-quick-view-popup-content .gallery-quickview.gallery-scrolling .woocommerce-product-gallery::-webkit-scrollbar {
  width: 4px;
}

div.editor-styles-wrapper .botiga-quick-view-popup .botiga-quick-view-popup-content .gallery-quickview.gallery-grid .woocommerce-product-gallery::-webkit-scrollbar-track, div.editor-styles-wrapper .botiga-quick-view-popup .botiga-quick-view-popup-content .gallery-quickview.gallery-scrolling .woocommerce-product-gallery::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.03);
}

div.editor-styles-wrapper .botiga-quick-view-popup .botiga-quick-view-popup-content .gallery-quickview.gallery-grid .woocommerce-product-gallery::-webkit-scrollbar-thumb, div.editor-styles-wrapper .botiga-quick-view-popup .botiga-quick-view-popup-content .gallery-quickview.gallery-scrolling .woocommerce-product-gallery::-webkit-scrollbar-thumb {
  background-color: #CCC;
}

div.editor-styles-wrapper .botiga-quick-view-popup .botiga-quick-view-popup-content .gallery-quickview.gallery-grid .woocommerce-product-gallery .woocommerce-product-gallery__wrapper > div + div, div.editor-styles-wrapper .botiga-quick-view-popup .botiga-quick-view-popup-content .gallery-quickview.gallery-scrolling .woocommerce-product-gallery .woocommerce-product-gallery__wrapper > div + div {
  margin-top: 25px;
}

div.editor-styles-wrapper .botiga-quick-view-popup .botiga-quick-view-popup-content .gallery-quickview.gallery-grid .woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
}

div.editor-styles-wrapper .botiga-quick-view-popup .botiga-quick-view-popup-content .gallery-quickview.gallery-grid .woocommerce-product-gallery .woocommerce-product-gallery__wrapper > div:nth-child(1) {
  grid-column: 1/3;
}

div.editor-styles-wrapper .botiga-quick-view-popup .botiga-quick-view-popup-content .gallery-quickview.gallery-grid .woocommerce-product-gallery .woocommerce-product-gallery__wrapper > div + div {
  margin-top: 0;
}

div.editor-styles-wrapper .botiga-quick-view-popup .botiga-quick-view-popup-content .gallery-quickview.gallery-showcase {
  left: auto;
  width: 100%;
  -webkit-transform: none;
          transform: none;
}

div.editor-styles-wrapper .botiga-quick-view-popup .botiga-quick-view-popup-content .gallery-quickview.gallery-showcase .woocommerce-product-gallery {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

div.editor-styles-wrapper .botiga-quick-view-popup .botiga-quick-view-popup-content .gallery-quickview.gallery-showcase .woocommerce-product-gallery .flex-viewport {
  width: 100%;
}

div.editor-styles-wrapper .botiga-quick-view-popup .botiga-quick-view-popup-content .gallery-quickview.gallery-showcase .woocommerce-product-gallery .flex-control-thumbs {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

div.editor-styles-wrapper .botiga-quick-view-popup .botiga-quick-view-popup-content .gallery-quickview.gallery-vertical .woocommerce-product-gallery .flex-control-thumbs {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

div.editor-styles-wrapper .botiga-quick-view-popup .botiga-quick-view-popup-content .gallery-quickview.gallery-single .woocommerce-product-gallery {
  grid-gap: 0;
}

div.editor-styles-wrapper .botiga-quick-view-popup .botiga-quick-view-popup-content .gallery-quickview.gallery-single ul.flex-direction-nav {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  top: calc(50% - 20px);
  width: 100%;
}

div.editor-styles-wrapper .botiga-quick-view-popup .botiga-quick-view-popup-content .gallery-quickview.gallery-single ul.flex-direction-nav li {
  position: absolute;
  top: calc(50% - 20px);
  z-index: 998;
  margin: 0;
  padding: 0;
}

div.editor-styles-wrapper .botiga-quick-view-popup .botiga-quick-view-popup-content .gallery-quickview.gallery-single .flex-nav-prev {
  left: 15px;
}

div.editor-styles-wrapper .botiga-quick-view-popup .botiga-quick-view-popup-content .gallery-quickview.gallery-single .flex-nav-next {
  right: 15px;
}

div.editor-styles-wrapper .botiga-quick-view-popup .botiga-quick-view-popup-content .gallery-quickview.gallery-single .flex-next,
div.editor-styles-wrapper .botiga-quick-view-popup .botiga-quick-view-popup-content .gallery-quickview.gallery-single .flex-prev {
  display: block;
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #212121;
  background: #FFF;
  text-indent: -9999px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

div.editor-styles-wrapper .botiga-quick-view-popup .botiga-quick-view-popup-content .gallery-quickview.gallery-single .flex-next::after,
div.editor-styles-wrapper .botiga-quick-view-popup .botiga-quick-view-popup-content .gallery-quickview.gallery-single .flex-prev::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  color: #212121;
  display: inline-block;
  line-height: 37px;
  text-align: center;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

div.editor-styles-wrapper .botiga-quick-view-popup .botiga-quick-view-popup-content .gallery-quickview.gallery-single .flex-next:hover,
div.editor-styles-wrapper .botiga-quick-view-popup .botiga-quick-view-popup-content .gallery-quickview.gallery-single .flex-prev:hover {
  background-color: #212121;
}

div.editor-styles-wrapper .botiga-quick-view-popup .botiga-quick-view-popup-content .gallery-quickview.gallery-single .flex-next:hover:before,
div.editor-styles-wrapper .botiga-quick-view-popup .botiga-quick-view-popup-content .gallery-quickview.gallery-single .flex-prev:hover:before {
  border-right-color: #FFF;
}

div.editor-styles-wrapper .botiga-quick-view-popup .botiga-quick-view-popup-content .gallery-quickview.gallery-single .flex-next:hover:after,
div.editor-styles-wrapper .botiga-quick-view-popup .botiga-quick-view-popup-content .gallery-quickview.gallery-single .flex-prev:hover:after {
  border-left-color: #FFF;
}

div.editor-styles-wrapper .botiga-quick-view-popup .botiga-quick-view-popup-content .gallery-quickview.gallery-single .flex-next::after {
  visibility: visible;
  border-left: 12px solid #212121;
  -webkit-transform: translate3d(-40%, -50%, 0);
          transform: translate3d(-40%, -50%, 0);
}

div.editor-styles-wrapper .botiga-quick-view-popup .botiga-quick-view-popup-content .gallery-quickview.gallery-single .flex-prev::before {
  visibility: visible;
  border-right: 12px solid #212121;
  -webkit-transform: translate3d(-70%, -50%, 0);
          transform: translate3d(-70%, -50%, 0);
}

div.editor-styles-wrapper .botiga-quick-view-popup .botiga-quick-view-popup-content .woocommerce-product-gallery {
  width: 100%;
}

div.editor-styles-wrapper .botiga-quick-view-popup .botiga-quick-view-popup-content .woocommerce-product-gallery.hidden {
  display: none;
}

div.editor-styles-wrapper .botiga-quick-view-popup .botiga-quick-view-popup-content .woocommerce-product-gallery .flex-viewport {
  margin-bottom: 20px;
}

div.editor-styles-wrapper .botiga-quick-view-popup .botiga-quick-view-popup-content .woocommerce-product-gallery .flex-direction-nav {
  display: none;
}

div.editor-styles-wrapper .admin-bar .botiga-quick-view-popup .botiga-quick-view-popup-content {
  margin-top: 32px;
}

@media only screen and (max-width: 850px) {
  div.editor-styles-wrapper .botiga-quick-view-popup .botiga-quick-view-popup-content {
    max-width: calc( 100% - 30px);
  }
  div.editor-styles-wrapper .botiga-quick-view-popup .botiga-quick-view-popup-content .botiga-quick-view-popup-content-ajax {
    max-height: 80vh;
    overflow-y: auto;
    overflow-x: hidden;
  }
}

@media only screen and (max-width: 991px) {
  div.editor-styles-wrapper .botiga-quick-view-popup .botiga-quick-view-popup-content .col-lg-6 + .col-lg-6 {
    margin-top: 30px;
  }
  div.editor-styles-wrapper .botiga-quick-view-popup .botiga-quick-view-popup-content .botiga-quick-view-summary {
    max-height: none;
    overflow: visible;
  }
}

div.editor-styles-wrapper .pswp {
  z-index: 9999 !important;
}

div.editor-styles-wrapper body.botiga-site-layout-padded .botiga-quick-view-popup-content-ajax > .product {
  max-height: calc( 80vh - ( var(--botiga_padded_spacing, 25px) * 2 ));
  overflow-y: auto;
  overflow-x: hidden;
}

div.editor-styles-wrapper body.admin-bar.botiga-site-layout-padded .botiga-quick-view-popup-content-ajax > .product {
  max-height: calc( ( 80vh - 32px ) - ( var(--botiga_padded_spacing, 25px) * 2 ));
  overflow-y: auto;
  overflow-x: hidden;
}

/*
* Widget blocks
*/
.wp-block[data-type="core/widget-area"] {
  max-width: 340px;
}

.wp-block[data-type="core/widget-area"] h3 {
  margin: 0 0 20px;
  font-size: 18px;
  font-size: 1.125rem;
}

div.editor-styles-wrapper {
  /* Price filter */
  /* Attribute filter */
  /* Default WP search */
  /* Woo search */
}

div.editor-styles-wrapper .widget_block h3 {
  margin: 0 0 20px;
  font-size: 18px;
  font-size: 1.125rem;
}

div.editor-styles-wrapper input.wc-block-price-filter__range-input {
  min-height: auto;
}

div.editor-styles-wrapper input.wc-block-components-price-slider__range-input {
  border: 0;
  padding: 0;
}

div.editor-styles-wrapper .wc-block-components-price-slider__range-input-wrapper {
  margin-bottom: 25px;
}

div.editor-styles-wrapper .wc-block-components-price-slider__range-input-progress {
  --range-color: #212121;
}

div.editor-styles-wrapper .wc-block-components-price-slider__controls .wc-block-components-price-slider__amount {
  padding: 5px 10px;
  min-height: auto;
}

div.editor-styles-wrapper .wp-block-woocommerce-attribute-filter .wc-block-attribute-filter-list li {
  text-decoration: none;
}

div.editor-styles-wrapper .wp-block-woocommerce-attribute-filter input {
  margin-right: 5px;
}

div.editor-styles-wrapper .wp-block-search .wp-block-search__label {
  font-weight: 600;
  margin-bottom: 15px;
}

div.editor-styles-wrapper .wp-block-search .wp-block-search__button {
  background: #212121;
  color: #FFF;
  padding-left: 1rem;
  padding-right: 1rem;
}

div.editor-styles-wrapper .wp-block-search .wp-block-search__button:hover {
  background: #757575;
}

div.editor-styles-wrapper .wp-block-woocommerce-product-search .wc-block-product-search__label {
  display: block;
  font-weight: 600;
  margin-bottom: 15px;
}

/*
* Pagination
*/
div.editor-styles-wrapper {
  /* Small menu. */
  /* Secondary & Footer copyright navigation  */
  /* Top Bar Mobile Navigation */
}

div.editor-styles-wrapper .botiga-dropdown {
  --dropdown--symbol--size: 0.8em;
  display: block;
  width: 100%;
}

div.editor-styles-wrapper .botiga-dropdown ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

div.editor-styles-wrapper .botiga-dropdown ul ul {
  width: 200px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  float: left;
  position: absolute;
  -webkit-transition: ease transform 300ms, ease opacity 300ms;
  transition: ease transform 300ms, ease opacity 300ms;
  left: -999em;
  z-index: 99999;
  display: block;
  -webkit-transform: translate3d(0, 15px, 0);
          transform: translate3d(0, 15px, 0);
  opacity: 0;
  height: 0;
  overflow: hidden;
}

div.editor-styles-wrapper .botiga-dropdown ul ul ul {
  left: -999em;
  top: 0;
}

div.editor-styles-wrapper .botiga-dropdown ul ul li {
  background: #fff;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0;
}

div.editor-styles-wrapper .botiga-dropdown ul ul li:hover > ul,
div.editor-styles-wrapper .botiga-dropdown ul ul li.focus > ul {
  display: block;
  left: 100%;
}

div.editor-styles-wrapper .botiga-dropdown ul ul li .dropdown-symbol {
  margin-top: 10px;
  margin-right: 15px;
}

div.editor-styles-wrapper .botiga-dropdown ul ul li .dropdown-symbol svg {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

div.editor-styles-wrapper .botiga-dropdown ul ul.toggled li {
  background-color: transparent;
}

div.editor-styles-wrapper .botiga-dropdown ul ul a {
  width: 100%;
  display: inline-block;
  text-transform: none;
  padding: 10px 15px;
}

div.editor-styles-wrapper .botiga-dropdown ul li:hover > ul,
div.editor-styles-wrapper .botiga-dropdown ul li.focus > ul {
  left: auto;
  top: 100%;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  height: auto;
  overflow: visible;
}

div.editor-styles-wrapper .botiga-dropdown ul li:hover > ul.sub-menu-reverse,
div.editor-styles-wrapper .botiga-dropdown ul li.focus > ul.sub-menu-reverse {
  left: auto;
  right: 0;
}

div.editor-styles-wrapper .botiga-dropdown ul li:hover > ul.sub-menu-reverse-vertically,
div.editor-styles-wrapper .botiga-dropdown ul li.focus > ul.sub-menu-reverse-vertically {
  top: auto;
  bottom: 100%;
}

div.editor-styles-wrapper .botiga-dropdown ul li:hover > ul ul,
div.editor-styles-wrapper .botiga-dropdown ul li.focus > ul ul {
  top: 0;
}

div.editor-styles-wrapper .botiga-dropdown ul li:hover > ul ul.sub-menu-reverse,
div.editor-styles-wrapper .botiga-dropdown ul li.focus > ul ul.sub-menu-reverse {
  left: auto;
  right: 100%;
}

div.editor-styles-wrapper .botiga-dropdown ul li:hover > ul ul.sub-menu-reverse-vertically,
div.editor-styles-wrapper .botiga-dropdown ul li.focus > ul ul.sub-menu-reverse-vertically {
  top: auto;
  bottom: 0;
}

div.editor-styles-wrapper .botiga-dropdown li {
  position: relative;
  margin-right: 35px;
  padding-bottom: 0;
}

div.editor-styles-wrapper .botiga-dropdown li:last-of-type {
  margin-right: 0;
}

div.editor-styles-wrapper .botiga-dropdown a {
  padding: 10px 0;
  display: inline-block;
  text-decoration: none;
}

div.editor-styles-wrapper .botiga-dropdown .ws-svg-icon {
  width: var(--dropdown--symbol--size);
  height: var(--dropdown--symbol--size);
  margin-top: -2px;
}

div.editor-styles-wrapper .botiga-dropdown .dropdown-symbol {
  margin-left: 8px;
}

@media (max-width: 1024px) {
  div.editor-styles-wrapper .botiga-dropdown.botiga-dropdown-mobile-accordion li {
    margin-right: 0;
  }
  div.editor-styles-wrapper .botiga-dropdown.botiga-dropdown-mobile-accordion li.menu-item-has-children {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  div.editor-styles-wrapper .botiga-dropdown.botiga-dropdown-mobile-accordion li.menu-item-has-children > a {
    width: calc( 100% - ( var(--dropdown--symbol--size) + 0.5em ));
  }
  div.editor-styles-wrapper .botiga-dropdown.botiga-dropdown-mobile-accordion li.menu-item-has-children > .sub-menu {
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    -webkit-transform: none;
            transform: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  div.editor-styles-wrapper .botiga-dropdown.botiga-dropdown-mobile-accordion li.menu-item-has-children > .sub-menu > li {
    background-color: transparent;
  }
  div.editor-styles-wrapper .botiga-dropdown.botiga-dropdown-mobile-accordion li.menu-item-has-children > .sub-menu .sub-menu {
    padding-left: 20px;
  }
  div.editor-styles-wrapper .botiga-dropdown.botiga-dropdown-mobile-accordion li.menu-item-has-children.expand > .sub-menu {
    opacity: 1;
    height: auto;
    overflow: visible;
  }
  div.editor-styles-wrapper .botiga-dropdown.botiga-dropdown-mobile-accordion li.menu-item-has-children:not(.expand) > .sub-menu {
    opacity: 0;
    height: 0;
    overflow: hidden;
  }
  div.editor-styles-wrapper .botiga-dropdown.botiga-dropdown-mobile-accordion li .dropdown-symbol {
    margin: 0;
  }
  div.editor-styles-wrapper .botiga-dropdown.botiga-dropdown-mobile-accordion li .dropdown-symbol svg {
    -webkit-transform: none;
            transform: none;
  }
}

div.editor-styles-wrapper .bottom-header-row .dropdown-symbol,
div.editor-styles-wrapper .site-header .dropdown-symbol {
  margin-left: 10px;
  cursor: pointer;
}

div.editor-styles-wrapper .bottom-header-row .dropdown-symbol .ws-svg-icon,
div.editor-styles-wrapper .site-header .dropdown-symbol .ws-svg-icon {
  width: 0.8em;
  height: 0.8em;
  margin-top: -2px;
}

div.editor-styles-wrapper .bottom-header-row .dropdown-symbol .ws-svg-icon svg,
div.editor-styles-wrapper .site-header .dropdown-symbol .ws-svg-icon svg {
  -webkit-transition: ease all 300ms;
  transition: ease all 300ms;
}

div.editor-styles-wrapper .botiga-dropdown.toggled ul {
  display: block;
}

@media screen and (min-width: 1025px) {
  div.editor-styles-wrapper .botiga-dropdown ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.site-main div.editor-styles-wrapper .comment-navigation, .site-main
div.editor-styles-wrapper .posts-navigation, .site-main
div.editor-styles-wrapper .post-navigation {
  margin: 0 0 1.5em;
}

div.editor-styles-wrapper .comment-navigation .nav-links,
div.editor-styles-wrapper .posts-navigation .nav-links,
div.editor-styles-wrapper .post-navigation .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

div.editor-styles-wrapper .comment-navigation .nav-previous,
div.editor-styles-wrapper .posts-navigation .nav-previous,
div.editor-styles-wrapper .post-navigation .nav-previous {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
}

div.editor-styles-wrapper .comment-navigation .nav-next,
div.editor-styles-wrapper .posts-navigation .nav-next,
div.editor-styles-wrapper .post-navigation .nav-next {
  text-align: end;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
}

div.editor-styles-wrapper .navigation.pagination {
  text-align: center;
  margin-top: 40px;
}

div.editor-styles-wrapper .navigation.pagination .page-numbers {
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  margin-right: 7px;
  border-radius: 50%;
  background: transparent;
  color: inherit;
}

div.editor-styles-wrapper .navigation.pagination .page-numbers:last-child {
  margin-right: 0;
}

div.editor-styles-wrapper .woocommerce-pagination {
  text-align: center;
  margin-top: 40px;
}

div.editor-styles-wrapper .woocommerce-pagination ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

div.editor-styles-wrapper .woocommerce-pagination li {
  display: inline-block;
  margin-right: 7px;
}

div.editor-styles-wrapper .woocommerce-pagination li:last-child {
  margin-right: 0;
}

div.editor-styles-wrapper .woocommerce-pagination li .page-numbers {
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background: transparent;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  border-radius: 50%;
  color: inherit;
}

div.editor-styles-wrapper .botiga-pagination-load-more .navigation.pagination,
div.editor-styles-wrapper .botiga-pagination-load-more .woocommerce-pagination {
  display: none;
}

div.editor-styles-wrapper .botiga-pagination-wrapper {
  text-align: center;
  margin-top: 60px;
}

div.editor-styles-wrapper .botiga-pagination-button {
  position: relative;
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

div.editor-styles-wrapper .botiga-pagination-button .botiga-pagination-button__label {
  display: inline-block;
  font-size: 0.9em;
  text-transform: uppercase;
  -webkit-transition: ease all 300ms;
  transition: ease all 300ms;
}

div.editor-styles-wrapper .botiga-pagination-button .botiga-pagination-button__loader {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
}

div.editor-styles-wrapper .botiga-pagination-button svg {
  opacity: 0;
  -webkit-animation-name: rotateAnim;
          animation-name: rotateAnim;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-transition: ease all 300ms;
  transition: ease all 300ms;
}

div.editor-styles-wrapper .botiga-pagination-button.loading .botiga-pagination-button__label, div.editor-styles-wrapper .botiga-pagination-button.loading-anim .botiga-pagination-button__label {
  opacity: 0;
  visibility: hidden;
}

div.editor-styles-wrapper .botiga-pagination-button.loading svg, div.editor-styles-wrapper .botiga-pagination-button.loading-anim svg {
  display: block;
  opacity: 0.7;
}

div.editor-styles-wrapper .botiga-pagination-button.loading-anim .botiga-pagination-button__label {
  display: none;
}

div.editor-styles-wrapper .botiga-offcanvas-menu {
  position: fixed;
  left: -100%;
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  top: 0;
  -webkit-box-shadow: 0 5px 15px 3px rgba(0, 0, 0, 0.07);
          box-shadow: 0 5px 15px 3px rgba(0, 0, 0, 0.07);
  padding: 30px;
  margin: 0;
  z-index: 99999;
  background-color: #fff;
  width: 100%;
  max-width: 300px;
  height: 100%;
  overflow-y: auto;
}

div.editor-styles-wrapper .botiga-offcanvas-menu .mobile-header-item {
  visibility: hidden;
}

.admin-bar div.editor-styles-wrapper .botiga-offcanvas-menu {
  top: 32px;
}

div.editor-styles-wrapper .botiga-offcanvas-menu.toggled {
  left: 0;
  opacity: 1;
}

div.editor-styles-wrapper .botiga-offcanvas-menu.toggled .mobile-header-item {
  visibility: visible;
}

div.editor-styles-wrapper .botiga-offcanvas-menu .botiga-dropdown a {
  width: 100%;
}

div.editor-styles-wrapper .botiga-offcanvas-menu .botiga-dropdown .menu-item-has-children a {
  width: calc(100% - 23px);
}

div.editor-styles-wrapper .botiga-offcanvas-menu .botiga-dropdown ul ul {
  width: 100%;
}

div.editor-styles-wrapper .botiga-offcanvas-menu .botiga-dropdown ul ul a {
  width: calc(100% - 23px);
}

div.editor-styles-wrapper .botiga-offcanvas-menu .botiga-dropdown ul ul li {
  display: block;
  padding: 0;
}

div.editor-styles-wrapper .botiga-offcanvas-menu .botiga-dropdown ul ul li .dropdown-symbol {
  position: relative;
  left: 10px;
  margin-left: 0;
  margin-right: 0;
}

div.editor-styles-wrapper .botiga-offcanvas-menu .botiga-dropdown ul ul li .dropdown-symbol svg {
  -webkit-transform: none;
          transform: none;
}

div.editor-styles-wrapper .botiga-offcanvas-menu .botiga-dropdown > ul > li:first-child > a {
  padding-top: 0;
}

div.editor-styles-wrapper .botiga-offcanvas-menu .botiga-dropdown > ul > li:last-child {
  border-bottom: 0;
}

div.editor-styles-wrapper .botiga-offcanvas-menu .botiga-dropdown > ul > li:last-child > a {
  padding-bottom: 0;
}

div.editor-styles-wrapper .botiga-offcanvas-menu .botiga-dropdown ul li {
  margin-right: 0;
}

div.editor-styles-wrapper .botiga-offcanvas-menu .botiga-dropdown ul li:last-child {
  border-bottom: 0;
}

div.editor-styles-wrapper .botiga-offcanvas-menu .botiga-dropdown ul ul ul {
  position: static;
}

div.editor-styles-wrapper .botiga-offcanvas-menu .botiga-dropdown ul ul li:hover > ul {
  display: none;
}

div.editor-styles-wrapper .botiga-offcanvas-menu .botiga-dropdown .sub-menu {
  display: none;
  margin: 0;
  list-style: none;
  padding-left: 10px;
  position: static;
  float: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

div.editor-styles-wrapper .botiga-offcanvas-menu .botiga-dropdown .sub-menu.toggled {
  display: block;
}

div.editor-styles-wrapper .botiga-desktop-offcanvas-menu .botiga-dropdown ul ul {
  width: 100%;
}

div.editor-styles-wrapper .botiga-desktop-offcanvas-menu .botiga-dropdown ul ul a {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}

div.editor-styles-wrapper .botiga-desktop-offcanvas-menu .botiga-dropdown ul ul li {
  display: block;
  padding: 0;
}

div.editor-styles-wrapper .botiga-desktop-offcanvas-menu .botiga-dropdown ul ul li .dropdown-symbol {
  position: relative;
  left: 10px;
  margin-left: 0;
  margin-right: 10px;
}

div.editor-styles-wrapper .botiga-desktop-offcanvas-menu .botiga-dropdown ul ul li .dropdown-symbol svg {
  -webkit-transform: none;
          transform: none;
}

div.editor-styles-wrapper .botiga-desktop-offcanvas-menu .botiga-dropdown > ul > li:first-child > a {
  padding-top: 0;
}

div.editor-styles-wrapper .botiga-desktop-offcanvas-menu .botiga-dropdown > ul > li:last-child {
  border-bottom: 0;
}

div.editor-styles-wrapper .botiga-desktop-offcanvas-menu .botiga-dropdown > ul > li:last-child > a {
  padding-bottom: 0;
}

div.editor-styles-wrapper .botiga-desktop-offcanvas-menu .botiga-dropdown ul li {
  margin-right: 0;
}

div.editor-styles-wrapper .botiga-desktop-offcanvas-menu .botiga-dropdown ul li:last-child {
  border-bottom: 0;
}

div.editor-styles-wrapper .botiga-desktop-offcanvas-menu .botiga-dropdown ul ul ul {
  position: static;
}

div.editor-styles-wrapper .botiga-desktop-offcanvas-menu .botiga-dropdown ul ul li:hover > ul {
  display: none;
}

div.editor-styles-wrapper .botiga-desktop-offcanvas-menu .botiga-dropdown .sub-menu {
  display: none;
  width: 100%;
  position: static;
  left: 0;
  z-index: 1;
  opacity: 1;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-box-shadow: none;
          box-shadow: none;
}

div.editor-styles-wrapper .botiga-desktop-offcanvas-menu .botiga-dropdown .sub-menu.toggled {
  display: block;
}

div.editor-styles-wrapper .botiga-desktop-offcanvas-menu .botiga-dropdown .sub-menu.toggled li {
  background-color: transparent;
}

@media screen and (max-width: 1024px) {
  div.editor-styles-wrapper .botiga-offcanvas-menu .botiga-dropdown ul ul {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

div.editor-styles-wrapper .botiga-offcanvas-menu.toggled .menu {
  display: block;
}

div.editor-styles-wrapper body.mobile-menu-visible {
  overflow-y: hidden;
}

div.editor-styles-wrapper .menu-toggle {
  width: 28px;
  position: relative;
  cursor: pointer;
  display: inline-block;
}

div.editor-styles-wrapper .menu-toggle i,
div.editor-styles-wrapper .menu-toggle svg {
  width: 28px !important;
  height: 20px !important;
}

div.editor-styles-wrapper .secondary-navigation:not(.bhfb-navigation).botiga-dropdown {
  width: auto;
}

div.editor-styles-wrapper .secondary-navigation:not(.bhfb-navigation).botiga-dropdown .menu > li {
  margin-right: 20px;
}

div.editor-styles-wrapper .secondary-navigation:not(.bhfb-navigation).botiga-dropdown .menu > li:last-child {
  margin-right: 0;
}

div.editor-styles-wrapper .secondary-navigation:not(.bhfb-navigation).botiga-dropdown .menu > li > a {
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
}

div.editor-styles-wrapper .secondary-navigation:not(.bhfb-navigation).botiga-dropdown .menu > li > a:after {
  content: '';
  width: 100%;
  height: 15px;
  position: absolute;
  left: 0;
  top: 100%;
}

div.editor-styles-wrapper .secondary-navigation:not(.bhfb-navigation).botiga-dropdown .menu > li .ws-svg-icon {
  position: relative;
  top: -2px;
  width: 0.75em;
  height: 0.75em;
  margin-left: 7px;
}

div.editor-styles-wrapper .secondary-navigation:not(.bhfb-navigation).botiga-dropdown .menu > li > ul {
  -webkit-transform: translate3d(0, 30px, 0);
          transform: translate3d(0, 30px, 0);
}

div.editor-styles-wrapper .secondary-navigation:not(.bhfb-navigation).botiga-dropdown .menu > li > ul li a {
  padding: 14px 0;
}

div.editor-styles-wrapper .secondary-navigation:not(.bhfb-navigation).botiga-dropdown .menu > li:hover > ul {
  -webkit-transform: translate3d(0, 15px, 0);
          transform: translate3d(0, 15px, 0);
}

div.editor-styles-wrapper .header-elements:nth-child(1) ul li:first-child a,
div.editor-styles-wrapper .footer-copyright-elements:nth-child(1) ul li:first-child a {
  padding-left: 0;
}

div.editor-styles-wrapper .header-elements:nth-child(2) ul li:last-child a,
div.editor-styles-wrapper .footer-copyright-elements:nth-child(2) ul li:last-child a {
  padding-right: 0;
}

div.editor-styles-wrapper .footer-copyright-elements:nth-child(2) ul {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

div.editor-styles-wrapper .top-bar .top-bar-mobile-navigation.header-item {
  margin-right: 0;
}

div.editor-styles-wrapper .top-bar .top-bar-mobile-navigation.header-item + .secondary-navigation {
  display: none;
}

div.editor-styles-wrapper .top-bar .top-bar-mobile-navigation.header-item + .secondary-navigation + .header-item {
  margin-left: 25px;
}

@media screen and (min-width: 1025px) {
  div.editor-styles-wrapper .top-bar .top-bar-mobile-navigation.header-item {
    display: none;
  }
  div.editor-styles-wrapper .top-bar .top-bar-mobile-navigation.header-item + .secondary-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  div.editor-styles-wrapper .top-bar .top-bar-mobile-navigation.header-item + .secondary-navigation + .header-item {
    margin-left: 0;
  }
}

@media screen and (max-width: 1024px) {
  div.editor-styles-wrapper .top-bar .top-bar-mobile-navigation.header-item {
    z-index: 1000;
  }
}

/*
* Custom Control Components
*/
.botiga-dimensions-control > div {
  max-width: 100%;
}

.botiga-inspector-tabs-content-wrapper .components-base-control__label,
.botiga-inspector-tabs-content-wrapper .components-input-control__label {
  text-transform: none !important;
  font-weight: 400 !important;
  font-size: inherit !important;
}
