.hidden { display:none; }

/* HEY <!-- */

#container2 {
    background: #66acbd;
}
.template_align_right {
    max-width: 970px;
    margin: 0 auto;

}
.formCont {
	clear: both;
	text-align:left;
	text-transform: none;
	padding:5px 0px
}
.formRight {
    width: 50%;
    right: 20px;
    display: inline-block;
    margin-left: 50%;
}

label {
	float: left;
	width: 150px;
	white-space: normal;
	line-height: 27px;
	color: white;
	font-weight: 600;
}
.template_align_right a {
	color: #FFF896;
}
.template_align_right a:hover {
    color: #FFF;
}

h2 {
    color: #F6F8F9;
    font-size: 25px;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    padding: 10px;
}

/* INPUT */

input[type=text], input[type=number] {
	width: 400px;
	padding: 2px 16px;
	border: 1px solid #ccc;
	background-color: #fff;
	resize: none;
	max-width: inherit;
	height: 28px;
	border-radius: 3px;
	box-sizing: initial;
	float: right;
}
.homeBlockLeft input[type=text], .homeBlockLeft input[type=number],.homeBlockLeft textarea, .homeBlockRight input[type=text], .homeBlockRight input[type=number],.homeBlockRight textarea {
	/*width: 280px;
	text-align:right;*/
}
.form_left input[type=text], .form_left input[type=number], .form_left select, .form_left textarea{
	float: left;
}
.multipleLines input[type=text], .multipleLines input[type=number] {
	clear: both;
	margin-top: 5px;
}
select {
	width: 434px;
	padding: 8px 16px;
	border: 1px solid #ccc;
	background-color: #fff;
	resize: none;
	max-width: inherit;
	font-size: 14px;
	float: right;
	border-radius: 3px;
}
select:disabled, input[type=text]:disabled {
	background: #B7E89D;
	border: 1px solid #54B820;
	color: #54B820;
}

textarea {
	width: 400px;
	padding: 5px 16px;
	border: 1px solid #ccc;
	background-color: #fff;
	resize: none;
	max-width: inherit;
	float: right;
	border-radius: 3px;
	box-sizing: initial;
	float: right;
}
.note {
	clear: both;
	color: #e0eff3;
	font-size: 12px;
	width: 339px;
	float: right;
	padding-top: 10px;
}

/* Precio */

.price {
	text-align:left;
	font-size: 22px !important;
	color: #314044;
	font-weight: 600 !important;
}
/* INI:Botones */

input.boton_principal, .boton_principal {
	background-color: #faaf3b;
	color: #fff;
	font-weight: 500;
	font-size: 26px;
	opacity: 1;
	border: none;
	padding: 0px 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 100%;
	/*min-width: 340px;*/
	height: 65px;
	line-height: 65px;
	text-align: center;
	display: inline-block;
	cursor: pointer;
	-webkit-appearance: none;
	text-decoration: none;
	box-sizing: border-box;
}
input.boton_principal:hover, .boton_principal:hover {
	color: #FFF896;
}
input.boton_principal:disabled {
	background-color: #447480;
	color: #86bbc7;
	border-bottom: solid 4px #395c65;
}
input.boton_principal.small {
	line-height: 50px;
	height: 50px;
}
button.boton_secundario {
	background-color: #378A11;
	color: #fff;
	font-weight: 600;
	font-size: 20px;
	text-transform: uppercase;
	opacity: 1;
	border: none;
	border-bottom: solid 4px #45A716;
	padding: 0px 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: auto !important;
	min-width: 340px;
	height: 50px !important;
	line-height: 50px;
	text-align: center !important;
	display: inline-block;
	cursor: pointer;
	-webkit-appearance: none;
}
a.back {
	font-size: 22px;
	text-decoration: none;
	display: block;
	padding-top: 10px;
	text-align: center;
	clear: both;
	color: #FFF896;
}
a.back i {
	padding-right:10px;
}
/* Boton */
a.back#btnShowInputPromoCode, #promoCodeFormContainer a.back {
    font-size: 14px;
    text-decoration: none;
    display: block;
    padding: 5px 0px 15px 0px;
    text-align: left;
    clear: both;
    padding-left:150px;
}
.promoCodeFormContainer, #promoCodeFormContainer {
	padding-top:20px;
}
.titleDesc.success {
    color: white;
    padding-left: 150px;
}

