header{
    position: fixed;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.1);
    width: 100%;
    height: 79px;
    background: #ffa509;
    z-index: 99;
    opacity: 1;
    transition: 0.1s;
    top: 0;
    left: 0;
    margin-top: 0;
    transition-duration: 0.05s;
}
/*rgb(26, 98, 172)*/
.fadeHeader{
    opacity: 0;
}

.logo-content{
    width: 85px;
    height: auto;
    display: inline-block;
    background: transparent;
    /*padding: 10px 10px 10px 10px;*/
    margin-top: 3px;
}

.logo-content a{
    position: relative;
    display: inline-block;
}


@media all and (max-width: 767px) {
    .logo-content{
        margin-top: 3px;
        width: 85px;
        padding: 8px;
    }
    header{
        height: 63px;
    }
    .menu-desplegable{
        top: 30px !important;
    }
}

.menu-desplegable{
    display: block;
    position: absolute;
    color: #fff;
    font-size: 20px;
    transition: 0.5s;
    right: 40px;
    top: 50px;
}

.menu-desplegable:visited{
    color: #ccc;
}

.menu-desplegable:hover{
    color: #fff;
}

.menu-content > ul > li a{
    padding: 0 15px;
    font-size: 15px;
    color: #fff;
    position: relative;
    letter-spacing: 2px;
    transition: 0.3s;
}

.menu-content > ul > li a:hover{
    padding: 0 15px;
    color: #fff;
    text-decoration: inherit;
}

@media all and (max-width: 856px){
    .menu-content > ul > li a{
        padding: 2px 4px;
        font-size: 15px;
        color: #fff;
        position: relative;
        transition: 0.3s;
    }

    .menu-content > ul > li a:hover{
        padding: 2px 4px;
        font-size: 15px;
        color: #ffffff;
        text-decoration: inherit;
    }
}

.menu-content > ul > li a:visited{
    text-decoration: inherit;
}

.menu-content > ul > li a:focus{
    color: #fff;
    text-decoration: inherit;
}

.menu-content{
    z-index: 100;
}

.menu-opcion:hover{
    cursor: pointer;
}

.search-header:focus{
    outline: none;
    border: none;
}

.search-header:active {
    outline: none;
    border: none;
}

/* --------- MENU MOVIL ------- */

@media all and (max-width: 767px){

    li.search-li{
        text-align: center;
    }

    .input-search{
        display: block;
        margin-top: 20px;
        background: transparent;
        border-top: transparent;
        border-left: transparent;
        border-right: transparent;
        border-bottom: 2px solid rgb(26, 98, 172);
        width: 250px;
        margin-left: 15px;
        padding: 10px 10px 3px 10px;
        color: #fff;
        font-size: 15px;
    }

    .input-search:focus{
        outline: none;
        border-top: transparent;
        border-left: transparent;
        border-right: transparent;
        border-bottom: 2px solid rgb(26, 98, 172);
    }

    .input-search:active{
        outline: none;
        border-top: transparent;
        border-left: transparent;
        border-right: transparent;
        border-bottom: 2px solid rgb(26, 98, 172);
    }

    .input-search::-webkit-input-placeholder { /* Chrome/Opera/Safari */
        color: #fff;
    }
    .input-search::-moz-placeholder { /* Firefox 19+ */
        color: #fff;
    }
    .input-search:-ms-input-placeholder { /* IE 10+ */
        color: #fff;
    }
    .input-search:-moz-placeholder { /* Firefox 18- */
        color: #fff;
    }

    .search-header{
        display: none;
        background: rgb(26, 98, 172);
        border: transparent;
        border-radius: 10px;
        font-size: 10px;
        color: #fff;
        margin-left: 10px;
        padding: 8px 11px;
    }

    .menu-opcion span{
        color: #f0f0f0;
    }

    .menu-content{
        position: fixed;
        right: 0;
        background: #ffa509;
        width: 0;
        height: 100%;
        max-height: 100%;
        padding-top: 55px;
        overflow-y: auto;
        overflow-x: hidden;
        /*display: none;*/
        transition: 0.5s;
        opacity: 0;
        top: 0 !important;
        visibility: hidden;
    }

    .menu-list{
        width: 280px;
    }

    /*#menu-movil{*/
        /*width: 300px;*/
    /*}*/

    .menu-content > ul > li .menu-opcion{
        margin: 10px 10px 0 10px;
        font-size: 15px;
        font-weight: 700;
    }

    .menu-content > ul li{
        padding: 2px;
        padding-left: 25px;
    }

    .menu-content > ul > li ul{
        padding: 0 0 5px 30px;
    }

    .menu-content ul{
        padding-left: 5px;
        list-style-type: none;
    }


}

