.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	outline: 0;
	line-height: normal;
	background: #FFFFFF;
	border: 1px solid #CDCDCD;
	box-sizing: border-box;
	padding: 12px 20px;
	font-weight: normal;
	font-size: 14px;
	line-height: 24px;
	width: 100%;
}

form.woocommerce-form.woocommerce-form-login.login input[type="text"], form.woocommerce-form.woocommerce-form-login.login input[type="password"] {
	background: #FFFFFF;
	border: 1px solid #CDCDCD;
	box-sizing: border-box;
	padding: 12px 20px;
	font-weight: normal;
	font-size: 14px;
	line-height: 24px;
	width: 100%;
}

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

.woocommerce-account .woocommerce-MyAccount-navigation ul li {
	margin: 0px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li:first-child a {
	border-top: 1px solid #3cafcb;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a, .woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
	color: #fff;
	background: #3cafcb;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
	padding: 10px;
	display: block;
	border-bottom: 1px solid #3cafcb;
}

nav.woocommerce-MyAccount-navigation {
	width: 25%;
	float: left;
}

.woocommerce-MyAccount-content {
	width: 75%;
	float: right;
	padding-left: 50px;
	box-sizing: border-box;
}

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

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--downloads {
	display: none;
}

.woocommerce-MyAccount-content p {
	line-height: 1.7;
	font-size: 15px;
}

.woocommerce-MyAccount-content table {
	width: 100%;
	border-collapse: collapse;
}

.woocommerce-MyAccount-content tbody tr:nth-child(odd) {
	background-color: #ebebeb;
}

.woocommerce-MyAccount-content th {
	text-align: left;
}

.woocommerce-MyAccount-content td,
.woocommerce-MyAccount-content th {
	padding: 10px;
}

.woocommerce-MyAccount-content td.woocommerce-orders-table__cell-order-actions .button {
	background-color: #3cafcb;
	font-size: 15px;
	padding: 10px 15px;
	margin-bottom: 5px;
}

.woocommerce-MyAccount-content td.woocommerce-orders-table__cell-order-actions .button:last-child {
	margin-bottom: 0;
}

.u-column1.woocommerce-Address {
	margin-bottom: 25px;
}

.woocommerce-address-fields__field-wrapper {
	margin-bottom: 35px;
}

span#select2-billing_country-container,
span#select2-shipping_country-container {
	padding-top: 0;
	padding-bottom: 0;
}

.woocommerce-MyAccount-content fieldset {
	border: none;
	margin: 50px 0 30px;
}

.woocommerce-MyAccount-content legend {
	font-weight: 600;
	margin-bottom: 15px;
}

.woocommerce-MyAccount-content mark {
	font-weight: 600;
	background-color: transparent;
}

tfoot th {
	text-align: right !important;
}

@media (max-width: 767px) {
	nav.woocommerce-MyAccount-navigation {
		width: 100%;
		float: none;
		margin-bottom: 45px;
	}

	.woocommerce-MyAccount-content {
		width: 100%;
		float: none;
		padding-left: 0;
	}

	.woocommerce-orders-table td:nth-child(3),
	.woocommerce-orders-table th:nth-child(3),
	.woocommerce-orders-table td:nth-child(4),
	.woocommerce-orders-table th:nth-child(4) {
		display: none;
	}
}
