/*** CLASSES ***/

.product-image {
	float: left;
	margin: 15px;
	width: 70px;
	height: 50px;
	}

.product-name {
	float: left;
	line-height: 21px;
	color: #3b6499;
	font-size: 16px;
	margin-top: 10px;
	}

.product-info-box {
	float: left;
	width: calc(100% - 136px);
	min-height: 80px;
	}

.show-min-980 { display: none; }

.title-qty {
	position: absolute;
	right: 251px;
	width: 150px;
	text-align: left;
	}

.qty-control {
	clear: both;
	float: left;
	margin-left: 0;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-top: 6px;
	}

.shipping-price {
	position: absolute;
	right: 15px;
	top: 0;
	line-height: 60px;
	font-size: 16px;
	font-weight: 400;
	}

.shipping-label {
	position: absolute;
	left: 15px;
	top: 0;
	line-height: 60px;
	font-size: 16px;
	font-weight: 400;
	}

.total-price {
	position: absolute;
	right: 15px;
	top: 0;
	line-height: 60px;
	font-weight: 400;
	font-size: 23px;
	}

.total-label {
	position: absolute;
	left: 15px;
	top: 0;
	line-height: 60px;
	font-weight: 400;
	font-size: 23px;
	}

.paypal-image {
	width: 260px;
	}

.empty-cart-label {
	height: 300px;
	line-height: 300px;
	text-align: center;
	font-size: 18px;
	color: #aaaaaa;
	border-top: 1px solid #dedede;
	}

a:link.btn, a:visited.btn {
	display: inline-block;
	float: left;
	color: #2ea3f2;
	text-decoration: none;
	font-size: 20px;
	line-height: 50px;
	border-radius: 3px;
	text-align: center;
	border: 2px solid #2ea3f2;
	padding: 0 20px;
	}
a:hover.btn {
	background-color: #efefef;
	}

a:link.b-dec, a:visited.b-dec {
	display: block;
	width: 40px;
	height: 40px;
	float: left;
	font-family: FontAwesome;
	font-size: 13px;
	color: #676767;
	text-align: center;
	line-height: 40px;
	background-color: #dedede;
	text-decoration: none;
	}
a:hover.b-dec {
	background-color: #efefef;
	}

a:link.b-inc, a:visited.b-inc {
	display: block;
	width: 40px;
	height: 40px;
	float: left;
	font-family: FontAwesome;
	font-size: 13px;
	color: #676767;
	text-align: center;
	line-height: 40px;
	background-color: #dedede;
	text-decoration: none;
	}
a:hover.b-inc {
	background-color: #efefef;
	}

a:link.remove, a:visited.remove {
	position: absolute;
	display: block;
	width: 26px;
	height: 26px;
	right: 10px;
	top: 37px;
	font-family: FontAwesome;
	font-size: 13px;
	color: #d53f3f;
	text-align: center;
	line-height: 26px;
	text-decoration: none;
	}
a:hover.remove {
	color: #ec8282;
	}

.quantity {
	display: inline-block;
	width: 80px;
	height: 40px;
	border: 1px solid #dedede;
	font-size: 15px;
	font-family: 'Open Sans';
	color: #333333;
	float: left;
	padding: 0 14px;
	outline: none;
	text-align: center;
	}

a:link.checkout, a:visited.checkout {
	display: inline-block;
	float: left;
	margin-right: 0;
	color: #ffffff;
	text-decoration: none;
	font-size: 20px;
	line-height: 50px;
	border-radius: 3px;
	text-align: center;
	background-color: #3268c2;
	padding: 0 20px;
	width: 100%;
	margin-top: 30px;
	}
a:hover.checkout {
	background-color: #b9d2ee;
	}


a:link.shop, a:visited.shop {
	display: inline-block;
	float: left;
	color: #3268c2;
	text-decoration: none;
	}
a:hover.shop {
	color: #b9d2ee;
	}

@media (min-width: 460px) {

	.qty-control {
		clear: none;
		float: right;
		margin-left: 6px;
		margin-right: 15px;
		margin-bottom: 15px;
		margin-top: 6px;
		}

	.shipping-price {
		font-size: 18px;
		}

	.shipping-label {
		font-size: 18px;
		}

	}

@media (min-width: 658px) {
	a:link.checkout, a:visited.checkout {
		width: auto;
		float: right;
		margin-right: 15px;
		margin-top: 0;
		}

	.paypal-image {
		width: 360px;
		}

	.empty-cart-label {
		font-size: 23px;
		}

	}

@media (min-width: 980px) {

	.qty-control {
		clear: none;
		float: right;
		margin-left: 6px;
		margin-right: 220px;
		margin-bottom: 15px;
		margin-top: 6px;
		}

	.show-min-980 { display: inline-block; }

	.product-image {
		float: left;
		margin: 11px;
		width: auto;
		height: auto;
		}

	.product-name {
		font-size: 18px;
		}

	.product-info-box {
		float: left;
		width: calc(100% - 156px);
		min-height: 80px;
		}

	.shipping-price {
		right: 70px;
		font-size: 18px;
		}

	.shipping-label {
		left: auto;
		right: 256px;
		font-size: 18px;
		}

	.total-price {
		right: 70px;
		}

	.total-label {
		left: auto;
		right: 256px;
		}

	a:link.checkout, a:visited.checkout {
		width: auto;
		float: right;
		margin-right: 70px;
		}

	}

@media (min-width: 1200px) {


	.title-qty {
		right: 325px;
		}


	.qty-control {
		clear: none;
		float: right;
		margin-left: 6px;
		margin-right: 294px;
		margin-bottom: 15px;
		margin-top: 6px;
		}

	.shipping-label {
		left: auto;
		right: 330px;
		font-size: 18px;
		}

	.total-label {
		left: auto;
		right: 330px;
		}

	}
