body{font-family:"Titillium Web",sans-serif;}
.search>div {
    border: 2px solid #FFF;
    border-radius: 7px;
    background: #FFF;
}

.lista_s {
    display: flex !important;
    align-items: center !important;
    font-family: Titillium Web !important;
    width: 165px !important;
    height: 100% !important;
    padding: 6px !important;
    background: #fff !important;
    border-radius: 5px !important;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    justify-content: center !important;
    border-right: 1px solid #ccc !important;
}

#ico_buscador_1 {
    border-radius: 0;
    border: 0px;
    border-right: none;
    background: #fff;
    box-shadow: none;
}

#txtSearch {
    border-radius: 0;
    border-left: none;
    border: 1px solid #FFFFFF;
    height: 40px;
    box-shadow: none;
}

#ico_buscador_1 {
    border-radius: 5px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border: 0;
}

.lista_s>a {
    font-size: 13px;
}

.lista_s a:hover {
    color: #000;
}

.lista_s ul {
    width: 250px;
    padding: 0;
    left: 0;
}

.lista_s ul li {
    display: block;
    width: 100%;
}

.lista_s ul li a {
    display: block;
    font-size: 13px !important;
    padding: 8px !important;
    color: #000000;
    transition: all .5s;
}

.lista_s ul li a:hover {
    background: #fab81c !important;
    color: #383838 !important;
}

/* Botón de WhatsApp flotante */
.whatsapp-button {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;

    z-index: 1000;
    animation: pulse 1.5s infinite;
}

.whatsapp-button img {
    width: 100%;
    height: 100%;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}


a {
    color: #000;
    text-decoration: none;
}

a:hover {

    text-decoration: none;
}

.lista_categ li,
.lista_palabras li {
    padding: 6px 15px !important;
    border: 1px solid #ccc !important;
    border-radius: 20px !important;
    font-weight: 600 !important;
    width: fit-content !important;
}

.lista_categ,
.lista_palabras {
    display: flex !important;
    margin: 0 !important;
    padding: 15px 0 0 !important;
    flex-flow: wrap !important;
    justify-content: center !important;
    gap: 5px !important;
    row-gap: 10px !important;
}

.filterby_letter a,
.lista_categ li a,
.lista_palabras li a {
    color: #383838;
    font-size: 16px;
}

#add-to-cart {
    background-color: #fab81c;
    color: #ffffff;
    padding: 10px;
    text-decoration: none;
    border: none;
    outline: none;
    transition: 0.3s;
    font-weight: bold;
}

#spnCartQty {
    background: #fab81c !important;
    width: 23px !important;
    height: 23px !important;
    font-size: 13px !important;
    text-align: center !important;
    color: #000 !important;
    font-weight: 600 !important;
    border-radius: 10px !important;
    padding-top: 0px !important;
    margin-left: 0px !important;
    margin-top: 4px !important;
    position: absolute !important;
    line-height: normal !important;
    top: -10px !important;
    right: -5px !important;
    font-weight: bold !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}


#spnCartQty1 {
    background: #fab81c;
    width: 23px;
    height: 23px;
    font-size: 13px;
    text-align: center;
    color: #000;
    font-weight: 600;
    border-radius: 10px;
    padding-top: 0px;
    margin-left: 0px;
    margin-top: 4px;
    position: absolute;
    line-height: normal;
    top: -10px;
    right: -6px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
}

.widget-header{display: inline-block; position: relative;}

header a {
    color: #000 !important;
    text-decoration: none !important;
    background-color: transparent !important;
}

.mainbox-contentpage {
    width: 100% !important;
}

.top-bar {
    background: #FAB81C;
    height: 35px;
    font-family: Titillium Web;
    font-size: 14px;
    line-height: 35px;
    text-align: center;

}

.options-header {
    display: flex;
    width: 100%;
    justify-content: space-between;
    height: 40px;
    align-items: center;
}


.options-header ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    gap: 20px;
    align-items: center;
}

.bar-menu {
    background: #3C424C;

    height: 85px;


}

