.form-item{margin: 0;}
#user-login-form{text-align: left;}
.add-to-cart-left{display: inline-block;}
li a.active{color: #fcd341;}
.item-list .pager li{
	margin: 0 5px 0 0;
	padding: 0;
}
.item-list ul{margin: 0;}

/*checkout*/
tbody{border: none;}
.table thead{display: none;}
.table .remove {
	font-size: 10px;
    line-height: 21px;
    height: auto;
    border: none;
    vertical-align: top;
    margin-right: 0;
    padding: 0;
	color: #fcd341;
	min-width: 1px;
}
.table .form-item,
.table .form-item input{
	margin: 0;
	padding: 0;
}
#edit-panes-billing-billing-zone-wrapper,
#edit-panes-billing-billing-country-wrapper{
	border: none;
	margin: 0;
}
#checkout-form-bottom {
    border: none;
    text-align: left;
}
#checkout-form-bottom .btn {
    margin-right: 23px;
}
.checkout-form #cart-form-pane .table > tbody > tr > td.subtotal {background: none !important;}

.pager li > a:hover {
	color: #fff;
}

@media (max-width: 767px) {

	.product-slideshow .add-to-cart-left {
		display: block;
	}

}