.bloque-envios {
    background-color: #C6C7E8;
    text-transform: uppercase;
    padding: 30px;
    font-size: 24px;
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    color: #292929;
    font-weight: 700;
}

.bloque-envios p {
    position: relative;
    text-align: center;
    margin-bottom: 0;
}

.bloque-envios span {
    display: inline;
    position: relative;
    z-index: 15;
    font-size: 24px;
}

.bloque-envios span::before {
    content: "";
    background: white;
    height: 14px;
    width: 106%;
    position: absolute;
    z-index: -1;
    display: flex;
    top: 14px;
    left: -3%;
}

@media (max-width: 991px) {
    .bloque-envios {
        font-size: 18px;
    }
    .bloque-envios span {
        font-size: 18px;
    }
    .bloque-envios span::before {
        height: 12px;
        top: 9px;
        left: -4%;
    }
}


/* HEADER */

body {
    font-family: 'Podkova', serif;
}

.header-container,
.header-container .header {
    background: #FFF;
}

.header-container .top-link-container {
    background: #F6F6F3;
}

.header-container .nav-menus {
    background: #C6C7E8;
}

@media (max-width: 991px) {
    .header-container .nav-menus {
        background: #C6C7E8;
    }
}

.main-nav>ul>li>a {
    font-size: 17px;
}

.verticalmenu.navigation.side-verticalmenu .title-category-dropdown {
    color: #292929;
}

.verticalmenu.navigation.side-verticalmenu .title-category-dropdown {
    font-size: 17px;
}

@media (min-width: 992px) {
    .main-nav>ul>li>a {
        color: #292929;
        font-size: 17px;
    }
    .main-nav>ul>li:hover>a,
    .main-nav>ul li.current-menu-ancestor>a,
    .main-nav>ul li.current-menu-item>a {
        color: rgba(255, 255, 255, 0.8);
    }
}

.header-container .top-link-container .top-link {
    font-size: 15px;
}

.header-container .top-link-container .top-link a,
.header-container .top-link-container .switcher .switcher-options strong,
.header-container .top-link-container .txt-welcome,
.header-container .header .minicart-wrapper .icon-cart-header .fa,
.header-container .header .minicart-wrapper .text-cart {
    color: #525252;
    font-weight: 600;
}

.header-container .top-link-container {
    border-bottom: 1px solid #8C8D8E;
}


/* BUSCADOR */

.search-by-category .minisearch {
    padding-left: 0;
}

.search-by-category .smart-search-form button {
    background: #28292A;
}

.header-container .header .minicart-wrapper .action.showcart .counter.qty,
.verticalmenu.navigation.side-verticalmenu .title-category-dropdown {
    background: #C6C7E8;
}


/* BARRA HOME con texto */

.section-delivery {
    background: #C6C7E8;
    padding: 3px 0;
    /* Font Navideña */
    font-family: 'Cedarville Cursive', cursive;
}

.section-delivery .container {
    width: 100%;
    /* Bordes Navideños */
    border-top: none;
    border-bottom: none;
}

.section-delivery p {
    width: 100%;
    padding: 10px 0;
    font-size: 28px;
    font-weight: 600;
    color: #292929;
    /* Uppercase para todo menos para Navidad 
        text-transform: uppercase;
        */
    line-height: 175%;
}


/* SHIPPING BLOCK */

.mpshippingcost-block {
    padding-top: 50px;
}

.mpshippingcost-block>.step-title {
    font-size: 2rem !important;
    padding-bottom: 15px !important;
}

input[type="radio"],
input[type="checkbox"] {
    margin-right: 10px;
}

.product.pricing {
    margin-top: 30px;
}

@media (min-width: 768px) {
    .fieldset>.field {
        display: flex;
    }
}


/* TÍTULOS DE PRODUCTOS */

.section-product-tab .box-title .tabs li,
.section-category-tab .categorytab-container .rokan-special-heading h2 {
    font-size: 28px;
    color: #525252 !important;
    /* Font Navideña */
    font-family: 'Cedarville Cursive', cursive;
}

.section-category-tab.category-tab-1 {
    display: none;
}


/* TESTIMONIALS */

.section_testimonial {
    margin-top: 80px;
    background: #FFF;
    display: none;
}

