 /*
Theme Name: Botiga Child
Theme URI: http://athemes.com/theme/botiga
Author: aThemes
Author URI: http://athemes.com
Template: botiga
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: botiga
*/



:root{
  --header-bg-color:rgba(255, 255, 255, 0.85);
  --sorting-font-size:15px;
  --desktop-icon-size:44px;
  --mobile-icon-size:36px;
  --border-color:#b9c3cd;
  --border-color-sticky:#b9c3cd;
  --hover-color:#a5b6bf;
}

body.home{
    --border-color:#232A35;
}

.row {
    margin-right: 0px;
    margin-left: 0px;
}

.sidebar-slide.site-main {
    width: 100%;
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.site-main.no-sidebar, .no-sidebar .site-main {
    padding-left: 0px !important;
    padding-right: 0px !important;
    width: 100%;
}

.archive.post-type-archive.post-type-archive-product.botiga-site-layout-fluid .container{
	padding-left:0 !important;
  padding-right:0 !important;
	max-width:100%;
  margin-bottom: 0px;
}

.botiga-site-layout-fluid.botiga-page-builder-mode .entry-content>*:not(.athemes-blocks-block):not(.alignfull):not(.alignwide), .botiga-site-layout-fluid .container {
  padding-left:0;
  padding-right:0;
	max-width:100%;
}

.bhfb-main_header_row .container-fluid {
    padding-right: 0px;
    padding-left: 0px;
  }
/*SHOP ARCHIVE*/
.botiga-pagination-wrapper {
    text-align: center;
    margin-top: 0;
}

body.border ul.products li.product {
	border-radius: 0;
	padding: 15px !important;
	border-left: 1px solid var(--wp--preset--color--color-4);
	border-bottom: 1px solid var(--wp--preset--color--color-4);
}

body.no-border ul.wc-block-grid__products, body.no-border ul.products {
    gap: 15px;
}
body.no-border ul.products li.product .loop-image-wrap {
    margin: 0;
}

body.no-border ul.products li.product {
	border-radius: 10px;
	padding: 10px 0!important;
  background-color: #f3f5f6;
}

body.no-border ul.products li.product .button {
  	border-radius: 4px;
}
 .botiga-page-builder-mode ul.products{
   padding: 0px;
 }

ul.wc-block-grid__products li.wc-block-grid__product .loop-image-wrap,
ul.wc-block-grid__products li.product .loop-image-wrap,
ul.products li.wc-block-grid__product .loop-image-wrap,
ul.products li.product .loop-image-wrap {
	margin: -15px -15px 15px;
}

ul.products li.product>* {
	margin-bottom: 5px;
}

body.archive ul.products.columns-4 {
    max-width: 1720px;
      margin: 0 auto;
}

body.sticky.archive ul.products.columns-4 {
    margin-top: 0px;
}
body.admin-bar.sticky.archive ul.products.columns-4 {
    margin-top: 0px;
}

ul.products li.product .woocommerce-loop-product__title {
	text-align:center;
}

ul.products li.product .price{
		text-align:center;
}

@media screen and (min-width: 141px) {


	body.border ul.products li.product:nth-child(5n) {
		border-right: 1px solid var(--wp--preset--color--color-4) !important;
	}

		body.border ul.products li.product:nth-child(-n+5) {
		border-top: 1px solid var(--wp--preset--color--color-4) !important;
	}
  body.archive ul.products.columns-4{
    padding: 40px;
  }
}
@media screen and (min-width: 1400px) {
  body.archive ul.products.columns-4{
    padding: 15px 40px 40px;
  }
}


@media screen and (max-width: 1400px) and (min-width: 1201px) {

		body.border ul.products li.product:nth-child(4n) {
		border-right: 1px solid var(--wp--preset--color--color-4) !important;
	}

  	body.border ul.products li.product:nth-child(-n+4) {
  		border-top: 1px solid var(--wp--preset--color--color-4) !important;
  }

	.shop-columns-tablet-2 ul.products,
	.shop-columns-tablet-2 .wc-block-grid .wc-block-grid__products {
		grid-template-columns: repeat(4, 1fr);
	}
  body.archive ul.products.columns-4{
    padding: 30px;
  }
}

@media screen and (max-width: 1200px) and (min-width: 768px) {

  body.no-border ul.wc-block-grid__products, body.no-border ul.products {
      gap: 10px;
  }
	 	body.border ul.products li.product:nth-child(3n) {
		border-right: 1px solid var(--wp--preset--color--color-4) !important;
	}

  	body.border ul.products li.product:nth-child(-n+3) {
  		border-top: 1px solid var(--wp--preset--color--color-4) !important;
  }

	.shop-columns-tablet-2 ul.products,
	.shop-columns-tablet-2 .wc-block-grid .wc-block-grid__products {
		grid-template-columns: repeat(3, 1fr);
	}
  body.archive ul.products.columns-4{
    padding: 20px;

  }

}

@media screen and (max-width: 767px) and (min-width: 421px) {

  body.no-border ul.wc-block-grid__products, body.no-border ul.products {
      gap: 5px;
  }

	.shop-columns-tablet-2 ul.products,
	.shop-columns-tablet-2 .wc-block-grid .wc-block-grid__products {
		grid-template-columns: repeat(2, 1fr);
	}

		body.border ul.products li.product:nth-child(2n) {
		border-right: 1px solid var(--wp--preset--color--color-4) !important;
	}

  	body.border ul.products li.product:nth-child(-n+2) {
  		border-top: 1px solid var(--wp--preset--color--color-4) !important;
  }
  body.archive ul.products.columns-4{
    padding: 15px;

  }
}


@media screen and (max-width: 420px) {

	.shop-columns-tablet-2 ul.products,
	.shop-columns-tablet-2 .wc-block-grid .wc-block-grid__products {
		grid-template-columns: repeat(1, 1fr);
	}

  	body.border ul.products li.product:nth-child(1n) {
		border-right: 1px solid var(--wp--preset--color--color-4) !important;
	}

   	body.border ul.products li.product:nth-child(-n+1) {
  	border-top: 1px solid var(--wp--preset--color--color-4) !important;
  }
  body.archive ul.products.columns-4{
    padding:  10px;

  }
}

	body.border ul.products li.product:last-child {
	border-right: 1px solid var(--wp--preset--color--color-4) !important;
}

@media (max-width: 575px) {
    ul.wc-block-grid__products, ul.products {
        gap: 0px;
    }
}

body.mobilesticky.archive ul.products.columns-4 {
    margin-top: 40px;
}
body.mobilesticky.admin-bar.archive ul.products.columns-4 {
    margin-top: 40px;
}
}


/*Sidebar*/
.sidebar-slide+.widget-area{
	left: -10px;
	top: 20px;
	height: auto !important;
	max-width: calc(100% - 40px) !important;
	border: 1px solid var(--wp--preset--color--color-4);
}

