@charset "UTF-8";
/* # 00.
---------------------------------------------------------------------------------------------------- 

    01.     THEME
    02.     HEADER
    03.     FOOTER
    04.     FORMULARIOS
    05.     INICIO
    06.     NOSOTROS
    07.     PORTFOLIO
    08.     BLOG
    09.     CONTACTO
    10.     WOOCOMMERCE
    11.     PAGES

/* # 01. THEME
---------------------------------------------------------------------------------------------------- */
/* Importar links*/
@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined');


:root {
    --primary-color: #FF703F;
    --secondary-color: #8776CC;
    --dark-color: #0d0d0d;
    --medium-color:#6C6E74;
    --light-color:#f8f9fc;
    --white-color:#FFF;
    --font-primary: 'Montserrat', sans-serif;
    --font-secondary: 'Montserrat', sans-serif;

    --bold:700;
    --medium:500;
    --light: 300;
}


body {
  background: var(--light-color);
	font-family: var(--font-secondary);
	font-weight: 300;
  font-style: normal;
	font-size: 14px;
	line-height: 1.4;
}

.et_pb_section { background-color: transparent;}

.font-primary { font-family: var(--font-primary)!important; }
.font-secondary { font-family: var(--font-secondary)!important; }

.uppercase { text-transform: uppercase;}

.text-body { font-size:18px;}

/* ## Colores de Fondos
--------------------------------------------- */
.bg-primary { background: var(--primary-color) !important; color: var(--white-color); }
.bg-secondary { background: var(--secondary-color) !important; color: var(--white-color); }

.bg-dark{ background: var(--dark-color); color: var(--white-color);}
.bg-medium { background: var(--light-color); color: var(--dark-color);}
.bg-light { background: var(--white-color); color: var(--dark-color);}

/* ## Colores de Textos
--------------------------------------------- */ 
.text-color-primary { color: var(--primary-color)!important; }
.text-color-secondary { color: var(--secondary-color)!important; }

.text-color-dark { color: var(--dark-color)!important; }
.text-color-medium { opacity: 0.5!important; }
.text-color-light { color:var(--white-color)!important; }

/* ## Botones
--------------------------------------------- */ 
.et_pb_button {
	border-radius: 25px!important;
	border: 2px solid !important;
	font-size: 18px !important;
}
.btn--info {
	border-color: var(--primary-color)!important;
	color: var(--primary-color)!important;
	background: transparent!important;
}
.btn--call {
	border-color: var(--primary-color)!important;
	background: var(--primary-color)!important;
	color: var(--dark-color)!important;
}

/* ## Layout
--------------------------------------------- */ 
.et_pb_row {
	width: 100%;
	max-width: 1080px;
	padding-left: 1rem;
	padding-right: 1rem;
}
.wrapper .et_pb_row {
	width: 100%;
	max-width: 100%;
	padding-left: 0px !important;
	padding-right: 0px !important;
}
.vertical-align-top {
	margin-top: 0px;
	margin-bottom: auto;
}
.vertical-align-center {
	margin-top: auto;
	margin-bottom: auto;
}
.vertical-align-bottom {
	margin-top: auto;
	margin-bottom: 0px;

}

.sticky-0{ position: sticky; top: 0;}

.py-xl{ padding-top: 3.5rem; padding-bottom: 3.5rem;}
.py-l{padding-top: 2.5rem; padding-bottom: 2.5rem;}
.py-m{padding-top: 1.5rem; padding-bottom: 1.5rem;}

.pt-xl{ padding-top: 3.5rem;}
.pt-l{padding-top: 2.5rem;}
.pt-m{padding-top: 1.5rem;}

.pb-xl{padding-bottom: 3.5rem;}
.pb-l{padding-bottom: 2.5rem;}
.pb-m{padding-bottom: 1.5rem;}


/* ## Slick
--------------------------------------------- */ 
.slick-slide {margin-bottom: 0px !important;}

.slick-track { display: flex;}

.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 32px;
    height: 32px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    background-color: var(--dark-color);
    color: transparent;
    border: none;
    outline: none;
    border-radius: 50%;
}
 
 
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    outline: none;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: 0.25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'etmodules';
    font-size: 21px;
    line-height: 0.6;
    opacity: 0.75;
    color: var(--white-color)!important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left:1rem !important;
    z-index: 99!important;
}
[dir='rtl'] .slick-prev
{
    right: 16px;
    left: auto;
}
.slick-prev:before
{
    content: '\34';
}
[dir='rtl'] .slick-prev:before
{
    content: '\35';
}
.slick-next
{
    right: 1rem !important;
    z-index: 99!important;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: 16px;
}
.slick-next:before
{
    content: '\35';
}
[dir='rtl'] .slick-next:before
{
    content: '\34';
}

