
.woocommerce-account .woocommerce{
	display: flex;
	flex-direction: row-reverse;
	align-items: flex-start;
	flex-wrap: wrap;
}
.woocommerce-MyAccount-navigation ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

.woocommerce .button{
	padding: 0.7em 1.8em;
	color: #f16522;
}
.woocommerce .button:hover{
	color: #fff;
	background: #f16522;
}

.woocommerce-account .woocommerce .col-1,
.woocommerce-account .woocommerce .col-2{
	width: auto;
	max-width: 100%;
}

.woocommerce-form.woocommerce-form-register,
.woocommerce-ResetPassword.lost_reset_password,
.woocommerce-form-login,
.woocommerce-order,
.woocommerce-MyAccount-content{
	background-color: #f8f8f8;
	border: 1px solid #ececec;
	margin-right: 50px;
	padding: 50px 50px;
	flex-grow: 1;
}

.woocommerce-order{
	margin-right: 0;
}

.woocommerce-MyAccount-content{
	width: calc(67% - 50px);
}
.woocommerce-MyAccount-content a{
	color: var(--orange-color);
}

.woocommerce-form.woocommerce-form-register,
.woocommerce-ResetPassword.lost_reset_password,
.woocommerce-form-login{
	width: 500px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	flex-grow: unset;
}
.woocommerce-form-login .form-row span{
	width: 100%;
}
.woocommerce-form-login .button{
	margin-bottom: 20px;
}

.woocommerce-form-login .woocommerce-form__label{
	display: flex;
}
.woocommerce-form-login .woocommerce-form__label .woocommerce-form__input{
	display: inline-block;
	width: auto;
	margin-right: 10px;
	margin-top: 2px;
}

.woocommerce-checkout .login{
	margin-left: 0;
}


.woocommerce-Address-title{
	margin-bottom: 20px;
}



.woocommerce-MyAccount-navigation{
	width: 32%;
	margin-bottom: 50px;
	flex-shrink: 0;
	flex-grow: 0;
	border: 1px solid #ececec;
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.07);
}

.woocommerce-MyAccount-navigation li:not(:last-child){
	border-bottom: 1px solid #eee;
}

.woocommerce-MyAccount-navigation a{
	font-size: 18px;
	font-weight: 700;
	padding: 15px 15px;
	display: block;
	color: #de4f0d;
}

.woocommerce-MyAccount-navigation li.is-active a{
	color: #000;
}


.woocommerce-MyAccount-navigation-link--payment-methods{
	display: none;
}


.woocommerce-address-fields__field-wrapper,
.woocommerce-EditAccountForm,
.woocommerce-EditAccountForm fieldset{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}

#customer_login{
	width: 100%;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
#customer_login form{
	margin: 10px 0;
}
.woocommerce-privacy-policy-text{
	margin-bottom: 20px;
}


.woocommerce-address-fields__field-wrapper .form-row ,
.woocommerce-EditAccountForm .form-row {
	width: 47%;
	margin: 0;
}
.woocommerce-address-fields__field-wrapper .form-row span,
.woocommerce-EditAccountForm .form-row span{
	width: 100%;
}
.woocommerce-address-fields__field-wrapper .clear,
.woocommerce-EditAccountForm .clear{
	display: none;
}



.select2-container .select2-selection--single {
	height: 47px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 47px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 47px;
}


.woocommerce-order-details .wc-item-meta{
	list-style: none;
	padding: 0;
	margin-left: 0;
}

.woocommerce-order-details .wc-item-meta li{
	display: inline-flex;
	margin-right: 20px;
}


.woocommerce-order-details .wc-item-meta li .wc-item-meta-label{
	margin-right: 10px;
}

.woocommerce-order-details .woocommerce-Price-amount{
	font-size: 20px;
	font-family: "Arvo", "ProximaNova", sans-serif;
	font-weight: 700;
}

.woocommerce-order-details tfoot tr:last-child  .woocommerce-Price-amount{
	font-size: 40px;
}

.woocommerce-order-details .woocommerce-table__product-thumbnail{
	width: 130px;
}
.woocommerce-order-details .woocommerce-table__product-thumbnail img{
	max-width: 100%;
}
.woocommerce-order-details td.woocommerce-table__product-thumbnail{
	padding: 10px 20px 10px 20px;
}

.woocommerce-customer-details .woocommerce-column__title{
	margin: 20px 0 20px;
}

.woocommerce .print-materials{
	margin-bottom: 20px;
}


/****************************************************************************/
.woocommerce-notices-wrapper{
	width: 1000px;
	max-width: 100%;
	margin-right: auto;
}


.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
	padding: 1em 2em 1em 3.5em;
	margin: 0 0 2em;
	position: relative;
	background-color: #f7f6f7;
	color: #515151;
	border-top: 3px solid #a46497;
	list-style: none outside;
	width: auto;
	word-wrap: break-word;
	width: 100%;
}

