.page-id-11 .uk-article-title {
	display: none;
}

.jcaa_attr_select.jcaa_size_large .jcaa_obj_image.jcaa_attr_option, .jcaa_attr_select.jcaa_size_large .jcaa_obj_color.jcaa_attr_option {
	width: 150px !important;
	height: 112px !important;
}

/* SELECTOR DE IDIOMA */

ul.language-chooser li {
	display: inline !important;	
	margin-right: 5px;
}	
	
ul.language-chooser li img {
	width: 24px;
	height: 24px;
	border-radius: 50%;
	border: 1px solid #EFEFEF;
	margin-top: 20px;
}

/* FIN SELECTOR DE IDIOMA */

/* MODAL LOGIN */


.lrm-nice-checkbox__label input:checked ~ .lrm-nice-checkbox__indicator {
	background-color: #E6B111 !important;
	border-color: #E6B111 !important;
}	

.lrm-nice-checkbox__label .lrm-nice-checkbox__indicator {
	border: none;
	border-radius: none;
}	

.lrm-form a.button, .lrm-form button, .lrm-form button[type=submit], .lrm-form #buddypress input[type=submit], .lrm-form .gform_wrapper input.gform_button[type=submit], .lrm-form input[type=submit] {
	color: #222222d6;
}	

/* FIN */

/* WOOCOMMERCE */

.woocommerce-MyAccount-content {
	width: 100%;
}

.woocommerce-MyAccount-navigation {
	width: 100%;
}

.shop_table th {
	font-weight: bold !important;
	color: #e6b111 !important;
}

.woocommerce table.shop_table>:first-child>tr:not(:first-child), .woocommerce table.shop_table>:not(:first-child)>tr, .woocommerce table.shop_table>tr:not(:first-child) {
	border-top: 1px solid #e6b111;
} 

#post-10 .default-featured-img {
	display: none;
}

/* Ocultar la columna "Estado" en la fila de encabezado */
.woocommerce-orders-table th:nth-child(3) {
  display: none;
}

/* Ocultar la columna "Estado" en las filas de datos */
.woocommerce-orders-table tr td:nth-child(3) {
  display: none;
}

.woocommerce table.shop_invoice_table {
  border-top: 1px solid #e6b111;
}

.onsalediscount {
    position: absolute;
    top: 1%; /* Ajusta la posición vertical */
    left: 1%; /* Ajusta la posición horizontal */
    background-color: rgba(0, 0, 0, 0.7); /* Fondo semitransparente */
    color: #fff; /* Color del texto */
    padding: 2px 8px; /* Espacio alrededor del texto */
    font-size: 14px; /* Tamaño del texto */
}

.woocommerce-orders-table__header-order-actions{
	width: 20% !important;
}

.woocommerce-orders-table__cell-order-actions a{
	margin-right: 6px !important;
}

a.woocommerce-button, a.ced_my_account_reorder{
	margin-top: 8px !important;
}

.dwnSpinner {
    position: absolute;
    top: 30%;
    left: 50%;
    height: 10%;
}

/*
.field-editable-css{
  font-weight: bold;
  color: #e6b111 !important;
}
*/

/*
.wpc-filter-chip-name {
	color: #FFF;
}
*/

/* FIN WOOCOMMERCE */ 

