.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
	border: none;
	padding: 0;
	margin: 0;
}

.woocommerce table.shop_table {
	border: none;
}

.woocommerce .product-thumbnail img {
	max-width: 100%;
}

.woocommerce .quantity .qty {
	width: 5em;
	text-align: center;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
	color: inherit;
	font-size: 1em;
}

.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
	text-decoration: none;
}

.woocommerce .woocommerce-Tabs-panel img,
.woocommerce-page .woocommerce-Tabs-panel img {
	display: block;
	max-width: 100%;
	margin: auto;
}

.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
	margin-right: 0.5em;
}

.woocommerce-MyAccount-navigation ul {
	padding-left: 0;
	list-style: none;
	margin-bottom: 0;
}

.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a {
	display: block;
	padding: 0.5em;
	transition: all 0.2s;
}

.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a:hover {
	background: #efefef;
	color: #000000;
}

.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link.is-active a {
	background: #a67c52;
	color: #ffffff;
}

.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link.is-active a:hover {
	background: #c19161;
	color: #ffffff;
}

.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a {
	color: inherit;
}

.woocommerce-account .woocommerce {
	display: flex;
	flex-direction: column;
}

@media screen and (min-width: 768px) {
	.woocommerce-account .woocommerce {
		flex-direction: row;
	}
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content {
	float: none;
	width: auto;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
	flex: 1;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content {
	flex: 3;
}

@media screen and (min-width: 768px) {
	.woocommerce-account .woocommerce .woocommerce-MyAccount-content {
		padding-left: 1em;
	}
}

.select2-container .select2-selection--single {
	height: 35px;
	border: 1px solid #ced4da;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 35px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 32px;
	right: 7px;
}

.select2-dropdown {
	border-color: #ced4da;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected] {
	background: #c19161;
}

.woocommerce-account .addresses .title .edit:hover {
	color: #c19161;
}

.woocommerce-info {
	border-top-color: #a67c52;
}

.woocommerce-info::before,
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone::before,
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email::before {
	color: #a67c52;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
	background: #f6f6f6;
	border-radius: 0;
}

.shop_table thead {
	background: #f6f6f6;
	color: #a67c52;
}

#add_payment_method #payment div.form-row,
.woocommerce-cart #payment div.form-row,
.woocommerce-checkout #payment div.form-row {
	align-items: center;
	flex-direction: column;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
	float: none;
}

.woocommerce ul.order_details {
	padding-left: 0;
	margin: 2em 0;
}

.woocommerce ul.order_details li {
	font-size: 0.9em;
	margin-bottom: 0.5em;
	margin-top: 0.5em;
}

.woocommerce .woocommerce-customer-details address {
	border-radius: 0;
	border: none;
	font-size: 1.1em;
	line-height: 1.7;
	padding: 0;
}

.woocommerce .woobt-wrap #respond input#submit,
.woocommerce .woobt-wrap a.button,
.woocommerce .woobt-wrap button.button,
.woocommerce .woobt-wrap input.button {
	background-color: #e6a55d;
	border-color: #e6a55d;
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: 0.25rem;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
		box-shadow 0.15s ease-in-out;
}

.woocommerce .woobt-wrap #respond input#submit:hover,
.woocommerce .woobt-wrap a.button:hover,
.woocommerce .woobt-wrap button.button:hover,
.woocommerce .woobt-wrap input.button:hover {
	color: #fff;
	background-color: #727b84;
	border-color: #6c757d;
}

.woocommerce .woobt-wrap #respond input#submit:not([disabled]):not(.disabled):focus,
.woocommerce .woobt-wrap a.button:not([disabled]):not(.disabled):focus,
.woocommerce .woobt-wrap button.button:not([disabled]):not(.disabled):focus,
.woocommerce .woobt-wrap input.button:not([disabled]):not(.disabled):focus {
	box-shadow: 0 0 0 0.2rem rgb(134 142 150 / 50%);
	outline: none;
}

.woocommerce .woobt-wrap #respond input#submit.loading,
.woocommerce .woobt-wrap a.button.loading,
.woocommerce .woobt-wrap button.button.loading,
.woocommerce .woobt-wrap input.button.loading {
	padding-right: 2.5em;
}

.woocommerce .woobt-wrap #respond input#submit.loading:after,
.woocommerce .woobt-wrap a.button.loading:after,
.woocommerce .woobt-wrap button.button.loading:after,
.woocommerce .woobt-wrap input.button.loading:after {
	top: 0.4em;
}

.woobt-wrap .woobt-before-text {
	font-size: 1.5em;
	font-weight: bold;
	color: #a67c52;
}

.woobt-wrap .woobt-after-text {
	color: #91a2b2;
}

.woobt-wrap.woobt-wrap-separate-atc {
	margin: 2em 0;
}

.woobt-wrap .wc-forward {
	margin-left: 1em;
}
