header #header-top {
    border-top: 0 !important;
    /* height: 30px !important; */
}
#header #header-top span, 
#header #header-top .btn, 
#header #header-top a {
    color: #26221e !important;
}
#header .header-top-dropdowns .btn-group.dropdown-login a {
    color: #f5f700 !important;
}
/*#header #main-nav-container, 
#header #main-nav-container #main-nav .menu > li> a {
    border-color: #333;
    background: #26221e;
}
#header #inner-header {
    padding-top: 0;
}
#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;
}
*/
body:not(.seccion-1) #main-nav-container,
#main-nav-container.fixed {
    background: #26221e;
}
#main-nav-container:not(.fixed) #main-nav .menu li a {
    color: #26221e;
}
body:not(.seccion-1) #main-nav-container #main-nav .menu li a,
#main-nav-container.fixed #main-nav .menu li a {
    color: #fff;
}

#main-nav-container #main-nav {
    float: none;
    margin: 0 auto;
    display: flex;
    width: 100%;
    justify-content: center;
}
#main-nav-container #main-nav .menu li{
    padding-bottom: 0;
}
#main-nav-container #main-nav .menu li a {
    padding: 10px 15px;
}
#main-nav-container.fixed ul.menu {
    padding-left: 60px;
}
#main-nav-container.fixed ul.menu:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: -13px;
    left: 0;
    width: 85px;
    height: 85px;
    background: #fff;
    border: 2px solid #333;
    background-image: url(../../images/logo.png);
    z-index: 1;
    background-size: 86%;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
}

.header-top-dropdowns .btn-group .btn.dropdown-toggle {
    /* padding: 4px 10px !important; */
}
#header .dropdown-cart-menu-container {
    margin: 0;
}

button.btn-primary {
    color: #26221e;
}

.btn-extra,
.title-bg:after{
    display: none !important;
}
.title {
    border: 0;
    padding: 0;
}

#header #quick-access {
    position: absolute;
    right: 30px;
    top: -120px;
}

#header #quick-access #quick-search-btn {
    height: 60px;
    width: 60px;
    min-width: 60px;
    border-radius: 50% !important;
    display: block;
    background: #f5f700;
    color: #26221e;
    z-index: 1000;
    position: relative;
}

#header #quick-access #quick-search-btn i.fa-search {
    left: 0;
}

#quick-access .quick-search-form:not(.open) .form-group {
    display: none !important;
}
#quick-access .quick-search-form.open .form-group {
    width: 240px;
    height: 50px;
    margin: 5px 10px 0 0;
    z-index: 0;
}

#quick-access .quick-search-form.open .form-group input {
    height: 100%;
}


.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: #f5f700;
    border-color: #f5f700;
    color: #26221e;
    font-weight: bold;
}

.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: #26221e;
    color: #fff;
}
#sidebar .accordion-title {
    color: #fff;
    text-shadow: 0 0 0 #26221e;
}

#modulo-servicios-49 .content-title {
    display: none;
}

#modulo-servicios-49 {
    padding: 6em 0;
}

#modulo-marcas {
    margin: 4em 0;
}

#modulo-marcas .content-title,
#modulo-marcas .carousel-controls {
    display: none;
}

#modulo-marcas .owl-item img {
    height: 100%;
    object-fit: contain;
    max-height: 100%;
}

#modulo-marcas .owl-item {
    height: 100px;
}

#modulo-marcas .owl-item a {
    height: 100%;
}

#modulo-relacionados-38,
#modulo-destacados-95 {
    background: #f5f700;
    padding: 4em 2em;
}

#modulo-relacionados-38 .owl-item,
#modulo-destacados-95 .owl-item {
    padding: 0 15px;
}

#modulo-relacionados-38 .title-bg,
#modulo-destacados-95 .title-bg {
    text-align: center;
    margin-bottom: 3em;
}

#modulo-texto-44 > .row {
    display: flex;
}

#modulo-texto-44 .col-xs-12 + .col-xs-12 {
    display: flex;
    align-items: center;
    justify-content: center;
}

#modulo-texto-44 figure.img-responsive {
    border-radius: 50%;
    overflow: hidden;
    width: 280px;
    height: 280px;
    border: 9px solid #f5f700;
    box-shadow: 0 0 0px 10px #26221e;
}

#modulo-texto-44 figure.img-responsive img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#content .content-title {
    text-transform: uppercase;
}

#modulo-descargas {
    display: flex;
    flex-wrap: wrap;
}

#modulo-descargas > .row {
    flex: 0 0 24%;
    padding: 1em;
    padding-top: 3em;
    margin: 0 0.5%;
    display: flex;
    flex-direction: column-reverse;
    flex-wrap: wrap;
    position: relative;
    background: #f9f9f9;
    border: 1px solid #c9c9c9;
    border-radius: 7px;
}

#modulo-descargas > .row > .col-xs-12 {
    width: 100%;
    display: flex;
    flex-direction: column;
    position: unset;
    padding: 0;
    justify-content: center;
}

#modulo-descargas > .row > .col-xs-12 p.special-price {
    position: absolute;
    top: 8px;
    left: 15px;
}

#modulo-descargas > .row > .col-xs-12.text-center {
    margin-bottom: 2em;
}

#modulo-descargas .icono-wraper {
    width: 100%;
    max-width: none;
}

.item-image-container img.cucarda, 
.item .item-image-wrapper img.cucarda {
    max-width: 50px !important;
    top: -20px;
    margin: 0px;
    right: -20px;
    left: auto;
    filter: hue-rotate(10deg);
    box-shadow: inset 0 0 5px 10px yellow;
    border-radius: 50%;
}

h5.product-name a {
    color: #000;
}


@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 {
        right: 0;
        top: 0;
        /* z-index: 1000; */
    }
    #header #quick-access .quick-search-form {
        position: relative;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        padding-right: 15px;
        top: auto;
        right: auto;
        left: auto;
    }
    #header #quick-access .quick-search-form.open {
        z-index: 10000;
    }
    #header #quick-access #quick-search-btn {
        margin: 0;
    }
    #quick-access .quick-search-form .form-group {
        position: unset;
        margin: 0;
        min-width: calc(100% - 40px);
    }
    #quick-access .quick-search-form.open .form-group {
        flex: 1;
        max-width: calc(100% - 60px);
        min-width: auto;
        margin-right: -20px;
    }
    #quick-access .quick-search-form.open .form-group input {
        padding-right: 25px;
    }

    #main-nav-container #main-nav #responsive-nav-button {
        margin: -10px auto 10px;
    }
    #header #inner-header .logo-container, 
    #header #inner-header .header-inner-right {
        margin: 5px 0 15px;
    }
    .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;
    }
    #modulo-texto-44 > .row {
        display: block;
    }
    #modulo-texto-44 figure.img-responsive {
        margin-top: 30px;
    }
    body:not(.seccion-1) #main-nav-container, #main-nav-container.fixed {
        background: none;
    }
    #modulo-descargas > .row {
        flex: 1;
        margin-bottom: 2em;
    }
}   