.sidebar-slide+.widget-area {
   position: fixed;
   top: 0;
   right: 0;
   left:inherit;
   height: auto;
   margin: 0;
   background: var(--bt-color-content-cards-bg, #f5f5f5);
   overflow-y: auto;
   -webkit-transform: translate3d(100%, 0, 0);
   transform: translate3d(100%, 0, 0);
   -webkit-transition: ease transform 300ms, ease box-shadow 300ms;
   transition: ease transform 300ms, ease box-shadow 300ms;
   z-index: 1000;
}


.sidebar-slide+.widget-area.show{
	right: 20px;
}
.admin-bar .sidebar-slide+.widget-area{
    height: auto !important;
}
.sidebar-slide+.widget-area .sidebar-wrapper {
    padding: 50px 0px 30px;
    height: 100%;
}

.botiga_widget_product_swatch_active_filter.horizontal-style ul li {
    background-color: var(--bt-color-content-cards-bg, #f2f2f2);
    border-radius: 0;
    line-height: 1;
    padding: 10px;
    border: 1px solid var(--wp--preset--color--color-4);
}

.botiga_widget_product_swatch_active_filter.horizontal-style ul li:last-of-type {
    background-color: rgba(0, 0, 0, 0);
    padding: 10px;
    border-radius: 0;
    margin-left: 5px;
    border: 1px solid;
    border: 1px solid var(--wp--preset--color--color-4);
}
.btsf-filter {
    /* margin-top: 15px; */
    padding: 30px;
    border-top: 1px solid #adb3bd;
      border-bottom: 1px solid #abb2bb;
    margin-top: -1px;
    gap: 10px;
    display: flex;
    flex-direction: column;
}
.btsf-filter + .btsf-filter {
    margin-top: -1px;
}
.btsf-filter-wrapper h4 {
    margin: 0 !important;
    font-size: 26px;
}

#block-26 > p:nth-child(1) {
    display: none;
}

.btsf-filter-type-label .btsf-terms-text-link {
    border: 1px solid var(--wp--preset--color--color-4);
    border-radius: 0px;
    padding: 10px 15px;
    text-transform: uppercase;
}
.botiga_widget_product_swatch_active_filter ul li a:not(.botiga-clear):before {
    width: 12px;
    height: 1.5px;
}
.botiga_widget_product_swatch_active_filter ul li a:not(.botiga-clear):after {
    width: 12px;
    height: 1.5px;
}



.single-product .woocommerce-notices-wrapper {
    margin-bottom: 30px;
    display: none;
}


.loop-image-wrap>.loop-button-wrap.button-layout3 {
    position: absolute;
    top: inherit;
    left: 50%;
    bottom: 10px;
    min-width: 145px;
    text-align: center;
    opacity: 0;
    width: calc(100% - 20px);
    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;
}



ul.products.columns-4.row.botiga-carousel-stage.show {
    border-right: 1px solid var(--wp--preset--color--color-4);
    border-top: 1px solid var(--wp--preset--color--color-4);
		border-left: 1px solid var(--wp--preset--color--color-4);
		border-bottom: 1px solid var(--wp--preset--color--color-4);
}

/*SINGLE PRODUCT*/

.woocommerce-product-details__short-description p {
    font-family: 'TisertSans Light' !important;
    font-weight: 400 !important;
    letter-spacing: 0.02em;
}
.woocommerce-product-details__short-description p:last-of-type {
    margin-bottom: 20px;
}
.product-gallery-summary .price {
    margin-top: 10px;
    margin-bottom: 10px;
}
section.related.products > div > div > ul > div > div {
    display: flex;
}

.product-gallery-summary.gallery-grid .woocommerce-product-gallery__wrapper>div a:hover img, .product-gallery-summary.gallery-scrolling .woocommerce-product-gallery__wrapper>div a:hover img {
    opacity: 1;
}
.product-gallery-summary.gallery-grid .sticky-entry-summary, .product-gallery-summary.gallery-scrolling .sticky-entry-summary, .product-gallery-summary.gallery-showcase .sticky-entry-summary {
    position: sticky;
    top: 125px;
}
.single-product .content-wrapper {
    margin-top: 0px;
    margin-bottom: 0px;
}


.related.products {
    padding:30px;
}

.single-product .site-main>.product>section.products>*{
  margin: 0;
  padding: 10px 0;
}
/*
.product-wrapper {
    background-color: #f2f4f5;
    margin-left: -40px;
    margin-right: -40px;
    padding-top: 110px;
    padding-left: 45px;
    padding-right: 45px;
}
*/
.variations_form.cart .variations tbody>tr+tr>td {
    padding-top: 10px !important;
    padding-bottom: 10px;
}
table.variations td {
    padding-top: 10px !important;
    padding-bottom: 10px;
    width: 100%;
}
.botiga-ptitle-variation-name {
    padding-top: 10px;
}
.product-gallery-summary .product_title {
    margin-top: 0 !important;
    margin-bottom: 50px;
}

table.variations {
    margin-bottom: 20px;
    margin-top: 20px;
}
.single-product div.product.product-type-variable form.variations_form .variations td.value {
    margin-bottom: 0px;
}

.variations_form a.reset_variations {
    margin: -15px 0 0;
    clear: both;
    width: 100%;
    display:none;
}

.variations_form.cart .variations .label {
    width: 100%;
    padding: 0px;
    margin-top: 0;
}
.variations tr {
    border: none;
    display: block;
    margin: 0px;
    padding: 0;
}
.variations_form a.reset_variations {
    margin: -15px 0 0;
    clear: both;
    width: 100%;
    position: absolute;
    top: 110px;
      display:none !important;
}

.admin-bar .product-gallery-summary.gallery-grid .sticky-entry-summary, .admin-bar .product-gallery-summary.gallery-scrolling .sticky-entry-summary, .admin-bar .product-gallery-summary.gallery-showcase .sticky-entry-summary {
    top: 160px;
}



 a[data-attribute-value="rojo-cuello-blanco"] .iconic-was-swatch__graphic--colour
{
	background: linear-gradient(-145deg, #dd3333 50%, #ffffff 50%) !important;
}
a[data-attribute-value="negro-cuello-blanco"] .iconic-was-swatch__graphic--colour
{
 background: linear-gradient(-145deg, #101010 50%, #ffffff 50%) !important;
}
a[data-attribute-value="azulon-cuello-blanco"] .iconic-was-swatch__graphic--colour
{
 background: linear-gradient(-145deg, #1e73be 50%, #ffffff 50%) !important;
}

a[data-attribute-value="ceniza"] .iconic-was-swatch__graphic--colour
{
 background: url(/wp-content/uploads/2025/06/ceniza.jpg) !important;
}

.btsf-terms-text-link[data-term-slug="ceniza"]{
	 background: url(/wp-content/uploads/2025/06/ceniza.jpg) !important;
}

.botiga-offcanvas-menu{
	left: 10px;
	top: 10px;
	height: calc(100% - 20px) !important;
	width: 400px;
	max-width: calc(100% - 20px) !important;

}
.content-wrapper {
    margin-top: 0px;
    margin-bottom: 60px;
}

@media (max-width: 991px) {
    .content-wrapper {
        margin-top: 0px;
        margin-bottom: 60px;
    }
}

.search-overlay {
    z-index: 15;
}

.categorias-menu .elementor-icon-wrapper{
	height: 48px;
}

@media (max-width: 1100px) {
	.categorias-menu .elementor-icon-wrapper{
		height: 32px;
	}
}
.site-header-cart .count-number, .header-wishlist-icon .count-number {
  position: absolute;
    top: 17px;
    right: 14px;
    width: 16px;
    height: 16px;
    line-height: 14px;
    color: #000000 !important;
    background-color: transparent !important;
    text-align: center;
    border-radius: 0;
    font-size: 10px;
    letter-spacing: 0;
    border: none;
}
/*DISPONIBLE*/


.productos-disponible {
    padding:0px;
    background-color: transparent;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 20px;
}

g[data-name="fondo"] path {
    fill: #fff;
}
g[data-name="icono"] path {
    fill: var(--hover-color);
}
.disponible-link:hover g[data-name="fondo"] path {
    fill: var(--hover-color);
}
.disponible-link:hover g[data-name="icono"] path {
    fill: #fff;
}
.disponible-img {
    width: 44px;
    height: 44px;
}

g#icono path {
    fill: #232a35;
}
g#icono polygon{
    fill: #232a35;
}
g#fondo path {
    fill: #fff;
}


.productos-disponible a {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.disponible {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-template-rows: repeat(1, 1fr);
    gap: 10px;
    grid-auto-flow: row;

}
@media (max-width: 991px) {
  .disponible {

      gap: 5px;

  }
}

@media (max-width: 480px) {
  .disponible {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      grid-template-rows: repeat(4, 1fr);
      gap: 5px;
      grid-auto-flow: row;
  }
}
h5.title-disponible {
    margin: 40px 0 10px;
    font-size: 13px;
    text-transform: uppercase;

    font-weight: 400;
}
h5.category-name {
    margin: 10px 0 0;
	text-align:center;
}

.productos-disponible .botiga-variation-tooltip {
    position: absolute;
    margin-top: 0px;
    -webkit-transform: translateX(-50%);
    transform: translateX(0%);

    white-space: nowrap;
    color: #fff;
    background-color: #212121;
    font-size: 12px;
    text-transform: uppercase;
    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;
}

.productos-disponible .botiga-variation-tooltip:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -5px;
    margin-left: -5px;
    border-left: 5px solid rgba(0, 0, 0, 0);
    border-right: 5px solid rgba(0, 0, 0, 0);
    border-top: 5px solid #212121;
}

.productos-disponible:hover .botiga-variation-tooltip {
	 margin-top: -35px;
	  opacity: 1;
    visibility: visible;
}

.productos-disponible img{
	width:44px;
	height:auto;
}

body[class*="elementor-page"] .e-con.e-parent {
padding-left:0px !important;
padding-right:0px !important;
}

@media (max-width: 1024px) {
    body[class*="elementor-page"] .e-con.e-parent {
    padding-left:0px !important;
    padding-right:0px !important;
    }
}

/* SWATCHES GENERAL STYLES */
.iconic-was-chosen-attribute__no-selection { opacity: 1; }

.iconic-was-swatches {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow-y: hidden;
}

.iconic-was-swatches__item {
    display: inline-block;
    margin: 0 5px 5px 0 !important;
    vertical-align: top;
    line-height: 0;
}

.iconic-was-swatches--text-swatch .iconic-was-swatch, .iconic-was-swatches--visual .iconic-was-swatch {
    display: block;
    margin-right: 3px;
    border-radius: 0;
    background: #fff;
    line-height: 16px;
    color: #353c4f !important;
    font-weight: 400;
    font-size: 13px;
    padding: 0;
    border: 0 solid #ccc;
    vertical-align: top;
    position: relative;
    background-color: #fff !important;
    mask: url(/wp-content/uploads/2025/08/fondo-menu-dark-swatches-3.svg) no-repeat center / contain;
    -webkit-mask: url(/wp-content/uploads/2025/08/fondo-menu-dark-swatches-3.svg) no-repeat center / contain;
    text-transform: uppercase;
}

.iconic-was-swatches--text-swatch .iconic-was-swatch:hover {
	color:#fff !important;
  mask: url(/wp-content/uploads/2025/08/fondo-menu-dark-swatches-3.svg) no-repeat center / contain;
  -webkit-mask:  url(/wp-content/uploads/2025/08/fondo-menu-dark-swatches-3.svg) no-repeat center / contain;
  background-color: var(--hover-color) !important;
}

a.iconic-was-swatch.iconic-was-swatch--text-swatch.iconic-was-swatch--selected {
  color:#fff !important;
  background-color: var(--hover-color) !important;
}

.iconic-was-swatches--visual .iconic-was-swatch { margin-right: 2px; }
.iconic-was-swatches--border.iconic-was-swatches--visual .iconic-was-swatch { margin-right: 6px; padding: 0; }

.iconic-was-swatches--text-swatch .iconic-was-swatch--selected,
.iconic-was-swatches--text-swatch .iconic-was-swatch--selected:hover {
    background: #353c4e;
    border-color: #353c4e;
    color: #fff !important;
}

.wcboost-variation-swatches__wrapper { display: none; }

/* SIZES */
a.iconic-was-swatch.iconic-was-swatch--text-swatch[data-attribute-value="s"],
a.iconic-was-swatch.iconic-was-swatch--text-swatch[data-attribute-value="m"],
a.iconic-was-swatch.iconic-was-swatch--text-swatch[data-attribute-value="l"],
a.iconic-was-swatch.iconic-was-swatch--text-swatch[data-attribute-value="xl"],
a.iconic-was-swatch.iconic-was-swatch--text-swatch[data-attribute-value="xxl"],
a.iconic-was-swatch.iconic-was-swatch--text-swatch[data-attribute-value="3xl"],
a.iconic-was-swatch.iconic-was-swatch--text-swatch[data-attribute-value="4xl"],
a.iconic-was-swatch.iconic-was-swatch--text-swatch[data-attribute-value="5xl"] {
    max-width: 40px;
    min-width: 40px;
    overflow: hidden;
    text-align: center;
}
a.iconic-was-swatch.iconic-was-swatch--text-swatch[data-attribute-value]{
    overflow: hidden;
    text-align: center;
    padding: 4px 8px;
}
a.iconic-was-swatch.iconic-was-swatch--text-swatch[data-attribute-value="xxl"] {
    padding-left: 10px;
}
a.iconic-was-swatch.iconic-was-swatch--text-swatch[data-attribute-value="3xl"],
a.iconic-was-swatch.iconic-was-swatch--text-swatch[data-attribute-value="4xl"],
a.iconic-was-swatch.iconic-was-swatch--text-swatch[data-attribute-value="5xl"] {
    padding-left: 10px;
}

/* HIDE SPECIFIC SWATCHES BY CONTEXTUAL PARENT CLASS */
.cuello-blanco-1 .iconic-was-swatches__item a.iconic-was-swatch[data-attribute-value="4xl"],
.cuello-blanco-1 .iconic-was-swatches__item a.iconic-was-swatch[data-attribute-value="5xl"],
.cuello-blanco-2 .iconic-was-swatches__item a.iconic-was-swatch[data-attribute-value="4xl"],
.cuello-blanco-2 .iconic-was-swatches__item a.iconic-was-swatch[data-attribute-value="5xl"],
.cuello-blanco-3 .iconic-was-swatches__item a.iconic-was-swatch[data-attribute-value="4xl"],
.cuello-blanco-3 .iconic-was-swatches__item a.iconic-was-swatch[data-attribute-value="5xl"],
.morado .iconic-was-swatches__item a.iconic-was-swatch[data-attribute-value="3xl"],
.morado .iconic-was-swatches__item a.iconic-was-swatch[data-attribute-value="4xl"],
.morado .iconic-was-swatches__item a.iconic-was-swatch[data-attribute-value="5xl"],
.melocoton .iconic-was-swatches__item a.iconic-was-swatch[data-attribute-value="3xl"],
.melocoton .iconic-was-swatches__item a.iconic-was-swatch[data-attribute-value="4xl"],
.melocoton .iconic-was-swatches__item a.iconic-was-swatch[data-attribute-value="5xl"],
.talla-3xl .iconic-was-swatches__item a.iconic-was-swatch--colour-swatch[data-attribute-value="melocoton"],
.talla-4xl .iconic-was-swatches__item a.iconic-was-swatch--colour-swatch[data-attribute-value="melocoton"],
.talla-5xl .iconic-was-swatches__item a.iconic-was-swatch--colour-swatch[data-attribute-value="melocoton"],
.talla-3xl .iconic-was-swatches__item a.iconic-was-swatch--colour-swatch[data-attribute-value="morado"],
.talla-4xl .iconic-was-swatches__item a.iconic-was-swatch--colour-swatch[data-attribute-value="morado"],
.talla-5xl .iconic-was-swatches__item a.iconic-was-swatch--colour-swatch[data-attribute-value="morado"],
.talla-4xl .iconic-was-swatches__item a.iconic-was-swatch--colour-swatch[data-attribute-value="azulon-cuello-blanco"],
.talla-5xl .iconic-was-swatches__item a.iconic-was-swatch--colour-swatch[data-attribute-value="azulon-cuello-blanco"],
.talla-4xl .iconic-was-swatches__item a.iconic-was-swatch--colour-swatch[data-attribute-value="rojo-cuello-blanco"],
.talla-5xl .iconic-was-swatches__item a.iconic-was-swatch--colour-swatch[data-attribute-value="rojo-cuello-blanco"],
.talla-4xl .iconic-was-swatches__item a.iconic-was-swatch--colour-swatch[data-attribute-value="negro-cuello-blanco"],
.talla-5xl .iconic-was-swatches__item a.iconic-was-swatch--colour-swatch[data-attribute-value="negro-cuello-blanco"] {
    display: none;
}

/* VARIATION TABLE STYLES */
.variations tr { border: none; display: block; margin: 0; }
.single-product div.product.product-type-variable form.variations_form .variations td.value { margin-bottom: 5px; }
.single-product div.product.product-type-variable form.cart .variations td.label { margin-bottom: 0; color: #111; }

/* SWATCH TICK SELECTED */
.iconic-was-swatches--tick.iconic-was-swatches--visual .iconic-was-swatch--selected .iconic-was-swatch__container::before {
    text-align: center;
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%) !important;
    color: #fff;
    font-size: 16px;
    width: 12px;
    filter: none;
    line-height: 0px;
}

/* CHECK ICON FOR SELECTED COLOUR SWATCHES */
a.iconic-was-swatch.iconic-was-swatch--colour-swatch.iconic-was-swatch--selected[data-attribute-value-name="Blanco"]  .iconic-was-swatch__container:before,
a.iconic-was-swatch.iconic-was-swatch--colour-swatch.iconic-was-swatch--selected[data-attribute-value-name="Amarillo"]  .iconic-was-swatch__container:before,
a.iconic-was-swatch.iconic-was-swatch--colour-swatch.iconic-was-swatch--selected[data-attribute-value-name="Melocotón"]  .iconic-was-swatch__container:before {
    content: url(/wp-content/plugins/iconic-woo-attribute-swatches/assets/img/check-solid-dark.svg) !important;
}

/* REMOVE BORDERS FROM COLOUR SWATCHES */
.iconic-was-swatches--visual .iconic-was-swatch__graphic--colour-lighter,
.iconic-was-swatches--visual .iconic-was-swatch__graphic--colour-darker,
.iconic-was-swatches--visual .iconic-was-swatch--selected .iconic-was-swatch__graphic--colour {
    border: none;
}


.botiga-site-layout-fluid .botiga-mega-menu.botiga-mega-menu-contained>.sub-menu, .botiga-site-layout-fluid .botiga-mega-menu.botiga-mega-menu-full-width>.sub-menu {
    max-width: 100%;
    width: 100vw !important;
    display: flex !important;
    justify-content: center;
}


/*SEARCH FORM*/
.header-search-form {
    left: 20px;
    width: calc(100% - 40px);
      padding: 10px;
}

.header-search-form-active .header-search-form {
    opacity: 1;
    left: 20px;
    visibility: visible;
    width: calc(100% - 40px) ;
}


.header-search-form form .search-field {
    border-color: #232a35 !important;
    border:none !important;
    font-family: 'TisertSans Light';
}


@media screen and (max-width: 600px) {
    #wpadminbar {
        position: fixed !important;
    }
}
@media screen and (max-width: 1200px) {
  .related.products {
  padding: 15px;
}
.related.products>h2{
margin: 15px 0 !important;
}
}

