th.woocommerce-table__product-name.product-name {
		background-color: #FEA800 !important;
}

a.button.wc-forward:hover {
		background-color: #FEA800 !important;
}

th.woocommerce-table__product-table.product-total {
		background-color: #FEA800 !important;
}

tr.woocommerce-table__line-item.order_item {
		background-color: #FEA800 !important;
}

i.inova.ic-favorite:hover {
    background-color: #FEA800 !important;
}

a.nova_product_wishlist_btn.add_to_wishlist:hover {
    background-color: #FEA800 !important;
}

a.nova_product_quick_view_btn:hover {
    background-color: #FEA800 !important;
}

a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart:hover {
    background-color: #FEA800 !important;
}

yhead.woocommerce-table {
    background-color: #FEA800 !important;
}

span.nova_new_product {
    background-color: #FEA800 !important;
}

div.kitify-woo-size-guide {
    display: none;
}

span.nova_js_count_bag_item_canvas.count-item-canvas {
    background-color: #FEA800 !important;
}

a.button.checkout.wc-forward {
    background-color: #FEA800 !important;
}

div.woocommerce-form-coupon-toggle {
    background-color: #FEA800 !important;
}

a.button.product_type_simple.add_to cart_button.ajax_add_to_cart {
    background-color: #FEA800 !important;
}

button#place_order.button.alt {
    background-color: #FEA800 !important;
}

div.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
    background-color: #FEA800 !important;
}

div.info-left a.title:hover {
    color: #FEA800 !important;
}

h3.woocommerce-loop-product__title:hover {
    color: #FEA800 !important;
}

thead {
    color: #FEA800 !important;
}


div.woocommerce-notices-wrapper {
    display: none !important;
}

i.dlicon.ui-2_menu-34 {
    color: #000000 !important;
}

div.wc-proceed-to-checkout {
    color: #FEA800 !important;
}

a.checkout-button.button.alt.wc-forward {
    background-color: #FEA800 !important;
}

/* Cambia el color de fondo de la opción sobre la que se sitúa el cursor */
ul.select2-results__options li.select2-results__option--highlighted {
    background-color: #FEA800;
    color: white; /* Cambia el color del texto si es necesario */
}

/* Cambia el color de fondo de la opción seleccionada */
ul.select2-results__options li.select2-results__option[aria-selected="true"] {
    background-color: #FEA800;
    color: white; /* Cambia el color del texto si es necesario */
}

div#showmore-button-1.showmore-button {
    display: none !important; 
}

button.single_add_to_cart_button.button.alt {
    background-color: #FEA800 !important;
}

button.woocommerce-button.button.woocommerce-form-login__submit {
    background-color: #FEA800 !important;
}

a.nova_product_wishlist_btn.clicked.added {
    background-color: #FEA800 !important;
}

ul.woocommerce-error {
    background-color: #FEA800 !important;
}

h1, h2, h3, h4, h5 {
    font-family: 'Cormorant Garamond', serif !important;;
}

a.remove.remove_from_wishlist:hover {
    color: #FEA800 !important;
}

a:hover {
    color: #FEA800 !important;
}

div.woocommerce-message {
    background-color: #FEA800 !important;
}

div.woocommerce-form-login-toggle {
    background-color: #FEA800 !important;
}

div.woocommerce-info{
    background-color: #FEA800 !important;
}
 
.woocommerce-info, .woocommerce-message {
    background-color: #FEA800 !important;
}

button.button:hover {
    background-color: #FEA800 !important;
}

div.kitify-carousel__next-arrow-facf7ea_0.kitify-arrow.next-arrow:hover {
    background-color: #FEA800 !important;
}

span.posted_in.detail-container {display:none !important;}

span.product-search-title:hover {
    color: #FEA800 !important;
}

span.select2.select2-container.select2-container--default.select2-container--below.select2-container--focus.select2-container--open {
    background-color: #FEA800 !important;
}

li.select2-results__option select2-results__option--highlighted {
    background-color: #FEA800 !important;
}

/* Cambia el color de fondo de la opción sobre la que se sitúa el cursor */
ul.select2-results__options li.select2-results__option--highlighted:hover {
    background-color: #FEA800;
    color: white; /* Cambia el color del texto si es necesario */
}

/* Cambia el color de fondo de la opción seleccionada */
ul.select2-results__options li.select2-results__option[aria-selected="true"]:hover {
    background-color: #FEA800;
    color: white; /* Cambia el color del texto si es necesario */
}

::after {
    background-color: #FEA800 !important;
    animation-name: none !important; /* Esto desactiva cualquier animación previa que cambie el color */
}
@keyframes dotPulseOverride {
    0% {
        background-color: #FEA800 !important;
    }
    50% {
        background-color: #FEA800 !important;
    }
    100% {
        background-color: #FEA800 !important;
    }
}

::after {
    animation: dotPulseOverride 1s infinite !important;
    background-color: #FEA800 !important;
}