@charset "UTF-8";

table.productcart{
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0;
	border-collapse: collapse;
	padding-top: 3px;
	border: none;
	font-size: inherit;
}
table.productcart tr td{
	padding-bottom: 5px;
	font-size: 11px;
	font-size: inherit;
}
table.productcart tr.product_row td{
	padding-bottom: 5px;
	font-size: inherit;
	vertical-align: middle !important;
}
table.productcart tr.product_row td{
	padding-bottom: 5px;
	font-size: inherit;
	vertical-align: middle !important;
}
form.adjustform{
	display: inline;
}
table.productcart tr.firstrow td{
	font-weight:bold;
	background-color: #e5e5e5;
	border-left: 2px solid white;
}
table.productcart tr.firstrow td.firstcol{
	border-left: none;
}
table.productcart tr.product_shipping td{
	vertical-align: middle;
	/* border-top: 1px solid #E1DAB7 !important; */
	padding-top: 4px;
}
button.remove_button {
	margin: 0 !important;
}
#coupon_num{
	width: 134px !important;
}
table.productcart tr.total_price td{
	border-top: 1px solid #999 !important;
	border-bottom: 1px solid #999 !important;
	font-weight: bold;
	padding-top: 4px;
}
ul.checkout_links{
	list-style-type: none;
	padding-left: 0;
}
ul.checkout_links li{
	list-style-type: none;
	margin-left: 0;
}
ul.checkout_links li a{
	color: #555 !important;
	font-weight: normal !important;
}
ul.checkout_links li a:hover{
	color: #000 !important;
}
a.termsandconds{
	text-decoration: underline;
}
.validation-error input, .validation-error textarea {
	border: 1px solid red;
}
p.validation-error {
	color: red;
	margin-bottom: 0;
}
.column-shop table {
    border: 1px solid #e7e7e7;
    margin: 0 -1px 24px 0;
    text-align: left;
    width: 100%;
}
.column-shop tr th,
.column-shop thead th {
    color: #888;
    font-size: 12px;
    font-weight: bold;
    line-height: 18px;
    padding: 9px 24px;
}
.column-shop tr td {
    border-top: 1px solid #e7e7e7;
    padding: 6px 24px;
}
.column-shop tr.odd td {
    background: #f2f7fc;
}

.socialbtns {
	margin-top: 0;
	margin-bottom: 1.5em;
}
