@font-face {
    font-family: 'NoticiaText-Bold';
    src: url('../../assets/fonts/noticiatext-bold-webfont.woff2') format('woff2'),
         url('../../assets/fonts/noticiatext-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'NoticiaText-Regular';
    src: url('../../assets/fonts/noticiatext-regular-webfont.woff2') format('woff2'),
         url('../../assets/fonts/noticiatext-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'NoticiaText-Italic';
    src: url('../../assets/fonts/NoticiaTextItalic.eot');
    src: url('../../assets/fonts/NoticiaTextItalic.eot') format('embedded-opentype'),
         url('../../assets/fonts/NoticiaTextItalic.woff2') format('woff2'),
         url('../../assets/fonts/NoticiaTextItalic.woff') format('woff'),
         url('../../assets/fonts/NoticiaTextItalic.ttf') format('truetype'),
         url('../../assets/fonts/NoticiaTextItalic.svg#NoticiaTextItalic') format('svg');
}


html {
    font-size: 16px;
}
body {
    font-family: 'NoticiaText-Regular';
    color: #1a1a1a;
}
a,i,.BoxProducto{
    text-decoration: none;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

/*//// UTILITIES ///*/

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 999999;
}
#status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -100px 0 0 -100px;
}


.BotonTop{
    position: fixed;
    z-index: 999;
    width: 40px;
    height: 40px;
    color: #fff;
    background: #545454;
    border-radius: 50%;
    text-align: center;
    padding-top: 2px;
    right: 15px;
    bottom: 20px;
    display: none;
}

.BotonTop i {
    font-size: 2rem;
    position: relative;
    top: 0px;
}

.BotonTop:hover, .BotonTop:focus, .BotonTop:active{
    color: #fff;
    background: #d13138;
}

.hasScrolled{
    display: block;
}

/*//// AND UTILITIES ///*/

.Wrapper{
    max-width:100%;
    background-color:#fff;
    width:100%;
    padding-bottom:0px;
    margin:0 auto;
    position:relative;
    overflow-x: hidden;
}
.Header {
    padding: 0px;
    width: 100%;
    height: 94px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #cdcdcd;
}
.Header-Logo {
    display: flex;
    align-items: center;
}
.Menu-Principal {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.Menu-Principal .Link {
    color: #4e4e4e;
    padding: 0 15px;
    text-decoration: none;
}
.Menu-Principal .Link:hover {
    color: #d0333a;
}


/*///////////// LANDING /////////////*/


/*///////////// LANDING INTRO /////////////*/

.BgIntro{
    background: url("../../assets/img/intro/img-intro.jpg");
    background-size: cover;
}

.Home-Intro-Box {
    width: 50%;
    min-height: 512px;
}
.Home-Intro-Box .Title {
    color: #fff;
    font-size: 3.3rem;
    line-height: 3.2rem;
    font-family: 'NoticiaText-Bold';
}
.Home-Intro-Box .Text {
    color: #fff;
    font-size: 1.2rem;
}

.Home-Intro-Box .Link {
    color: #fff;
    background: #d0333a;
    padding: 10px 25px;
    display: inline-block;
    text-decoration: none;
    font-family: 'NoticiaText-Bold';
}
.Home-Intro-Box .Link:hover {
    color: #d0333a;
    background: #fff;
}

.BoxCuotas {
    position: absolute;
    color: #fff;
    background: #d0333a;
    padding: 0px 18px 5px 14px;
    display: flex;
    top: 0;
    left: 15px;
    width: 160px;
    height: 62px;
}
.BoxCuotas .BoxCuotas-Number {
    font-size: 3.4rem;
    line-height: 3.4rem;
    margin-right: 5px;
    font-family: 'NoticiaText-Bold';
}
.BoxCuotas .BoxCuotas-Text {
    font-size: 1.4rem;
    display: flex;
    flex-direction: column;
    line-height: 1.4rem;
    justify-content: center;
}
.BoxCuotas .BoxCuotas-Text span {
    font-size: 0.80rem;
    line-height: 1rem;
}

.BoxDatosTienda {
    position: absolute;
    bottom: -40px;
    background: #fff;
    min-height: 350px;
    z-index: 2;
    display: flex;
    text-align: center;
    border-radius: 15px;
    padding: 15px;
    width: 85%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 1px solid #cccccc;
}
.BoxDatosTienda p{margin-bottom: 0;color: #808080;}
.BoxDatosTienda .TiedaLogo {
    border-radius: 50%;
    width: 90px;
    height: 90px;
    display: inline-block;
    overflow: hidden;
    margin-bottom: 1rem;
}
.BoxDatosTienda .TiendaNombre{
     margin-bottom: 1rem;
     font-family: 'NoticiaText-Bold';
     font-size: 1.4rem;
}
.BoxDatosTienda .TiendaDireccion{}
.BoxDatosTienda .TiendaLocalidad{}
.BoxDatosTienda .TiendaTelefono{}
.BoxDatosTienda .TiendaRedes {
    margin-top: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.BoxDatosTienda .TiendaRedes .LinkRed {
    padding: 10px;
    width: 40px;
    height: 40px;
    display: flex;
    border-radius: 50%;
    font-size: 1.2rem;
    justify-content: center;
    align-items: center;
    margin: 0 5px;
    border: 1px solid #cccccc;
    color: #cccccc;
    text-decoration: none;
}
.BoxDatosTienda .TiendaRedes .LinkRed:hover {
    color: #fff;
    background: #cccccc;
}


/*///////////// LANDING SECCION /////////////*/

.Home-Seccion{min-height: 450px;}

.BoxOpciones{
    border-bottom: 1px solid #f2f2f2;
}

.BoxFiltros {
    display: flex;
    justify-content: center;
    align-items: center;
}
.BoxFiltros .ItemFiltro {
    padding: 8px 25px;
    color: #1a1a1a;
    background: #f2f2f2;
    border-radius: 25px;
    margin-right: 15px;
    text-decoration: none;
    border: 1px solid #f2f2f2;
    position: relative;
}

.BoxFiltros .ItemFiltro:hover {
    background: #1a1a1a;
    color: #fff;
}
.BoxFiltros .ItemFiltro:hover .IconClose{
    color: #fff;
}

.BoxFiltros .ItemFiltro .IconClose {
    position: relative;
    right: -10px;
    cursor: pointer;
}

/*---------------------*/

.BoxOrdenar {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.BoxOrdenar .Title{
    margin-right: 15px;
}
.BoxOrdenar .ItemOrden {
    padding: 8px 25px;
    color: #1a1a1a;
    background: #fff;
    border-radius: 25px;
    margin-right: 15px;
    text-decoration: none;
    border: 1px solid #1a1a1a;
    position: relative;
}

.BoxOrdenar .ItemOrden:last-child {
    margin-right: 0px;
}

.BoxOrdenar .ItemOrden:hover {
    background: #fff;
    color: #1a1a1a;
}
.BoxOrdenar .ItemOrden:hover .IconClose{
    color: #1a1a1a;
}

.BoxOrdenar .ItemOrden .IconClose {
    position: relative;
    right: -10px;
    font-size: 1.4rem;
    cursor: pointer;
}

.BoxSideBar {
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 15px;
    margin-bottom: 10px;
    padding-top: 10px;
}

.BoxSideBar .BoxSideBar-Header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
}

.BoxSideBar .BoxSideBar-Header .Title{
    margin: 0;
}
.BoxSideBar .BoxSideBar-Header .LinkAction{
    color: #1a1a1a;
    margin-bottom: 0px;
}

.BoxSideBar .BoxSideBar-Opciones {
    display: none;
    flex-direction: column;
}
.BoxSideBar .BoxSideBar-Opciones.Active {
    display: flex;
}
.BoxSideBar .BoxSideBar-Opciones .LinkOpcion {
    color: #1a1a1a;
    text-decoration: none;
    width: 100%;
    display: inline-block;
}
.BoxSideBar .BoxSideBar-Opciones .LinkOpcion span{
    color: #cccccc;
}

.BoxMayorDescuento {
    background: #f2f2f2;
    position: absolute;
    top: 58px;
    width: 250px;
    padding: 5px 5px 5px 0px;
    right: 100px;
    /*display: flex;*/
    flex-direction: column;
    z-index: 2;
    color: #333;
    display: none;
}

.BoxMayorDescuento.BoxMayorDescuentoNumeros {
    width: 80px;
    right: 15px;
}

.BoxMayorDescuento .fa {
    position: absolute;
    right: 15px;
    top: -15px;
    font-size: 1.4rem;
    color: #f2f2f2;
}
.BoxMayorDescuento .Link {
    color: #1a1a1a;
    padding: 10px 10px 10px 15px;
    border-left: 3px solid #f2f2f2;
    display: flex;
}
.BoxMayorDescuento .Link:hover {
    border-left: 3px solid #d0333a;
    background: #ccc;
}
.BoxMayorDescuento .Link.Active {
    border-left: 3px solid #d0333a;
}

/*///////////// PRODUCTO DETALLE /////////////*/

.BoxProducto-Grid{
    width: 33.3%;
    padding: 0 5px;
    float: left;
}
.BoxProducto{
    text-align: center;
    border: 1px solid #fff;
    padding: 35px 20px;
    position: relative;
    width: 100%;
    margin-bottom: 10px;
}

.BoxProducto:hover{
    border: 1px solid #cdcdcd;
}

.BoxProducto.Active {
    border: 1px solid #cdcdcd;
}

.BoxProducto.Active .BoxComparar {
    display: block;
}

.BoxProducto:hover .BoxComparar {
    display: block;
}


.BoxComparar {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    padding: 12px 15px;
}
.BoxComparar .Comparar-Check {
    margin: 0;
    font-size: 0.8rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.BoxComparar .Comparar-Check input{
    margin-right: 5px;
}

.BoxSimbolo{
    position: absolute;
    display: none;
    z-index: 1;
    display: none;
}
.BoxSimbolo .Img{
    width: 30px;
}
.BoxSimbolo.Active{
    display: inline-block;
}
.BoxSimbolo.SimboloAllied {
    left: 25px;
    top: 45px;
}
.BoxSimbolo.SimboloGorotex {
    right: 25px;
    top: 45px;
}


.BoxProducto .BoxImagen {
    margin-top: 15px;
    margin-bottom: 15px;
    display: inline-block;
}

.BoxProducto .BoxImagen .Img{}

.BoxProducto .BoxDetalle{}
.BoxProducto .BoxDetalle .BoxColores{}
.BoxProducto .BoxDetalle .BoxColores .LisColores{
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin-bottom: 5px;
}
.BoxProducto .BoxDetalle .BoxColores .LisColores .Color{
    width: 18px;
    height: 18px;
    background: #000;
    margin: 3px;
}
.BoxProducto .BoxDetalle .BoxColores .LisColores .Color.Color1{background: #183c7f;}
.BoxProducto .BoxDetalle .BoxColores .LisColores .Color.Color2{background: #529df2;}
.BoxProducto .BoxDetalle .BoxColores .LisColores .Color.Color3{background: #6e2739;}
.BoxProducto .BoxDetalle .BoxColores .LisColores .Color.Color4{background: #3e231a;}
.BoxProducto .BoxDetalle .BoxColores .LisColores .Color.Color5{background: #000000;}
.BoxProducto .BoxDetalle .BoxColores .LisColores .Color.Color6{background: #4f3e3a;}

.BoxProducto .BoxTalles {}
.BoxProducto .BoxTalles .TalleTitle {
    margin: 0;
    font-size: 0.9rem;
}
.BoxProducto .BoxTalles .LisTalles{
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin-bottom: 0.5rem;
}
.BoxProducto .BoxTalles .LisTalles .Talle {
    border: 1px solid #cdcdcd;
    padding: 5px 8px;
    margin: 3px;
    height: 30px;
    line-height: 1rem;
}

.BoxProducto .BoxNombre{}
.BoxProducto .BoxNombre .NombreMarca {
    font-size: 0.9rem;
    display: inline-block;
}
.BoxProducto .BoxNombre .NombreTitle{
    font-family: 'NoticiaText-Bold';
    font-size: 1.2rem;
    margin: 0;
}

.BoxProducto .BoxPrecio{
}
.BoxProducto .BoxPrecio .PrecioValor{
    color: #db051c;
    font-family: 'NoticiaText-Bold';
    font-size: 1.2rem;
    margin: 0;
}


/*///////////// LANDING COPY /////////////*/

.Seccion-Copy {
    background: #1a1a1a;
    position: relative;
    min-height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 2px solid #d0333a;
}
.Copy-Img{}
.Copy-Text p{color: #fff;margin: 0;font-size: 0.8rem;text-align: right;}
.Copy-Text p a{color: #fff;}

/*//// PRODUCTO DETALLE LANDING ///*/

.Producto-Detalle{}
.Producto-Detalle-Tienda{
    display: flex;
    align-items: center;
}
.Producto-Detalle-Tienda .TiedaLogo {
    border-radius: 50%;
    width: 90px;
    height: 90px;
    display: inline-block;
    overflow: hidden;
    margin-bottom: 0;
    margin-right: 1rem;
}
.Producto-Detalle-Tienda .TiendaNombre {
    margin-bottom: 0;
    font-family: 'NoticiaText-Bold';
    font-size: 1.4rem;
}

.Producto-Detalle-Tienda-Informacion{}
.Producto-Detalle-Tienda-Informacion .BoxResenas{}
.Producto-Detalle-Tienda-Informacion .BoxResenas .fa{color: #d0333a;}
.Producto-Detalle-Tienda-Informacion .BoxResenas .ResenaNumber{color: #333;}
.Producto-Detalle-Tienda-Informacion .BoxResenas .ResenaLink{color: #333;}

.Producto-Detalle-Tienda-Informacion .BoxTitle{}
.Producto-Detalle-Tienda-Informacion .BoxTitle .Title{
    font-family: 'NoticiaText-Bold';
}
.Producto-Detalle-Tienda-Informacion .BoxTitle .Detalle{}

.Producto-Detalle-Tienda-Informacion .BoxPrecio{}
.Producto-Detalle-Tienda-Informacion .BoxPrecio .PrecioValor{
    font-size: 2.2rem;
    font-family: 'NoticiaText-Bold';
    color: #d0333a;
}

.Producto-Detalle-Tienda-Informacion .BoxColores{}
.Producto-Detalle-Tienda-Informacion .BoxColores .TitleColor{
    font-family: 'NoticiaText-Bold';
    text-transform: uppercase;
}
.Producto-Detalle-Tienda-Informacion .BoxColores .ColoresList{
    display: inline-block;
    width: 100%;
}
.Producto-Detalle-Tienda-Informacion .BoxColores .ColoresList .ColorImg {
    width: 20%;
    float: left;
    padding: 5px;
    border: 1px solid #fff;
}
.Producto-Detalle-Tienda-Informacion .BoxColores .ColoresList .ColorImg:hover {
    border: 1px solid #000;
}
.Producto-Detalle-Tienda-Informacion .BoxColores .ColoresList .ColorImg.Active {
    border: 1px solid #000;
}
.Producto-Detalle-Tienda-Informacion .BoxColores .ColoresList .ColorImg .Img{width: 100%;}

.Producto-Detalle-Tienda-Informacion .BoxTalles{}
.Producto-Detalle-Tienda-Informacion .BoxTalles .TalleTitle{
    font-family: 'NoticiaText-Bold';
    text-transform: uppercase;
}
.Producto-Detalle-Tienda-Informacion .BoxTalles .LisTalles {
    list-style: none;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0;
    margin-bottom: 0.5rem;
}
.Producto-Detalle-Tienda-Informacion .BoxTalles .LisTalles .Talle {
    border: 1px solid #cdcdcd;
    padding: 5px 8px;
    margin: 3px;
    height: 45px;
    line-height: 1rem;
    color: #333;
    text-decoration: none;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.Producto-Detalle-Tienda-Informacion .BoxTalles .LisTalles .Talle:hover{
    border: 1px solid #333;
}

.Producto-Detalle-Tienda-Informacion .BoxTalles .LisTalles .Talle.Active{
    border: 1px solid #333;
}


.Producto-Detalle-Tienda-Informacion .BoxAcciones{
    display: flex;
}
.Producto-Detalle-Tienda-Informacion .BoxAcciones .LinkAccion {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border: 1px solid #333;
    padding: 15px;
    width: 50%;
    color: #333;
    text-decoration: none;
}
.Producto-Detalle-Tienda-Informacion .BoxAcciones .LinkAccion:last-child {
    border-left: none;
}
.Producto-Detalle-Tienda-Informacion .BoxAcciones .LinkAccion:hover {
    background: #333;
    color: #fff;
}
.Producto-Detalle-Tienda-Informacion .BoxAcciones .LinkAccion i{
    margin-right: 10px;
}

.Producto-Detalle-Tienda-Informacion .BoxAddCarrito {
    display: flex;
}
.BoxCantidad {
    width: 35%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.BoxCantidad .Link {
    padding: 15px 0;
    color: #333;
    border: 1px solid #cdcdcd;
    width: 30%;
    text-align: center;
}



.BoxCantidad .Link:hover i{
    transition: 0.9s;
    transform: rotate(180deg);
}

.BoxCantidad .Number {
    border-top: 1px solid #cdcdcd;
    border-bottom: 1px solid #cdcdcd;
    display: inline-block;
    padding: 15px;
    width: 40%;
    text-align: center;
}

.Producto-Detalle-Tienda-Informacion .BoxAddCarrito .BoxBtnAdd {
    background: #d0333a;
    width: 65%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-family: 'NoticiaText-Bold';
    text-transform: uppercase;
}
.Producto-Detalle-Tienda-Informacion .BoxAddCarrito .BoxBtnAdd:hover {
    background: #333;
}

.BoxDescripcion{}
.BoxDescripcion .Title{
    font-family: 'NoticiaText-Bold';
    margin-bottom: 1rem;
}
.BoxDescripcion .Text{}

.NavTabs {
    border-bottom: 1px solid #dee2e6;
    border-top: 1px solid #dee2e6;
}
.NavTabs .nav-item {
    margin-bottom: 0;
}
.NavTabs .nav-link {
    display: block;
    padding: 1rem 0.8rem;
    font-size: 0.8rem;
    text-transform: uppercase;
    border-radius: 0;
    color: #999;
    font-family: 'NoticiaText-Bold';
    border: none;
    border-bottom: 3px solid #fff;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #333;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
    border-bottom: 3px solid #333;
}

.Producto-Detalle-Tienda-Relacionados-Grid .LinkPrevious {
    left: 0;
    bottom: 45%;
}

.Producto-Detalle-Tienda-Relacionados-Grid .LinkNext {
    right: 0;
    bottom: 45%;
}

.LinkSlider {
    position: absolute;
    width: 60px;
    height: 60px;
    color: #444341;
    text-align: center;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-size: 2.5rem;
    line-height: 2rem;
}

.LinkSlider:hover {
    text-decoration: none;
    color: #444341;
}

.Carrito-Detalle-Header{}
.Carrito-Detalle-Header .TitleCarrito {
    font-family: 'NoticiaText-Bold';
    border-left: 4px solid #d0333a;
    padding-left: 20px;
    margin: 0;
    line-height: 2rem;
}
.Carrito-Detalle-Productos {
}
.Carrito-Detalle-Productos .Productos-Header{
    display: flex;
    padding: 15px 0;
    border-bottom: 1px solid #999;
    color: #999;
}
.Carrito-Detalle-Productos .Productos-Header .Col{}
.Carrito-Detalle-Productos .Productos-Header .Col p{
    margin: 0;
}
.Carrito-Detalle-Productos .Productos-Header .Col.ColItem{
    width: 55%
}
.Carrito-Detalle-Productos .Productos-Header .Col.ColDato{
    width: 15%;
    text-align: center;
}

.Carrito-Detalle-Productos .Productos-Content {
    display: flex;
    flex-direction: column;
}
.Carrito-Detalle-Productos .Productos-Content .Col{}
.Carrito-Detalle-Productos .Productos-Content .Col p{
    margin: 0;
}
.Carrito-Detalle-Productos .Productos-Content .Col .TextPrecio{
    font-size: 1.2rem;
}
.Carrito-Detalle-Productos .Productos-Content .Col.ColItem{
    width: 55%
}
.Carrito-Detalle-Productos .Productos-Content .Col.ColDato{
    width: 15%;
    text-align: center;
}

.Carrito-Detalle-Productos .Productos-Content .Col.ColDato .LinkTrash{
    color: #333;
}

.Carrito-Detalle-Productos .Productos-Content .Col.ColDato .LinkTrash:hover{
    color: #d0333a;
}

.Productos-Content{
    display: flex;
    align-items: flex-start;
}

.Item {
    display: flex;
}
.Item .Item-BoxImagen{
}
.Item .Item-BoxImagen .Link .Img{
    width: 100px;
}

.Item .Item-BoxImagen .Link{}
.Item .Item-BoxImagen .Link:hover{opacity: 0.5;}

.Item .Item-BoxTitle{
    margin-left: 15px;
    margin-top: 15px;
}
.Item .Item-BoxTitle .Title{
    font-size: 1.2rem;
    font-family: 'NoticiaText-Bold';
}

.Item .Item-BoxTitle .Title a{color: #1a1a1a;}

.Productos-Content .Item-BoxCantidad{
    width: auto;
}

.Productos-Content .Item-BoxCantidad.BoxCantidad .Number{
    padding: 10px;
}

.Productos-Content .Item-BoxCantidad.BoxCantidad .Link{
    padding: 10px;
}

.Carrito-Detalle-Productos .Productos-Content .Col.ColDato{
    margin-top: 15px;
}

.Productos-Content .RowItem {
    width: 100%;
    display: flex;
    padding: 25px 0;
    border-bottom: 1px solid #cdcdcd;
    margin-bottom: 15px;
}

.Productos-Acciones{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #cdcdcd;
    margin-top: 15px;
}
.Productos-Acciones .Link{
    background: #333;
    color: #fff;
    padding: 15px 35px;
}
.Productos-Acciones .Link:hover{
    background: #d0333a;
}

.Productos-Adicionales {
    display: flex;
    justify-content: flex-end;
    border-bottom: 1px solid #cdcdcd;
}

.Productos-Adicionales .EnvioCupon {
    width: 70%;
    display: flex;
}
.Productos-Adicionales .EnvioCupon .BoxEnvioCupon {
    padding: 5px;
}
.Productos-Adicionales .EnvioCupon .BoxEnvioCupon .Title{
    font-family: 'NoticiaText-Bold';
}
.Productos-Adicionales .EnvioCupon .BoxEnvioCupon .Title .Icon {
    width: 26px;
    height: 20px;
    display: inline-block;
    position: relative;
    top: 3px;
    margin-right: 10px;
}
.Productos-Adicionales .EnvioCupon .BoxEnvioCupon .Title .Icon.IconEnvio{
    background: url("../../assets/img/icon-envio.png");
    background-repeat: no-repeat;
    background-position: center;
}
.Productos-Adicionales .EnvioCupon .BoxEnvioCupon .Title .Icon.IconCupon{
    background: url("../../assets/img/icon-cupon.png");
    background-repeat: no-repeat;
    background-position: center;
}
.Productos-Adicionales .EnvioCupon .BoxEnvioCupon .Formulario{}
.Productos-Adicionales .EnvioCupon .BoxEnvioCupon .Formulario input{border-radius: 0;padding: 10px 15px;}
.Productos-Adicionales .EnvioCupon .BoxEnvioCupon .Formulario button{border-radius: 0;background: #222222;border-color: #222222;padding: 10px 15px;text-transform: uppercase;}

.Productos-Adicionales .Resultado {
    display: flex;
    width: 30%;
    flex-direction: column;
}
.Productos-Adicionales .Resultado .Item{
    display: flex;
}
.Productos-Adicionales .Resultado p{
    width: 50%;
}

.BoxRelacionadosImagen .Link{display: inline-block;}
.BoxRelacionadosImagen .Link:hover{opacity: 0.5;}

.BoxFormulario{}
.BoxFormulario .Formulario .form-group .Title{
    font-family: 'NoticiaText-Bold';
}

.BoxFormulario .Formulario .form-group .Input{
    border-color: #e5e5e5;
    padding: 15px;
    border-radius: 0;
    margin-bottom: 15px;
}

.BoxFormulario input::-webkit-input-placeholder{color:rgba(51,51,51,0.5);opacity:1 !important;font-size: 1rem;}
.BoxFormulario input::-moz-placeholder{color:rgba(51,51,51,0.5);opacity:1 !important;font-size: 1rem;}
.BoxFormulario input:-ms-input-placeholder{color:rgba(51,51,51,0.5);opacity:1 !important;font-size: 1rem;}
.BoxFormulario input:-moz-placeholder{color:rgba(51,51,51,0.5);opacity:1 !important;font-size: 1rem;}
.BoxFormulario select::-webkit-input-placeholder{color:rgba(51,51,51,0.5);opacity:1 !important;font-size: 1rem;}
.BoxFormulario select::-moz-placeholder{color:rgba(51,51,51,0.5);opacity:1 !important;font-size: 1rem;}
.BoxFormulario select:-ms-input-placeholder{color:rgba(51,51,51,0.5);opacity:1 !important;font-size: 1rem;}
.BoxFormulario select:-moz-placeholder{color:rgba(51,51,51,0.5);opacity:1 !important;font-size: 1rem;}
.BoxFormulario textarea::-webkit-input-placeholder{color:rgba(51,51,51,0.5);opacity:1 !important;font-size: 1rem;}
.BoxFormulario textarea::-moz-placeholder{color:rgba(51,51,51,0.5);opacity:1 !important;font-size: 1rem;}
.BoxFormulario textarea:-ms-input-placeholder{color:rgba(51,51,51,0.5);opacity:1 !important;font-size: 1rem;}
.BoxFormulario textarea:-moz-placeholder{color:rgba(51,51,51,0.5);opacity:1 !important;font-size: 1rem;}

.BoxFormulario .Formulario .form-group select {
    background: url(../../assets/img/row-select.png) no-repeat right 15px #fff !important;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

.BoxFormulario .Formulario .form-group .LinkSubmit {
    background: #d0333a;
    width: 45%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-family: 'NoticiaText-Bold';
    text-transform: uppercase;
    border: none;
    padding: 15px;
    cursor: pointer;
}

.BoxFormulario .Formulario .form-group .LinkSubmit:hover {
    background: #333;
}

.BoxFacturacion{display: none;}
.BoxFacturacion.Active{display: inline-block;}

/*///////////// MENU MOBILE /////////////*/

.icon-menu-mobile {
    display: none;
    padding: 7px 15px;
    position: absolute;
    right: 0;
}
.icon-menu-mobile img{width:30px;}
.menu-mobile-open{
    background-color:#d13138;
    display:none;
    position:fixed;
    width:100%;
    top:0;
    z-index:9999;
    height:100%;
}
.cierra-menu a {
    float: right;
    padding: 14px 18px 0 0;
}
.cierra-menu a i{font-size:40px;color:#fff;}