#b2b-register input[type="submit"]{
	background: #19ad1b;
    color: #fff;
    display: inline-block;
    width: auto;
    border-radius: 4px;
    border: 0 !important;
}

#b2b-register input[type="submit"]:hover{
	background: #00cb01;
}

.woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address-title a {
	color: #ec1117;
	font-weight: 500;
	border-bottom: none;
	padding: 0px;
	font-size: 16px;
}

.woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address-title h3 {
	font-size: 24px !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link.is-active:after {
	content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2px;
    height: 4px;
    background: #fff;
	z-index: 9999 !important;
}

.woocommerce-MyAccount-content .order-details h3 {
	font-size: 24px !important;
}

.woocommerce-MyAccount-content .order-details .shop_table.order_details .product-quantity {
	color: #ec1117;
	font-weight: 500;
}

.woocommerce-orders-table__header span.nobr,
.woocommerce-MyAccount-content .order-status-icon,
.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-number,
.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-date,
.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-total,
.woocommerce-orders-table__cell .woocommerce-Price-amount.amount,
.woocommerce-MyAccount-content .order-details .shop_table.order_details th.product-name,
.woocommerce-MyAccount-content .order-details .shop_table.order_details th.product-total,
.woocommerce-MyAccount-content .order-details .shop_table.order_details td.woocommerce-table__product-name.product-name,
.woocommerce-MyAccount-content .order-details .shop_table.order_details th,
.woocommerce-MyAccount-content .order-details .shop_table.order_details td,
.woocommerce-MyAccount-content .order-details .shop_table.order_details ins,
.woocommerce-MyAccount-content .woosw-list table.woosw-items tr td .woosw-item--price ins{
	font-weight: 500 !important;
	font-size: 16px !important;
}

.woocommerce-MyAccount-content .order-details .shop_table.order_details .tax_label,
.woocommerce-MyAccount-content .order-details .shop_table.order_details .shipped_via {
	font-weight: 500 !important;
}

.woocommerce-MyAccount-content .woocommerce-orders-table .woocommerce-button.button.view {
	font-weight: 500 !important;
	font-size: 16px !important;
	color: #ec1117;
	border-bottom: none;
}

.woocommerce-MyAccount-content .woocommerce-EditAccountForm.edit-account fieldset {
	border-radius: 4px !important;
	border-color: #d9d9d9 !important;
}

.woocommerce-MyAccount-content {
	border: 1px solid #d9d9d9;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
	padding: 36px;
}

.woocommerce-MyAccount-navigation-link a::before {
	display: none !important;
}

.woocommerce-ResetPassword.lost_reset_password {
	background: #f6f6f6;
	border-radius: 8px;
	padding: 18px 36px 36px 36px;
}

.woocommerce-ResetPassword.lost_reset_password .woocommerce-form-row {
	width: 100% !important;
}

.woocommerce-ResetPassword.lost_reset_password p.woocommerce-form-row.woocommerce-form-row--first.form-row.form-row-first {
	margin-bottom: 0px !important;
}

/* login */

body.woocommerce-account:not(.logged-in) h1.post-title {
	text-align: center;
}

body.woocommerce-account .wc-notice{
	text-align: center;
}

#customer_login .woocommerce-privacy-policy-text p a {
	color: #ec1117 !important;
}

#customer_login .woocommerce-form-login a,
.woocommerce-ResetPassword.lost_reset_password p {
	font-size: 16px !important;
	font-weight: 500 !important;
}

#customer_login .woocommerce-button.woocommerce-form-login__submit,
#customer_login .woocommerce-button.woocommerce-form-register__submit,
.woocommerce-ResetPassword.lost_reset_password .woocommerce-Button.button,
.woocommerce-MyAccount-content .woocommerce-address-fields .button,
.woocommerce-MyAccount-content .woocommerce-EditAccountForm.edit-account button.woocommerce-Button.button {
	background: #ec1117 !important;
	color: #fff !important;
	border-radius: 2px;
	padding: 10px 23px !important;
	border: 0 !important;
}

#customer_login .woocommerce-button.woocommerce-form-login__submit:hover,
#customer_login .woocommerce-button.woocommerce-form-register__submit:hover,
.woocommerce-ResetPassword.lost_reset_password .woocommerce-Button.button:hover,
.woocommerce-MyAccount-content .woocommerce-address-fields .button:hover,
.woocommerce-MyAccount-content .woocommerce-EditAccountForm.edit-account button.woocommerce-Button.button:hover {
	background: #b10000 !important;
}

#customer_login{
	display: flex;
	justify-content: space-between;
	margin-top: -36px !important;
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
}

#customer_login .u-column1 {
	margin-right: 9px;
	border-radius: 8px;
}

#customer_login .u-column2 {
	border-radius: 8px;
	margin-left: 9px;
}