@media (max-width: 767px) {
    .product-gallery-summary .entry-summary {
        padding:15px !important;
        margin-top: 0px !important;
    }
    .related.products {
    padding: 15px;
}
.related.products>h2{
  margin: 0 !important;
}
.quantity {
    height: 50px;
    border: 1px solid var(--wp--preset--color--color-4);
    margin-bottom: 0px !important;
}
.product-gallery-summary .botiga-single-addtocart-wrapper {
    gap: 10px;
}
}

a.button.product_type_variable.add_to_cart_button {
    width: 100%;
}




/*
  .variations_form a.reset_variations {
display: none !important;
}
*/
.variations_form.cart .variations .label {
    width: 100%;
    text-align: start;
    -webkit-padding-start: 0;
    padding-inline-start: 0;
    -webkit-padding-end: 15px;
    padding-inline-end: 15px;
    padding-top: 7px;
    padding-bottom: 0px;
    font-size: 13px;
    text-transform: uppercase;
}
.single-product .botiga-variations-wrapper .botiga-variation-type-button > a {
    font-size: 11px !important;
    text-transform: uppercase;
    font-family: 'Tisert Small';
}
/* Hide 4XL and 5XL for all *-cuello-blanco color classes */
.azulon-cuello-blanco a.botiga-variation-item[value="4xl"],
.azulon-cuello-blanco a.botiga-variation-item[value="5xl"],
.rojo-cuello-blanco a.botiga-variation-item[value="4xl"],
.rojo-cuello-blanco a.botiga-variation-item[value="5xl"],
.negro-cuello-blanco a.botiga-variation-item[value="4xl"],
.negro-cuello-blanco a.botiga-variation-item[value="5xl"] {
    display: none;
}

