/* Imagen grande que aparece como landing page */
.containerLadingPage {
    width:100%;
    height:80vh;
    padding:0;
}

/* Precio en el Detalle de Productos */
.ShoppingCartContenedorPrecio {
    overflow: hidden;
}

#OWEBAPP .WebButton.atras button {
    display: inline-block;
    cursor: pointer;
    color: #FFFFFF;
    border: none;
    background-color: transparent;
    background-image: url('../images/back.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 32px 32px;
}

#OWEBAPP .WebButton.export button {
    display: inline-block;
    cursor: pointer;
    color: #FFFFFF;
    border: none;
    background-color: transparent;
    background-image: url('../images/export.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 32px 32px;
}

#OWEBAPP .WebButton.EstiloPresentacionGrid button {
    display: inline-block;
    cursor: pointer;
    color: #FFFFFF;
    border: none;
    background-color: transparent;
    background-image: url('../images/grid.png');
    background-repeat: no-repeat;
    background-position: right;
    background-size: 32px 32px;
}

#OWEBAPP .WebButton.EstiloPresentacionLinear button {
    display: inline-block;
    cursor: pointer;
    color: #FFFFFF;
    border: none;
    background-color: transparent;
    background-image: url('../images/linear.png');
    background-repeat: no-repeat;
    background-position: right;
    background-size: 32px 32px;
}

