/* Steps delivery */
.step {
    list-style: none;
    margin: 2.2rem 0;
    width: 100%;
}

.step .step-item {
    -ms-flex: 1 1 0;
    flex: 1 1 0;
    margin-top: 0;
    min-height: 1rem;
    position: relative; 
    text-align: center;
}

.step .step-item:not(:first-child)::before {
    background: #fed700;
    content: "";
    height: 4px;
    left: -50%;
    position: absolute;
    top: 9px;
    width: 100%;
}

.step .step-item a {
    color: #acb3c2;
    display: inline-block;
    padding: 20px 10px 0;
    text-decoration: none;
}

.step .step-item a::before {
    background: #fed700;
    border: .1rem solid #fff;
    border-radius: 50%;
    content: "";
    display: block;
    height: 1.5rem;
    left: 50%;
    position: absolute;
    top: -.1rem;
    transform: translateX(-50%);
    width: 1.5rem;
    z-index: 1;
}

.step .step-item.active a::before {
    background: #fff;
    border: .2rem solid #fed700;
}

.step .step-item.active ~ .step-item::before {
    background: #e7e9ed;
}

.step .step-item.active ~ .step-item a::before {
    background: #e7e9ed;
}

.icons {
    width: 60px;
    height: 60px;
    margin-bottom: 6%;
}

.custom-font {
    margin-top: 5%;
}

/* Cart styles */
th.product-price th.product-subtotal {
    text-align: right !important;
}

/* Estilos para el botón de cierre */
.custom-btn-close {
    position: absolute;
    right: 1rem;
    top: 0.5rem;
    padding: 0.5rem 0.75rem;
    background-color: transparent;
    border: 0;
    cursor: pointer;
}

/* Estilos para el icono de cierre */
.custom-btn-close::before {
    content: '\00D7'; /* Código del icono 'x' */
    font-size: 1.25rem;
    color: #000; /* Color del icono */
}

.search-results-list {
    position: absolute;
    width: calc(100% - 2px); /* Ajustar según el ancho del input */
    /*border: 1px solid #ccc;*/
    background-color: #fff;
    list-style-type: none;
    padding: 0;
    margin: 50px 0 0 0;
    display: none;
    z-index: 1000; /* Asegurar que esté por encima de otros elementos */
}

.search-result-item {
    padding: 10px;
    cursor: pointer;
}

.search-result-item:hover {
    background-color: #f5f5f5;
}

.vmm-bg {
    right: 0 !important;
}

.u-header__nav-item.hs-mega-menu-opened .u-header__sub-menu, .u-header__nav-item.hs-sub-menu-opened .u-header__sub-menu, .u-header + main .vertical-menu .u-header__nav-item.hs-mega-menu-opened .u-header__sub-menu, .u-header + main .vertical-menu .u-header__nav-item.hs-sub-menu-opened .u-header__sub-menu {
    display: block !important;
    height: auto;
    top: -2px;
    left: calc(100% - 6px);
    bottom: -190px !important;
}
