/* Marley WooCommerce
Loaded on WooCommerce pages */

/* WooCommerce Globals
---------------------------------------------------------------------------- */

.woocommerce.full-width-content .content,
.woocommerce-page.full-width-content .content {
	max-width: 1240px;
	width: 100%;
	display: block;
}

.woocommerce.content-sidebar .content,
.woocommerce-page.content-sidebar .content,
.woocommerce.sidebar-content .content,
.woocommerce-page.sidebar-content .content {
	display: block;
}

.woocommerce .entry.product {
	padding: 0;
}

.woocommerce abbr.required,
.woocommerce ins {
	text-decoration: none;
}

.woocommerce span.onsale {
	background-color: #ebeae3;
	color: #000;
	border-radius: 8px;
	line-height: 1.75;
	min-height: auto;
	font-weight: 400;
	padding: 8px 16px;
	margin: -10px;
	letter-spacing: 2px;
}

.woocommerce fieldset {
	margin-bottom: 20px;
}

.woocommerce .products .star-rating {
	letter-spacing: 0;
}

.woocommerce p.stars a,
.woocommerce p.stars a:focus,
.woocommerce p.stars a:hover {
	outline: 0;
	border: 0;
}

.woocommerce .woocommerce-LoopProduct-link {
	display: block;
	flex-shrink: 0; /* IE 11 height fix */
}

.woocommerce img,
.woocommerce-page img {
	border-radius: 8px;
}


/* WooCommerce Product Gallery
---------------------------------------------------------------------------- */

.woocommerce .woocommerce-product-gallery__wrapper {
	margin: 0;
}

.woocommerce .woocommerce-product-gallery__trigger {
	border-width: 0;
}

.woocommerce .woocommerce-product-gallery {
	overflow: hidden;
}

.woocommerce .woocommerce-product-gallery .flex-control-nav {
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}


/* WooCommerce Shop Page
---------------------------------------------------------------------------- */

.woocommerce .content .entry {
	border-bottom: 0;
}

.woocommerce .content .entry::after,
.woocommerce .content .entry::before,
.woocommerce .products ul::after,
.woocommerce .products ul::before,
.woocommerce ul.products::after,
.woocommerce ul.products::before {
	display: none;
}

.woocommerce a.button.loading::after,
.woocommerce button.button.loading::after,
.woocommerce input.button.loading::after,
.woocommerce #respond input#submit.loading::after {
	top: 1em;
}

.woocommerce ul.products {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.woocommerce ul.products li.product .button,
.woocommerce .woocommerce-ordering,
.woocommerce-page ul.products li.product .button,
.woocommerce-page .woocommerce-ordering {
	margin-right: 0;
	width: 100%;
}

.woocommerce ul.products li.product .button,
.woocommerce-page ul.products li.product .button {
	border: 1px solid #a6a998;
}

.woocommerce ul.products li.product .button:hover,
.woocommerce ul.products li.product .button:focus,
.woocommerce-page ul.products li.product .button:hover,
.woocommerce-page ul.products li.product .button:focus {
	border: 1px solid #a6a998;
}

.woocommerce ul.products li.product h3,
.woocommerce ul.products li.product .price .from {
	color: #000;
}

.woocommerce ul.products li.product h3:hover,
.woocommerce ul.products li.product .price {
	color: #000;
}

/* MS Edge Bug Fix */
.woocommerce ul.products li.product a {
	transition: color 0.1s ease-in-out, background 0.1s ease-in-out;
	border: 0;
}

.woocommerce ul.products li.product a.added_to_cart {
	border-bottom: 1px solid #000;
}

.woocommerce a.added_to_cart {
	line-height: 1;
}

.woocommerce nav.woocommerce-pagination {
	clear: both;
	margin: 40px 0;
}

.woocommerce nav.woocommerce-pagination ul,
.woocommerce nav.woocommerce-pagination ul li {
	border: none;
}

.woocommerce nav.woocommerce-pagination ul li {
	margin-left: 2px;
	margin-right: 2px;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
	background-color: #ebeae3;
	color: #000;
	border: 1px solid #ebeae3;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.625;
	padding: 8px 14px;
	text-decoration: none;
	border-radius: 8px;
}

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
	background-color: transparent;
	color: #000;
	border: 1px solid #000;
}


/* WooCommerce Product
---------------------------------------------------------------------------- */

.woocommerce ul.products li.product {
	align-items: self-start;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.woocommerce div.product .product_title {
	text-align: left;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
	color: #000;
	line-height: 1.5;
}

.woocommerce div.product form.cart .button {
	line-height: 1.5;
}

.woocommerce div.product form.cart .variations {
	table-layout: fixed;
}

.woocommerce .woocommerce-variation-price {
	margin-bottom: 20px;
}

.woocommerce .product_meta {
	margin-top: 20px;
}

.woocommerce .woocommerce-product-rating .star-rating,
.woocommerce .star-rating {
	letter-spacing: 0;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text .star-rating {
	margin-bottom: 10px;
}

.woocommerce #reviews #comments ol.commentlist {
	padding-left: 0;
}

.woocommerce .star-rating::before {
	color: #000;
}

.woocommerce div.product p.stock {
	color: #000;
}

.woocommerce #review_form #reply-title {
	font-weight: bold;
}

