@charset "utf-8";
/*
    General
*/
.pagina-inicio .uk-section-default {
    background: none;
}
body:not(.pagina-inicio) #tm-main {
    padding-bottom: 9rem;
}
/*
    Ajustes logo inicio
*/
#module-92 {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 3;
}

.contenedor-logo-inicio {
    background: none;
}
/*
    Ajustes slider intro imágenes
*/
.contenedor-video-intro {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 0;
}
.contenedor-slider-rostros {
    opacity: 0.08;
}
/*
    Ajustes menú principal
*/
#module-93 {
    position: fixed;
    left: 0;
    top: 84%;
    z-index: 10;
    width: 100%;
}

#module-112 {
    position: fixed;
    left: 0;
    top: 87%;
    width: 100%;
}

.menu-interiores {
    background: none;
}

.imagen-menu {
    width: 50px;
    height: 50px;
    margin: 0 auto;
    background: #fff;
    padding: 10px;
    border-radius: 50%;
    position: relative;
    box-sizing: border-box;
}

.imagen-menu .el-image {
    position: absolute;
    width: 25px;
    height: 25px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.menu-facebook {
    background: #4c6ef5;
}

/*
    Ajustes página de producto
*/
.hikashop_product_stock_count {
    display: block;
}

/*
    Ajustes de carrito de compra
*/
.hikashop_wizardbar {
    background: none;
}

.hikashop_wizardbar ul {
    display: flex;
}

.hikashop_wizardbar ul li {
    flex: 1;
    background: #4d4d4d;
}
.hikashop_wizardbar ul li .hikashop_chevron:before {
    border-left: 14px solid #4d4d4d;
}

.hikashop_product_quantity_field {
    max-width: 60px !important;
}

.hika_edit {
    background: none;
}