#shopp .item3 .quantity_wrap input.minus,
#shopp .item3 .quantity_wrap input.plus,
body .quantity_item {
	cursor: pointer;
}
body .cart_remove {
	margin: 0 2%;
    color: #000;
    font-size: 16px;
    text-decoration: none;
    line-height: 16px;
}
body .cart_remove:hover {
	background-color: #FF0000;
}
.the_shopping_cart .row .item2 {
	text-align: left;
	padding-left: 6px !important;
}
.the_shopping_cart_product .row:first-child .item2 {
	text-align: center;
}
.the_shopping_cart .row .item1 {
	float: left;
}
.the_shopping_cart_product .row {
	padding: 8px 0;
}

#shopp .item3 .quantity_wrap {
    height: auto;
    display: inline-block;
    vertical-align: middle;
}
#shopp .item3 .quantity_wrap input {
    padding: 4px 0px;
}
/*.the_shopping_cart_product .row:first-child div {
    height: auto !important;
    line-height: 4 !important;
}*/
body .shopping_cart_total {
	margin: 32px 0 16px;
	border: none;
}

body .shopping_cart_total .the_totals {
    padding: 8px 0;
}
body .the_totals .item1 {
    text-transform: uppercase;
}
body .the_totals .item2 {
	border: none;
}
.the_shopping_cart .row .item1,
.the_shopping_cart .row .item2,
.the_shopping_cart .row .item3,
.the_shopping_cart .row .item4,
.the_shopping_cart .row .item5 {
    border: none !important;
}
.the_shopping_cart_product .item1 a img,
.the_shopping_cart_product .item1 img {
	margin: 0;
    display: inline-block;
    vertical-align: middle;
}



.shopp_page form ul input, .shopp_page form ul select {
    margin: 0 0 16px 0;
}
body.checkout #shopp label {
	line-height: 2;
	margin: 5px 0 0;
    font-family: 'Gotham-Book_0';
    color: #6d6d6d;
}
body.checkout #shopp input,
body.checkout #shopp select,
body.checkout #shopp textarea {
    margin: 9px 0 16px;
	color: #000;
	padding: 17px 18px;
    border: none;
	background-color: #f3f3f3;
}

body.checkout #shopp input.error,
body.checkout #shopp select.error,
body.checkout #shopp textarea.error {
    margin: 9px 0 16px;
	color: #000;
	padding: 17px 18px;
    border: none;
	background-color: #fdd;
}

body .contshoppingcart,
body .checkoutcart,
#shopp input[type='submit'],
body .checkout-button {
    font-weight: 700 !important;
	color: #fff !important;
    background-color: #1b74a6 !important;
}
.addtocart:hover,
.updatecart:hover,
.contshoppingcart:hover,
.checkoutcart:hover,
input.checkout-button:hover,
.cont_shopping:hover,
body .contshoppingcart:hover,
body .checkoutcart:hover,
#shopp input[type='submit']:hover,
body .checkout-button:hover {
    background-color: #5c9ad6 !important;
	color: white !important;
}
body.checkout .updatecart,
body .updatecart,
body #shopp .updatecart {
	background-color: #DCDCDC !important;
	color: #515151 !important;
}
body .updatecart:hover
body #shopp .updatecart:hover {
	background-color: #5c9ad6 !important;
	color: white !important;
}

#shopp h3 {
    margin-bottom: 10px;
    margin-top: 10px!important;
    padding-top: 28px;
    font-size: 19px;
}


#shipping-methods li {
    margin-bottom: 16px;
}
#shipping-methods label > small {
    padding-left: 17px;
}

#shopp #receipt fieldset legend {
    display: block;
    color: #1B74A6;
    padding: 0 8px;
    font-size: 17px;
    font-weight: 700;
}

#shopp #receipt fieldset {
    padding: 8px 16px 12px;
    border: 1px solid #dadada;
    margin: 20px 0 30px;
    line-height: 1.3;
}

#shopp #receipt address {
	padding: 8px;
}

.transaction_wrapper {
	width: 100%;
    border: none;
}
.transaction_item .first_col {
    border-right: none;
	padding: 16px 0;
	text-transform: uppercase;
    color: #1B74A6;
}

.transaction_item,
.transaction_item:last-child {
    border-bottom: 1px solid #ddd;
}

.the_shopping_cart_total_product .totals div:nth-child(odd) {
	border: none;
	text-transform: uppercase;
	text-align: center !important;
}
body .the_shopping_cart_total_product {
    border: none !important;
	margin: 32px 0px 16px;
}
.the_shopping_cart_total_product .totals {
    padding: 8px 0 !important;
}
.the_shopping_cart_total_product .totals:last-child div.money {
    font-weight: 700;
}


@media (max-width: 1024px) {
	.the_shopping_cart .row.border_bottom_2 {
		width: 38%;
		float: left;
		margin-bottom: 32px;
	}
	.the_shopping_cart .row.full_size {
		width: 62%;
		float: left;
	}
	.the_shopping_cart .row .item1,
	.the_shopping_cart .row .item2,
	.the_shopping_cart .row .item3,
	.the_shopping_cart .row .item4,
	.the_shopping_cart .row .item5 {
		border-top: 1px solid #ddd !important;
		border-left: none !important;
		border-bottom: none !important;
		border-right: none !important;
	}
	.the_shopping_cart .row.full_size .item2 {
		overflow: hidden;
	}
	#shopp .item3 .quantity_wrap {
		line-height: 1;
		height: 100%;
		margin: 0 auto;
	}
	.the_shopping_cart .row.border_bottom_2,
	.the_shopping_cart .row.border_bottom_2:first-child {
		background: none;
		background: #f7f7f7;
		text-transform: uppercase;
	}
	.the_shopping_cart .row .item2 {
		text-align: center;
		padding-left: 0;
	}
	.the_shopping_cart .row .item1 {
		height: 80px;
	}
	.applycode {
		width: 100%;
		margin: -10px 0 0;
	}
	#shopp #discount-code {
		width: 100%;
	}
	.the_shopping_cart .row.border_bottom_2,
	.the_shopping_cart .row.border_bottom_2:first-child,
	.the_shopping_cart .row.full_size {
		padding: 0;
	}
	
	.the_shopping_cart .row .item1:empty {
		display: none;
	}
}

@media (max-width: 560px) {
	#shopp .button-group a {
		width: 48%;
		margin: 18px 0 !important;
		box-sizing: border-box;
		text-align: center;
	}
	#shopp .payoption-button {
		width: 100%;
	}
	
	.transaction_item {
		word-break: break-word;
	}
	body.thanks .transaction_item div {
		box-sizing: border-box;
		font-size: 13px;
	}
	.transaction_item .first_col {
		width: 43%;
		padding: 10px 2%;
		border-right: none;
	}
	#shopp #receipt fieldset {
		padding: 0 7px 0px;
		margin: 10px 0 10px;
		line-height: 1.2;
	}
}