#requestCollection.blocked{
	cursor:initial;
	opacity:0.5;
}
#requestCollection.blocked:hover{
	text-decoration:none;
}

#requestDPD.loading{
	cursor:initial;
	opacity:0.9;
	background-image:url(../../images/lazy_loading.png?val=2),url(../../images/devoluciones/entrega.jpg);
	background-repeat: no-repeat,no-repeat;
	background-position: bottom 14% center,top center;
}

#requestDPD.error:hover,
#requestDPD.loading:hover{
	text-decoration:none;
}


#requestDPD.error .speed,
#requestDPD.error .speed-xplain,
#requestDPD.prepared .speed,
#requestDPD.prepared .speed-xplain,
#requestDPD.loading .speed,
#requestDPD.loading .speed-xplain{
	visibility:hidden;
}

#requestDPD.prepared::after{
	content:"Descargar Etiqueta";
	display:inline-block;
	width:113px;
	padding-top:180px;
	background:#fff url(../../images/devoluciones/labelicon.jpg) no-repeat top center;
	background-size:contain;
	margin-top: -60px;
	color:#118336;
}



#parecelLabelError{
	margin-top: -60px;
	color:#c62f1f;
	max-width: 200px;
}

html[lang="en"] #requestDPD.prepared::after{
	content:"Download Label";
}

html[lang="fr"] #requestDPD.prepared::after{
	content:"Télécharger l'étiquette";
}
html[lang="de"] #requestDPD.prepared::after{
	content:"Etikett herunterladen";
}
html[lang="it"] #requestDPD.prepared::after{
	content:"Scarica etichetta";
}


.recoAddFila{
	display:block;
	max-width:600px;
	margin-bottom:8px;
}

.recoAddFilaLabel{
	margin-bottom:2px;
}

.recoAddElement{
	display:inline-block;
	width:50%;
	padding-left:1%;
	box-sizing:border-box;
}

.recoAddElement:first-child{
	padding-left:0%;
	padding-right:1%;
}

.recoAddFila input,.recoAddFila textarea{
	width:100%;
	box-sizing:border-box;
	padding-left:4px;
	padding-right:4px;
}

#orderShipAddr{
	text-align:center;
	margin-bottom:10px;
}

#orderShipAddr h2{
	font-size: 200%;
	font-family: "OptimaLTStdBold", "Helvetica Neue", Verdana, Arial, sans-serif;
}

#orderShipAddr p{
	font-size:120%;
	color:#333;
	line-height:120%;
}

h1.centrado{
	text-align:center;
}

#orderShipAddrConfirm{
	text-align:center;
	margin-bottom:15px;

	color:#333;
	font-family: "OptimaLTStdBold", "Helvetica Neue", Verdana, Arial, sans-serif;
}

#orderShipAddrConfirm a{

	font-size: 90%;
	margin: 0px auto;
	background: #118336;
	background: -moz-linear-gradient(top, #118336 0%, #0a5121 100%);
	background: -webkit-linear-gradient(top, #118336 0%,#0a5121 100%);
	background: linear-gradient(to bottom, #118336 0%,#0a5121 100%);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;

	padding: 3px 10px;

	font-family: "OptimaLTStdBold", "Helvetica Neue", Verdana, Arial, sans-serif;
	font-weight: 400;

	color:#fff;
	text-transform:uppercase;

}


#modifyCollectionAddress{
	font-size: 90%;
	margin: 0px auto;
	background: #fc9225;
	background: -moz-linear-gradient(top, #fc9225 0%, #dc6d01 100%);
	background: -webkit-linear-gradient(top, #fc9225 0%,#dc6d01 100%);
	background: linear-gradient(to bottom, #fc9225 0%,#dc6d01 100%);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;

	padding: 3px 10px;

	font-family: "OptimaLTStdBold", "Helvetica Neue", Verdana, Arial, sans-serif;
	font-weight: 400;

	color:#fff;
	text-transform:uppercase;
	cursor:pointer;
}

#orderShipAddrForm{
	text-align:center;
	padding-top: 15px;
}

#collectionaddress-form{
	display:inline-block;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	box-sizing:border-box;
	padding:20px;
	border:1px solid #ededed;
	margin-bottom:10px;
	background: #fff;
	color: #595959;
}

#direccionenvio,
#processMessage{
	font-weight:600;
	padding:20px;
	border:1px solid #ededed;
	margin-bottom:30px;
	background: #fafafa;
	text-align:center;
}

#direccionenvio{
	font-weight:400;
}

