:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #fed700;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-ec-dark: #181818;
    --bs-ec-dark-body: #d9d9d9;
    --bs-primary: orange;
    --bs-ec-primary: orange;
    --bs-ec-primary-d: orange;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #fed700;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #333e48;
}

/*001 - Cabecera del web*/
body.electro-dark .site-header {
    border-width: 0;
    background-color: black;
}

.home-vertical-nav.departments-menu-v2 .vertical-menu-title .title {
    font-weight: 600;
    color: black;
}

/*DARK*/
.home-v13-hero .owl-item>.product .price, .home-v13-hero .products>.product .price {
    color: green; /*orange*/
}
body.electro-dark {
  color: #f3963c;
}


body.electro-dark .top-bar .nav-inline .menu-item > a, body.electro-dark .top-bar .nav-inline > .menu-item + .menu-item::before {
  color: #f3963c;align-content
  background-color: black;	
}

/* COLOR TOP BAR*/

.top-bar {
  border-bottom: 1px solid #ddd;
  background-color: black;
}

.top-bar-v7 a {
  color: #f3963c;
}
.top-bar .nav > li > a {
  padding: .58em 0;
  display: inline-block;
  color: #f3963c;

}



	
/*LIGHT*/
.home-v13-hero .woocommerce-loop-product__title {
    color: orange;
}
 .header-v13 {
    padding: 20px 0;
    background-color: black;
  }

/*BREADCRUMB*/
.woocommerce-breadcrumb {
    background-color: transparent;
    padding: 1.786em 0 1.6em;
    overflow: visible;
    margin: 0;
    font-size: 10px;
  }
}


/* Color del Precio en modo LIGHT*/
.owl-item>.product .price, .products>.product .price {
        font-size: 18px;
        text-decoration: bold;	
        color: black;
    }

.owl-item>.product .price ins, .products>.product .price ins {
    color: green;
    text-decoration: bold;
}
.owl-item>.product .price del, .products>.product .price del {
    color: red;
    font-size: 10px;
    line-height: 1.5em;
}
/*Color Fuente Nombre Producto LIGHT*/
    .woocommerce-loop-product__title {
        font-size: 1em;
        line-height: 1.28572em;
        height: 2.57144em;
        color: black;
    }
.owl-item>.product .product-inner, .products>.product .product-inner {
    padding: 1em;
    position: relative;
    border-radius: 10px;
}

	/*Tamaño de las ETIQUETAS*/
.owl-item > .product .loop-product-categories a, .products > .product .loop-product-categories a {
  color: #768b9e;
  font-size: 7px;
}

/*DARK*/
.electro-dark .woocommerce-loop-product__title {
    color: orange;
}
.electro-dark .product .price {
    color: green !important;
}
body.electro-dark .accessories .accessory-checkbox .accessory-price, body.electro-dark .accessories .total-price .total-price-html, body.electro-dark .owl-item>.product .price ins, body.electro-dark .products>.product .price ins, body.electro-dark .secondary-nav>.menu-item.highlight>a, body.electro-dark .sidebar .product_list_widget .electro-price ins .amount, body.electro-dark ins {
    color: green;
}

/*Precio normal color, en Pagina Principal*/
.owl-item>.product .price, .products>.product .price {
    font-size: 18px;
    text-decoration: bold;
    color: green;
}


/*EN PAGINA PRODUCTO*/

 /* Recuadro Precios colores*/
.extended .single-product-wrapper > .product-actions-wrapper .product-actions {
  border: 2px solid orange;
  border-radius: 1.214em;
  padding: 2.143em 2.357em;
  background-color: oldlace;
}

/*100 Color precios producto DARK*/
.single-product .price del {
    color: #848484;
    font-size: .6em;
    line-height: 1.5em;
    color: red;
    margin-left: .174em;
}
/*101 Color precios producto LIGHT*/
ins {
    color: green;
    text-decoration: none;
}
.single-product .price {
    color: green;
    font-size: 2.5em;
    line-height: 1.286em;
    font-weight: 400;
    margin-bottom: .571em;
}
.single-product .availability {
  display: table-cell;
  vertical-align: middle;
  color: red;
}
/* Inventario DISPONIBLES*/
p.in-stock {
  color: #198754;
  font-size: large;
}


/* 102  Font size*/
.single-product .single-product-wrapper .loop-product-categories a:not(:hover):not(:focus) {
  color: #768b9e;
  font-size: 7px;
}

/* 103 COLOR SIDEBAR CATEGORÍAS */
.widget_product_categories .category-single .show-all-cat .show-all-cat-dropdown, .widget_product_categories .product_cat > span {
 	border: 2px solid #f3963c;
  /*border-radius: 10px;*/
	padding: 1.06em 3em;
  background-color: #f3963c; /*oldlace;*/
	color: black;
}
/* Tamaño Fuente Categorías*/
.widget_product_categories ul li > a, .widget_product_categories ul li > span {
  padding: .4em 0;
  font-size: smaller;
}


/* 104 COLOR SIDEBAR - RECOMENDADOS*/
.sidebar > .widget > .widget-title {
  font-size: 1.286em;
  line-height: 1em;
  margin-bottom: 1.75em;
  /*background-color: azure;*/
  padding: 1.06em 3em;
  background-color: #f3963c;
	color: black;
  font-size: 1.5em;
	border: 2px solid #f3963c;
  border-radius: 10px;
}
