/* Alpha Cosmetic palette overrides */
body,
.standard-body,
.main-fixed,
#main,
#main-content {
	color: #fff;
}

a,
.product h3 a:hover,
.breadcrumb a:hover,
.box .box-heading,
.widget-title,
.product-center .price,
.product .price,
.product-list .price {
	color: #8a6a3d;
}

#header,
#header #header-top,
#header #header-inner,
#header.fixed-header {
	background: rgba(255, 251, 245, 0.97) !important;
	border-color: #eadbc8 !important;
	box-shadow: 0 8px 30px rgba(22, 18, 14, 0.08);
}

#header .top-links a,
#header .header-contact,
#header .header-contact a,
#header .searchform-popup .search-toggle,
#header .mobile-toggle,
ul.megamenu > li > a {
	color: #211d1a !important;
}

#header .top-links a:hover,
#header .header-contact a:hover,
#header .searchform-popup .search-toggle:hover,
#header .mobile-toggle:hover,
ul.megamenu > li > a:hover,
ul.megamenu > li.active > a,
ul.megamenu > li.home > a,
ul.megamenu > li:hover > a {
	color: #b48a4a !important;
}

.megamenu-wrapper,
.container-megamenu,
ul.megamenu li .sub-menu .content {
	background: #fffaf4 !important;
	border-color: #eadbc8 !important;
}

.btn,
.btn-default,
.btn-primary,
.button,
input[type="submit"],
.product-details .single_add_to_cart_button,
.product-list .btn-add-cart,
.product:hover .product-btn.btn-add-cart,
.newsletter-widget input[type="submit"],
.pagination > .active > a,
.pagination > .active > span {
	background: linear-gradient(135deg, #1b1a18 0%, #3a3025 48%, #b48a4a 100%) !important;
	border-color: #9a753e !important;
	color: #fffaf4 !important;
}

.btn:hover,
.btn-default:hover,
.btn-primary:hover,
.button:hover,
input[type="submit"]:hover,
.product-details .single_add_to_cart_button:hover,
.product-list .btn-add-cart:hover,
.newsletter-widget input[type="submit"]:hover {
	background: linear-gradient(135deg, #b48a4a 0%, #d8b977 100%) !important;
	border-color: #b48a4a !important;
	color: #17130f !important;
}

.product,
.product-image,
.product-info,
.product-list,
.box,
.panel,
.dropdown-menu,
#mini-cart .dropdown-menu {
	background: #fffaf4 !important;
	border-color: #eadbc8 !important;
	box-shadow: 0 14px 36px rgba(45, 35, 25, 0.08);
}

.product-image,
.product-image img,
#mini-cart .mini-cart-info table td.image img {
	border-color: #eadbc8 !important;
}

.product:hover .product-image,
.product:hover {
	border-color: #d8b977 !important;
	box-shadow: 0 18px 44px rgba(138, 106, 61, 0.16);
}

.product h3 a,
.product-list .name a,
.product-center h1,
h1,
h2,
h3,
h4 {
	color: #201c19;
}

.product .price del,
.product-list .price del,
.breadcrumb,
.breadcrumb > li + li:before,
.product-filter,
.product-filter .options {
	color: #8f8174;
}

.product-image .onhot,
.product-image .onsale,
.sale,
.new {
	background: #d9a6b3 !important;
	color: #2c171d !important;
}

input,
select,
textarea,
.form-control {
	background: #fffdfa;
	border-color: #e3d4c0;
	color: #2c2722;
}

input:focus,
select:focus,
textarea:focus,
.form-control:focus {
	border-color: #b48a4a;
	box-shadow: 0 0 0 2px rgba(180, 138, 74, 0.16);
}

#footer,
#footer #footer-bottom {
	background: #171513 !important;
	color: #d8cec3 !important;
}

#footer .widget-title,
#footer .block-title,
#footer h3,
#footer h4 {
	color: #f7f0e7 !important;
}

#footer a,
#footer #footer-bottom a {
	color: #d8b977 !important;
}

#footer a:hover,
#footer #footer-bottom a:hover {
	color: #fffaf4 !important;
}

#footer .footer-ribbon {
	background: #b48a4a !important;
}

#footer .footer-ribbon:before {
	border-right-color: #8a6a3d !important;
}

/* Cart and coupon redesign */
.checkout-cart .center-column h1,
.checkout-cart .center-column h2 {
	color: #211d1a;
	font-weight: 600;
	letter-spacing: 0;
}

.checkout-cart .center-column > p {
	color: #7c6f62 !important;
}

.checkout-cart .cart-info {
	background: #fffaf4;
	border: 1px solid #eadbc8;
	border-radius: 8px;
	box-shadow: 0 18px 44px rgba(45, 35, 25, 0.08);
	overflow: hidden;
}

.checkout-cart .cart-info .table {
	margin-bottom: 0;
	border: 0;
	background: transparent;
}