#btnShowInputPromoCode a {
    color: #FFF896;
}

/* CART: Optoons -*/

.checkout {
    max-width: 600px;
    margin: 0 auto;
}
.option {
	background-color: #bed6dc;
	margin: 2px;
	display: table;
	border: 1px solid #589aab;
	width: 100%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	color: #313535;
	border-radius: 5px;
	position: relative;
}
.option .descripcion {
	font-size:14px;
	vertical-align: middle;
}
.optionsOrder .option {
	background-color: #eceff1;
	color: #454646;
}
.optionsOrder .acciones {
    vertical-align: top;
    text-align: right;
    padding-top: 5px;
    background-color: #449e19;
    height: 20px;
    width: 25px;
    display: block;
    right: 0px;
    float: right;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    -webkit-border-radius: 0px 5px 0px 5px;
    -moz-border-radius: 0px 5px 0px 5px;
    border-radius: 0px 5px 0px 5px;
}

.cartImagePreview {
	width: 150px;
}
.cartContainterImagePreview {
    float: left;
    padding: 10px;
}

.acciones {
	display: table-cell;
	vertical-align: middle;
	text-align: right;
	padding: 2px;
}
.acciones i {
	padding-right: 6px;
}
.optionsOrder .acciones a {
	color: #525650;
	padding: 2px;
	text-decoration: none;
}
.acciones a {
	color: #367586;
	padding: 2px;
	text-decoration: none;
}
.acciones a:hover {
	color: #D43131;
}
.acciones a.view:hover {
	color: #C14426;
}

/* RESPONSIVE */ 

@media (max-width: 760px) {
    .endButton {
        width: 100%;
        margin-left: 0px;
    }
    .checkout {
    	width: 97%;
    	margin: 0 auto;
	}
	.option .descripcion {
		font-size: 14px;
		clear: both;
		width: 100%;
		float: left;
		text-align: left;
		padding: 0px 10px 5px 10px
	}
	.acciones {
		vertical-align: top;
		padding: 10px;
		float: right;
		position: absolute;
		right: 0px;
	}
	.cartContainterImagePreview {
		padding: 0px;
	}
	.option {
		text-align:center;
	}
	.cartImagePreview {
		width: 60%;
		text-align: center;
	}
	.formRight {
		width: 100%;
		right: 0px;
		padding:10px;
		display: inline-block;
		margin-left: 0%;
	}
	.formCont label, .fotocApp label {
		width: 22%;
		font-size: 14px;
	}
	.form-control label, .total label, .promoCodeFormContainer label {
		width:20% !important;
		padding:0px 10px 0px 0px;
	}
	.titleDesc.success, a.back#btnShowInputPromoCode, #promoCodeFormContainer a.back {
		padding-left:20%
	}
	#home select, textarea, .formCont label, .fotocApp label, input[type=text], input[type=number]{
		width: 90%;
		/* margin: 10px; */
		float: left;
		clear: both;
		-ms-box-sizing: content-box;
		-moz-box-sizing:content-box;
		-webkit-box-sizing:content-box;
		box-sizing:content-box;
	}
	.note {
		width: 100%;
	}
	#step_builder h2 {
		display:none;
	}

}


/* INI: CUPON */


.asignar-cupon {
    border-top: 1px solid #b1dee8;
    border-bottom: 1px solid #b1dee8;
    padding: 5px;
    background-color: #4d8b9a;
           /* Firefox 1-3.6 */
             /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
}

.asignar-cupon .boton_principal, .asignar-cupon .boton_principal.small {
    background-color: #2e626f;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    opacity: 1;
    border: none;
    border-bottom: none;
    padding: 0px 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 160px;
    min-width: 10px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    -webkit-appearance: none;
    text-decoration: none;
    margin: 5px;
}
.asignar-cupon .boton_principal [attribute~="Cancelar"] {
    background-color: #000;
}
.asignar-cupon label {
    width:80px;
    color:white;
    padding-top:5px;
}
.asignar-cupon {
    text-align:right;
    margin-bottom: 10px;
}

