header #header-top {
    border-top: 0 !important;
    height: 30px !important;
}
#header #header-top span, 
#header #header-top .btn, 
#header #header-top a {
    color: #fff;
}
#header #inner-header {
    padding-top: 0;
}
#header #main-nav-container, 
#header #main-nav-container #main-nav .menu > li> a {
    border-color: #333;
    background: #000;
}
#header #inner-header > .container > .row {
    display: flex;
    align-items: center;
    width: auto;
    min-width: 100%;
}
#header #inner-header > .container > .row:before, 
#header #inner-header > .container > .row:after {
    display: none;
}
#header #inner-header .logo-container, 
#header #inner-header .header-inner-right {
    margin: 10px 0;
}
#main-nav-container #main-nav .menu li{
    padding-bottom: 0;
}
#main-nav-container #main-nav .menu li a {
    padding: 10px 15px;
    text-transform: none;
}
#main-nav-container.fixed .menu-table {
    padding-left: 60px;
}
#main-nav-container.fixed .menu-table:before {
    content: '';
    display: inline-block;
    position: absolute;
    left: 0;
    width: 55px;
    height: 50px;
    border-left: 1px solid #333;
    background-image: url(../../images/logo.png);
    z-index: 1;
    background-size: auto 100%;
    background-position: 6px center;
    background-repeat: no-repeat;
}

.header-top-dropdowns .btn-group .btn.dropdown-toggle {
    padding: 4px 10px !important;
}
#header .dropdown-cart-menu-container {
    margin: 0;
}
.btn-extra,
.title-bg:after{
    display: none !important;
}
.title {
    border: 0;
    padding: 0;
}

body.seccion-1 #modulo-texto-44 .title {
    display: none;
}

#quick-access .quick-search-form .form-group {
    min-width: 170px;
    display: block !important;
}

.owl-carousel .item,
.vista-item .item {
    background: #fff;
    box-shadow: 0 0 3px rgba(0,0,0,0.4);
    border-radius: 5px;
    border-bottom: 70px solid #111 !important;
}
.owl-carousel .item .item-action,
.vista-item .item .item-action {
    position: absolute;
    bottom: -70px;
    height: 70px;
    margin: 0;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.owl-carousel .item .item-action .item-add-btn,
.vista-item .item .item-action .item-add-btn {
    background: #ee5f00;
    border-color: #ee5f00;
}

.item .item-price-container .item-price {
    margin-top: 0;
    padding: 6px 10px;
}
.item .item-price-container {
    font-size: 18px;
    width: auto;
    height: auto;
    line-height: 1;
    border-radius: 7px;
    opacity: 1;
}
#product-image-container .item-price-container {
    border-radius: 7px;
    height: auto;
    padding: 8px;
    right: 0;
    bottom: 0;
}
#product-image-container .item-price-container .item-price {
    margin: 0;
}

.item td.cart-img {
    min-width: 140px;
}
.item td.cart-img .item-image-container {
    min-height: 140px;
}

#sidebar .accordion-header {
    background: #000;
    color: #fff;
}
#sidebar .accordion-title {
    color: #fff;
    text-shadow: 0 0 0 #000;
}

#modulo-servicios-49 .content-title {
    display: none;
}

#modulo-servicios-49 {
    padding: 6em 0;
}

body.home #modulo-mapa-54 {
    background-color: #ed5e00;
    padding: 12em 0;
    background-image: url(../images/productos.jpg);
    background-blend-mode: multiply;
    background-size: cover;
    background-position: center;
    border-top: 10px solid #000;
}

body.home #modulo-mapa-54 .mapa-container {
    border-radius: 20px;
    overflow: hidden;
    border: 5px solid #000;
    position: relative;
    padding-top: 400px;
    /* width: 50%; */
    margin: 0 auto;
    /* left: 25%; */
    /* transform: translate(-50%, 10px); */
}

body.home #modulo-mapa-54 .mapa-container .maps-wraper {
    position: absolute !important;
    top: 0;
    width: 100%;
    min-height: 100%;
}

@media(max-width: 767px){
    #header #top-links li {
        float: left !important;
    }
    #header #top-links li a {
        border: 0;
        padding: 0;
        margin: 0;
    }
    #header #top-links li.top-links-social a {
        padding: 0 6px !important;
        margin: 0;
        height: 30px;
        line-height: 30px;
    }
    #header #top-links .quick-contact-text {
        height: 30px;
        line-height: 30px;
    }
    body.logged-in #header #top-links .quick-contact-text ,
    #header .header-top-dropdowns .btn-group.dropdown-login button b {
        display: none;
    }
    #header .dropdown-cart-menu-container {
        position: unset;
    }
    #header #inner-header > .container > .row {
        flex-direction: column;
    }
    .header-inner-right-wrapper #quick-access {
        width: 100%;
    }
    #header .logo > a {
        max-width: 180px;
        margin: 15px 0 0px;
    }
    #header #quick-access .quick-search-form {
        position: unset;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #header #quick-access #quick-search-btn {
        margin: 0;
    }
    #quick-access .quick-search-form .form-group {
        position: unset;
        margin: 0;
        min-width: calc(100% - 40px);
    }
    #header #inner-header .logo-container, 
    #header #inner-header .header-inner-right {
        margin: 5px 0 15px;
    }
    body.home #modulo-mapa-54 {
        padding: 12em 0 0;
        background-size: 100% auto;
        background-position: center;
    }
    body.home #modulo-mapa-54 img[src*="images/logo"] {
        max-width: 100px !important;
    }
    .toolbox-filter {
        padding: 0;
    }
    .category-toolbar {
        display: flex;
        flex-direction: column;
        align-items: center;
        flex-wrap: wrap;
    }
    .toolbox-filter .sort-box {
        position: unset;
        margin-bottom: 10px;
    }
}   