body.woocommerce ul.products li.product {
	margin: 0;
	position: relative;
}

li.product > a {
	display: block;
}

li.product .onsale {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #000000;
	color: #ffffff;
}

body.single-product div.product {
	display: flex;
	flex-wrap: wrap;
}

body.single-product div.product > * {
	width: 100%;
}

body.single-product div.product .woocommerce-product-gallery {
	width: 50%;
}

body.single-product div.product .summary.entry-summary {
	width: 50%;
}

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

.woocommerce .woocommerce-message, 
.woocommerce .woocommerce-info, 
.woocommerce .woocommerce-error {
	display: block;
	width: calc(100% - 40px);
	background-color: #eeeeee;
	padding: 10px 20px;
	position: relative;
	border-left: 10px solid #000000;
	margin-left: auto;
	margin-right: auto;
	box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.2);
}

.woocommerce-notices-wrapper > div {
	margin-bottom: 20px;
}

.woocommerce-notices-wrapper .woocommerce-message {
	border-left-color: #3bb477;
}
.woocommerce-notices-wrapper .woocommerce-info {
	border-left-color: #000000;
}
.woocommerce-notices-wrapper .woocommerce-error {
	border-left-color: #973333;
}

#PRIMARY-WOOCOMMERCE-TITLES,
h1.product_title.entry-title {
	color: #000000;
}

#SECONDARY-WOOCOMMERCE-TITLES,
h2.woocommerce-Reviews-title,
.related.products h2,
.cart_totals h2 {
	color: #000000;
}

.woocommerce-cart-form table {
	border: 1px solid #ccc;
	border-collapse: collapse;
}

.woocommerce-cart-form th, 
.woocommerce-cart-form td {
	border: 1px solid #cccccc;
	font-size: 14px;
	padding: 5px 10px;
	line-height: 1.1em;
}

.woocommerce-cart-form .product-thumbnail a {
	display: block;
}

.woocommerce-cart-form .product-thumbnail img {
	display: block;
	object-fit: contain;
	width: 100px;
	height: 100px;
	margin: auto;
}

.woocommerce-cart-form .coupon {
	float: left;
}

#coupon_code {
	border-radius: 0;
	border-color: #000000;
	font-size: 14px;
	height: 34px;
	padding: 0;
	line-height: 34px;
	text-align: center;
}

.woocommerce-cart-form .coupon + .button {
	float: right;
}

.cart-collaterals .shop_table {
	border: 1px solid #cccccc;
	border-collapse: collapse;
}

.cart-collaterals .shop_table th, 
.cart-collaterals .shop_table td {
	border: 1px solid #ccc;
	font-size: 14px;
	padding: 2px 10px;
}

.cart-collaterals {
	width: 100%;
	max-width: 600px;
	margin-left: auto;
}
div .woocommerce-button,
div .woocommerce-Button,
div .woocommerce-button.button,
div .woocommerce-Button.button,
div .button.product_type_simple,
div .woocommerce-cart-form .button, 
div .wc-proceed-to-checkout a,
div .checkout_coupon .button,
div #payment #place_order,
div .single_add_to_cart_button.button,
div .woocommerce-MyAccount-content .button,
div .woocommerce-message .button,
div .add_to_cart_button,
div .woocommerce-tabs input[type="submit"] {
	background-color: #000000;
	text-decoration: none;
	color: #ffffff;
	cursor: pointer;
	font-size: 14px;
	padding: 8px 20px;
	line-height: 1em;
	display: inline-block;
	border: 2px solid #000000;
	border-radius: 0;
	transition: all 0.1s ease 0s;
	text-align: center;
}

div .woocommerce-button:hover,
div .woocommerce-Button:hover,
div .woocommerce-button.button:hover,
div .woocommerce-Button.button:hover,
div .button.product_type_simple:hover,
div .woocommerce-cart-form .button:hover,
div .wc-proceed-to-checkout a:hover,
div .checkout_coupon .button:hover,
div #payment #place_order:hover,
div .single_add_to_cart_button.button:hover,
div .woocommerce-MyAccount-content .button:hover,
div .woocommerce-message .button:hover,
div .add_to_cart_button:hover,
div .woocommerce-tabs input[type="submit"]:hover {
	background-color: #ffffff;
	color: #000000;
}

#customer_details {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#customer_details .col-1, 
#customer_details .col-2 {
	width: calc(50% - 20px);
}

h3#order_review_heading,
.woocommerce-additional-fields h3,
.woocommerce-shipping-fields h3,
.woocommerce-billing-fields h3 {
	color: #000000;
}