.button-statement:hover {
	background:linear-gradient(to bottom, #378de5 5%, #79bbff 100%);
	background-color:#378de5;
}

#OWEBAPP .WebButton.button-contact button {
    display: inline-block;
    cursor: pointer;
    color: #FFFFFF;
    border-radius: 5px;
    border: solid 1px #3866a3;
    box-shadow: inset 1px 1px 0px 0px #bbdaf7;
    background-color: transparent;
    background-image: url('../images/contact.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 27px 27px;
}

.button-contact:hover {
	background:linear-gradient(to bottom, #378de5 5%, #79bbff 100%);
	background-color:#378de5;
}

#OWEBAPP .WebButton.listapedidos button {
    display: inline-block;
    cursor: pointer;
    color: #FFFFFF;
    border: none;
    /*border-radius: 5px;
    border: solid 1px #3866a3;
    box-shadow: inset 1px 1px 0px 0px #bbdaf7;*/
    background-color: transparent;
    background-image: url('../images/listapedidos.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 32px 32px;
}

.listapedidos:hover {
	/*background:linear-gradient(to bottom, #378de5 5%, #79bbff 100%);*/
	background-color:#ffa31a;
}

#OWEBAPP .WebButton.button-exit button {
    display: inline-block;
    cursor: pointer;
    color: #FFFFFF;
    border: none;
    height: 40px;
    width: 40px;
    /*border-radius: 5px;
    border: solid 1px #3866a3;
    box-shadow: inset 1px 1px 0px 0px #bbdaf7;*/
    background-color: transparent;
    background-image: url('../images/exit.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 32px 32px;
}

#OWEBAPP .WebButton.twitter button {
    display: inline-block;
    cursor: pointer;
    color: #DDDDDD;
    border: none;
    height: 40px;
    width: 40px;
    background-color: transparent;
    background-image: url('../images/twitter.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 32px 32px;
}

#OWEBAPP .WebButton.facebook button {
    display: inline-block;
    cursor: pointer;
    color: #DDDDDD;
    border: none;
    height: 40px;
    width: 40px;
    background-color: transparent;
    background-image: url('../images/facebook.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 32px 32px;
}

#OWEBAPP .WebButton.instagram button {
    display: inline-block;
    cursor: pointer;
    color: #DDDDDD;
    border: none;
    height: 40px;
    width: 40px;
    background-color: transparent;
    background-image: url('../images/instagram.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 32px 32px;
}
#OWEBAPP .WebButton.youtube button {
    display: inline-block;
    cursor: pointer;
    color: #DDDDDD;
    border: none;
    height: 40px;
    width: 40px;
    background-color: transparent;
    background-image: url('../images/youtube.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 32px 32px;
}


.button-exit:hover {
	/*background:linear-gradient(to bottom, #378de5 5%, #79bbff 100%);*/
	background-color:#ffa31a;
}

#OWEBAPP .WebButton.button-cart button {
    display: inline-block;
    cursor: pointer;
    color: #FFFFFF;
    border: none;
    background-color: transparent;
    background-image: url('../images/cart.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 32px 32px;
}

.WebButton.button-cart{position: relative;}
.WebButton.button-cart:after {
    font-size: 15px;
    background: #ff0000;
    color: #fff;
    padding: 0 6px;
    vertical-align: top;
    border-radius: 11px;
    position: absolute;
    top: -1px;
    right: -1px;
}

.button-cart0:after{content:'0';}
.button-cart1:after{content:'1';}
.button-cart2:after{content:'2';}
.button-cart3:after{content:'3';}
.button-cart4:after{content:'4';}
.button-cart5:after{content:'5';}
.button-cart6:after{content:'6';}
.button-cart7:after{content:'7';}
.button-cart8:after{content:'8';}
.button-cart9:after{content:'9';}
.button-cartplus9:after{content:'9+';}

.button-cart:hover {
    background-color: #ffa31a;
}

/*****************/
/* Ficha Técnica */
/*****************/
#DetalleTallaColor

#DetalleTallaColor .containertablaTallasColores {
    margin-left: auto;
    margin-right: auto;
}

.tablaTallasColores {
    margin: 0;
    margin-left:auto;
    margin-right:auto;
    border-collapse: collapse;
    font-family: sans-serif;
    font-weight: 100;
    background: linear-gradient(45deg, #49a09d, #5f2c82);
    box-shadow: 0 0 20px rgba(150,235,55,0.1);
}

.ShoppingCartNomPrecio {
    float: left;
    font-weight: normal;
    font-size: 15;
    width: 75px;
}

.ShoppingCartPrecio {
    font-weight: bold;
    position: relative;
}

.ShoppingCartNomCantidadLlegar {
    float: left;
    font-weight: normal;
    font-size: 15;
    width: 75px;
}

.ShoppingCartCantidadLlegar {
    font-weight: bold;
    position: relative;
}

/***************************************/
/* Título: Detalle de Tallas y Colores */
/***************************************/
.tablaTallasColoresthead {
    /*height: 30px;
    background:#FFED86;
    background: linear-gradient(45deg, #49a09d, #5f2c82);
    background-color: rgba(255,255,255,0.2);*/
    font-size:16px;
}

.tablaTallasColoresDetalle {
	/*padding: 15px;*/
        width: 50px;
        align: right;
        text-align: right;
	background-color: #55608f;
	color: #fff;
}

.tablaTallasColoresDetalleTd {
	/*padding: 15px;*/
        width: 50px;
        align: right;
        text-align: right;
	background-color: rgba(255,255,255,0.2);
	color: #fff;
}

.tablaTallasColoresHeaderth {
	text-align: right;
}

.tablaTallasColoresthead {
	th {
		background-color: #55608f;
	}
}

#FichaTecnicaDescripcionProducto {
    font-size: 25;
    font-weight: bold;
    text-decoration-color: red;
    padding-bottom: 0;
}

#FichaTecnicaReferencia {
    font-size: 20;
    padding-top: 0;
}

#ListaCaracteristicas {
    padding-left: 50px;
    padding-right: 50px;
    /*border-style: solid;
    border-color: #888888;
    box-shadow: 3px 7px #888888;*/
}

#ListaCaracteristicas .ul {
  /*list-style: inside circle;*/
  border-left: 5px solid red;
  background-color: #f1f1f1;
  list-style-type: none;
  padding: 10px 20px;
  /*text-decoration-color: blue;*/
}

.ulRojoIzquierdo {
    border-left: 5px solid red;
    background-color: #f1f1f1;
    list-style-type: none;
    padding: 10px 20px;
}

.LabelClasificaciones {
    padding: 0;
}

.ShoppingCartContenedorCantidades {

}

.ShoppingCartContenedorCantidadStock {
    
}

.ShoppingCartContenedorCantidadFutura {
    
}