abbr, bdi {
  text-decoration: none;
 }

/***ORDER ***/

.woocommerce-order-received .woocommerce-order{
    background: #fff;
    border-radius: var(--brL);
    padding: 20px;
    max-width: 600px;
    margin: 0 auto;
box-shadow:var(--box-shadow-woo);

 }
.woocommerce-order-received .woocommerce-order p:first-child{
    margin-top: 0;

 }
.woocommerce-order-received .woocommerce-order  p:last-child{
    margin-bottom: 0;

 }
.woocommerce-order-received h2{
 font-size: 1.2rem;
	margin-bottom: 0.5em;
 }

.woocommerce-order-received .woocommerce-order-details{
  display: none;
 }

/***SINGLE***SINGLE***SINGLE***SINGLE***SINGLE***/
.summary {
    font-size: 1rem;
 }
 .product_meta {
     font-size: var(--small-text);
     clear: both;
     margin-top: 1rem;
 }
 .summary .price {
    font-size: 1.4rem;
    margin: 0;
    color: #000;
    margin-top: 0.5em;
	 margin-bottom: -0.25em;
}
.variations tr{
    display: flex;
  flex-direction: column; 

    text-align: left;
}
.variations  .value{
    display: flex;
    align-items: center;
    grid-gap: 0.5em;
    width: 110%;
}
.reset_variations{
    font-size: var(--small-text);     color: var(--color-gray1);
    
}


/***EVENTOS***EVENTOS***EVENTOS***EVENTOS***EVENTOS***/
 .evento-info{
     display: flex;
     flex-direction: column;
   font-size: 1rem;
     line-height: initial;
     padding: 0.5em 0;
     border-top: 1px solid var(--color-gray3); 
     border-bottom: 1px solid var(--color-gray3); 
    
     grid-gap: .5em;
 }
 
 .evento-data{
     display: flex;
     flex-direction: column;
     grid-gap: .5em;
   }
 
 .evento-fecha , .evento-lugar, .evento-km  {
     display: flex;
     grid-gap: .5em;
 }
 
 .evento-fecha img, .evento-lugar img, .evento-km  img {
    height: 1.2em;
 }
 
 
 .evento-km{
     cursor:pointer;
     font-size: 0.95em;
     display: flex; 
     align-items: center;
     border-radius: 8px;
     background: var(--color-black);
     color:  var(--primary-color);
     padding: 0.4em 0.85em 0.5em 1.2em;;
     line-height: initial;
     width: fit-content;
 }
 .recorrido-img{
  margin-top: 1.5rem;
}
 /*Grouped Tabs*/

 .woocommerce-grouped-product-list {
    width: 100%;
 }

.woocommerce-grouped-product-list-item {
    margin-bottom: 0.75rem;
    width: 100%;
    display: inline-table;

}
.group_table td:first-child {
    width: 5rem;
    
  
}
.woocommerce-grouped-product-list-item__price {
 text-align: right;
}
  
.woocommerce-grouped-product-list p,   .woocommerce-grouped-product-list label{
 margin: 0 ; 
    font-size: 0.95rem;
    line-height: 1.3;
  
}


.woocommerce-grouped-product-list-item__label{
    font-weight: 700;
    font-family: var(--font-heading);
      }



   .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product .stock {
    color: #70b835;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product .stock.in-stock {
    font-size: var(--small-text);

}

/****GENERAL***GENERAL***GENERAL***GENERAL***GENERAL***/
.woocommerce ul.products,
.woocommerce li.product,
.woocommerce-MyAccount-navigation ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
*/
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:disabled[disabled] {
    cursor: not-allowed;
    opacity: 0.5;
}

.woocommerce-error,
.woocommerce-message {
    padding: 0.8em 1em 0.8em 1em !important;
    margin-bottom: 1rem !important;
    position: relative;
    background-color: var(--color-black);
    color: #fff;
    width: auto;
    word-wrap: break-word;
    border-radius: 10px;
    font-size: var(--small-text);
    line-height: 1.3;
    grid-gap: 0.5rem;
 
    align-items: center;
    justify-content: space-between;
    display: flow-root;
    list-style: none;
}


