
.account a.action, .account table a {
	color: #1979c3;
	font-weight: 700;
}

.account .box.box-newsletter {
display: none;
}

.account .block-collapsible-nav .item.current a, .account .block-collapsible-nav .item.current > strong  {
	border-color: #0b6c0b;
    color: #0b6c0b;
    font-weight: 700;
}

.account .block.block-collapsible-nav {
    display: none;
}

.account .block.block-collapsible-nav:nth-of-type(1) {
    display: block;
}

.account .block-collapsible-nav .content {
	padding: 10px 10px !important;
    border: 2px solid #8c8686;
    border-radius: 10px;
}

.account .order-links .item {
	line-height: 15px;
}

.account li.nav.item.current {
	color: #FFFFFF;
}

.account .order-details-items .product-item-name {
	font-size: 1.35rem;
    padding: 5px;
}
.account th {
	font-weight: 600;
    font-size: 1.5rem;
}

.account .order-details-items .col.name {
	padding: 10px;
}

.account .actions a.action.order, 
.account .actions a.action.print {
	padding: 5px 10px;
    border: 1px solid #137513;
    border-radius: 5px;
    background: #0B6C0B;
    color: #FFF;
    font-weight: 600;
	display: inline-flex;
}

.account .actions a.action.view {
	padding: 5px 10px;
    border: 1px solid #137513;
    border-radius: 5px;
    background: #FFFFFF;
    color: #0B6C0B;
    font-weight: 600;
	display: inline-flex;
}

.account .actions a.action.return-history {
	padding: 5px 10px;
    border: 1px solid #137513;
    border-radius: 5px;
    background: #0B6C0B;
    color: #FFF;
    font-weight: 600;
	display: inline-flex;
    margin-right: 5px;
}

.account .actions a.action.print-invoice {
	padding: 5px 10px;
    border: 1px solid #137513;
    border-radius: 5px;
    background: #0B6C0B;
    color: #FFF;
    font-weight: 600;
	display: inline-flex;
    margin-right: 5px;
	float: right;
}

.account .actions a.action.print-invoice-history {
	padding: 5px 10px;
    border: 1px solid #137513;
    border-radius: 5px;
    background: #0B6C0B;
    color: #FFF;
    font-weight: 600;
	display: inline-flex;
    margin-right: 5px;
}

.account .data.table .col.actions .action:after {
	display: none;
}

.account 
.account table.data.table-order-items.invoice, 
.account table#my-installments-table, 
.account table.data.table-order-items.creditmemo,
.account table.data.table-order-items.shipment  {
	border: 2px solid #999999 !important;
}

.sales-order-view .order-links .item {
	line-height: 15px;
}

.sales-order-view li.nav.item.current {
	color: #FFFFFF;
}

.sales-order-view .order-details-items .product-item-name {
	font-size: 1.35rem;
    padding: 5px;
}
.sales-order-view th {
	font-weight: 600;
    font-size: 1.5rem;
}
.sales-order-view .order-details-items .col.name {
	padding: 10px;
}


.sales-order-invoice .order-links .item {
	line-height: 15px;
}

.sales-order-invoice li.nav.item.current {
	color: #FFFFFF;
}

.sales-order-invoice .order-details-items .product-item-name {
	font-size: 1.35rem;
    padding: 5px;
}
.sales-order-invoice th {
	font-weight: 600;
    font-size: 1.5rem;
}
.sales-order-invoice .order-details-items .col.name {
	padding: 10px;
}

.sales-order-invoice table.data.table-order-items.invoice, 
.md_pp-order-installment table#my-installments-table, 
.sales-order-creditmemo table.data.table-order-items.creditmemo,
.sales-order-shipment table.data.table-order-items.shipment  {
	border: 2px solid #999999 !important;
}


.sales-order-creditmemo .order-links .item {
	line-height: 15px;
}

.sales-order-creditmemo li.nav.item.current {
	color: #FFFFFF;
}

.sales-order-creditmemo .order-details-items .product-item-name {
	font-size: 1.35rem;
    padding: 5px;
}
.sales-order-creditmemo th {
	font-weight: 600;
    font-size: 1.5rem;
}
.sales-order-creditmemo .order-details-items .col.name {
	padding: 10px;
}

.sales-order-shipment .order-links .item {
	line-height: 15px;
}

.sales-order-shipment li.nav.item.current {
	color: #FFFFFF;
}

.sales-order-shipment .order-details-items .product-item-name {
	font-size: 1.35rem;
    padding: 5px;
}
.sales-order-shipment th {
	font-weight: 600;
    font-size: 1.5rem;
}
.sales-order-shipment .order-details-items .col.name {
	padding: 10px;
}

.md_pp-order-installment .order-links .item {
	line-height: 15px;
}

.md_pp-order-installment li.nav.item.current {
	color: #FFFFFF;
}

.md_pp-order-installment .order-details-items .product-item-name {
	font-size: 1.35rem;
    padding: 5px;
}
.md_pp-order-installment th {
	font-weight: 600;
    font-size: 1.5rem;
}
.md_pp-order-installment .order-details-items .col.name {
	padding: 10px;
}

