/* ========================================
   HEADER CUSTOM STYLES
   ======================================== */
.site-header .container {
    padding: 10px 15px;
}

.custom-logo {
    max-height: 50px;
}

.woocommerce-menu span {
    display: none;
}

.woocommerce-menu {
    padding: 5px 10px;
    gap: 5px;
    border: 0px transparent;
    border-radius: 25px;
    background-color: #76316e;
}

.woocommerce-menu .wc-menu-item i {
    font-size: 18px;
    color: #FFF;
}

.woocommerce-menu .wc-menu-item:hover {
    background: #ffffff1f;
    color: #212121;
}

.woocommerce-menu button {
    background-color: transparent;
    border: none;
    color: #FFF;
}

/* ========================================
   IMAGEN HOVER
   ======================================== */
/* CONTENEDOR DEL MENÚ */
.menu-primary-container {
    position: relative;
}

/* SOLO ITEMS DEL PRIMER NIVEL */
#primary-menu>li {
    /* position: static;  PERMITE QUE EL MEGA MENU SE CIERRE AL HACER SCROLL  */
    padding: 5px;
}

/* LINKS */
#primary-menu>li>a {
    position: relative;
    z-index: 2;
    display: block;
    text-decoration: none;
}

/* ========================================
   SLIDER DE CATEGORIAS
   ======================================== */
.woo-catslide-container .catslide-nav {
    background-color: #fd723cf2;
    color: #FFF;
}

.woo-catslide-container .catslide-nav:hover {
    background-color: #76316e;
}

.woo-catslide-container .catslide-dots .catslide-dot.active {
    background: #76316e;
    border-color: #76316e;
}

.woo-catslide-container .catslide-dots .catslide-dot:hover {
    border-color: #76316e;
}

.catslide-content .catslide-cta,
.catslide-description,
.catslide-count {
    display: none;
}

.catslide-item .catslide-card {
    background-color: transparent;
    box-shadow: none;
    border-radius: 0;
}

.catslide-item .catslide-card .catslide-image .catslide-overlay,
.post-item .post-link .post-thumbnail .post-overlay {
    background: linear-gradient(180deg, rgba(155, 74, 2, 0) 0%, rgba(155, 74, 3, 0.2) 50%, rgba(155, 74, 3, 0.5) 100%);
}

.catslide-item .catslide-card:hover {
    transform: none;
    box-shadow: none;
}

.catslide-item .catslide-content {
    padding: 10px;
}

.catslide-image,
.catslide-overlay {
    border-top-left-radius: 175px;
    border-top-right-radius: 175px;
    border-bottom-left-radius: 175px;
    border-bottom-right-radius: 175px;
}

.catslide-image {
    height: 350px !important;
}

.catslide-title {
    text-align: center;
    margin: 0 0 0 0 !important;
    font-size: 18px !important;
    font-weight: 300 !important;
    color: #212121;
}

.catslide-track :first-child .catslide-image {
    border: 4px solid #c0d591;
}

.catslide-track :second-child .catslide-image {
    border: 4px solid #b791ab;
}

.catslide-track :tird-child .catslide-image {
    border: 4px solid #fab090;
}

/* ========================================
    NOTICIAS RECIENTES
   ======================================== */

.recent-posts-container .recent-post-shortcode .meta-date {
    left: 20px !important;
    right: 260px !important;
    background: rgba(253, 114, 60, 0.95) !important;
}

.meta-date p {
    font-weight: 300 !important;
    color: #fff !important;
}

.date-divider {
    width: 1px;
    height: 14px !important;
    background: #ffffff86 !important;
}

.recent-posts-container .recent-post-shortcode .post-item {
    background: transparent;
    border-radius: 0px;
    box-shadow: none;
}

.recent-posts-container .recent-post-shortcode .post-item .post-thumbnail {
    border-radius: 12px;
    border: 4px solid #9b4a03;
    background-color: #bd9d81;
}

.recent-posts-container .recent-post-shortcode .post-item .read-more {
    display: none;
}

.recent-posts-container .recent-post-shortcode .post-item .card-body {
    padding: 10px 20px 20px;
    text-align: center;
}

/* ========================================
    BLOG SINGLE POST PAGE STYLES
   ======================================== */
.single .site .single-post-page {
    padding: 0px 0 0;
    margin-top: -50px;
}

.single-post-page .single-entry-header h1 {
    margin-bottom: 0px;
}

.single-post-article .single-entry-header .single-categories {
    margin-top: -100px;
    position: absolute;
}