.woocommerce #review_form .comment-form-rating {
	width: 100%;
}

.woocommerce #review_form .comment-form-author label,
.woocommerce #review_form .comment-form-email label {
	display: block;
}

.woocommerce div.product form.cart .group_table td.woocommerce-grouped-product-list-item__quantity .button {
	padding: 12px 16px;
	width: 100%;
}

.woocommerce div.product form.cart .group_table td {
	vertical-align: middle;
}

.woocommerce-grouped-product-list-item__price .stock {
	margin-bottom: 0;
}

/* WooCommerce Product Tabs
---------------------------------------------------------------------------- */

.woocommerce div.product .woocommerce-tabs ul.tabs {
	padding: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li {
	border-color: #000;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
	border: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
	display: block;
	margin: 0 0 10px;
	padding: 0;
	border-radius: 8px;
	border: 1px solid #000;
	background-color: #fff;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
	display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:last-child {
	border-bottom: 1px solid #000;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
	border-bottom-color: #000;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	display: block;
	padding: 15px 30px;
	color: #000;
	border: 0;
	font-weight: 400;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a:focus,
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
	color: #000;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a::after {
	content: "\f147";
	display: block;
	float: right;
	font-family: dashicons; /* stylelint-disable-line font-family-no-missing-generic-family-keyword */
}

.woocommerce table.shop_attributes td {
	padding: 10px;
}

.woocommerce table.shop_attributes tr:nth-child(even) td,
.woocommerce table.shop_attributes tr:nth-child(even) th {
	background-color: #eee;
}

.woocommerce table.shop_attributes td p {
	padding: 0;
}

/* WooCommerce Checkout
---------------------------------------------------------------------------- */

.woocommerce-checkout #order_review_heading {
	margin-top: 30px;
}

.woocommerce-cart #payment ul.payment_methods li,
.woocommerce-checkout #payment ul.payment_methods li,
#add_payment_method #payment ul.payment_methods li {
	list-style-type: none;
}

.woocommerce-cart table.cart td.actions .coupon input.input-text,
.woocommerce-checkout table.cart td.actions .coupon input.input-text,
#add_payment_method table.cart td.actions .coupon input.input-text {
	width: auto;
}

.woocommerce-cart #payment div.form-row,
.woocommerce-checkout #payment div.form-row,
#add_payment_method #payment div.form-row {
	margin-bottom: 0;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
	margin-bottom: 10px;
}


/* WooCommerce Cart Page
---------------------------------------------------------------------------- */

.woocommerce table.shop_table,
.woocommerce table.shop_table td {
	border-color: #000;
	border-radius: 0;
	line-height: 1.75;
	word-break: normal;
}

.woocommerce table.shop_table {
	border-radius: 8px;
}

.woocommerce table.shop_table thead {
	background-color: transparent;
}

.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
	border-color: #000;
}

.woocommerce-cart table.cart {
	line-height: 1.75;
}

.woocommerce-cart table.cart td {
	font-size: 18px;
	padding: 10px 12px;
}

.woocommerce table.shop_table .order-number {
	min-width: 75px;
}

.woocommerce-cart table.cart .product-thumbnail {
	min-width: 56px;
}

.woocommerce-cart table.cart th.product-name {
	min-width: 140px;
}

.woocommerce-cart table.cart th.product-price,
.woocommerce-cart table.cart th.product-quantity,
.woocommerce-cart table.cart th.product-subtotal,
.woocommerce-checkout-review-order-table th.product-total {
	min-width: 110px;
}

.woocommerce table.shop_table td.actions {
	padding-top: 15px;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
	font-size: 18px;
}

.woocommerce-cart td.product-name dl.variation dd {
	margin-left: 20px;
}

.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img,
#add_payment_method table.cart img {
	vertical-align: middle;
}

#add_payment_method .cart-collaterals .cart_totals tr td,
#add_payment_method .cart-collaterals .cart_totals tr th,
.woocommerce-cart .cart-collaterals .cart_totals tr td,
.woocommerce-cart .cart-collaterals .cart_totals tr th,
.woocommerce-checkout .cart-collaterals .cart_totals tr td,
.woocommerce-checkout .cart-collaterals .cart_totals tr th {
	border-color: #000;
}

/* WooCommerce Payment
---------------------------------------------------------------------------- */

.woocommerce-cart #payment,
.woocommerce-checkout #payment,
#add_payment_method #payment {
	background-color: #ebeae3;
	color: #000;
	border-radius: 8px;
	padding: 0;
}

.woocommerce-cart #payment a,
.woocommerce-checkout #payment a,
#add_payment_method #payment a {
	color: #000;
	border-color: #000;
}

.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box,
#add_payment_method #payment div.payment_box {
	background-color: transparent;
	color: #000;
	padding: 0;
}

