.single-product-function{
    display: none;
}
/*section.yolo-page-title-wrap.archive-product-title-height.page-title-wrap-bg.page-title-center {
    background-image: none !important;
    background: linear-gradient(135deg, rgba(255, 223, 186, 1) 0%, rgba(255, 94, 87, 1) 100%) !important;
    height: 220px;
}
*/
.yolo-shop-loadmore {
    display: inline-block !important;
    padding: 12px 24px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #ffffff !important;
    background: #e41d24 !important;
    border: none !important;
    border-radius: 8px !important;
    text-align: center !important;
    cursor: pointer !important;
    transition: background-color 0.3s ease !important;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15) !important;
    line-height: 41px !important;
    width: 190px !important;
}
.yolo-shop-loadmore:hover {
    background: #0056b3 !important; /* Oscurece el azul al pasar el mouse */
    text-decoration: none !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2) !important;
}

.yolo-shop-loadmore:active {
    background: #003f7f !important; /* Azul más oscuro al hacer clic */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15) !important;
}

.search-view-more {
    width: 110px;
    height: 30px;
    line-height: 27px;
    float: right;
    border: 1px solid black !important;
    text-align: center;
    margin: 5px;
}
a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained {
    border: 1px solid black;
    background: #e01f20;
    color: white;
    font-size: 18px;
}

body.woocommerce-checkout  section.yolo-page-title-wrap.page-title-center {
    height: 50px !important;
}
body.woocommerce-checkout  .page-title-inner{
    display: none !important;
}

.wc-block-components-button.wc-block-components-checkout-place-order-button {
    display: inline-block !important;
    padding: 12px 24px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #ffffff !important; /* Texto en blanco */
    background: #e41d24 !important; /* Fondo rojo vibrante */
    border: none !important;
    border-radius: 8px !important;
    text-align: center !important;
    cursor: pointer !important;
    transition: background-color 0.3s ease, transform 0.2s ease !important;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15) !important; /* Sombra sutil */
    line-height: 41px !important;
    width: auto !important; /* Se ajusta automáticamente al texto */
    max-width: 300px !important; /* Límite de ancho */
    margin: 10px auto !important; /* Centrado */
}

.wc-block-components-button.wc-block-components-checkout-place-order-button:hover {
    background: #b71a20 !important; /* Rojo más oscuro al pasar el mouse */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2) !important;
    transform: scale(1.05) !important; /* Ligero aumento de tamaño */
    text-decoration: none !important;
}

.wc-block-components-button.wc-block-components-checkout-place-order-button:active {
    background: #8e1015 !important; /* Rojo aún más oscuro al hacer clic */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1) !important;
    transform: scale(0.98) !important; /* Efecto de "presionado" */
}

.yolo-footer-wrapper .wpb_wrapper .wpb_wrapper .column-footer li {
    margin: 0 !important;
}

/*.search-with-category-inner {
    justify-content: space-between !important;
    background-color: #f9f9f9 !important;
    border: 1px solid #ddd !important;
    border-radius: 12px !important;
    padding: 10px !important;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1) !important;
    margin-right: 70px;
}*/

.form-search-left span {
    display: block !important;
    background-color: #ffffff !important;
    padding: 8px 12px !important;
    border-radius: 8px !important;
    font-size: 14px !important;
    font-weight: bold !important;
    cursor: pointer !important;
    transition: background-color 0.3s ease, color 0.3s ease !important;
}

.form-search-left span:hover {
    background-color: #007bff !important;
    color: #fff !important;
}

.search-category-dropdown {
    display: none !important;
    margin: 0 !important;
    padding: 10px !important;
    border-radius: 8px !important;
    list-style: none !important;
    background-color: #fff !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1) !important;
}

.form-search-left span:hover + .search-category-dropdown,
.search-category-dropdown:hover {
    display: block !important;
    position: absolute !important;
    z-index: 99999999 !important;
}

.search-category-dropdown li {
    margin-bottom: 5px !important;
}

.search-category-dropdown li span {
    display: block !important;
    padding: 8px 12px !important;
    border-radius: 8px !important;
    cursor: pointer !important;
    transition: background-color 0.3s ease, color 0.3s ease !important;
}

.search-category-dropdown li span:hover {
    background-color: #f1f1f1 !important;
    color: #000 !important;
}

.form-search-right {
    display: flex !important;
    align-items: center !important;
    width: 410px;
}

.form-search-right input[type="text"] {
    width: 100% !important;
    padding: 8px 12px !important;
    border: 1px solid #ddd !important;
    border-radius: 8px !important;
    outline: none !important;
    font-size: 14px !important;
}

.form-search-right input[type="text"]:focus {
    border-color: #007bff !important;
}

.form-search-right button {
    background-color: #007bff !important;
    color: #fff !important;
    padding: 8px 12px !important;
    margin-left: 10px !important;
    border: none !important;
    border-radius: 8px !important;
    cursor: pointer !important;
    transition: background-color 0.3s ease, box-shadow 0.3s ease !important;
    right: 0 !important;
}

.form-search-right button:hover {
    background-color: #0056b3 !important;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2) !important;
    right: 0 !important;
}


.footer-custom {
    background-color: #f9f9f9 !important;
    border: 2px solid #e0e0e0 !important;
    border-radius: 10px !important;
    padding: 40px 20px !important;
    margin: 20px 0 !important;
    position: relative !important;
    overflow: hidden !important;
}

