/**
Theme Name: Devoltec
Author: lavallweb
Author URI: http://lavallweb.com
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: devoltec
Template: astra
*/

/* FOOTER */
@media (min-width: 767px) {
	h1.wp-block-heading.has-text-align-center.has-ast-global-color-5-color.has-text-color {
    	text-align: left;
	}
}

/* FINALIZAR COMPRA - LICENCIAS */

#edd-purchase-button {
    border-radius: 45px;
}

#edd_checkout_cart > tfoot > tr.edd_cart_footer_row.edd_cart_tax_row > th {
   text-align: end;
}

.edd_cart_remove_item_btn {
   color: white;
   background: #074762;
   border-radius: 10px;
   text-decoration: none !important;
   padding-top: 5px;
   padding-bottom: 5px;
   padding-left: 10px;
   padding-right: 10px;
   
}

.edd_cart_remove_item_btn:hover {
   color: white;
   background: #53dabb;
}

.edd-description {
   display: none !important;
}

#edd_cc_address > legend {
    background-color: #0c303fff;
    color: white;
    border-radius: 10px;
}

#titulo-stripe {
   margin-bottom: 1em;
   background-color: #0c303fff !important;
   color: white;
   border-radius: 10px !important;

}

#edd_cc_fields {
   margin-top: 4em !important;
}

/* div.edd_cart_actions {
    display: none !important;
}
 */

 /* FORMULARIO EMPRESA FINALIZAR COMPRA */

 #edd_checkout_user_info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 4em !important;
    border-radius: 10px;
 }

#edd_payment_mode_select {
   border-radius: 10px;
}

#edd_checkout_user_info > legend, #edd_payment_mode_select > legend {

    margin-bottom: 1em;
    background-color: #0c303fff;
    color: white;
    border-radius: 10px;
}

 .cfm-el {
    margin: 5px;
    width: 45%;
 }

 #edd_checkout_user_info > div.cfm-el.text.localidad, #edd_checkout_user_info > div.cfm-el.text.codigo_postal, #edd_checkout_user_info > div.cfm-el.text.telefono {
    width: 30%;
 }

 @media (max-width: 768px) {

    #edd_checkout_user_info {
        display: flex;
        flex-wrap: nowrap;
        flex-direction: column;
     }

    .cfm-el {
        width: 100%;
     }

     #edd_checkout_user_info > div.cfm-el.text.localidad, #edd_checkout_user_info > div.cfm-el.text.codigo_postal, #edd_checkout_user_info > div.cfm-el.text.telefono {
        width: 100%;
     }
 }

 /* INPUTS */

 #edd_checkout_user_info, #edd_payment_mode_select {
    padding: 2rem;
    border: 1px solid #f2f2f2 !important;
    gap: 1.25rem;
 }

 .edd-input {
    border: none !important;
    background: none !important;
    border-bottom: 1.5px solid #53dabb !important;
    border-radius: 0px !important;
 }

 .edd-select {
    background: none;
    border: 1.5px solid #53dabb !important;
 }

 /* PAGO */

 .edd-gateway-option {
   padding: 1em;
   border-radius: 10px;
 }

 .edd-gateway-option-selected {
    background: #53dabb !important;
    color: white;
    border: none !important;
 }

 #edd-payment-mode-wrap {
   display: flex;
   justify-content: center;
 }

 #edd_cc_address {
    margin-top: 4em !important;
    border-radius: 10px;
 }

 #edd_purchase_submit {
    display: flex;
    flex-direction: column;
    align-items: center;
    
 }


  /* DETALLES DE FACTURACION */

  #edd_cc_address {
   display: flex;
   flex-wrap: wrap;
  }

  #edd-card-address-wrap, #edd-card-address-2-wrap, #edd-card-city-wrap, #edd-card-zip-wrap, #edd-card-country-wrap, #edd-card-state-wrap  {
   width: 49%;
  }

  @media (max-width: 768px) {
   #edd-card-address-wrap, #edd-card-address-2-wrap, #edd-card-city-wrap, #edd-card-zip-wrap, #edd-card-country-wrap, #edd-card-state-wrap  {
      width: 100%
     }
  }


 /* PRIVACIDAD */

 #edd-privacy-policy-agreement {
   border: none !important;
 }

 #edd-show-privacy-policy {
   text-align: center;
 }

 /* TOTAL COMPRA INFERIOR */

 #edd_final_total_wrap {
   display: none;
 }


 /* ********************** PAGINA LOGIN ************************ */

#edd_login_form > fieldset > legend {
   display: none;
}

