/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/
body.single-product #wrapper .post-content h2 {
    font-size: 25px;
    font-weight: normal;
}
body.single-product #wrapper .post-content h2 strong {
    font-weight: normal;
}
body.single-product #main .product h1.product_title {
    font-weight: bold;
}
.single-post .fusion-post-slideshow .slides img {
    max-width: 600px !important;
    height: auto !important;
}

#tbl_rentabilidad_maquinas .titulo {
    font-size: 1.5rem;
    text-align: center;
    font-weight: bold;
    margin-bottom: 1.1em;
    color: var(--h2_typography-color);
}
#tbl_rentabilidad_maquinas #frm_coste_electricidad {
    display: flex;
    margin-bottom: 1rem;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    flex-wrap: wrap;
}
#tbl_rentabilidad_maquinas #frm_coste_electricidad input {
    width: 50px;
    border-radius: 10px;
    padding:7px;
    text-align: right;
}
#tbl_rentabilidad_maquinas #frm_coste_electricidad button {
    padding: 13px 29px;
    color: white;
    background-color: #00c08c;
    border-radius: 50px;
    border:none;
    cursor: pointer;

    font-family: var(--button_typography-font-family);
    font-weight: var(--button_typography-font-weight);
    font-style: var(--button_typography-font-style, normal);
    letter-spacing: var(--button_typography-letter-spacing);
    padding-top: var(--button_padding-top, 13px);
    padding-right: var(--button_padding-right, 29px);
    padding-bottom: var(--button_padding-bottom, 13px);
    padding-left: var(--button_padding-left, 29px);
    line-height: var(--button_line_height, 1);
    font-size: var(--button_font_size, 14px);   

}
#tbl_rentabilidad_maquinas #resultados {
    width: 100%;
}
#tbl_rentabilidad_maquinas #resultados th {
    padding:0.5em;
    font-weight: bold;
    text-align: right;
    color: white;
}
#tbl_rentabilidad_maquinas #resultados th:first-child {
    text-align: left;
}
#tbl_rentabilidad_maquinas #resultados td {
    padding:0.5em;
    text-align: right;
}
#tbl_rentabilidad_maquinas #resultados tbody > tr > td:first-child {
    text-align: left;
    font-weight: bold;
}
#tbl_rentabilidad_maquinas #resultados td.loading {
    text-align: center !important;
}
#tbl_rentabilidad_maquinas #resultados tbody > tr:nth-child(odd) {
    background-color: #f5f5f5;
}
#tbl_rentabilidad_maquinas #resultados thead tr {
    background-color: #00c08c;
}
@media (max-width:767px) {
    #tbl_rentabilidad_maquinas #resultados .no-movil {
        display: none;
    }
    #tbl_rentabilidad_maquinas #frm_coste_electricidad label {
        max-width: 100px;
    }
}
#hosting-dubai-producto {
    width: 100%;
    margin-bottom: 20px;
    line-height: 20px;
}
#hosting-dubai-producto label {
    font-size: var(--yith-wapo-label-font-size);
    margin-left: 5px;
}
#hosting-dubai-producto p.description {
    font-size: var(--yith-wapo-description-font-size);
    overflow-y: auto;
    max-height: 70px;    
}
#hosting-noruega-producto {
    width: 100%;
    margin-bottom: 20px;
    line-height: 20px;
}
#hosting-noruega-producto label {
    font-size: var(--yith-wapo-label-font-size);
    margin-left: 5px;
}
#hosting-noruega-producto p.description {
    font-size: var(--yith-wapo-description-font-size);
    overflow-y: auto;
    max-height: 70px;    
}
.product .summary .cart .quantity {
    margin-top: 7px !important;
}
.yith-wapo-block .yith-wapo-addon .addon-header h3 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.fusion-mobile-menu-icons .gtranslate_wrapper {
    float: right;
    margin-top:-4px;
}
.fusion-mobile-menu-icons .gtranslate_wrapper > div {
    position: relative;
}
.fusion-mobile-menu-icons .gtranslate_wrapper .gt_float_switcher .gt-selected .gt-current-lang {
    padding:4px;
}
.fusion-mobile-menu-icons .gtranslate_wrapper .gt_float_switcher img {
    width: 29px;
}
.fusion-mobile-menu-icons .gtranslate_wrapper .gt_float_switcher {
    font-size: 13px;
    box-shadow: none;
}
.fusion-mobile-menu-icons .gtranslate_wrapper .gt-lang-code {
    display: none;
}
.fusion-mobile-menu-icons a {
    font-size: 26px !important;
}
.fusion-mobile-menu-icons .gtranslate_wrapper .gt_float_switcher .gt_options a {
    float: none;
    font-family: var(--body_typography-font-family);
    font-size: 20px !important;
    text-transform: uppercase;
    text-align: left;
}
.fusion-mobile-menu-icons .gtranslate_wrapper  .gt_float_switcher .gt_options {    
  position: absolute;
  right: 0px;
  z-index: 9999;
  top: 39px;
  background-color: white;
  width: 150px;
  max-height: fit-content;
}

#extras-ficha-producto {
    margin-top: 40px;
    display: flex;
    align-items: center;
    gap: 30px;
}
#extras-ficha-producto .google-reviews img {
    width: 150px;
    height: auto;
}
#extras-ficha-producto .trustpilot img {
    width: 150px;
    height: auto;
}
#extras-ficha-producto .compra-segura img {
    width: 150px;
    height: auto;
}
body.single-product .single_add_to_cart_button {
    display: block;
    width: 100%;    
    max-width: 750px;
    border-radius: 28px;
    height:55px;
    border: none !important;
    font-size:20px !important;
}
body.single-product .paypal-button-container {
    min-width: none !important;
    max-width: none !important;
}
.single-product #wc-stripe-payment-request-button {
    width: 100% !important;
}