@import url('https://fonts.googleapis.com/css2?family=Libre+Franklin:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

body {
    font-family: "Open Sans", serif;
}

.page-content.page-cms {
    padding: 0;
    text-align: justify;
    background: transparent;
}

.c-home__expertos div {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

#cms h3 {
    display: none;
}

.legales span {
    color: white;
}


.c-form__row {
    display: flex;
    gap: 10px;
    width: 100%;
}

.c-form__column input,
.c-form__column textarea {
    border: 0px;
}

.c-form__row span {
    width: 100%;
}

.c-form__text,
.c-form__textarea {
    border-radius: 5px;
}

.c-form__submit {
    border-radius: 5px;
    background-color: transparent !important;
    border: 1px solid #6EBFDE;
    color: #6EBFDE;
    font-weight: 300;
    letter-spacing: 1.5px;
}

.c-form__submit:hover {
    border-radius: 5px;
    background-color: #6EBFDE !important;
    border: 1px solid #6EBFDE;
    color: #ffffff;
    font-weight: 300;
}

#header .header-nav .blockcart {
    height: 3rem;
    padding: .75rem;
    margin-left: .9375rem;
    text-align: center;
    white-space: nowrap;
    background: #09617E;
}

#header .header-nav .cart-preview .shopping-cart {
    color: #ffffff;
    vertical-align: middle;
}

.u-wrapper {
    width: calc(100% - 15px);
}

#footer {
    padding-top: 0;
}

#category .u-wrapper,
#product .u-wrapper,
#cart .u-wrapper,
#checkout .u-wrapper,
#authentication .u-wrapper,
#registration .u-wrapper,
#search .u-wrapper {
    max-width: 1200px;
    margin: 0 auto;
}

#header .header-nav .user-info {
    margin-left: 0 !important;
}

#main .page-content,
#main .page-footer,
#main .page-header {
    margin-bottom: 1.563rem;
    text-align: center;
}

.fu-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 15px;
}

#header,
#header .header-top {
    background-color: black;
}

#block_myaccount_infos .myaccount-title a,
#header a,
#wrapper .breadcrumb li a,
.block-contact .block-contact-title,
.block-contact .navbar-toggler .material-icons,
.linklist .blockcms-title a {
    color: white;
}

#header .header-top .position-static {
    position: static;
    display: flex;
    justify-content: center;
}

a.c-header__links {
    color: black !important;
    padding: 10px;
}

.c-header__contacto {
    position: absolute;
    top: 0;
    background: white;
    color: black;
    left: 0;
    right: 0;
    width: fit-content;
    margin: 0 auto;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    padding: 5px;
}


#header .header-top {
    background-color: black;
    position: relative;
}

#search_widget form input {
    width: 100%;
    padding: 5px 20px 5px 40px;
    outline: none;
    background-color: white;
    border: none;
    border-radius: 5px;
}


.col-md-7.right-nav {
    display: flex;
    justify-content: center;
    align-items: center;
}

#header .header-nav .user-info {
    margin-left: 2.5rem;
    text-align: left;
}

#header .header-nav {
    max-height: 50px;
    border-bottom: #f6f6f6 0px solid;
    background-color: #09617E;
    color: white;
}

#header .header-nav .cart-preview.active {
    background: #09617E;
}

.category-cover {
    display: none;
}

#subcategories ul li {
    width: calc(100% / 4 - 20px);
    min-width: 150px;
    margin: 10px;
    text-align: center;
}

.header-top {
    background-color: #222222 !important;
}

.c-footer {
    background: transparent linear-gradient(180deg, #09617E 0%, #053240 34%, #05313F 100%) 0% 0% no-repeat padding-box;
    padding: 50px 0;
}

.c-footer__contacto {
    background: #09617E;
    padding: 50px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    justify-content: center;
    align-items: center;
}

.c-footer__contacto h2 {
    color: white;
    font-family: "Open Sans", serif;
    font-size: 40px;
    text-align: center;

}

.-footer__img {
    width: 75px;
}


.c-footer__contacto p {
    color: white;
    font-size: 16px;
}

.c-btn {
    color: white;
    border: 1px solid white;
    padding: 15px 20px;
    border-radius: 15px;
}

.c-btn:hover {
    color: black;
    border: 1px solid white;
    padding: 15px 20px;
    border-radius: 15px;
    background-color: white;
}

.c-btn-white {
    color: black;
    background-color: white;
    border: 1px solid black;
    padding: 15px 20px;
    border-radius: 0px;
}

.c-btn-white:hover {
    color: white;
    border: 1px solid black;
    padding: 15px 20px;
    border-radius: 0px;
    background-color: black;
}

.c-footer__row {
    display: flex;
    gap: 25px;
}

.c-footer__column {
    width: calc(33% - 25px);
}

.c-footer__texto {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 20px;
}

.c-footer__texto p {
    color: white;
    margin: 0;
}

.c-footer__texto a {
    color: white;
}

.c-footer__pagos {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
}

.c-footer__pago {
    width: calc(50% - 15px);
}

.c-footer__legales {
    display: flex;
    gap: 10px;
    justify-content: space-between;
    color: white;
    padding-top: 50px;
}

a.c-legales__link {
    color: white;
}

.c-kitdidgital {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: space-around;
    padding: 10px 0;
}

.c-kitdidgital img {
    max-width: 150px;
    height: max-content;
}

#header .header-top a[data-depth="0"] {
    color: white;

}