/* Hide 3XL, 4XL, 5XL for morado and melocoton */
.morado a.botiga-variation-item[value="3xl"],
.morado a.botiga-variation-item[value="4xl"],
.morado a.botiga-variation-item[value="5xl"],
.melocoton a.botiga-variation-item[value="3xl"],
.melocoton a.botiga-variation-item[value="4xl"],
.melocoton a.botiga-variation-item[value="5xl"] {
    display: none;
}

/* Hide melocoton & morado color for 3XL, 4XL, 5XL sizes */
.talla-3xl a.botiga-variation-item[value="melocoton"],
.talla-4xl a.botiga-variation-item[value="melocoton"],
.talla-5xl a.botiga-variation-item[value="melocoton"],
.talla-3xl a.botiga-variation-item[value="morado"],
.talla-4xl a.botiga-variation-item[value="morado"],
.talla-5xl a.botiga-variation-item[value="morado"] {
    display: none;
}

/* Hide *-cuello-blanco color for 4XL and 5XL sizes */
.talla-4xl a.botiga-variation-item[value="azulon-cuello-blanco"],
.talla-5xl a.botiga-variation-item[value="azulon-cuello-blanco"],
.talla-4xl a.botiga-variation-item[value="rojo-cuello-blanco"],
.talla-5xl a.botiga-variation-item[value="rojo-cuello-blanco"],
.talla-4xl a.botiga-variation-item[value="negro-cuello-blanco"],
.talla-5xl a.botiga-variation-item[value="negro-cuello-blanco"] {
    display: none;
}


/*SINGLE*/

button.single_add_to_cart_button.button.alt {
	font-family: 'ButtonsStraight1';
  border: none !important;
  width: 100%;
  letter-spacing: 0em;
  font-size: 22px;
  mask: url(/wp-content/uploads/2025/08/fondo-menu-white-all.svg) no-repeat center / contain;
  -webkit-mask: url(/wp-content/uploads/2025/08/fondo-menu-white-all.svg) no-repeat center / contain;

}
.button-outer{
  -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: inline-block;
    border-radius: 25px !important;
}

form.cart .quantity{

  background-size: contain;
  background-repeat: no-repeat;
  border-radius: 15px !important;
}

.botiga-single-addtocart-wrapper{
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  background-image: url("/wp-content/uploads/2025/08/fondo-menu-white-all.svg");
  background-size: contain;
  background-repeat: no-repeat;
  border-radius: 20px !important;
  padding: 0 5px 0 0;
}


.related.products>h2, .upsells.products>h2, .recently-viewed-products>h2 {
    margin: 0 0 20px;
    padding: 0 0 10px !important;
    font-size: 32px;
    font-weight:400;
    font-family: 'ButtonsStraight1';
    letter-spacing: 0.02em;
}
.botiga-share-box, .botiga-related-posts, .upsells.products .botiga-upsell-products, .upsells.products > .products, .botiga-recently-viewed-products, .related.products .botiga-related-products, .related.products > .products, .post-navigation, .single-post-author, .comments-area {
    border-top: 1px solid  var(--wp--preset--color--color-4);
}

.product-gallery-summary .entry-title {

    font-weight: 400;
	     font-weight:400;
    letter-spacing: 0.02em;
	    text-transform: uppercase !important;
}



.quantity{
  margin-bottom: 0;
    height: 56px;
}
.quantity-button-style6 .quantity .botiga-quantity-minus {
    margin-right: -1px;
}

.quantity-button-style6 .quantity .botiga-quantity-plus {
    margin-left: -1px;
}

.quantity-button-style6 .quantity .qty, .quantity-button-style6 .quantity .botiga-quantity-plus, .quantity-button-style6 .quantity .botiga-quantity-minus {
    border-color: var(--wp--preset--color--color-4);
    border: none !important;
    font-family: 'Media';
    font-size: 18px;
    font-weight: 400;
}
.quantity-button-style6 .quantity .botiga-quantity-minus{
    mask: url(/wp-content/uploads/2025/08/minus-2.svg) no-repeat center / 32px;
    -webkit-mask: url(/wp-content/uploads/2025/08/minus-2.svg) no-repeat center / 32px;
      background-color: var(--hover-color);
      opacity: 1;
}
.quantity-button-style6 .quantity .botiga-quantity-plus{
    mask: url(/wp-content/uploads/2025/08/plus-2.svg) no-repeat center / 32px;
    -webkit-mask: url(/wp-content/uploads/2025/08/plus-2.svg) no-repeat center / 32px;
    background-color: var(--hover-color);
      opacity: 1;
}

.quantity-button-style6 .quantity .botiga-quantity-plus:hover, .quantity-button-style6 .quantity .botiga-quantity-minus:hover {
    background-color: var(--wp--preset--color--color-1);
      opacity: 1;
}

.iconic-was-swatch--colour-swatch{
    -webkit-mask: url(/wp-content/uploads/2025/08/empty.svg) no-repeat center / contain ;
}


@media (min-width: 1025px) {
  .quantity-button-style6 .quantity .botiga-quantity-plus, .quantity-button-style6 .quantity .botiga-quantity-minus {
      max-width: 32px;
  }
  .quantity .qty{
      max-width:32px;
  }
    form.cart .quantity {
        max-width: 120px;
    }
    .quantity {
    justify-content: center;
  }
}
@media (max-width: 1024px) {
.quantity {
justify-content: space-between;
}
.quantity-button-style6 .quantity .botiga-quantity-plus, .quantity-button-style6 .quantity .botiga-quantity-minus {
    max-width: 44px;
}
.quantity .qty{
    max-width: 44px;
}
form.cart .quantity{
  max-width: 100%;
}
}

.product-gallery-summary .botiga-single-addtocart-wrapper {

    gap: 10px;
}

.product-gallery-summary .botiga-single-addtocart-wrapper .button {
   -webkit-box-flex: 1;
   -ms-flex-positive: 1;
   flex-grow: 1;
   display: inline-block;
   text-transform: uppercase;
   padding-top: 5px;
   padding-bottom: 5px;
   margin-top: 5px;
   margin-right: -5px;
}

.woocommerce-variation-price span {
    font-size: 18px;
    font-weight: 400 !important;
}
.woocommerce-variation-price {
    position: absolute;
    top: 40px;
    display: block !important;
}

.woocommerce-variation.single_variation {
    display: block !important;

}

p.regular-price.price{
    display: none;
}

.botiga-tab-content{
  padding: 20px;
}