/* ## Ajax Pro Search
--------------------------------------------- */ 
.asp_w,
.asp_m,
.probox .prosettings,
.asp_m .probox .promagnifier{background: transparent !important;}

.probox { border: 1px solid var(--dark-color)!important; border-radius: 8px!important;}

.probox .proinput input::placeholder,
.probox .proinput input.orig,
.probox .proinput input.autocomplete,
.results .item .asp_content h3 a{color: var(--dark-color)!important;}

.asp_m .probox .promagnifier .innericon svg {fill: var(--dark-color)!important;}

/* # 02. HEADER
---------------------------------------------------------------------------------------------------- */
header {
    position:sticky; 
    top:0; 
    width:100%; 
    padding-left: 1rem; 
    padding-right: 1rem; 
    z-index: 999;
    background: var(--white-color);
    overflow: visible;
}

header .content--nav{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding-left: 0px!important;
    padding-right: 0px!important;
    align-items: center;

}

header .content--nav .content--nav-menu{ max-width: 25%; order:1;}
header .content--nav .content--nav-logo{ max-width: 50%; order:2;}
header .content--nav .content--nav-search{ max-width: 100%; order:4; padding-left: 1rem; padding-right: 1rem;}
header .content--nav .content--nav-icons{ max-width: 25%; order:3;}

header .content--nav .content--nav-menu,
header .content--nav .content--nav-logo,
header .content--nav .content--nav-search,
header .content--nav .content--nav-icons{padding-top:0px !important; padding-bottom:0px !important; margin-top:0px !important; margin-bottom: 0px !important;}

header .content--nav .content--nav-search{ margin-top: 1rem!important;}
header .content--nav .content--nav-logo .et_pb_image { text-align: center;}
header .content--nav .content--nav-logo .et_pb_image img{max-height: 56px; width: 100%;}

header .content--nav .content--nav-icons .et_pb_column {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

header .content--nav .content--nav-icons .et_pb_icon { margin-bottom: 0px !important; margin-left: 1rem; margin-right: 0px;}

header .content--nav .content--nav-icons .et_pb_icon .et_pb_icon_wrap .et-pb-icon{ font-size: 21px!important; color: var(--dark-color) !important;}

.et_pb_menu--style-left_aligned .et_pb_menu__wrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center !important;
}
.mobile_nav .mobile_menu_bar:before {color: var(--dark-color)!important;}
.mobile_nav.opened .mobile_menu_bar:before { content: "\4d";}

.et_mobile_menu {
    position: fixed !important;
    width: 100vw;
    height: calc(100vh - var(--header-height, 80px));
    top: var(--header-height, 80px)!important;
    border-color: var(--primary-color) !important;
    overflow-x: hidden;
    overflow-y: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.et_mobile_menu li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.et_mobile_menu li.menu-item-has-children::before {
    font-family: 'etmodules';
    content: '\35';
    position: absolute;
    right: 1rem;
    color: var(--secondary-color);
    font-size: 21px;
    padding: 8px;
    transform: rotate(90deg);
}
.et_mobile_menu li.menu-item-has-children.active::before {transform: rotate(-90deg);}

.et_mobile_menu li.menu-item-has-children>a { display: inline-block !important; background-color:transparent!important; }
.et_mobile_menu li.menu-item-has-children .sub-menu { display:none !important; }

.et_mobile_menu li.menu-item-has-children ul.sub-menu.block {display: block !important;}

.et_pb_column.et_pb_column_1_2.et_pb_column_1_tb_body.bg-primary.et_pb_css_mix_blend_mode_passthrough {
    position: static !important;
}

.et_pb_column.et_pb_column_1_2.et_pb_column_2_tb_body.et_pb_css_mix_blend_mode_passthrough.et-last-child {
    position: static !important;
}

/* # 03. FOOTER
---------------------------------------------------------------------------------------------------- */
#main-footer {
    background-color: var(--dark-color);
    color: var(--light-color) !important;
    background: var(--dark-color) !important;
}

#footer-widgets .footer-widget li a {
    color: var(--light-color);
    text-decoration: none;
}