#product #content {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
}

span.current-price-value {
    color: white;
    background-color: black;
    padding: 10px;
    font-size: 30px;
    line-height: 35px;
}

.product-actions .add-to-cart {
    color: black;
    background: white;
    border: 1px solid;
}

.c-product__title {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 35px;
}

.tabs .nav-tabs .nav-link.active,
.tabs .nav-tabs .nav-link:hover {
    border: 0;
    border-bottom: #000 1px solid;
}

.tabs .nav-tabs .nav-link.active {
    color: #000;
}

.tabs {
    padding: 1.25rem 1.875rem;
    margin-top: 2rem;
    background: #fff;
    margin: 0;
    padding: 0;
}

.c-product__descuento {
    margin-bottom: 30px;
    max-width: 400px;
}

.c-product__descuento span {
    color: #1091C3;
    font-size: 22px;
    margin-right: 5px;
    font-weight: bold;
}

.c-product__descuento p {
    color: black;
    margin-bottom: 0;
    font-weight: bold;
}

.block-category h1 {
    margin-bottom: 1rem;
    font-size: 2rem;
    text-align: center;
    color: #1091C3;
}

div#category-description {
    text-align: center;
    color: #4E4E4E !important;
}

a {
    color: #1091C3;
}

.product-flags li.product-flag.on-sale {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    width: 100%;
    margin-top: 0 !important;
    text-align: center;
    background: black;
}

li.product-flag.out_of_stock {

    background: red;
}

.product-add-to-cart {
    width: 100%;
    margin-top: 10px;
}

.product-add-to-cart button {
    width: 100%;
    font-weight: 300;
    border: 2px solid #09617E;
    border-radius: 15px;
    background: white;
    color: #09617E;
}

#category .price {
    color: black;
    font-weight: bold;
    border-bottom: 1px solid;
}

.product-add-to-cart button:hover {
    width: 100%;
    font-weight: 300;
    border: 2px solid #09617E;
    border-radius: 15px;
    background: #09617E;
    color: white;
}

.header-top div#search_widget {
    display: none;
}

@media (max-width: 640px) {
    #search_widget form input {
        padding: 10px 20px 10px 40px;

    }

    .header-top div#search_widget {
        display: flex;
        margin: 5px 0;
    }

    .c-footer__row {

        flex-direction: column;
    }

    .c-footer__column {
        width: 100%;
    }

    .c-footer__legales {
        flex-direction: column;
    }

    .c-footer__legales-links {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .c-tuberia {
        display: none;
    }

    #header .header-nav {
        max-height: 50px;
        border-bottom: #f6f6f6 0px solid;
        background-color: #09617E;
        color: white;
    }

    #header .header-nav #menu-icon .material-icons {
        line-height: 50px;
        color: white;
    }

    #header .header-nav .blockcart {
        height: 3rem;
        padding: .75rem;
        margin-left: .9375rem;
        text-align: center;
        white-space: nowrap;
        background: black;
        color: white;
    }

    #header .header-nav .cart-preview .shopping-cart {
        color: #7a7a7a;
        vertical-align: middle;
        color: white;
    }

    #header .header-top a[data-depth="0"] {
        color: #232323;

    }

    #header .header-top {
        padding: 0;
    }

    .c-header__contacto {
        display: none;
    }
}

#cms #wrapper {
    padding-top: 0 !important;
    background: transparent;
}

#cms div#content-wrapper {
    padding: 0;
}

#cms .c-category__info {
    display: none;
}

#wrapper {
    padding-top: 1.563rem;
    background: transparent;
}

