.woocommerce-cart #coupon_code {
	width: 100%;
	border-color: #b57e40;
}
.woocommerce-cart #coupon_code::placeholder {
	color: #000;
	font: 400 1.0rem 'Open Sans', sans-serif;
	opacity: 1;
}
.woocommerce-cart .actions .button {
	border-radius: 0;
	background: #b57e40;
	color: #fff;
	font: 400 1.0rem 'Open Sans', sans-serif;
	letter-spacing: 1px;
    text-transform: uppercase;
    transition: .5s;
}
.woocommerce-cart .actions .button:disabled {
	display: none !important;
}
.woocommerce-cart .actions .button:hover {
	background: #000;
	color: #fff;
}
.woocommerce-cart .actions .coupon .button {
	width: 100% !important;
}

.woocommerce-cart .shop_table.cart {
	border-radius: 0;
}

.woocommerce-cart .shop_table.cart tbody tr:last-child {
	background: rgba(0,0,0,.1);
}

.woocommerce-cart .checkout-button.button.alt.wc-forward {
	padding: 20px;
	margin: 20px;
}

.page-template-bottega .duble-txt a,
.page-template-bottega-milano .duble-txt a,
.page-template-bottega-bologna .duble-txt a {
	display: inline;
	color: #000;
	font-weight: 300;
	padding: 0;
}

.page-template-bottega .duble-txt a:hover,
.page-template-bottega-milano .duble-txt a:hover,
.page-template-bottega-bologna .duble-txt a:hover {
	text-decoration: underline;
}

.shopping-form .content p button {
    color: inherit;
}
