/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

.ficha-tecnica-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px; 
}

.ficha-tecnica-item {
    padding: 30px 20px 30px 20px;
    background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 8px;
    display: flex; 
    align-items: flex-start;
}

.ficha-tecnica-icon-svg {
  width: 34px;
  height: auto;
  flex-shrink: 0;
}

.ficha-tecnica-icon {
    margin-right: 12px;
}

.ficha-tecnica-content {
  display: flex;
  flex-direction: column; 
  justify-content: center;
}

.ficha-tecnica-content strong {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 3px;
  font-family: "Lato", Sans-serif;
  color: #000000;
}

.ficha-tecnica-content a {
    font-size: 15px;
    text-decoration: underline;
    color: #000000;
    font-weight: 400;
}

.ficha-tecnica-content a:hover {
  text-decoration: none;
}


.slick-dots {
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li.slick-active button:before {
    opacity: .9;
    color: #fff;
}

.slick-dots li button:before {
    opacity: .45;
    color: black;
}

.slick-dots li button {
    background-color: transparent !important;
}

.slick-dots li button:hover {
    background-color: transparent !important;
}

.slick-dotted.slick-slider {
    margin-bottom: 0px;
}


.pest-secc-home .e-n-tab-title {
    border-radius: 250px !important;
}

.pest-secc-home .e-n-tabs-heading {
    background-color: #F4F4F4;
    padding: 19px 15px;
    border-radius: 250px;
}


table.tabla-precios thead {
    background-color: #2C7D2E;
    color: #ffffff;
    text-align: left;
}

table.tabla-precios thead tr th {
    border: none;
}

.list-rentacar-00 ul li.elementor-icon-list-item {
    background-color: #F6FAF7;
    padding: 15px 18px;
    border-radius: 5px;
}

.btn-list-form2-single-product li.elementor-icon-list-item b {
    color: #2C7D2E;
    font-size: 18px;
}

.btn-list-form2-single-product {
    padding: 12px 17px;
}

form.elementor-form a {
    color: #000000;
    text-decoration: underline;
}

.cta-btn-header h3.elementor-icon-box-title {
    margin-top: -10px !important;
}

table.variations tbody tr th {
    background-color: transparent;
}

table.variations tbody tr td:hover, table.variations tbody tr td {
    background-color: transparent;
}


.variations tr {
    display: flex;
    flex-direction: column;
}

.variations td.label {
    margin-bottom: 6px;
}

.variations td.value {
    width: 100%;
}

table.variations tbody tr th.label {
    text-align: left !important;
}



.single-product .acf-gallery-carousel {
    position: relative;
}

.single-product .acf-gallery-slide {
    padding: 8px; 
}

.single-product .acf-gallery-slide img {
    width: 100%;
    height: auto;
    display: block;
    pointer-events: none;
    user-select: none;
}

.single-product .acf-gallery-carousel .slick-prev,
.single-product .acf-gallery-carousel .slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0,0,0,0.6);
    color: #fff;
    border: none;
    font-size: 32px;
    width: 37px;
    height: 37px;
    border-radius: 50%;
    z-index: 20;
    cursor: pointer;
    padding-left: 14px;
    padding-bottom: 14px;
}

.single-product .acf-gallery-carousel .slick-prev {
    left: 10px;
}

.single-product .acf-gallery-carousel .slick-next {
    right: 10px;
}

.single-product .acf-gallery-carousel .slick-prev:before,
.single-product .acf-gallery-carousel .slick-next:before {
    display: none;
}

.single-product .acf-gallery-carousel .slick-prev:hover,
.single-product .acf-gallery-carousel .slick-next:hover {
    background: rgba(0,0,0,0.85);
}

.woocommerce div.product form.cart .variations label {
    font-weight: 500;
    margin-left: -15px;
}

.woocommerce div.product form.cart .variations td {
    padding: 0 0 !important;
}

.wc-color-swatch {
    width: 30px !important;
    height: 30px !important;
    border: 2px solid #ededed !important;
}

.woocommerce div.product form.cart .reset_variations {
    font-size: 14px;
    color: #c7122f;
    letter-spacing: 1px;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
    color: #000;
    font-size: 20px;
}

.woocommerce div.product form.cart .variations select {
    border-radius: 4px !important;
    border: 1px solid #D5D5D5 !important;
    color: #727272 !important;
}

.marca-single-product-secc-1 {
    margin-bottom: -22px !important;
}

li.sf-field-taxonomy-product_brand h4, li.sf-field-taxonomy-product_cat h4, li.sf-field-taxonomy-combustible h4, li.sf-field-taxonomy-transmision h4 {
    font-family: "Lato", Sans-serif;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0.3px;
    color: #000;
}

.searchandfilter ul {
    padding-left: 0 !important;
}