#processMessage a{
	font-family: "OptimaLTStdBold", "Helvetica Neue", Verdana, Arial, sans-serif;
	font-weight: 400;
	font-size:120%;
}

#processMessage a.button{
	font-size:100%;
}

#processMessage a.button.intext{
	margin-left:2px;
	margin-right:2px;
}	

#processMessage strong{
	font-family: "OptimaLTStdBold", "Helvetica Neue", Verdana, Arial, sans-serif;
	font-weight: 400;
	color: #333;
	line-height: 120%;
}

#processMessage strong.aviso{
	color:#050;
}


#processMessage strong.big{
	color:#c62f1f;
	font-size:130%;
}

.devoOrSpan{
	text-transform:uppercase;
	font-size:160%;
	font-family: "OptimaLTStdBold", "Helvetica Neue", Verdana, Arial, sans-serif;
	color:#333;
}

#devolutionTab{
	position:relative;
	width:100%;
	display:table;
}

#devolutionTabRow{
	position:relative;
	width:100%;
	display:table-row;
}

#devolutionTabCellRight,
#devolutionTabCellLeft{
	position:relative;
	display:table-cell;
	box-sizing:border-box;
}

#devolutionTabCellLeft{
	width:0%;
	padding-right:20px;
	border-right: 1px solid #ededed;
	font-family: "OptimaLTStdBold", "Helvetica Neue", Verdana, Arial, sans-serif;
	vertical-align:top;
}

#devolutionTabCellRight{
	width:100%;
	padding-left:20px;
	vertical-align:top;
}

#devolutionTabCellLeft .bigNum{
	font-size:600%;
	color: #118336;
}

#devolutionTabCellLeft h2{
	font-size: 150%;
}

.seurplatform,
.entrega,
.recogida{
	display:inline-block;
	padding:20px;
	padding-top:170px;
	border: 1px solid #ededed;
	box-sizing:border-box;
	
	
	background:#fff url("../../images/devoluciones/retorno.jpg") no-repeat top center;	
	/*background-size:contain;*/
}

.entrega{
	background:#fff url("../../images/devoluciones/entrega.jpg") no-repeat top center;	
}

.seurplatform{
	background:#fff url("../../images/devoluciones/seurplata.jpg") no-repeat top center;	
}
/*
.entrega{
	opacity:0.2;
}
*/



#processMessageTable{
	position:relative;
	/*width:100%;*/
	display:table;
	margin:0 auto;
}

#processMessageTableRow{
	position:relative;
	width:100%;
	display:table-row;
}

.processMessageTableCell{
	position:relative;
	display:table-cell;
	box-sizing:border-box;
	width:50%;
	box-sizing:border-box;
	padding-left:0px;
	padding-right:20px;
	text-align:center;
	border-right: 1px solid #ededed;
	vertical-align: top;
}

.processMessageTableCell.derecha{
	padding-left:20px;
	padding-right:0px;
	border-right: 0px solid #ededed;
}

.processMessageTableCell strong{
	padding-top: 10px;
	display: inline-block;
	max-width:300px;
}




#oar_widget_orders_and_returns_form.start label{
	display:none;
}

.formReturnsExplanationTit{
	font-family: "OptimaLTStdBold", "Helvetica Neue", Verdana, Arial, sans-serif;
	color: #5c5649;
	font-size:150%;
	margin-bottom:5px;
}

.formReturnsExplanationText{
	color: #5c5649;
	font-family: "OptimaLTStd", "Helvetica Neue", Verdana, Arial, sans-serif;
	margin-bottom:5px;
}

#oar_widget_orders_and_returns_form.start #oar-phone,
#oar_widget_orders_and_returns_form.start #oar-email{
	margin-top:20px;
}