.checkout-cart .cart-info .table > thead > tr > td {
	background: #f2e6d8 !important;
	border-color: #eadbc8 !important;
	color: #7c5e33;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.checkout-cart .cart-info .table > tbody > tr > td {
	background: #fffaf4 !important;
	border-color: #eadbc8 !important;
	color: #2c2722;
	vertical-align: middle;
}

.checkout-cart .cart-info .table > tbody > tr:hover > td {
	background: #fff5ea !important;
}

.checkout-cart .cart-info .img-thumbnail {
	background: #fffdf9;
	border: 1px solid #e3d4c0;
	border-radius: 6px;
	padding: 5px;
	box-shadow: 0 8px 20px rgba(45, 35, 25, 0.08);
}

.checkout-cart .cart-info td a {
	color: #8a6a3d;
	font-weight: 500;
}

.checkout-cart .cart-info td a:hover {
	color: #b48a4a;
}

.checkout-cart .cart-info input[type="text"][name^="quantity"] {
	width: 42px;
	height: 34px;
	background: #fffdfa;
	border: 1px solid #d8b977;
	border-radius: 4px;
	color: #211d1a;
	font-weight: 600;
	text-align: center;
}

.checkout-cart .cart-info input[type="image"],
.checkout-cart .cart-info a img[title] {
	background: #fff3e4;
	border: 1px solid #eadbc8;
	border-radius: 4px;
	padding: 5px;
	transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.checkout-cart .cart-info input[type="image"]:hover,
.checkout-cart .cart-info a:hover img[title] {
	background: #f1dfc9;
	border-color: #d8b977;
	transform: translateY(-1px);
}

.checkout-cart #accordion {
	margin-top: 22px;
}

.checkout-cart #accordion .row {
	margin-left: 0;
	margin-right: 0;
}

.checkout-cart #accordion .col-md-6 {
	padding-left: 0;
}

.checkout-cart #accordion .panel {
	border: 1px solid #eadbc8 !important;
	border-radius: 8px;
	box-shadow: 0 18px 44px rgba(45, 35, 25, 0.08);
	overflow: hidden;
}

.checkout-cart #accordion .panel-heading {
	background: #f2e6d8 !important;
	border-color: #eadbc8 !important;
	padding: 13px 18px;
}

.checkout-cart #accordion .panel-title a {
	color: #7c5e33;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.checkout-cart #accordion .panel-body {
	background: #fffaf4;
	padding: 24px 20px 20px;
}

.checkout-cart #accordion label {
	color: #211d1a;
	font-weight: 500;
	margin-bottom: 8px;
}

.checkout-cart #accordion .input-group-lg > .form-control {
	height: 46px;
	border-color: #e3d4c0;
	border-radius: 6px 0 0 6px;
	box-shadow: none;
	font-size: 16px;
}

.checkout-cart #accordion .input-group-lg > .form-control:focus {
	border-color: #b48a4a;
	box-shadow: inset 0 0 0 1px rgba(180, 138, 74, 0.16);
}

.checkout-cart #accordion .input-group-btn .btn {
	height: 46px;
	border-radius: 0 6px 6px 0;
	padding-left: 20px;
	padding-right: 20px;
	white-space: nowrap;
}

.checkout-cart .cart-total {
	clear: both;
	margin: 28px 0 16px auto;
	max-width: 280px;
	padding: 18px 20px;
	background: #211d1a;
	border: 1px solid #3a3025;
	border-radius: 8px;
	box-shadow: 0 18px 44px rgba(22, 18, 14, 0.16);
}

.checkout-cart .cart-total table {
	width: 100%;
	margin: 0;
}

.checkout-cart .cart-total td {
	padding: 4px 0;
	color: #f7f0e7;
	border: 0;
}

.checkout-cart .cart-total td:first-child {
	color: #d8b977;
	font-weight: 600;
	padding-right: 14px;
}

.checkout-cart .cart-total tr:last-child td {
	padding-top: 8px;
	font-size: 15px;
}

.checkout-cart .buttons {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 18px;
	padding-top: 18px;
	border-top: 1px solid #eadbc8;
}

.checkout-cart .buttons:before,
.checkout-cart .buttons:after {
	display: none;
}

.checkout-cart .buttons .pull-left,
.checkout-cart .buttons .pull-right {
	float: none !important;
}

.checkout-cart .buttons .btn {
	min-width: 140px;
	border-radius: 5px;
	padding: 12px 20px;
	font-weight: 600;
}

@media (max-width: 767px) {
	.checkout-cart .cart-info {
		border-radius: 6px;
	}

	.checkout-cart .cart-info .table > thead > tr > td,
	.checkout-cart .cart-info .table > tbody > tr > td {
		padding: 12px 8px;
	}

	.checkout-cart #accordion .col-md-6,
	.checkout-cart #accordion .input-group,
	.checkout-cart .cart-total {
		width: 100%;
		max-width: none;
	}

	.checkout-cart .buttons {
		display: block;
	}

	.checkout-cart .buttons .pull-left,
	.checkout-cart .buttons .pull-right {
		margin-bottom: 10px;
		width: 100%;
	}

	.checkout-cart .buttons .btn {
		display: block;
		width: 100%;
	}
}