/* Fancybox help */

.fancybox-wrap .listado .circle {
	display:none;
}
.fancybox-wrap .listado h5 {
	padding-left:0px;
}
.fancybox-wrap .listado h5 p {	
	color: #2eb8ec;
	font-weight: 300;
	font-size: 30px;
	line-height: inherit;
}
.fancybox-wrap .listado p {
	width: 100%;
}
.fancybox-wrap p.storeAnswer {
	padding-left: inherit;
}


.fancybox-wrap .listado ol, .fancybox-wrap .listado ul {
	padding: 10px 0px 0px 40px
}

.fancybox-transparent .fancybox-skin {
	background: none;
	-webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0) !important;
	-moz-box-shadow: 0 0px 0px rgba(0, 0, 0, 0) !important;
	box-shadow: 0 0px 0px rgba(0, 0, 0, 0) !important;
}
.fancybox-transparent h3 {
    font-size: 40px;
    color: white;
    text-shadow: 2px 2px 15px rgba(0, 0, 0, 1);
    font-family: 'Indie Flower', cursive;
    font-weight: 600;
}
.fancybox-transparent img {
   margin: 0 auto;
   text-align: center;
   display: block;
}
/* ===============================================
END CHECKOUT
=================================================*/
.description {
    color: #fff;
    padding-bottom: 5px;
}
.formCont#paymentDescrip {
    color: #fffce2;
}
#step_endcheckout input[type="radio"] {
	width: inherit;
}
.SelectPaymentOption input[type="radio"] {
	display:none;

}
.SelectPaymentMethod li.select {
	background-color: #ae1e37;
	font-weight: bold;
	color: #ffffff;
	border-radius: 5px 5px 0px 0px;
	margin-bottom:0px;
}
.SelectPaymentMethod li {
	background-color: #151f21;
	margin: 5px 0px 5px 0px;
	padding: 7px 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: white;
	cursor: pointer;
	cursor: hand;
}
.SelectPaymentMethod li.SelectPaymentContent {
	display: none;
	background-color: #e8f1f3;
	border-top:none;
	color: #401313;
	font-weight: 400;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	font-size: 14px;
	margin-top:0px;
}
.SelectPaymentMethod input, .SelectPaymentMethod select {
    float: left;
}
.select_payment {
	padding-top: 45px;
	font-weight: 400;
	color: #fff;
}
.area-image {
    /*background-color:red;*/
}
.SelectPaymentMethod input, .SelectPaymentMethod select {
    float: left;
}
.SelectPaymentMethod .sameAligment {
    display: flex;
}
.SelectPaymentMethod label {
    color: black;
}
.SelectPaymentMethod .labelRight {
    padding-top: 5px;
    clear: both;
    font-size: 12px;
}
.SelectPaymentMethod select, .SelectPaymentMethod textarea, .SelectPaymentMethod label, .SelectPaymentMethod .fotocApp label, .SelectPaymentMethod
 input[type=text], .SelectPaymentMethod input[type=number]{
	width: 90%;
	/* margin: 10px; */
	float: left;
	clear: both;
	-ms-box-sizing: content-box;
	-moz-box-sizing:content-box;
	-webkit-box-sizing:content-box;
	box-sizing:content-box;
}


.error, .payment-errors {
	background-color: #F71B1B;
	border: 1px solid #FFFDFC;
	padding: 15px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #FBF9F9;
	font-weight: 400;
}
.error p {
	text-align:left;
}
.payment-errors {
	display: none;
}
.valid {
    background-color: #54B820;
    border: 1px solid #FFFDFC;
    padding: 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #FBF9F9;
    font-weight: 400;
}
.success {
    /*background-color: #3e9a75;*/
    border: 1px solid #FFFDFC;
    padding: 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #FBF9F9;
    font-weight: 400;
}