/*
Theme Name:   Engitech Child
Theme URI:    http://wpdemo.archiwp.com/engitech/
Description:  Make your modifications to [Parent Theme] in this Engitech child theme.
Author:       OceanThemes
Author URI:   http://oceanthemes.net/
Template:     engitech
Version:      1.1
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain:  engitech-child
*/

/* =Theme customization starts here
------------------------------------------------------- */

/* Estilo para el punto activo del carrusel */
.slick-dots li.slick-active button:before {
    color: #43BAFF !important;
}
/* Ocultamos temporalmente el botón de panel lateral (sidebar) en escritorio.
   Este botón abre un sidebar con información adicional, pero se desactiva mientras se ajusta el diseño en PC. */
#panel-btn {
  display: none !important;
}
.wp-block-woocommerce-cart {
    padding: 20px; 
}
form.checkout.woocommerce-checkout {
    padding: 40px;
}
#order_review_heading {
     margin-top: 0px !important;
}
.woocommerce-order{
	padding: 40px;
}

.form-custom-login {
	margin-top: 50px;
	max-width: 100%;
	display: flex;
	justify-content: center;
}

.container-form-login {
	width: 100%;
	max-width: 600px;
}
.container-form-login input {
	width: 100% !important;
	box-sizing: border-box;
}

#rememberme{
	width: 30px !important;
}
.form-row-align-center {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-top:12px !important;
}
.lost_password{
	margin-bottom:10px !important;
}

.form-reset-password{
	margin-top: 50px;
	margin-bottom: 50px;
	max-width: 100%;
	display: flex;
	justify-content: center;
}
.container-reset-password {
	width: 100%;
	max-width: 600px;
}
.container-message-send-reset-password{
	padding:30px !important;
}

#container-gtranslate{
	min-width:40px !important;
}


/* My Account Woocomerce */

.woocommerce-MyAccount-navigation {
    background: #f8f8f8;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 30px;
}

.woocommerce-MyAccount-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.woocommerce-MyAccount-navigation li {
    margin-bottom: 10px;
    position: relative;
}

.woocommerce-MyAccount-navigation li:last-child {
    margin-bottom: 0;
}

.woocommerce-MyAccount-navigation li a {
    color: #333;
    text-decoration: none;
    display: block;
    padding: 8px 15px;
    transition: all 0.3s ease;
}

.woocommerce-MyAccount-navigation li a:hover,
.woocommerce-MyAccount-navigation li.is-active a {
    color: #fff;
    background-color: #0073aa;
    border-radius: 3px;
}

@media (max-width: 767px) {
  #tabs-identidad-corporativa .tabs-heading li {
    margin-bottom: 15px;
  }
}

@media (max-width: 600px) {
    .page-header {
        min-height: 350px !important;
    }
}

@media (min-width: 1000px) and (max-width: 1300px) {
  #site-navigation .menu li a {
    font-size: 14px !important;
  }
}


.woocommerce-MyAccount-content {
    background: #fff;
    padding: 30px;
    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.woocommerce-orders-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 30px;
}

.woocommerce-orders-table th {
    background-color: #f5f5f5;
    padding: 12px 15px;
    text-align: left;
    font-weight: 600;
}

.woocommerce-orders-table td {
    padding: 12px 15px;
    border-bottom: 1px solid #eee;
    vertical-align: middle;
}

.woocommerce-orders-table tr:hover td {
    background-color: #f9f9f9;
}

.woocommerce-button.button.view {
    background-color: #0073aa;
    color: white;
    padding: 8px 15px;
    border-radius: 3px;
    text-decoration: none;
    display: inline-block;
    transition: background-color 0.3s;
}

.woocommerce-button.button.view:hover {
    background-color: #005177;
}

.woocommerce-Price-amount {
    font-weight: bold;
    color: #0073aa;
}

@media (max-width: 768px) {
    .woocommerce-MyAccount-navigation {
        margin-bottom: 20px;
    }
    
    .woocommerce-MyAccount-content {
        padding: 20px;
    }
    
    .woocommerce-orders-table {
        display: block;
        overflow-x: auto;
    }
}
.woocommerce-EditAccountForm button.woocommerce-Button {
    margin-top: 20px;
}

.custom-input-tel input{
	width:100% !important;
}

.checkbox-group span.wpcf7-list-item {
  margin-left: 0 !important;
  padding-left: 0 !important;
	
}
@media (max-width: 989px) {
  .wpcf7-checkbox p{
     margin-bottom: 0 !important;
 	 padding-bottom: 0 !important;
  }
  .wpcf8-checkbox p {
	   padding-top: 0 !important;
	   margin-top: 0 !important;
	}
}

.pum-theme-6391 .pum-container,
.pum-theme-enterprise-blue .pum-container {
    padding: 28px;
    border-radius: 5px;
    border: 1px none #000000;
    box-shadow: 0px 10px 25px 4px rgba(2, 2, 2, 0.50);
    background-color: rgba(255, 255, 255, 1.00);
    height: 600px !important; 
    max-width: 800px !important; 
    width: 90% !important; 
}

@media (max-width: 768px) {
    .pum-theme-6391 .pum-container,
    .pum-theme-enterprise-blue .pum-container {
        padding: 20px; 
        height: 500px !important; 
        max-height: 80vh !important; 
        width: 93% !important;
        box-shadow: 0px 8px 20px 2px rgba(2, 2, 2, 0.40);
    }
}

@media (max-width: 480px) {
    .pum-theme-6391 .pum-container,
    .pum-theme-enterprise-blue .pum-container {
        padding: 15px; 
        border-radius: 3px; 
        height: 600px !important; 
        max-height: 90vh !important;
        width: 98% !important; 
        box-shadow: 0px 5px 15px 1px rgba(2, 2, 2, 0.30); 
    }
}
.pum-theme-6391 .pum-content + .pum-close, .pum-theme-enterprise-blue 
.pum-content + .pum-close
 {
    background-color: #43baff !important;
}
.cmplz-marketing .cmplz-manage-consent { display: none; }

