/* Cabecera móvil */
@media all and (max-width: 768px) {
    .header-mobile-menu-and-logo button
    {
        display: none;
    }
    
    .header-right .wishlist
    {
        display: none;
    }

    .header-right button[data-target="#mobile_top_menu_wrapper"]
    {
        margin: 0 0rem 0 3px !important;
    }
}

/* Logo */
.header__logo img
{
    width: 60px;
}

/* Ajuste cabecera */
.header-nav__part2
{
    width: 100%;
    justify-content: space-between !important;
}

.header-nav__part2 > div
{
    border-right: none;
}

/* Producto */
.card-product .product__card-img
{
    border: 1px solid #EDEDED;
}

.card-product .product__card-img img
{
    width: 100%;
}

.card-product .product-title a
{
    color: #303030;
}

.card-product .product-price-and-shipping .price.current-price-discount
{
    font-size: .9rem;
    color: var(--tertiary);
    font-weight: bold;
}

.card-product .product-price-and-shipping .regular-price,
.card-product .product-price-and-shipping .original-price
{
    font-size: .8rem;
}

.product__product-price.has-discount .current-price > .current-price-discount
{
    font-weight: bold;
    color: var(--tertiary);
}

/* Connectif: display none */
.cn_content:empty,
.cn_content .title:empty,
.cn_content .subtitle:empty
{
    display: none;
}

/* Connectif: title */
.cn_content .title
{
    font-size: var(--h2-font-size);
    font-weight: 500;
    color: #000000;
    text-align: left;
    margin: 0 0 15px 0;
}

/* Connectif: product */
.cn_content .card-product
{
    padding: 15px;
}

.cn_content .cn_products
{
    margin: 0 -15px;
    margin-top: -15px;
}

.cn_content .card-product .product-title
{
    white-space: break-spaces;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 40px;
}

.cn_content .card-product .price
{
    margin-right: 0.4rem;
}

.cn_content .card-product .original-price
{
    color: #a1a6a9;
    font-weight: 300;
    text-decoration: line-through;
}

.cn_content .card-product .product-price-and-shipping[data-dto="0"] .original-price
{
    display: none;
}