.menu-content > ul li[title='Desplegable']{
    padding-right: 15px;
    position: relative;
    display: inline-block;
}

.menu-content > ul li[title='Desplegable']:before{
    content: '';
    position: absolute;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #ccc;
    /*right:px;*/
    /*top: 50%;*/
    margin-top: 10px;
    /*-ms-transform: translateY(-50%);*/
    /*-webkit-transform: translateY(-50%);*/
    /*transform: translateY(-50%);*/
    transition-duration: 0.5s;
}

.menu-content > ul li[title='Desplegable']:hover::before{
    cursor: pointer;
    border-top: 5px solid #fff;
}


/* ----- MENU COMPLETO ----- */
.icon:hover{
    cursor: pointer;
}

@media all and (min-width: 767px){
    .menu-content{
        display: inline-table;
        position: absolute;
        top: 30px;
    }

    .input-search{
        display: none;
    }

    .search-header{
        background: rgb(26, 98, 172);
        border: transparent;
        border-radius: 2px;
        font-size: 13px;
        color: #fff;
        margin-left: 10px;
        /*width: 30px;*/
        /*height: 25px;*/
        padding: 6px 9px;
        margin-bottom: 10px;
    }

    .menu-content ul{
        /*background: purple;*/
        display: inline-table;
        list-style-type: none;
    }

    .menu-content > ul li{
        display: inline-block;
        text-align: right;
        position: relative;
        /*bottom: 2px;*/
    }

    .menu-content > ul li[title='Desplegable']{
        padding-right: 15px;
    }

    .menu-content > ul li[title='Desplegable']:before{
        content: '';
        position: absolute;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 5px solid #ccc;
        right: 8px;
        top: 50%;
        margin-top: 1px;
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        transition-duration: 0.5s;
    }

    .menu-content > ul li[title='Desplegable']:hover::before{
        cursor: pointer;
        border-top: 5px solid #fff;
    }

    .menu-content > ul > li .sub-menu{
        text-align: left;
        list-style-type: none;
        background: #222;
        -webkit-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.75);
        -moz-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.75);
        box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.75);
        position: absolute;
        width: 200px;
        left: 10px;
        /*border-radius: 4px;*/
        visibility: hidden;
        opacity: 0;
        top: 25px;
        transition: 0.3s;
    }

    .menu-content > ul > li .sub-menu ul{
        padding: 0;
        width: 100%;
    }

    /*.menu-content > ul > li .sub-menu[title='Tienda']{*/
        /*text-align: left;*/
        /*list-style-type: none;*/
        /*background: rgb(255,255,255);*/
        /*position: absolute;*/
        /*width: 180px;*/
        /*left: -80px;*/
        /*border-radius: 4px;*/
        /*visibility: hidden;*/
        /*opacity: 0;*/
        /*top: 32px;*/
        /*transition: 0.3s;*/

    /*}*/

    .menu-content > ul > li > .sub-menu a{
        display: block;
        text-align: left;
        color: #ccc;
        transition: 0.5s;
        padding: 3px 8px 3px 8px;
        position: relative;
    }

    /*.menu-content > ul > li > .sub-menu a:before{*/
        /*content: '';*/
        /*position: absolute;*/
        /*width: 100%;*/
        /*height: 1px;*/
        /*left: 0;*/
        /*bottom: 0;*/
        /*background: rgba(255,255,255,0.1);*/
    /*}*/

    .menu-content > ul > li > .sub-menu a:hover{
        color: #fff;
        background: #ffa509;
    }

    .menu-content > ul > li > .sub-menu li{
        padding: 0;
        display: block;
    }

    .menu-content > ul > li:hover .sub-menu{
        visibility: visible;
        opacity: 1;
    }

    .menu-desplegable{
        display: none;
    }
}

.black{
    background: rgba(22,21,21,0.9);
}