/* Select2 multiselect container styling */
.account .select2-container--default .select2-selection--multiple {
    min-height: 45px !important;
    border: 1px solid #aaa;
    border-radius: 3px;
    padding: 2px;
    padding-left: 4px;
}
.account .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    padding: 0;
    display: flex !important;
    flex-wrap: wrap;
    gap: 3px;
    line-height: 28px;
    padding-bottom: 5px !important;
    padding-right: 28px !important;
}
.account .select2-container--default .select2-selection--multiple .select2-selection__choice {
    margin-top: 2px;
    padding: 2px 5px;
    font-size: 12px;
    display: flex;
    align-items: center;
}
.account .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    order: 1;
    margin-left: 4px;
    margin-right: 0;
    width: 15px;
    padding-left: 7px;
}
/* Grey arrow box on the right */
.account .select2-container--default .select2-selection--multiple {
    position: relative;
}
.account .select2-container--default .select2-selection--multiple::after {
    content: '';
    position: absolute;
    right: 0;
    top: auto;
    bottom: 0;
    width: 28px;
    height: 43px;
    background: #e9e9e9;
    outline: solid 1px #aaa;
    pointer-events: none;
}
.account .select2-container--default .select2-selection--multiple::before {
    content: '';
    position: absolute;
    right: 9px;
    top: auto;
    bottom: 0;
    width: 0;
    height: 24px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #666;
    z-index: 1;
    pointer-events: none;
}

/* Select2 checkbox style for credit memo filter */
.account .select2-results__option {
    padding-left: 30px !important;
    position: relative;
}
.account .select2-results__option::before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 1px solid #aaa;
    border-radius: 2px;
    background: #fff;
    position: absolute;
    left: 6px;
    top: 50%;
    transform: translateY(-50%);
}
.account .select2-results__option--highlighted[aria-selected="true"]::before,
.account .select2-results__option[aria-selected="true"]::before {
    background: #0b6c0b;
    border-color: #0b6c0b;
}
.account .select2-results__option[aria-selected="true"]::after {
    content: '';
    display: block;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-60%) rotate(45deg);
}

.account .select2-container .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: none;
    width: auto !important;
}
.account .select2-container .select2-search--inline {
    /* display: none; */
    height: 29px;
    width: 10px;
}
.account .select2-container .select2-search--inline .select2-search__field {
    padding-left: 5px;
    height: 29px;
    width: 10px;
}
.account .select2-container .select2-search--inline .select2-search__field::placeholder {
    color: #999;
}

.account .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    margin-bottom: 0 !important;
}

.account .select2-container .select2-selection--multiple .select2-selection__rendered {
    overflow: visible !important;
}

.account .filter-cell {
    display: inline-block;
	width: 100%;
	margin-bottom: 20px;
}
.account .filter-cell label {
    display: block;
    padding-bottom: 10px;
}
.account .date-range {
    display: flex;
	flex-direction: column;
    gap: 8px;
}
.account .date-range div {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.account .date-range div span {
	width: 50px;
}
.account .date-range div input {
    flex: 1;
    padding: 6px 8px;
    border: 1px solid #aaa;
    border-radius: 3px;
    cursor: pointer;
    background: #fff;
	height: 45px;
}
.account .date-range div input::placeholder {
	/* color: grey; */
}
/* Style the default "mm/dd/yyyy" text in empty date inputs */
.account .date-range div input[type="date"].empty-date::-webkit-datetime-edit {
	color: #999;
}
.account #filter-form {
    display: none;
}
.account #filter-form .action-container {
    display: block;
    text-align: right;
    padding-right: 0;
}
.account #filter-form .action-container button {
    padding-left: 10px;
}
.account .form-tab {
    text-align: right;
    padding-right: 0;
}
.account .form-summary {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
}
.account #filters-clear {
    float: right;
}
.account #filters-hide {
    background-color: white;
    color: #0d860d;
}
.account .filters-container {
	width: 100%;
}
.account .filters-clear-container {
	width: 130px;
}
.account .filters-summary span {
	display: inline-block;
	padding-right: 10px;
}
.account .order-products-toolbar .pager .pages {
	display: block !important;
	margin-top: 30px;
	margin-bottom: 20px;
}

/* Tablet and up (768px+) */
@media screen and (min-width: 768px) {
	.account .filters-container {
		width: 100%;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		gap: 15px;
	}
	.account .filter-cell {
		width: 250px;
	}
	.account .order-products-toolbar .pager .pages {
		margin-top: 0;
		margin-bottom: 0;
	}
}

.account .order-status {
    display: none;
}

/* Sortable column headers */
.account th.sortable a {
    color: inherit;
    text-decoration: none;
    display: block;
    cursor: pointer;
    white-space: nowrap;
}
.account th.sortable a:hover {
    text-decoration: underline;
}

.account .column.main > .order-details-items.invoice {
    border: none;
    padding: 0;
}

.account .column.main > .order-details-items.invoice > .order-details-items.invoice {
    padding: 8px;
}

.account .column.main .order-details-items.invoice .invoice-section label {
    border: none;
    border-bottom: solid 1px #ddd;
}

/* Desktop and up (1024px+) */
@media screen and (min-width: 1024px) {
    /* Sticky table header */
    .account .table-wrapper.orders-history {
        max-height: 60vh;
        overflow-y: auto;
    }
    .account .table-wrapper.orders-history thead th {
        position: sticky;
        top: -22px;
        z-index: 1;
        background: #f5f5f5;
    }
    .account .table-wrapper.orders-history thead th span {
        font-weight: bold;
    }
    .account .table-wrapper.orders-history thead th a {
        display: flex;
        justify-content: space-around;
        align-items: top;
    }
    .account .table-wrapper.orders-history thead th a:hover {
        text-decoration: none;
    }
    .account .table-wrapper.orders-history thead th a span:nth-child(2) {
        padding-left: 5px;
    }
}