nav[data-menu="type-1"]>ul>li:first-child>a {
    padding-inline-start: 0;
}

nav[data-menu="type-1"]>ul>li:last-child>a {
    padding-inline-end: 0;
}

.woocommerce-mini-cart__buttons.buttons>a:nth-child(1) {}

.wpcvt-variations {

    max-height: 100%;

}

.align-right-price-table {
    text-align: right;
}

.reduce-spacing-price-table {
    border-spacing: 0;
}

.clearDiv {
    clear: both;
}

.taxonomy-buttons {
    text-align: center;
    /* Centra los botones horizontalmente */
}


.taxonomy-button {
    display: flex;
    width: 100px;
    height: 40px;
    background-color: #808080;
    color: #fff;
    border: none;
    border-radius: 0px;
    cursor: pointer;
    margin-right: 10px;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
}

.product_table_lbe {

    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
    width: 50% !important;
    max-width: 100%;
}

.custom-fields {
    padding-top: 20px;
    padding-bottom: 20px;
}

.woosg-price-ori {
    display: none !important;
}

.edit-cart-container {
    display: inline-block;
    margin-left: 10px;
    /* Adjust the margin as needed */
}


.woosg-products .woosg-product .woosg-atc .single_add_to_cart_button {

    width: 73% !important;
}

.yellow-button {
    cursor: default;
    display: inline-block;
    padding: 5px 10px;
    background-color: #F7DC6F;
    color: #000000;
    text-decoration: none;
}

.green-button {
    cursor: default;
    display: inline-block;
    padding: 5px 10px;
    background-color: #568203;
    color: #fff;
    text-decoration: none;
}

.blue-button {
    display: inline-block;
    padding: 5px 10px;
    background-color: #0077b6;
    color: #fff;
    text-decoration: none;
}

.gray-button {
    display: inline-block;
    padding: 5px 10px;
    background-color: #808080;
    color: #fff;
    text-decoration: none;
}

edit-cart-container {

    margin-left: 0 !important;
}


#wp-submit {
    background-color: #999674 !important;
    /* Change to your desired color */
    color: #ffffff;
    /* Change text color if needed */
}

/* Progress bar styles */
/* Progress bar styles */
.progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #5cb85c;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
    white-space: nowrap;
}


.single_add_to_cart_button {
    padding-left: 28px !important;
    padding-right: 28px !important;
}

.added_to_cart {
    padding-left: 18.5% !important;
    padding-right: 18.5% !important;
}

.ct-checkout-cart-item-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    /* Adjust as needed */
}

.edit-cart-container {
    position: relative;
    width: 100%;
}


.edit-cart {
    position: revert-layer;
    top: 0;
    display: flex;
    justify-content: center;
    /* Centramos el texto horizontalmente */
    align-items: center;
    /* Centramos el texto verticalmente */

    padding: 5px 10px;
    background-color: #fff;
    /* Fondo blanco */
    color: #000;
    /* Texto negro */
    text-decoration: none;

    border: 1px solid #ccc;
    /* Borde gris */
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    /* Sombra */
    border-radius: 5px;
    /* Bordes redondeados */

}

.wc-stripe-save-source {
    display: none !important;
}

.wooccm-field-address_name {
    display: none !important;
}

.fabfw-select-address-container .form-row .radio {
    max-width: 100%;
    padding: 1rem;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 20px 20px 30px rgba(0, 0, 0, .05);
}

.radio .button {
    width: 100%
}



.fabfw-select-address-container .form-row :checked+.radio .fabfw-edit {
    display: flex !important;
    justify-content: flex-end !important;
}

.woocommerce-shipping-fields__field-wrapper {

    margin-top: 2rem;
    max-width: 100%;
    padding: 1rem;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 20px 20px 30px rgba(0, 0, 0, .05);
}

.woocommerce-additional-fields {
    max-width: 100%;
    margin-top: 2rem;
    padding: 1rem;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 20px 20px 30px rgba(0, 0, 0, .05);
}

#confirmation_checkbox_field .woocommerce-input-wrapper .checkbox {
    font-size: 18px;
    /* Ajusta este valor segÃºn tus necesidades */
}