.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: transparent;
  border-radius: 0px;
  border: solid 0px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: var(--sorting-font-size);
  text-transform: lowercase;
  font-weight: normal;
  width: 225px;
  height: 38px;
  line-height: 36px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
  width: auto; }
  .nice-select:hover {
    border-color: #dbdbdb; }
  .nice-select:active, .nice-select.open, .nice-select:focus {
    border-color: #999; }
  .nice-select:after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: '';
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
        -ms-transform-origin: 66% 66%;
            transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 5px; }
  .nice-select.open:after {
    -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
            transform: rotate(-135deg); }
  .nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
        -ms-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0); }
  .nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none; }
    .nice-select.disabled:after {
      border-color: #cccccc; }
  .nice-select.wide {
    width: 100%; }
    .nice-select.wide .list {
      left: 0 !important;
      right: 0 !important; }
  .nice-select.right {
    float: right; }
    .nice-select.right .list {
      left: auto;
      right: 0; }
  .nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px; }
    .nice-select.small:after {
      height: 4px;
      width: 4px; }
    .nice-select.small .option {
      line-height: 34px;
      min-height: 34px; }
  .nice-select .list {
    width: 100%;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-sizing: border-box;
    margin-top: 7px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
        -ms-transform-origin: 50% 0;
            transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
        -ms-transform: scale(0.75) translateY(-21px);
            transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9; }
    .nice-select .list:hover .option:not(:hover) {
      background-color: transparent !important; }
  .nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    padding-bottom: 0px !important;
    text-align: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }
    .nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
      background-color: #f6f6f6; }
    .nice-select .option.selected {
      font-weight: bold; }
    .nice-select .option.disabled {
      background-color: transparent;
      color: #999;
      cursor: default; }

.no-csspointerevents .nice-select .list {
  display: none; }

.no-csspointerevents .nice-select.open .list {
  display: block; }


/* Header Styles */

.bhfb-header.bhfb-desktop,
.bhfb-header.bhfb-mobile {
 position: fixed !important;
  width: 100%;
  top: 0 !important;
  max-width: inherit;
  z-index: 999;
}

.admin-bar .bhfb-header.bhfb-desktop,
.admin-bar .bhfb-header.bhfb-mobile {
  top: 32px !important;
}

.bhfb-main_header_row {
  background-color: rgba(255,255,255,0);
  border: 1px solid var(--border-color) !important;
  transition: background-color 0.6s, border-color 0.6s;
}

.sticky-header .bhfb-main_header_row {
  background-color: rgba(255,255,255,0);
  /*backdrop-filter: blur(10px);
  border: 1px solid var(--border-color-sticky) !important;*/
}

.sticky-header .bhfb-desktop .bhfb-column.bhfb-column-1,
.sticky-header .bhfb-mobile .bhfb-column.bhfb-column-1 {
  border-right: 0px solid var(--border-color-sticky) !important;
}


.bhfb-desktop .bhfb-column.bhfb-column-2 {
  width: calc(100vw - 450px);
  justify-content: center;
}


.menu-icons{
  width: var(--desktop-icon-size) !important;
  height: var(--desktop-icon-size) !important;
    margin-left: 5px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: width 0.6s, height 0.6s, border-color 0.6s;
    border: none !important;
    background-color: white;
    border-radius: 20px;
}

.menu-icons svg {
  max-width: var(--desktop-icon-size) !important;
  max-height: var(--desktop-icon-size) !important;
  width: var(--desktop-icon-size) !important;
  height: var(--desktop-icon-size) !important;
}

.menu-icons .ws-svg-icon {
  max-width: var(--desktop-icon-size) !important;
  max-height: var(--desktop-icon-size) !important;
  width: var(--desktop-icon-size) !important;
  height: var(--desktop-icon-size) !important;
}

.bhfb.bhfb-header .bhfb-component-logo,
.site-branding {
  height: var(--desktop-icon-size);
  display: flex;
}

/* Admin bar fix for mobile */
@media (max-width: 782px) {
  .admin-bar .bhfb-header.bhfb-desktop,
  .admin-bar .bhfb-header.bhfb-mobile {
    top: 46px !important;
  }
}

/* Mobile Styles */
@media (max-width: 991px) {
  .bhfb-mobile .bhfb-column.bhfb-column-2 {
    display: flex;
    width: calc(100vw - 242px);
    justify-content: flex-end;
    align-items: center;
  }
}

@media (max-width: 575px) {
  .menu-icons{
    width: var(--mobile-icon-size) !important;
    height: var(--mobile-icon-size)!important;
  }
.menu-icons svg {
    max-width: var(--mobile-icon-size) !important;
    max-height: var(--mobile-icon-size) !important;
    width: var(--mobile-icon-size) !important;
    height: var(--mobile-icon-size)!important;
  }
.menu-icons .ws-svg-icon {
    max-width: var(--mobile-icon-size) !important;
    max-height: var(--mobile-icon-size) !important;
    width: var(--mobile-icon-size) !important;
    height: var(--mobile-icon-size)!important;
  }


  .bhfb.bhfb-header .bhfb-component-logo,
  .site-branding {
    height: var(--mobile-icon-size) !important;
  }

  .bhfb-mobile .bhfb-column.bhfb-column-1 {
    width: 183px;
    justify-content: flex-end;
    border-right: none !important;
  }
  .sticky-header .bhfb-mobile .bhfb-column.bhfb-column-1 {
    border-right: none !important;
  }

  .bhfb-mobile .bhfb-column.bhfb-column-2 {
    display: flex;
    width: calc(100vw - 195px);
    justify-content: flex-end;
    align-items: center;
  }
}

/* MINICART */
.botiga-side-mini-cart .product_list_widget li:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: rgb(181 193 198);
}

.botiga-side-mini-cart.show {
    padding: 15px;
	background-color:transparent;
}
.admin-bar .botiga-side-mini-cart .widget_shopping_cart {
    height: calc(100vh - 62px);
}
.botiga-side-mini-cart .widget_shopping_cart {
    position: relative;
    top: auto;
    width: 100%;
    height: calc(100vh - 30px);
	background-color:#fff;
}


.botiga-side-mini-cart__close-button {
    position: absolute;
    font-size: 16px;
    top: 30px !important;
    right: 30px;
    z-index: 10;
}
.botiga-side-mini-cart .widgettitle {
    font-size: 22px;
    line-height: 33px;
    background: var(--bt-color-content-cards-bg, #f5f5f5);
    padding: 13px 20px;
    margin: 0;
}
.widget_shopping_cart .woocommerce-mini-cart__total{
	padding:20px
}

.widget_shopping_cart .woocommerce-mini-cart__buttons {
    padding: 20px;
}



/* SORTING */
.woocommerce-sorting-wrapper {

  background-color: #fff;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  border-bottom: 0px solid var(--border-color);
  transition: background-color 0.6s, border-color 0.6s, width 0.6s, opacity 1.2s;
}

body.sticky .woocommerce-sorting-wrapper {
  z-index: 11;
  border: 0px solid var(--border-color-sticky);
  border-right: none;
  background-color: transparent;
}

.woocommerce-sorting-wrapper{
 opacity: 1;
}


.col-md-6.col-6.botiga-sorting-left,
.col-md-6.col-6.botiga-sorting-right {
  padding: 0;
}

.botiga-sorting-left-inner,
.botiga-sorting-right-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0px;
  align-items: center;
  justify-content: center;
  width: 100%;
}


.botiga-sorting-left-inner .inner-column,
.botiga-sorting-right-inner .inner-column {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}



.sidebar-slide .sidebar-open-wrapper .sidebar-open,
p.woocommerce-result-count,
.inner-column.botiga-pagination-ppp,
.woocommerce-sorting-wrapper select {
  font-size: var(--sorting-font-size);
  text-transform:lowercase;
  margin-bottom: 0 !important;
}

.botiga-pagination-ppp ul li.active {
    opacity: 1;
    color: #22bccc;
}
.woocommerce-sorting-wrapper select {
  border: 0;
  padding: 0;
  max-width: 244px;
  min-height: auto;
  background-position: 100% center !important;
  background-color: transparent;
}
/*
.botiga-sorting-left-inner,
.botiga-sorting-right-inner {
  grid-template-columns: 1fr;
}
.botiga-sorting-left-inner .inner-column:last-child,
.botiga-sorting-right-inner .inner-column:last-child {
  display: none;
}

Responsive Sorting */