.footer-widget {
    width: 200px !important;
}

/* # 04. FORMULARIOS
---------------------------------------------------------------------------------------------------- */
.gform_wrapper {}
.gform_required_legend { display:none; }
.gform_wrapper input:not([type="submit"]) { 
  background-color: transparent;
  border-color: var(--dark-color);
  border-radius:4px !important;
}

.gform_wrapper input:not([type="submit"])::placeholder { 
    color: var(--dark-color);
}

.gform_wrapper a { color: var(--dark-color)!important;}
.gform_wrapper a:hover { opacity: 0.5;}

.gform_wrapper input[type="submit"] { 
    background-color: transparent;
    border: 2px solid;
    color: var(--dark-color);
    padding: 10px 25px;
    border-radius: 25px;
    font-weight: bold;
    font-size: 16px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.gform_wrapper .name_first { padding-right:0px!important;}

.bg-primary .gform_wrapper input:not([type="submit"]) { border-color: var(--white-color); }

.bg-primary .gform_wrapper input[type="submit"]{
    background: var(--white-color)!important;
    border-color: var(--white-color)!important;
    color: var(--dark-color) !important;
}

.bg-primary .gform_wrapper a { color: var(--white-color)!important;}

/* # 05. INICIO
---------------------------------------------------------------------------------------------------- */
.content--support { 
    display:flex; 
    flex-wrap:wrap; 
    margin-left:-8px; 
    margin-right:-8px;
}
.content--support .card { 
    width:100%; 
    padding:2rem 1.5rem; 
    border:1px solid var(--medium-color); 
    border-radius:8px; 
    margin-left:8px; 
    margin-right:8px;
    margin-bottom:8px;
}

.content--support .card a.btn { 
    display: inline-block; 
    margin-top: 1rem; 
    padding: 8px 24px; 
    border-radius: 25px;
    min-width:168px;
    font-weight:700;
    text-align:center;
}

.content--support .card a.btn.btn--info { 
    border: 1px solid var(--secondary-color)!important; 
    font-size: 16px; 
    color: var(--secondary-color)!important;
    transition: 0.42s ease;
    
}

.content--support .card a.btn.btn--info:hover {
    background:var(--secondary-color)!important;
    color:var(--white-color)!important;
}

.list--items-support ul { padding: 0px!important;}

.list--items-support ul li { 
    list-style:none; 
    padding:1rem 0rem; 
    border-bottom: 1px solid;
    font-size:18px;    
}

.list--items-support ul li:after {
    font-family:ETmodules!important;
    content:"\24";
    color: var(--secondary-color)!important;
    font-size: 21px;
    position:absolute;
    right:0;
}

.list--items-support ul li:first-child { padding-top:0px;}
.list--items-support ul li:last-child { padding-bottom:0px; border-bottom: none;}

.post {
    overflow:hidden;
    border:none!important;
    border-radius:8px;
}


/* # 09. CONTACTO 
---------------------------------------------------------------------------------------------------- */

/* # 10. WOOCOMMERCE
---------------------------------------------------------------------------------------------------- */

ul.products li.product:not(.product-category) { 
  padding: 1rem!important;
  background-color: var(--white-color); 
  border-radius: 8px;
  border: 1px solid !important;
}

ul.products li.product .et_overlay,
ul.products li.product-category .woocommerce-loop-category__title .count{ 
  display: none;
}

ul.products li.product .woocommerce-loop-product__title {
    font-size: 16px !important;
    min-height: calc(16px * 3)!important;
}


/* ## Bloque de filtro
--------------------------------------------- */ 
.object-fit-cover,
.object-fit-cover .et_pb_image_wrap,
.object-fit-cover .et_pb_image_wrap img { height: 100%;}

.object-fit-cover .et_pb_image_wrap img { object-fit: cover;}

.h--scroll .berocket_single_filter_widget,
.h--scroll-products .woocommerce {
  cursor: grab;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; /* Mejora scroll en iOS */
}

.h--scroll .berocket_single_filter_widget {
  width: 100%;
  margin-bottom: 1rem!important;
  user-select: none;
  white-space: nowrap;
  touch-action: pan-y;
  scrollbar-gutter: stable both-edges;
  transition: cursor 0.2s ease;
  /* Ocultar barra de scroll */
  scrollbar-width: none;      /* Firefox */
  -ms-overflow-style: none;   /* Internet Explorer 10+ */
}

.h--scroll .berocket_single_filter_widget:active { cursor: grabbing; }

.h--scroll .berocket_single_filter_widget::-webkit-scrollbar {
  display: none;              /* Chrome, Safari, Edge */
}

.h--scroll .bapf_sfilter,
.h--scroll .bapf_body {  width: max-content; }

.h--scroll .bapf_sfilter { margin-bottom: 0px!important;}

.h--scroll .bapf_body ul {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 0px !important;
  padding-left: 0px;
}

.h--scroll .bapf_body ul li { 
    width: 4.8rem; 
    margin-right: 0.8rem !important;
    display: inline-flex !important;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    min-width: max-content; /* Se adapta al ancho del contenido */
    padding: 0.5rem;
    white-space: normal !important;
    text-align: center;
}

.h--scroll .bapf_body ul li:last-child { margin-right: 0px !important; }

.h--scroll .bapf_body ul li .bapf_img_span {
    border-radius: 4px;
    border: 0px solid var(--dark-color);
    background: var(--white-color) !important;
}

.h--scroll .bapf_body ul li .bapf_img_span,
.h--scroll .bapf_body ul li .bapf_clr_text {
    width: 5rem; 
    margin-left: auto!important;
    margin-right: auto !important;
}

.h--scroll .bapf_body ul li:hover .bapf_img_span,
.bapf_sfilter.brchecked_default input:checked+label .bapf_img_span { 
    transform: none!important;
    border: 1px solid var(--dark-color);
}

.h--scroll .bapf_body ul li .bapf_clr_text {
    font-size: 12px;
    line-height: 1.14;
}

.h--scroll-products .woocommerce {
  width: 100%;
  user-select: none;
  /* Ocultar barra de scroll */
  scrollbar-width: none;      /* Firefox */
  -ms-overflow-style: none;   /* Internet Explorer 10+ */
  -webkit-mask-image: linear-gradient(90deg, #000 90%, transparent);
  mask-image: linear-gradient(90deg, #000 90%, transparent);
}

.h--scroll-products .woocommerce ul.products { display: flex; flex-wrap: nowrap; width: max-content;}
.h--scroll-products .woocommerce ul.products li.product { width: 100%!important; max-width: 250px; margin-right: 15px!important;}
.h--scroll-products .woocommerce ul.products li.product:last-child { margin-right: 0px!important;}

.slideshow--products .slide--product { margin-right: 15px !important;}

/* Filtro de busqueda en las categorias de productos */

.boton-filtrar {
  background-color: var(--primary-color);
  color: var(--light-color);
  border: none;
  padding: 10px 20px;
  font-weight: bold;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
}

.icono-hamburguesa {
  font-size: 18px;
}

.filtro-lateral {
    position: fixed;
    top: 0;
    left: -100%;
    width: 300px;
    height: 100%;
    background: #fff;
    color: var(--dark-color) !important;
    z-index: 10000;
    transition: left 0.3s ease;
    overflow-y: auto;
    box-shadow: 2px 0 5px rgba(0,0,0,0.2);
    padding: 20px;
}

.bapf_head h3 {
    text-align: center;
    margin-top: 2rem;
}

.filtro-lateral.abierto {
    position: fixed;
    top: 0;
    left: 0;
    width: 80%;
    height: 100%;
    z-index: 9999;
    max-width: 430px;
    border: 1px solid;
    color: var(--dark-color) !important;
    margin-top: 7rem;
}

.woocommerce-ordering {
  margin: 30px 0 10px;
  padding: 0 10px;
}

.woocommerce-ordering label {
  display: block;
  font-weight: bold;
  margin-bottom: 8px;
  font-size: 16px;
  color: var(--dark-color);
  text-align: left !important;
}

.woocommerce-ordering select {
  width: 100%;
  padding: 8px 12px;
  border-radius: 6px;
  border: 1px solid #ccc;
  font-size: 15px;
  background-color: #fff;
  color: var(--dark-color);
  text-align: left !important;
}

#cerrar-filtro {
    background: var(--secondary-color) !important;
    border: 1px solid;
    font-size: 28px;
    float: right;
    cursor: pointer;
    position: absolute;
    color: var(--dark-color) !important;
    z-index: 99999;
    left: 25rem;
    margin-top: 1.3rem;
}


/* Página de Producto */
.et_pb_module_inner .price {
    color: var(--dark-color) !important;
}

.woocommerce div.product form.cart .button {
    vertical-align: middle;
    color: var(--dark-color) !important;
}

.posted_in a, .tagged_as a {
    font-weight: 500;
    color: var(--primary-color);
    text-decoration: none;
}

/* Beneficios en productos */
.ventajas-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  background-color: var(--secondary-color);
  padding: 30px;
  border-radius: 10px;
}

.ventaja {
  background-color: var(--light-color);
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.ventaja p {
  margin: 0;
  font-size: 12px;
  color: var(--dark-color);
  line-height: 1.4;
}

.material-symbols-outlined {
  font-family: 'Material Symbols Outlined';
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  display: inline-block;
  color: var(--primary-color);
}

/* Metodos de Pago SVG */
.metodos-pago {
  display: flex;
  gap: 2rem;
  background: #ffffff;
  max-width: fit-content;
  flex-wrap: wrap;
}

.pago-logo {
  width: 60px !important;
  height: 40px !important;
  display: flex;
}

.transferencia-logo {
  transform: scale(1.6) !important;
}

.pago-logo img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}



/* Tabla de Envos y devoluciones */

.tabla-envios {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 30px;
}

.tabla-envios thead th {
  background-color: var(--secondary-color);
  color: #fff;
  text-align: left;
  padding: 12px;
  font-weight: 600;
}

.tabla-envios td, .tabla-envios th {
  border: 1px solid #ddd;
  padding: 12px;
}

.tabla-envios tbody tr:nth-child(even) {
  background-color: #f9f9f9;
}

.tabla-envios tbody td {
  color: #2c2c2c;
}


/* Estrellas de las reseñas */
.woocommerce p.stars a {
    position: relative;
    height: 1em;
    width: 1em;
    text-indent: -999em;
    display: inline-block;
    text-decoration: none;
    color: var(--wc-orange) !important;
}

.et_pb_wc_rating_0_tb_body .woocommerce-product-rating .star-rating>span:before {
    color: var(--wc-orange) !important;
}

.et_pb_wc_rating .woocommerce-review-link {
    vertical-align: text-bottom;
    line-height: 1.7em;
    color: var(--dark-color);
}

.et_pb_wc_reviews.et_pb_module .star-rating span:before {
    -webkit-transition: color .3s;
    transition: color .3s;
    color: var(--wc-orange) !important;
}

/* Boton del mensaje de Enviar reseña */
.form-submit .et_pb_button {
    display: inline-block;
    cursor: pointer;
    color: var(--secondary-color);
}

/* Boton del mensaje de Añadido a carrito */
.woocommerce-message a.button.wc-forward {
    border: none;
    background: var(--dark-color);
    color: var(--light-color);
}

.woocommerce-message a.button.wc-forward:hover {
    border: none;
    background: var(--secondary-color);
    color: var(--light-color);
}

a.reset_variations {
    color: var(--dark-color);
}
 
.single-product .et_pb_wc_description h2,
.single-product .et_pb_wc_description h3,
.single-product .et_pb_wc_description h4,
.single-product .et_pb_wc_description h5,
.single-product .et_pb_wc_description h6 {
    font-size: 18px !important;
    padding-bottom: 1rem !important;
    margin-top: 1.5rem !important;
}

.single-product .et_pb_wc_description p {
    margin-bottom: 1rem !important;
}

/* Tablas en descripcion de producto */
.single-product .informacion_adicional table, 
.single-product .informacion_adicional td, 
.single-product .informacion_adicional th,
.single-product .et_pb_wc_description table, 
.single-product .et_pb_wc_description td, 
.single-product .et_pb_wc_description th {
    border-color: var(--dark-color)!important;
	border-style: solid;
}

.single-product .et_pb_wc_description table, 
.single-product .informacion_adicional table  {
	width: 100%;
	margin-top: 1rem;
	margin-bottom: 1.5rem;
	border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
}

.single-product .et_pb_wc_description table th,
.single-product .informacion_adicional table th {
	background: var(--light-color);
}

.single-product .et_pb_wc_description table th,
.single-product .et_pb_wc_description table td,
.single-product .informacion_adicional table th,
.single-product .informacion_adicional table td {
	padding: 8px;
	border-bottom: 1px solid var(--medium-color);
}

.single-product .et_pb_wc_description table th,
.single-product .et_pb_wc_description table td,
.single-product .informacion_adicional table th,
.single-product .informacion_adicional table td {
	text-align: right;
	padding: .8rem 1.2rem;
    border-width: 0 1px 1px 0;
}

.single-product .et_pb_wc_description table th:first-child,
.single-product .et_pb_wc_description table td:first-child,
.single-product .informacion_adicional table th:first-child,
.single-product .informacion_adicional table td:first-child {
	text-align: left;
}

/* Boton de oferta en Productos */
.woocommerce span.onsale, .woocommerce-page span.onsale {
    z-index: 2;
    background: var(--primary-color) !important;
    border-radius: 3px !important;
    box-shadow: none !important;
    color: #fff;
    font-size: 13px !important;
    font-weight: 500 !important;
    line-height: inherit !important;
    margin: 0 !important;
    min-height: 0 !important;
    min-width: 0 !important;
    position: absolute;
    text-shadow: none !important;
    top: 10px !important;
}


/* ## Página de carrito
--------------------------------------------- */ 
.content--breadcrumbs {display: flex;justify-content: space-between;}

.content--breadcrumbs:before {
    content: "";
    width: 100%;
    height: 1px;
    border-top: 1px solid var(--primary-color);
    border-top-style: dashed;
    position: absolute;
    left: 0;
    top: calc(67.7px/2);
    z-index: -1;
}
.content--breadcrumbs .content--item { text-align: center;}
.content--breadcrumbs .content--item a span { background-color: #eee; border-radius: 100%; padding: 1.5rem; overflow: hidden; font-size: 16px; color: var(--primary-color); margin-bottom: 1rem; }
.content--breadcrumbs .content--item .item--step,
.content--breadcrumbs .content--item .item--title{font-weight: 600; text-transform: uppercase; letter-spacing: 1px;}
.content--breadcrumbs .content--item .item--step {color: var(--primary-color); font-size: 10px; margin-bottom: 0.5rem;}
.content--breadcrumbs .content--item .item--title {color: var(--medium-color); font-size: 12px;}

.woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message, .cart-empty.woocommerce-info {
    background: var(--primary-color) !important;
}

a.button.wc-backward {
    color: var(--dark-color);
}

a.button.wc-backward:hover {
    color: var(--secondary-color);
}

table.shop_table.shop_table_responsive a {
    color: var(--primary-color);
}

a.checkout-button.button.alt.wc-forward {
    background: var(--dark-color);
    border-color: var(--dark-color);
    color: var(--light-color);
}

.woocommerce button.button {
    color: var(--dark-color);
}

.woocommerce button.button:hover {
    color: var(--secondary-color);
}

.woocommerce-cart .content--breadcrumbs .content--item a.item--cart span,
.woocommerce-checkout .content--breadcrumbs .content--item a.item--checkout span {background-color: var(--primary-color)!important;color: var(--light-color)!important;}

/* Finalizar Compra */

.payment_box.payment_method_woocommerce_payments a {
    color: var(--primary-color) !important;
}

.form-row.place-order a {
    color: var(--primary-color) !important;
}

button#place_order {
    color: var(--dark-color);
}

td.woocommerce-table__product-name.product-name a {
    color: var(--primary-color) !important;
}

.woocommerce ul.order_details {
    margin: 0 0 3em;
    list-style: none;
    padding: 8px;
}

.woocommerce ul.order_details li strong {
    display: block;
    font-size: 1.4em;
    text-transform: none;
    line-height: 1.5;
    margin-top: 4px !important;
    margin-bottom: 4px !important;
}

/* Mi Cuenta */

div#content-area a {
    color: var(--dark-color) !important;
}

a.woocommerce-Button.wc-forward.button {
    margin-top: 12px !important;
}

a.button.wc-forward {
    margin-top: 12px !important;
}

header.woocommerce-Address-title.title {
    padding: 10px !important;
}

@media(min-width:768px) {}

@media(min-width:980px) {
    .content--support .card { max-width:46.666%; }
}

@media(min-width:981px) {
    /* # 02. HEADER
    ---------------------------------------------------------------------------------------------------- */
    header .content--nav .content--nav-menu{ width: 100% !important; max-width: 100%; order:4; padding-top: 0.5rem !important;}
    header .content--nav .content--nav-logo{ max-width: 25% !important; order:1;}
    header .content--nav .content--nav-search{ max-width: 50% !important; order:2; margin-top: 0px!important;}
    header .content--nav .content--nav-icons{ max-width: 25% !important; order:3;}

    header .content--nav .content--nav-logo .et_pb_image { text-align: left;}
}
   

@media(min-width:1024px) {}

@media(min-width:1200px) {}