/*
Theme Name: Spiegel EC
Theme URI: 
Author: Grupo Spiegel
Author URI: 
Description: 
Template: spiegel
Version: 1.1.0
License: GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags: two-columns, left-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: spiegel-ec
*/



/* Top whatsapp icon */
.ts-header .info .mobile-contact:before{
	content: "\e900";
	margin-right: 2px;/* rtl */
	display: inline-block;
	font-family: themify;
	line-height: 10px;
}

/* General Whatsapp icon */
ul.info-content li.info-whatsapp:before{
	content: "\e900";}
	


/* Shipping options in product page */
ul.product-shipping-options{
	margin: 0 0 10px 0;
	color:#009900;
}
ul.product-shipping-options li{
	position: relative;
	list-style: none;
	padding-left: 24px;/* rtl */
}
ul.product-shipping-options li:before{
	font-family: themify;
	font-size: inherit;
	position: relative;
	letter-spacing: 0;
	line-height: 14px;
	position: absolute;
	left: 0;/* rtl */
	top: 8px;
	font-weight: normal;
}
ul.product-shipping-options li:first-child:before{
	top: 3px;
}
ul.product-shipping-options li.info-shipping:before{
	content: "\e64c";
}


/* Checkout Steps Fix - Spiegel */
.woocommerce .woocommerce-checkout .step {
  display: inline-block;
  text-align: center;
  padding: 10px;
  width: 33.3%;
  box-sizing: border-box;
  color: #999;
  font-weight: normal;
}

.woocommerce .woocommerce-checkout .step.current {
  color: #000;
  font-weight: bold;
  position: relative;
}

.woocommerce .woocommerce-checkout .step .step-number {
  display: inline-block;
  border: 2px solid #c00;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  line-height: 30px;
  text-align: center;
  margin-bottom: 5px;
  color: #c00;
  font-weight: bold;
}

.woocommerce .woocommerce-checkout .step.current .step-number {
  background: #c00;
  color: #fff;
}

.woocommerce .woocommerce-checkout .step .step-title {
  display: block;
  font-size: 16px;
  margin-bottom: 3px;
}

.woocommerce .woocommerce-checkout .step .step-description {
  font-size: 14px;
  color: #999;
}

.woocommerce .woocommerce-checkout .step.current .step-description {
  color: #000;
}

.woocommerce .woocommerce-checkout .step-line {
  width: 100%;
  height: 5px;
  background: #eee;
  margin-top: 10px;
  position: relative;
}

.woocommerce .woocommerce-checkout .step-line::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 5px;
  background: #c00;
  width: 33.3%; /* Ajusta se*


/* Fuerza visual del paso activo */
.ts-cart-checkout-process-bar > a.active .status,
.ts-cart-checkout-process-bar > a.active span {
  color: #d40000 !important;
  font-weight: bold;
}

.ts-cart-checkout-process-bar .status {
  border: 2px solid #d40000 !important;
  color: #d40000 !important;
  background: #fff !important;
}

.ts-cart-checkout-process-bar > a {
  color: #999;
  display: inline-block;
  text-align: center;
  width: 33%;
  position: relative;
}

.ts-cart-checkout-process-bar > a::after {
  content: '';
  position: absolute;
  height: 5px;
  background: #d40000;
  bottom: -10px;
  left: 0;
  width: 100%;
  z-index: 0;
}

.ts-cart-checkout-process-bar > a:not(.active)::after {
  background: #eee;
}