.woocommerce-cart #payment div.payment_box a,
.woocommerce-checkout #payment div.payment_box a,
#add_payment_method #payment div.payment_box a {
	color: #000;
	border-color: inherit;
}

.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before,
#add_payment_method #payment div.payment_box::before {
	display: none;
}

.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods,
#add_payment_method #payment ul.payment_methods {
	border-color: #000;
}

#add_payment_method #payment div.payment_box .form-row,
.woocommerce-cart #payment div.payment_box .form-row,
.woocommerce-checkout #payment div.payment_box .form-row {
	padding: 0;
}

.woocommerce-checkout #payment {
	margin-bottom: 30px;
}

.woocommerce-checkout fieldset {
	border: 0;
}

.woocommerce-checkout #payment .wc_payment_method > label {
	font-weight: bold;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
	background-color: #a6a998;
	border-color: #a6a998;
	color: #fff;
}

.woocommerce #payment #place_order:hover,
.woocommerce #payment #place_order:focus,
.woocommerce-page #payment #place_order:hover,
.woocommerce-page #payment #place_order:focus {
	background-color: transparent;
	border-color: #a6a998;
	color: #a6a998;
}

.select2-container .select2-selection--single {
	height: 50px;
	padding: 8px 20px;
	border-radius: 8px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 48px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #000;
	line-height: 1.8em;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
	color: #00000080;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-top-color: #000;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-bottom-color: #000;
}

.select2-container--default .select2-selection--single {
	border-color: #000;
}

/* WooCommerce Forms
---------------------------------------------------------------------------- */

.woocommerce a.button,
.woocommerce a.button.alt,
.woocommerce button.button,
.woocommerce button.button.alt,
.woocommerce input.button,
.woocommerce input.button.alt,
.woocommerce input.button[type="submit"],
.woocommerce #respond input#submit,
.woocommerce #respond input#submit.alt {
	background-color: #a6a998;
	border: 1px solid #a6a998;
	color: #fff;
	border-radius: 8px;
	cursor: pointer;
	font-size: 12px;
	font-weight: 400;
	padding: 15px 30px;
	text-align: center;
	text-decoration: none;
	white-space: normal;
	width: auto;
}

.woocommerce button.button.alt,
.woocommerce button.button.disabled.single_add_to_cart_button {
	padding: 12px 16px;
}

.woocommerce a.button:focus,
.woocommerce a.button:hover,
.woocommerce a.button.alt:focus,
.woocommerce a.button.alt:hover,
.woocommerce button.button:focus,
.woocommerce button.button:hover,
.woocommerce button.button.alt:focus,
.woocommerce button.button.alt:hover,
.woocommerce input.button:focus,
.woocommerce input.button:hover,
.woocommerce input.button.alt:focus,
.woocommerce input.button.alt:hover,
.woocommerce input[type="submit"]:focus,
.woocommerce input[type="submit"]:hover,
.woocommerce #respond input#submit:focus,
.woocommerce #respond input#submit:hover,
.woocommerce #respond input#submit.alt:focus,
.woocommerce #respond input#submit.alt:hover {
	background-color: transparent;
	border-color: #a6a998;
	color: #a6a998;
}

.woocommerce button.button.alt,
.woocommerce a.button.alt,
.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button,
.woocommerce-page .woocommerce-error .button,
.woocommerce-page .woocommerce-info .button,
.woocommerce-page .woocommerce-message .button {
	background-color: #ebeae3;
	color: #000;
	border-color: #ebeae3;
}

.woocommerce button.button.alt:focus,
.woocommerce button.button.alt:hover,
.woocommerce a.button.alt:focus,
.woocommerce a.button.alt:hover,
.woocommerce .woocommerce-error .button:hover,
.woocommerce .woocommerce-error .button:focus,
.woocommerce .woocommerce-info .button:hover,
.woocommerce .woocommerce-info .button:focus,
.woocommerce .woocommerce-message .button:hover,
.woocommerce .woocommerce-message .button:focus,
.woocommerce-page .woocommerce-error .button:hover,
.woocommerce-page .woocommerce-error .button:focus,
.woocommerce-page .woocommerce-info .button:hover,
.woocommerce-page .woocommerce-info .button:focus,
.woocommerce-page .woocommerce-message .button:hover,
.woocommerce-page .woocommerce-message .button:focus {
	background-color: transparent;
	color: #000;
	border-color: #000;
}

.woocommerce #reviews #comment {
	height: 150px;
}

.woocommerce .quantity .qty {
	background-color: transparent;
	border: 1px solid #000;
	line-height: 1.5;
	margin-right: 5px;
	padding: 9px 5px;
	width: 70px;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
	line-height: 1.5;
	padding: 8px 20px;
}

.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
	float: none;
	width: 100%;
}

.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text,
#add_payment_method table.cart td.actions .coupon .input-text {
	padding: 5px 15px;
	width: 150px;
	height: auto;
	border: 1px solid #000;
}