.woocommerce-error::after,
.woocommerce-error::before,
.woocommerce-info::after,
.woocommerce-info::before,
.woocommerce-message::after,
.woocommerce-message::before {
	content: " ";
	display: table
}

.woocommerce-error::after,
.woocommerce-info::after,
.woocommerce-message::after {
	clear: both
}

.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before {
	font-family: WooCommerce;
	content: "";
	display: inline-block;
	position: absolute;
	top: 1em;
	left: 1.5em
}

.woocommerce-error .button,
.woocommerce-info .button,
.woocommerce-message .button {
	float: right
}

.woocommerce-error li,
.woocommerce-info li,
.woocommerce-message li {
	list-style: none outside!important;
	padding-left: 0!important;
	margin-left: 0!important
}

.rtl.woocommerce .price_label,
.rtl.woocommerce .price_label span {
	direction: ltr;
	unicode-bidi: embed
}

.woocommerce-message {
	border-top-color: #8fae1b
}

.woocommerce-message::before {
	content: "";
	color: #8fae1b
}

.woocommerce-info {
	border-top-color: #1e85be
}

.woocommerce-info::before {
	color: #1e85be
}

.woocommerce-error {
	border-top-color: #b81c23
}

.woocommerce-error::before {
	content: "";
	color: #b81c23
}



.woocommerce-table.woocommerce-table--order-details.shop_table.order_details + h2{
	margin-top: 1em;
	margin-bottom: 0.5em;
}

.woocommerce-orders-table__cell{
	padding-right: 5px;
}
.woocommerce-orders-table__cell-order-actions{
	padding: 5px 0;
}
.woocommerce-orders-table__cell-order-actions .woocommerce-button{
	margin: 0 5px 5px 0;
	padding: 0.7em 1em;
}


/****************************************************************************/

.page-numbers{
	display: flex;
	list-style: none;
	padding: 0;
	margin: 0;
	padding-top: 1em;
	justify-content: center;
}

.page-numbers .page-numbers{
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 15px;
	font-weight: 600;
	line-height: 1;
	border: 2px solid var(--orange-color);
	color: var(--orange-color);
	border-radius: 4px;
	position: relative;
	z-index: 1;
	cursor: pointer;
	overflow: hidden;
	-webkit-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
	padding: 10px 5px;
	margin: 3px;
	min-width: 39px;
}


.page-numbers .page-numbers:hover,
.page-numbers .page-numbers.current{
	background: var(--orange-color);
	color: #fff;
}


@media (max-width: 1199px){
	.woocommerce-form.woocommerce-form-register,
	.woocommerce-ResetPassword.lost_reset_password,
	.woocommerce-form-login,
	.woocommerce-order,
	.woocommerce-MyAccount-content{
		padding: 25px;
	}
}


@media (max-width: 991px){

	.woocommerce-MyAccount-navigation{
		width: 100%;
	}

	.woocommerce-order,
	.woocommerce-MyAccount-content{
		width: 100%;
		margin-right: 0;
	}
}



@media (max-width: 575px){

	.woocommerce-form.woocommerce-form-register,
	.woocommerce-ResetPassword.lost_reset_password,
	.woocommerce-form-login,
	.woocommerce-order,
	.woocommerce-MyAccount-content{
		padding: 10px;
	}
	.woocommerce-table__line-item.order_item{
		display: block;
	}

	.woocommerce-table.woocommerce-table--order-details.shop_table.order_details thead{
		display: none;
	}
	.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot{
		display: block;
	}
	.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot tr{
		display: flex;
	}
	.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot th,
	.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot td{
		display: block;
		text-align: left;
	}
	.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot th{
		width: 30%;
	}
	.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot td{
		width: 70%;
	}


	.woocommerce-order-details .woocommerce-table__product-thumbnail {
		width: 200px;
		margin-left: auto;
		margin-right: auto;
	}
	.woocommerce-table__line-item.order_item{
		display: flex;
		flex-wrap: wrap;
	}

	.woocommerce-table__line-item.order_item .product-name{
		width: 70%;
	}
	.woocommerce-table__line-item.order_item .product-total{
		width: 30%;
		text-align: right;
	}



	.woocommerce-address-fields__field-wrapper .form-row, .woocommerce-EditAccountForm .form-row {
	  width: 100%;
	}

	.select2.select2-container.select2-container--default{
		margin-bottom: 20px;
	}


	.woocommerce-orders-table.woocommerce-MyAccount-orders thead{
		display: none;
	}

	.woocommerce-orders-table.woocommerce-MyAccount-orders tr{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	
	.woocommerce-orders-table.woocommerce-MyAccount-orders tr td{
		width: 50%;
	}
	
	.woocommerce-orders-table.woocommerce-MyAccount-orders tr td:last-child{
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 20px;
		text-align: center;
		width: 100%;
	}
	




	.woocommerce-account .woocommerce .col-1,
	.woocommerce-account .woocommerce .col-2{
		padding: 0;
	}


}