.bar-menu .center-bar.row {
    height: 83px;
    align-items: center;
}

.menu-nav {
    display: flex;
    list-style: none;
    margin: 0px;
    padding: 0px;
    gap: 6%;
}

.menu-nav .titulo-menu {
    font-family: Titillium Web;
    font-size: 20px;
    font-weight: 600;
    text-align: left;
    color: #fff;
    text-align: center;
    margin: 0px;
}

.menu-nav .desc-menu {
    font-family: Titillium Web;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    color: #fff;
    pointer-events: painted;

}

.menu-nav .item {
    height: 40px;
    cursor: pointer;
}

.menu-nav .item:hover .desc-menu {
    border-bottom: 5px solid #FAB81C;
}

.options-header li {

    font-size: 12px;
    font-weight: 400;
}

.search-box {
    display: inline-block;
    width: 100%;
    border-radius: 3px;
    padding: 4px 35px 4px 15px;
    position: relative;
    background: #fff;
    border: 1px solid #ddd;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.search-box.hovered,
.search-box:hover,
.search-box:active {
    border: 1px solid #aaa;
}

.search-box input[type=text] {
    border: none;
    box-shadow: none;
    display: inline-block;
    padding: 0;
    background: transparent;
    height: 30px;
}

.search-box input[type=text]:hover,
.search-box input[type=text]:focus,
.search-box input[type=text]:active {
    box-shadow: none;
}

.search-box .search-btn {
    position: absolute;
    right: 2px;
    top: 2px;
    color: #aaa;
    border-radius: 3px;
    font-size: 21px;
    padding: 5px 10px 1px;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    height: 30px;
    display: flex;
}

.search-box .search-btn:hover {
    color: #fff;
}

.icon-cart {
    display: flex;
    color: #fff;
    gap: 5px;
    width: 50px;
    position: relative;
}


.list-links {

    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    justify-content: left;
    align-items: left;
    gap: 17px;
}

.list-links a {

    color: #595959;
    text-align: center;
    font-family: Titillium Web;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

}


.grupo-botones .btn,
.btn-banner {
    width: 250px;
}

.btn-default {
    background-color: #F5C451;
    border-radius: 3px;
    color: #2D4351;
    border: 2px solid #F5C451;
    font-size: 18px;
    font-weight: bold;
}

.btn-second-solid {
    background-color: #2D4351;
    border-radius: 3px;
    color: #fff;
    border: 2px solid #2D4351;
    font-size: 18px;
    font-weight: bold;

}

.btn-second {

    background-color: #ffff;
    border-radius: 3px;
    color: #2D4351;
    border: 2px solid #2D4351;
    font-size: 18px;
    font-weight: bold;
}


.alinear-vertical {
    height: 100%;
    align-items: center;
}

.top-header {

    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 50px;

}

.top-header .row {

    align-items: center;
    align-content: center;
    height: 100%;

}

.banner-principal>div {

    height: 450px;
    background-color: #292D32;
    position: relative;

}


.titulo_banner {

    font-size: 52px;

}

.text-decorate {
    color: #F5C451;
    font-weight: bold;
    text-decoration: underline;
}

.men-banner-float {
    position: absolute;
    left: 90px;
    z-index: 9999;
    top: 30px;

}

.contendor {
    position: relative;
}

.seccions {
    padding-top: 6%;
    padding-bottom: 6%;
}


.seccion-3 {

    background: rgb(45, 67, 81);
    background: linear-gradient(90deg, rgba(45, 67, 81, 1) 0%, rgba(45, 67, 81, 1) 20%, rgba(255, 255, 255, 1) 20%, rgba(255, 255, 255, 1) 100%);
    padding-bottom: 3.5%;
    padding-top: 3.5%;
}

.seccion-4 {

    background: #F6F6F6;
    padding-left: 8%;
    padding-right: 8%;
}

.titulo_block_text {
    font-size: 19px;
    font-weight: bold;

}

.bloque-text {
    position: relative;
    margin-bottom: 50px;

}

.bloque-text:before {

    content: "";
    height: 1px;
    width: 40px;
    background-color: #292D32;
    position: absolute;
    bottom: -20px;
}

.seccion-5 {

    background-image: url(images/fondo-catalogo.png);
    height: 350px;
    background-size: 35%;
    background-repeat: no-repeat;
    background-position: center right;

}

.seccion-6 {
    background-color: #F6F6F6;

}

.btn-creatudiseno {

    width: 250px;

}

.ancho-auto {
    width: auto;
    font-weight: normal;
    font-size: 15px;
}

.seccion-6 .block-texto {
    width: 70%;
    margin: auto;
    display: block;
    margin-left: 10%;
}

.titulo_principal {
    margin-top: 30px;
    font-size: 40px;
}

.seccion-8 {
    background-color: orange;
    background-image: url(images/banner_fondo.png?v=3);
    background-size: cover;
}




.contend-bloques {
    display: flex;
    width: 100%;
}

.polo_transparente {
    position: absolute;
    top: -94px;
    right: 0px;
}

.seccion-7 {
    padding-top: 5%;
    padding-bottom: 4%;
    position: relative;
}

.header-movil {
    display: none;
}

#preguntasFrecuentes {
    display: none;
    background-color: #2D4351;
}