.custom_shipping {
    max-width: 100%;
    margin-top: 1rem;
    padding: 1rem;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 20px 20px 30px rgba(0, 0, 0, .05);
}

tr.fee th,
tr.fee td {
    margin: 10px;
    /* Adjust the value as needed */
    padding: 10px;
    /* Optional: to ensure spacing within cells */
}

table.shop_table tr>*:last-child {
    padding-inline-end: 10 !important;
}

table.shop_table tr>*:first-child {
    padding-inline-start: 10 !important;
}

#menu-item-9888 {
    padding-left: 10px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin: 20px 10px 20px 0px;
    max-width: 80%;
}

#menu-item-9889 {
    padding-right: 10px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin: 20px auto;
    max-width: 80%;
}

tr.fee:has(td .custom-fee-class) {
    display: none;
}

.progress-container {
    position: absolute;
    top: 30px;
    right: 30px;
    text-align: right;
    width: 150px;
}

.progress {
    background-color: #ddd;
    border-radius: 3px;
    height: 5px;
    width: 100%;
}


.progress-text {
    font-size: 10px;
    opacity: 0.6;
    letter-spacing: 1px;
}


/* Hide all rows with class 'fee' */
table.shop_table.shop_table_responsive tr.fee {
    display: none !important;
}

/* Hide 'order-total' row */
table.shop_table.shop_table_responsive tr.order-total {
    display: none !important;
}

.ct-woo-card-actions:not(.custom) {
   /*display: none;*/
}

.shipping-subtotal th,
.shipping-subtotal td {
    font-weight: normal !important;
    padding: 0em 0em !important;
}

table.shop_table {
    --theme-table-padding: .7em 0.3em;
    !important;
}

.shipping-total th,
.shipping-total td {
    --theme-table-padding: .7em 0.3em;
    !important;
}

.cart-subtotal th,
.cart-subtotal td {
    --theme-table-padding: .7em 0.3em;
    !important;
}

.order-total th,
.order-total td {
    --theme-table-padding: .7em 0.3em;
    !important;
}

a.afrfqbt_single_page {
    display: none;
}

section.related.products {
    display: none;
}


.custom-notice .woocommerce-info {
 border: 2px solid #ffd700; 
    background-color: #fff9c4 !important;
    color: black !important;
    font-weight: bold !important;
}

.custom-notice-w .woocommerce-info {
	 border: 2px solid #008f39; 
    background-color: #b8daba !important;
    color: black !important;
    font-weight: bold !important;
}



.notice .woocommerce-message {
	border: 2px solid #cf1020; 
	
    background-color: #F1948A !important;
    color: black !important;
    font-weight: bold !important;
}


.ct-order-review {
    --order-review-border: 2px solid #a0a0a0 !important;
    --order-review-padding: 35px;
}

tfoot {
    border-top: 2px solid #000; 
    border-bottom: 2px solid #000; 
}

tfoot tr {
    border-bottom: 1px solid #ddd; 
}

tfoot .order-total {
    border-top: 2px solid #000; 
    font-weight: bold;
}

.wc_payment_methods {
    border: 2px solid #ccc; 
    border-radius: 5px; 
    padding: 15px; 
    margin: 10px 0; 
    background-color: #f9f9f9; 
}

.wc_payment_method {
    border-bottom: 1px solid #ddd; 
    padding: 10px 0;
}

.wc_payment_method:last-child {
    border-bottom: none; 
}
.variation-Expectedshippingdate {
    width: 100%; 
    background-color: #fff9c4; 
	  padding-right: 5px;
    border-radius: 4px; 
    box-sizing: border-box; 
    font-size: 1em; 
    font-weight: 400; 
    text-align: center; 
    color: #000000; 
}
.variation{
	 border: 2px solid #ccc; 
	margin-right: 15px;
}

