.container[id*="account-"] .breadcrumb {
	margin: 0;
}
.container[id*="account-"] h1 {
	margin-top: 11px;
	margin-bottom: 36px;
}
.container[id*="account-"] .account-content .h2 {
	font-size: 24px;
	font-weight: 700;
	margin-top: 0;
}
#account-account .account-content > .account-info-title {
	font-size: 24px;
	font-weight: 700;
	margin-top: 36px;
	margin-bottom: 24px;
}
#account-account .account-content > .account-info {
	display: flex;
}
#account-account .account-content > .account-info > div + div {
	margin-left: 20%;
}
.account-info-name {
	color: #828282;
	font-size: 18px;
}
.account-info-value {
	font-size: 18px;
	font-weight: 500;
	margin-top: 8px;
}
.order-heading {
	display: flex;
    justify-content: space-between;
    margin-bottom: 24px;
}
.order {
	border-bottom: 1px solid #BDBDBD;
	padding: 24px 0;
}
.order b {
	font-weight: 500;
}
.order-status {
	display: flex;
	align-items: center;
}
.order-status b {
	font-weight: 700;
	font-size: 18px;
	margin-right: 8px;
}
.order-status > span {
	font-size: 12px;
	text-transform: uppercase;
    padding: 4px 14px;
    border-radius: 24px;
    border: 1px solid;
}
.order-status .marker {
	width: 8px;
    height: 8px;
    background: #081b22;
    border-radius: 100%;
    display: inline-block;
    margin-right: 4px;
}
.order-info span + span {
	margin-left: 24px;
}

.order-info, .order-address {
	margin-bottom: 24px;
	font-size: 16px;
}
.order-info div, .order-address div {
	margin-bottom: 12px;
}
.order-info span {
	display: inline-block;
}
.order-info div span:first-child {
	width: 250px;
}
.order-products {
	display: flex;
	margin-left: -12px;
	margin-right: -12px;
}
.order-buttons {
	margin-top: 24px;
}
.order-buttons a {
	margin-right: 8px;
}
.order-buttons .btn, #account-wishlist .btn {
	padding: 13px 24px;
	border-radius: 46px;
	font-size: 14px;
}
.order-products a {
	width: 124px;
	padding: 12px;
}
.btn-detail {
	position: relative;
	color: #828282;
	margin-right: 15px;
}
.btn-detail:after {
	content: "";
    width: 0.7rem;
    height: 0.7rem;
    border-top: solid 2px;
    border-right: solid 2px;
    transition: all linear .2s;
    transform: translate(0, -50%) rotate( 45deg);
    position: absolute;
    right: -15px;
    top: 10px;
}
.expand-order {
	position: relative;
	padding-right: 40px !important;
}
.expand-order:after {
	content: "";
    width: 9px;
    height: 9px;
    border-top: 2px solid;
    border-right: 2px solid;
    transform: rotate(135deg);
    position: absolute;
    right: 24px;
    top: 16px;
}
.expand-order.active:after {
	transform: rotate(-45deg);
	top: 22px;
}
.order-view {
	display: none;
	margin-left: -12px;
    margin-right: -12px;
}
#account-order-info .order-view {
	display: block;
}
#account-order-info .order {
	border-bottom: none;
}
.container[id*="account-"] .order-buttons .btn-primary {
	padding: 18px 135px;
	font-size: 16px;
	font-weight: 700;
}
.back-link {
	display: flex;
	align-items: center;
	font-size: 18px;
	font-weight: 700;
	margin-top: 36px;
	margin-bottom: 12px;
}
.back-link svg {
	margin-right: 5px;
}
.back-link svg path {
	fill: #081B22;
}
.back-link:hover svg path {
	fill: #279BC2;
}
.order-view .table {
	margin-bottom: 0;
}
.first-row a {
	color: #279BC2;
	font-size: 18px;
	font-weight: 500;
}
#account-order .pagination-block, #account-#account .pagination-block {
	margin-top: 36px;
}
.order.active .order-products {
	display: none;
}
.order.active .order-view {
	display: block;
}
.second-row td {
	vertical-align: bottom !important;
	border: none !important;
	padding-bottom: 24px !important;
}
.first-row td {
	padding-top: 24px !important;
	border: none !important;
}
.order-view .first-row:first-child td {
	padding-top: 12px !important;
}
.order-view .first-row:first-child td:first-child {
	padding-bottom: 12px !important;
}
.order-view .second-row:last-child td {
	padding-bottom: 12px !important;
}
.first-row td:first-child {
	padding-top: 24px !important;
	padding-bottom: 24px !important;
	width: 124px;
	padding-left: 12px;
}
.second-row:not(:last-child) {
	border-bottom: 1px solid #BDBDBD;
}
.order-product-option span:first-child {
	color: #BDBDBD;
	margin-right: 5px;
}
.order-product-option span:last-child {
	font-weight: 500;
}
.review-link {
	color: #F19028;
	font-size: 16px;
	font-weight: 700;
}
.order-product-name {
	width: 60%;
}
.container[id*="account-"] #content {
	margin-bottom: 80px;
	min-height: unset;
}
.total-orders {
	margin-top: 24px;
}
.total-orders a {
	padding: 18px 50px;
	color: #FFF;
	text-align: center;
	font-size: 16px;
	font-weight: 700;
}
.count {
	position: absolute;
	right: 30px;
	width: 24px;
	height: 24px;
	padding: 4px;
	border-radius: 100%;
	background: #F19028;
	color: #fff;
	text-align: center;
	line-height: 1;
	font-size: 14px;
	font-weight: 400;
}
.container[id*="account-"] .text-empty {
	margin: 36px 0;
}
#account-address .order-view {
	display: table;
	margin-left: -8px;
    margin-right: -8px;
    margin-bottom: 0;
}
.address-name {
	font-size: 18px;
	font-weight: 500;
	white-space: nowrap;
}
.address-action a + a {
	margin-left: 8px;
}
.address-action {
	white-space: nowrap;
}
.address-address {
	color: #828282;
	font-size: 18px;
	font-weight: 400;
}
#account-address .address-default {
	font-size: 12px;
    font-weight: 500;
    display: inline-block;
    margin-left: 15px;
}
#account-address .address-default span {
    padding: 5px 14px;
    border-radius: 100px;
    background-color: #F19028;
    color: #FFF;
	font-size: 12px;
	font-weight: 500;
}
#account-address .h2, #account-edit .h2 {
	margin-bottom: 36px;
}
#account-address select {
	background-position: 98% 50% !important;
}
#account-address .first-row td {
	vertical-align: middle !important;
	padding-left: 8px;
	padding-bottom: 8px !important;
}
.container[id*="account-"] input {
	border-radius: 30px;
}
.container[id*="account-"] .form-horizontal .form-group {
    margin-right: 0;
    margin-left: 0;
}
.container[id*="account-"] .form-horizontal label {
	margin-bottom: 4px;
	text-align: left;
	font-size: 16px;
	display: block;
}
.container[id*="account-"] .form-horizontal label.radio-inline {
	display: inline-block;
}
#account-address .back-link {
	margin-bottom: 36px;
}

