.separate-containers .inside-article {
	background: transparent !important;
	box-shadow: none !important;
}

form.woocommerce-form-login, form.woocommerce-ResetPassword.lost_reset_password {
	max-width: 600px;
	padding: 10% 7% !important;
	margin: 0px auto !important;
	background: #fff;
	border-radius: 0px !important;
	box-shadow: 5px 5px 10px 0px #cdcdcd;
	-moz-box-shadow: 5px 5px 10px 0px #cdcdcd;
	-webkit-box-shadow: 5px 5px 10px 0px #cdcdcd;
}

form.woocommerce-ResetPassword.lost_reset_password p.woocommerce-form-row {
	display:block;
	width:100%;
}

body.logged-in header h1 {
	color: #000;
	text-transform: uppercase;
	font-size: 20px;
	margin-top: 30px;
	font-weight: bold;
	text-align: center;
}

h2 {
	font-weight: 600 !important;
	font-size: 20px !important;
	color: #000000 !important;
	text-transform: uppercase !important;
	margin-top: 60px !important;
	display: none;
}

h3 {
	font-weight: 600 !important;
    font-size: 1.5rem !important;
	color: #000 !important;
}

h2.woocommerce-order-details__title, table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details, section.woocommerce-customer-details {
	display:none;
}

div.csbd-payment {
	margin: 50px auto;
    border-bottom: 1px solid #ccc;
    padding: 30px 0px !important;	
}

.woocommerce form .form-row input.input-text {
	border: 1px solid #d7d7d7;
    padding: 15px !important;	
}

button.woocommerce-form-login__submit {
	background:#f00 !important;
}

button.woocommerce-form-login__submit:hover {
	background: #673ab7 !important;
}

fieldset {
	border: 1px solid #ccc !important;
    padding: 0% 4% 5% 4% !important;
    margin-bottom: 20px !important;
	margin-top:50px !important;
}

fieldset legend {
	font-size: 20px;
    text-transform: capitalize;
    font-weight: bold;
}

.woocommerce table.my_account_orders {
	border: none !important;
}

.woocommerce table.shop_table th, .woocommerce table.shop_table td {
	border-top: none !important;
	border-bottom: none !important;
}

.woocommerce table.shop_table th {
	background-color: transparent !important;
}

.woocommerce table.shop_table th span {
	font-size:18px;
}

section.woocommerce-order-details table {
	border: 1px solid rgba(0, 0, 0, .1) !important;
}

body.logged-in div.inside-article {
	max-width:960px;
	margin:0px auto;
	background-color: transparent;
	padding: 0% 2% !important;
	border-bottom: none;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	color:#000;
}

nav.woocommerce-MyAccount-navigation {
	width: 100% !important;
	margin-bottom:10px;
	box-shadow: 0px 0px 10px -5px 000000;
	-moz-box-shadow: 0px 0px 10px -5px 000000;
	-webkit-box-shadow: 0px 0px 10px -5px 000000;
}

.woocommerce-MyAccount-navigation ul {
	display: grid;
	grid-template-columns: auto auto auto auto auto auto;
	grid-gap:10px;
	background: #fff;
	padding: 1% 3% 3%;
}

.woocommerce-MyAccount-navigation li a {
	padding: 0px 15px !important;
	font-size: 100% !important;
	color: #000 !important;
}

.woocommerce-MyAccount-navigation li a:hover {
	color: #f00 !important;
}

div.woocommerce-MyAccount-content table.my_account_orders .button, div.woocommerce-pagination a.woocommerce-button{
	background: #d6d2d2;
	color: #000;
	padding: 10px 25px;
	line-height: 20px;
	font-size: 18px;
}

div.woocommerce-MyAccount-content table.my_account_orders .button:hover, .button,
div.woocommerce-pagination a.woocommerce-button:hover {
	background: #e7edee;
	color:#000;
}

.woocommerce-error {
	background-color: #ffffff !important;
	box-shadow: 5px 5px 10px 0px #cdcdcd;
	-moz-box-shadow: 5px 5px 10px 0px #cdcdcd;
	-webkit-box-shadow: 5px 5px 10px 0px #cdcdcd;
	color: #000 !important;
	max-width: 600px;
	margin: 0px auto 30px;
}

.woocommerce-error li a {
	color: #000000 !important;
	font-weight: normal !important;
}
/*Display order items with style in my account order page*/
.custom-order-items ul {
	list-style: disc;
	margin-left: 20px;
	padding: 5px 0;
}

@media screen and (min-width:769px) {

	.woocommerce-account .woocommerce-MyAccount-content{
		width: 100% !important;
		background: #fff;
		padding: 3% 1% 3% 5%;
		box-shadow: 5px 5px 10px 0px #cdcdcd;
		-moz-box-shadow: 5px 5px 10px 0px #cdcdcd;
		-webkit-box-shadow: 5px 5px 10px 0px #cdcdcd;
	}
	.woocommerce-account .woocommerce-MyAccount-content a{
		color: #f00;
	}
	.woocommerce-account .woocommerce-MyAccount-content a:hover {
		color: #000;
	}
}

@media screen and (max-width:768px) {

	body.logged-in div.inside-article {
		background: #fff;
		padding: 2% 3% !important;
		border-bottom: none;
		box-shadow: none;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		color:#000 !important;
	}

	.woocommerce-MyAccount-navigation ul{
		display: grid;
        grid-template-columns: auto auto auto auto;
        grid-column-gap: 10px;		
		margin-bottom: 20px !important;
	}
	.woocommerce-MyAccount-navigation li a {
		padding: 5px 0 !important;
	}

	div.woocommerce-MyAccount-content{
		background:#fff;
		padding:5%;
	}

	div.woocommerce-MyAccount-content a {
		color:#f00;
	}

	section.woocommerce-order-details {
		background: #fff;
		padding: 5%;
	}

}