.woocommerce-cart table.cart td.actions .coupon .button {
	height: 50px;
	width: 100%;
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register,
.woocommerce form .form-row .select2-container {
	border-color: #000;
	border-radius: 8px;
}

.woocommerce form .form-row.woocommerce-validated input.input-text,
.woocommerce form .form-row.woocommerce-validated select,
.woocommerce form .form-row.woocommerce-validated .select2-container {
	border-color: #000;
}

.woocommerce-cart table.cart input,
.woocommerce-checkout table.cart input,
#add_payment_method table.cart input {
	vertical-align: top;
}

.woocommerce .coupon {
	line-height: 1;
}

.woocommerce .coupon .input-text {
	height: 48px;
}

.woocommerce input.button,
.woocommerce input.button[type="submit"],
.woocommerce-cart table.cart td.actions .coupon .input-text {
	width: 100% !important;
}


/* WooCommerce Disabled Buttons
---------------------------------------------------------------------------- */

.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled],
.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled] {
	background-color: #eee;
	color: #000;
	border-color: #eee;
	padding: 15px 30px;
}

.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt[disabled]:disabled,
.woocommerce a.button.alt[disabled]:disabled:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt[disabled]:disabled,
.woocommerce button.button.alt[disabled]:disabled:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt[disabled]:disabled,
.woocommerce input.button.alt[disabled]:disabled:hover,
.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt[disabled]:disabled,
.woocommerce #respond input#submit.alt[disabled]:disabled:hover {
	background-color: #eee;
	border-color: #eee;
	color: #000;
}


/* WooCommerce Account Page
---------------------------------------------------------------------------- */

.woocommerce-account .woocommerce-Address-title h3 {
	font-size: 26px;
}

.woocommerce-account .woocommerce-Address {
	margin-bottom: 20px;
}

.woocommerce-account table.order_details th.product-total {
	min-width: 110px;
}

.woocommerce-MyAccount-navigation {
	border: 1px solid #000;
	padding: 20px;
	margin-bottom: 40px;
	border-radius: 8px;
}

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

.woocommerce-MyAccount-navigation ul li {
	line-height: 1.2;
	list-style-type: none;
	margin-bottom: 15px;
}

.woocommerce-MyAccount-navigation ul li:last-child {
	margin-bottom: 0;
}

.woocommerce-MyAccount-navigation ul li a {
	color: #000;
	border-color: transparent;
}

.woocommerce-MyAccount-navigation ul li a:hover,
.woocommerce-MyAccount-navigation ul li a:focus {
	border-color: #000;
}

.woocommerce-MyAccount-navigation ul li.is-active > a {
	color: #000;
	font-weight: 700;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
	text-align: left;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li {
	display: block;
	margin: 10px;
}

.content-sidebar.woocommerce-account .woocommerce-MyAccount-navigation ul,
.sidebar-content.woocommerce-account .woocommerce-MyAccount-navigation ul {
	text-align: left;
}

.content-sidebar.woocommerce-account .woocommerce-MyAccount-navigation li,
.sidebar-content.woocommerce-account .woocommerce-MyAccount-navigation li {
	display: block;
	margin: 0;
	padding: 10px 0;
}

.content-sidebar.woocommerce-account .woocommerce-MyAccount-content,
.sidebar-content.woocommerce-account .woocommerce-MyAccount-content {
	width: 100%;
}

.woocommerce table.my_account_orders .button {
	margin: 5px;
}


/* WooCommerce Breadcrumb
---------------------------------------------------------------------------- */

.woocommerce .woocommerce-breadcrumb {
	font-size: 18px;
	margin-bottom: 40px;
}

.woocommerce .woocommerce-breadcrumb,
.woocommerce .woocommerce-breadcrumb a {
	color: #000;
}

.woocommerce .woocommerce-breadcrumb a {
	text-decoration: none;
}

.woocommerce .woocommerce-breadcrumb a:focus,
.woocommerce .woocommerce-breadcrumb a:hover {
	color: #000;
}


/* WooCommerce Reviews
---------------------------------------------------------------------------- */

.woocommerce #reviews #comments ol.commentlist li img.avatar {
	display: none;
	background: transparent;
	border: 0;
	margin: 0 16px 24px 0;
	padding: 0;
	position: relative;
	width: 60px;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
	display: flex;
	flex-direction: column;
	border-color: #000;
	border-radius: 8px;
	margin-left: 0;
}

.woocommerce .entry-content #reviews ol > li {
	list-style-type: none;
}

.woocommerce #reviews #comments ol.commentlist li .meta {
	color: #000;
}

.woocommerce #review_form #respond p {
	margin: 0 0 30px;
}


/* WooCommerce Misc
---------------------------------------------------------------------------- */

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
	background-color: transparent;
	border: 1px solid #000;
	border-radius: 8px;
}

.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before {
	color: #000;
}

ul.woocommerce-error,
ul.woocommerce-info,
ul.woocommerce-message {
	padding: 1em 2em 1em 3.5em;
}