.section_testimonial .container {
    border-top: 1px solid #e5e5e5;
}

.section-services {
    background: #FFF;
}


/* SERVICES */

.section-services .support-footer-inner .info-title .content_static p {
    color: #525252;
    font-family: 'Podkova', serif;
    font-size: 22px;
    text-transform: none;
    line-height: 125%;
}

.section-services .support-footer-inner .info-title .content_static span {
    color: #C6C7E8;
    font-family: 'Podkova', serif;
    font-size: 22px;
    line-height: 125%;
    text-transform: none;
}

.section-services .support-footer-inner .info-title i {
    color: #525252;
}

@media (max-width: 991px) {
    .header-container .nav-menus .icon-menu-bar {
        background: #C6C7E8;
    }
}

.product-item:hover .btn-add-to-cart,
.product-list-item:hover .btn-add-to-cart {
    background: #C6C7E8;
    border-color: #C6C7E8;
}

.product-item:hover .btn-add-to-cart:hover,
.product-list-item:hover .btn-add-to-cart:hover {
    border-color: #525252;
    background: #525252;
}


/* NUEVA BARRA DEBAJO DE SLIDER */

.banner-top-slider {
    background: #C6C7E8;
    color: #292929;
}

.can-top-slider-wrapper {
    /* display:none; */
    text-align: center;
    padding: 18px 7.5% 25px 7.5%;
}

.can-top-slider-wrapper h2 {
    text-transform: uppercase;
    font-size: 20px;
}

.can-top-slider-wrapper p {
    font-size: 22px;
}

.can-top-slider-wrapper h2,
.can-top-slider-wrapper p {
    margin: 0;
}

@media (max-width: 900px) {
    .can-top-slider-wrapper h2 {
        text-transform: uppercase;
        font-size: 16px;
    }
    .can-top-slider-wrapper p {
        font-size: 14px;
        line-height: 18px;
    }
}


/* COLOR PRECIO */

.product-item .product-info-bottom .price-box .price,
.product-list-item .product-info-bottom .price-box .price,
.product-item .product-info .price-box .price,
.product-list-item .product-info .price-box .price {
    color: #C6C7E8;
}

.product-item .product-info-bottom .product-name a,
.product-list-item .product-info-bottom .product-name a,
.product-item .product-info .product-name a,
.product-list-item .product-info .product-name a {
    color: #525252;
}

.rokan-special-heading .tabs li.active {
    color: #525252;
}


/* FOOTER */

.cms-homepage_complex4 .page-footer .footer-container {
    padding-top: 0;
}

.footer-bottom {
    background: #C6C7E8;
    padding-top: 5px;
}

.footer-bottom .container {
    /* border-top: 1px dashed #292929; */
    width: 100%;
}

.footer-bottom .container .footer-bottom-inner {
    max-width: 970px;
    margin: 0 auto;
    border-top: none;
}

.footer-bottom .container .footer-bottom-inner .copyright {
    color: #292929;
}

.lc-terms__box {
    padding-top: 60px;
    text-align: left;
}

.checkout-index-index input[type="radio"],
.checkout-index-index input[type="checkbox"] {
    display: inline-block;
}


/****** BOTTOM DESCRIPTION ******/

.gp-cat__bottom-desc {
    transition: 0.5s all;
}

.gp-cat__bottom-desc p strong {
    font-weight: bold;
}

.gp-cat__bottom-desc h1,
.gp-cat__bottom-desc h2,
.gp-cat__bottom-desc h3 {
    font-weight: bold;
}

.gp-cat__bottom-desc ul {
    margin-bottom: 20px;
}

.gp-cat__bottom-desc li {
    margin: 0;
    list-style: initial;
}

.gp-cat__bottom-desc ul li {
    list-style: initial;
    margin-left: 20px;
}

.gp-cat__bottom-desc.hideContent {
    overflow: hidden;
    line-height: 22px;
    height: 66px;
    box-shadow: inset 0 -10px 10px -10px rgba(0, 0, 0, 0.25);
    transition: 0.5s all;
}

.gp-cat__bottom-desc.showContent {
    line-height: 22px;
    height: auto;
    transition: 0.5s all;
}

.show-more {
    cursor: pointer;
    color: #C6C7E8;
    text-align: center;
    font-weight: bold;
    margin-bottom: 50px;
}