@font-face {
    font-family: "Josefin";
    src: url("../../fonts/JosefinSlab.ttf");
}
body {
    position: relative;
}

h1,
h4,
h2,
.trend-product-area .trend-items .item .top-info h4 a {
    font-family: "Josefin";
}
h2 {
    font-size: 2.5em;
}

/* .search-header {
    padding: 520px 0;
} */

.bg-theme {
    background-color: #b2a9b6;
}

.logo {
    height: 50px !important;
}

.bg-dark {
    background-color: #615765 !important;
}

footer .card-info li img {
    height: 25px;
    margin-right: 20px;
}

.trend-product-area .trend-items .item .thumb .overlay a:last-child {
    background: #8c539c;
    color: #ffffff;
}

.trend-product-area .trend-items .item .bottom-info a {
    display: inline-block;
    color: #8c539c;
    border: 2px solid #8c539c;
    padding: 5px 15px;
    font-size: 0.9em;
}

.trend-product-area .trend-items .item .bottom-info a:hover {
    background-color: #8c539c;
    color: white;
}

.list-features {
    color: #ffffff;
    font-size: 1.4em;
    text-align: left;
}

.list-features li {
    margin: 10px 0;
}
.list-features li i {
    color: greenyellow;
}

.blog-area {
    background-color: #f5f5f5;
}
.segura {
    background-color: white;
    color: #5c5260 !important;
}

.trend-product-area .trend-items .item .top-info h4 a {
    font-weight: 600;
    line-height: 1.4;
    font-size: 1.4em;
}

.fabb {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 100;
    padding: 20px;
    border-radius: 100px;
    font-size: 2em;
}

.trend-product-area .trend-items .item .thumb {
    max-height: 350px;
}

.cart-badge {
    background: #d162f0 !important;
    color: #ffffff;
}

.add-to-cart-btn.disabled {
    pointer-events: none;
    background-color: #ccc;
    color: #fff !important;
    border-color: #ccc !important;
}

a.btn.btn-primary.btn-cart {
    background-color: #b2a9b6 !important;
}

.attr-nav ul.cart-list li.total a:hover {
    background-color: #5a2571 !important;
    color: #ffffff !important;
}

li.borrar a {
    border: none !important;
}

.breadcrumb-items .breadcrumb li.active,
.blog-area.single .post-pagi-area a,
.blog-area .sidebar .title h4::before,
.blog-area .sidebar .title h4::before {
    color: #9626c7;
}

#user-dropdown li span {
    padding: 20px;
    display: inline-block;
    text-align: right;
    font-weight: bold;
    text-transform: capitalize;
}
span.subtitle {
    font-size: 0.7em;
    color: gray;
}
.sticky {
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 0;
    z-index: 1000; /* Asegúrate de que esté por encima de otros elementos */
}

#sd-container {
    position: fixed;
    bottom: 10px;
    left: 45%;
    transform: translateY(-50%);
    z-index: 100;
}

.arrow {
    position: relative;
    width: 42px;
    height: 16px;
    opacity: 0;

    &::before,
    &::after {
        content: "";
        width: 21px;
        height: 2px;
        background-color: #a5a5a5;
        border-radius: 2px;
        display: inline-block;
    }

    &::before {
        transform: rotate(45deg) translateX(25%);
    }

    &::after {
        transform: rotate(-45deg) translateX(-25%);
    }

    &:nth-child(1) {
        top: -50px;
        opacity: 1;
        animation: arrow2 1s ease 0s infinite;
    }

    &:nth-child(2) {
        top: -25px;
        animation: arrow1 1s ease 0.25s infinite;
    }
}

@keyframes arrow1 {
    from {
        opacity: 0;
        top: -25px;
    }

    to {
        opacity: 0;
        top: 0px;
    }

    50% {
        opacity: 1;
    }
}

@keyframes arrow2 {
    from {
        opacity: 0;
        top: -35px;
    }

    to {
        opacity: 0;
        top: -10px;
    }

    50% {
        opacity: 1;
    }
}

.btn-default {
    font-family: "Josefin";
}

.over {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.1);
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    color: white;
    font-size: 3em;
    padding-top: 43%;
}

.btn-default {
    font-family: "Josefin";
}

.over {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.1);
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    color: white;
    font-size: 3em;
    padding-top: 43%;
}

.btn-default {
    font-family: "Josefin";
}

.over {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.1);
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    color: white;
    font-size: 3em;
    padding-top: 43%;
}

.btn-default {
    font-family: "Josefin";
}

.over {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.1);
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    color: white;
    font-size: 3em;
    padding-top: 43%;
}

.cuadro_color{
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin: 3px;
}

.texto-colores{
    font-size: 12px;
}

@media (max-width: 767px) {
    .attr-nav > ul > li.dropdown ul.dropdown-menu {
        left: auto;
        box-shadow: 0 5px 50px 0 rgba(0, 0, 0, 0.15);
        right: -10px;
    }
    .navbar-brand > img {
        height: 45px !important;
        position: relative;
        top: 0;
    }
    /* .bg-fixed {
        background-attachment: fixed;
        background-position: center top;
        background-size: cover;
        -webkit-background-size: contain;
    } */
}
