/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/
/* Escribe aquí tu código CSS */

/*CSS PARA WOOCOMMERCE*/
.checkout-button, #place_order {
	background-color:#2FC1D5!important;
	padding:15px!important;
	}
table tbody>tr:last-child>td, table tbody>tr:last-child>th {
    background-color: white!important;
}
.cart_totals table tbody>tr:nth-child(odd)>td, .cart_totals table tbody>tr:nth-child(odd)>th {
    background-color: #ebe9eb!important;
}
#coupon_code {
   width:100%!important;
}
button[name="update_cart"] {
  margin-top:20px!important;
	padding:15px!important;
}
.woocommerce-checkout .col-2 {
   float:none!important;	
}
.woocommerce-checkout .col-1 {
   margin-bottom:20px!important;	
}
.woocommerce-additional-fields {
  clear:none!important;
}
@media (min-width: 
768px) {	
	.woocommerce-checkout {
	 position:relative!important;
	margin-bottom:300px;
}
#order_review_heading { position:absolute;
	top:0px;
	right:0;
}
#order_review { width:50%;
	position:absolute;
	z-index:1;
	top:90px;
	right:0;
}	
	}
/*CSS PARA WOOCOMMERCE*/



.elementor-sticky{
    background-color:rgba(0, 0, 0, 0.9)!important;
}

/*************************/
.hideK {
    position: relative;
    overflow: hidden;
    height: 0px;
}

.hideK span {
    position: absolute;
    top: 4000px;
}
/*************************/

/****ESTILOS TABLA INDICE EN ARTÍCULOS***/
div#toc_container {
	box-shadow: 0px 1px 5px 3px rgb(0 0 0 / 20%);
	border: none;
	margin-top: 20px;
    text-align: left;
}