#oar_widget_orders_and_returns_form.start .form-list{
	margin-top:20px;
}

.form-instructions.alert.margTop{
	margin-top:5px;
	font-weight:600;
	font-size:110%;
	display: inline-block;
}

.form-list.devoluciones .saledProductImg {
    width: 20%;
}

.form-list.devoluciones .saledProductName {
    width: 20%;
}

.labelTableSmall2{
	font-family: "OptimaLTStdBold", "Helvetica Neue", Verdana, Arial, sans-serif;
	color: #333333;
	letter-spacing: 0.8px;
	font-size: 140%;
	padding-bottom:8px;
	white-space: nowrap;
}


.changeOrReturnDiv{
	display:block;
	vertical-align:top;
	margin-top:10px;
}
.changeOrReturnDiv:first-child{
	margin-top:0px;
	padding-top:0px;
	border-top:0px solid silver;
}

.changeOrReturnDiv .labelTableSmall2{
	border-top:1px solid silver;
	display:inline-block;
	padding-top: 15px;
}

.changeOrReturnDiv:first-child .labelTableSmall2{
	border-top:0px solid silver;
	padding-top: 0px;
}

.changeOrReturnDivCont.val_0 .changeOrReturnDivContFields{
	display:none;
}

.labelTableSmall2{
	position:relative;
}

.labelTableSmall2.selector{
	color: #005500;
	cursor:pointer;
}

.changeOrReturnDivCont.val_0 .labelTableSmall2.selector{
	color: #333333;
	position:relative;
}

.changeOrReturnDivCont .labelTableSmall2.selector::after{
	content: "X";
	color: #333333;
	font-family: arial;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 17px;
	display: inline-block;
	text-align: center;
	font-size: 60%;
	padding: 3px 5px;
	font-weight: 600;
	vertical-align: top;
	position:absolute;
	top:0px;
	top:calc(50% - 10px - 4px);
	right:-28px;
}	

.changeOrReturnDivCont .labelTableSmall2.cambiar.selector::after{
	top:15px;
	top:calc(50% - 10px + 4px);
}

.changeOrReturnDivCont.val_0 .labelTableSmall2.selector::after{
	content:"X";
	border: 0px solid #ccc;
	opacity:0;
}

.form-list.devoluciones li{
	display:flex;
	align-items:center;
}

.form-list.devoluciones .cause,
.form-list.devoluciones .saledProductName,
.form-list.devoluciones .saledProductImg,
.liPart{
	width:auto;
	flex-grow:1;

}

/*
.liPart{
	background:#f00;
}*/

.form-list.devoluciones li span.blankSpace{
	/*background:#ff0;*/
	padding:0px;
	height:10px;
}

.form-list.devoluciones .saledProductName,
.form-list.devoluciones .devoChangeCant,
.form-list.devoluciones .saledProductImg{
	flex-grow:0;
}

.form-list.devoluciones .saledProductImg img{
	max-width:200px;
}

.form-list.devoluciones .cause.oculto{
	/*display:none;*/
	visibility:hidden;
}

.changeRefLab {
    display: block;
    border-top: 0px solid silver;
	margin-top: 0px;
	padding-top: 10px;
	margin-bottom: 4px;
}

/*
.cause.liPart textarea,
.cause.liPart select{
	max-width:200px;
}*/

.changeOtros{
	display:block !important;
}

.changeOtros.noVis{
	display:none !important;
}

.changeRef{
	max-width: 140px !important;
	box-sizing:border-box;
	display:block !important;
}

.changeRef.noVis{
	display:none !important;
}

.form-list.devoluciones li span.liPart{
	padding: 0px 20px;
}

.item-options-tit{
	display:inline-block;
	color: #333333;
	font-family: "OptimaLTStdBold", "Helvetica Neue", Verdana, Arial, sans-serif;
}

.item-options-tit.bloque{
	display:block;
	padding-bottom: 3px;
}

.item-options-val{
	display:inline-block;
	margin-left:4px;
	clear:right;
}

.item-options-val.bloque{
	display:block;
	margin-left:0px;
}

