.elementor-700 .elementor-element.elementor-element-6d1849a5{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;}.elementor-700 .elementor-element.elementor-element-6d1849a5.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-widget-woocommerce-checkout-page .product-name .variation{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-700 .elementor-element.elementor-element-fb65ec3{--billing-details-title-alignment:start;--sections-title-color:var( --e-global-color-fbbf374 );--purchase-button-normal-text-color:#FFFFFF;}.elementor-700 .elementor-element.elementor-element-fb65ec3 h3#order_review_heading, .elementor-700 .elementor-element.elementor-element-fb65ec3 .woocommerce-billing-fields h3, .elementor-700 .elementor-element.elementor-element-fb65ec3 .woocommerce-additional-fields h3{font-family:"Roboto", Sans-serif;font-size:40px;font-weight:400;}.elementor-700 .elementor-element.elementor-element-fb65ec3 .woocommerce-checkout-review-order-table .cart_item td{font-family:"Roboto", Sans-serif;font-size:17px;font-weight:300;}.elementor-700 .elementor-element.elementor-element-fb65ec3 .woocommerce-checkout-review-order-table thead tr th, .elementor-700 .elementor-element.elementor-element-fb65ec3 .woocommerce-checkout-review-order-table tfoot tr th, .elementor-700 .elementor-element.elementor-element-fb65ec3 .woocommerce-checkout-review-order-table tfoot tr td{font-family:"Roboto", Sans-serif;}.elementor-700 .elementor-element.elementor-element-fb65ec3 .woocommerce #payment #place_order{font-size:18px;font-weight:300;}.elementor-700 .elementor-element.elementor-element-fb65ec3 #payment #place_order{background-color:var( --e-global-color-fbbf374 );}@media(min-width:768px){.elementor-700 .elementor-element.elementor-element-6d1849a5{--width:106.36%;}}/* Start custom CSS for container, class: .elementor-element-6d1849a5 */@media screen and (min-width: 1024px){ 
    /*encapsula para que los cambios de css sean solo para pc, no afectan a movil ni tablet*/
.e-checkout__container {
  display: grid !important;
  grid-template-columns: 50% 90% !important; 
  max-width: max-width; 
  margin: 0 auto;
  direction: rtl;
}


.e-checkout__column-end{
    width: 50%
}
.e-checkout__column-start{
    width: 100%
    
}
.e-checkout__column-start,
.e-checkout__column-end {
    direction: ltr;
}
.e-checkout__column-start {
    padding-right: 40px; 
}

.product-name{
    font-size: 22px
}
.e-checkout__column-start,
.e-checkout__column-end {
  direction: ltr;
}

.e-checkout__column-start {
  padding-right: 40px;
}
thead th.product-name {
  position: relative;
  text-indent: -9999px; /* Mueve el texto original fuera de pantalla */
  white-space: nowrap;
  overflow: hidden;
}

thead th.product-name::after {
  content: "Tratamientos reservados";
  text-indent: 0;
  white-space: normal;
  position: absolute;
  top: 0;
  left: 0;
  color: #000; 
}
    }
/*esto esta fuera del encapsulamiento para que haga cambios en todos los dispositivos*/
.product-total {
        display:none;

}

.cart-subtotal {
        display:none;

}


.order-total {
        display:none;

}

@media (max-width: 768px) {
    /*cambios para movil*/

thead th.product-name {
  position: relative;
  text-indent: -9999px; /* Mueve el texto original fuera de pantalla */
  white-space: nowrap;
  overflow: hidden;
}

thead th.product-name::after {
  content: "Tratamientos reservados";
  text-indent: 0;
  white-space: normal;
  position: absolute;
  top: 0;
  left: 0;
  color: #000; 
    font-size: 20px;
    

}}

@media (min-width: 768px) and max-width (1024px){
    /*cambios para tablet*/
  .e-checkout__container {
    display: flex !important;
    flex-direction: column-reverse !important;
  }
 
thead th.product-name {
  position: relative;
  text-indent: -9999px; /* Mueve el texto original fuera de pantalla */
  white-space: nowrap;
  overflow: hidden;
}

thead th.product-name::after {
  content: "Tratamientos reservados";
  text-indent: 0;
  white-space: normal;
  position: absolute;
  top: 0;
  left: 0;
  color: #000; 
  font-size: 25px;
}}/* End custom CSS */