.woocommerce-error a,
.woocommerce-info a,
.woocommerce-message a {
	border-color: #000;
}

div.woocommerce-info.wc-memberships-restriction-message.wc-memberships-restricted-content-message {
	width: 48%;
}

.woocommerce-message .button.wc-forward {
	margin-bottom: 20px;
	width: 100%;
}

.woocommerce-store-notice,
p.demo_store {
	background-color: #ebeae3;
	color: #000;
	box-shadow: none;
	padding: 17px 10px;
}

.woocommerce-store-notice a,
p.demo_store a {
	color: #000;
}

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

.woocommerce .woocommerce-customer-details address {
	border: 1px solid #000;
	background-color: transparent;
	color: #000;
	border-radius: 8px;
}

.woocommerce-error li,
.woocommerce-info li,
.woocommerce-message li {
	padding-left: 10px !important;
}

/* WooCommerce Widgets
---------------------------------------------------------------------------- */

.woocommerce ul.product_list_widget li a {
	border: 0;
}

/* Woo Search
-------------------------------------------------- */

.woocommerce-product-search {
	overflow: hidden;
	width: 100%;
}

.woocommerce-product-search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* Woo Shopping Cart
-------------------------------------------------- */

.woocommerce .widget_shopping_cart ul.cart_list li,
.woocommerce.widget_shopping_cart ul.cart_list li {
	padding-top: 15px;
}

.woocommerce .widget_shopping_cart .cart_list li a.remove,
.woocommerce.widget_shopping_cart .cart_list li a.remove {
	top: 15px;
}

.woocommerce.widget_shopping_cart .total {
	border-top: 1px solid #eee;
}

.woocommerce .widget_shopping_cart .buttons a,
.woocommerce.widget_shopping_cart .buttons a {
	margin-bottom: 5px;
}

.woocommerce .widget_shopping_cart .cart_list li.empty,
.woocommerce.widget_shopping_cart .cart_list li.empty {
	padding-left: 0;
}

/* Woo Product Lists
-------------------------------------------------- */

.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
	width: 60px;
}

.sidebar ul.product_list_widget li {
	line-height: 1.4;
	margin-bottom: 15px;
	padding: 15px 0 0;
}

.sidebar ul.product_list_widget li:last-child {
	margin-bottom: 0;
	padding-bottom: 15px;
}

/* Woo Filter
-------------------------------------------------- */

.woocommerce.widget_price_filter .price_slider_wrapper .ui-widget-content {
	background-color: #eee;
}

.woocommerce.widget_price_filter .ui-slider .ui-slider-handle,
.woocommerce.widget_price_filter .ui-slider .ui-slider-range {
	background-color: #ebeae3;
}

