.woocommerce{
	margin: 40px auto;
	max-width: 1000px;
}
.woocommerce-error,
.woocommerce-info,
.woocommerce-message{
	border-top-color: #000;
}
.return-to-shop{
	text-align: center;
}

.cart_totals h2{
	margin-bottom: 0.2rem;
}
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register{
	border: 1px solid #000;
}
.woocommerce-LostPassword a,
.lost_password a,
.woocommerce-privacy-policy-link{
	color:#000;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea{
	padding: 0.05rem;
    line-height: .3rem;
}
.form-login__submit--wrap{
	display: flex;
	flex-direction: column-reverse;
    align-items: center;
}
.woocommerce-LostPassword,
.lost_password{
	margin-top: 0.2rem;
	text-align :center;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit,
.woocommerce-Button,
.woocommerce-button,
.button ,
.oocommerce-form-register__submit{
    margin: 0.2rem auto!important;
	padding: 0.2rem!important;
    display: block!important;
	background-color: #000!important;
    color: #fff!important;
    font-weight: 500!important;
    width: 200px;
}

.woocommerce table.shop_table td a{
	color: #000;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment{
	background-color: transparent;
}
.woocommerce-MyAccount-navigation a{
	text-decoration: none;
	color: #000;
}
.woocommerce-MyAccount-navigation-link,
.woocommerce-MyAccount-navigation-link--dashboard{
	margin-bottom: 0.15rem;
}
.woocommerce-MyAccount-content p{
	margin-bottom: 0.2rem;
	line-height: .29rem;
}
.woocommerce-MyAccount-content a{
	color: #000;
}
.woocommerce-Address{
	padding: 0.2rem;
	border: solid 1px #000;
}
.woocommerce-Address-title{
	margin-bottom: 0.2rem;
}

.woocommerce-thankyou-order-details{
	margin-top: 0.2rem!important;
}
.woocommerce-thankyou-order-details li{
	margin-bottom: 0.1rem;
}
.woocommerce-thankyou-order-detail .woocommerce-order-overview__order{
	font-size: 0.13rem;
}
.woocommerce-order-details h2,
.woocommerce-column--billing-address h2,
.woocommerce-column--shipping-address h2{
	margin-bottom: 0.15rem;
}
@media(max-width: 1050px){
	.woocommerce{
		width: calc(100% - 50px);
	}
}
@media(max-width: 768px){
	.woocommerce-MyAccount-navigation ul{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.woocommerce-MyAccount-navigation li{
		flex: 0 1 auto;
		width: 30%;
		border: solid 1px #000;
		text-align: center;
	}
	.woocommerce-MyAccount-navigation a{
		padding: 0.05rem;
		display: block;
		width: 100%;
		box-sizing: border-box;
	}
	.woocommerce-MyAccount-content{
		margin-top: 0.4rem;
	}
	.woocommerce-Address{
		margin-bottom: 0.2rem;
	}
	.woocommerce-column--billing-address,
	.woocommerce-column--shipping-address{
		margin-bottom: 0.2rem;
	}
}

@media(max-width: 500px){
	.woocommerce-MyAccount-navigation li{
		width: 48%;
	}
}