.item-option{
	margin-bottom:4px;
}


.speed{
	display:block;
	border-top:1px solid #ededed;
	border-bottom:1px solid #ededed;
	color:#003900;
	padding: 5px;
	text-transform: uppercase;
	margin-top: 15px;
	font-size: 90%;

	background:#fff url("../../images/devoluciones/bgSpeed.jpg") repeat-x center center;	
	
}

.speed-xplain{
	display: block;
	color: #5c5649;
	font-size: 80%;
	max-width: 200px;
	margin-top: 7px;
	margin-left: auto;
	margin-right: auto;
}



@media only screen and (max-width: 1240px) {
	.form-list.devoluciones li{
		flex-wrap: wrap;
	}

/*	flex-basis: 33%;*/

/*	.form-list.devoluciones .saledProductName{
		flex-grow: 1;
	}*/
	.form-list.devoluciones li span.blankSpace{
		width:30px;
		flex-grow: 0;
	}
	.cause {
		flex-basis: 100%;
	}
	

	.form-list.devoluciones .cause.oculto {
		display: none;
	}

	.form-list.devoluciones li span.liPart.devoChangeCant{
		padding-bottom:20px;
	}
}

@media only screen and (max-width: 960px) {
	.form-list.devoluciones li span.blankSpace{
		width:5px;
		flex-grow: 0;
	}
}

@media only screen and (max-width: 960px) {
	.form-list.devoluciones li span.blankSpace{
		display:none;
	}

	.saledProductImg,
	.saledProductName,
	.devoChangeCant,
	.cause {
		flex-basis: 50%;
	}

	.cause select,
	.cause textarea{
		width:100%;
	}

	.form-list.devoluciones li span.liPart {
		padding: 0px 10px;
	}

	.form-list.devoluciones .cause.oculto {
		display: block;
		visibility:hidden;
	}

/*	.form-list.devoluciones li span.liPart.devoChangeCant{
		padding-bottom:0px;
	}*/

	.labelTableSmall2{
		font-size: 120%;
	}
}


@media only screen and (max-width: 660px) {
	#processMessageTable,
	#processMessageTableRow,
	.processMessageTableCell{
		display:block;
		width:100%;
	}
	
	.processMessageTableCell,
	.processMessageTableCell.derecha{
		padding-left:0px;
		padding-right:0px;	
		border-right: 0px solid #ededed;
	}

	.processMessageTableCell{
		padding-bottom:20px;
		border-bottom: 1px solid #ededed;
	}

	.processMessageTableCell.derecha{
		padding-top:20px;
		padding-bottom:0px;
		border-bottom: 0px solid #ededed;
	}
}

@media only screen and (max-width: 660px) {
	.recoAddElement:first-child,
	.recoAddElement{
		display:block;
		width:100%;
		padding-left:0%;
		padding-right:0%;
	}

	#collectionaddress-form {
		width:100%;
	}

	#direccionenvio,
	#processMessage {
		font-weight: 600;
		padding: 10px;
	}


	#devolutionTab,
	#devolutionTabRow,
	#devolutionTabCellRight,
	#devolutionTabCellLeft{
		width:100%;
		display:block;
	}

	#devolutionTabCellRight,
	#devolutionTabCellLeft{
		padding-left:0px;
		padding-right:0px;
		
	}

	#devolutionTabCellLeft{
		border-right: 0px solid #ededed;
		padding-bottom:20px;
		border-bottom: 1px solid #ededed;
	}

	#devolutionTabCellRight{
		padding-top:20px;
	}


}

@media only screen and (max-width: 480px) {


	.formReturnsExplanationTit{
		font-size:120%;
	}

	.formReturnsExplanationText{
		font-size:90%;
	}

	#processMessage a.button {
		font-size: 90%;
	}
	
	.form-list.devoluciones li span.liPart,
	.form-list.devoluciones li{
		display:block;
	}

	.form-list.devoluciones li span.liPart.saledProductName{
		padding-bottom:15px;
	}

	.form-list.devoluciones .saledProductImg img {
		max-width: none;
	}
}