.footer-custom .vc_custom_heading {
    font-size: 33px !important;
    font-weight: bold !important;
    color: #333 !important;
    margin-bottom: 15px !important;
    font-family: Arial, sans-serif !important;
}

.footer-custom .wpcf7-email {
    font-size: 15px !important;
    color: #555 !important;
    padding: 10px 15px !important;
    border: 1px solid #e0e0e0 !important;
    border-radius: 5px !important;
    width: 70% !important;
    margin: 0 auto 15px auto !important;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1) !important;
}

.footer-custom .wpcf7-email::placeholder {
    color: #aaa !important;
}
.wpcf7 .home-1 input {
    width: 100% !important;
}

/*.footer-custom .wpcf7-submit {
    background-color: #ff5722 !important;
    color: white !important;
    border: none !important;
    padding: 12px 30px !important;
    border-radius: 5px !important;
    font-size: 16px !important;
    cursor: pointer !important;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1) !important;
    transition: all 0.3s ease !important;
}*/

.wpcf7 .home-1 .ctf7_submit input {
    position: relative !important;
    z-index: 2 !important;
    color: white;
    height: 46px;
    background-color: transparent;
    border-radius: 5px;
    margin-left: 5px;
    left: 6px;
    color: white !important;
    transition: all 0.3s ease !important;
}
.wpcf7 .home-1 .ctf7_submit input:hover {
    background-color: #ecaaaa;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2) !important;
    transform: scale(1.1) !important;
}
.footer-custom::before {
    content: '' !important;
    position: absolute !important;
    top: -20px !important;
    left: -20px !important;
    background: url('https://via.placeholder.com/150') no-repeat !important;
    background-size: contain !important;
    width: 150px !important;
    height: 150px !important;
    opacity: 0.7 !important;
    transform: rotate(-15deg) !important;
}

.footer-custom::after {
    content: '' !important;
    position: absolute !important;
    bottom: -50px !important;
    right: -50px !important;
    background-color: #ff5722 !important;
    width: 200px !important;
    height: 200px !important;
    border-radius: 50% !important;
    opacity: 0.3 !important;
}


/* Estilo del top header */
.top-header {
    background-color: #000; /* Fondo negro */
    color: #fff; /* Texto blanco */
    padding: 10px 0; /* Espaciado interno */
    font-size: 14px;
    font-family: 'Arial', sans-serif;
}

.top-header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.top-header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.min-purchase {
    font-weight: bold;
    font-size: 16px; /* Tamaño ligeramente mayor */
    text-transform: uppercase;
    margin-right: auto;
}

.right-section {
    display: flex;
    align-items: center;
    gap: 15px;
}

.shipping-info {
    display: flex;
    align-items: center;
    gap: 5px;
}

.shipping-info i {
    font-size: 16px;
    color: #FFB535; /* Color del ícono de envío */
}

.divider {
    width: 1px;
    height: 20px;
    background-color: #ccc; /* Color gris claro */
    margin: 0 10px;
}

.social-icons {
    display: flex;
    gap: 10px;
}

.social-icons .icon {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    transition: color 0.3s ease;
}

.social-icons .icon:hover {
    color: #FFB535; /* Cambia a amarillo al pasar el mouse */
}


/* General container */
.search-with-category {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 15px;
    box-sizing: border-box;
}

/* Inner container */
.search-with-category-inner {
    width: 100%;
    max-width: 800px;
}

/* Search form */
.form-search {
    display: flex;
    width: 100%;
    background-color: #fff;
    border: 1px solid #ddd; /* Borde simple */
    overflow: hidden;
    box-shadow: none; /* Sin sombra */
}

/* Input field */
.form-search input[type="text"] {
    flex: 1;
    padding: 12px 20px;
    border: none !important;!i;!;
    outline: none;
    font-size: 16px;
    color: #333 !important;!i;!;
    background-color: transparent !important;!i;!;
    text-transform: uppercase;
}

/* Button */
.form-search button {
    background-color: #ff6b6b;
    border: none;
    color: #fff;
    padding: 0 20px;
    cursor: pointer;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto; /* Ajusta la altura automáticamente */
    border-left: 1px solid #ddd; /* Separador entre el input y el botón */
}

.form-search button i {
    font-size: 16px;
    margin: 0;
}
ul.yolo-filter-search {
    border: 1px solid;
    text-align: center !important;
    border-radius: 13px;
    background-color: #fcf7f2;
    font-size: 20px !important;
    text-transform: uppercase;
    cursor: pointer;
}
body.woocommerce-cart section.yolo-page-title-wrap {
    height: 60px !important;
}
span.e-n-tab-title-text {
    font-size: 19px !important;
}
.elementor-widget-n-tabs .e-n-tab-title {
    border: 1px solid #bcbcbc;
}
.wpcf7 .home-1 .ctf7_submit::before {
    content: '' !important;
}

.product-thumb {
    min-height: 254px;
}

@media screen and (min-width: 992px) {
    header.yolo-main-header .search-with-category {
        width: 780px !important;
    }
}



/* Ajustes responsivos */
@media (max-width: 768px) {
    .form-search {
        flex-direction: row;
    }

    .form-search input[type="text"] {
        width: 100%;
    }

    .form-search button {
        width: auto;
    }
}
