@charset "utf-8";

body{
	background-color: #F1F1F1;
	margin: 0px;
	font-family: "proxima-nova",Arial,Helvetica,sans-serif;
	color: #444444;
}

a:link, a:visited{
	color: #1798be;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

.stripe{
	height: 3px;
	background-color: #1da1cd;
	background: -moz-linear-gradient(left, #1da1cd 0%,#1da1cd 12.5%,#68d286 12.5%,#68d286 25%,#36b453 25%,#36b453 37.5%,#eb585c 37.5%,#eb585c 50%,#a085c6 50%,#a085c6 62.5%,#8265b0 62.5%,#8265b0 75%,#ff8fb4 75%,#ff8fb4 87.5%,#ff5d8a 87.5%,#ff5d8a 100%);
	background: -webkit-linear-gradient(left, #1da1cd 0%,#1da1cd 12.5%,#68d286 12.5%,#68d286 25%,#36b453 25%,#36b453 37.5%,#eb585c 37.5%,#eb585c 50%,#a085c6 50%,#a085c6 62.5%,#8265b0 62.5%,#8265b0 75%,#ff8fb4 75%,#ff8fb4 87.5%,#ff5d8a 87.5%,#ff5d8a 100%);
}

.wrapper{
	margin: 0 auto;
	width: 670px;
}

.meat{
	background-color: #FFFFFF;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
	overflow: hidden;
	position: relative;
	margin-top: 50px;
}

.heading{
	padding: 50px;
	border-bottom: 1px solid #DDD;
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #F9F9F9;
	background-image: -webkit-linear-gradient(top,	#ffffff 0%,#f9f9f9 100%);
	background-image: linear-gradient(to bottom, #ffffff 0%,#f9f9f9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f9f9f9',GradientType=0 );
	text-align: center;
}

.heading h2{
	color: #222222;
	font-weight: bold;
	font-size: 24px;
	margin: 0;
	text-align: center;
}

.heading p{
	color: #999999;
}

.main{
	padding: 50px;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}

.eu-vat-notice {
	color: #999;
	text-align: center;
}

.btn {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}

.btn-primary {
	color: #FFFFFF !important;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #64CFE5;
	background-image: linear-gradient(#64CFE5, #2D95C6);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#64CFE5), to(#2D95C6));
	background-image: -ms-linear-gradient(top, #64CFE5, #2D95C6);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#64CFE5', endColorstr='#2D95C6');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#64CFE5', endColorstr='#2D95C6')";
	border-color: #3784A4;
	background-repeat: repeat-x;
	border-radius: 5px 5px 5px 5px;
	border-style: solid;
	border-width: 1px;
	cursor: pointer;
	font-size-adjust: 0.49;
	font-style: normal;
	font-weight: bold;
	padding: 10px 20px;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active{
	background-position: 0px;
	transition: none;
	/*normal*/
	background-image: linear-gradient(#64CFE5, #3CA3D3) !important;
	/*chrome*/
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#64CFE5), to(#3CA3D3)) !important;
	/*ie 10+*/
	background-image: -ms-linear-gradient(top, #64CFE5, #3CA3D3) !important;
	/*ie older*/
	filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#64CFE5', endColorstr='#3CA3D3'); /* IE6 & IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#64CFE5', endColorstr='#3CA3D3')"; /* IE8 */
	text-decoration: none !important;
	border-color: #3784A4 !important;
}

.btn-default{
	background-color: #eeeeee;
	background-image: -moz-linear-gradient(#fcfcfc, #eee);
	background-image: -webkit-linear-gradient(#fcfcfc, #eee);
	background-image: linear-gradient(#fcfcfc, #eee);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#fcfcfc', endColorstr='#eee');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#fcfcfc', endColorstr='#eee')";
	background-repeat: repeat-x;
	color: #000000 !important;
	font-weight: bold;
	border-color: #d5d5d5;
}

.btn-default:hover {
	background-color: #E9E9E9;
	background-image: none;
	border-color: #d5d5d5;
}

.btn-lg{
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33;
	border-radius: 6px;
}

.btn, button{
	font-size: 16px !important;
}

.overlay-loading-btn{
	color: #999999;
	font-style: italic;
	margin: 0 70px;
}

.coupon-loading-animation{
	color: #999999;
	font-style: italic;
	margin-left: 10px;
}

.overlay-loading-btn img{
	vertical-align: middle;	
}

.address-wrapper{
	width: 70%;
	margin: 0 auto;
}

.address-row{
	margin-bottom: 10px;
	overflow: hidden;
	min-height: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5%;
	padding-right: 5%;
	text-align: center;
}

.address-column{
	width: 43%;
	float: left;
}

input[type="text"]{
	border: 1px solid #E0E5E9;
	border-radius: 3px 3px 3px 3px;
	box-shadow: 0px 0px 0px 3px rgba(0, 0, 0, 0.05);
	color: #777777;
	margin-right: 20px;
	padding: 12px;
	width: 93%;
	font-size: 16px;
}

input[type="text"]:hover, input[type="text"]:focus{
	border: 1px solid #B4C0CB;
	box-shadow: 0px 0px 0px 3px rgba(0, 0, 0, 0.1);
}

select[name="country"]{
	border-radius: 3px;
	border: 1px solid #DDDDDD;
	box-shadow: 0px 0px 0px 3px rgba(0, 0, 0, 0.05);
	color: #666666;
	cursor: pointer;
	font-size: 14px;
	margin: 0 0 20px;
	padding: 10px;
	text-indent: .01px;
	width: 93%;
}

select[name="country"]:hover, select[name="country"]:focus{
	border: 1px solid #B4C0CB;
	box-shadow: 0px 0px 0px 3px rgba(0, 0, 0, 0.1);
}

.invalid-address-field{
	border-color: #a94442 !important;
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483 !important;
	box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483 !important;
}

.cart-list{
	width: 65%;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
}

.cart-list-heading{
	font-weight: bold;
}

.cart-list-total{
	font-weight: bold;
	background-color: #F7F7F7;
}

.cart-list li{
	overflow: hidden;
}

.cart-list-left{
	float: left;
	width: 40%;
	padding-left: 5%;
	padding-right: 5%;
	text-align: left;
}

.cart-list-right{
	float: right;
	width: 40%;
	padding-left: 5%;
	padding-right: 5%;
	text-align: right;
}

.footer{
	text-align: center;
	color: #999999;
	font-size: 13px;
	margin-top: 10px;
	margin-bottom: 100px;
}

.remove-item-from-checkout{
	font-size: 12px !important; 
	color: #777 !important;
}

.remove-coupon-from-checkout{
    font-size: 12px !important;
    color: #777 !important;
}

.coupon-wrapper-section{
	margin-bottom: 20px;
}

.apply-coupon-code-slidedown{

}

.coupon-code-grey{
	background-color: #FCFCFC;
	padding: 20px;
	width: 56%;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
	border: 1px solid #ddd;
	display: none;
}

.coupon-code-grey form{
	margin-bottom: 0px;
}

.coupon-code-grey input[type="text"]{
	padding: 2px 10px;
	font-size: 16px;
	margin-right: 0px;
	width: 85%;
}

.coupon-code-grey button{
	margin-bottom: 0px;
}

.apply-coupon-code-slidedown .plus-img{
	background: url('/images/plus.png') 3px 2px no-repeat #1798be;
}

.apply-coupon-code-slidedown .minus-img{
	background: url('/images/minus.png') 3px 2px no-repeat #1798be;
}

.apply-coupon-code-slidedown span.img{
	border-radius: 2px;
	display: inline-block;
	height: 13px;
	margin: 2px 4px 0 0;
	padding: 0;
	position: relative;
	text-align: center;
	text-indent: -999em;
	width: 13px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

.checkout-page-email-input-wrapper{
	width: 65%; 
	margin: 0 auto;
}

@media only screen 
and (max-width : 1000px) {
	
	.wrapper{
		width: 100%;
	}

	.meat{
		margin-top: 0px;
		margin-bottom: 0px;
	}

	.btn, button{
		margin-bottom: 30px;
	}

	.address-wrapper .address-column{
		float: none;
		clear:both;
		width: 100%;
		margin-bottom: 30px;
		margin-right: 0px !important;
	}

	.address-row{
		padding-left: 0px;
		padding-right: 0px;
	}

	.address-wrapper .address-column:last-child{
		margin-bottom: 0px;
	}

	input[type="text"]{
		width: 90%;
		margin-right: 0px;
	}

	select[name="country"]{
		width: 90%;
	}

	.main{
		padding: 5%;
	}

	.address-wrapper{
		width: 90%;
	}

	.cart-list{
		width: 82%;
	}

	.coupon-code-grey{
		width: 82%;
	}

	.coupon-code-grey input[type="text"]{
		display: inline;
	}

	.checkout-page-email-input-wrapper{
		width: 100%;
	}
	
}