@media (max-width: 768px) {
  .botiga-sorting-left-inner {
    display: none;
  }
  .botiga-sorting-right-inner {
      padding-left: 0px;
      grid-gap: 0px;
  }
  .botiga-sorting-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (max-width: 575px) {
  .botiga-sorting-right-inner {
      grid-template-rows: 1fr 1fr;
      grid-template-columns: 1fr;
    }
}

/* Mobile Sticky Sorting */
body.mobilesticky .woocommerce-sorting-wrapper {
  width: calc(100% - 20px) !important;
  position: fixed;
  top: 71px !important;
  z-index: 11;
  left: 10px !important;
  border:none;
  border-right: none;
  background-color:transparent;
  transition: background-color 0.6s, border-color 0.6s, width 0.6s;
}

body.mobilesticky.admin-bar .woocommerce-sorting-wrapper {
  top: 102px !important;
}

@media (max-width: 782px) {
  body.mobilesticky.admin-bar .woocommerce-sorting-wrapper {
    top: 97px !important;
  }
}

@media (max-width: 575px) {
  .bhfb-desktop .bhfb-column.bhfb-column-1, .bhfb-mobile .bhfb-column.bhfb-column-1, .bhfb-desktop .bhfb-column.bhfb-column-3, .bhfb-mobile .bhfb-column.bhfb-column-3 {
      width: 171px !important;
      border: none !important;
  }
  body.mobilesticky .woocommerce-sorting-wrapper {
    width: calc(100% - 14px) !important;
    left: 7px !important;
    top: 61px !important;
  }
  .woocommerce-sorting-wrapper {
    top: 44px !important;
  }
  body.mobilesticky.admin-bar .woocommerce-sorting-wrapper {
    top: 81px !important;
  }
}



.sidebar-slide+.widget-area {
    width: 550px !important;
    max-width: 550px !important;
    height: auto;
    top: 20px;
    padding: 0px;
}


.bhfb-main_header_row {
    background-color: rgba(255, 255, 255, 0);
    border: 0px solid var(--border-color) !important;
    transition: background-color 0.6s, border-color 0.6s;
}




.bhfb-desktop .bhfb-column.bhfb-column-1, .bhfb-mobile .bhfb-column.bhfb-column-1,.bhfb-desktop .bhfb-column.bhfb-column-3, .bhfb-mobile .bhfb-column.bhfb-column-3{
 width: 211px;
 border:none !important;
}

.bhfb-desktop .bhfb-column.bhfb-column-2 {
  width: calc(100vw - 502px);
  justify-content: center;

}

.bhfb-row.bhfb-cols-3.bhfb-cols-layout-fluid-desktop.bhfb-cols-layout-equal-tablet {
    gap: 0px;
}


.woocommerce-sorting-wrapper{
    background-color:transparent;
}

body.sticky .woocommerce-sorting-wrapper{
   background-color: transparent;
    backdrop-filter:blur(0px);
}

body.botiga-scrolling-up header.bhfb.bhfb-header.bhfb-desktop {
    position: sticky;
    top: 0px !important;
    transition: 0.5s;
}

body.admin-bar.botiga-scrolling-up header.bhfb.bhfb-header.bhfb-desktop {
    position: sticky;
    top: 32px !important;
    transition: 0.5s;
}

body.botiga-scrolling-down header.bhfb.bhfb-header.bhfb-desktop.sticky {
    top: -74px !important;
    transition: 0.5s;
}

.woocommerce-sorting-wrapper{
    top:20px;

}

body.botiga-scrolling-up .woocommerce-sorting-wrapper.sticky {
  position: sticky;
  top:60px;
  transition:all 0.5s;
}

body.admin-bar.botiga-scrolling-up .woocommerce-sorting-wrapper.sticky {
  position: sticky;
  top:92px;
  transition:all 0.5s;
}

body.botiga-scrolling-down .woocommerce-sorting-wrapper.sticky {
  position: sticky;
  top:-5px;
  transition:all 0.5s;
}

body.admin-bar.botiga-scrolling-down .woocommerce-sorting-wrapper.sticky {
  position: sticky;
  top:27px;
  transition:all 0.5s;
}


.botiga-pagination-ppp-view{
  margin-right: 5px;
}

ul.products li.product .price {
    text-align: center;
    font-weight: 400;
    font-size: 18px;
    font-family: 'Atypical Regular Text';
}


.tax-product_brand .content-wrapper {
    margin-top: 0px;
    margin-bottom: 0px;
	    padding-left: 0;
    padding-right: 0;
    max-width: 100%;
}



a.button, .button, .checkout-button, .wp-block-button__link, .wc-block-components-button, ul.products li.product .button, .wpforms-block:not(.wpforms-render-modern) .wpforms-submit, .widget_product_search button, .search-submit, input[type=button], input[type=reset], input[type=submit] {
    border: 1px solid var(--bt-color-button-border, #212121);
}

.sidebar-slide+.widget-area {
    width: 420px;
}

.sidebar-slide+.widget-area .sidebar-wrapper {
    padding: 52px 0 0;
    height: 100%;
}


.tax-product_brand [data-filter-id="filter-1"]{
	display:none;
}
.header-search-form-active .header-search-form {
    border:none;
}
.header-search-form form button {
    display: flex;
    min-height: 0;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    line-height: 46px;
    padding: 0px !important;
    height: 46px;
    width:  48px;
}
.search-submit .ws-svg-icon {
  height: 38px;
  width: 38px;
}
.search-submit .ws-svg-icon svg {
  height: 38px;
  width: 38px;
}

.sidebar-slide+.widget-area .sidebar-wrapper .close-sidebar{
  width: 32px;
  height: 32px;
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
}

.sidebar-slide+.widget-area .sidebar-wrapper .close-sidebar svg {
    width: 32px;
    height: 32px;
    fill:var(--wp--preset--color--color-0);
}
.sidebar-slide+.widget-area .sidebar-wrapper .close-sidebar svg path:nth-child(2){
    fill:var(--wp--preset--color--color-5);
}
.sidebar-slide+.widget-area .sidebar-wrapper .close-sidebar svg path {
    -webkit-transform: scale(1);
    transform: scale(1);
}
input#woocommerce-product-search-field-search-form-1 {
    line-height: 1.22 !important;
    max-height:44px;
}
 .header-search-form form .search-field {
    display: block;
    min-height: 0;
    font-size: 1rem;
    padding: 8px;
}

.header-search-form form button{
    padding: 0px !important;
}
.icon-cancel path {
    -webkit-transform: scale(1);
    transform: scale(1);

}
.header-search .icon-cancel svg {
    width: 44px;
    height: 44px;
}

.botiga-ajax-search__wrapper {
    position: absolute;
    top: calc(100% + 5px);
    left: 0;
    background: #fff;
    padding: 15px;
    border: none;
    border-radius: 12px;
    width: 100%;
    min-width: 526px;
    -webkit-box-shadow: 0px 30px 80px -10px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 30px 80px -10px rgba(0, 0, 0, 0.1);

}
.botiga-ajax-search__heading-title{
    font-family: "ButtonsStraight1", Sans-serif;
}
.botiga-ajax-search__item-info h3 {

    font-size: 18px;
    margin: 0;
    text-transform: uppercase;
}
.botiga-ajax-search__see-all a{
  font-size: 18px;
  text-transform: uppercase;
}
.botiga-ajax-search__item-price .woocommerce-Price-amount {
    font-weight: 400;
    font-size: 18px;
}
@media (min-width: 1025px) {
    .menu-item-23557.botiga-mega-menu>.sub-menu {
        transform: translate3d(-50%, 17px, 0) !important;
    }
}
.product-wrapper{
	background-color:var(--wp--preset--color--color-5);
}
.product-gallery-summary.gallery-grid.has-thumbs-slider {
    max-width: 1640px;
    margin: 0 auto;
	padding-top:40px;
}
.product-gallery-summary.gallery-grid .woocommerce-product-gallery__wrapper, .product-gallery-summary.gallery-scrolling .woocommerce-product-gallery__wrapper {

    justify-content: center;
}

.product-gallery-summary.gallery-grid .woocommerce-product-gallery__wrapper>div, .product-gallery-summary.gallery-scrolling .woocommerce-product-gallery__wrapper>div {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    max-width: 470px;
}
.product-gallery-summary .entry-summary {
    padding-left: 0px;
    padding-right: 30px;
}
.product-gallery-summary.gallery-grid .sticky-entry-summary, .product-gallery-summary.gallery-scrolling .sticky-entry-summary, .product-gallery-summary.gallery-showcase .sticky-entry-summary {

    max-width: 480px;
}

@media (max-width: 768px) {
.product-gallery-summary.gallery-grid .sticky-entry-summary, .product-gallery-summary.gallery-scrolling .sticky-entry-summary, .product-gallery-summary.gallery-showcase .sticky-entry-summary {

    max-width:100%;
}
}

hr.divider {
		background-color:var(--wp--preset--color--color-5);
}



.iconic-was-swatch__container {
       width: 24px !important;
    height: 24px !important;
}




.variations_form label {
    font-weight: 400;
    display: block;
    margin: 0px;
}

p.woocommerce-result-count {
       width: 100%;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;

}

.botiga-pagination-content {
    width: 100%;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;

}

.outer-button {
      width: 100%;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;

}
.nice-select {
    width: 100%;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;

}
form.woocommerce-ordering {
    width: 100%;

}

.woocommerce-sorting-wrapper{
    width: calc(100% - 80px) !important;
    left:40px !important;
    margin: 0 auto;
    padding: 15px 0px 0px 0px;
    transition: all 0.6s;
}

@media screen and (max-width: 1400px) and (min-width: 1201px) {
  .woocommerce-sorting-wrapper{
      width: calc(100% - 60px) !important;
      left:30px !important;
      margin: 0 auto;
      padding: 15px 0px 0px 0px;
      transition: all 0.6s;
  }
}

@media screen and (max-width: 1200px) and (min-width: 768px) {
  .woocommerce-sorting-wrapper{
      width: calc(100% - 40px) !important;
      left:20px !important;
    }
}
@media screen and (max-width: 767px) and (min-width: 421px) {
  .woocommerce-sorting-wrapper{
      width: calc(100% - 30px) !important;
      left:15px !important;
    }
}

@media screen and (max-width: 420px){
  .woocommerce-sorting-wrapper{
      width: calc(100% - 20px) !important;
      left:10px !important;
    }
}

.woocommerce-sorting-wrapper .row{
    max-width: 1640px;
    margin: 0 auto;
    background-color: transparent;
    height: 44px;

}




.botiga-sorting-left-inner .inner-column, .botiga-sorting-right-inner .inner-column {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    border-right: 0px solid var(--border-color-sticky);
    height: 44px;
  ¡
    background-color: transparent;
    border: solid 0px #696b6d;
    box-sizing: border-box;
    z-index: 9;
}


.bhfb.bhfb-header .bhfb-builder-item.bhfb-component-search .ws-svg-icon, .bhfb.bhfb-header .bhfb-builder-item.bhfb-component-woo_icons .ws-svg-icon, .bhfb-mobile_offcanvas .bhfb-builder-item.bhfb-component-search .ws-svg-icon, .bhfb-mobile_offcanvas .bhfb-builder-item.bhfb-component-woo_icons .ws-svg-icon {

    box-shadow: rgba(149, 157, 165, 0.5) 0px 8px 24px;
    border-radius: 15px;
}
/*
.sorting-item {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.93);
    backdrop-filter: blur(31px);
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    border-radius: 5px;
    background-image: url("/wp-content/uploads/2025/08/fondo-menu-dark.svg");
}
*/
.sorting-item {

width: 100%;
}
.woocommerce-sorting-wrapper .row {
    backdrop-filter: blur(21px);
  }

.woocommerce-sorting-wrapper{
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" id="fondo-dark" version="1.1" viewBox="0 0 100% 100%" width="100%" height="44px"><defs><style> .white1 { fill:rgba(255, 255, 255, 0.8); } .menu-right{ transform: translate(calc(100% - 22px), 0px); } </style></defs><g class="menu-all" width="100%" height="44px"><path class="white1" d="M22,0C3.04,0,0,3.03,0,22s3.04,22,22,22V0Z"></path><rect class="white1" x="22px" width="calc(100% - 44px)" height="44px"></rect><g class="menu-right" width="22px" height="44px"><path class="white1" d="M0,44c18.96,0,22-3.03,22-22S18.96,0,0,0v44Z"></path></g></g></svg>');
    background-size: cover;
    background-repeat: no-repeat;
}

/*
.inner-column{
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
border-radius: 15px;
}
*/
.bhfb.bhfb-header .bhfb-component-menu {

    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 20px;
    backdrop-filter: blur(25px);
}

.bhfb.bhfb-header .main-navigation, .bhfb.bhfb-header .secondary-navigation, .bhfb-mobile_offcanvas .main-navigation, .bhfb-mobile_offcanvas .secondary-navigation {
    padding: 4px 30px 5px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" id="fondo-dark" version="1.1" viewBox="0 0 100% 100%" width="100%" height="44px"><defs><style> .white1 { fill:rgba(255, 255, 255, 0.8); } .menu-right{ transform: translate(calc(100% - 22px), 0px); } </style></defs><g class="menu-all" width="100%" height="44px"><path class="white1" d="M22,0C3.04,0,0,3.03,0,22s3.04,22,22,22V0Z"></path><rect class="white1" x="22px" width="calc(100% - 44px)" height="44px"></rect><g class="menu-right" width="22px" height="44px"><path class="white1" d="M0,44c18.96,0,22-3.03,22-22S18.96,0,0,0v44Z"></path></g></g></svg>');
    background-size: cover;
    background-repeat: no-repeat;
}
ul.products li.product .woocommerce-loop-product__title{
  margin: 0;
}

ul.products li.product .button{
  border: none !important;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  width: 100%;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" id="fondo-dark" version="1.1" viewBox="0 0 100% 100%" width="100%" height="44px"><defs><style> .grey { fill:%23fff; } .grey-border { fill: %23dde2e6; } .menu-right{ transform: translate(calc(100% - 22.5px), 0px); } </style></defs><g class="menu-all" width="100%" height="44px"><g class="menu-left" width="22px" height="44px"><path class="grey" d="M22,.5c-8.32.15-13.48.64-16.56,2.79C1.36,6.09.57,11.4.5,22c.07,10.6.86,15.91,4.94,18.71,3.08,2.15,8.24,2.65,16.56,2.79"/><path class="grey-border" d="M21.99,44c-8.45-.15-13.64-.65-16.83-2.88C.86,38.17.07,32.61,0,22,.07,11.39.86,5.83,5.16,2.88,8.35.65,13.54.15,21.99,0l.02,1c-8.25.15-13.29.62-16.28,2.71C1.79,6.4,1.07,11.75,1,22c.07,10.24.79,15.6,4.73,18.29,2.99,2.09,8.03,2.56,16.28,2.71l-.02,1Z"/></g><rect class="grey" x="21.5px" width="calc(100% - 43.5px)" height="44px"/><rect class="grey-border" x="21.5px" width="calc(100% - 43.5px)" height="1"/><rect class="grey-border" x="21.5px" y="43" width="calc(100% - 43.5px)" height="1"/><g class="menu-right" width="22px" height="44px"><path class="grey" d="M0,43.5c8.32-.15,13.48-.64,16.56-2.79,4.08-2.8,4.88-8.1,4.94-18.71-.07-10.6-.86-15.91-4.94-18.71C13.48,1.14,8.32.65,0,.5"/><path class="grey-border" d="M.02,44c8.45-.15,13.63-.65,16.83-2.88,4.3-2.94,5.09-8.51,5.16-19.11-.07-10.61-.86-16.18-5.16-19.12C13.65.65,8.46.15.02,0L0,1c8.25.15,13.29.62,16.27,2.71,3.94,2.7,4.66,8.05,4.73,18.3-.07,10.24-.79,15.6-4.73,18.29C13.29,42.38,8.25,42.85,0,43l.02,1Z"/></g></g></svg>');
  background-size: 100%;
  background-repeat: no-repeat;
  background-color: transparent !important;
}
ul.products li.product .button:hover{
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" id="fondo-dark" version="1.1" viewBox="0 0 100% 100%" width="100%" height="44px"><defs><style> .blue { fill:%2322BCCC; } .blue-border { fill: %234A8F9E; } .menu-right{ transform: translate(calc(100% - 22.5px), 0px); } </style></defs><g class="menu-all" width="100%" height="44px"><g class="menu-left" width="22px" height="44px"><path class="blue" d="M22,.5c-8.32.15-13.48.64-16.56,2.79C1.36,6.09.57,11.4.5,22c.07,10.6.86,15.91,4.94,18.71,3.08,2.15,8.24,2.65,16.56,2.79"/><path class="blue-border" d="M21.99,44c-8.45-.15-13.64-.65-16.83-2.88C.86,38.17.07,32.61,0,22,.07,11.39.86,5.83,5.16,2.88,8.35.65,13.54.15,21.99,0l.02,1c-8.25.15-13.29.62-16.28,2.71C1.79,6.4,1.07,11.75,1,22c.07,10.24.79,15.6,4.73,18.29,2.99,2.09,8.03,2.56,16.28,2.71l-.02,1Z"/></g><rect class="blue" x="21.5px" width="calc(100% - 43.5px)" height="44px"/><rect class="blue-border" x="21.5px" width="calc(100% - 43.5px)" height="1"/><rect class="blue-border" x="21.5px" y="43" width="calc(100% - 43.5px)" height="1"/><g class="menu-right" width="22px" height="44px"><path class="blue" d="M0,43.5c8.32-.15,13.48-.64,16.56-2.79,4.08-2.8,4.88-8.1,4.94-18.71-.07-10.6-.86-15.91-4.94-18.71C13.48,1.14,8.32.65,0,.5"/><path class="blue-border" d="M.02,44c8.45-.15,13.63-.65,16.83-2.88,4.3-2.94,5.09-8.51,5.16-19.11-.07-10.61-.86-16.18-5.16-19.12C13.65.65,8.46.15.02,0L0,1c8.25.15,13.29.62,16.27,2.71,3.94,2.7,4.66,8.05,4.73,18.3-.07,10.24-.79,15.6-4.73,18.29C13.29,42.38,8.25,42.85,0,43l.02,1Z"/></g></g></svg>');
  background-size: 100%;
  background-repeat: no-repeat;
  background-color: transparent !important;
}

.add-to-cart{
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
      width: 100%;
}

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


@media (min-width: 1401px) {
    .bhfb-main_header_row {
        margin: 20px 40px 0 40px;
    }
    .bhfb-desktop .bhfb-column.bhfb-column-2 {
      width: calc(100vw - 502px);
      justify-content: center;
  }
}
@media screen and (max-width: 1400px) and (min-width: 1201px) {
  .bhfb-main_header_row {
      margin: 20px 30px 0 30px;
  }
  .bhfb-desktop .bhfb-column.bhfb-column-2 {
    width: calc(100vw - 482px);
    justify-content: center;
}
}

@media screen and (max-width: 1200px) and (min-width: 992px) {
  .bhfb-main_header_row {
      margin: 10px 20px 0 20px;
  }
  .bhfb-desktop .bhfb-column.bhfb-column-2 {
    width: calc(100vw - 462px);
    justify-content: center;
}
body.botiga-scrolling-up .woocommerce-sorting-wrapper.sticky {
    position: sticky;
    top: 50px;
    transition: all 0.5s;
}
}
@media screen and (min-width: 1725px){
.full-title .elementor-heading-title{
  font-size:162px !important;
}
}
@media screen and (min-width: 768px){
.mask-01{
    -webkit-mask-image: url(/wp-content/uploads/2025/08/fondo-menu-dark-left-2.svg),url(/wp-content/uploads/2025/08/fondo-menu-dark-right-2.svg),url(/wp-content/uploads/2025/08/fondo-menu-dark-center.svg);
    -webkit-mask-size: contain, contain, calc(100% - 160px);
    -webkit-mask-position:left center,right center,center center;
    -webkit-mask-repeat: no-repeat;
}
}

@media screen and (max-width: 1640px){
.border-none1{
  border-left:none !important;
}
.border-none2{
  border-right:none !important;
}
}

@media screen and (min-width: 1640px){
.border-none1{
  border-left:1px solid var(--e-global-color-d009fd2) !important;
}
.border-none2{
  border-right:1px solid var(--e-global-color-d009fd2) !important;
}
}
.site-header-cart .count-number, .header-wishlist-icon .count-number {
    position: absolute;
    top: 0;
    right: 0;
    width: 44px;
    height: 44px;
    line-height: 44px;
    color: #ffffff !important;
    background-color: transparent !important;
    text-align: center;
    border-radius: 0;
    font-size: 24px;
    letter-spacing: 0;
    border: none;
    font-family: 'ButtonsStraight1';
}


@media screen and (max-width: 575px){

  .bhfb.bhfb-header .bhfb-builder-item, .bhfb-mobile_offcanvas .bhfb-builder-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: flex-start;
}
.site-header-cart .count-number, .header-wishlist-icon .count-number {
    position: absolute;
    top: 0;
    right: 0;
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 20px;
  }
}