.searchandfilter ul li ul li label {
    color: #505050;
    cursor: pointer;
    font-family: "Lato", Sans-serif;
    font-size: 16px;
    letter-spacing: 0.3px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.searchandfilter ul li ul li label:hover {
    color: #000000;
}

.searchandfilter ul li ul li.sf-option-active label {
    color: #000000;
}

.searchandfilter ul li ul li {
    border-bottom: 1px solid #DFDFDF;
    border-radius: 0 0;
}

.searchandfilter ul li ul li input {
    display: none;
}

/*ocultar boton de añadir compra en single product */
.woocommerce-variation-add-to-cart {
    display: none !important;
}

@media (max-width: 500px){
.img-dest-loop-nuevos.elementor-widget-image img.attachment-full {
   height: 140px !important;
}

} 

::selection {
  background: transparent;
  color: #2C7D2E;
}


.acf-slide img, .acf-slide video {
    padding-left: 7px;
    padding-right: 7px;
}


.acf-slider-wrapper button.acf-prev:hover, .acf-slider-wrapper button.acf-next:hover {
    background-color: #215F23B5 !important;
}


li.ofertas-menu-item a {
    color: #2C7D2E !important;
    font-weight: bold !important;
}


input.search-filter-reset {
    border: 1px solid #DFDFDF;
    width: 100%;
    color: #505050;
    border-radius: 6px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

input.search-filter-reset:hover {
    background-color: #000000;
    color: #ffffff;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
    z-index: 9;
}

table.ah-peugeot-modelo-table tbody tr td.column-1 {
    color: #000 !important;
    background-color: #fff !important;
    font-weight: 600;
    border-right: 1px solid lightgray;
    letter-spacing: 0.2px;
}

table.ah-peugeot-modelo-table tbody tr td {
    border-bottom: 1px solid lightgray;
    border-right: 1px solid lightgray;
}

table.ah-peugeot-modelo-table thead tr th.column-3.dt-orderable-none span, table.ah-peugeot-modelo-table thead tr th.column-4.dt-orderable-none span, table.ah-peugeot-modelo-table thead tr th.column-5.dt-orderable-none span, table.ah-peugeot-modelo-table thead tr th.column-6.dt-orderable-none span, table.ah-peugeot-modelo-table thead tr th.column-7.dt-orderable-none span, table.ah-peugeot-modelo-table thead tr th.column-8.dt-orderable-none span, table.ah-peugeot-modelo-table thead tr th.column-9.dt-orderable-none span, table.ah-peugeot-modelo-table thead tr th.column-10.dt-orderable-none span {
    width: 180px !important;
    letter-spacing: 0.2px;
    color: #fff;
    text-transform: uppercase;
}

table.ah-peugeot-modelo-table thead tr th.column-3.dt-orderable-none, table.ah-peugeot-modelo-table thead tr th.column-4.dt-orderable-none, table.ah-peugeot-modelo-table thead tr th.column-5.dt-orderable-none, table.ah-peugeot-modelo-table thead tr th.column-6.dt-orderable-none, table.ah-peugeot-modelo-table thead tr th.column-7.dt-orderable-none, table.ah-peugeot-modelo-table thead tr th.column-8.dt-orderable-none, table.ah-peugeot-modelo-table thead tr th.column-9.dt-orderable-none, table.ah-peugeot-modelo-table thead tr th.column-10.dt-orderable-none {
    background-color: #2C7D2E;
    border-right: 1px solid #fff;
}

table.ah-peugeot-modelo-table thead tr td.column-1.dt-orderable-none {
    background-color: #2C7D2E;
    min-width: 150px;
}

table.ah-peugeot-modelo-table thead tr td.column-2.dt-orderable-none {
    background-color: #2C7D2E;
    min-width: 200px;
}

table.ah-peugeot-modelo-table tbody tr td.column-2 {
    color: #2C7D2E !important;
}

table.ah-peugeot-modelo-table tbody tr td {
    background-color: #fff !important;
}


/* inicio estilos formulario cf7 */
.wpcf7{
    font-family: "Lato", sans-serif;
}

.wpcf7 br{
    display: none;
}

.wpcf7 .form-row{
    display: flex;
    gap: 16px;
}

.wpcf7 .form-col-full{
    width: 100%;
}

.wpcf7 .form-col{
    width: 100%;
}

.wpcf7 .form-row::before{
    display: none!important;
}

.wpcf7 .wpcf7-select{
    padding: 12px!important;
    color: #666!important;
    border: 1px solid #666!important;
}

.wpcf7 p{
    margin: 0;
}

.wpcf7-submit{
    color: #fff;
    background-color: #2C7D2E;
    font-weight: 700;
    font-size: 16px;
    border: 0;
    border-radius: 500px;
    padding: 12px 42px;
    margin-top: 12px;
}

.wpcf7-submit:hover{
    color: #fff;
    background-color: #2C7D2E;
}

@media (max-width: 767px) {
    .wpcf7 .form-row{
        flex-direction: column;
        gap: 5px;
    }
    
}

/* cierre estilos formulario cf7 */