.single-post-article .single-entry-header .category-badge {
    background: linear-gradient(135deg, #ffa000 0%, #a24b4b 100%);
}

.single-post-article .single-entry-header .meta-author {
    display: none;
}

.single-post-page .related-posts {
    display: none;
}

.posts-grid .grid-content .grid-category {
    margin-top: -60px;
    margin-left: 10px;
    position: absolute;
}

.posts-grid .grid-content .grid-category a,
.featured-meta-top .featured-category {
    background: linear-gradient(135deg, #ffa000 0%, #a24b4b 100%);
}

.posts-grid .grid-content .grid-category a:hover,
.featured-meta-top .featured-category:hover {
    background: linear-gradient(135deg, #a24b4b 100%, #ffa000 0%);
}

.single-entry-footer .post-tags i {
    color: #278a62;
}


.single-entry-footer .post-tags .tag-item:hover {
    background-color: #278a62;
}

/* ========================================
   WOOCOMMERCE CATEGORY PAGE STYLES
   ======================================== */

.woocommerce-page {
    padding-top: 0;
}

.woocommerce-page .products .onsale {
    display: none;
}

.woocommerce-page .product-card-inner .product-image-wrapper img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 12px;
    border: 3px solid #bd9e82;
}

.product-add-to-cart-overlay .button::before {
    display: none;
}

.product-add-to-cart-overlay .button {
    background: linear-gradient(135deg, #e3e4e2 0%, #ffffff 100%);
    color: #212121;
}

.product-add-to-cart-overlay .button:hover {
    background: linear-gradient(135deg, #35ac7d 100%, #278a62 0%);
    color: #ffffff;
}

.woocommerce-page .product-card-inner {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.woocommerce-page .product-card-inner .product-content {
    padding: 5px 20px 20px 3px;
    flex-direction: column-reverse;
    gap: 0px;
}

.woocommerce-page .products .product-card {
    background: transparent;
    border-radius: 0px;
    transition: all 0.3s ease;
    border: 0px;
}

.woocommerce-page .products .product-card:hover {
    box-shadow: none;
}

.woocommerce-page .product-card-inner .product-content .product-price .price {
    display: flex;
    justify-content: start;
    align-items: center;
    flex-direction: row-reverse;
    gap: 10px;
}

.woocommerce-page .product-card-inner .product-content .product-price ins {
    color: #278a62;
}

.woocommerce-page .product-card-inner .product-content .product-price bdi {
    font-size: 20px;
}

.woocommerce-page .product-card-inner .product-content .product-title {
    font-size: 20px;
    font-weight: 600;
}

.woocommerce-page .product-card-inner .product-content .woocommerce-Price-currencySymbol {
    margin-right: 5px;
}

.woocommerce-page .related {
    display: none;
}

/* ========================================
   GLOBAL PAGE STYLES
   ======================================== */
.nube-marquee-container {
    border-radius: 0px !important;
    rotate: 1deg;
}


/* ========================================
   FOOTER STYLES
   ======================================== */

.footer-widget-container .widget-title h3 span {
    font-size: 1.4rem;
    border-bottom: 0px solid #a1a1a1;
}

.footer-widgets .nube-contact-info a {
    color: #ffffff;
}

.footer-widget-container ul li,
.footer-widget-container p,
.footer-widget-container a {
    margin-bottom: 5px;
}

.copyright p {
    color: #dfdfdf;
}

.copyright p a {
    color: #f1f0f0;
}

.credits {
    display: none;
}

/* ========================================
   UTILLITIES STYLES
   ======================================== */

.scroll-to-top {
    background: #fd723cf2;
}

.scroll-to-top:hover {
    background: #fd723cf2;
}

.breadcrumb-area {
    display: none;
}

/* ========================================
   BLOCKQUOTES
   ======================================== */
.entry-content blockquote {
    border-left: 3px solid #505050;
    color: #1a1a1a;
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 1.25em;
    font-style: italic;
    line-height: 1.8em;
    margin: 1.1em;
    padding: 1em 2em;
    position: relative;
    transition: 0.2s border ease-in-out;
    z-index: 0;
    background-color: #f2f2f2;
}

.entry-content blockquote:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -4px;
    height: 2em;
    background-color: #fff;
    width: 5px;
    margin-top: -1em;
}

.entry-content blockquote:after {
    content: "“";
    position: absolute;
    top: 50%;
    left: -0.5em;
    color: #646464;
    font-style: normal;
    line-height: 1em;
    text-align: center;
    text-indent: -2px;
    width: 1em;
    font-size: 70px;
    margin-top: -0.25em;
    transition: 0.2s all ease-in-out, 0.4s transform ease-in-out;
}

.entry-content blockquote.format:before,
.entry-content blockquote.format:after {
    display: none;
}

.entry-content blockquote.book:after {
    content: "“";
}

.entry-content blockquote.podcast:after {
    content: "“";
}

.entry-content blockquote.lyrics:after {
    content: "“";
}

.entry-content blockquote.favorite:after {
    content: "“";
}

.entry-content blockquote:active:after {
    transform: rotateY(360deg);
}

.entry-content blockquote cite {
    display: block;
    font-size: 0.75em;
    line-height: 1.8em;
    margin-top: 1em;
}

/* ========================================
   WP BACKERY 
   ======================================== */
.content-area .flex-control-nav {
    display: none;
}

.content-area .flex-control-nav {
    display: none;
}

.content-area .wpb_wrapper .wpb_gallery li {
    border-radius: 12px;
    overflow: hidden;
}

/* ========================================
   RESPONSIVE STYLES
   ======================================== */

@media (min-width: 992.1px) {
    .marquesina-superior .nube-marquee-container {
        margin: -35px 0 0 0;
    }
}

@media (max-width: 992px) {
    .entry-content blockquote {
        font-size: 1.1em;
        margin: 1.1em -2em;
    }

    .marquesina-superior .nube-marquee-container {
        rotate: 0deg;
    }

    .no-results .not-found .page-header {
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .no-results .not-found .page-header h1 {
        font-size: 4rem;
    }
}

@media (max-width: 782px) {

    .wc-block-cart .wc-block-cart__submit-container--sticky {
        background-color: #fbf2eb;
    }

    .wc-block-cart .wc-block-cart__submit-container--sticky a {
        background-color: #278a62;
        border-radius: 12px;
        color: #FFF;
        text-decoration: none;
        text-transform: uppercase;
    }

    .mobile-menu-search .search-form {
        display: flex;
        width: 100%;
        justify-content: center;
        align-items: center;
    }

    .mobile-menu-search .search-submit {
        background: #76316e;
        width: 100%;
    }

    .global-call-page-content .wpb_wrapper h6,
    .global-call-page-content .wpb_wrapper p {
        text-align: center;
    }

    .global-call-page-content .wpb_wrapper h6 {
        margin-bottom: 25px;
    }

    .global-call-page-content .wpb_wrapper p {
        font-size: 1rem;
    }

    .global-call-page-content .vc_row-has-fill {
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 0px;
    }

    .global-call-page-content .vc_custom_1766990449672 {
        border-radius: 18px;
        padding-bottom: 20px;
    }

    .global-page-content .vc_row-has-fill {
        padding-left: 5px;
        padding-right: 5px;
        padding-bottom: 10px;
    }

    .global-page-content .wpb-content-wrapper .wpb_row {
        min-height: 300px !important;
        position: relative;
    }

    .global-page-content .wpb_wrapper h6 {
        font-size: 4.5rem;
        margin-top: 45px;
    }

    .global-page-content .wpb_wrapper h2 {
        margin-bottom: 0px;
    }

    .global-page-content .wpb_wrapper p {
        font-size: 1.2rem;
        line-height: 21px;
        letter-spacing: 1px;
    }

    .global-page-content .wpb_wrapper button {
        margin-bottom: 30px;
    }

    .single-product-wrapper {
        padding: 10px 0px 40px 0px;
    }

    .woocommerce-page .product-card-inner .product-content .product-title {
        font-size: 1rem;
        font-weight: 400;
    }

    .woocommerce-page .product-card-inner .product-content .product-title {
        font-size: 18px;
        font-weight: 400;
    }

    .nube-single-product .product-info-column h1 {
        margin-bottom: 10px;
    }

    .title-product-mobile {
        font-size: 1.8rem;
        font-weight: 400;
        margin-bottom: 20px;
    }

    .product-info-column .product-price-wrapper del,
    .product-info-column .product-price-wrapper ins {
        text-decoration: none;
    }

    .product-info-column .product-price-wrapper ins span bdi {
        font-size: 1.1rem !important;
        opacity: 0.6;
    }

    .product-info-column .product-price-wrapper ins span bdi::after {
        content: "";
        width: 200px;
        height: 2px;
        background-color: red;
        position: absolute;
    }

    .product-info-column .product-price-wrapper {
        display: flex;
        align-items: center;
        gap: 8px;
    }

    .product-info-column .product-divider {
        display: none;
    }

    .quantity-cart-wrapper {
        flex-direction: row;
    }

    .quantity-selector {
        width: 35%;
    }

    .recent-posts-container .recent-post-shortcode .post-item .card-body {
        padding: 10px 0px 0px;
        text-align: center;
    }

    /* .page-template-default footer,
    .post-template-default footer,
    .site footer {
        padding-left: 20px;
        padding-right: 20px;
    } */

    .page-template-default .site-header,
    .site .site-header {
        padding: 0px 0px;
    }

    .page-template-default .site-header .container,
    .site .site-header .container {
        border-radius: 0px 0px 40px 40px;
    }

    .content-area .site-main .page-header {
        margin-top: 70px;
    }

    .single .site .single-post-page {
        margin-top: 40px;
        padding-left: 5px;
        padding-right: 5px;
    }

    .entry-content blockquote {
        border-top: 2px solid #121312;
        border-bottom: 2px solid #121312;
        border-left: none;
        margin: 1.5em 0;
        padding: 1.5em 1em;
    }

    .entry-content blockquote:before {
        left: 50%;
        top: 0;
        height: 4px;
        margin-top: -3px;
        margin-left: -1em;
        width: 2em;
    }

    .entry-content blockquote:after {
        font-size: 0.75em;
        left: 50%;
        top: 0;
        margin-top: -0.5em;
        margin-left: -0.5em;
    }

    .entry-content blockquote cite {
        text-align: right;
    }

}