.elementor-button-link{
  text-decoration: none !important;
}

.widget.botiga_widget.botiga_widget_product_swatch_active_filter.horizontal-style.btsf-active-filters.btsf-active-filters-above-products {
    margin: 0;
    padding: 0;
}
.widget.botiga_widget.botiga_widget_product_swatch_active_filter.horizontal-style.btsf-active-filters.btsf-active-filters-before-filters {
    padding: 30px;
    width: 100%;
    border-top: 1px solid #adb3bd;
}
.botiga_widget_product_swatch_active_filter.horizontal-style ul li{
  text-transform: uppercase;
}

.botiga_widget_product_swatch_active_filter ul li strong {
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
}
body.sidebar-slide-opened:before{
  display: none;
}
.filter-overlay {
    position: fixed;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 16;
    background-color: rgba(33, 33, 33, 0.3);
    left: -100%;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
.sidebar-slide+.widget-area .sidebar-wrapper{
  z-index: 20;
}
.sidebar-slide-opened .filter-overlay {
    opacity: 1;
    left: 0;
}

.header-search-form form .search-field, .header-search-form .botiga-select select {
    border-radius: 12px !important;

}

.header-search-form-active .header-search-form {
    opacity: 1;
    left: calc(50% - 263px);
    visibility: visible;
    width: 526px;
    padding: 0;
}
input#woocommerce-product-search-field-search-form-1 {
    line-height: 1.22 !important;
    max-height: 44px;
    height: 44px;
}
.header-search-form-inner {
    max-width: 526px;
    margin: 5px auto 0;
}
.woocommerce-product-search .search-submit {
    height: 38px;
    width: 38px;
    top: 8px;
    right: 3px;
    position: absolute;
}
.woocommerce-product-search.botiga-ajax-search .search-submit {
top: 3px;
}
.header-search-form-row.active > div > form > button > i > svg > path:nth-child(2) {
    fill: #fff;
}
.btsf-filter-type-color-swatch .btsf-filter-list {
    gap: 5px;
}
.btsf-filter-type-label .btsf-filter-list {
    gap: 5px;
}
.btsf-filter-type-color-swatch .btsf-terms-text-link {
    border:none;
    mask: url(/wp-content/uploads/2025/08/fondo-menu-dark-swatches-3.svg) no-repeat center / contain;
    -webkit-mask:  url(/wp-content/uploads/2025/08/fondo-menu-dark-swatches-3.svg) no-repeat center / contain;

}