.woocommerce .form-row label,
.woocommerce-privacy-policy-text p{
	font-weight: 500 !important;
	font-size: 16px !important;
}

#customer_login .u-column1,#customer_login .u-column2 {
	flex: 1;
	padding: 36px;
	margin-top: 36px;
}

#customer_login .u-column1,
#customer_login .u-column2 {
	background: #f6f6f6;
}

#customer_login h2 {
	margin-top: 0px !important;
}

/* my account */

.woocommerce-MyAccount-navigation ul{ 
	display: flex;
	border: none !important;
}

.woocommerce-MyAccount-navigation ul > li:first-of-type {
	border-left: 1px solid #D9D9D9;
	border-top-left-radius: 4px;
} 

.woocommerce-MyAccount-navigation ul > li:last-of-type {
	border-top-right-radius: 4px;
} 

.woocommerce-MyAccount-navigation ul > li {
	border-top: 1px solid #D9D9D9;
	border-right: 1px solid #D9D9D9;
	position: relative;
}

.woocommerce-MyAccount-navigation ul > li.is-active:after{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -2px;
	height: 4px;
	background: #fff;
}

.woocommerce-MyAccount-navigation ul > li:not(.is-active){
	background: #f8f8f8;
}

.woocommerce-account .woocommerce .row .row-inner{
	display: flex;
	flex-direction: column;
}

.woocommerce-account .woocommerce .row .row-inner .column_child{
	height: auto;
}

.woocommerce-account .woocommerce .row .row-inner .col-lg-4{
	width: 100%;
	height: auto;
}

body:not(.rtl) .woocommerce-MyAccount-navigation a {
	padding: 12px 36px 11px 36px !important;
}

body:not(.rtl) .woocommerce-MyAccount-navigation a:before {
	left: 20px !important; top: 9px;
} 

.woocommerce-MyAccount-navigation ul > li:not(.is-active) a:hover {
	background: #eaeaea;
	color: #303133;
}

.woocommerce-MyAccount-navigation ul > li:not(.is-active) a:hover:before{
	color: #303133;
}

.woocommerce-MyAccount-content a{
	color: #ec1117;
}

.woocommerce-MyAccount-content a:hover{
	text-decoration: underline;
}

.my_account_orders tbody tr{
	background: #f6f6f6;
}

.my_account_orders tr > td:last-child,.my_account_orders tr > th:last-child{
	padding-right: 15px !important;
}

.my_account_orders tr > td:first-child,.my_account_orders tr > th:first-child{
	padding-left: 15px !important;
}

@media (min-width: 960px){
	.woocommerce-ResetPassword.lost_reset_password {
	width: 665px;
	margin-left: auto;
	margin-right: auto;
	}
}

@media (max-width: 959px){
	#customer_login{
		flex-direction: column;
	}
	
	#customer_login .u-column1{
		margin-right: 0px !important;
	}
	
	#customer_login .u-column2{
		padding-right: 36px;
		margin-left: 0px !important;
	}
}

@media (max-width: 569px){
	#b2b-register .wpcf7-inline-wrapper + .wpcf7-inline-wrapper{
		margin-top: 10px !important;
	}
	
	.b2b-orders-table td {
		display: flex !important;
		flex-direction: column;
		align-items: flex-start;
	}
	
	.b2b-order-product-item{
		text-align: left;
	}
	
	.b2b-orders-table tbody tr:nth-of-type(even){
		background: transparent;
	}
	
	.woocommerce-MyAccount-content table.shop_table_responsive td.order-company{
		text-align: left !important;
	}

	.woocommerce-MyAccount-navigation ul {
		flex-wrap: wrap;
		border: 0;
	}
	
	.woocommerce-MyAccount-navigation ul > li{
		flex: 100%;
		border: 0 !important;
		border-radius: 4px;
	}
	
	.woocommerce-MyAccount-navigation ul > li:not(.is-active){
		background: transparent;
	}
	
	.woocommerce-MyAccount-navigation ul > li.is-active{
		background: #f6f6f6;
	}
	
	body .woocommerce-MyAccount-content table.shop_table_responsive td {
		padding-right: 15px !important;
		padding-left: 15px !important;
	}
	
	.my_account_orders tbody tr{
		background: transparent;
	}
	
	.my_account_orders tbody tr .woocommerce-orders-table__cell-order-actions{
		margin-bottom: 20px;
		padding-bottom: 36px !important;
		border-bottom: 1px dashed #d9d9d9;
	}
	
	.my_account_orders tbody tr .woocommerce-orders-table__cell-order-actions .woocommerce-button{
		background: #ec1117;
		border-radius: 4px;
		border: 0 !important;
		padding: 7px 15px !important;
		color: #fff;
		display: block !important;
		text-align: center;
		margin: 0 !important;
	}
	
	.my_account_orders tbody tr .woocommerce-orders-table__cell-order-actions:before{
		display: none !important;
	}
}