.woocommerce-message .button {
    font-size: 0.8rem;
    background: #fff;
    color: #000;
    border-color: #fff; float: right;
}
.woocommerce-error .button:hover,
.woocommerce-message .button:hover {
    background: var(--primary-color); border-color:  var(--primary-color); color: #000;

}
/*Pages Woocommerce*/
.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
    font-size: 0.95rem;
    font-size: clamp(0.95rem, 0.9357142857142856rem + 0.0714285714285715vw, 1.05rem);

    text-align: center;
    padding-bottom: 0.5em;
}
.woocommerce-LoopProduct-link {
    display: flex;
    flex-direction: column;
}

.woocommerce ul.products li.product .price {
    grid-gap: 0.5em;
    font-size: 0.95rem;
    text-align: center;
    
}

.woocommerce ul.products li.product a img {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 0.95rem;
    box-shadow: none;
    position: relative;
    border-radius: 0.5em;
}

/*Font size*/
.woocommerce-cart,
.woocommerce-checkout {
    background: #f7f7f7;
}

.woocommerce-cart h2,
.woocommerce-checkout h3 {
    font-size: 1.25rem;
    margin-bottom: 0.75em;
    font-weight: 800;
 
}

thead tr th:first-child {
    border-radius: 15px 0 0 0;
}

thead tr th:last-child {
    border-radius: 0 15px 0 0;
}

tr td.actions {
    border-radius: 0 0 15px 15px;
}

/****CART****CART****CART****CART****CART****CART***/
.woocommerce-cart-form {
 box-shadow: var(--box-shadow-woo);
	border-radius: 10px;
   
}
.quantity {
    width: 5rem; 
    max-width: 100%;
    float: left;
    margin-right: 0.5rem;
   
}

.quantity input {
    text-align: center;
	margin-bottom: 0 ;
}

.woocommerce-cart .woocommerce-cart-form table {
    text-align: left;
    font-size: 0.9rem;
    line-height: 1.5em;
    width: 100%;
}

/*Head Table*/
.woocommerce-cart .woocommerce-cart-form thead th {
    background: #fff;
    padding: 0.6em 0 0.5em 0;
    font-weight: 500;
    color: var(--color-gray1);
}

/*Body Table*/
.woocommerce-cart .woocommerce-cart-form table.shop_table td {
    padding: 0.6rem 0.6rem;
    vertical-align: middle;
    background: #fff;
    color: var(--color-black);
    border-top: 0.1em solid #f7f7f7;
}

.woocommerce-cart .woocommerce-cart-form table.shop_table td.product-remove a {
    font-size: 1.5rem;
    background: var(--primary-color);
    width: 1em;
    height: 1em;
    border-radius: 99px;
    text-align: center;
    line-height: 0.9em;
    font-weight: 300;
    display: block;
}

.woocommerce-cart .woocommerce-cart-form table.shop_table td.product-remove a:hover {
    background: var(--color-black);
    color: var(--primary-color);
}

.woocommerce-cart .woocommerce-cart-form table.shop_table td.product-thumbnail img {
    width: 5.9375rem;
    height: auto !important;
    border-radius: 0.5em;
}

.woocommerce-cart .woocommerce-cart-form table.shop_table td.product-name {
    font-family: var(--font-heading);
    font-weight: 800;
}

.woocommerce-cart .cart-collaterals .cart_totals tr th,
.woocommerce-cart .cart-collaterals .cart_totals tr td {
    border-top: 2px solid #f7f7f7;
}

.woocommerce-cart .cart_totals tr:first-child td,
.woocommerce-cart .cart_totals tr:first-child th {
    border-top: 0;
}

/*Coupon Cart*/
.woocommerce-cart .actions .coupon {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    grid-gap: 0.5em;
    margin-bottom: 0.5em;
}

.woocommerce-cart .actions button {
    width: 100%;
	display: flex; justify-content: center;
}