.texto-seccion3 h2 {
    text-align: left;
    color: #2D4351;
    font-size: 43px;
}

.texto-seccion3 p {
    text-align: left;
    color: #747474;
    font-size: 22px;
}

@media screen and (max-width: 768px) {
    .seccion-6 {
        margin-top: 50px;
        background-image: initial;
    }

    .titulo_principal {
        margin-top: 30px;
        font-size: 27px;
    }

    .seccion-5 {
        height: 450px;
        background-image: initial;

    }

    .seccion-3 {
        background: rgb(45, 67, 81) !important;
    }

    .grupo-botones {

        gap: 10px;
        display: flex;
    }

    .hidden-mov {
        display: none;
    }

    .header-movil {
        height: 50px;
        display: flex;
        align-content: center;
        align-items: center;
        background-color: #2d4351;
    }

    .men-banner-float img {
        width: 100%;
    }

    .titulo_banner {
        font-size: 31px;
    }

    .columna-texto {

        width: 65%;

    }

    .men-banner-float {
        position: absolute;
        right: 0px;
        left: auto;
        z-index: 1;
        width: 50%;
    }

    .d-none-xs {

        display: none;
    }

    .seccion-6 .block-texto {
        width: 90%;
        margin: auto;
        display: block;
        margin-left: 3%;
        padding-bottom: 5%;
    }

    .seccion-6 {

        background-image: url(images/banner_amarillo.jpg?v=3);
        height: 280px;

    }

    .fondo-crema {
        background: rgb(45, 67, 81);
        background: linear-gradient(90deg, #fff0c2 0%, #fff0c2 90%, rgba(255, 255, 255, 1) 90%, rgba(255, 255, 255, 1) 100%);
    }

    .btn-creatudiseno {

        width: 60%;
    }

    .list-style-none {
        list-style: none;
        margin: 0px;
        padding: 0px;

    }

    ul.list-style-none li {
        position: relative;
        margin-bottom: 30px;
    }

    ul.list-style-none li:after {
        content: "";
        position: absolute;
        width: 10%;
        bottom: -15px;
        height: 1px;
        background-color: #ccc;
        left: auto;
        right: 45%;
    }

    .table-responsive-scroll {
        display: block;
        overflow-x: auto;
        max-width: 100%;
    }

    .table-responsive-scroll table {

        width: 500px;
    }



    #preguntasFrecuentes {

        display: block;
        background-color: #2D4351;
    }

    footer .accordion-item {
        background-color: transparent;
        border: none;
    }

    footer .accordion-button {
        color: #fff;
        background-color: #2d4351;
        box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
        font-size: 20px;
        font-weight: 300 !important;
        letter-spacing: 0.6px;
        display: block;
    }

    footer .accordion-button:not(.collapsed) {
        color: #ffffff;
        background-color: transparent;
        box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
    }

    .icon-arrow {
        float: right;
        transform: rotate(270deg);
    }

    footer img {
        width: 100%;
    }

    .hidden-pc {
        display: block !important;
    }

    .seccion-5 img {

        width: 100%;
    }

    .accordion-item {
        border-bottom: 1px solid #fff !important;
    }

    .footer-social .row {

        height: 100px;
        align-items: center;
        color: #ffffff;
    }

    [aria-expanded="true"] .icon-arrow {
        transform: rotate(180deg);
    }

    .texto-seccion3 {
        text-align: center;
        color: #fff;
    }


    .texto-seccion3 h2 {
        text-align: center;
        color: #fff;
        font-size: 28px;
    }

    .texto-seccion3 p {
        text-align: center;
        color: #fff;
        font-size: 18px;
    }


    .seccion-7 h2,
    .seccion-7 ul {
        text-align: center !important;
    }

    .seccion-7 h2 {
        font-size: 32px;
        margin-bottom: 20px;
    }

    .offcanvas {

        top: 0;
        bottom: initial;
        background-color: #fff;
        width: 80%;
        height: 100vh;
    }

    .offcanvas-start {
        transform: translateX(-100%);
        transition: transform 0.3s ease-in-out;
    }

    .offcanvas.show.offcanvas-start {
        transform: translateX(0);
    }

    .menu-sidebar li {
        border-bottom: 1px solid #ccc;
    }

    .menu-sidebar li a {
        color: #2D4351 !important;
        font-size: 18px;
    }

}