@media all and (max-width: 767px) {
    .sub-menu{
        transition-duration: 0.5s;
        width: 100%;
        height: auto;
        overflow: hidden;
        /*max-height: 0;*/
    }
    /*.menu-content{*/
        /*padding-left: 25px;*/
        /**/
    /*}*/

    .menu-content > ul > li .sub-menu ul{
        transition-duration: 0.5s;
        width: 100%;
        padding: 0 4px;
        /*margin-left: 30px;*/
    }

    .menu-content > ul > li > .sub-menu a:hover{
        color: #fff;
        height: 24px;
        margin-top: 0;
        padding: 2px;
        /*background: #ffa509;*/
    }

    .menu-content > ul > li > .sub-menu a{
        display: block;
    }

    .menu-content > ul li[title='Desplegable']:hover .sub-menu[title='opciones']{
        /*height: auto;*/
        /*max-height: 500px;*/
    }

    .open-options{
        display: block;
        height: auto;
        visibility: visible;
        opacity: 1;
    }

    .logo-scroll{
        width: 160px !important;
    }

    .nav-scroll{
        top: 0;
    }

    /*.hambur-scroll{*/
        /*top: -10px;*/
    /*}*/
}

/*.hambur-scroll{*/
    /*top: 35px;*/
/*}*/

.logo-scroll{
    width: 175px;
}

@media all and (min-width: 767px) {
    .nav-scroll{
        top: 30px;
    }
}

/*MENU MOVIL*/

.aux-menu{
    display: none;
    top: 0;
    left: 0;
    background: transparent;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 98;
}

@media all and (max-width: 767px){
    .menu-hidden{
        width: 0;
        visibility: hidden;
        opacity: 0;
    }

    .menu-visible{
        width: 280px;
        visibility: visible;
        opacity: 1;
    }

    .body{
        /*overflow-y: hidden;*/
    }

}

.aux-menu-block{
    display: block;
    background: rgba(255,255,255,0.4);
}

.menu-option{
     position: fixed;
     right: 5%;
     /*top: 5px;*/
     margin-right: 10px;
     margin-left: 20px;
    margin-top: -80px;
     z-index: 102;
     width: 10px;
    padding: 0;
     display: none;
    /*transition-duration: 0.5s;*/
}

.menu-opcion-margin-1{
    top: 95px;
}

.menu-opcion-margin{
    top: 138px;
}

.menu-scroll{
    top: 135px;
}

@media all and (max-width: 649px){
    /*.menu-opcion-margin{*/
        /*top: 35px;*/
    /*}*/
    .menu-opcion-margin{
        top: 145px;
    }
}

@media all and (max-width: 767px){
    .menu-option{
        display: block;
    }
}


.hamburger{
    position:relative;
    background-color: transparent;
    right: 0;
    bottom: -15px;
    height:30px;
    width:30px;
    /*padding:30px 30px;*/
    -webkit-transform:translate3d(0, 0, 0);
    transform:translate3d(0, 0, 0);
    -webkit-transition:-webkit-transform 0.25s cubic-bezier(0.05, 1.04, 0.72, 0.98);
    transition:transform 0.25s cubic-bezier(0.05, 1.04, 0.72, 0.98);
    z-index:102;
    cursor:pointer;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none
}
.hamburger.is-active ._layer{
    background: #fff;
}
._layer{
    background:#fff;
    margin-bottom:4px;
    border-radius: 0;
    width:18px;
    height:2px;
    opacity:1;
    -webkit-transform:translate3d(0, 0, 0);
    transform:translate3d(0, 0, 0);
    -webkit-transition:all 0.25s cubic-bezier(0.05, 1.04, 0.72, 0.98);
    transition:all 0.25s cubic-bezier(0.05, 1.04, 0.72, 0.98);
}
.hamburger.is-active .-top{
    margin-bottom: 2px;
    -webkit-transform:translateY(200%) rotate(45deg) !important;
    -ms-transform:translateY(200%) rotate(45deg) !important;
    transform:translateY(200%) rotate(45deg) !important;
}
.hamburger.is-active .-mid{
    margin-bottom: 2px;
    opacity:0;
}
.hamburger.is-active .-bottom{
    margin-bottom: 2px;
    -webkit-transform:translateY(-200%) rotate(135deg) !important;
    -ms-transform:translateY(-200%) rotate(135deg) !important;
    transform:translateY(-200%) rotate(135deg) !important;
}

.menuppal.is_active{
    transform: translate3d(0px, 0px, 0px);
}


@media all and (max-width: 767px) {
    /*.hamburger{*/
        /*bottom: -7px;*/
    /*}*/
}