.woocommerce .widget_layered_nav ul li.chosen a::before,
.woocommerce .widget_layered_nav_filters ul li a::before,
.woocommerce .widget_rating_filter ul li.chosen a::before {
	color: #ebeae3;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
.woocommerce.widget_price_filter .ui-slider .ui-slider-handle {
	top: -0.28em;
}

/* Woo Active Filters
--------------------------------------------- */

.woocommerce.widget_layered_nav_filters ul li {
	margin: 0 20px 20px 0;
}

/* Woo Recent Reviews
-------------------------------------------------- */

.woocommerce.widget_recent_reviews .reviewer {
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

/* Woocommerce Search Results
-------------------------------------------------- */
.search-results .type-product .entry-meta {
	display: none;
}

/* Woocommerce Blocks
--------------------------------------------------------------------------- */

/* Woo Cart
-------------------------------------------------- */

a.wc-block-components-product-name {
	border-bottom: 0;
}

body table.wc-block-cart-items .wc-block-cart-items__header th,
body .wc-block-components-product-badge,
body .is-large.wc-block-cart .wc-block-cart__totals-title,
body .wc-block-components-product-title a {
	font-weight: 400;
	text-transform: none;
}

body .wc-block-components-product-badge {
	background: #ebeae3;
	border: 0;
	margin: 5px 0;
}

body .is-large.wc-block-cart .wc-block-cart-items td,
body .is-large.wc-block-cart .wc-block-cart-items,
body .wc-block-components-totals-wrapper {
	border-color: #000;
}

body .wc-block-cart .wc-block-cart-items tbody {
	border-bottom: 0;
}

body .wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input {
	font-weight: 400;
}

body .wc-block-components-quantity-selector::after {
	border-color: #000;
}

body .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:disabled {
	opacity: 1;
}

body .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:focus {
	box-shadow: none;
}

body .wc-block-components-product-price__regular {
	opacity: 0.7;
}

body .wc-block-components-product-details.wc-block-components-product-details li {
	list-style-type: none;
}

body .wc-block-components-product-image img {
	border-radius: 8px;
}

body .wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .cross-sells-product {
	text-align: left;
	font-size: 16px;
}

body .wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .cross-sells-product div .wc-block-components-product-price {
	display: block;
	font-weight: 400;
	margin-bottom: 0.5em;
	font-size: .857em;
}

body .wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .cross-sells-product .wc-block-components-product-button__button {
	border-width: 1px;
	border-style: solid;
}

body .wp-block-button.wc-block-components-product-button {
	align-items: flex-start;
}

body .wc-block-components-product-rating-stars__stars {
	width: 5.5em;
}

body .wc-block-cart__sidebar a.wc-block-cart__submit-button {
	background-color: #a6a998;
	border: 1px solid #a6a998;
	border-radius: 8px;
}

body .wc-block-cart__sidebar a.wc-block-cart__submit-button:hover,
body .wc-block-cart__sidebar a.wc-block-cart__submit-button:focus {
	background: transparent;
	border-color: #a6a998;
}

body .wc-block-components-button:not(.is-link) .wc-block-components-button__text {
	color: #fff;
}

body .wc-block-components-button:not(.is-link):hover .wc-block-components-button__text,
body .wc-block-components-button:not(.is-link):focus .wc-block-components-button__text {
	color: #a6a998;
}

body .wc-block-components-button:not(.is-link):disabled {
	border: 1px solid #000;
	background: transparent;
}

body .wc-block-components-button:not(.is-link):disabled .wc-block-components-button__text {
	color: #000;
}

body .wc-block-cart__sidebar {
	padding: 20px;
	border-radius: 8px;
	background-color: #ebeae3;
	margin-bottom: auto;
}

body .is-small.wc-block-components-sidebar-layout .wc-block-components-sidebar,
body .is-medium.wc-block-components-sidebar-layout .wc-block-components-sidebar,
body .is-mobile.wc-block-components-sidebar-layout .wc-block-components-sidebar {
	padding: 20px;
}

body .wc-block-components-totals-discount__coupon-list {
	margin-bottom: 0;
	padding-left: 0;
}

body .wc-block-components-totals-discount .wc-block-components-totals-item__value {
	color: #000;
}

body .wc-block-components-radio-control .wc-block-components-radio-control__input {
	left: 0;
}

@media only screen and (min-width: 960px) {

	.full-width-content .site-container .wp-block-woocommerce-cart.alignwide {
		margin-left: 0;
		margin-right: 0;
		max-width: 100%;
	}
}

/* Woo Checkout
-------------------------------------------------- */

body .wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__container:after {
	border-color: #ebeae3;
}

body .wc-block-checkout__sidebar {
	background: #ebeae3;
	margin-bottom: auto;
	padding: 20px;
	border-radius: 8px;
}

body .wc-block-components-express-payment--checkout .wc-block-components-express-payment__title-container:before,
body .wc-block-components-express-payment--checkout .wc-block-components-express-payment__title-container:after,
body .wc-block-components-express-payment--checkout .wc-block-components-express-payment__content,
body .wc-block-components-express-payment-continue-rule:after,
body .wc-block-components-express-payment-continue-rule:before,
body .wc-block-checkout__shipping-option .wc-block-components-radio-control__option,
body .wc-block-checkout__payment-method .wc-block-components-radio-control,
body .wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option,
body .wc-block-checkout__payment-method .wc-block-components-radio-control__option,
body .is-large .wc-block-checkout__actions,
body .wc-block-components-address-card {
	border-color: #ebeae3;
}

body .wc-block-checkout__payment-method .wc-block-components-radio-control,
body .wc-block-gateway-container .wc-block-gateway-input,
body .wc-block-components-address-card {
	border-radius: 8px;
}

body .wc-block-gateway-container .wc-block-gateway-input {
	border-color: #000;
	color: #000;
}

body .wc-block-components-order-summary .wc-block-components-order-summary-item__quantity {
	border-color: #fff;
}

body .wc-block-components-order-summary .wc-block-components-order-summary-item {
	border-color: #00000033;
}

/* Woo Input Fields
-------------------------------------------------- */

body .wc-block-components-form .wc-block-components-text-input input[type=email],
body .wc-block-components-form .wc-block-components-text-input input[type=number],
body .wc-block-components-form .wc-block-components-text-input input[type=tel],
body .wc-block-components-form .wc-block-components-text-input input[type=text],
body .wc-block-components-form .wc-block-components-text-input input[type=url],
body .wc-block-components-text-input input[type=email],
body .wc-block-components-text-input input[type=number],
body .wc-block-components-text-input input[type=tel],
body .wc-block-components-text-input input[type=text],
body .wc-block-components-text-input input[type=url],
body .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input,
body .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input,
body .wc-block-components-textarea {
	background: transparent;
	border: 1px solid #000;
	border-radius: 8px;
	color: #000;
}

body .wc-block-components-form .wc-block-components-text-input input[type=email]:focus,
body .wc-block-components-form .wc-block-components-text-input input[type=number]:focus,
body .wc-block-components-form .wc-block-components-text-input input[type=tel]:focus,
body .wc-block-components-form .wc-block-components-text-input input[type=text]:focus,
body .wc-block-components-form .wc-block-components-text-input input[type=url]:focus,
body .wc-block-components-text-input input[type=email]:focus,
body .wc-block-components-text-input input[type=number]:focus,
body .wc-block-components-text-input input[type=tel]:focus,
body .wc-block-components-text-input input[type=text]:focus,
body .wc-block-components-text-input input[type=url]:focus,
body .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input:focus,
body .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input[aria-expanded=true],
body .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input:focus,
body .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input[aria-expanded=true] {
	background: transparent;
	box-shadow: none;
	color: #000;
}

body .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list,
body .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list {
	border-color: #000;
	color: #000;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	margin-left: 0;
	width: 100%;
}

body .wc-block-cart__sidebar .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list,
body .wc-block-cart__sidebar .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list {
	background: #ebeae3;
}

body .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion,
body .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion,
body .wc-block-checkout__add-note .wc-block-components-textarea:focus {
	color: #000;
}

body .wc-block-components-combobox .wc-block-components-combobox-control label.components-base-control__label,
body .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control label.components-base-control__label,
body .wc-block-components-form .wc-block-components-text-input label,
body .wc-block-components-text-input label {
	color: #000;
	opacity: 0.7;
}

body .wc-block-components-radio-control .wc-block-components-radio-control__input:checked,
body .wc-block-components-radio-control .wc-block-components-radio-control__input,
body .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox] {
	border-color: #000;
}

body .wc-block-components-checkbox .wc-block-components-checkbox__mark {
	fill: #000;
}

/* Woo Product Grid
-------------------------------------------------- */

ul.wc-block-review-list li,
ul.wc-block-grid__products li {
	list-style-type: none;
}

ul.wc-block-grid__products {
	padding: 0;
}

.wc-block-grid.has-aligned-buttons a.wc-block-grid__product-link,
.wc-block-grid__product-title a {
	border: 0;
}

.wc-block-grid__product-title {
	text-align: left;
	border: 0;
}

.wc-block-grid__product-onsale,
.wc-block-grid .wc-block-grid__product-onsale,
.wc-block-grid__product-image .wc-block-grid__product-onsale,
body .wc-block-components-product-sale-badge {
	position: absolute;
	top: 0;
	right: 0;
	border: 0;
	font-weight: 400;
	text-transform: inherit;
	background-color: #ebeae3;
	color: #000;
	border-radius: 8px;
	line-height: 1.75;
	min-height: auto;
	padding: 8px 16px;
	margin: -10px;
	letter-spacing: 2px;
}

.wc-block-grid__product-image .wc-block-grid__product-onsale.wc-block-grid__product-onsale--alignright {
	top: 0;
	right: 0;
	margin: -0.5em -0.5em 0 0;
}

.wc-block-grid__product-image .wc-block-grid__product-onsale.wc-block-grid__product-onsale--alignleft {
	top: 0;
	left: 0;
	margin: -0.5em 0 0 -0.5em;
}

.wc-block-grid__product .wc-block-grid__product-price {
	font-size: 0.857em;
}

.wc-block-grid__product-price .wc-block-grid__product-price__value {
	text-align: left;
	font-weight: 400;
}

.wc-block-grid__product .wc-block-grid__product-price ins {
	text-decoration: none;
}

.wc-block-grid__product .wc-block-grid__product-price del {
	opacity: 0.7;
}

.wc-block-grid__product,
.wc-block-grid__product .wp-block-button,
.wc-block-grid__product-summary,
.wc-block-grid__product-price {
	text-align: left;
}

.wc-block-grid__product-title {
	font-size: 1em;
}

.wc-block-grid__product-rating .wc-block-grid__product-rating__stars {
	margin: 0;
}

.wc-block-grid__product .add_to_cart_button.added {
	display: inline-block;
}

.wc-block-grid__product-price .wc-block-grid__product-price__value,
.wc-block-grid__product-price .wc-block-grid__product-price__regular {
	display: inline-block;
}

.wc-block-grid__product-price .wc-block-grid__product-price__regular {
	margin-right: 5px;
}

.wc-block-grid__product .wc-block-grid__product-link {
	border-bottom: 0;
}

.wc-block-grid__product-price .wc-block-grid__product-price__value,
.wc-block-grid__product-price .wc-block-grid__product-price__regular {
	font-size: 1em;
}

.wc-block-grid.has-4-columns:not(.alignwide):not(.alignfull) .wc-block-grid__product,
.wc-block-grid.has-5-columns.alignfull .wc-block-grid__product,
.wc-block-grid.has-6-columns.alignfull .wc-block-grid__product,
.wc-block-grid.has-5-columns .wc-block-grid__product,
.wc-block-grid.has-6-columns.alignfull .wc-block-grid__product {
	font-size: 1em !important;
}

.wc-block-grid__product .wc-block-grid__product-price ins {
	font-weight: 700;
}

.wc-block-grid__product-rating .star-rating,
.wc-block-grid__product-rating .wc-block-grid__product-rating__stars {
	margin: 0;
	width: 5.5em;
}

/* Other Woo Blocks
-------------------------------------------------- */

.wp-block-woocommerce-all-reviews {
	margin-bottom: 30px;
}

ul.wc-block-review-list {
	padding: 0;
}

.wc-block-sort-select__select {
	width: auto;
}

.wc-block-review-list-item__rating__stars {
	letter-spacing: 0;
}

.wc-block-price-filter .wc-block-price-filter__controls .wc-block-price-filter__amount {
	border-radius: 0;
}

.wc-block-product-sort-select {
	text-align: right;
}

/* Media Queries
---------------------------------------------------------------------------- */

@media only screen and (min-width: 600px) {

	.woocommerce form .form-row-first,
	.woocommerce-page form .form-row-first {
		float: left;
		width: 47%;
	}

	.woocommerce form .form-row-last,
	.woocommerce-page form .form-row-last {
		float: right;
		width: 47%;
	}

	.woocommerce #reviews #comments ol.commentlist li img.avatar {
		display: block;
		background: transparent;
		border: 0;
		margin: 0 16px 24px 0;
		padding: 0;
		position: relative;
		width: 60px;
	}


	.woocommerce #reviews #comments ol.commentlist li .comment-text {
		flex-direction: row;
		flex-wrap: wrap;
		margin-left: 80px;
	}

	.woocommerce #reviews #comments ol.commentlist li .comment-text .star-rating {
		margin-bottom: 0;
	}

	.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
		margin-left: auto;
	}

	.woocommerce #reviews #comments ol.commentlist li .comment-text .description {
		width: 100%;
	}

	.woocommerce ul.products li.product .button,
	.woocommerce .woocommerce-ordering,
	.woocommerce-page ul.products li.product .button,
	.woocommerce-page .woocommerce-ordering {
		margin-right: auto;
		width: auto;
	}

	.woocommerce input.button,
	.woocommerce input.button[type="submit"],
	.woocommerce-cart table.cart td.actions .coupon .input-text {
		width: auto !important;
	}

	.woocommerce-message .button.wc-forward {
		margin-bottom: 0;
		width: auto;
	}

	.woocommerce-cart table.cart td.actions .coupon .input-text {
		margin-bottom: 0;
	}

	.woocommerce-cart table.cart td.actions .coupon .button {
		width: auto;
	}

	.woocommerce-account .woocommerce-MyAccount-navigation ul li {
		display: block;
		margin: 10px;
	}

	.woocommerce #review_form .comment-form-email,
	.woocommerce #review_form .comment-form-author {
		width: 49%;
	}

	.woocommerce-cart #payment,
	.woocommerce-checkout #payment,
	#add_payment_method #payment {
		padding: 30px;
	}

}