.hidden-pc {
    display: none;
}

.seccion-7 h2,
.seccion-7 ul {
    text-align: left;
}

.navbar form input.form-control {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border-right: 0px;
}

.navbar form .input-group-text {
    border-left: 0px;
    background-color: transparent;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.banner_principal {
    height: 250px;
}

.contenido_banner {
    max-width: 70%;
    margin: auto;
}

.banner_principal .row {
    height: 250px;
    align-items: center;
}

.font-bold {
    font-weight: bold;
}

.img-responsive {
    width: 100%;
}

.elements-confianza {
    display: flex;
    gap: 15px;
}

.seccion-12,
.seccion-15 {
    padding-top: 5%;
    padding-bottom: 5%;
    background-color: #e9e9e9;
}

.seccion-13,
.seccion-16,
.seccion-18 {
    padding-top: 5%;
    padding-bottom: 5%;
}

.procesos_grupo {
    padding-top: 2%;
    padding-bottom: 5%;
    background-color: #fff;
}

.procesos_items h6 {
    font-weight: bold;
    width: 70%;
    margin: auto;
    margin-bottom: 10px;
}

.procesos_items p {
    line-height: 18px;
    width: 90%;
    margin: auto;
}

.titulo_seccion {
    width: 70%;
    margin: auto;
}

.seccion-13 p {
    font-size: 20px;
    margin-top: 10px;
}

.seccion-18 {
    padding-top: 7%;
    padding-bottom: 7%;
    background-color: #2C2F35;
    background-image: url(./images/fondo_fundador.png);
    background-repeat: no-repeat;
    background-position: right 50px;
    background-size: contain;
}

.seccion-18 * {
    color: #fff;
}

.parrafo {
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0em;
    text-align: left;
}

/* pricing table */
.pricing-table {
    padding: 0px;
    margin: 0px;
    margin-top: 10px;
    width: 100%
}

.pricing-table td {
    padding: 0px;
    border-left: 1px solid transparent;
}

.pricing-table .pricing-table-list td {
    padding: 10px 8px;
    font-weight: 500;
    text-align: center;
    font-size: 12px;
    background: #F9F9F9;
}

.pricing-table .pricing-table-list .glyphicon-ok {
    color: #68AF27;
}

.pricing-table .pricing-table-list .glyphicon-remove {
    color: #C22439;
}

.pricing-table .pricing-table-list td:first-child {
    font-weight: 600;
    text-align: left;
    border-left: 0px;
    font-size: 11px;
    color: #333;
    text-transform: uppercase;
}

.pricing-table .pricing-table-list:nth-child(2n) td {
    background: #F2F2F2;
}

.pricing-table .pricing-table-text h2 {
    font-size: 35px;
    font-weight: 300;
    line-height: 33px;
    margin: 0px;
    padding: 0px;
    text-align: center;
    color: #009AD7;
}

.pricing-table .pricing-table-text p {
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    color: #666;
    margin-top: 10px;
}

.pricing-table .pricing-table-item {
    color: #FFF;
}

.pricing-table .pricing-table-item .pricing-table-item-head {
    padding: 10px 5px;
    text-align: center;
    background: #009AD7;
}

.pricing-table .pricing-table-item .pricing-table-item-head p {
    font-size: 17px;
    font-weight: 600;
    line-height: 21px;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.pricing-table .pricing-table-item .pricing-table-item-head span {
    font-size: 11px;
    font-weight: 400;
}

.pricing-table .pricing-table-item .pricing-table-item-price {
    padding: 15px 10px;
    text-align: center;
    background: #FFF;
    color: #009AD7;
}

.pricing-table .pricing-table-item .pricing-table-item-price p {
    font-size: 41px;
    font-weight: 400;
    line-height: 36px;
    margin-bottom: 0px;
}

.pricing-table .pricing-table-item .pricing-table-item-price p span {
    font-size: 12px;
    font-weight: 300;
}

.pricing-table .pricing-table-item .pricing-table-item-price>span {
    font-size: 12px;
    font-weight: 400;
    color: #009AD7
}

.pricing-table .pricing-table-item .pricing-table-item-purchase {
    padding: 10px 5px;
    background: #FFF;
}

.pricing-table .pricing-table-item .pricing-table-item-purchase .btn {
    text-transform: uppercase;
    margin-bottom: 0px;
}

.pricing-table .pricing-table-list td {
    height: 70px;
    font-size: 15px !important;
}

/* eof pricing table */

.imagen_fondo_bannr_principal {
    background-image: url(./images/banner_derecha.jpg);
    height: 250px;
    background-size: cover;
    background-repeat: no-repeat;
}

.seccion-11 {
    margin-top: 5%;
    margin-bottom: 5%;
}

.col_cate_precio {
    background-color: #fff !important;
    align-items: center !important;
    display: flex !important;
    justify-content: center !important;
    font-size: 13px !important;
    font-weight: normal !important;
    border-bottom: 1px solid #fff;
}

.miTexto_collapsed {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    transition: -webkit-line-clamp 0.5s ease;
}

.item-nav {
    font-family: Titillium Web;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    color: #000000;
}

.item-nav:hover {
    color: #3C5B70;
    font-weight: 700;
    font-size: 16px;
}

.menu-compra,
.menu-vende,
.menu-crea {
    padding: 0px;
    margin: 0px;
    display: flex;
    gap: 30px;
    list-style: none;
    height: 40px;
    align-items: center;
}

.grupo-options {
    display: flex;
    list-style: none;
    margin: 0px;
    padding: 0px;
    gap: 30px;
    flex-direction: row;
}

.grupo-options ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    flex-grow: 1;
}

.grupo-options ul li {
    line-height: 40px;
}

.panel-container {
    padding-top: 30px;
    padding-bottom: 30px;
    box-shadow: 0px 4px 10px #d9d9d9;
    background-color: #fff;
    position: relative;
    z-index: 999;
}

.menu-container {
    background-color: #ffffffb0;
    height: 40px;
    position: relative;
    z-index: 999;
    backdrop-filter: blur(7px);
}




/*menu mobile*/
#header_mobile {
    display: none;
}