/*Cart Totals*/
.woocommerce-cart .cart_totals .shop_table {
    width: 100%;
}

.woocommerce-cart .cart_totals {
    background: #ffffff;
    padding: 1.5em 1.2em;
    border-radius: 15px;
    margin-top: 1rem;
	box-shadow: var(--box-shadow-woo);
}

.woocommerce-cart .cart-collaterals tr td {
    text-align: right;
}

.woocommerce-cart .cart-collaterals tr th {
    text-align: left;
}

/***CHECKOUT***CHECKOUT***CHECKOUT***CHECKOUT***CHECKOUT***/
/*Cols*/
.col-left,
.col-right {
    background: #ffffff;
    border-radius: 15px;
    box-shadow: var(--box-shadow-woo);
}

.col-left,
.col-right {
    padding: 1rem;
}

.col-left {
    margin-bottom: 1rem;
}

.form-row-coupon {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-gap: 0.5rem;

    margin-bottom: 0.5rem;
}

.woocommerce-additional-fields {
    margin-top: 1.8rem;
}

/*Review Order*/
.woocommerce-checkout .cart_item {
    display: grid;
    font-size: 0.9rem;
    grid-template-columns: 3.75em 2fr 1fr;
    grid-gap: 1em;
    color: #000;
    line-height: 1.3;
    align-items: center;
    padding: 0.8em 0.4em 0.8em 0;
    border-top: 1px solid  var(--gray-color3);
}

strong.product-quantity {
    font-weight: normal;
}

.woocommerce-checkout .cart_item .product-total {
    text-align: right;
}

.woocommerce-checkout .cart-discount,
.woocommerce-checkout .cart-subtotal,
.woocommerce-checkout .order-total {
    display: flex;
    justify-content: space-between;
}

.woocommerce-checkout .product-img img {
    height: auto;
    border-radius: 7px;
    width: 100%;
}


.woocommerce-checkout-payment,
.woocommerce-checkout-payment p {
    font-size: var(--small-text);
    line-height: 1.45;
}

.woocommerce-checkout-payment {
    margin-top: 1.5em;
    background: #f7f7f7;
    padding:15px;
    border-radius: 10px;
}
.woocommerce-checkout-payment  a{
 text-decoration: underline;
}

.woocommerce-info {
    padding: 0.75em;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.85);
    display: flex;
    flex-direction: column; box-shadow:var(--box-shadow-woo);
}
.woocommerce-MyAccount-content .woocommerce-info {
    padding:  0;
}





.woocommerce-order-received .page-content
{
   background: #fff;
   border-radius:15px;
   padding: 2% 2.5%;
}

 
.woocommerce-order-received .page-content h2 {
    font-size: 1.1rem;

}

.woocommerce-order-received  .woocommerce-order-details{
 text-align: left;

}
.woocommerce-order-received  .woocommerce-order ul {
    padding-top: 0;
    list-style: none;
    padding-bottom: 0;
    padding-left: 0;
   
   }

.woocommerce-order-received  .woocommerce-customer-details,  .woocommerce-order-received   .woocommerce-order-details{
 margin-top: 1.5rem;
   
   }


   .woocommerce-order-received .woocommerce-table td{
    padding-right: 10px;
      
      }

@media screen and (max-width: 790px) {
    .woocommerce .woocommerce-cart-form .woocommerce-cart-form__cart-item td {
        display: flex;
        text-align: right;
        justify-content: flex-end;
    }

    .woocommerce .woocommerce-cart-form table.shop_table td.product-thumbnail {
        position: absolute;
    }

    .woocommerce-cart .woocommerce-cart-form table.shop_table td.product-name {
        padding-left: 8em;
    }

    .woocommerce-cart .woocommerce-cart-form table.shop_table tr td.product-subtotal {
        border-bottom: 2px solid #f3f3f3;
    }

    .woocommerce .woocommerce-cart-form table.shop_table td.product-remove {
        background: transparent;
        position: absolute;
        z-index: 1;
    }

    thead {
        display: none;
    }

   
}