@media only screen and (min-width: 860px) {

	.full-width-content .woocommerce ul.products {
		justify-content: flex-start;
	}

	.woocommerce ul.products {
		justify-content: flex-start;
	}

	.woocommerce-account .woocommerce-MyAccount-navigation {
		width: 250px;
	}

	.woocommerce-account .woocommerce-MyAccount-content {
		width: calc(100% - 300px);
	}

}

@media only screen and (min-width: 960px) {

	.full-width-content.woocommerce div.product .woocommerce-tabs ul.tabs {
		padding: 0;
	}

	.full-width-content.woocommerce div.product .woocommerce-tabs ul.tabs li {
		background-color: #ebeae3;
		border-color: #ebeae3;
		display: inline-block;
		margin: 0;
	}

	.full-width-content.woocommerce div.product .woocommerce-tabs ul.tabs li a,
	.full-width-content.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover,
	.full-width-content.woocommerce div.product .woocommerce-tabs ul.tabs li a:focus {
		color: #000;
	}

	.full-width-content.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
		background-color: #fff;
		border-color: #000;
	}

	.full-width-content.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
		color: #000;
	}

	.full-width-content.woocommerce div.product .woocommerce-tabs ul.tabs li.active a::after {
		display: none;
	}

}

@media only screen and (min-width: 1140px) {

	.woocommerce div.product .woocommerce-tabs ul.tabs {
		padding: 0 0 0 1em;
	}

	.woocommerce div.product .woocommerce-tabs ul.tabs li {
		background-color: #c18870;
		display: inline-block;
		margin: 0 -5px;
	}

	.woocommerce div.product .woocommerce-tabs ul.tabs li a {
		color: #000;
	}

	.woocommerce div.product .woocommerce-tabs ul.tabs li a:focus,
	.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
		color: #000;
	}


	.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
		background-color: #fff;
	}

	.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
		color: #000;
	}

	.woocommerce div.product .woocommerce-tabs ul.tabs li.active a::after {
		display: none;
	}

}

@media only screen and (min-width: 1140px) {

	.content-sidebar .woocommerce ul.products,
	.sidebar-content .woocommerce ul.products {
		justify-content: flex-start;
	}

}

@media only screen and (max-width: 860px) {

	.woocommerce table.shop_table_responsive tr:nth-child(2n) td,
	.woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
		background-color: transparent;
	}
}