.bar_mobile_menu {
    background: #3C424C;
}

.bar_mobile_menu {
    height: 60px;
}

.search1 {
    position: absolute;
    top: 50%;
    -webkit-transform: translateX(-20%) translateY(-50%);
    transform: translateX(-0%) translateY(-50%);
    z-index: 999 !important;
    right: -10px;
}

.search1 * {
    outline: none;
    box-sizing: border-box;
    fill: white;
}

.search__wrapper {
    position: relative;
}

.search__field {
    width: 50px;
    height: 50px;
    color: #000;
    font-size: 1.35em;
    /*padding: 0.35em 50px 0.35em 0;*/
    border: 1px solid #3C424C;
    border-radius: 0;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.search__icon {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #3C424C;
    width: 50px;
    height: 50px;
    font-size: 1.35em;
    text-align: center;
    border: none;
    pointer-events: none;
    display: inline-block;
    transition: background-color 0.2s ease-in-out;
    padding: 0;
    margin: 0;
}

.search__field:focus {
    width: 85vw;
}

.bar_mobile_menu .row {
    height: 100%;
    align-items: center;
}

#header_mobile .icon_carrito #spnCartQty1 {
    position: absolute;
}

.bar_mobile_menu #openNav {
    color: #FFFFFF !important;
    font-size: 20px !important;
}


