img.logo-image {
    margin-left: 16px !important;
    margin-top: 7px !important;
}
.sp-megamenu-parent>li.active>a, .sp-megamenu-parent>li.active:hover>a {
    color: #e85419ff !important;
}
.sp-megamenu-parent>li>a {
    color: #0086ff !important;
}
a:hover, a:focus, a:active {
    color: #f4dbc1 !important;
}
a {
    color: #0086ff !important;
}
.view-category #sp-main-body {
    background-color: #f4dbc1 !important;
}

.view-category #sp-position-1, .view-category #sp-main-body {
    background-color: #f4dbc1 !important;
}
#sp-header .sp-module .sp-sign-in {
    background-color: #0d8cff !important;
}
#sp-header .sp-module .sp-sign-in:hover {
    background-color: #f4dbc1 !important;
}

section#sp-main-body {
    background-color: #f4dbc1 !important;
}

h1, h2, h3, h6, body {
  font-family: 'PPNikkei', sans-serif !important;
  font-weight: 500;
}

/*paginas productos*/
.view-category #sp-main-body {
    padding: 0 0 50px;
}
.view-category .sp-module-content-bottom.clearfix {
    display: none !important;
}

.view-category #eshop-main-container .page-header {
    display: none !important;
}
.view-category #eshop-main-container .sortPagiBar.row.clearfix {
    display: none !important;
}
.view-category #eshop-main-container .image.img-thumbnail {
    border-radius: 30px;
    max-width: 350px;
    max-height: 350px;
}
.view-category #eshop-main-container .eshop-info-block {
    padding: 10px;
    text-align: left;
}
.view-category #eshop-main-container .eshop-info-block h5 {
    font-weight: 400;
}

.sppb-empty-space.espacio-vacio-portada.clearfix {
    height: 300px;
}
.img-portadas img {
    height: 400px !important;
    width: auto !important;
}

@media screen and (max-width: 1400px){
.sppb-empty-space.espacio-vacio-portada.clearfix {
    height: 350px !important;
    width: auto !important;
}
.img-portadas img {
    height: 380px !important;
    width: auto !important;
}
}
@media screen and (min-width: 1401px){
.sppb-empty-space.espacio-vacio-portada.clearfix {
    height: 450px !important;
    width: auto !important;
}
.img-portadas img {
    height: 550px !important;
}
}

/*pagina productos*/
.productos-rel img {
    max-width: 220px !important;
    width: 100%;
}
.productos-rel .product-info-2 {
    text-align: center;
}
.productos-rel .product-info-2 {
    text-align: center;
    max-width: 220px;
}
.view-product #sp-main-body {
    padding: 150px 0px 50px;
}

/*productos relacionados*/
.eshop-productproductos-rel .eshop-product.col-6.col-md-3 {
    width: 250px !important;
}

/*home - nuestras ventajas*/
.fichas-home-ventajas .sppb-addon-text {
    display: none !important;
}
.sppb-addon-content-align-before.sppb-addon.sppb-addon-feature.fichas-home-ventajas {
    border: solid 2px #e85419 !important;
    border-radius: 20px !important;
    padding: 15px !important;
    transition: ease .3s;
}
.fichas-home-ventajas .sppb-addon-title.sppb-feature-box-title {
    margin-bottom: 0px;
    height: 3.5rem;
}
.fichas-home-ventajas span.sppb-icon-container {
    color: #e85419 !important;
}
.sppb-addon-content-align-before.sppb-addon.sppb-addon-feature.fichas-home-ventajas:hover {
    transition: ease .3s;
    transform: scale(1.2);
    background-color: #e85419;
    color: #f4dbc1 !important;
}
.sppb-addon-content-align-before.sppb-addon.sppb-addon-feature.fichas-home-ventajas:hover .sppb-icon .sppb-icon-container {
    color: #f4dbc1 !important;
    transition: ease .3s;
}