#customer_details.col2-set .form-row-first, 
#customer_details.col2-set .form-row-last,
.woocommerce-address-fields .form-row-first, 
.woocommerce-address-fields .form-row-last {
	width: calc(50% - 10px);
	margin: 0 0 10px;
	float: left;
}

#customer_details.col2-set .form-row-last,
.woocommerce-address-fields .form-row-last {
	float: right;
}

#customer_details.col2-set .form-row-wide,
.woocommerce-address-fields .form-row-wide {
	margin: 0 0 10px;
}

#customer_details label,
.woocommerce-address-fields label {
	display: block;
	font-size: 14px;
}

.woocommerce-input-wrapper input[type="text"], 
.woocommerce-input-wrapper input[type="email"], 
.woocommerce-input-wrapper input[type="tel"], 
.woocommerce-input-wrapper input[type="number"], 
.woocommerce-input-wrapper textarea {
	width: 100%;
	border-radius: 0;
	font-size: 14px;
	height: 35px;
	padding: 5px 10px;
}

.woocommerce-input-wrapper .select2-container--default .select2-selection--single {
	border-radius: 0;
	font-size: 14px;
	height: 35px;
	padding-top: 4px;
}

.woocommerce-input-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 4px;
}

#order_review {
	background-color: #fafafa;
	padding: 20px;
}

#order_review table {
	border: 1px solid #cccccc;
	border-collapse: collapse;
	background-color: #ffffff;
}

#order_review table th, #order_review table td {
	border: 1px solid #cccccc;
	font-size: 14px;
	padding: 2px 5px;
}

.wc_payment_methods.payment_methods.methods {
	padding: 0;
	margin: 0;
}

.woocommerce-privacy-policy-text p {
	font-size: 14px;
}

/* my account page */

#customer_login {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#customer_login > div,
.edit-account fieldset,
form.woocommerce-ResetPassword {
	width: calc(50% - 20px);
	border: 1px solid #000000;
	padding: 25px;
	position: relative;
	font-size: 14px;
}

form.woocommerce-ResetPassword {
	width: 100%;
}

.edit-account fieldset {
	width: 100%;
}

#customer_login h2,
.edit-account legend {
	position: absolute;
	top: 0;
	background-color: #ffffff;
	margin: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 13px;
	padding: 0 12px;
	color: #000000;
	font-weight: 700;
	font-size: 24px;
}

#customer_login label[for="username"], 
#customer_login label[for="password"], 
#customer_login label[for="reg_email"],
.edit-account label[for="account_first_name"],
.edit-account label[for="account_last_name"],
.edit-account label[for="account_display_name"],
.edit-account label[for="account_email"],
.edit-account label[for="password_current"],
.edit-account label[for="password_1"],
.edit-account label[for="password_2"],
form.woocommerce-ResetPassword label[for="user_login"] {
	display: block;
	background-color: #000000;
	color: #ffffff;
	padding: 0px 10px;
	font-size: 14px;
}

#customer_login #username, 
#customer_login #password, 
#customer_login #reg_email,
.edit-account #account_first_name,
.edit-account #account_last_name,
.edit-account #account_display_name,
.edit-account #account_email,
.edit-account #password_current,
.edit-account #password_1,
.edit-account #password_2,
form.woocommerce-ResetPassword #user_login {
	display: block;
	width: 100%;
	border-radius: 0;
	border: 1px solid #000000;
}

.woocommerce-form-login__rememberme {
	display: block;
	font-size: 14px;
	color: #000000;
}

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

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

.woocommerce-MyAccount-navigation li a {
	display: block;
	text-decoration: none;
	text-align: center;
	color: #ffffff;
	background-color: black;
	font-size: 14px;
	padding: 3px;
	cursor: pointer;
	transition: all 0.1s ease 0s;
	margin-bottom: 3px;
	border: 2px solid #000000;
}

.woocommerce-MyAccount-navigation li a:hover,
.woocommerce-MyAccount-navigation li.is-active a {
	background-color: #ffffff;
	color: black;
}

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

.woocommerce-EditAccountForm.edit-account {
	max-width: 600px;
}

.checkout.woocommerce-checkout {
	margin-bottom: 25px;
}

/* RESPONSIVE */
@media(max-width: 767px) {
	#customer_login > div, 
	.edit-account fieldset {
		width: 100%;
	}
	.woocommerce-MyAccount-navigation {
		width: 100%;
		text-align: center;
	}
	.woocommerce-MyAccount-navigation li {
		display: inline-block;
		margin: 0 2px 4px;
	}
	.woocommerce-MyAccount-navigation li a {
		padding: 5px 15px;
	}
	.woocommerce-MyAccount-content {
		width: 100%;
	}
	#customer_details .col-1, #customer_details .col-2 {
		width: 100%;
		margin-bottom: 20px;
	}
}