.cn_products .cn__prev, .cn_products .cn__next
{
    position: absolute;
    top: calc(50% - 20px);
    left: 30px;
    display: block;
    width: 20px;
    height: 40px;
    padding: 0;
    cursor: pointer;
    color: #333;
    border: none;
    outline: none;
    background: rgba(255, 255, 255, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: var(--border-radius);
    backdrop-filter: blur(5px);
}

.cn_products .cn__next
{
    left: auto;
    right: 30px;
}

.cn_products .cn__prev svg, .cn_products .cn__next svg
{
    display: none;
}

.cn_products .cn__prev::after
{
    content: '⟨';
    position: relative;
    top: -1px;
    left: 0px;
    font-size: 30px;
    line-height: 1;
    opacity: 0.75;
    font-style: normal;
}

.cn_products .cn__next::after
{
    content: '⟩';
    position: relative;
    top: -1px;
    left: 2px;
    font-size: 30px;
    line-height: 1;
    opacity: 0.75;
    font-style: normal;
}

/* Footer */
#footer:not(.simple-footer)
{
    padding-top: 2rem;
    margin-top: 5rem;
    background: #F8F8F8;
}

#footer .payment_methods img
{
    width: 220px;
}

#footer .block-contact
{
    display: none;
}

/* Footer: ocultamos "Abonos" */
#footer #footer_account_list li:nth-child(3)
{
    display: none;
}

/* Home */
main #cvslider
{
    margin: 0 !important;
}

main .cv_categories
{
    margin: 90px 0 !important;
}

main .cv_categories .products-section-title
{
    text-align: left;
}

main .all-product-link
{
    display:  none;
}

main .featured-products.new-products .products-section-title
{
    text-align: left;
}

body#index .featured-products.new-products
{
    display: none !important;
}

/* Category */
.card-product .highlighted-informations
{
    display: none !important;
}

.category-cover
{
    display: none;
}

/* Card */
.card
{
    font-family: inherit !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin-bottom: 0 !important;
}

/* Búsqueda */
@media all and (max-width: 768px) {
    .ui-menu .ui-menu-item[data-type] a {
        padding: 5px 10px;
    }
}

/* Módulo: relatedproducts */
.related_products
{
    display: none;
}

.tab-pane .related_products
{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 1rem
}

.tab-pane .related_products img
{
    width: 100%;
}

@media all and (max-width: 768px) {
    .tab-pane .related_products {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Product flag */
.product-flag.new
{
    color: white;
    background: #00CEB7;
}

.product-flag.out_of_stock
{
    background: #ADACAC;
    color: white;
}

.product-flag.discount-product
{
    background: var(--primary);
    color: #fff;
}

/* Ocultamos el importe de impuestos */
.blockcart-modal .product-tax,
.cart-summary-totals .small
{
    display: none;
}

/* Ocultamos los portes de envío en el modal cuando se añade un producto al carrito */
#blockcart-modal .row-shipping[data-amount="0"]
{
    display: none;
}

/* Ocultamos las subcategorías */
body#category #subcategories
{
    display: none;
}

/* Módulo category-tree */
.category-tree
{
    padding: 20px 20px 25px 20px;
    border: 1px solid #dee2e6;
}

.category-tree > ul:first-child > li:first-child a:first-child
{
    display: none;
}

.category-tree ul
{
    margin: 0;
    padding: 0;
}

.category-tree a
{
    display: inline-block;
    padding-left: 20px;
    position: relative;
    margin: 10px 0;
    line-height: 20px;
}

.category-tree a::before
{
    position: absolute;
    top: 0;
    left: 0;
    content: 'arrow_right';
    font-family: 'Material Icons';
    font-weight: normal;
    color: #555;
}

/* Avísame cuando hay stock: popup */
.PA_popup .PA_desc,
.PA_popup .pa-gdpr-notification
{
    display: none;
}

/* Ajuste para la descripción */
body#product .product-description iframe
{
    max-width: 100% !important;
}

/* Carrusel de imágenes en la descripción de producto */
.product-description .d-carousel
{
    width: 700px;
    margin-bottom: 20px;
}

.product-description .d-carousel img
{
    margin-bottom: 15px;
    max-width: 100%;
}

.product-description .tns-outer
{
    margin-bottom: 60px;
}

.product-description .tns-outer .tns-controls
{
    position: relative;
    bottom: 10px;
}

.product-description .tns-outer .tns-controls button
{
    width: 120px;
    border: 1px solid #ddd;
    color: var(--primary);
    background: transparent;
    padding: 5px 10px;
}

.product-description .tns-outer .tns-controls button:disabled
{
    color: #ddd;
}

@media all and (max-width: 768px)
{
    .product-description .tns-outer .tns-controls
    {
        text-align: center;
    }
}

/* Ajuste del tamaño del slide */
#cvslider .box-cvslider .container .box-cvslider-content
{
    width: 590px !important;
}

/* Listas en páginas CMS */
body#cms ul
{
    list-style: disc;
    padding-left: 40px;
}

/* Ajustes para el blog */
.wk-details-card .wk-social-sharing
{
    display: none !important;
}

.wk-details-card .wk-blog-tiles
{
    box-shadow: none;
    border-radius: 0;
}

.wk-details-card
{
    font-size: inherit;
}

.wk-details-card .wk-home-title-tab h2
{
    font-size: 1.3rem;
}

.wk-details-card .wk-home-img-tab
{
    position: relative;
}

.wk-details-card .wk-home-img-tab img
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: var(--border-radius);
}

/* Home > connectif banner */
#homebanner1 .cn_text a {
    display: inline-flex;
    align-items: center;
    text-transform: none;
    color: #282735;
    background: #FCF6F3;
    padding: 10px 15px 10px 20px;
    margin-bottom: 15px;
    text-decoration: none !important;
}

#homebanner1 .cn_text a::after {
    content: 'arrow_forward_ios';
    display: inline-block;
    font-family: 'Material Icons';
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    margin-left: 15px;
}