@media screen and (min-width: 790px) {
/*Single*/
.evento-info{
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    
}

.evento-data {
    
    flex-direction: row;
    grid-gap: 1em;
}


    /*Cart*/
    .woocommerce-cart .woocommerce-cart-form table.shop_table td {
        padding: 1.5rem 1rem;
    }

    .woocommerce-cart .woocommerce-cart-form table.shop_table td.product-name {
        padding-left: 0;
    }

    .woocommerce-cart .cart-collaterals {
        float: right;
        width: 100%;
        max-width: 500px;
    }

    .woocommerce-cart .actions .coupon {
        width: 50%;
        float: left;
        grid-gap: 0.5em;
        margin-bottom: 0;
    }

    .woocommerce-cart .actions .button {
        float: right;
        margin: 0;
        width: auto;
    }
}



@media screen and (min-width: 999px) {
   
    .col-left {
        float: left;
        width: calc(55% - 1rem);
    }

    .col-right {
        float: right;
        width: 45%;
    }

    .col-left,
    .col-right,
    .woocommerce-cart .cart_totals {
        padding: 1.8rem 1.2rem;
    }

    
}


/***OVERFLOW LOADING***OVERFLOW LOADING***OVERFLOW LOADING***OVERFLOW LOADING***/
.woocommerce .blockUI.blockOverlay {
    position: relative;
    background: #fff !important;
}

.woocommerce .blockUI.blockOverlay::before {
    height: 1em;
    width: 1em;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -0.5em;
    margin-top: -0.5em;
    content: "";
    animation: spin 1s ease-in-out infinite;
    background: url(../images/icons/loader.svg) center center;
    background-size: cover;
    line-height: 1;
    text-align: center;
    font-size: 2em;
    color: rgba(0, 0, 0, 0.75);
}

/***GALLERY***GALLERY***GALLERY***GALLERY***GALLERY***/
.woocommerce div.product div.images {
    margin-bottom: 0;
}

.woocommerce div.product div.images img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 0.5em;
    box-shadow: none;
}

.woocommerce div.product div.images div.thumbnails {
    padding-top: 1em;
}

.woocommerce div.product div.images.woocommerce-product-gallery {
    position: relative;
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
    transition: all cubic-bezier(0.795, -0.035, 0, 1) 0.5s;
    margin: 0;
    padding: 0;
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .zoomImg {
    background-color: #fff;
    opacity: 0;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image--placeholder {
    border: 1px solid #f2f2f2;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n + 2) {
    width: 25%;
    display: inline-block;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
    position: absolute;
    top: 0.5em;
    right: 0.5em;
    font-size: 2em;
    z-index: 9;
    width: 36px;
    height: 36px;
    background: #fff;
    text-indent: -9999px;
    border-radius: 100%;
    box-sizing: content-box;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border: 2px solid #000;
    border-radius: 100%;
    position: absolute;
    top: 9px;
    left: 9px;
    box-sizing: content-box;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger::after {
    content: "";
    display: block;
    width: 2px;
    height: 8px;
    background: #000;
    border-radius: 6px;
    position: absolute;
    top: 19px;
    left: 22px;
    transform: rotate(-45deg);
    box-sizing: content-box;
}

.woocommerce div.product div.images .flex-control-thumbs {
    overflow: hidden;
    zoom: 1;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 0.5em;
    margin-top: 0.5em;
}

.woocommerce div.product div.images .flex-control-thumbs li {
    margin: 0;
    list-style: none;
}

.woocommerce div.product div.images .flex-control-thumbs li img {
    cursor: pointer;
    opacity: 0.5;
    margin: 0;
}

.woocommerce div.product div.images .flex-control-thumbs li img.flex-active,
.woocommerce div.product div.images .flex-control-thumbs li img:hover {
    opacity: 1;
}

.woocommerce div.product .woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n + 1) {
    clear: left;
}

.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n + 1) {
    clear: left;
}

.woocommerce div.product .woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n + 1) {
    clear: left;
}