/*

Index
- cart page
- promo page

*/
 
/*													Section: Cart page												*/

/* When the Cart is editable,
we hide every HTML item that is meant for review*/
.lagoon-cart-single-item.editable .quantity-read-only,
.lagoon-cart-single-item.editable .edit-cart-link-wrapper{
	display: none;
}
/*  When the Cart is non-editable,
we hide every HTML item that is meant for editing
*/
.lagoon-cart-single-item.non-editable .product-quantity-spinner{
	display: none;
}
/*5284*/
#tunnel input[type=number]{
	box-shadow: 0 3px 7px -3px rgba(0, 0, 0, 0.4);
}
/*5272*/
#tunnel input[type=number]{
	background: white;
	border: 2px solid rgba(190, 190, 190, 0.9);
}
/*5239*/
#tunnel input[type=number]{
	order-radius: 3px;
	color: #555555;
	display: inline-block;
	font-family: "freight-sans-pro", sans-serif;
	font-size: .9em;
	font-weight: 700;
	height: 40px;
	letter-spacing: .02em;
	line-height: 40px;
	padding: 0 18px;
	-webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
	-moz-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
	-ms-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
	-o-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
	width: 100%;
}


#tunnel input[type=number] {
    -moz-appearance:textfield;
}
#tunnel input[type=number]::-webkit-outer-spin-button,
#tunnel input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.product-passports-wrapper .product-passports:last-child .lagoon-cart-ruler{
	display: none;
}


.lagoon-cart-products .lagoon-cart-single-item .promotion-special-flag{
	 display: table-caption;
}

@media (max-width: 360px) {
	.lagoon-cart-billing h4.required-field-symbol.asterisk-overflow{
		letter-spacing: 0.18em;
	}
}

.passports-form .individual-passport{
	margin-top: 60px !important;
}
.passports-form .product-passports .option-recicle-address-fields{
	display: inline-block;
	padding-top: 20px;
	padding-bottom: 10px;
}
.passports-form .product-passports .option-recicle-address-fields .helper-text{
	display: inline;
	color: #454545;
	font-weight: 700;
	letter-spacing: .02em;
	font-size: 15px;
}
.passports-form .product-passports .option-recicle-address-fields .recicle-address-fields{
	vertical-align: middle;
	margin-right: .5em;
	margin-top: -2px;
}

/*													Section: popup: promotion code												*/

#promotions-code-popup{
}
#promotions-code-popup .wrapper{
	padding: 10%;
}
#promotions-code-popup .change-cart-helper .wrapper a {
	border-bottom: 0;
	color: #009bf7;
	font-weight: 700;
	cursor: pointer;
}
.magnific-promotions-popup .mfp-content {
	max-width: 430px;
	background-color:  #F5F5F7;
	margin: 0 auto;
	min-height: 300px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
 	border-radius: 3px;
}
#promotions-code-popup .section-title{
	margin: 0px 0px 30px 0px;
}
#promotions-code-popup .continue-button.tunnel-button{
	width: 100%;
	text-align: center;
	margin-top: 25px;
	cursor: pointer;
}
.un-apply-promotion-code{
	cursor: pointer;	
}

.g-recaptcha{
	margin: 15px auto !important;
	width: auto !important;
	height: auto !important;
	text-align: -webkit-center;
	text-align: -moz-center;
	text-align: -o-center;
	text-align: -ms-center;
}

.highlight {
    background: yellow;
  }