/*MENU SIN BANNER*/

.header-oscuro{
    background: #222;
}

/*END MENU SIN BANNER*/

/*REGRESAR AL INICIO*/

#return-top{
    opacity: 0;
    transition-duration: 0.5s;
}

.return-top{
    position: fixed;
    width: 40px;
    height: 40px;
    right: 40px;
    bottom: 40px;
    z-index: 3;
    border-radius: 50%;
    background: rgb(26, 98, 172);
    padding: 10px;
}

.return-top img{
    width: 100%;
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.return-top:hover{
    cursor: pointer;
}

/*END REGRESAR AL INICIO*/

/*TOP INFORMACION*/

.top-atencion{
    width: 100%;
    height: 40px;
    background: #fff;
    color: #111;
    font-size: 10px;
    letter-spacing: 1.5px;
}

.menu-header{
    width: 100%;
    height: 100%;
    padding-top: 13px;
}

.atencion-content{
    width: 30%;
    max-width: 250px;
    min-width: 250px;
}

.atencion-content p{
    font-size: 10px;
    letter-spacing: 1.5px;
    margin: 0;
    font-family: 'Dosis', sans-serif;
}

.menu-superior{
    float: right;
}

.menu-header .atencion-content, .menu-header > .menu-superior{
    display: inline-block;
}

.menu-header > .menu-superior .menu-opciones, .menu-header > .menu-superior  .menu-social{
    list-style: none;
    display: inline-block;
}

.menu-header > .menu-superior .menu-social{
    border-left: 1px solid #ddd;
    padding-left: 8px;
}

.menu-opciones > li a, .menu-social > li a{
    transition-duration: 0.5s;
    padding: 5px 0 5px 0;
    color: #111;
    font-family: 'Dosis', sans-serif;
}

.menu-opciones > li a:hover, .menu-social > li a:hover{
    color: rgb(26, 98, 172);
    cursor: pointer;
}

.menu-header > .menu-superior .menu-opciones li{
    display: inline-table;
    padding: 0 10px;
}

.margin-header{
    margin-top: 40px;
    height: 125px;
}

@media all and (max-width: 649px){
    .top-atencion{
        height: 50px;
    }

    .menu-header{
        padding-top: 5px;
        text-align: center;
    }

    .menu-header > .menu-superior .menu-opciones, .menu-header > .menu-superior  .menu-social{
        padding: 0;
    }

    .menu-superior{
        width: 100%;
        text-align: center;
    }

    .margin-header{
        margin-top: 45px;
    }

}

@media all and (max-width: 400px){
    .margin-header{
        margin-top: 45px;
    }
}

@media all and (max-width: 370px){
    .container[title='top']{
        padding: 0;
        font-size: 10px;
    }
}

/*@media all and (max-width: 330px){*/
    /*.margin-header{*/
        /*margin-top: 45px;*/
    /*}*/
/*}*/

/*END TOP INFORMACION*/



/*CARRITO OPCIONES*/

.carrito-no-products{
    height: 80px;
    margin-top: 20px;
}

.carrito-no-products > h6 a{
    text-decoration: underline;
    color: #ffa509 !important;
    margin-top: 10px;
}

.menu-carrito{
    list-style: none;
    margin-top: 24px;
    color: #fff;
    display: inline-block;
    float: right;
    padding: 0;
}

.menu-carrito li {
    font-size: 14px;
    display: inline-table;
    position: relative;
}

.menu-carrito > li a {
    font-size: 15px;
    padding: 0 0 0 15px;
    color: #fff;
    transition-duration: 0.3s;
}
.menu-carrito > li a:hover {
    font-size: 15px;
    color: #fff;
}

.menu-carrito .account{
    position: relative;
}

.menu-carrito .account:hover .account-details{
    opacity: 1;
    visibility: visible;
}

.menu-carrito > li .account-options{
    font-size: 15px;
    padding: 0 0 0 15px;
    text-transform: uppercase;
    color: #fff;
    transition-duration: 0.3s;
}


.menu-carrito > li .account-details{
    position: absolute;
    visibility: hidden;
    opacity: 0;
    right: 0;
    top: 30px;
    width: 160px;
    border-radius: 2px;
    background: #fff;
    padding: 10px;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
    transition-duration: 0.5s;
}

.menu-carrito > li > .account-details a{
    display: block;
    text-transform: uppercase;
    color: #555;
    font-size: 15px;
    padding: 0;
    letter-spacing: 1px;
}

.menu-carrito > li > .account-details > a i{
    margin-left: 5px;
    text-align: right;
    margin-right: 3px;
}

@media all and (max-width: 767px){
    .menu-carrito > li > .account-details a{
        font-size: 12px;
    }
}

/*END CARRITO OPCIONES*/

/*CARRITO HEADER LIST*/

.menu-carrito > li:hover .cart-list{
    visibility: visible;
    opacity: 1;
}

/*.carrito-item{*/
    /*background: blue;*/
/*}*/

.cart-list{
    background: #222;
    position: absolute;
    width: 300px;
    padding: 15px;
    right: 0;
    visibility: hidden;
    opacity: 0;
    transition-duration: 0.5s;
    top: 35px;
}

.cart-list ul{
    padding: 0;
}

.cart-list .carrito{
    width: 100%;
    /*height: 130px;*/
    background: transparent;
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    /*margin-bottom: 25px;*/
    margin-bottom: 5px;
    margin-top: 10px;
}

.cart-list li{
    /*background: red;*/
    width: 100%;
}

.cart-list > ul > li h5{
    letter-spacing: 2px;
    line-height: 19.8px;
    margin: 0;
    font-size: 15px;
    color: #fff;
    padding: 10px 0 10px 0;
    font-weight: 600;
}

.cart-list > ul > li .row{
    padding: 20px 0 15px 0;
}

.cart-list > ul > li > .row > .carrito-opciones a{
    /*letter-spacing: 2px;*/
    padding: 15px 20px;
    font-size: 10px;
    text-align: center;
    color: #fff;
    width: 100%;
    background: #ffa509;
    display: block;
}

.cart-list > ul > li > .row > .carrito-opciones[title="ver"] a{
    background: rgba(255, 255, 255, 0.3);
}

.carrito-item .carrito-img{
    width: 70px;
    height: 70px;
    display: inline-block;
}

.carrito-item .carrito-descripcion{
    width: 200px;
    padding: 8px;
    height: auto;
    float: right;
    /*background: black;*/
    display: inline-block;
}

.carrito-item > .carrito-descripcion h6{
    margin: -7px 0 5px 0;
    font-size: 14px;
    max-width: 170px;
    /*font-weight: bold;*/
    font-weight: 700;
    letter-spacing: 1.1px;
}

.carrito-item > .carrito-descripcion p{
    /*margin: 0 0 5px 0;*/
    margin-top: 5px;
    font-size: 12px;
    color: #ffa509;
    font-family: 'Dosis', sans-serif;
    /*font-weight: bold;*/
}

.carrito-item > .carrito-descripcion span{
    font-family: 'Dosis', sans-serif;
    color: rgb(133, 133, 133);
}

/*END CARRITO HEADER LIST*/

/*79px al hacer scroll*/

/*RESPONSIVE MENU*/

@media all and (max-width: 1199px){
    .menu-content > ul > li a{
        font-size: 15px;
    }

    .menu-carrito > li a{
        font-size: 12px;
    }
    .menu-carrito > li a:hover{
        font-size: 12px;
    }
}

@media all and (max-width: 991px){
    .logo-content{
        width: 85px;
    }

    .menu-content > ul > li .menu-opcion{
        font-size: 15px;
        padding: 0 5px;
        /*color: red;*/
    }

    .menu-content > ul > li a:hover{
        font-size: 15px;
        padding: 0 5px;
        color: #fff;
        margin-top: 10px;
        text-decoration: inherit;
    }

    .menu-content{
        top: 25px;
    }

    .menu-carrito{
        margin-top: 20px;
    }

    .menu-content ul{
        margin-top: 1.5px;
    }

}

@media all and (max-width: 767px){

    .logo-content{
        margin: 1px;
        width: 70px;
    }

    .menu-content > ul > li .menu-opcion{
        /*font-size: 14px;*/
        padding: 0 5px;
        /*color: red;*/
    }

    .menu-carrito{
        margin-right: 60px;
        margin-top: 20px;
    }

    /*.hamburger{*/
        /*padding: 0;*/
        /*left: 20px;*/
        /*top: -5px;*/
    /*}*/

    .margin-header{
        height: 70px;
    }

}

/*.hambuer-margin{*/
    /*margin-top: -20px;*/
/*}*/

@media all and (max-width: 649px){
    .menu-carrito{
        margin-right: 60px;
        margin-top: 21px;
    }
    /*.menu-option{*/
        /*margin-top: -5px;*/
    /*}*/
}

@media all and (max-width: 549px){
    .menu-carrito{
        margin-right: 55px;
    }

    .menu-option {
        right: 25px;
        /*margin-right: 10px;*/
    }
}

@media all and (max-width: 449px){
    .logo-content{
        width: 70px;
    }

    /*.menu-option{*/
        /*margin-top: -5px;*/
    /*}*/

    .menu-opciones > li a, .menu-social > li a{
        font-size: 8px ;
    }

}

@media all and (max-width: 379px){
    .cart-list{
        left: -205px;
    }
}

/*END RESPONSIVE MENU*/

/*NUMERO DE ITEMS*/
.numero-item{
    font-size: 10px;
    background: red;
    /*padding: 5px 10px 5px 10px;*/
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: absolute;
    top: -18px;
    right: -8px;
    line-height: 20px;
    padding: 0;
}

.numero-item span{
    font-family: 'Dosis', sans-serif;
    position: relative;
    margin-right: 2px;
    line-height: 23px;
    top: -1px;
    /*-ms-transform: translateY(-50%);*/
    /*-webkit-transform: translateY(-50%);*/
    /*transform: translateY(-50%);*/
}

/*NUMERO DE ITEMS*/


.margin-menu-top{
    margin-top: 5px;
}

.nav-menu-content{
    margin-top: 25px;
}

@media all and (max-width: 339px) {
    .logo-content {
        margin-top: 5px;
        width: 60px;
    }
}

@media all and (max-width: 767px){
    .nav-menu-content{
        margin-top: 10px;
    }
}


/*SESION INICIADA / CERRAR SESION */

.cerrarSesion{
    position: absolute;
    background: #fff;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    z-index: 100;
    height: auto;
    visibility: hidden;
    width: 180px;
    opacity: 0;
    transition-duration: 0.5s;
    padding: 5px 0 5px 0;
}

.menu-opciones .correoSesion:hover .cerrarSesion{
    opacity: 1;
    visibility: visible;
}

.menu-superior > .menu-opciones > li > .cerrarSesion a{
    position: relative;
    top: 0;
    text-align: left;
    display: block;
    padding: 5px 5px 5px 15px;
    /*background: red;*/
    font-size: 10px;
}


/*END SESION INICIADA / CERRAR SESION*/

/*BOTON ELIMINAR PRODUCTO DE LISTA*/

.delete-product-cart{
    position: absolute;
    right: 0;
    top: -13px;
    width: 18px;
    padding: 5px;
}

.delete-product-cart img{
    width: 100%;
}

.delete-product-cart:hover{
    cursor: pointer;
}


/*END BOTON ELIMINAR PRODUCTO DE LISTA*/

/*OCULTAR LISTA DE PRODUCTOS CARRITO*/

.sesion-options{
    display: none;
}

@media all and (max-width: 767px){
    .cart-list{
        display: none;
    }

    .mover-burguer{
        right: 20px;
        top: 90px;
    }

    .sesion-options{
        display: block;
        position: relative;
        top: -4px;
        margin-bottom: 5px;
        /*background: red;*/
    }

    .sesion-options .email-menu{
        padding-left: 35px;
        font-family: 'Dosis', sans-serif;
        letter-spacing: 2px;
    }

    .sesion-options a{
        display: block;
        padding: 2px;
        padding-left: 40px;
        font-size: 12px;
        color: #fff;
        letter-spacing: 2px;
        text-transform: uppercase;
    }

    .sesion-options .iniciar-sesion-menu{
        padding-left: 35px;
        font-size: 14px;
        letter-spacing: 2px;
    }

    .sesion-options .iniciar-sesion-menu:hover{
        cursor: pointer;
    }

}

@media all and (min-width: 1200px){
    .menu-content{
        left: 100px;
    }
}

@media all and (max-width: 1199px){
    .menu-content{
        left: 90px;
    }
}

@media all and (max-width: 991px){
    .menu-content{
        left: 80px;
    }
}

@media all and (max-width: 767px){
    .menu-content{
        right: 0;
        left: inherit;
    }
}

/*END OCULTAR LISTA DE PRODUCTOS CARRITO*/

/*SCROLL MENU EFECTO*/


.margin-divisas{
    margin-top: 40px;
}

.menu-divisas{
    /*background: rgb(30, 110, 200);*/
    background: #ffa509;
    position: absolute;
    border-bottom: 1px solid rgba(255,255,255,0.3);
    top: 0;
    left: 0;
    width: 100%;
    height: 40px;
    z-index: 2;
}

.menu-divisas div{
    height: 40px;
}

.menu-divisas > div .currency-content{
    width: 100%;
    position: relative;
    max-width: 120px;
    text-align: right;
    /*background: red;*/
    display: inline-block;
    height: 40px;
    float: right;
}

@media all and (max-width: 349px){
    .menu-divisas > div .currency-content{
        width: auto;
    }
}

.menu-divisas > div > .currency-content p{
    color: #fff;
    display: inline-block;
    position: absolute;
    right: 72px;
    text-transform: uppercase;
    font-size: 12px;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0;
    height: 16px;
}

.menu-divisas > div > .currency-content select{
    position: relative;
    display: inline-block;
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
    top: 50%;
    height: 25px;
    max-width: 70px;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 11px;
    padding: 5px;
}

.menu-divisas > div > .currency-content > select > option{
    color: #555;
}

.menu-divisas > div .number-contact{
    max-width: 150px;
    display: inline-block;
    /*background: red;*/
    color: #222;
    width: 130px;
    position: relative;
}

.menu-divisas > div > .number-contact p{
    /*background: blue;*/
    position: absolute;
    top: 50%;
    left: 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0;
    height: 16px;
}

.fixed-top{
    position: fixed;
    z-index: 99;
}

/*END SCROLL MENU EFECTO*/

/*RESPONSIVE MENU*/

@media all and (max-width: 992px) {
    .responsive-menu{
        width: 100%;
        padding: 0 30px;
    }
}

@media all and (max-width: 829px) {
    .social-header{
        display: none;
    }
}

.menu-list{
    margin-left: -30px;
}

@media all and (max-width: 900px){
    /*.menu-list{*/
        /*margin-left: -40px;*/
    /*}*/

    .about{
        display: none !important;
    }
}

@media all and (max-width: 767px){
    .menu-list{
        margin-left: -10px;
    }

    /*.about{*/
        /*display: block;*/
    /*}*/
}

@media (max-width: 829px){
    .menu-carrito {
        margin-top: 25px;
    }
}

@media all and (max-width: 767px){
    .menu-carrito {
        margin-top: 21px;
    }
}

@media all and (max-width: 449px){

}

.menu-divisas > div .currency-content{
    margin-right: 10px;
}

.idioma{
    width: 100%;
    position: relative;
    max-width: 100px;
    text-align: right;
    display: inline-block;
    height: 40px;
    float: right;
}

.idioma p,.idioma a{
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    position: absolute;
    display: inline-block;
    top: 50%;
    right: 0;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.idioma a:hover{
    cursor: pointer;
}

.idioma .separador{
    right: 48px;
}

.idioma .ingles{
    right: 55px;
}

.menu{
    display: none !important;
}

.menu > .idioma{
    max-width: 10000px;
    text-align: left;
    padding: 10px;
}

.menu .idioma p, .menu .idioma a{
    left: 0;
    right: inherit;
}

.menu .idioma p:hover, .menu .idioma a:hover{
    margin: 0px;
    padding: 2px 4px;
}

.menu .idioma .ingles{
    left: 0;
}

.menu .idioma .separador{
    left: 82px;
}

.es{
    left: 71px !important;
}

.footer-idioma{
    display: none;
}

@media all and (max-width: 767px){
    .footer-idioma{
        display: block;
    }
}

@media all and (max-width: 439px){
    .currency-text{
        display: none !important;
    }

    .menu-divisas > div .currency-content{
        width: 70px;
    }
}

@media all and (max-width: 389px){
    .curency-top-menu{
        padding: 0 5px !important;
    }

    .menu-divisas > div .currency-content{
        margin-right: 5px;
    }
}

@media all and (max-width: 319px){
    .menu-divisas > div .currency-content{
        margin-right: 0;
    }
}

@media all and (max-width: 372px){
    .menu-carrito{
        margin-right: 30px;
    }

    .menu-carrito > li a{
        padding-left: 10px;
    }
}

@media all and (max-width: 372px){
    .menu-carrito > li > a > span i{
        font-size: 15px !important;
    }
}


