	/* CSS ACCOUNT/ACCOUNT  */
	#account-account .my-account-account, #account-account .orders-account {border: 1px solid #ececec; padding: 24px; border-radius: 8px; margin-right: 24px; width: 100%;}
	#account-account .content_top {display: none;}
	#account-account .box-account h2 {color: var(--primary);}
	/* CSS ACCOUNT/ACCOUNT  */

	/* CSS MENU LATERAL  */
	.menu-account li a {padding: 10px 22px; font-size: 16px; border-bottom: 1px solid #ececec; width: 100%; font-weight: 500;}
	.menu-account ul {border: 1px solid #ececec; border-radius: 8px;}
	.menu-account ul li:first-child a {border-radius: 8px 8px 0 0;}
	.menu-account ul li:last-child a {border-bottom: none;}
	.menu-account ul li a {display: flex; align-items: center;}
	.menu-account ul li a.active {background: var(--primary); color: #fff !important;}
	.menu-account ul li a i {font-size: 20px; color: var(--primary);}
	.menu-account ul li a.active i { color: #fff;}
	.menu-account {margin-bottom: 20px;}
	/* CSS MENU LATERAL  */

  	/* CSS ORDER  */
	.orders {margin-bottom: 15px; border: 1px solid #ececec; border-radius: 8px;}
	#account-order .header-order {padding: 16px 24px;}
	#account-order .header-orders {background: #f9f9f9; color: #2b2b2b; border: none; font-weight: 600; font-size: 16px; padding-bottom: 16px; text-align: center; width: 100%; border-bottom: 1px solid #ececec;}
	#account-order .content-order {margin: 0; padding: 0 24px;}
	#account-order .content-orders {background: #f9f9f9; text-align: center; vertical-align: middle; flex: 1; display: flex; justify-content: center; align-items: center; margin: 22.5px 0; font-weight: 500;}
	#account-order .see-details {padding: 8px 0; width: 100%; margin: 0 15px; background: #ececec; font-size: 14px; font-weight: 500;}
	#account-order .see-details:hover {background: #c9c9c9;}
	#account-order h1 {display: none;}

	.content-order-mobile {flex-direction: column; background: #f7f7f7; border: 1px solid #ececec;}
	.content-order-mobile p {margin: 0;}
	.content-order-mobile span {color: #858585;}
	#account-order .content-orders-mobile {display: flex; justify-content: space-between; background: transparent; padding: 10px; border-bottom: 1px solid #ececec;}
	#account-order .content-orders-mobile:last-child {border: none;}

	.order-panel{margin-bottom: 30px; border: 1px solid #ececec; padding: 24px;}
	.order-panel-body {padding: 16px 0; font-size: 14px; border-radius: 8px;}

	.order-product .image{min-width: 100px;}
	.order-product h4{font-size: 14px; margin-bottom: 0;}
	.order-product .text{max-width: 180px;}
	.order-totals .total{display: flex; justify-content: space-between;}
	.order-totals .total:last-child{padding: 10px; background-color: var(--secondary); color: #fff; justify-content: center; gap: 20px; margin-top: 20px;}
	.order-totals .total:last-child > div:last-child{font-weight: bold;}

	#order-status-tracking { margin-bottom: 15px; border: 1px solid #ececec; padding: 24px; border-radius: 8px;}
	@media (max-width: 991px) {
	#account-order .see-details {margin: 0; padding: inherit; background: #e9e9e9; width: auto; padding: 12px 26px;}
	.orders {margin-top: 30px;}
	}
	/* CSS ORDER  */