.h2-password {
	margin-top: 36px !important;
}
#account-menu .arrow {
	display: none;
}
.review-link-mobile {
	display: none;
}
 #account-address .address-default {
	 white-space: nowrap;
 }

@media (min-width: 1024px) {
	#account-menu {
		width: 25%;
	}
	.account-content {
		width: 75%;
		padding-left: 20px;
	}
	.container[id*="account-"] #content {
		display: flex;
	}
	.container[id*="account-"] .account-content .h2 > a {
		display: none;
	}
	.review-link svg {
		display: none;
	}
}
@media (max-width: 1024px) {
	.count {
		position: static;
		margin-left: 8px;
	}
	.order-products a {
	    width: 60px;
	    padding: 5px;
	}
	#account-menu .arrow {
		position: absolute;
		right: 15px;
		display: block;
		top: 20px;
	}
	.container[id*="account-"] .account-content .h2 {
	    font-size: 24px;
	    margin-top: 36px;
	    display: flex;
	}
	.container[id*="account-"] .account-content .h2 > a {
		display: inline-block;
		padding-right: 5px;
	}
	#account-account .account-content .h2 > a {
		display: none;
	}
	#account-account .account-content .h2 {
		font-size: 18px;
	}
	.order-status b {
    	font-size: 16px;
    }
    .order-status > span {
    	font-size: 10px;
    }
    .btn-detail {
	    font-size: 14px;
    }
    .order-info, .order-address {
	    margin-bottom: 16px;
	    font-size: 12px;
	}
	.order-info {
		display: flex;
		justify-content: space-between;
	}
	#account-account .account-content > .account-info-title {
	    font-size: 18px;
	}
	#account-account .account-content > .account-info > div + div {
	    margin-left: 0;
	}
	#account-account .account-content > .account-info {
	    flex-wrap: wrap;
	}
	#account-account .account-content > .account-info > div:first-child {
		width: 100%;
		margin-bottom: 16px;
	}
	#account-account .account-content > .account-info > div:last-child {
		margin-left: 24px;
	}
	.account-info-name, .account-info-value {
    	font-size: 14px;
    }
    .account-info-value {
	    margin-top: 4px;
    }
    .container[id*="account-"] #content {
	    margin-bottom: 36px;
    }
    .container[id*="account-"] .breadcrumb {
	    
    }
    .container[id*="account-"] h1 {
	    margin-top: 30px;
	    margin-bottom: 24px;
	    display: none;
	}
	#account-menu {
		display: none;
	}
	#account-account h1, #account-account #account-menu {
		display: block;
	}
	.first-row a {
	    font-size: 12px;
	}
	.review-link span {
		display: none;
	}
	.review-link {
		font-size: 0;
		padding: 8px;
	    border-radius: 12px;
	    background: #F19028;
	    display: block;
	    width: 40px;
	    height: 40px;
	    margin: auto;
		
	}
	.review-link-desktop {
		display: none;
	}
	.review-link-mobile {
		display: block;
	}
	.order-view .button-cart {
		padding: 8px;
	}
	.order-view table td {
		padding-left: 4px !important;
		padding-right: 4px !important;
	}
	.first-row img {
		min-width: 50px;
	}
	.second-row td {
		vertical-align: middle !important;
	}
	.first-row td:first-child {
	    padding-bottom: 4px !important;
	}
	#account-order-info .order-info {
		flex-direction: column;
	}
	#account-order-info	.order-info span + span {
	    margin-left: 0;
	}
	#account-order-info	.order-info div {
		margin-bottom: 0;
		display: flex;
		flex-direction: column;
	}
	.container[id*="account-"] .order-buttons .btn-primary, #account-address .btn-blue {
	    padding: 18px 50px;
	    font-size: 16px;
	    font-weight: 700;
	    width: 100%;
	    max-width: 350px;
	    margin: auto;
	}
	.back-link {
		display: none;
	}
	.address-name, .address-address {
    	font-size: 14px;
    }
    #account-address .address-default {
	    font-size: 10px;
	    margin-left: 0;
	    margin-top: 16px;
    }
    .container[id*="account-"] .form-horizontal label {
	    font-size: 14px;
    }
    .address-name {
	    white-space: normal;
    }
    .order-view .first-row td:last-child {
	    font-size: 18px;
    }
    .order-view .first-row td:not(:first-child) {
    	vertical-align: middle !important;
    }
}