#mobile-menu {
    background-color: #3C424C;
}

#mobile-menu .controls {
    height: 60px;
    display: flex;
    align-items: center;
}

#mobile-menu a,
#mobile-menu i {
    position: relative;
    color: #FFFFFF;
    font-size: 14px;
}

#mobile-menu li a {
    font-family: Titillium Web;
    font-size: 18px;
    color: #FFFFFF !important;
}

#mobile-menu li.ms_categories>a {
    font-size: 18px;
}

#mobile-menu ul li a:not(.slide-menu__backlink):after {
    content: '';
    position: absolute;
    right: 0;
    width: 15px;
    height: 15px;
    top: 35%;
    /*background-image: url(https://idakoos1.s3.amazonaws.com/images/icons/icons-movilmenu-05.svg);*/
    background-repeat: no-repeat;
}

#mobile-menu ul li {
    background: #3C424C;
    /*border-bottom: 1px solid #FFFFFF;*/
    display: inline-block;
    margin: 5px 8px;
    border: 1px solid #fff;
    border-radius: 10px;
}

#mobile-menu .controls button.slide-menu__control i {
    font-size: 20px;
}

#mobile-menu ul.slide-menu__submenu--active>li:nth-child(1) {
    display: block !important;
    margin: 0 !important;
    border: 0 !important;
}

.menu_mobile li>a {
    padding: 9px;
}

.slide-menu__decorator {
    float: right;
    display: none;
}

.menu_mobile li a.slide-menu__backlink {
    padding: 0.8rem 1rem !important;
    background: #000000 !important;
    color: #FFFFFF !important;
}

.icon_prg {
    margin-left: auto;
}

.linkrastreo a {
    color: #fab81c !important;
    font-size: 16px !important;
}

.optc_rs {
    background: #0f2e38;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0 10px;
}

.slide-menu__control {
    width: 15%;
    height: 100%;
    background: #19485a;
    border-radius: 0;
}

.logo1 {
    width: 30px;
}

.icon_usrr {
    margin-left: 10px;
}

.optc_rs>a:first-child {
    font-weight: 600;
}

.menu_mobile .slide-menu__control {
    width: 100%;
}

.slide-menu {
    width: 100% !important;
}

.item-nav {
    cursor: pointer;
}

.title_menu {
    font-family: 'Titillium Web';
    padding: 15px 5px;
    font-weight: 700;
    font-size: 22px;
    color: #FFFFFF;
}

@media (max-width: 767px) {
    #header_mobile {
        display: block;
    }

    #header_desktop {
        display: none;
    }
}

@media (max-width: 1024px) and (min-width: 768px) {
    .menu-nav {
        justify-content: right;
    }

    .bar-menu .center-bar.row {
        row-gap: 10px;
    }

    .bar-menu {
        height: auto;
        padding: 10px 0px;
    }

    .bar-menu .center-bar.row {
        height: auto;
    }

    .icon-cart {
        float: right;
    }
}