/*
Theme Name: Astra Child
Description: Tema hijo de Astra
Author: Sonia Gomis
Template: astra
Version: 1.0.0
*/

/* Aquí puedes agregar CSS adicional */

/* Ocultar el texto original dentro de cartcontents */
li.wpmenucartli a.wpmenucart-contents .cartcontents {
    display: none !important;
    position: relative;
}

/* Estilo del badge que aparecerá sobre el icono */
.wpmenucart-contents .cart-badge {
    position: absolute;
    top: 20px;
    left: 10px;
    min-width: 18px;
    min-height: 18px;
    border-radius: 50%;
    background-color: #efb810;
    text-align: center;
    line-height: 18px;
    font-size: 11px;
    color: white;
    z-index: 1;
}


.ast-desktop .ast-primary-header-bar .main-header-menu > .menu-item {
    line-height: 35px;
}

#wpmenucartli {
    line-height: 16px;
}

.wpmenucart-icon-shopping-cart-0:before {
  content: "\f290"; /* carrito alternativo en Font Awesome */
  font-family: "Font Awesome 5 Free"; /* asegúrate de que esté cargado */
  font-weight: 900;
  font-size: 20px;
}

.main-navigation a {
    color: #333;
}

.main-navigation a:hover {
    color: #efb810;
}

.main-header-bar-wrap::after {
    content: "";
    display: block;
    width: 100vw;
    height: 40px;
    background-image: url(https://miriamalchemy.com/wp-content/uploads/2016/01/gold-texture_.jpg);
    background-position: center top;
    background-repeat: repeat;
    background-size: cover;
    margin-bottom: 10px;
}

.widget ul.cnss-social-icon li.cn-fa-icon a {
    background-color: transparent !important;
}

.widget 
ul.cnss-social-icon li.cn-fa-icon a:hover {
    background-color: transparent !important;
}

.wp-block-quote:not(.has-text-align-right):not(.has-text-align-center) {
    border-left: none !important
}

blockquote {
    font-family: Cinzel;
}

.wp-image-5108 {
    border-radius: 10em;
}

.wp-block-details summary {
    font-family: Cinzel;
    font-size: 24px;
    color: #efb810;
}

.wp-block-column h2 {
    font-weight: lighter;
    font-size: 18px;
    display: flex;
}

.g1-icon--solid {
    background-color: #efb810;
    border-color: #efb810;
}

.g1-icon--solid {
    color: #ffffff;
}

i.g1-icon--small {
    width: 30px;
    height: 30px;
    border-width: 1px;
}

i.g1-icon--small { width: 30px; height: 30px; border-width: 1px; }
i.g1-icon--small:before { margin-top: -7px; font-size: 17px; line-height: 17px; }

.g1-icon--solid {
    border-radius: 50%;
}
.g1-icon--solid:before {
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    text-align: center;
}

i.g1-icon {
    margin-right: 5px;
    position: relative;
    top: -0.1em;
}

.condicines {
    display: flex;
}

.condicines .wpcf7-form-control-wrap {
    width: 40px !important;
}

.wp-block-boldblocks-icon-separator__inner:after {
    color: #e6e6e6;
}
.wp-block-boldblocks-icon-separator__inner {
    position: relative;
}
.wp-block-boldblocks-icon-separator__inner:before {
    width: 24px;
    height: 1px;
    display: block;
    position: absolute;
    left: 0;
    top: -1px;
    z-index: 2;
    content: "";
    color: #efb810;
}

.consulta-list li {
    list-style: none; /* quitamos el marcador por defecto */
    margin-bottom: 20px;
    position: relative;
    padding-left: 28px;
}

.consulta-list li::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f054";
    color: #efb810;
    margin-left: -20px;
    margin-right: 10px;
}

.course .entry-meta {
    display: none;
}

.meter.red > span {
    background: #efb810;
}

.module .module-lessons ul li a:hover, .widget.widget_sensei_course_progress .course-progress-lessons .course-progress-lesson a:hover, .widget.widget_sensei_course_progress .course-progress-lessons .course-progress-lesson span:hover {
    color:#efb810;
}
.module .module-lessons ul li.completed a:before, .widget.widget_sensei_course_progress .course-progress-lessons .course-progress-lesson.completed a:before, .widget.widget_sensei_course_progress .course-progress-lessons .course-progress-lesson.completed span:before {
    color: #efb810;
}

.site-content {
    margin-bottom: 20px;
}