#header-mbcc {
    height: 64px;
}

@media (min-width: 640px) {
    #header-mbcc {
        height: 80px;
    }
}




.elementor-image-box-img img{
	height: auto !important;
	width: 100%;
}

.elementor img.photo-dummy{
	border-radius: 8px;
	width: 100px;
	height: auto;
	margin: 8px 0;
}

	.woocommerce-MyAccount-navigation > ul{
		display: flex;
    flex-wrap: nowrap;
    overflow: auto;
    white-space: nowrap;
    padding: 8px 24px !important;
    margin: 0 -24px !important;
}



.elementor-widget-woocommerce-my-account{
    color: white;
}

form.edit-account {
    fieldset > legend, .acf-field-group > .acf-label > label {
        margin: 1rem 0;
        background: white;
        padding: 4px 16px !important;
        color: var(--e-global-color-primary) !important;
    }
}

form.edit-account fieldset{
    margin-bottom: 2rem;
}



.acf-radio-list {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-image: none;
    flex-wrap: wrap;
    gap: 1rem;
}

.acf-input > .acf-fields {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;

    .acf-field-radio{
        grid-column: span 2;
    }
}

.mis-carros-list{
    display: grid;
    gap: 1.5rem;
    list-style: none;
    list-style-image: none;
    padding: 0; 
    margin: 0;

    @media (min-width: 768px) {
        grid-template-columns: repeat(2,1fr);
    }
    @media (min-width: 1024px) {
        grid-template-columns: repeat(3,1fr);
    }

    .swiper {
      padding: 2rem;
    }

    .swiper-slide {
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: .5rem;
      font-size: 22px;
      font-weight: bold;
      color: #999;
      padding: 1px;
      border: 1px solid #ccc;
    }

    .car-item{
        text-align: center;
        max-width: 380px;
        margin: 0 auto;
    }

    .car-title{
        
    }

    .car-detalles{
        display: flex;
        flex-wrap: wrap;
        gap: .5rem;
        justify-content: center;
    }
    .car-item img{
        border-radius: .5rem;
        aspect-ratio: 16/9;
        object-fit: cover;
        width: 100%;    
    }

    a.edit-button{
        border: 3px solid #777;
        color: #fff;
        display: block;
        padding: 8px;
        border-radius: 80px;
        text-align: center;
        color: white;
    }

    .add-new-car{
        display: flex;
        align-items: center;
        justify-content: center;
        border: 2px dashed #777;
        border-radius: .5rem;
        height: 100%;

        a{
            display: flex;
            padding: 64px 24px;
            width: 100%;
            justify-content: center;
            align-items: center;
            height: 100%;
            background: transparent;
            color: white
        }
        a:hover{
            color: var( --e-global-color-secondary );
            background-color: transparent;
            border-color: var( --e-global-color-secondary );
        }
    }

}

.car-status{
    color: #ffc107;
    font-weight: bold;
    text-decoration: underline;
}


.acf-fields>.acf-field{
    margin-bottom: 1.5rem;
    border: 0 none;
    padding: 0;
}
.acf-form-submit .acf-button{
    width: 100%;
    font-weight: bold;
    padding: 16px;
}


.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .login, 
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .register, 
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .woocommerce-ResetPassword{
    max-width: 480px;
    margin: 48px auto;
    padding: 24px;
    border: 1px solid #999;
    border-radius: 8px;
}