#edd_login_submit {
   border-radius: 45px;
}

 /* ********************** TEMPLATE PRODUCTOS ************************ */

 .edd_purchase_submit_wrapper {
   display: flex;
   flex-direction: column-reverse;
 }

 .edd_purchase_tax_rate {
   margin-top: -1em;
   margin-bottom: 3em;
 }

  /* ********************** MI CUENTA ************************ */

 #post-496 > div > p {
   margin-top: 2em;
 }

 .edd-manage-license-back {
   border-radius: 45px;
   text-decoration: none !important;
 }

 #edd_profile_name_label, #edd_profile_billing_address_label, #edd_profile_password_label {
   background-color: #0c303fff;
   color: white;
   border-radius: 10px;
 }

   /* ********************** EDITAR LICENCIA ************************ */
 #edd_sl_license_keys > tbody > tr > td:nth-child(2) {
   display: flex;
   height: 3em;
   justify-content: center;
   align-items: center;
 }



 /* CORREGIR PROBLEMA CONTAINER */



 @media  (min-width: 769px) {
   .ast-container {
      width: 100vw !important;
      max-width: 100vw !important;
      padding-left: 0% !important;
      padding-right: 0% !important;
    }
 }

 @media  (max-width: 768px) {
   .ast-container {
      padding-left: 0% !important;
      padding-right: 0% !important;
      overflow: hidden;
    }

    body {
      overflow-x: hidden
    }
 }
 
/* ************************* CONFIRMACION DEL PEDIDO ************************** */

#edd_purchase_receipt > thead > tr.edd-cfm-receipt-fields > th {
   background-color: #0c303fff;
   color: white;
}

#edd_subscription_receipt > thead > tr > th {
   background-color: #0c303fff;
   color: white;
}

#edd_purchase_receipt_products > thead > tr > th {
   background-color: #0c303fff;
   color: white;
}

#edd_purchase_receipt > tbody > tr.edd_license_keys > td {
   background-color: #0c303fff;
   color: white;
}

#edd_purchase_receipt > thead > tr:nth-child(9) > th:nth-child(1) {
   background-color: #0c303fff;
   color: white;
}

/* ************************* CONFIRMACION DEL PEDIDO MOBILE ************************** */

@media (max-width: 768px) {

   #edd_purchase_receipt {
      max-width: 92vw;
   }
   .edd-cfm-receipt-field > td{
      padding: 0%;
   }
   
   #edd_purchase_receipt > tbody > tr > td  {
      padding: 0%;
   }
   
   #edd_purchase_receipt > tbody > tr.edd_license_keys > td {
      padding-top: 10px;
      padding-bottom: 10px;
      text-align: center;
   }
   
   #edd_purchase_receipt > thead > tr.edd-cfm-receipt-fields > th {
      padding: 0%;
      padding-top: 10px;
      padding-bottom: 10px;
      text-align: center;
   }
   
   #edd_purchase_receipt > thead > tr:nth-child(9) > th:nth-child(2) {
      padding: 0%;
   }
   
   #edd_purchase_receipt > thead > tr:nth-child(9) > th:nth-child(1) {
      padding: 0% !important;
      background: white;
      color: #18202c;

   }
   
   #edd_subscription_receipt > thead > tr > th:nth-child(1), #edd_subscription_receipt > tbody > tr > td:nth-child(1) {
      display: none;
   }
   #edd_purchase_receipt > tbody > tr.edd_license_key > td {
      text-align: center;
   }

   #edd_subscription_receipt > thead > tr > th {
      padding: 0%;
   }

   #edd_subscription_receipt > tbody > tr > td {
      padding: 0%;
   }

   #edd_subscription_receipt {
      width: 92vw;
   }

   #edd_subscription_receipt > tbody > tr > td {
      text-align: center;
   }

   #edd_purchase_receipt_products {
      width: 92vw;
   }

   #edd_purchase_receipt_products > thead > tr > th {
      padding: 0%;
   }

   #edd_purchase_receipt_products > tbody > tr > td {
      padding: 0%;
   }
   /* .edd_license_keys, .edd_license_key {
      display: none;
   } */
}

 /* ************************* FINALIZAR COMPRA MOBILE ************************** */

@media (max-width: 768px) {
   .edd_cart_item_image {
      display: none;
    }
   
    #edd_checkout_cart td {
      padding: 5px;
    }
   
    #edd_checkout_cart th {
      padding: 0%;
    }
   
    #edd_checkout_wrap .edd_cart_remove_item_btn {
      margin-left: auto;
    }
   
    #edd_checkout_cart {
      max-width: 335px;
    }
   
    .edd_cart_actions {
      text-align: center !important;
    }
}

  /* ************************* HISTORIAL DE PEDIDOS ************************** */

  
@media (max-width: 768px) {
   #edd_user_history > thead > tr > th {
      padding: 0%;
      text-align: center;
   }
   
   #edd_user_history > tbody > tr > td {
      padding: 0%;
      text-align: center;
   }
   
   #edd_user_history > tbody > tr > td.edd_purchase_id, #edd_user_history > thead > tr > th.edd_purchase_id {
      display: none;
   }
   
   #edd_user_history {
      max-width: 90vw;
   }
}