/*
Theme Name: Divi_child
Template: Divi
*/

@import url("../Divi/style.css");


/*_____________________________CSS FARMACIA  BONNIN_____________________________

------COLORES:
- Verde Oscuro: #3d7218;
- Verde Claro: #b5c33b;
- Naranja: #FB8634;

------FUENTES:
Poiret One
Poppins

------GENERAL:
/*Placeholders*/
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
color: #423C39!important;font-size: 14px!important;font-family: 'Poppins', sans-serif!important;
}

input:-moz-placeholder, textarea:-moz-placeholder { /* Firefox 18- */
color: #423C39!important;font-size: 14px!important;font-family: 'Poppins', sans-serif!important;
}

input::-moz-placeholder, textarea::-moz-placeholder {  /* Firefox 19+ */
color: #423C39!important;font-size: 14px!important;font-family: 'Poppins', sans-serif!important;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
color: #423C39!important;font-size: 14px!important;font-family: 'Poppins', sans-serif!important;
}

/*Añadir DiseñoFlex*/
.paraFlex{display:-webkit-box;display: -moz-box;display: -ms-flexbox;display: -webkit-flex;display: flex;}


/*----------------------------------------------*/
/***** CABECERA *****/
/*---------------------------------------------*/
#page-container{position: relative;}
.et_header_style_centered #main-header .logo_container{padding: 10px 0px}
.evo_account_option_icon{background:#3d7218!important; width:44px!important; font-size:25px!important;}
.evo_account_option:hover{background:#3d7218!important;}

.evo_account_option_text{font-size: 12px!important;}

.wrapper_account_header{top:15px; right:83px;}
.my_account_header.fa{font-size:16px!important;padding:7px 9px;}
.my_account_header.fa:hover{color:#3d7218!important;}

#top-header .evo-drop-cart .evo-cart-drop-toggle{border:none; padding:5px 9px 3px 7px;}
#top-header .evo-drop-cart .evo-cart-drop-toggle .fa-shopping-cart{font-size:16px!important;}

/*numero items en el carrito*/
#top-header .evo-drop-cart .evo-short-contents{
    border: 1px solid black;
    border-radius: 50%;
    background-color: white;
    color: black;
    font-size: 12px;
    font-weight: initial;
    line-height: 15px;
    letter-spacing: -1px;
    text-align: center;
    position: absolute;
    top: 22px;
    right: -8px;
    width: 18px;
    height: 18px;
}


/*estilo popup carrito*/
.evo-cart-drop-content{
    border:none!important;
    box-shadow: 0 6px 6px -3px rgba(0,0,0,.2),
    0 10px 14px 1px rgba(0,0,0,.14),
    0 4px 18px 3px rgba(0,0,0,.12);
    width: 285px;
}
.evo-cart-product-title .info-pro{margin-left:3%!important;}


#top-header{position: relative;}
@media(max-width: 980px){
    .home .et_pb_column.et_pb_column_empty{display: block!important;height: 400px;order: 2}
    .home .et_pb_row.et_pb_equal_columns{display: flex!important;flex-direction: column;}
}


/*----------------------------------------------*/
/***** HOME *****/
/*---------------------------------------------*/
/*Cajas Primera Columna*/
.moduloFlex{position: relative;cursor: pointer;width: 33.33%;background-color:#f5ebf0}
.moduloFlex img{width: 100%}
.evo_span_home{margin-top:-10px;padding: 10px 0px;width: 100%;font-size: 19px;line-height: normal;text-align: center;display: block;box-sizing: border-box;background-color: #fed2b3;color: #fb8634;position: relative;z-index: 1}
.overlaymy{z-index:0;background: #fed2b3;height: 98%;width: 100%;opacity: 0;top: 0;left: 0;position: absolute;padding: 0;transition: opacity .5s;}
.moduloFlex:hover .overlaymy{opacity: .6;transition: opacity .5s;}


/**Tienda**/
.wpcsp_excerpt{display: none;}

/*Suscripción Blog*/
/*ajuste con selectores extra, no sé porque cambiaron*/
.es_lablebox{display: none;}
.susHome .es-field-wrap:nth-child(2) > label > input{margin-top: -15px; margin-bottom: 20px;}
.susHome{padding: 30px; text-align: center;}
.susHome h2{font-size: 35px; color: #b5c33b; font-weight: bold; padding: 0;}
.susHome .es-field-wrap > label{visibility: hidden;}
.susHome .es_textbox_class, .susHome #es_txt_email,
.susHome .emaillist .es-field-wrap > label > input{
    height: 40px;
    background-color: #f6f8e6!important;
    border: none!important;
    border-bottom: 2px solid #b5c33b!important;
    width: 100%!important;
    max-width: 350px!important;
    min-width: 200px!important;
    visibility: visible;
    margin-bottom: -10px;
}
.susHome #es_txt_button,
.susHome .es_subscription_form_submit.es_submit_button.es_textbox_button{
    background-color: #b5c33b;
    color: white!important;
    border:none;
    padding: 5px 0px;
    font-size: 14px;
    cursor: pointer;
    text-transform: uppercase;
    width: 120px;
    margin-top: 30px;
}
.susHome #es_txt_button:hover,
.susHome .es_subscription_form_submit.es_submit_button.es_textbox_button:hover{
    background-color: #3d7218;
}

/*Últimos Post*/
.et_pb_post .entry-featured-image-url{margin-bottom: 0px}
.et_pb_blog_grid.custom_title h2{background: #ebf5cc;color: #3d7218;}
.et_pb_blog_grid h2{font-size: 21px}
.more-link{font-weight: bold;text-transform: capitalize;padding-left: 10px;color: #b5c33b;}


/*Medias Home + Cabecera*/

@media (max-width: 900px)and (min-width: 640px) {
    .evo_span_home{font-size: 30px;line-height: 27px;}
}
@media (max-width: 640px) and (min-width: 481px){
    .evo_span_home{font-size: 25px;line-height: 22px;}
}
@media (max-width: 481px){
    .contenedormodulos.paraFlex{flex-direction: column;}
    .moduloFlex{width: 100%}
}
@media (max-width: 800px){
    #et-info, #et-secondary-menu{text-align: left;}
    #et-info{display: flex;flex-direction: row;}
    #et-info .et-social-icons{text-align: left; margin-top: 7px;}
    #et-info-phone{margin-bottom: 10px}
    .et-social-icon.et-social-facebook{margin-left: 0px!important;}
    #et-info a{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;}
}

@media (max-width: 900px){
    .evo_span_home{font-size: 16px;line-height: 27px;}
}

@media (max-width: 600px){
    .contenedormodulos.paraFlex{flex-direction: column;}
    .moduloFlex{width: 100%}
}


/*----------------------------------------------*/
/***** FOOTER *****/
/*---------------------------------------------*/
.efp-aparece, #footer-widgets{display: none;}
.term-medicamentos .efp-aparece,
.term-medicamentos #footer-widgets,
.page-id-21617 .efp-aparece,
.page-id-21617 #footer-widgets{display: block;}
/*page-21617 es la pagina de condiciones de medicamentos*/
.contactoFooter i{font-size:30px;color:#3d7218!important;}
.contactoFooter .one_fourth{text-align: center;}
.textwidget h5{color: #b5c33b!important}
.imagenBaleares{text-align: center;margin-top:10px;}


/*footer contenedor con medicamentos*/
#main-footer > .container{width: 80%!important;}
/*barra de credito*/
#footer-bottom > .container{
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    justify-content: space-between;
}
@media (max-width:980px){
    #footer-bottom > .container{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
    }
}
#footer-bottom > .container > #footer-info{float: none;}
#footer-bottom > .container > .et-social-icons{float: none; padding-top: 12px; display: block!important;}
#footer-bottom > .container > .et-social-icons > .et-social-facebook{margin: 0;}
#footer-bottom > .container.clearfix:after{display: none;}


/*----------------------------------------------*/
/***** SERVICIOS EVENTOS Y PROMOS*****/
/*---------------------------------------------*/
/*servicios/eventos*/
/*Color título*/
.evo_event_title_list1{color:#666!important;font-weight: bold; }
/*Botón que abre el pop-up**/
.open-popup-content{background-color:#3d7218!important;color: white!important }
.open-popup-content:hover{background-color:#b5c33b!important;color: white!important }
/*Contenido pop-up*/
.evo_info_list.et_pb_row.et_pb_row_0{padding-top: 15px!important;}
.evo-white-popup .evo_info_list{font-size: 14px;line-height: normal;}
.evo_info_list.et_pb_row.et_pb_row_0 .fa{color: #b5c33b}
.wrapper_services_layout_list1 .evo_services_row_list1 .evo_service_title_list1 span{font-size: 21px;}
.evo-white-popup .evo_events_row_list1.et_pb_row p,
.evo-white-popup .evo_services_row_list1.et_pb_row p{font-size: 14px!important;line-height: normal!important;}
.evo-description-default{font-size: medium!important;font-family: 'Poppins', sans-serif;font-weight: normal;text-align: center;color: #666!important;line-height: normal!important;}


/*triangulos de servicios*/
@media (max-width:768px){
    .evo_services_row_list1.evo_service_wrapper .evo_services_column:after{
        bottom: initial!important;
        top: -24px!important;
        transform: rotate(-90deg)!important;
    }
    .evo_service_wrapper.evo_services_row_list1.et_pb_row.et_pb_row_0{margin-bottom:50px}
}
/*triangulos de eventos*/
@media (max-width: 768px){
    .evo_events_col0_list1.evo_events_column:after{
        bottom: initial!important;
        top: -24px!important;
        transform: rotate(-90deg)!important;
    }
    .evo_event_wrapper.evo_events_row_list1.et_pb_row.service_{margin-bottom: 80px}
    /*espaciado titulo en movil*/
    .wrapper_services_layout_list1 .evo_services_row_list1 .evo_service_title_list1,
    .wrapper_events_layout_list1 .evo_events_row_list1 .evo_event_title_list1{margin-top: 15px;}
}
.evo_events_col1_list1.evo_events_column:after{display: none}


/**promociones*/
.promotion-frontflip-short-description{font-size: 14px!important;line-height: 24px!important;padding-top: 10px!important;}
.promotion-frontflip-date, .promotion-item:hover .promotion-frontflip-short-description, .promotion-item:hover .promotion-frontflip-date{color: #888!important}
.promotion-item:hover .promotion-item-frontflip-view{background: #fff!important}
.promotion-item-backflip-view.back{background: #888!important}
.promotion-item-frontflip-view{background: white!important}
.evo_promotions_list1_wrapper .promotion-backflip-date, .evo_promotions_list1_wrapper .promotion-frontflip-date{border-bottom: 2px solid #3d7218!important; }
.promotion-item{height: 320px!important}
.promotion-frontflip-image{background-size: contain!important;background-repeat: no-repeat!important;}


@media(max-width: 768px){
    .evo_services_column_description, .evo_events_column_description{order: 2}
    .contenedorServicios{padding-top: 0px!important}
}
@media (max-width: 760px){
    .promotion-item .promotion-frontflip-image {
    padding-bottom: 67%!important;}
}
@media (max-width: 650px){
    .promotion_column{margin-bottom: 40px!important}
}
@media (max-width: 980px){
    .promotion_column .promotion-item {height: 500px!important;}
}


/*----------------------------------------------*/
/***** FORMULARIOS *****/
/*---------------------------------------------*/
input[type=number], input.text, input.title, input[type=email], input[type=password], input[type=tel], input[type=text]:not(.evo_search_input):not(.es_textbox_class), select, textarea:not(#comment), form.evolufarma-form .evo-input-text, form.evolufarma-form .evo-input-select, form.evolufarma-form .evo-input-textarea, .form-control{background-color: #eee!important;color: #666;width: 95%;font-size: 15px!important;}
input[type=number], input.text, input.title, input[type=email], input[type=password], input[type=tel], input[type=text], select {padding: 10px 8px;margin-bottom: 10px;}


.widget_search input#searchsubmit{background-color: #b5c33b!important;color: white!important;cursor: pointer!important;}
.widget_search input#searchsubmit:hover{background-color: #3d7218!important;}

.wpcf7-form-control.wpcf7-submit{
    background-color: #b5c33b!important;
    color: white!important;
    border: none;
    font-size: 14px!important;
    text-transform: uppercase;
    padding: 5px 30px;
    cursor: pointer;
}
.wpcf7-form-control.wpcf7-submit:hover{background-color: #3d7218!important;}


.contactoGFlex label{font-weight: bold!important;}
span.wpcf7-list-item{display: block;}
.contact-lopd span.wpcf7-list-item{display: inline-block!important;}
.contactoGFlex{width: 50%}
.formularioContacto7{max-width: 100%;width: 100%}


/**Listas**/
.one_half.last {margin-right: 0;overflow: hidden;}
.span12 {width: 49%;float: left;min-height: 1px;margin-right: 1%;}
.labelTarjetaSuperSuperior, .labelTarjetaSuperior{color:#00a19a;font-weight: bold; }
p.labelTarjetaInferior{color:#F7B0CB;font-weight: bold; }
p.labelTarjetaInferior span{color:#565656;font-weight: normal;font-size: 13px }
span.wpcf7-list-item{display: inline-block;}
.bordeInferior {border-bottom: 1px dotted;margin-bottom: 20px;margin-top: 35px;}

@media (max-width: 650px){
    .one_half {width: 100%}
    .span12 {width: 100%;}
}

@media (max-width: 481px){
    #rc-imageselect, .g-recaptcha {transform:scale(0.77);-webkit-transform:scale(0.77);transform-origin:0 0;-webkit-transform-origin:0 0;}
}


@media (max-width: 500px){
    .paraFlex{display: block;}
    .contactoGFlex{width: 100%}
}


/*----------------------------------------------*/
/***** Mi cuenta *****/
/*---------------------------------------------*/
/*colores*/
li.account-pills .pill-icon-wrapper, .bottom-detail{background: #3d7218!important}
.pill-button-action{background-color: #3d7218!important}
li.account-pills:hover .pill-icon-wrapper, li.account-pills:hover .pill-button-action, li.account-pills:hover .bottom-detail{background-color: #b5c33b!important}


/*espacios y layout*/
#post-84 > div > div > div.woocommerce-MyAccount-content > a{margin-top: 20px}
@media (min-width: 850px) {
    li.account-pills{width: 30%!important;margin-right: 2%!important; margin-bottom:4%!important;}
    .account-pills:nth-child(3n){margin-right: 2%!important;}
}


/*Arreglando estilo en paginas de mi-cuenta**/
.woocommerce-orders .woocommerce-MyAccount-content{
    float: none!important;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    width: 100%!important;
}
.woocommerce-edit-address .woocommerce-MyAccount-content,
.woocommerce-edit-account .woocommerce-MyAccount-content,
.woocommerce-account .woocommerce-MyAccount-content{
    width:100%!important;
}
.woocommerce-edit-address .addresses .title .edit{float:none; margin-left:20px;}

@media (max-width:980px) {
    .woocommerce-edit-address .col2-set, .woocommerce-page .col2-set{
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
    }
    .woocommerce-edit-address .col2-set .col-1{width:100%; margin-bottom:40px;}
}


/*----------------------------------------------*/
/***** Express *****/
/*---------------------------------------------*/
form.evolufarma-form .evo-input-text, form .evo-input-text{font-weight: normal!important;}
.evo_form_short_login_wrapper{background:#fff!important;border:2px solid #3d7218;padding-top: 40px}
.evo_form_short_login_wrapper .evo_form_short_login h3, .evo_form_short_login_wrapper .evo_form_short_login h4{color: #666!important}
.evo_form_short_login_wrapper .grey-ribbon{display: none;}
.evo_form_short_login_wrapper h3{font-size: 25px!important}
.evo_form_short_login_wrapper h4{font-size: 20px!important;line-height: 29px}
.evo_form_short_login .evo_events_col0_list1.et_pb_column.et_pb_column_1_2.et_pb_column_0{padding-top: 0px!important}
.register-icon-box .fa{color: #3d7218}

.evo_login_button_short.et_pb_button,
.et_pb_button.woocommerce-Button.button,
.woocommerce-Button.button{
    color: #fffffe!important;
    background-color: #b5c33b!important;
    padding: .3em 1em!important;
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif!important;
    font-size: 13px!important;
    font-weight: 400!important;
    line-height: 1.7em!important;
    border: none!important;
    border-radius: 0px!important;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    cursor: pointer;

    max-width: -webkit-fit-content!important;
    max-width: -moz-fit-content!important;
    max-width: fit-content!important;
    width: 100%;
}
.evo_login_button_short.et_pb_button:hover,
.et_pb_button.woocommerce-Button.button:hover,
.woocommerce-Button.button:hover{
    background: #3d7218!important;
    box-shadow: none!important;
}

.evo_form_short_login_wrapper .woocommerce-LostPassword.lost_password a{color: red!important;}

@media (min-width: 981px){
    .register-icon-box{padding: 15px 0 30px 0;}
}
@media (min-width: 1300px){
    .register-icon-box{padding: 20px 0 30px 0;}
}
@media (max-width: 980px){
    .register-icon-box{padding: 5px 0 20px 0;}
    .evo_login_button_short.et_pb_button{margin-bottom: 50px!important}
}

#evo_short_login_form .evo-input-text{margin-top: 4px!important;}
@media (max-width: 500px) {
    #express-form{padding: 0px!important;}
}


/*----------------------------------------------*/
/***** TIENDA *****/
/*---------------------------------------------*/
/**Arreglo Tamaño Imágenes**/
.woocommerce ul.products li.product a .et_shop_image img {width:100%; margin:0 auto!important; display:block; max-width:180px; border:none;}
.woocommerce ul.products li.product a img {max-height: 180px!important;height: auto!important;}
ul.products li.product.type-product{border:1px solid #eee!important;}
.evo_product_short_desc{display: none;}
.woocommerce ul.products li.product .woocommerce-loop-product__title{background-color: #fff!important;padding: 5px;text-align: center;}
ul.products li.product.type-product .et_shop_image{border-bottom: none;margin-bottom: 10px}
.woocommerce ul.products li.product span.price{background-color:#f9f9f9;}
.woocommerce ul.products li.product span.price .woocommerce-Price-amount.amount{font-size: 22px;color: #3d7218;}
.woocommerce ul.products li.product span.price del{color: #3d7218!important;}
.evo_add_cart{color:#3d7218!important}
.evo_add_cart:hover{color:#b5c33b!important}
body.single-product form.cart{background-color: #b5c33b}
.up-sells.products .product form.cart,
.upsells.products .product form.cart,
.related.products .product form.cart{margin:0!important;}
.woocommerce-page .product form.cart{padding:0!important;}

.evo_cart_bottom_ribbon .evo_view_cart{color:#F2AB23!important; font-weight:bold;}
.evo-cart-drop-content .evo-cart-drop-content-in a.remove{background-color:red!important; line-height: 18px;}


/**Sidebar**/
#zfwca_widget-3 #zfc-accordion-zfwca_widget-3 > ul > li > .item-link,
#zfc-accordion-zfwca_widget-4.zfc-accordion > ul > li > .item-link{background: transparent!important; color: #3d7218!important;}
#zfc-accordion-zfwca_widget-3 ul.children > li > .item-link, #zfc-accordion-zfwca_widget-4 ul.children > li > .item-link {background: transparent!important; color: #888888!important;}
#zfc-accordion-zfwca_widget-3 ul li .item-link:hover, #zfc-accordion-zfwca_widget-3 ul li .item-link:focus, #zfc-accordion-zfwca_widget-4 ul li .item-link:hover, #zfc-accordion-zfwca_widget-4 ul li .item-link:focus  {border-left: 4px solid #3d7218!important;background: transparent!important;}
#zfc-accordion-zfwca_widget-3 ul li .item-link, #zfc-accordion-zfwca_widget-4 ul li .item-link{font-size: 12px!important}
#zfc-accordion-zfwca_widget-3 ul li.current-cat > .item-link, #zfc-accordion-zfwca_widget-4 ul li.current-cat > .item-link{border-left: 4px solid #3d7218!important}

.zfc-accordion .has-sub > .item-link > .arrow{border: 1px solid #3d7218!important;}
.zfc-accordion .has-sub > .item-link > .arrow:after{
	border-bottom: 2px solid #3d7218!important;
    border-left: 2px solid #3d7218!important;
}
#zfc-accordion-zfwca_widget-3 .has-sub.open > .item-link > .arrow:after {
    border-top: 2px solid #3d7218!important;
    border-bottom: none!important;
}


/*----------------------------------------------*/
/***** BLOG *****/
/*---------------------------------------------*/
.entry-title{font-weight: bold;}
/* Blog Order to Place Title Before Image*/
.et_pb_post.has-post-thumbnail {
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column wrap;
    flex-flow: column wrap;
}
.et_pb_post.has-post-thumbnail a + .entry-title {
    -webkit-box-ordinal-group: -1;
    -moz-box-ordinal-group: -1;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    margin-bottom: 11px;
}
.et_pb_post.has-post-thumbnail a + .entry-title + .post-meta {
    margin-top: 21px;
}
.et_right_sidebar #main-content .container::before{
    left: 29% !important;
    right: auto !important;
}
body #page-container #left-area{
    float: right;
    padding-left: 3%;
    padding-right: 0;
}
body #page-container #sidebar{
    padding-left: 0;
    padding-right: 0%;
    float: left;
}

.blogbonnin{width: 65%}
#blog_blog_bonnin {position:absolute; text-align:right; right:0; top: 70px;}
@media (max-width:980px){#blog_blog_bonnin{top:47px;}}
@media (max-width:450px){#blog_blog_bonnin{top:55px;}}
@media (max-width:400px){#blog_blog_bonnin{top:65px;}}
@media (max-width:350px){#blog_blog_bonnin{top:75px;}}
.contenedorBlog{padding-bottom: 65px}
.author.vcard{font-style: italic;font-family: 'Poiret One', cursive!important;font-weight: bold;font-size: 20px;color: #b5c33b}
.post-content{font-weight: 400;line-height: 22px;padding: 20px 0px;}
.more-link{font-family: 'Poiret One', cursive!important;margin-top: 20px;padding-left: 0px;font-size: 19px}
h4.widgettitle{font-weight: bold;border-bottom: 2px solid;color:#3d7218;padding-bottom: 0px;margin-bottom: 10px; }
.page-id-548 h4.widgettitle, .category-sanublog h4.widgettitle{color: #FB8634!important}
.blogLateral .es_textbox_class{width: 180px}
.blogLateral .es_textbox{padding-bottom: 0px}
.blogLateral #es_txt_button_pg{padding: 4px 0px;}
.blogLateral .es_button{margin-top: 0px;padding-top: 0px}
#recent-posts-2 > ul, #text-8 > div > p:nth-child(1){margin-top: 20px!important}
#respond #submit{color: white!important}
h4.widgettitle {font-size: 14px;}
.page-id-548 .entry-title, .category-sanublog .entry-title{color: #FB8634!important}


/*----------------------------------------------*/
/***** SANUDIET *****/
/*---------------------------------------------*/
#service-20 > div.evo_events_row_list1.et_pb_row.et_pb_row_0.evo_info_list > div.evo_events_col0_list1.email_col.et_pb_column.et_pb_column_1_3.et_pb_column_2{background: none!important}
.sanudietContent img{max-width: 70%}
.sanudietContent h3{height: 77px}
.page-id-175 .open-popup-content{background-color:#FB8634!important }


/*----------------------------------------------*/
/***** EMBARAZO *****/
/*---------------------------------------------*/
.imagenBebe{max-width: 150px}
.iconoMama img{max-width: 100px!important}


/****MEDIA QUERIES***/
@media (max-width: 980px){
    #logo{max-height: 97%!important}
}


/*en tienda, hover de las categorias*/
#tienda-categorias-container .et_pb_blurb{
    position: relative;
    bottom: 0px;
    box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.3);
    transition: all .2s;
}
#tienda-categorias-container .et_pb_blurb:hover{
    bottom: 5px;
    box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.3);
}
#tienda-categorias-container .et_pb_main_blurb_image{margin-bottom:12px!important;}


/*imagenes full width en categorias*/
#tienda-categorias-container .et_pb_blurb_content{max-width: none;}


/*ajuste de ofertas y novedades en tienda online*/
#tienda-novedades, #tienda-ofertas{transition: all .3s}
#tienda-novedades:hover, #tienda-ofertas:hover{-webkit-filter: brightness(1.2);filter: brightness(1.2);}


/*wishlist ajustes*/
.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt{position: absolute;top: -25px;right: 1px; z-index: 9998;}
.tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before{color:red!important;}
.tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt:before{font-size:30px!important;}
/*boton en pagina de producto*/
div.product form.cart .tinv-wraper.tinv-wishlist{
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}
div.product form.cart .tinvwl_add_to_wishlist_button{
    color: white;
    text-align: center;
    margin-top: 0!important;
    padding: 0 5px 5px;
    line-height: 1.3em;
    font-size: 12px;
}
/*modal al hacer click en el corazon*/
.woocommerce .tinv-wishlist .tinvwl_added_to_wishlist.tinv-modal button.button{color:white;}
.woocommerce .tinv-wishlist .tinvwl_added_to_wishlist.tinv-modal button.button:hover{background-color:#b5c33b;}
/*pagina lista de deseos*/
.tinv-wishlist .tinv-header{display:none;}
/*pagina lista de deseos, no se donde es esto, creo que es un boton desactivado en opciones*/
.woocommerce.tinv-wishlist button.button.tinvwl-break-checkbox.alt{width:140px;margin-right:20px;}
.woocommerce.tinv-wishlist button.button.alt{color:white;width:70px;}
.woocommerce.tinv-wishlist button.button.alt:hover{background-color:#b5c33b;}
/*lista de deseos vacia*/
.tinv-wishlist .return-to-shop .button.wc-backward{background-color:#b5c33b;color:white; width:160px;}
.tinv-wishlist .return-to-shop .button.wc-backward:hover{background-color:#c5d257;color:white;}
.tinv-wishlist .return-to-shop .button.wc-backward:hover::after{padding:0.3em 0em!important;}
/*boton de remover producto*/
.tinv-wishlist .product-remove > button{
    background-color: red;
    color: white;
    padding: 0!important;
    font-size: 20px;
    width: 20px; height: 20px;
}
/*boton de agregar al carrito desde la lista de deseo*/
.tinv-wishlist .product-action{border-right: 1px solid #eee; width: 125px;}
.woocommerce.tinv-wishlist button.button.alt{
    background-color: transparent!important;
    color:#b5c33b;
    padding: .3em!important;
    font-size: 30px;
}
.woocommerce.tinv-wishlist button.button.alt:hover{background-color: transparent!important; color:#3d7218!important;}
.woocommerce.tinv-wishlist button.button.alt::after{display: none;}
.woocommerce.tinv-wishlist button.button.alt > .ftinvwl-shopping-cart{display: inline;}
.woocommerce.tinv-wishlist button.button.alt > .tinvwl-txt{display: none;}
/*boton dentro del mensaje, cuando agregas al carrito*/
.woocommerce .woocommerce-message > .button.wc-forward{color:white!important;}
.woocommerce .woocommerce-message > .button.wc-forward:hover{background-color:#3d7218;}
.woocommerce .woocommerce-message > .button.wc-forward::after{display:none;}
/*tabla de lista de deseos en mobile*/
@media (min-width:641px) and (max-width:900px) {
    .tinv-wishlist.woocommerce .tinvwl-table-manage-list th,
    .tinv-wishlist.woocommerce .tinvwl-table-manage-list td{padding-left:9px!important; padding-right:9px!important;}
    .tinv-wishlist.woocommerce .tinvwl-table-manage-list {margin-left: -30px;}
}
@media (max-width:640px) {
    .tinv-wishlist.woocommerce .tinvwl-table-manage-list {margin-left: 0;}
    .tinv-wishlist.woocommerce .tinvwl-table-manage-list > tbody > .wishlist_item{border:1px solid #bbb;}
}
@media (max-width:400px) {
    .tinv-wishlist .social-buttons li a.social{width: 1.5em!important;}
}
/*compartir en*/
.tinv-wishlist.woocommerce > .social-buttons > ul{padding:0!important;}
/*debajo de la lista de deseos, pero esta vacio ???*/
.tinv-wishlist tfoot .tinvwl-to-left+.tinvwl-to-right{margin-top: 1px!important; margin-bottom: 1px; width:100%;}
/*paginacion de la lista de deseos*/
.tinv-wishlist > .tinv-lists-nav > a.button {color:white; margin: 0!important;}
.tinv-wishlist > .tinv-lists-nav > a.button:hover{background-color:#3d7218;}
.tinv-wishlist > .tinv-lists-nav > a.button::after{display: none;}


/*contador de lista-deseos en topbar*/
.contador-deseos{position: absolute;top: 0px;right: 135px;}
.contador-deseos a{background-color: white; display: block; height: 30px; width: 31px;}
.contador-deseos .wishlist_products_counter:before{color:red; padding-left: 6px; padding-top: 4px;}
.contador-deseos .wishlist_products_counter_number{
    border: 1px solid black;
    border-radius: 50%;
    background-color: white;
    color: black;
    font-size: 12px;
    font-weight: initial;
    line-height: 15px;
    letter-spacing: -1px;
    text-align: center;
    position: absolute;
    top: 22px;
    right: -8px;
    width: 18px;
    height: 18px;
}
@media (max-width: 800px){
	.contador-deseos{top:0px;}
	.contador-deseos a {height: 32px;}
}



/*ajuste en EVENTOS, espacios y cosas raras*/
#post-90 .et_pb_section .et_pb_row{padding-left:5%; padding-right:5%;}


/***************************************************************************************************/
/***************************************************************************************************/
/***************************************************************************************************/
/***************************************************************************************************/
/***************************************************************************************************/
/*HOVER-CSS*/
.hover-css,
#logo,
#et-info-phone,
.evo-not-found-products .evo_wrapper_search_form .evo-search-form input[type="submit"],
.evo-drop-cart .fa-shopping-cart,
.evo_form_short_login_wrapper .woocommerce-LostPassword.lost_password a,
.evo_cart_bottom_ribbon .evo_view_cart,
.evo_cart_subtotal .evo_checkout_btn,
.evo-cart-drop-content .evo-cart-drop-content-in a.remove,
.home-categorias-container .et_pb_image_wrap,
.dcsbcm_divi_breadcrumbs a,
.woocommerce .woocommerce-breadcrumb a{transition: all .3s!important;}

.hover-css:hover,
#logo:hover,
#et-info-phone:hover,
.evo-not-found-products .evo_wrapper_search_form .evo-search-form input[type="submit"]:hover,
.evo_form_short_login_wrapper .woocommerce-LostPassword.lost_password a:hover,
.evo_cart_bottom_ribbon .evo_view_cart:hover,
.evo_cart_subtotal .evo_checkout_btn:hover,
.evo-cart-drop-content .evo-cart-drop-content-in a.remove:hover,
.home-categorias-container .et_pb_image_wrap:hover,
.dcsbcm_divi_breadcrumbs a:hover,
.woocommerce .woocommerce-breadcrumb a:hover{opacity: .6!important;}


.boton{
    color: #fffffe!important;
    background-color: #b5c33b!important;
    padding: .3em 1em!important;
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif!important;
    font-size: 12px!important;
    font-weight: 400!important;
    line-height: 1.7em!important;
    border: none!important;
    border-radius: 0px!important;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
}
.boton:hover{background: #3d7218!important;}


/*checkbox en formulario, en contacto*/
.formularioContactoGeneral p {padding-top:15px; padding-bottom:5px;}
.wpcf7-form-control-wrap.contact-lopd .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item{margin-top:10px; margin-left:0!important;}


/*arreglo de estilos ajenos en datos de servicio en sanudiet*/
.evo_events_col0_list1.email_col{padding:0!important;}


/*diccionario de nombres*/
#diccionario-contenedor .activeLetter{background-color: #3d7218!important}
#diccionario-contenedor .myLetterButton,
#diccionario-contenedor .boyButton{margin-bottom: 4px}
#diccionario-contenedor #names_filter{margin-bottom: 10px}
@media (max-width:345px){
    #diccionario-contenedor #names{margin-left:-12px!important; font-size:12px;}
}


/*flechas del revslider*/
.tparrows.tp-rightarrow:before{content:">"!important;}
.tparrows.tp-leftarrow:before{content:"<"!important;}


/*pagina de producto*/
/*boton añadir al carrito*/
.woocommerce div.product form.cart .button{
    padding: 0 5px;
    color: #b5c33b!important;
    height: 50px;
    margin-top: 4px;
    line-height: 1.4em!important;
}
.woocommerce div.product form.cart .button:hover{background: rgba(255,255,255,.8)!important;padding: .3em 1em!important;}
/*cambiar cantidad*/
body.single-product form.cart .input-text.disableArrows.qty.text{color: #575556!important; top: 4px!important; pointer-events: none;}
body.single-product .evo_quantity_controller{top: 1px!important;}
body.single-product .evo_quantity_controller.evo_minus span,
body.single-product .evo_quantity_controller.evo_plus span{font-size:20px!important; top: 50%!important;}
/*arreglando contenedor pegado al border*/
@media(max-width:980px){
    .woocommerce div.product{padding:10px;}
    .woocommerce-product-gallery__wrapper figcaption{padding-left:0; padding-bottom:15px;}
}
@media(max-width:390px){
    .woocommerce div.product form.cart div.quantity{margin-right:0!important; min-width:100px;}
    body.single-product form.cart .input-text.disableArrows.qty.text{max-width: 28px;}
    .woocommerce div.product form.cart .button{font-size: 12px;}
    .woocommerce div.product form.cart .button:after{font-size: 20px;}
    div.product form.cart .tinvwl_add_to_wishlist_button{font-size: 11px;}
}
/*boton de valoraciones*/
/* .woocommerce-Reviews #review_form_wrapper .form-submit input#submit{
    background-color: transparent!important;
    border: 2px solid #ace1da;
    color: #ace1da;
}
.woocommerce-Reviews #review_form_wrapper .form-submit input#submit:hover{
    background: rgba(0,0,0,.05)!important;
    border-color: transparent!important;
} */
/*titulo en valoraciones*/
.woocommerce-tabs.wc-tabs-wrapper > .panel h2{font-size: 30px!important;}
/*formulario de valoraciones*/
#commentform input[type=email], #commentform input[type=text], #commentform input[type=url]{width: 100%!important;}
/*productos relacionados*/
.related.products li.product h2{
    font-size: 1em!important;
}
/*listado de productos*/
@media(max-width:479px){
    .woocommerce-page ul.products li.product:nth-child(n){margin-bottom:30%!important;}
}
/*etiqueta de oferta*/
.woocommerce #page-container .onsale{
    font-size: 18px!important;
    padding: 2px 12px!important;
    background: #ff7d3f!important;
}


/*contenedor responsive de la home*/
@media (min-width:981px) {
    .contenedor-resp-horiz {
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
    }
}


/*contenedor equipo*/
@media (max-width:980px) {
    #contenedor-equipo .et_pb_team_member{
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-align: center;
        align-items: center;
    }
    #contenedor-equipo .et_pb_team_member_image{margin-right: 0; margin-bottom: 20px;}
    #contenedor-equipo .et_pb_column{margin-bottom: 80px;}
}


/*menu de medicamentos no oculta al otro, en mobile*/
.evo_efp_back{
    padding: 50px 0 20px;
    z-index: 9;
    height: 100%;
    top: 55px;
}
@media (max-width:980px){
    .evo_efp_back{padding-top: 38px;}
}


/*arreglando contenedor pegado al border*/
@media(max-width:980px){
    .single-product #et-main-area #main-content .container{width: 90%!important;}
}


/*ajuste botones en aviso de cookies*/
#cookie-notice .cookie-notice-container > .cn-button{
    background: none;
    text-shadow: none;
    border: none;
    border-radius: 0;
    text-transform: uppercase;
    background-color: #b5c33b;
    color: white!important;
}
#cookie-notice .cookie-notice-container > .cn-button:hover{
    background-color: #3d7218;
}


/* //////////////// tienda //////////////// */
.et_shop_image .et_overlay{
    background:rgba(255,255,255,.7)!important;
    border:none!important;
}
/*buscador en tienda*/
#sidebar .evo_search_form{padding: 0; margin-bottom: 60px!important;}
#sidebar .evo_search_form .evo_search_input{
    width: 100%;
    border: none;
    background-color: #f2f2f2;
    font-size: 14px;
}
#sidebar .evo_search_form .evo_search_submit{
    position: absolute;
    top: 40px;
    border: none;
    border-radius: 0;
    width: 100%;
    background-color: #b5c43c;
    color: white;
}
#sidebar .evo_search_form .evo_search_submit:hover{background-color: #3d7218!important;}
@media (max-width:980px){
    #sidebar .evo_search_form{margin: 60px 0 90px!important;}
    #sidebar .evo_search_form .evo_search_input,
    #sidebar .evo_search_form .evo_search_submit{width: 60%; margin-left: 20%;}
}
@media (max-width:500px){
    #sidebar .evo_search_form .evo_search_input,
    #sidebar .evo_search_form .evo_search_submit{width: 100%; margin-left: 0;}
}
/*te ayudamos en sidebar*/
@media (min-width:960px) and (max-width:980px){
    #sidebar .contactoFooter{margin-left:25%;}
    #sidebar .contactoFooter > p{margin-left:45px;}
}
@media (max-width:959px){
    #sidebar .contactoFooter{text-align: center;}
}


/*arreglo de enlaces del revslider*/
.home .slotholder{pointer-events: none;}


/*ajuste de cursor en items del menu no clickables*/
#top-menu > #menu-item-21706,
#top-menu > #menu-item-21620 {cursor: default;}


/* //////////////// ofertas o promociones //////////////// */
.promotion-item .promotion-frontflip-image{padding-bottom: 100%!important;}
.promotion-backflip-date > span{font-size: 12px!important;}
.promotion-frontflip-short-description > p {padding-top: 0!important;}
.promotion_column .promotion-item{height: 440px!important;}
@media (max-width: 1200px){
    .promotion_column .promotion-item{height: 400px!important;}
}
@media (max-width: 1080px){
    .promotion_column .promotion-item{height: 375px!important;}
}
@media (max-width: 980px){
    .promotion_column .promotion-item{height: 490px!important;}
}
@media (max-width: 875px){
    .promotion_column .promotion-item{height: 450px!important;}
}
@media (max-width: 768px){
    .promotion_column .promotion-item{height: 410px!important;}
}
@media (max-width: 700px){
    .promotion_column .promotion-item{height: 465px!important;}
}
@media (max-width: 380px){
    .promotion_column .promotion-item{height: 420px!important;}
}

/*texto grande en la parte de atras*/
.promotion-backflip-html-content>p{font-size: 14px!important;}
.promotion-item-backflip-view p{padding:10px 0 0!important;}

/*estilo botones de promociones*/
.promotion-frontflip-short-description > p > a,
.promotion-backflip-short-description > p > a,
.promo-boton{
    color: #ffffff!important;
    background: none;
    background-color: #B5C33B;
    padding: .3em 1em;
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
    font-size: 12px!important;
    font-weight: 400;
    line-height: 1.7em!important;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 0px!important;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
}
.promotion-frontflip-short-description > p > a:hover,
.promotion-backflip-short-description > p > a:hover,
.promo-boton:hover{background-color: #3d7218!important;}


/***************** servicios *****************/
.evo_service_wrapper_short_description_list1.et_pb_text_1 .evo_service_short_description_list1{
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif!important;
    font-size: 13px!important;
    padding: 5px 10px!important;
}
/*en eventos y servicios*/
.absoluteCenter .evo_service_wrapper_short_description_list1{padding: 0px 15px!important}
@media (min-width:769px) and (max-width:980px){
    .absoluteCenter .evo_service_wrapper_short_description_list1{margin-bottom:0!important;padding:0!important;}
}
.evo_avail_without .evo_avail_without_text{
    background: #c2d0d8!important;
    margin-top: 15px!important;
    padding: 5px!important;
}
/*eventos separaciones*/
.absoluteCenter .evo_event_wrapper_short_description_list1{padding: 5px 15px!important;}
/*boton pedir cita*/
.begin_signup_user.evo_digital_button::after{left: 90px!important;}
.evo-white-popup .begin_signup_user.evo_digital_button:hover{background-color: #3d7218!important;}


/*ajuste boton de sanudiet*/
#service-287 .evo_avail_without_text {background: none!important;}
#service-287 .evo_avail_without_text > a{
    color: #ffffff!important;
    background: none!important;
    background-color: #B5C33B!important;
    padding: .5em 1em!important;
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
    font-size: 12px!important;
    font-weight: 400;
    line-height: 1.7em!important;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 0px!important;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
}
#service-287 .evo_avail_without_text > a:hover{background-color: #3d7218!important;}


/* //////////////// registro //////////////// */
#minimal-form.register-form .submit-button-box{text-align: left; margin: 30px 0 0;}
#minimal-form.register-form .submit-button-box input.submit-button,
#short-form.register-form .submit-button-box input.submit-button{
    color: #fffffe!important;
    background-color: #b5c33b!important;
    padding: .3em 1em!important;
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif!important;
    font-size: 12px!important;
    font-weight: 400!important;
    line-height: 1.7em!important;
    border: none!important;
    border-radius: 0px!important;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    cursor: pointer;

    height: initial;
    max-width: initial;
    width: initial;
}
#minimal-form.register-form .submit-button-box input.submit-button:hover,
#short-form.register-form .submit-button-box input.submit-button:hover{background: #3d7218!important;}

#minimal-form input[type="text"],
#minimal-form input[type="email"],
#minimal-form input[type="password"],
#short-form input[type="text"],
#short-form input[type="email"],
#short-form input[type="password"],
#short-form select{border:none; box-shadow:none; margin-top:12px!important;}

#short-form .form-control{width:99%!important;}

#long-form, #short-form, #minimal-form{font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif!important;}
@media (max-width:520px){
    #long-form, #short-form, #minimal-form{padding:25px 0px 5px 0px!important}
}
#minimal-form #evo_recaptcha{margin-top:20px;}
@media (max-width:400px){
    #evo_recaptcha{
        transform:scale(0.77);
        -webkit-transform:scale(0.77);
        -webkit-transform-origin: 0;
        -ms-transform-origin: 0;
        transform-origin: 0;
    }
}


/* //////////////// iniciar sesion en /mi-cuenta/ //////////////// */
.woocommerce form.login label[for="rememberme"]{margin-left: 7px!important}
@media (max-width:400px){
    .woocommerce form.login label[for="rememberme"]{margin-left: 0!important;display: block!important;}
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea{border: none}


/* //////////////// mi-cuenta/orders o pedidos //////////////// */
.woocommerce-MyAccount-content > .woocommerce-message.woocommerce-info > .woocommerce-Button.button {
    width: 140px;
    max-width: 140px!important;
    text-align: center;
    margin-top: 0!important;
}
@media (max-width:600px) {
    .woocommerce-message.woocommerce-message--info.woocommerce-Message.woocommerce-Message--info.woocommerce-info{
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        flex-direction: column-reverse;
        -webkit-box-align: center;
        align-items: center;
        text-align: center;
    }
    .woocommerce-MyAccount-content > .woocommerce-message.woocommerce-info > .woocommerce-Button.button {
        margin-top: 10px!important;
    }
}

.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message{background:#f2f2f2!important; color:#2b2b2b!important; font-size:14px!important;}

/*cuando metes un item a la cesta sin haber mas existencia*/
.woocommerce-error li,
.woocommerce-info li,
.woocommerce-message li{margin:15px 0!important;}

.woocommerce-orders-table.account-orders-table .woocommerce-orders-table__cell-order-actions > .woocommerce-button{
    background-color: #777777;
    font-size: 12px;
    margin: 2px 5px 4px 0;
}
@media (max-width:768px) {
    .woocommerce-orders-table.account-orders-table .woocommerce-orders-table__cell-order-actions > .woocommerce-button{
        margin: 2px 0 4px 5px;
    }
}
/*tabla margenes*/
.woocommerce ul.order_details li{
    margin: 10px 0!important;
    padding-left: 1em!important;
    padding-right: 1em!important;
}
/*view-order*/
.woocommerce .woocommerce-customer-details,
.woocommerce .woocommerce-order-details,
.woocommerce .woocommerce-order-downloads {margin-top:1em!important;}


/* //////////////// mi-cuenta/direcciones //////////////// */
.woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-address-fields .button{
    color: white!important;
    padding: 0.4em 1em!important;
    margin-left: 5px;
}
.woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-address-fields .button:hover{
    background-color: #3d7218!important;
}
.woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-address-fields > p{
        text-align: left!important;
        margin: 20px 0 0!important;
}


/* //////////////// /edit-account/ //////////////// */
/*titulo contraseña*/
.woocommerce-EditAccountForm.edit-account legend{color:#B5C33B!important; padding: 20px 0 0 3px!important;}
/*en /edit-account/ botones*/
.woocommerce-MyAccount-content .woocommerce-Button.button{
    margin-top:15px!important;
    margin-left:5px!important;
}



/* //////////////// encargo express estilo //////////////// */
/*listado de pasos*/
.express-listado{
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    text-align: left;
    padding: 10px 0 0!important;
}
.express-listado > li{width: 360px;}
@media (max-width:400px) {
    .express-listado{padding: 20px 0 0!important;}
    .express-listado > li{width: 290px;}
}

#evo_short_login_form p{text-align: center;}
/*boton subir +*/
#express-form .one_fourth{width:30px; margin-right:5px; float:left;}
#express-form h4{font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif!important; font-size: 14px;}
#express-form label.custom-file-upload h4{font-size: 13px!important;top:5px!important;}
/*boton pedido*/
#express_order_submit{
    color: #fffffe!important;
    background-color: #b5c33b!important;
    padding: .3em 1em!important;
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif!important;
    font-size: 12px!important;
    font-weight: 400!important;
    line-height: 1.7em!important;
    border: none!important;
    border-radius: 0px!important;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
}
#express_order_submit:hover{background: #3d7218!important;}

/*mensaje error*/
.evo_validation_alert{width: 95%;}

form.evolufarma-form#express-form .messages .help-block.error{
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 400;
}

/*altura boton pedido*/
#express-form .submit-box{padding:0!important; height:initial!important;}

/*separando un poco la imagen que sube el cliente*/
.express_order.upload_image > #img_preview{margin: 15px 0 30px!important;}
/*mensaje de enviado*/
#express-form > .form-field > .express_order_response{
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif!important;
    font-weight: 100;
    margin:25px 0!important;
}

/*mis encargos express cuando hay 1 pedido*/
.evo_express_global_wrapper .evo_express_item.evo_myaccount_item{max-width: initial;}
.evo_express_global_wrapper .evo_item_body_wrapper{background-color: #f2f2f2!important;}
.evo_express_global_wrapper .evo_extra_info_dropdown{background-color: #0fb29f!important;}


/*ajuste migas checkout 5 steps*/
.woocommerce #steps {
    -webkit-box-pack: justify;
    justify-content: space-between;
    background: linear-gradient(0deg, transparent 46%, #96989A 0, #96989A 54%, transparent 0);
}
.woocommerce #steps > li {
    width: 50px;
    height: 50px;
    padding: 11px 0;
    margin: 0!important;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
}
.woocommerce #steps > li span{width:80px; margin:0; bottom:-25px;}
.woocommerce #steps > li a{
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
}
.woocommerce #steps > li a:hover{color: #3d7218!important;}
.woocommerce #steps > li:after,
.woocommerce #steps > li:before{display: none;}
.woocommerce #steps > li.current{background: #b5c33b;}
@media(max-width:400px){
    .woocommerce #steps > li {width: 40px; height: 40px; padding: 6px 0;}
    .woocommerce #steps > li span{font-size: 9px;}
}


/* //////////////// carrito //////////////// */
.woocommerce .ev-form-cart input[name="update_cart"].button{width:initial!important;}

.woocommerce-cart.woocommerce-page .woocommerce .return-to-shop .button.wc-backward:hover,
.woocommerce .ev-form-cart .funnel_checkout_btn-wrapper .button:hover,
.woocommerce .ev-form-cart input[name="update_cart"].button:hover,
.woocommerce .ev-form-cart input[name="apply_coupon"].button:hover{background-color:#777777!important; border-color:#777777!important;}

@media (min-width:768px) and (max-width:959px){
    .woocommerce .ev-form-cart > .row:not(.resumen_carrito_efp){
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .woocommerce .ev-form-cart .funnel_cheout_coupon_wrapper .row{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}
@media (max-width:767px){
    .woocommerce .ev-form-cart .funnel_cheout_coupon_wrapper .one_half{margin-bottom:0;}
    .woocommerce .ev-form-cart .row .one_third{width:100%!important;}
}

/*ajuste tabla de productos*/
@media (max-width:650px){
    #main-content .woocommerce .ev-form-cart .shop_table.cart th,
    #main-content .woocommerce .ev-form-cart .shop_table.cart td{padding-left: 10px!important; padding-right: 10px!important;}
    #main-content .woocommerce .ev-form-cart .shop_table.cart .product-remove{display:table-cell!important;}
}
@media (max-width:400px){
    #main-content .woocommerce .ev-form-cart .shop_table.cart .product-quantity{max-width: 0;}
}
@media (max-width:360px){
    .woocommerce .ev-form-cart .container_medicamentos_outter .shop_table{position:relative; left:-8px;}
}


/* //////////////// finalizar comprar //////////////// */
.woocommerce-page .woocommerce-info{background-color: #f2f2f2!important;}
.woocommerce-form-coupon-toggle .woocommerce-info{display: block!important;}
/*boton aceptar deslogeado*/
#long-form .submit-button.sched-button.evo-submit-button{
    color: #fffffe!important;
    background-color: #b5c33b!important;
    padding: .3em 1em!important;
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif!important;
    font-size: 12px!important;
    font-weight: 400!important;
    line-height: 1.7em!important;
    border: none!important;
    border-radius: 0px!important;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    cursor: pointer;

    height: initial;
    max-width: 130px;
}
#long-form .submit-button.sched-button.evo-submit-button:hover{background: #3d7218!important;}

.woocommerce-checkout .funnel_checkout_btn-wrapper a.button:hover,
.woocommerce-checkout-payment #wrapper_submit_button #place_order:hover{background-color:#777777!important; border-color:#777777!important;}
/*estilo del formulario de finalizar-comprar*/
#long-form #client_gener,#long-form #client_shipping_state,#long-form .form-control{width:99%!important;}
#form_funnel_checkout #addresses .woocommerce-shipping-fields > h3{margin-top: 20px;}
/*ajuste tabla de productos en finalizar compra*/
@media (max-width:500px){
    #form_funnel_checkout #order_review .shop_table .product-thumbnail{display:none!important;}
}
@media (max-width:400px){
    .woocommerce-checkout #order_review .container_medicamentos_outter{font-size: 10px!important;}
}
.woocommerce-notices-wrapper .woocommerce-info{background-color:#f2f2f2!important;}
/*espacioado terminos y condiciones*/
#long-form .register_legal .checkbox{display: block; margin-bottom: 20px!important;}

/*botones siguiente y anterior en finalizar*/
@media (max-width:500px){
    #step0 > #step0Next0{
        position: absolute;
        left: 0;
        top: 250px;
    }
    #step0 > #step0Prev0{margin-bottom: 60px;}
    #step0commands > #step0Next{
        position: absolute;
        left: 0; bottom: 0px;
    }
}

/*boton realizar el pedido, luego de las direcciones*/
@media (max-width:768px) {
    .woocommerce #payment #place_order,
    .woocommerce-page #payment #place_order{
        width: initial;
        top: 10px;
        float: right;
    }
}
@media (max-width:550px) {
    .woocommerce #payment #place_order,
    .woocommerce-page #payment #place_order{
        margin-left: -1em;
        top: 60px;
        float: none;
    }
}


/*lateral del blog*/
.blogLateral .emaillist .es_subscription_form > .es-field-wrap > label{visibility: hidden;}
.blogLateral .emaillist .es_subscription_form > .es-field-wrap > label > input{visibility: visible; width: 100%;}
.blogLateral .emaillist .es_subscription_form > .es-field-wrap{margin-top: -20px!important;}
.blogLateral .emaillist .es_subscription_form > p:nth-child(3){
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    flex-direction: column-reverse;
}
.blogLateral .emaillist .es_subscription_form .es_textbox_button{
    color: #fffffe!important;
    background-color: #b5c33b!important;
    padding: .3em 1em!important;
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif!important;
    font-size: 12px!important;
    font-weight: 400!important;
    line-height: 1.7em!important;
    border: none!important;
    border-radius: 0px!important;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
}
.blogLateral .emaillist .es_subscription_form .es_textbox_button:hover{background: #3d7218!important;}

@media (min-width:768px) and (max-width:980px){
    #text-15{margin: 0!important;}
}
#text-15 #searchformDos input#sos{
    width: 100%;
    border: none;
    background-color: #f2f2f2;
    font-size: 14px;
}
#text-15 #searchformDos input#searchsubmits{
    color: #fffffe!important;
    background-color: #b5c33b!important;
    padding: .3em 1em!important;
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif!important;
    font-size: 12px!important;
    line-height: 1.7em!important;
    border: none!important;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
    width: 100%;
}
#text-15 #searchformDos input#searchsubmits:hover{
    background-color: #3d7218!important;
}


/*footer de medicamentos para productos especificos*/
.postid-56429 .efp-aparece,
.postid-56429 #footer-widgets,
.postid-56455 .efp-aparece,
.postid-56455 #footer-widgets,
.postid-56951 .efp-aparece,
.postid-56951 #footer-widgets,
.postid-56539 .efp-aparece,
.postid-56539 #footer-widgets,
.postid-56538 .efp-aparece,
.postid-56538 #footer-widgets,
.postid-56424 .efp-aparece,
.postid-56424 #footer-widgets,
.postid-56535 .efp-aparece,
.postid-56535 #footer-widgets,
.postid-56575 .efp-aparece,
.postid-56575 #footer-widgets,
.postid-56652 .efp-aparece,
.postid-56652 #footer-widgets,
.postid-56956 .efp-aparece,
.postid-56956 #footer-widgets,
.postid-56653 .efp-aparece,
.postid-56653 #footer-widgets,
.postid-57186 .efp-aparece,
.postid-57186 #footer-widgets,
.postid-56953 .efp-aparece,
.postid-56953 #footer-widgets,
.postid-56963 .efp-aparece,
.postid-56963 #footer-widgets,
.postid-56960 .efp-aparece,
.postid-56960 #footer-widgets,
.postid-56964 .efp-aparece,
.postid-56964 #footer-widgets,
.postid-57645 .efp-aparece,
.postid-57645 #footer-widgets,
.postid-56942 .efp-aparece,
.postid-56942 #footer-widgets,
.postid-56489 .efp-aparece,
.postid-56489 #footer-widgets,
.postid-56452 .efp-aparece,
.postid-56452 #footer-widgets,
.postid-56713 .efp-aparece,
.postid-56713 #footer-widgets,
.postid-56490 .efp-aparece,
.postid-56490 #footer-widgets,
.postid-56579 .efp-aparece,
.postid-56579 #footer-widgets,
.postid-56586 .efp-aparece,
.postid-56586 #footer-widgets,
.postid-56950 .efp-aparece,
.postid-56950 #footer-widgets,
.postid-56943 .efp-aparece,
.postid-56943 #footer-widgets,
.postid-56524 .efp-aparece,
.postid-56524 #footer-widgets,
.postid-56511 .efp-aparece,
.postid-56511 #footer-widgets,
.postid-56569 .efp-aparece,
.postid-56569 #footer-widgets,
.postid-56506 .efp-aparece,
.postid-56506 #footer-widgets,
.postid-56481 .efp-aparece,
.postid-56481 #footer-widgets,
.postid-56480 .efp-aparece,
.postid-56480 #footer-widgets,
.postid-56581 .efp-aparece,
.postid-56581 #footer-widgets,
.postid-56510 .efp-aparece,
.postid-56510 #footer-widgets,
.postid-56944 .efp-aparece,
.postid-56944 #footer-widgets,
.postid-57649 .efp-aparece,
.postid-57649 #footer-widgets,
.postid-56435 .efp-aparece,
.postid-56435 #footer-widgets,
.postid-56473 .efp-aparece,
.postid-56473 #footer-widgets,
.postid-56475 .efp-aparece,
.postid-56475 #footer-widgets,
.postid-56517 .efp-aparece,
.postid-56517 #footer-widgets,
.postid-57155 .efp-aparece,
.postid-57155 #footer-widgets,
.postid-56592 .efp-aparece,
.postid-56592 #footer-widgets,
.postid-57654 .efp-aparece,
.postid-57654 #footer-widgets,
.postid-57656 .efp-aparece,
.postid-57656 #footer-widgets,
.postid-56712 .efp-aparece,
.postid-56712 #footer-widgets,
.postid-56431 .efp-aparece,
.postid-56431 #footer-widgets,
.postid-56905 .efp-aparece,
.postid-56905 #footer-widgets,
.postid-56531 .efp-aparece,
.postid-56531 #footer-widgets,
.postid-56574 .efp-aparece,
.postid-56574 #footer-widgets,
.postid-56576 .efp-aparece,
.postid-56576 #footer-widgets,
.postid-56947 .efp-aparece,
.postid-56947 #footer-widgets,
.postid-56507 .efp-aparece,
.postid-56507 #footer-widgets,
.postid-56557 .efp-aparece,
.postid-56557 #footer-widgets{display: block;}




@media (max-width:980px){
    html #et-top-navigation #et_top_search {
    margin-left: -30px;
    margin-top: -10px;
}
}

#footer-nuevo {
    background-color: black;
    color:white;
    padding-top:10px;
    padding-bottom:;
}
#footer-nuevo .gastos-envio{
       margin-right: 40%;
}

 

#footer-nuevo > .container {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    justify-content: space-between;
}




/****************************************

        CAMBIOS OCTUBRE 2023

****************************************/

@media only screen and (min-width: 981px) {
    html .et_header_style_left #et-top-navigation nav>ul>li>a, html .et_header_style_split #et-top-navigation nav>ul>li>a {
        padding-bottom: 15px;
    }


    html .et_header_style_left #et-top-navigation, html .et_header_style_split #et-top-navigation {
        padding: 0px !important;
        margin: 100px auto 1% 15%;
    }

    html #top-menu, html .fullwidth-menu, html nav#top-menu-nav, html nav.fullwidth-menu-nav {
        float: right;
    }

        html #et_top_search {
        margin-top: -120px;
    }
}


@media only screen and (min-width: 1584px) {
    html .et_header_style_left #et-top-navigation, html .et_header_style_split #et-top-navigation {
        padding: 0px !important;
        margin: 100px auto 1% 15%;
    }

    html #et_top_search {
        margin-top: -100px;
    }
}


html #top-menu li {
    padding-left: 22px;
    padding-right:0px;
}



@media only screen and (min-width: 500px) {
html #et_search_icon:before {
    text-shadow: 0 0;
    font-family: Poppins, sans-serif!important;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    text-transform: none;
    speak: none;
    position: absolute;
    top: -3px;
    left: 0;
    font-size: 14px;
    content: "Busca en nuestro catálogo";
    padding:1em 2em 1em 1em;
    border: 0.5px solid #b5c33b;
    border-radius: 100px 0px 0px 100px;
}

html #et_search_icon:after {
    text-shadow: 0 0;
    font-family: ETmodules!important;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    text-transform: none;
    speak: none;
    position: absolute;
    top: -3px;
    right: 0;
    font-size: 14px;
    content: "\55";
    color: white;
    background: #b5c33b;
    padding:1em;
    border: 0.5px solid #b5c33b;
    border-radius: 0px 100px 100px 0px;
}

html #et_top_search {
    display: block;
    float: right;
    position: relative;
    width: 265px;
}

html .et_pb_menu_hidden #et_search_icon:before,  html .et_pb_menu_hidden #et_search_icon:after {
    opacity: 0;
}
}


@media only screen and (max-width: 499px) {
html #et_search_icon:before {
    color: white;
    background: #b5c33b;
    padding:0.5em;
    border-radius:100px;
}
}

html .mobile_menu_bar:before {
    color: #3d7218;
}


 html .gastos-envio-header {
    margin-left:20px;
    background:#3d7218;
    padding: 0.5em 1em;
    border-radius: 100px;
}

@media only screen and (max-width: 1400px) {
    html #et-info-email {
        display:none;
    }
}

@media only screen and (max-width: 980px) {
    html #et-info-phone {
        display:none;
    }

    html #et-info {
        padding:0px;
    }
}

@media only screen and (max-width: 660px) {
    html body #et-info #et-social-icons {
        display:none;
    }


     html .gastos-envio-header {
        margin-left:0px;
        background:transparent;
    }
}


@media only screen and (max-width: 500px) {

    html #top-header .container.clearfix {
        width: 99%;
    }

    html #top-header .evo-drop-cart {
        right:10px;
    }

    html .wrapper_account_header {
        right: 45px;
    }

    html .contador-deseos {
        right: 80px;
    }  

     html .gastos-envio-header {
        font-size: 10px;
    }
}