.product-miniature .product-description {
    position: relative;
    bottom: 0;
    height: auto;
    padding: 0;
    background: #fff;
}

#index .product-add-to-cart button {
    width: 100%;
    font-weight: 300;
    border: 2px solid #09617E;
    border-radius: 0;
    background: white;
    color: #09617E;
}

.product-description a {
    pointer-events: none;
    color: inherit;
}

img.c-whatsapp__absolute {
    position: fixed;
    bottom: 10px;
    z-index: 9999999 !important;
    right: 20px;
    background: white;
    padding: 10px;
    border-radius: 15px;
    width: 131px;
}

#category #left-column .products.row {
    display: flex;
    flex-direction: column;
}

#category #left-column .product {
    width: 100%;
}

#category #left-column .all-product-link.float-xs-left.float-md-right.h4 {
    font-size: 14px;
    line-height: 16px;
}

.page-content.page-not-found {
    display: none;
}

.sub-menu a {
    color: black !important;
}

.block-category {
    min-height: auto;
    margin-bottom: 1.563rem;
}

div#left-column {
    border-right: 1px solid #e8e5e5;
}

.block-categories {
    padding: 0;
    margin-bottom: 1.563rem;
    background: #fff;
}

.product-accessories .products-section-title {
    margin: 0;
    font-weight: 500;
    text-align: left;
    margin-bottom: 15px;
}


section.featured-products.clearfix.mt-3 {
    margin-top: 25px !important;
}




/* MOD CIMADIGITAL CUSTOMIZAR SLIDER HOME */

.cd-home-carrusel .swiper-container .swiper-slide figure img {
    height: 60vh;
}

.cd-home-carrusel.elementor-pagination-position-outside .swiper-container {
    padding-bottom: 0px;
}

@media (max-width: 992px) {

    .cd-home-carrusel .swiper-container .swiper-slide figure img {
        height: auto;
    }
}


/* END MOD CIMADIGITAL CUSTOMIZAR SLIDER HOME */

/* MOD CIMADIGITAL CUSTOMIZAR APARTADO DE ACCESORIOS MENÚ */

/* #category-3 .sub-menu #category-18,
#category-3 .sub-menu #category-25,
#category-3 .sub-menu #category-148 {
    display: none;
}


#category-3>.sub-menu>.top-menu {
    display: flex;
}


#category-3 .dropdown-item {
    padding: 0;
}

#category-3 .top-menu[data-depth="3"] {
    padding: 0 .625rem .625rem 0;
}



#category-3 .sub-menu #category-153,
#category-3 .sub-menu #category-32,
#category-3 .sub-menu #category-162 {
    flex: 1;
}

#category-3 .sub-menu #category-32 {
    /*SILENTBLOCKS*/
order: 0;
}

#category-3 .sub-menu #category-153 {
    /*ABARCONES ABRAZADERAS*/
    order: 1;
}

#category-3 .sub-menu #category-162 {
    /*TOPES Y TACOS*/
    order: 2;
}


@media (max-width: 768px) {
    #category-3>.sub-menu>.top-menu {
        flex-direction: column;
    }

}

*/
/* END MOD CIMADIGITAL CUSTOMIZAR APARTADO DE ACCESORIOS MENÚ */


/* MOD CIAMDIGITAL MODULO MEGAPREGUNTA */
#product .product-add-to-cart .product-quantity {
    flex-wrap: wrap;
}

#product .product-add-to-cart .product-quantity #megaaskContainer {
    width: 100%;
}

#product .product-add-to-cart .product-quantity #megaaskContainer #megaask_box {
    max-width: 275px;
    padding: 0;
}

#product .product-add-to-cart .product-quantity #megaaskContainer #megaask_box .megaask_opener {
    width: 100%;
    font-weight: 300;
    border: 2px solid #000000;
    border-radius: 0px;
    background: white;
    color: #000000;
    cursor: pointer;
}

#product .product-add-to-cart .product-quantity #megaaskContainer #megaask_box .megaask_opener>span {
    color: #000000;
    text-transform: capitalize;
}

#product .product-add-to-cart .product-quantity #megaaskContainer #megaask_box .megaask_opener:hover {
    border: 2px solid #ffffff;
    background: #000000;
    color: #ffffff;
}

#product .product-add-to-cart .product-quantity #megaaskContainer #megaask_box .megaask_opener:hover>span {
    color: #ffffff;
    /* Cambia el color del texto del span al hacer hover */
}



/* END MOD CIMADIGITAL MODULO MEGAPREGUNTA */