.wpcvt-variation-availability .available-on-backorder{
	 width: 100%; 
    background-color: #fff9c4; 
	  padding-right: 5px;
    border-radius: 4px; 
    box-sizing: border-box; 
    font-size: 1em; 
    font-weight: 400; 
    text-align: center; 
    color: #000000; 
	border: 2px solid #ccc; 
	margin-right: 15px;
}

    .form-row.terms {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important; 
    }

    .terms .woocommerce-form__label-for-checkbox {
        display: flex !important;
        align-items: center !important;
        gap: 10px !important; 
    }

   .terms .woocommerce-form__input-checkbox {
        width: 40px !important;
        height: 40px !important;
			min-width: 40px !important;
        accent-color: #ff6600 !important; 
        border: 2px solid #ff6600 !important; 
    }

/* Botón Compare en negro, más grande y notorio */
a.ct-compare-button-single {
  display: inline-flex;
  align-items: center;
  gap: 6px; /* separación entre ícono y texto */
  padding: 10px 16px;
  font-size: 16px; /* aumenta el tamaño del texto */
  font-weight: 600;
  border: 2px solid #000; /* borde negro */
  border-radius: 6px;
  background-color: #fff; /* fondo blanco */
  color: #000; /* texto negro */
  text-decoration: none;
  transition: all 0.3s ease;
}

/* Ícono más grande */
a.ct-compare-button-single .ct-icon {
  width: 20px;
  height: 20px;
  fill: #000;
}

/* Hover (al pasar el mouse) */
a.ct-compare-button-single:hover {
  background-color: #000;
  color: #fff;
  border-color: #000;
}

/* Texto dentro */
a.ct-compare-button-single .ct-label {
  font-size: 16px;
}







/* Compactar celdas y controles dentro de la tabla WPCVT */
.wpcvt-wrap.lbe-compact-rows table td,
.wpcvt-wrap.lbe-compact-rows table th {
  padding: 6px 8px;
  vertical-align: middle;
}

/* Inputs de cantidad compactos (genérico) */
.wpcvt-wrap.lbe-compact-rows .wpcvt-variation .quantity input.qty,
.wpcvt-wrap.lbe-compact-rows .wpcvt-variation input[type="number"].qty,
.wpcvt-wrap.lbe-compact-rows .wpcvt-variation .quantity .qty {
  height: 32px !important;
  line-height: 32px !important;
  font-size: 13px !important;
  padding: 2px 8px !important;
  min-width: 64px;
}
.wpcvt-wrap.lbe-compact-rows .wpcvt-variation input[type=number].qty::-webkit-outer-spin-button,
.wpcvt-wrap.lbe-compact-rows .wpcvt-variation input[type=number].qty::-webkit-inner-spin-button {
  -webkit-appearance: none; margin: 0;
}

/* Botón Add compacto (genérico, Blocksy-friendly) */
.wpcvt-wrap.lbe-compact-rows .wpcvt-variation .wpcvt-variation-add .button,
.wpcvt-wrap.lbe-compact-rows .wpcvt-variation .wpcvt-variation-add button,
.wpcvt-wrap.lbe-compact-rows .wpcvt-variation .button,
.wpcvt-wrap.lbe-compact-rows .wpcvt-variation .wp-element-button,
.wpcvt-wrap.lbe-compact-rows .wpcvt-variation .ct-button {
  min-height: 32px !important;
  height: 32px !important;
  line-height: 30px !important;
  padding: 6px 10px !important;
  font-size: 13px !important;
  border-radius: 8px;
}

/* Miniatura más chica en la columna de imagen (opcional) */
.wpcvt-wrap.lbe-compact-rows .wpcvt-variation-image img { max-height: 56px; width:auto; height:auto; }

/* Ajuste específico de Blocksy: wrapper de cantidad con +/- */
.wpcvt-wrap.lbe-compact-rows .wpcvt-variation .ct-quantity {
  display: inline-flex;
  align-items: center;
  gap: 0;
  height: 32px;
}
.wpcvt-wrap.lbe-compact-rows .wpcvt-variation .ct-quantity .qty {
  height: 32px !important;
  line-height: 32px !important;
  padding: 2px 8px !important;
  font-size: 13px !important;
  min-width: 64px;
}
.wpcvt-wrap.lbe-compact-rows .wpcvt-variation .ct-quantity .plus,
.wpcvt-wrap.lbe-compact-rows .wpcvt-variation .ct-quantity .minus {
  width: 28px;
  height: 32px;
  line-height: 32px;
  padding: 0;
}

