/*
 Theme Name:   Homepackers
 Theme URI:    https://homepackers.es/actua/
 Description:  Divi Child theme
 Author: Actúa Comunicación
 
 Author URI:   http://www.actua.es
 Template:     Divi     
*/

/*@import url("../Divi/style.css");*/

 /*bullet checklist by www.peeayecreative.com* (https://www.peeayecreative.com/change-bullet-lists-into-check-marks-in-divi/)*/
/*OJO-> hay que añadir la clase en el módulo de texto*/
.check ul {
list-style-type: none!important;
}

.check ul li:before {
content: '\e052'!important;
color: #95C120;
font-family: 'ETMODULES'!important;
margin-right: 10px;
margin-left: -14px;
font-size: 1.2em!important;
}
/*  ol y li numeraciones y estilo de las caracteristicas */
.et_pb_text ol, ol:not([class]):not([id]):not([style]) > li:not([class]):not([id]):not([style]) {
    counter-increment: olCount;
    padding-left: 22px;
    margin-top: 15px;
    margin-bottom: 20px;
    list-style: none;
}
.et_pb_text ol:not([class]):not([id]):not([style]) > li:not([class]):not([id]):not([style])::before {
   content: counter(olCount);
    display: inline-block;
    position: absolute;
    min-width: 28px;
    height: 28px;
    line-height: 29px;
    text-align: center;
    background-color: #95c120;
    font-size: 16px;
    font-weight: 700;
    left: 0;
    margin-top: 1px;
}
.et_pb_text ul, ul:not([class]):not([id]):not([style]) > li:not([class]):not([id]):not([style]) {
    padding-left: 14px;
    margin-top: 15px;
    margin-bottom: 10px;
    list-style: none;
}
.et_pb_text ul:not([class]):not([id]):not([style]) > li:not([class]):not([id]):not([style])::before {
    content: "";
    display: inline-block;
    position: absolute;
    min-width: 8px;
    height: 8px;
    background-color: #95c120;
    left: 0;
    margin-top: 8px;
}
/* ---------------- WOOCOMERCE ----------------  */
select.orderby {
    display: none !important;
}