.btsf-filter-type-label .btsf-terms-text-link{
border-radius: 8px;
padding: 7.5px 10px;
}

.button.loading:after {
  font-family: WooCommerce;
  content: "\e031";
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  margin-left: 0.5em;
  display: inline-block;
  width: auto;
  height: auto;
}
.button.loading {
  opacity: 0.5;
  pointer-events: none;
}
.button.added:after {
  font-family: WooCommerce;
  content: "\e017";
  margin-left: 0.5em;
  display: inline-block;
  width: auto;
  height: auto;
}


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


.disabled {
    pointer-events: none;
    opacity: 1;
    color: #a5b6bf !important;
}
.widget_shopping_cart .woocommerce-mini-cart__buttons .button.checkout{
border: none !important;
box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
width: 100%;
background-size: 100%;
background-repeat: no-repeat;
background-color: transparent !important;
background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" id="fondo-dark" version="1.1" viewBox="0 0 100% 100%" width="100%" height="44px"><defs><style> .grey { fill:%23fff; } .grey-border { fill: %23dde2e6; } .menu-right{ transform: translate(calc(100% - 22.5px), 0px); } </style></defs><g class="menu-all" width="100%" height="44px"><g class="menu-left" width="22px" height="44px"><path class="grey" d="M22,.5c-8.32.15-13.48.64-16.56,2.79C1.36,6.09.57,11.4.5,22c.07,10.6.86,15.91,4.94,18.71,3.08,2.15,8.24,2.65,16.56,2.79"/><path class="grey-border" d="M21.99,44c-8.45-.15-13.64-.65-16.83-2.88C.86,38.17.07,32.61,0,22,.07,11.39.86,5.83,5.16,2.88,8.35.65,13.54.15,21.99,0l.02,1c-8.25.15-13.29.62-16.28,2.71C1.79,6.4,1.07,11.75,1,22c.07,10.24.79,15.6,4.73,18.29,2.99,2.09,8.03,2.56,16.28,2.71l-.02,1Z"/></g><rect class="grey" x="21.5px" width="calc(100% - 43.5px)" height="44px"/><rect class="grey-border" x="21.5px" width="calc(100% - 43.5px)" height="1"/><rect class="grey-border" x="21.5px" y="43" width="calc(100% - 43.5px)" height="1"/><g class="menu-right" width="22px" height="44px"><path class="grey" d="M0,43.5c8.32-.15,13.48-.64,16.56-2.79,4.08-2.8,4.88-8.1,4.94-18.71-.07-10.6-.86-15.91-4.94-18.71C13.48,1.14,8.32.65,0,.5"/><path class="grey-border" d="M.02,44c8.45-.15,13.63-.65,16.83-2.88,4.3-2.94,5.09-8.51,5.16-19.11-.07-10.61-.86-16.18-5.16-19.12C13.65.65,8.46.15.02,0L0,1c8.25.15,13.29.62,16.27,2.71,3.94,2.7,4.66,8.05,4.73,18.3-.07,10.24-.79,15.6-4.73,18.29C13.29,42.38,8.25,42.85,0,43l.02,1Z"/></g></g></svg>');
}


.botiga-pagination-button svg {
  opacity: 0;
  -webkit-animation-name: spin;
          animation-name: spin;
  -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;
}
